/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  color: #000;
  font-style: normal;
}

a img {
  border: none;
}

html {
  background: #fff;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: normal;
  margin: 0;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06rem
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: unset;
  line-height: 100%;
}

img {
  width: 100%;
}

@media only screen and (min-width: 1460px){
  .case-wrapper .box.single {
      display: grid;
      gap: 30px 15px;
      grid-template-columns: repeat(2, 49%) !important;
  }
  .entry_image.single {
      height: 22vw;
  }
  .entry_image.single img {
      border-radius: 10px 10px 0 0;
      transition-duration: .3s;
      height: 22vw;
      object-fit: cover;
  }
  .entry_image.single img:hover {
      height: 22vw;
      object-fit: cover;
  }
}

@media only screen and (min-width: 1480px){
  .case-wrapper .box {
      display: grid;
      gap: 30px 15px;
      grid-template-columns: repeat(3, 32.6%) !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp_only {
    display: none!important;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 4% 8% 4% 5%;
  }
  header .toplogo {
    background: url(../img/case-logo.png) no-repeat center bottom;
    width: 24%;
    padding-bottom: 5.5%;
    height: 0;
    background-size: contain;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav ul li a {
    position: relative;
    font-size: 1.27vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    margin-right: 34px;
    -webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
  }
  nav ul li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: -19px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #1bbb6b transparent transparent transparent;
    border-width: 7px 5px 0 5px;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
  }
  nav ul li:last-child a {
    margin-right: 0;
  }

  /* 記事一覧 */
  body.page .contents.page {
    width: 100%;
  }
  .case-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .case-wrapper .box {
    display: grid;
    gap: 30px 15px;
    /*grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); */
    grid-template-columns: repeat(3, 32.6%);
  }
  .case-wrapper .box.single {
    display: grid;
    gap: 30px 15px;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }
  .case-mv {
    width: 90%;
    margin: 0 auto;
  }
  .case-mv h1 {
    font-size: 2.3vw;
    font-weight: bold;
    margin: 0 0 4%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  .case-mv h1:after {
    content: "";
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    background: #37bd4d;
    border-radius: 50%;
    position: absolute;
    top: -0.8vw;
    left: 43%;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .case-mv>p {
    font-size: 16px;
    margin-bottom: 3%;
    text-align: center;
  }
  .page .tag_filter {
    display: grid;
    width: 90%;
    margin: 0 auto 30px;
  }
  .tag_filter ul#menu>li {
    font-size: 20px;
    font-weight: bold;
  }
  ul.c-tags {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    margin: 30px 0 0;
  }
  li.tag {
    display: inline-flex;
    background: #eff1f4;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 1vw;
    cursor: pointer;
  }
  li.tag.is-active {
    background: #37bd4d;
    color: #fff;
    font-weight: bold;
  }
  .case-wrapper .item {
    height: 100%;
    border-radius: 10px;
    background: #eef1f4;
    padding: 0 0 10px;
    box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), 0px -9px 16px rgb(255 255 255 / 50%);
  }
  .case-wrapper .item:hover {
    -webkit-box-shadow: 4px 4px 14px rgb(163 177 198 / 14%), inset 3px 3px 7px rgb(136 165 191 / 48%), inset -3px -3px 7px #ffffff;
    box-shadow: 4px 4px 14px rgb(163 177 198 / 14%), inset 3px 3px 7px rgb(136 165 191 / 48%), inset -3px -3px 7px #ffffff;
    color: #384653;
  }
  .entry_image {
    overflow: hidden !important;
    width: 100%;
    height: 20vw;
    border-radius: 10px 10px 0 0;
  }
  .entry_image.single {
    height: 20vw;
  }
  .entry_image img {
    border-radius: 10px 10px 0 0;
    transition-duration: .3s;
    height: 20vw;
    object-fit: cover;
  }
  .entry_image img:hover {
    transform: scale(1.2);
    transition: .6s;
    overflow: hidden;
    height: 20vw;
    width: 100%;
    object-fit: cover;
  }
  .entry_image.single img {
    border-radius: 10px 10px 0 0;
    transition-duration: .3s;
    height: 20vw;
    object-fit: cover;
  }
  .entry_image.single img:hover {
    height: 20vw;
    object-fit: cover;
  }
  .entry_content {
    padding: 15px 0;
    width: 90%;
    margin: 0 auto;
  }
  ul.tags {
    display: flex;
    gap: 5px 10px;
    flex-flow: wrap;
  }
  li.l-tag {
    background: #0f6bed;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.2em;
    display: inline-flex;
    align-items: center;
  }
  li.l-tag:before {
    content: '#';
  }
  .page .entry_content h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  h4.company_name {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #256bed;
  }
  .info p {
    margin: 5px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  body.single .info p {
    margin: 0;
  }
  section#m-contact {
    display: none;
  }
  .page .grecaptcha-badge {
    display: none !important;
  }

  /* 記事詳細 */
  .contents {
    width: calc(100vw - 330px);
    position: relative;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 50px -10px #0000000f;
    box-shadow: 0px 0px 50px -10px #0000000f;
  }
  .contents>.wrap {
    width: 77%;
    margin: 0 auto;
  }
  .contents .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.2% 0 0;
  }
  .contents .mv p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    border-bottom: 1px solid #000;
    width: 33%;
    padding-bottom: 0.9%;
    margin-bottom: 6.1%;
  }
  .contents .mv p span:first-child {
    font-size: 19px;
    font-size: 1.5vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .contents .mv p span:last-child {
    font-size: 35px;
    font-size: 2.8vw;
    font-family: ff-market-web-pro-condensed, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
  }
  .contents .mv h1 {
    font-size: 26px;
    font-size: 2vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    margin-bottom: 3.2%;
  }
  .contents .mv h2 {
    font-size: 17px;
    font-size: 1.3vw;
    font-weight: normal;
    margin-bottom: 6.3%;
  }
  .contents section.text img {
    margin: 4.4% 0;
    display: flex;
    height: auto;
    border-radius: 8px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .contents .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 100%;
  }
  .contents .img img {
    border-radius: 8px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .contents .company {
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 9%) inset;
    -webkit-box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 9%) inset;
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09) inset;
    -o-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09) inset;
    -ms-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09) inset;
    background: #f3f5f7;
    border-radius: 8px;
    padding: 6%;
    margin: 6.6% 0;
  }
  .contents .company .info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 3.5%;
  }
  .contents .company .info .left {
    width: 15%;
    height: 0;
    padding-bottom: 15%;
    min-width: 15%;
    -webkit-box-shadow: 0px 4px 6px -1px #00000005;
    box-shadow: 0px 4px 6px -1px #00000005;
  }
  .contents .company .info .right {
    width: 85%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.2% 0 0.5%;
    margin-left: 4%;
  }
  .contents .company .info .right .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contents .company .info .right .top h3 {
    font-size: 22px;
    font-size: 1.8vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    letter-spacing: 0.1rem;
  }
  .contents .company .info .right .top span {
    font-size: 1.1vw;
    margin-left: 2%;
    white-space: nowrap;
  }
  .contents .company .info .right .btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .contents .company .info .right .btm p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contents .company .info .right .btm p:last-child {
    margin-top: 1.5%;
  }
  .contents .company .info .right .btm p span:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 11%;
    padding: 0.5% 0;
    border-radius: 3px;
    background: #255fff;
    color: #fff;
    font-size: 1.1vw;
    margin-right: 0.8vw;
  }
  .contents .company .info .right .btm p span:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-size: 1.3vw;
    letter-spacing: 0.04rem;
  }
  .contents .company .mokuji {
    width: 100%;
  }
  .contents .company .mokuji ul {
    width: 100%;
    padding: 3.6% 6.6%;
    background: #fff;
    -webkit-box-shadow: 0px 4px 6px -1px #00000005;
    box-shadow: 0px 4px 6px -1px #00000005;
  }
  .contents .company .mokuji ul li {}
  .contents .company .mokuji ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 1.2vw;
    padding: 3.3% 0;
    border-bottom: 1px solid #e6e8eb;
    position: relative;
  }
  .contents .company .mokuji ul li:last-child a {
    border: none;
  }
  .contents .company .mokuji ul li a:after {
    content: "";
    background: url(../img/case-arw.png) no-repeat center;
    background-size: contain;
    width: 7px;
    height: 100%;
    position: absolute;
    right: 4px;
  }
  .contents .company .mokuji ul li a span {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    margin-right: 9px;
    padding-left: 3px;
  }
  .contents .text {}
  .contents .text h2 {
    color: #1956fd;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-size: 23px;
    font-size: 1.83vw;
    border: 1px solid #1956fd;
    border-radius: 6px;
    padding: 2% 3%;
    margin: 5.5% 0;
    letter-spacing: 0.1rem;
  }
  .contents .text .img {
    margin: 4.4% 0;
  }
  .contents .text p {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.04rem;
    text-align: justify;
    margin: 3.4% 0;
  }
  .contents .text p strong {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .contents .text p .name {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .contents .text p .bold {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .contents .text p .alert {
    font-size: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 9px;
  }
  .contents .text p a {
    color: #1dba6e;
    text-decoration: underline;
  }
  .recommend {
    width: 80%;
    margin: 0 auto;
  }
  .recommend h2 {
    font-size: 2.3vw;
    font-weight: bold;
    margin: 0 0 4%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  .recommend h2:before {
    content: "";
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    background: #37bd4d;
    border-radius: 50%;
    position: absolute;
    top: -0.8vw;
    left: 35%;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  @media only screen and (min-width: 1600px){
    .recommend h2:before {
      left: 36%;
    }
  }
  .case-btn {
    width: 90%;
    margin: 70px auto 0;
    text-align: center;
    padding: 0px 20%;
  }
  a.btn-c {
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #166bed;
    background: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    padding: 4% 8%;
    border: 3px solid #166bed;
    font-weight: bold;
  }
  a.btn-c:hover {
    color: #fff;
    background: #166bed;
    -webkit-box-shadow: 0px 8px 20px #166bed54;
    box-shadow: 0px 10px 20px #166bed54;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -5px);
  }


  #bnr a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 0;
    padding-bottom: 26%;
    background: url(../img/case-shuf_bnr.jpg) no-repeat center;
    background-size: contain;
    -webkit-box-shadow: 0px 3px 20px -10px #1e303c7a;
    box-shadow: 0px 3px 20px -10px #1e303c7a;
    border-radius: 14px;
    margin-top: 5vw;
    margin-bottom: 7vw;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  }
  #bnr a:hover {
    -webkit-box-shadow: 0px 10px 30px -8px #1e303c40;
    box-shadow: 0px 10px 30px -8px #1e303c40;
  }
  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 330px;
    z-index: 99;
    height: 100vh;
    background: #f3f5f7;
    border-top: 7px solid #19c371;
  }
  .cvarea {
    margin-top: 70px;
  }
  .cvarea .wrap {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border: 5px solid #1bbb6c;
    border-radius: 10px;
    padding: 70px 0 75px;
    background: #fff;
  }
  .cvarea .wrap h2 {
    font-size: 2.6vw;
    line-height: 140%;
    margin-bottom: 19px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .cvarea .wrap p {
    font-size: 1.3vw;
    margin-bottom: 34px;
    line-height: 190%;
  }
  .cvarea .wrap .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cvarea .wrap .btn a:first-child {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    width: auto;
    font-size: 1.4vw;
    padding: 16px 40px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #1bbb6c;
    border-radius: 5px;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  }
  .cvarea .wrap .btn a:last-child {
    width: auto;
    padding: 14px 40px;
    font-size: 1.4vw;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1bbb6b;
    background: #ffffff;
    border-radius: 5px;
    border: 2px solid #1bbb6b;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .cvarea .wrap .btn span {
    display: block;
    margin: 0 20px;
    font-size: 1.8vw;
    font-weight: 600;
    font-family: montserrat, sans-serif;
  }
  footer .wrap {
    width: 80%;
    margin: 0 auto;
    margin-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .wrap h2 {
    background: url(../img/case-logo.png) no-repeat center left;
    width: 23%;
    padding-bottom: 7%;
    height: 0;
    margin-right: auto;
    margin-top: -18px;
    background-size: contain;
  }
  footer .wrap dl {
    margin-right: 60px;
  }
  footer .wrap dl:nth-child(3n) {
    margin-right: 30px;
  }
  footer .wrap dl:last-child {
    margin-right: 40px;
  }
  footer .wrap dl dt {
    font-weight: 600;
    margin-bottom: 26px;
    font-family: montserrat, sans-serif;
  }
  footer .wrap dl dd a {
    font-weight: 300;
    line-height: 220%;
    font-size: 14px;
    -webkit-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
  }
  footer p {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #a5aaaa;
    padding: 100px 0;
  }
  .form .logo {
    background: url(../img/case-formlogo.png) no-repeat center bottom;
    width: 150px;
    padding-bottom: 34px;
    height: 0;
    background-size: contain;
  }
  .form h4 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: 15px;
    letter-spacing: 0.03rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .form #myform {
    width: 86%;
    margin-bottom: 4vh;
  }
  .form #myform .form_list {
    width: 100%;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
  }
  .form #myform .form_list .frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border: 1px solid #cdd0d6;
    margin-bottom: -1px;
    border-radius: 0;
    padding: 13px 0 2px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  }
  .form #myform .form_list .frame:nth-child(2) {
    border-radius: 7px 7px 0px 0px;
  }
  .form #myform .form_list #step04 {
    border-radius: 0 0 7px 7px;
  }
  .form #myform .form_list .frame.fcs {
    border: 1px solid #1bbb6d;
    z-index: 999;
  }
  .form #myform .form_list .frame.disapp {
    opacity: 0;
  }
  .form #myform .form_list .frame label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    width: 89%;
    margin: 0 auto;
  }
  .form #myform .form_list .frame.fcs label {
    color: #1bbb6d;
  }
  .form #myform .form_list .frame input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    outline: none;
    border: none;
    padding: 0;
    font-size: 16px;
    width: 89%;
    margin: 0 auto;
    height: 38px;
    background: #f2f5f7;
    letter-spacing: 0.06rem;
  }
  .form .pp {
    font-size: 12px;
    position: absolute;
    bottom: 24px;
    letter-spacing: 0.01rem;
  }
  .form .pp a {
    color: #1bbb6d;
    text-decoration: underline;
  }
  .form #myform button {
    border-radius: 6px;
    width: 100%;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 55px;
    border: none;
    letter-spacing: 0.05rem;
    font-size: 18px;
    color: #fff;
    background: #1bbb6d;
    margin-top: 28px;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    cursor: pointer;
    z-index: 999;
    position: relative;
  }
  .form #myform button:focus, .form #myform button:active {
    outline: none;
    border: none;
  }
  .formError {
    position: absolute!important;
    top: 10px!important;
    left: unset!important;
    right: 9px!important;
    margin-top: unset!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    width: auto;
    font-weight: 500;
    color: #ffffff;
    background: #ff4e7f;
    border-radius: 4px;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 6px 4px;
    line-height: 100%;
    letter-spacing: 0;
  }
  .formErrorContent {
    font-weight: 500;
  }
  input::-webkit-input-placeholder {
    color: #aeb0b8;
  }
  input::-moz-placeholder {
    color: #aeb0b8;
  }
  input:-ms-input-placeholder {
    color: #aeb0b8;
  }
  input::-ms-input-placeholder {
    color: #aeb0b8;
  }
  input::placeholder {
    color: #aeb0b8;
  }
  /* IE */
  input:-ms-input-placeholder {
    color: #aeb0b8;
  }
  /* Edge */
  input::-ms-input-placeholder {
    color: #aeb0b8;
  }
  #lottie {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f5f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -ms-transform: translate(0, 60px) scale(0.8);
    transform: translate(0, 60px) scale(0.8);
    -webkit-transform: translate(0, 60px) scale(0.8);
  }
  #lottie.app {
    opacity: 1;
    z-index: 999;
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
  }
  #lottie svg {
    width: 90%!important;
    height: 90%!important;
    -webkit-transform: translate3d(0px, 0px, 0px)!important;
    transform: translate3d(0px, 0px, 0px)!important;
  }
  #thanks .thanks {
    width: 100vw;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #thanks .thanks div {
    font-size: 40px;
    font-weight: 800;
    color: #1bbb6d;
    margin-top: 90px;
  }
  #thanks .thanks a {
    width: 340px;
    height: 54px;
    background: #1bbb6c;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2px;
    margin-top: 40px;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  }
  #thanks .thanks h1 {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 24px;
    text-align: center;
    line-height: 190%;
  }
  #thanks .thanks a span {
    font-size: 110%;
    color: #fff;
    font-weight: 400;
    display: contents;
  }

}

@media only screen and (max-width: 1079px) {
  .case-wrapper .box {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }
  .case-wrapper .box.single {
    display: flex !important;
    overflow: scroll;
    overflow-y: hidden;
    width: 100%;
    gap: 5%;
  }
  .case-wrapper .box.single::-webkit-scrollbar {
    height: 10px;
  }
  .case-wrapper .box.single::-webkit-scrollbar-thumb {
    background: #1dd27c;
    border-radius: 5px;
  }
  .case-wrapper .box.single::-webkit-scrollbar-track {
    background: #d0dbe4;
    border-radius: 5px;
  }
  .case-wrapper .single a.item-link {
    display: inline-flex;
    margin-bottom: 20px;
    width: 80%;
  }
  .case-wrapper .single .item {
    width: 90vw;
    display: inline-grid;
  }
}

@media only screen and (max-width: 860px) {
  .case-wrapper .box.single {
    gap: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .cvbtn:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
    box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  nav ul li a:hover {
    color: #1bbb6d;
  }
  nav ul li a:hover:before {
    opacity: 1;
    top: -22px;
  }
  #cs .cs_list a:hover {
    -webkit-box-shadow: 0px 20px 25px #232c381f;
    box-shadow: 0px 20px 25px #232c381f;
  }
  .card:focus-within, .card:hover {
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  .card:focus-within~.card, .card:hover~.card {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  .card .btn:hover {
    background: #1bbb6c;
    color: #fff;
    -webkit-box-shadow: 0px 5px 14px #1bbb6c69;
    box-shadow: 0px 5px 14px #1bbb6c69;
  }
  .card .btn.open:hover {
    background: #e9edf1;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
  }
  .card .btn.open.yes:hover {
    cursor: default;
    background: #1bbb6c;
  }
  .cvarea .wrap .btn a:first-child:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
    box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  .cvarea .wrap .btn a:last-child:hover {
    -webkit-box-shadow: 0px 8px 20px #01a05238;
    box-shadow: 0px 8px 20px #01a05238;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  footer .wrap dl dd a:hover {
    color: #1bbb6d;
    text-decoration: underline;
  }
  .form #myform button:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
    box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  #thanks .thanks a:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
    box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
}

@media only screen and (max-width: 1130px) {
  .case-wrapper .box {
    display: grid;
    gap: 30px 15px;
    grid-template-columns: repeat(2, 50%);
  }
  .entry_image {
    height: 25vw;
  }
  .entry_image img {
    height: 25vw;
  }
  .entry_image img:hover {
    height: 25vw;
  }
  .entry_image.single {
    height: 20vw;
  }
  .entry_image.single img {
    height: 20vw;
    object-fit: cover;
  }
  .entry_image.single img:hover {
    height: 20vw;
    object-fit: cover;
  }

}

@media only screen and (max-width: 1080px) {
  .entry_image.single {
    height: 30vw;
  }
  .entry_image.single img {
    height: 30vw;
    object-fit: cover;
  }
  .entry_image.single img:hover {
    height: 30vw;
    object-fit: cover;
  }
}

@media only screen and (max-width: 768px) {
  body {
    letter-spacing: 0.03rem;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .pc_only {
    display: none!important;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 6% 4% 4% 7%;
    position: relative;
  }
  header .toplogo {
    background: url(../img/case-logo.png) no-repeat center bottom;
    width: 171px;
    padding-bottom: 45px;
    height: 0;
    background-size: contain;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  nav ul li a {
    position: relative;
    font-weight: bold;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    margin-right: 34px;
    -webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
  }
  nav ul li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: -19px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #1bbb6b transparent transparent transparent;
    border-width: 7px 5px 0 5px;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
  }
  nav ul li:last-child a {
    margin-right: 0;
  }
  .cvbtn {
    top: unset;
    bottom: 22px;
    right: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 68%;
    height: 48px;
  }
  .contents {
    width: 100vw;
    position: relative;
    z-index: 999;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .contents>.wrap {
    width: 100%;
    margin: 0 auto;
  }
  .contents .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.2% 0 0;
  }
  .contents .mv p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    border-bottom: 1px solid #000;
    width: 59vw;
    padding-bottom: 0.9%;
    margin-bottom: 7%;
  }
  .contents .mv p span:first-child {
    font-size: 19px;
    font-size: 5vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .contents .mv p span:last-child {
    font-size: 35px;
    font-size: 8.8vw;
    font-family: ff-market-web-pro-condensed, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
  }
  .contents .mv h1 {
    font-size: 26px;
    font-size: 7.5vw;
    text-align: center;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    margin-bottom: 4vw;
    line-height: 140%;
    letter-spacing: 0.03rem;
  }
  .contents .mv h2 {
    font-size: 17px;
    width: 100vw;
    font-size: 4vw;
    letter-spacing: 0.02rem;
    font-weight: normal;
    margin-bottom: 7vw;
    text-align: center;
    line-height: 170%;
  }
  .contents section.text img {
    margin: 5vw 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    height: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .contents .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .contents .img img {
    border-radius: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .contents .company {
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 9%) inset;
    -webkit-box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 9%) inset;
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09) inset;
    -o-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09) inset;
    -ms-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09) inset;
    background: #f3f5f7;
    border-radius: 8px;
    padding: 6%;
    margin: 8vw auto;
    width: 86vw;
  }
  .contents .company .info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5.5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contents .company .info .left {
    width: 18%;
    height: 0;
    padding-bottom: 17%;
    min-width: 18%;
    -webkit-box-shadow: 0px 4px 6px -1px #00000005;
    box-shadow: 0px 4px 6px -1px #00000005;
  }
  .contents .company .info .right {
    width: 76%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1% 0;
  }
  .contents .company .info .right .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    gap: 5px;
  }
  .contents .company .info .right .top h3 {
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 5vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    letter-spacing: 0.1rem;
  }
  .contents .company .info .right .top span {
    font-size: 3.6vw;
    /* margin-top: 6%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents .company .info .btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .contents .company .info .btm p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5.5%;
  }
  .contents .company .info .btm p:last-child {
    margin-top: 3%;
  }
  .contents .company .info .btm p span:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 18%;
    border-radius: 3px;
    background: #255fff;
    color: #fff;
    height: 8.8vw;
    font-size: 3.5vw;
    margin-right: 6%;
  }
  .contents .company .info .btm p span:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.5vw;
    line-height: 146%;
  }
  .contents .company .mokuji {
    width: 100%;
  }
  .contents .company .mokuji ul {
    width: 100%;
    padding: 3.6% 6.6%;
    background: #fff;
    -webkit-box-shadow: 0px 4px 6px -1px #00000008;
    box-shadow: 0px 4px 6px -1px #00000008;
  }
  .contents .company .mokuji ul li {}
  .contents .company .mokuji ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 3.6vw;
    line-height: 150%;
    padding: 3.8% 0;
    border-bottom: 1px solid #e6e8eb;
    position: relative;
    padding-right: 9%;
  }
  .contents .company .mokuji ul li:last-child a {
    border: none;
  }
  .contents .company .mokuji ul li a:after {
    content: "";
    background: url(../img/case-arw.png) no-repeat center;
    background-size: contain;
    width: 6px;
    height: 100%;
    position: absolute;
    right: 4px;
  }
  .contents .company .mokuji ul li a span {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    margin-right: 10px;
    padding-left: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 10%;
  }
  .contents .text {
    width: 86vw;
    margin: 0 auto;
  }
  .contents .text h2 {
    color: #1956fd;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-size: 23px;
    font-size: 5vw;
    border: 1px solid #1956fd;
    border-radius: 6px;
    padding: 2.5vw 4.5vw;
    margin: 7vw 0;
    letter-spacing: 0.05rem;
    line-height: 140%;
  }
  .contents .text .img {
    margin: 5vw 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  .contents .text p {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.02rem;
    text-align: justify;
    margin: 5vw 0;
  }
  .contents .text strong {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .contents .text p .name {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .contents .text p .bold {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .contents .text p .alert {
    font-size: 80%;
    display: block;
    margin-top: 3vw;
    line-height: 160%;
    padding-left: 4%;
    position: relative;
  }
  .contents .text p .alert:before {
    content: "";
    width: 3px;
    height: 90%;
    position: absolute;
    left: 2px;
    top: 5%;
    background: #5d5e65;
  }
  .contents .text p a {
    color: #1dba6e;
    text-decoration: underline;
  }
  .recommend {
    width: 90%;
    margin: 60px auto 30px;
  }
  .recommend h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 6% 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  .recommend h2:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: #37bd4d;
    border-radius: 50%;
    position: absolute;
    top: -1.8vw;
    left: 24%;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  #bnr a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 84%;
    height: 0;
    padding-bottom: 69%;
    background: url(../img/case-shuf_bnr_sp.jpg) no-repeat center;
    background-size: contain;
    -webkit-box-shadow: 0px 5px 25px -7px #1e303c4a;
    box-shadow: 0px 5px 25px -7px #1e303c4a;
    border-radius: 12px;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .cvarea {
    margin-top: 35px;
  }
  .cvarea .wrap {
    width: 84%;
    margin: 0 auto;
    text-align: center;
    border: 3px solid #1bbb6c;
    border-radius: 10px;
    padding: 10% 0 10%;
    background: #fff;
  }
  .cvarea.top .wrap {
    margin-top: 0;
  }
  .cvarea .wrap h2 {
    font-size: 6.6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 6%;
    text-align: center;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.01rem;
  }
  .cvarea .wrap p {
    font-size: 3.8vw;
    line-height: 180%;
    text-align: center;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 7%;
    width: 100%;
  }
  .cvarea.foot .wrap p {
    font-size: 3.8vw;
    line-height: 180%;
    text-align: justify;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 7%;
    width: 81%;
  }
  .cvarea .wrap .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cvarea .wrap .btn a:first-child {
    width: 76%;
    font-size: 17px;
    padding: 14px 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    color: #fff;
    background: #1bbb6c;
    border-radius: 5px;
  }
  .cvarea .wrap .btn a:last-child {
    width: 76%;
    padding: 12px 0;
    font-size: 17px;
    height: auto;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1bbb6b;
    background: #ffffff;
    border-radius: 5px;
    border: 2px solid #1bbb6b;
  }
  .cvarea .wrap .btn span {
    display: block;
    margin: 8px 0;
    font-size: 22px;
    font-weight: bold;
  }
  footer {
    border-top: 1px solid #ddd;
    margin-top: 16%;
  }
  footer .wrap {
    width: 80%;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .wrap h2 {
    background: url(../img/case-logo.png) no-repeat center left;
    width: 60%;
    padding-bottom: 17%;
    height: 0;
    margin-right: auto;
    margin-top: 0;
    background-size: contain;
    margin-bottom: 15%;
  }
  footer .wrap dl {
    margin-right: 13%;
  }
  footer .wrap dl:nth-child(3n) {
    margin-right: 0;
  }
  footer .wrap dl:last-child {
    margin-right: 0;
    margin-top: 12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  footer .wrap dl:last-child dt {
    margin-bottom: 0;
    margin-right: 14%;
  }
  footer .wrap dl dt {
    font-weight: 600;
    margin-bottom: 26px;
    font-family: montserrat, sans-serif;
  }
  footer .wrap dl:last-child dd {
    margin-right: 10%;
  }
  footer .wrap dl dd a {
    line-height: 200%;
  }
  footer p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    color: #a5aaaa;
    padding: 13% 0 38%;
  }
  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: -100vh;
    left: 0;
    width: 100vw;
    z-index: 9999;
    height: 100vh;
    background: #f3f5f7;
    border-top: 7px solid #19c371;
    -webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
  }
  .form.open {
    bottom: 0vw;
  }
  div.contents+.form {
    display: none;
  }
  div.contents+.form.open {
    display: none;
  }
  .contact {
    width: 100%;
    background: #ffffff5c;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 13px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(4px) brightness(100%) opacity(1);
    -webkit-backdrop-filter: blur(4px) brightness(100%) opacity(1);
  }
  .contact span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    height: 50px;
    font-size: 18px;
    letter-spacing: 0.02rem;
    border-radius: 6px;
    background: #01af5a;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .menu {
    width: 40px;
    height: 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    z-index: 9997;
    cursor: pointer;
    padding: 10px;
    background: url(../img/case-menu.png) 10px 10px / 34px no-repeat;
    background-position: center;
  }
  .remove {
    width: 32px;
    height: 32px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: fixed;
    top: 38px;
    right: 38px;
    cursor: pointer;
    background: url(../img/case-close.png) center center / cover no-repeat;
  }
  #navwrap {
    opacity: 0;
    z-index: -100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    background: rgba(255, 255, 255, 0.97);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    border: 7px solid #1bbb6c;
  }
  #navwrap.front {
    opacity: 1;
    z-index: 99999;
  }
  nav ul li a {
    margin-right: 0;
    font-size: 7vw;
    line-height: 220%;
  }
  #form h1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 11%;
    margin-bottom: 7%;
  }
  .form .logo {
    background: url(../img/case-formlogo.png) no-repeat center bottom;
    width: 47%;
    padding-bottom: 11%;
    height: 0;
    background-size: contain;
  }
  .form h4 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 15px;
    letter-spacing: 0.03rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .form #myform {
    width: 82%;
    margin-bottom: 0vh;
  }
  #form .container {
    margin-bottom: 0%;
  }
  .form .pp {
    font-size: 13px;
    position: relative;
    letter-spacing: 0.03rem;
    /* margin-top: 5vw; */
  }
  .form .pp a {
    color: #1bbb6d;
    text-decoration: underline;
  }
  .form #myform .form_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
  }
  .form #back {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 5vw;
    font-size: 17px;
    font-weight: 500;
    color: #7b7b7b;
  }
  #lottie {
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: -10px;
    top: unset;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -ms-transform: translate(0, 60px) scale(0.8);
    transform: translate(0, 60px) scale(0.8);
    -webkit-transform: translate(0, 6px) scale(0.8);
  }
  #lottie svg {
    width: 100%!important;
    height: 100%!important;
    -webkit-transform: translate3d(0px, 0px, 0px)!important;
    transform: translate3d(0px, 0px, 0px)!important;
  }
  #lottie.app {
    opacity: 1;
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
  }
  .form #myform .form_list .frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border: 1px solid #b5b5b5;
    margin-bottom: -1px;
    border-radius: 0;
    padding: 15px 0 2px;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  }
  .form #myform .form_list #step01 {
    border-radius: 5px 5px 0 0;
  }
  .form #myform .form_list #step04 {
    border-radius: 0 0 5px 5px;
  }
  .form #myform .form_list .frame.disapp {
    opacity: 0;
  }
  .form #myform .form_list .frame label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    width: 89%;
    margin: 0 auto;
  }
  .form #myform .form_list .frame input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    border: none;
    font-size: 16px;
    width: 91%;
    margin: 0 auto;
    height: 41px;
  }
  .form #myform .form_list .frame textarea {
    border: 1px solid #ddd;
    width: 89%;
    margin: 0 auto;
    height: 90px;
    margin-top: 14px;
    margin-bottom: 18px;
    font-size: 16px;
  }
  input::-webkit-input-placeholder {
    color: #aeb0b8;
  }
  input::-moz-placeholder {
    color: #aeb0b8;
  }
  input:-ms-input-placeholder {
    color: #aeb0b8;
  }
  input::-ms-input-placeholder {
    color: #aeb0b8;
  }
  input::placeholder {
    color: #aeb0b8;
  }
  .case-btn {
    width: 100%;
    margin: 40px auto 0;
    text-align: center;
    padding: 0px 20%;
  }
  a.btn-c {
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #166bed;
    background: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    padding: 6% 12%;
    border: 2px solid #166bed;
    font-weight: bold;
  }
  a.btn-c:hover {
    color: #fff;
    background: #166bed;
    -webkit-box-shadow: 0px 8px 20px #166bed54;
    box-shadow: 0px 10px 20px #166bed54;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -5px);
  }
  .page .grecaptcha-badge {
    display: none !important;
  }

  /* 記事一覧 */
  body.page .contents.page {
    width: 100%;
  }
  .case-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .case-wrapper .box {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }
  .case-wrapper .box.single {
    display: flex !important;
    overflow: scroll;
    overflow-y: hidden;
    width: 100%;
    gap: 15px;
  }
  .case-wrapper .box.single::-webkit-scrollbar {
    height: 10px;
  }
  .case-wrapper .box.single::-webkit-scrollbar-thumb {
    background: #1dd27c;
    border-radius: 5px;
  }
  .case-wrapper .box.single::-webkit-scrollbar-track {
    background: #d0dbe4;
    border-radius: 5px;
  }
  .case-wrapper .single a.item-link {
    display: inline-flex;
    margin-bottom: 20px;
  }
  .case-wrapper .single .item {
    width: 90vw;
    display: inline-grid;
  }
  .case-mv {
    width: 90%;
    margin: 0 auto;
  }
  .case-mv h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 6% 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  .case-mv h1:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: #37bd4d;
    border-radius: 50%;
    position: absolute;
    top: -1.8vw;
    left: 33%;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .case-mv>p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
  }
  .page .tag_filter {
    display: grid;
    width: 90%;
    margin: 0 auto 20px;
  }
  .page .tag_filter ul#menu {
    border-top: 1px solid rgba(0,16,14,.06);
    border-bottom: 1px solid rgba(0,16,14,.06);
    padding: 20px 0;
  }
  .tag_filter ul#menu>li {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #333;
  }
  .tag_filter ul#menu>li:after {
    content: '＋';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #333;
  }
  .tag_filter ul#menu>li.open:after {
    content: 'ー';
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    position: absolute;
  }
  ul.c-tags {
    display: block;
    margin: 20px 0 0;
    width: 100%;
  }
  ul.c-tags {
    display: none;
  }
  ul.c-tags::-webkit-scrollbar {
    height: 10px;
  }
  ul.c-tags::-webkit-scrollbar-thumb {
    background: #1dd27c;
    border-radius: 5px;
  }
  ul.c-tags::-webkit-scrollbar-track {
    background: #d0dbe4;
    border-radius: 5px;
  }
  li.tag {
    display: inline-flex;
    background: #eff1f4;
    padding: 8px;
    border-radius: 8px;
    font-size: 3vw;
    margin: 0 5px 5px 0;
  }
  li.tag.is-active {
    background: #37bd4d;
    color: #fff;
    font-weight: bold;
  }
  .case-wrapper .single a.item-link {
    margin-top: 0 !important;
    width: 85%;
  }
  .case-wrapper a.item-link:nth-child(n + 2) {
    margin-top: 11px;
  }
  .case-wrapper .item {
    border-radius: 10px;
    background: #eef1f4;
    padding: 0 0 10px;
    box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), 0px -9px 16px rgb(255 255 255 / 50%);
  }
  .case-wrapper .item:hover {
    -webkit-box-shadow: 4px 4px 14px rgb(163 177 198 / 14%), inset 3px 3px 7px rgb(136 165 191 / 48%), inset -3px -3px 7px #ffffff;
    box-shadow: 4px 4px 14px rgb(163 177 198 / 14%), inset 3px 3px 7px rgb(136 165 191 / 48%), inset -3px -3px 7px #ffffff;
    color: #384653;
  }
  .entry_image {
    overflow: hidden !important;
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
  }
  .entry_image img {
    height: auto;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition-duration: .3s;
  }
  .entry_image img:hover {
    transform: scale(1.2);
    transition: .6s;
    overflow: hidden;
    height: auto;
    width: 100%;
  }
  .entry_image.single {
    height: 45vw;
  }
  .entry_image.single img {
    height: 45vw;
    object-fit: cover;
  }
  .entry_image.single img:hover {
    height: 45vw;
    object-fit: cover;
  }
  .entry_content {
    padding: 15px 0;
    width: 90%;
    margin: 0 auto;
  }
  ul.tags {
    display: flex;
    gap: 10px;
  }
  li.l-tag {
    background: #0f6bed;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 2.5vw;
    letter-spacing: 0.2em;
    display: inline-flex;
    align-items: center;
  }
  li.l-tag:before {
    content: '#';
  }
  .page .entry_content h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  h4.company_name {
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #256bed;
  }
  body.single .info p {
    margin: 0;
  }
  .info p {
    margin: 5px 0;
  }

  /* IE */
  input:-ms-input-placeholder {
    color: #aeb0b8;
  }
  /* Edge */
  input::-ms-input-placeholder {
    color: #aeb0b8;
  }
  .form #myform button {
    border-radius: 6px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.05rem;
    margin: 0 auto;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    height: 50px;
    border: none;
    font-size: 18px;
    color: #fff;
    background: #1bbb6d;
    margin-top: 8%;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    cursor: pointer;
  }
  .form #myform .pp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-top: 5%;
  }
  .formError {
    position: absolute!important;
    top: 11px!important;
    left: unset!important;
    right: 10px!important;
    margin-top: unset!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 500;
    width: auto;
    font-weight: 500;
    color: #ffffff;
    background: #ff4e7f;
    border-radius: 4px;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 5px 4px;
    line-height: 100%;
  }
  #thanks .thanks {
    width: 100vw;
    height: 50vh;
    padding-top: 9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #thanks .thanks div {
    font-size: 32px;
    font-weight: 800;
    color: #1bbb6d;
    margin-top: 0;
  }
  #thanks .thanks h1 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5%;
    text-align: center;
    line-height: 190%;
  }
  #thanks .thanks a {
    width: 64%;
    height: 50px;
    background: #1bbb6c;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2px;
    margin-top: 7%;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  }
  section.f-contact {
    width: 80%;
    margin: 0 auto;
    margin-top: 16%;
    display: block;
  }
  .f-contact span.hidden {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 40%; */
    background: #f4f4f4;
    z-index: 10000;
  }
  .all .left-wrapper footer {
    margin-top: 0;
  }
  .f-contact h2 {
    width: 100%;
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0;
    height: auto;
    text-align: center;
    color: #fff;
  }
  .f-contact.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    overflow-y: scroll;
    background-color: rgba(0,0,0,0.5);
    margin-top: 0;
  }
  .f-contact .modal-content {
    background-color: #f4f4f4;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
    animation-name: modalopen;
    animation-duration: 1s;
  }
  @keyframes modalopen {
    from {opacity: 0}
    to {opacity: 1}
  }
  .f-contact .modal-header h1 {
    margin: 1rem 0;
  }
  .f-contact .modal-header {
    background: #1bbb6d;
    margin-bottom: 10%;
    padding: 5% 5%;
    display: flex;
    justify-content: space-between;
  }
  .f-contact .modalClose {
    font-size: 2rem;
    color: #fff;
  }
  .f-contact .modalClose:hover {
    cursor: pointer;
  }
  .f-contact .modal-body {
    padding: 0px 20px;
    color: #333;
    position: relative;
    height: 100vh;
  }
  .f-contact .hbspt-form iframe {
    /* height: 100vh !important; */
  }
  .left-wrapper .cvarea {
    margin-bottom: 15%;
  }
  .all #hubspot-messages-iframe-container {
    display: none !important;
  }
}
