/* 追加CSS
================================================== */


/* 240301 ふきだし周辺の余白を調整 */
.w_b_quote {
    word-wrap: break-word;
    padding: 1em;
}

.w_b_box {
    margin: 20px 0 40px;
}

.w_b_lh {
    line-height: 3;
}

/* 240404 ふきだし周辺の余白を調整 */
.w_b_talk_L {
    margin: 0 auto 0 20px;
}

/* 240405 TOPレイアウトずれを調整 */
@media (min-width: 768px) {
    .l-main-img {
        margin: 0 auto;
    }
}

/* 240409 ふきだし周辺の余白を調整 */
.c-single-content *:last-child:not(.c-btn01__ico) {
    margin-bottom: 5px;
}

/* 240510 プラントLPスマホver調整 */
.profile {
    display: flex;
    justify-content: left;
    margin-bottom: 70px;
}

.problem {
    font-size: 1.8rem;
    font-weight: 600;
}

.target {
    background: #ffe4e1;
    font-size: 100%;
    padding: 20px;
    margin-bottom: 3rem;
    margin-top: 3rem;
    border-radius: 10px;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}


@media (max-width: 767px) {
    .profile {
        display: block;
        margin-bottom: 70px;
    }

    .sp.img {
        width: 50%;
        margin: 0 auto;
    }

    .c-single-content ul {
        font-size: 1.6rem;
    }

    .problem {
        font-size: 1.6rem;
    }

    .target {
        margin-bottom: 4rem;
        margin-top: 0;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/* 240805 配筋AiウェビナーLPのCSS調整 */
.satori__custom_form.satori__custom_form_5e7c5a6cb9573871_css {
    padding: 80px;
}

.haikin_lp_button {
    font-size: 2rem;
    background-color: var(--color-primary-500);
    text-align: center;
    color: #fff;
    width: 330px;
    font-weight: bold;
    border-radius: 5rem;
    margin: 0 auto;
    padding: 15px;
    text-decoration: none;
    border: 2px solid #f9634a;
}

.haikin_lp_button:hover {
    background: #fff;
    color: #f9634a;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    border: 2px solid #f9634a;
}

.haikin_lp_button a {
    text-decoration: none;
}

img.aligncenter.wp-image-7985 {
    width: 50%;
    display: block;
    margin: 0 auto;
    padding-top: 10rem;
}

p.haikin_webinar {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding-top: 2rem;
}

@media (max-width: 767px) {
    .satori__custom_form.satori__custom_form_5e7c5a6cb9573871_css {
        padding: 20px;
    }

    .haikin_lp_button {
        font-size: 1.7rem;
        margin-top: 30px;
        width: 230px;
    }

    img.aligncenter.wp-image-7985 {
        width: 100%;
    }
}

/* 240806 配筋検査機能（配筋AI）ページ改修に伴うCSS調整 */
.point {
    display: flex;
    line-height: 3rem;
    align-items: center;
    margin-bottom: 2rem;
}

p.NEW\! {
    background-color: #f9634a;
    border-radius: 6rem;
    padding: 0px 15px;
    color: #fff;
    font-weight: 300;
    font-size: 1.7rem;
    /* height: 3rem; */
    margin-left: 2rem;
}

.c-point01__en {
    margin-bottom: 0px;
}

span.note {
    font-size: 1rem;
    display: block;
    line-height: 1.6;
    padding-top: 10px;
}

.c-point01__head {
    margin-top: 3rem;
}


@media (max-width: 767px) {
    p.NEW\! {
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 2;
    }

    span.note {
        font-size: 1rem;
        display: block;
        padding-top: 10px;
    }
}

/* 240809 プラントページ改修に伴うCSS調整 */
.industry-solution-sec__list-img img {
    object-fit: fill;
}

/* 240912 配筋AIウェビナー再放送LPに伴うCSS調整 */
.satori__custom_form.satori__custom_form_5449e43f105cb8c1_css {
    padding: 30px;
}

/* 240918 BIMセミナーLPに伴うCSS調整 */
.satori__custom_form.satori__custom_form_3fbb1e930828248b_css {
    padding: 30px;
}

/* 240927 BPO資料無料配布LPに伴うCSS調整 */
img.aligncenter.size-large.wp-image-8204 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: both;
    margin-top: -50px;
}

.c-single-content h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 15px;
    border-left: 3px solid var(--color-primary-500);
    background: var(--color-grayscale-300);
}

/* 241025 シンクリモートLPに伴うCSS調整 */
.profile-photo {
    width: 200px !important;
    height: 200px;
}

/******241224Contact Form7用*******/

.contact-content__form {
max-width: 1100px;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.0)
}
.cf7__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  
  .cf7__list dt:nth-of-type(n + 2),
  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  
  .cf7__list dt {
    width: 35%;
    padding-top: 15px;
    font-weight: bold;
  }
  
  .cf7__list dd {
    width: 65%;
  }
  
  /* 必須・任意 */
  .cf7__required,
  .cf7__optional {
    margin-right: 15px;
    padding: 6px 14px;
    color: #fff;
    font-size:1.4rem;
    vertical-align: 1px;
    border-radius: 3px;
  }
  
  .cf7__required {
    background: linear-gradient(-20deg, #F9634A 0%, #fece00 100%);
  }
  
  .cf7__optional {
    background: #999999;
  }
  
  /* input・textarea */
  .cf7__list dd input[type="text"],
  .cf7__list dd input[type="tel"],
  .cf7__list dd input[type="email"],
  .cf7__list dd input[type="url"],
  .cf7__list dd textarea {
    max-width: 500px;
    padding: 10px;
    font-size: 1.8rem;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #323232;
  }
  
  /* ドロップダウンメニュー */
  .cf7__select {
    position: relative;
  }
  
  .cf7__select select {
    padding: 15px 15px;
    background: #fff;
    color: #323232;
    font-size: 1.8rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 400px;
  }
  
  /* チェックボックス・ラジオボタン */
  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    display: block;
    padding: 15px 0 10px;
  }
  
  /* 縦並び（チェックボックス・ラジオボタン） */
  .cf7__list dd .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  
  .cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
    margin-top: 18px;
  }
  
  /* マウスカーソル（チェックボックス・ラジオボタン） */
  .cf7__list dd .wpcf7-list-item label {
    cursor: pointer;
  }
  
  /* チェックボックス・ラジオボタン
  input[type="checkbox"],
  input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: 1px solid #bcbcbc !important;
    vertical-align: -3px;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  } */
  
  /* チェックボックス */
  input[type="checkbox"]:checked {
    border: 1px solid #666 !important;
    background-color: #fff;
  }
  /**/
input[type="checkbox"] label::before,
input[type="checkbox"] label:has(:checked)::after {
    content: '';
}

input[type="checkbox"] label::before {
    width: 17px;
    height: 17px;
    border-radius: 3px;
    background-color: #fff !important;
}

input[type="checkbox"] label:has(:checked)::before {
    background-color: #F9634A !important;
}

input[type="checkbox"] label:has(:checked)::after {
    position: absolute;
    top: 6px;
    left: 6px;
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
    border: solid #666 !important;
    border-width: 0 2px 2px 0;
}

input[type="checkbox"] input {
    display: none;
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
  background: #f2f2f2;
  border: 1px solid #ccc;
}
.wpcf7-checkbox .wpcf7-list-item-label::after {
  background-color: #F97A64;
}
/*
  input[type="checkbox"]:checked::after {
    position: absolute;
    top: 6px;
    left: 6px;
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
  
  input[type="checkbox"]:checked:before {
    position: absolute;
    top: 2px;
    left: 5px;
    transform: rotate(50deg);
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
  }
  .wpcf7-checkbox .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.wpcf7-checkbox .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #F9634A;
    -webkit-mask-image: url(data:image/svg+xml;uft8,<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 26 26" fill="none" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="arcs"><polyline points="20 6 9 17 4 12"></polyline></svg>);
    mask-image: url(data:image/svg+xml;uft8,<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 26 26" fill="none" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="arcs"><polyline points="20 6 9 17 4 12"></polyline></svg>);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 0.3s ease 0s;
    transform: scale(0);
}*/
  
  /* ラジオボタン */
  /**/
input[type="radio"] label::before,
input[type="radio"] label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

input[type="radio"] label::before {
    width: 18px;
    height: 18px;
    background-color: #fff !important;
}

input[type="radio"] label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #F9634A !important;
    animation: anim-radio-1 .3s linear;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  background: #f2f2f2;
  border: 1px solid #999;
}
.wpcf7-radio .wpcf7-list-item-label::after {
  background: #F97A64;
}

  /* セレクトボックス */

  .cf7__list dd select {
    max-width: fit-content;
    padding: 10px;
    font-size: 1.8rem;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #323232;
    display: inline;
    margin-right: 1em;
}

@keyframes anim-radio-1 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #F9634A;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

input[type="radio"] {
    display: none;
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: #F9634A;
  transform: scale(1.5);
}
.satori__custom_form_5f54ce3682434cae_css input[type=checkbox]:checked+label, .satori__custom_form_5f54ce3682434cae_css input[type=radio]:checked+label {
  color: #323232;
}

  /*
  input[type="radio"] {
    border-radius: 50%;
  }
  
  input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #dee5eb;
    border: 2px solid #dee5eb;
    box-sizing: border-box;
    content: '';
  }
  .wpcf7-radio .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.wpcf7-radio .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    top: calc((30px - 16px) / 2);
    left: calc((30px - 16px) / 2);
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f97a64;
    transform: scale(0);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}
.wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 45px;
    min-height: 26px;
    vertical-align: top;
}
  input[type="radio"]:checked:after {
    background-color: #f97a64;
    animation: anim-radio-2 .3s linear;
  }
  @keyframes anim-radio-2 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #f97a6433;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}*/

  
  /* プレースホルダー */
  /* Google Chrome / Safari / Mozilla Firefox / Opera */
  .cf7__list dd input[type="text"]::placeholder,
  .cf7__list dd input[type="tel"]::placeholder,
  .cf7__list dd input[type="email"]::placeholder,
  .cf7__list dd textarea::placeholder {
    color: #a5a5a5;
  }
  
  /* Microsoft Edge */
  .cf7__list dd input[type="text"]::-ms-input-placeholder,
  .cf7__list dd input[type="tel"]::-ms-input-placeholder,
  .cf7__list dd input[type="email"]::-ms-input-placeholder,
  .cf7__list dd textarea::-ms-input-placeholder {
    color: #a5a5a5;
  }
  
  /* Internet Explorer */
  .cf7__list dd input[type="text"]:-ms-input-placeholder,
  .cf7__list dd input[type="tel"]:-ms-input-placeholder,
  .cf7__list dd input[type="email"]:-ms-input-placeholder,
  .cf7__list dd textarea:-ms-input-placeholder {
    color: #a5a5a5;
  }
  
  /* 送信ボタン */

  .wpcf7-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #f97a64;
    color: #fff;
    font-weight: 600;
    font-size:1.8rem;
}

.wpcf7-submit::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.wpcf7-submit:hover {
    background-color: #e96a54;
}
  
  input[type="submit"], input[type="button"] {
    transition: opacity .6s;
  }
  
  input[type="submit"]:hover,  input[type="button"]:hover {
    opacity: .6;
  }
  .cf7__button p {
    display: flex;
    justify-content: space-between;
  }
  .cf7__button p br {
    display: none;
  }
  .wpcf7-previous {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #666666;
    color: #323232;
    font-weight: 600;
    font-size:1.8rem;
  }
  .wpcf7-previous:hover  {
    border: 1px solid #ccc;
  }
  
  /* ajax-loader */
  .wpcf7-spinner {
    vertical-align: middle;
    display: none;
  }
  /* 氏名横並び */
.from_name {
    display: flex;
    flex-wrap: wrap;
  }
  
  .item-box {
    flex: 1;
    margin: 0 20px;
    max-width: 300px; /* 任意の値 */
    width: calc(50% - 20px);
    box-sizing: border-box;
  }
  
  /* 最初の.item-box要素を左寄せに配置 */
  .item-box:first-child {
    margin-left: 0;
  }


  /* ツールチップ */
  .wpcf7-not-valid-tip {
    display: inline-block;
    position: relative;
}
.wpcf7-not-valid-tip {
    padding: .2em .5em;
    border-radius: 3px;
    background-color: #FA8F7D;
    color: #fff;
    font-size: .7em;
    white-space: nowrap;
    transition: opacity .3s;
}

    /* 必須項目未入力 */
.cf7__list dd input.wpcf7-not-valid,.cf7__list dd select.wpcf7-not-valid, .wpcf7-not-valid span label .wpcf7-list-item-label::before {
	background-color: #FAE4E1;
    border:2px solid #FAB9AF;
}

.wpcf7 input.wpcf7-not-valid:focus {
	background: #fff;
}
.wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
    display: none;
}
    /* ステップ */
.timeline-003 {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin:2rem 0;
}

.timeline-003 li {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #999;
    font-size: .8em;
}

.timeline-003 li.prev,
.timeline-003 li.current {
    color: #F97A64;
}

.timeline-003 li::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: 6px;
    content: '';
    border: 2px solid #d6dde3;
    border-radius: 50%;
    background-color: #fff;
}

.timeline-003 li.prev::before,
.timeline-003 li.current::before {
    border-color: #F97A64;
}

.timeline-003 li:not(:last-child)::after {
    position: absolute;
    top: 8px;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    content: '';
}

.timeline-003 li.current::before,
.timeline-003 li.prev::after {
    background-color: #F97A64;
}
  @media screen and (max-width: 767px) {
  
    .cf7__list dt {
      width: 100%;
      margin-bottom: 15px;
      padding-top: 0;
    }
  
    .cf7__list dd {
      width: 100%;
    }
  
    .cf7__list dd:nth-of-type(n + 2) {
      margin-top: 0;
    }
  
    .cf7__list dd .wpcf7-checkbox,
    .cf7__list dd .wpcf7-radio {
      padding: 15px 0 0;
    }
  
    /* 送信ボタン */
    input[type="submit"] {
      width: 180px;
      height: 56px;
    }
/* 入力欄を最大240pxに */
    .cf7__list dd input[type="text"], .cf7__list dd input[type="tel"], .cf7__list dd input[type="email"], .cf7__list dd input[type="url"], .cf7__list dd textarea {
      max-width: 240px;
  }
  
  }
    /* hiddenにする */
  .current-check {
    position: absolute;
     top: 0;
     left: -50vw;
   }

   /*251017新機能詳細
================================================== */
/* S+Reportの使い方*/
.How_to_Use_S-Report {
  background: #fff;
  box-shadow: 0 0 20px #ddd;
  padding: 70px 0;
}
.How_to_Use_S-Report .c-point02 {
  width: 95%;
  margin: 0 auto;
}
.bt_margin {
  margin: 70px 0;
}
.How_to_Use_S-Report .c-point02__head {
  position: relative;
  padding-left: 4.5rem;
}
.c-point02__head span {
  color: #F89D78;
  font-family: spiderplus, Arial, Helvetica, sans-serif;
  display:block;
  position: absolute;
  font-size: 2.7rem;
  left: 0;
  top:0;
}
/* ▶ 右向き三角（PC表示） */
.c-point02__item {
  position: relative;
}
/* ▶ 右向き三角（PC表示） */
.c-point02__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px; /* 位置もやや右にずらす */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #F15025; /* ▶ の大きさ＆色 */
}

/* ===== スマホ表示（縦並び・▼に変更） ===== */
@media screen and (max-width: 767px) {
  .c-point02 {
    flex-direction: column;
    gap: 50px; /* 間隔を少し広げるとバランス良 */
  }

  .c-point02__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 100%;     
    left: 50%;     
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 24px solid #F15025; /* ▼ の大きさ＆色 */
    right: auto;
  }
}

/* 現場での活用例*/
.Examples-of-Field-Use {
  background:#FFF0EA;
  padding: 70px 0;
}
.Field-Use_item {
  padding:10px 40px 40px !important;
}
.usage_number {
  background: #F15025;
  color: #fff;
  padding:5px 1.5rem;
  font-size: 16px;
  border-radius:20px;
  width: 140px;
  height: 25px;
  margin:0 2rem 0 0;
  vertical-align:middle
}
.Before-After_wrap {
  display: flex;
  justify-content:space-between;
  flex-direction: row;
  position: relative;
  gap: 60px; /* BeforeとAfterの間隔 */
  flex-wrap: nowrap;
}
.Before-After {
  display: flex;
  flex-wrap: wrap;
  width: 45%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .Before-After_wrap {
    flex-direction: column;
  }
  .Before-After {
    width:100%;
  }
}
/* ▶ 右向き三角（PC表示・中央に配置） */
.Before-After_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%; /* 横の中央 */
  transform: translate(-50%, -50%); /* 中央揃え */
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #F15025; /* ▶ 色とサイズ */
}

/* ===== スマホ表示 ===== */
@media screen and (max-width: 767px) {
  .Before-After_wrap {
    flex-direction: column;
    gap: 50px;
  }

  .Before-After {
    width: 100%;
  }

  /* ▼ 下向き三角（SP表示・中央に配置） */
  .Before-After_wrap::after {
    top: auto;
    bottom: 50%; /* 上下中央 */
    left: 50%;
    transform: translate(-50%, 50%);
    border-top: 24px solid #F15025;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: none;
  }
}

.Before-After dt {
  width:60px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
  padding: 0px 8px 4px 8px;
  border-radius: 20px;
  text-align: center;
  margin: 0px auto 20px;
}
.usage_before {
  background-color: #999;
}
.usage_after {
  background-color: #F89D78;
}

.Before-After dd {
  margin-bottom: 10px;
  width:100%;
  padding: 0px 0px 4px 10px;
  line-height: 1.8;
  min-height: 140px;
}

.wp_download {
    position: relative;
    padding: 60px 0;
}
.wp_download::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(95.68deg, #F6845C 20.72%, #F15025 42.82%, #E69522 99.3%);
    mix-blend-mode: multiply;
}
.c-btn-cv02__in {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 335px;
    max-width: 100%;
    height: 80px;
    max-height: 100%;
    padding: 10px 15px;
    overflow: hidden;
    border-radius: 10px;
    background-image: url(https://spider-plus.com/cms_S2sP98ZB/wp-content/themes/spider-plus/img/functions/s-report/img_r_contact02.png);
    background-repeat:no-repeat;
    background-position:50%;
    background-size:cover;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .c-btn-cv02__in {
        width: 1040px;
        height: 120px;
        padding: 30px;
        background-image: url(https://spider-plus.com/cms_S2sP98ZB/wp-content/themes/spider-plus/img/functions/s-report/img_r_contact02_sp.png);
        background-repeat:no-repeat;
        background-position:50%;
        background-size:cover;
    }
}
.c-btn-cv01__txt br {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-btn-cv01__txt br {
  display:block;
}
}
.c-ico.is-mail02::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 14px;
    background-color: currentColor;
    color: currentColor;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20x%3D%220%22%20y%3D%220%22%20style%3D%22enable-background%3Anew%200%200%2020%2014%22%20version%3D%221.1%22%20viewBox%3D%220%200%2020%2014%22%3E%0A%3Cstyle%3E%0A.st0%7Bfill%3A%23fff%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20d%3D%22M10.4%208.8c-.1.1-.2.1-.4.1-.1%200-.3%200-.4-.1L.3%203.4c-.1-.1-.3%200-.3.2v8.9c0%20.8.7%201.5%201.6%201.5h16.9c.9%200%201.6-.7%201.6-1.5V3.6c0-.2-.2-.3-.3-.2l-9.4%205.4z%22%20class%3D%22st0%22%2F%3E%0A%3Cpath%20d%3D%22m10.4%207.1%209.5-5.5s.1-.1.1-.2C19.9.6%2019.3%200%2018.4%200H1.6C.7%200%20.1.6%200%201.4c0%20.1%200%20.1.1.2l9.5%205.5c.2.2.6.2.8%200z%22%20class%3D%22st0%22%2F%3E%0A%3C%2Fsvg%3E%0A);
    mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20x%3D%220%22%20y%3D%220%22%20style%3D%22enable-background%3Anew%200%200%2020%2014%22%20version%3D%221.1%22%20viewBox%3D%220%200%2020%2014%22%3E%0A%3Cstyle%3E%0A.st0%7Bfill%3A%23fff%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20d%3D%22M10.4%208.8c-.1.1-.2.1-.4.1-.1%200-.3%200-.4-.1L.3%203.4c-.1-.1-.3%200-.3.2v8.9c0%20.8.7%201.5%201.6%201.5h16.9c.9%200%201.6-.7%201.6-1.5V3.6c0-.2-.2-.3-.3-.2l-9.4%205.4z%22%20class%3D%22st0%22%2F%3E%0A%3Cpath%20d%3D%22m10.4%207.1%209.5-5.5s.1-.1.1-.2C19.9.6%2019.3%200%2018.4%200H1.6C.7%200%20.1.6%200%201.4c0%20.1%200%20.1.1.2l9.5%205.5c.2.2.6.2.8%200z%22%20class%3D%22st0%22%2F%3E%0A%3C%2Fsvg%3E%0A);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    top: 40%;
    left: -60px;
    position: absolute;
}
@media screen and (max-width: 767px) {
    .c-ico.is-mail02::after {
        left: -20px;
    }
}

.sp_img {
  display: none;
}
.pc_img {
  display: block;
}
@media screen and (max-width: 767px) {
    .sp_img {
      display: block;
    }
    .pc_img {
      display: none;
    }
}
.c-archive-case01__img {
  position: relative;
}
.c-archive-case01__img .sakugen {
  position: absolute;
  left: 0px;
  top: 240px;
  display: block;
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #323232;
  min-width: 140px;
}