@charset "UTF-8";
form[action*="2526"] .wpcf7-submit {
  pointer-events: none;
  opacity: 0.5; /* ボタンを薄くする（任意） */
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

article, aside, footer, header, nav, section, main, figure, figcaption {
  display: block;
}

ul, ol {
  list-style: none;
  list-style-type: none;
}

code, kbd, pre, samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

blockquote, q {
  quotes: none;
}

blockquote::after, blockquote::before, q::after, q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

body {
  font-family: system-ui, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 17px;
  color: #f2f2f2;
  line-height: 1.2em;
  background-color: #14001A;
}
@media screen and (max-width: 1124px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
}

section {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  section {
    margin: 30px 0;
  }
}

div {
  line-height: 1.15em;
  letter-spacing: normal;
}

span {
  line-height: 1.15em;
  letter-spacing: normal;
}

dl {
  line-height: 1.15em;
  letter-spacing: normal;
}

dt {
  line-height: 1.15em;
  letter-spacing: normal;
}

dd {
  line-height: 1.15em;
  letter-spacing: normal;
}

a {
  font-family: system-ui, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 17px;
  color: #f2f2f2;
  line-height: 1.2em;
  text-decoration: none; /* <a>タグで囲まれた文字に下線がついてしまうのでそれを削除 */
  color: #FFD100; /* <a>タグで囲まれた文字は青色になってしまうので本文の色と同じにしている */
  display: inline-block;
  letter-spacing: normal;
}

a:hover {
  opacity: 0.6; /* マウスオンすると透過度が60％になる */
}

button:hover {
  cursor: pointer;
}

img {
  width: 100%; /* 画像を画面幅に収まるように */
  height: auto; /* 画像の横幅が縮小したら、高さも縦横比を維持したまま自動的に調整する */
}

.section-inner {
  width: 100%;
  max-width: 1125px; /* innerで囲まれたコンテンツ幅は最大1000pxまで */
  margin: 0 auto; /* レイアウトを中央寄せにする */
}
@media screen and (max-width: 1124px) {
  .section-inner {
    padding: 0 24px 0 24px;
    max-width: 1125px;
  }
}
@media screen and (max-width: 767px) {
  .section-inner {
    padding: 0;
    max-width: 767px;
    width: 95%;
  }
}

.section-title {
  display: inline-block;
  margin: 40px 0 25px;
}
@media screen and (max-width: 767px) {
  .section-title {
    display: block;
    text-align: center;
    margin: 30px 20px;
  }
}

.jp-title {
  margin-bottom: 10px;
  font-style: italic;
  padding: 5px 20px 8px 10px;
  border-radius: 0 30px 30px 0;
  background-color: #FFD100;
  -webkit-clip-path: polygon(10px 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10px 0, 100% 0%, 100% 100%, 0% 100%);
  font-family: system-ui, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #250D00;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .jp-title {
    font-size: 25px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .jp-title {
    padding-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0;
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    margin: 0 auto 10px;
    padding: 5px 40px 8px;
  }
}

.text-strong {
  font-weight: bold;
  color: #FFD100;
  font-style: italic;
  padding-right: 5px;
}

/**
* main-content
* ========================== */
.main-content {
  width: 100%;
}

/**
* to-top
* ========================== */
#to-top {
  position: fixed;
  right: calc(50% - 540px);
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  #to-top {
    right: 30px;
  }
}

button {
  padding: 0;
}

.btn {
  border-radius: 3px;
  width: 110px;
  height: 38px;
  margin-top: 25px;
  position: relative;
  left: calc(50% - 55px);
  margin-bottom: 35px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.more-btn-link {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  height: 100%;
  line-height: 38px;
  background-color: #F08F00;
  -webkit-box-shadow: 0 2px 2px #a2a2a2;
          box-shadow: 0 2px 2px #a2a2a2;
}

.contact-btn-link {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  height: 100%;
  line-height: 2em;
}

h1 {
  line-height: 1.3em;
}

h2 {
  line-height: 1.3em;
}

h3 {
  line-height: 1.3em;
}

h4 {
  line-height: 1.3em;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/**
* ページナビゲーション
* ========================== */
.wp-pagenavi {
  padding: 25px 0 0;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding: 20px 0 0;
  }
}
.wp-pagenavi .previouspostslink {
  margin-right: 10px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 10px;
}
.wp-pagenavi img {
  height: 15px;
  width: 15px;
}
.wp-pagenavi .larger {
  color: #FFD100;
  font-size: 20px;
  margin-left: 10px;
}
.wp-pagenavi .smaller {
  color: #FFD100;
  font-size: 20px;
  margin-right: 10px;
}
.wp-pagenavi .page-numbers {
  margin: 0 5px;
  padding: 0 10px;
  border-radius: 30px;
  background-color: #F08F00;
  line-height: 30px;
}
.wp-pagenavi .page-numbers.current {
  color: #f2f2f2;
  font-size: 20px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #F08F00;
  line-height: 26px;
  padding: 0 8px;
}
.wp-pagenavi a {
  color: #3b3b3b;
}

/**
* 記事一覧でのアイキャッチ画像、タイトル、日付、会社名のスタイル
* ========================== */
.eye-catch-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .eye-catch-title {
    width: calc(100% - 115px);
  }
}
.eye-catch-title .case-title {
  margin-bottom: 3px;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .eye-catch-title .case-title {
    margin-bottom: 4px;
  }
}
.eye-catch-title .case-title-link {
  display: -webkit-box;
  width: 265px;
  height: 67px;
  color: #f2f2f2;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  line-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.eye-catch-title .case-title-link:hover {
  opacity: 1;
  color: #FFD100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .eye-catch-title .case-title-link {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    max-height: 40px;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.eye-catch-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  height: inherit;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .eye-catch-image {
    width: 115px;
    height: 73px;
    max-height: none;
  }
}
.eye-catch-image img {
  max-width: 100px;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.post-date {
  color: #a2a2a2;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 0 17px;
  line-height: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-date {
    font-size: 13px;
  }
}
.post-date::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/clock.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.company-name {
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company-name a {
  font-size: 12px;
  line-height: 1.5;
  color: #a2a2a2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.breadcrumb-area {
  margin: 0 auto;
  max-width: 1125px;
  padding: 10px 0 0;
}
.breadcrumb-area span {
  font-size: 13px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .breadcrumb-area {
    padding: 10px 20px;
  }
}

.grecaptcha-badge {
  left: 0;
}

.header {
  background-color: #00001C;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1124px) {
  .header {
    display: block;
    max-width: 1000px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header {
    display: block;
    max-width: 767px;
    height: 54px;
  }
}
.header-inner {
  margin: 0 auto;
  max-width: 1125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header-inner {
    margin: 0;
    border-bottom: none;
    height: 100%;
  }
}
.header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .header-title {
    -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;
  }
}
.header-logo {
  display: block;
  max-width: 100px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .header-logo {
    max-width: 80px;
    height: auto;
    margin-left: 40px;
  }
}
.header-logo-img {
  height: 24px;
}
@media screen and (max-width: 767px) {
  .header-logo-img {
    width: 80px;
    height: auto;
  }
}
.header-logo-img img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .header-logo-img img {
    width: 80px;
    height: auto;
  }
}
.header .short-desc {
  font-size: 12px;
  color: #14001A;
  padding: 0 0 0 12px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .header .short-desc {
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .header .bogo-language-switcher .ja {
    padding-left: 5px;
  }
}
.header .bogo-language-switcher .bogoflags {
  padding-top: 3px;
}
.header .language {
  position: fixed;
  padding: 5px;
  bottom: 30px;
  right: calc(50% - 500px);
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .language a {
  font-size: 15px;
  line-height: 1.3em;
  color: #250D00;
}
.header .language a.current {
  color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .header .language {
    position: static;
    background-color: transparent;
    border: none;
    padding: 0 0 12px;
  }
  .header .language .bogo-language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .language a {
    margin: 0 5px 0 0;
  }
}
.header .apply-and-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .apply-btn {
  padding: 0 15px 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #F08F00;
  border-radius: 4px;
  margin-right: 7px;
}
.header .apply-btn-link {
  line-height: 30px;
  color: #14001A;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header .apply-btn {
    margin-right: 40px;
  }
}
.header .header-nav-all {
  position: absolute;
  width: calc(100% - 200px);
  top: 20px;
  left: 0px;
}
@media screen and (max-width: 1124px) {
  .header .header-nav-all .header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .header .header-nav-all {
    top: 25px;
  }
}
.header .header-nav-all button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}
.header .header-nav-all .menubtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .header-nav-all .menubtn {
    display: block;
    width: 17px;
    height: 17px;
    position: relative;
    z-index: 20;
    border: none;
    top: -10px;
    left: 11px;
  }
  .header .header-nav-all .menubtn .menubtn:hover {
    opacity: 0.6;
  }
  .header .header-nav-all .menubtn .bar {
    width: 17px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
  }
  .header .header-nav-all .menubtn .bar_top {
    top: 0;
  }
  .header .header-nav-all .menubtn .bar_mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .header-nav-all .menubtn .bar_bottom {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .header-nav-all .menubtn.close .bar_top {
    -webkit-transform: translate(-50%, 7px) rotate(45deg);
            transform: translate(-50%, 7px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header .header-nav-all .menubtn.close .bar_mid {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header .header-nav-all .menubtn.close .bar_bottom {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
            transform: translate(-50%, -8px) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.header .header-nav-all .hamburger-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .header-nav-all .hamburger-nav {
    background-color: #14001A;
    position: fixed;
    left: 0;
    top: 48px;
    height: 100vh;
    width: 100vw;
    z-index: 100;
  }
}
.header .header-nav-all .hamburger-nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #a2a2a2;
}
.header .header-nav-all .hamburger-nav-list {
  width: 50%;
  padding-left: 15px;
}
.header .header-nav-all .hamburger-nav .hamburger-nav-link {
  font-size: 18px;
  line-height: 37px;
  font-weight: normal;
  color: #FFD100;
  display: inline-block;
  width: 100%;
}
.header .header-nav-all .hamburger-nav .hamburger-nav-link-list {
  font-size: 18px;
  line-height: 37px;
  font-weight: normal;
  color: #FFD100;
  display: inline-block;
  width: 50%;
  padding-left: 15px;
}
.header .header-nav-all .hamburger-nav .news-hamburger {
  padding: 15px 0;
  border-top: 1px solid #a2a2a2;
}
.header .header-nav-all .hamburger-nav .news-hamburger .section-title {
  padding: 10px 0 0 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.header .header-nav-all .hamburger-nav .news-hamburger .section-title .jp-title {
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  padding: 5px 20px 8px;
}
.header .header-nav-all .hamburger-nav .news-hamburger .top-news-content {
  padding-top: 10px;
}
.header .header-nav-all .hamburger-nav .news-hamburger .top-news-content a {
  font-size: 15px;
  line-height: 1.6;
  padding: 0 15px;
}
.header .header-nav-all .hamburger-nav .news-hamburger .top-news-content .date-category {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .header-nav-all .hamburger-nav .news-hamburger .top-news-content .date-category .date {
  color: #666666;
}
.header .header-nav-all .hamburger-nav .news-hamburger .more-btn {
  margin-top: 15px;
}

.js-header-pos.header-position {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: auto;
  -webkit-box-shadow: 0 2px 4px #d1d1d1;
          box-shadow: 0 2px 4px #d1d1d1;
}
@media screen and (max-width: 767px) {
  .js-header-pos.header-position {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hamburger-margin {
    top: 130px !important;
  }
}

.footer {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}
.footer .footer-nav {
  padding: 35px 0 25px 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav {
    padding: 30px 0 20px 0;
  }
}
.footer .footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav-list {
    -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;
  }
}
.footer .footer-nav-content a {
  color: #f2f2f2;
  display: inline-block;
}
.footer .footer-nav-content:nth-child(n+2) {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav-content:nth-child(n+2) {
    padding: 10px 0 0 0;
  }
}
.footer .footer-logo {
  text-align: center;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .footer .footer-logo {
    padding-bottom: 20px;
  }
}
.footer .footer-logo img {
  width: 120px;
}
.footer .footer-copy {
  text-align: center;
}
.footer .footer-copy .copy {
  font-family: robot;
  font-size: 12px;
  padding-bottom: 15px;
  letter-spacing: 0.1em;
}

/**
* トップページ
* ========================== */
.fv {
  width: 100%;
  height: auto;
  max-height: 600px;
  text-align: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
.fv img {
  width: auto;
  height: 100%;
  max-width: 1200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .fv img {
    width: 100%;
    height: auto;
    -o-object-position: center center;
       object-position: center center;
  }
}

.about-snft .site-message {
  text-align: center;
  line-height: 1.6em;
}

/* ランキングの数字共通 */
div .rank:before {
  color: #fff;
  background-color: #250D00;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  font-family: robot;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  position: absolute;
}

/* 1位 */
div .rank:nth-of-type(1):before {
  content: "1";
  display: block;
}
@media screen and (max-width: 767px) {
  div .rank:nth-of-type(1):before {
    padding-top: 10px;
  }
}

/* 2位 */
div .rank:nth-of-type(2):before {
  content: "2";
  display: block;
}
@media screen and (max-width: 767px) {
  div .rank:nth-of-type(2):before {
    padding-top: 10px;
  }
}

/* 3位 */
div .rank:nth-of-type(3):before {
  content: "3";
  display: block;
}

/* 4位 */
div .rank:nth-of-type(4):before {
  content: "4";
  display: block;
}

/* 5位 */
div .rank:nth-of-type(5):before {
  content: "5";
  display: block;
}

/* 6位 */
div .rank:nth-of-type(6):before {
  content: "6";
  display: block;
}

.top-ranking {
  background-color: #14001A;
}
.top-ranking .section-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-ranking .section-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-ranking .main-section-inner {
  width: 100%;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .top-ranking .main-section-inner {
    width: 100%;
  }
}
.top-ranking .main-section-inner .section-title {
  width: 155px;
  height: 38px;
  background-color: #250D00;
  padding: 0;
  text-align: center;
}
.top-ranking .main-section-inner .section-title .jp-title {
  font-size: 14px;
  color: #fff;
  padding: 0;
  height: inherit;
  line-height: 38px;
  width: 100%;
}
.top-ranking .daily-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-ranking .daily-rank {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-ranking .rank {
  max-width: 181px;
  margin: 16px 7px 0 0;
  background-color: #fff;
  position: relative;
}
.top-ranking .rank:nth-child(n+6) {
  margin-right: 0;
}
@media screen and (max-width: 1124px) {
  .top-ranking .rank {
    width: calc(16.6% - 7px);
  }
}
@media screen and (max-width: 767px) {
  .top-ranking .rank {
    width: 100%;
  }
}
.top-ranking .eye-catch-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 116px;
}
.top-ranking .eye-catch-rank .eye-catch-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  height: inherit;
  vertical-align: middle;
  height: 116px !important;
}
.top-ranking .eye-catch-rank .eye-catch-image img {
  height: 116px !important;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-ranking .catch-rank-content {
  padding: 7px 10px;
}
.top-ranking .company-name {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3px;
}
.top-ranking .company-name .company-name-link {
  font-size: 13px;
  color: #a2a2a2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-ranking .case-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-ranking .case-title-link {
  color: #3b3b3b;
  font-size: 13px;
  line-height: 1.6em;
  display: -webkit-box;
  height: 60px;
  overflow: hidden;
  line-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.top-ranking .case-title-link:hover {
  opacity: 1;
  color: #FFD100;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-ranking .post-date {
  padding: 18px 0 0 17px;
}
.top-ranking .post-date::before {
  top: 19px;
  left: 0;
}
.top-ranking .more-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: calc(100% - 267px);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top-ranking .more-btn {
    position: relative;
    left: calc(50% - 50px);
  }
}
.top-ranking .section-inner-sub {
  text-align: center;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .custom-taxonomy {
    background-color: #00001C;
  }
}
.custom-taxonomy .section-inner {
  width: 100%;
}
.custom-taxonomy .section-inner .custom-taxonomy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
.custom-taxonomy .section-inner .custom-taxonomy-list {
  padding: 0 10px;
  margin: 0 20px;
  background-color: #F08F00;
  border-radius: 10px;
  width: 100px;
  height: 30px;
  text-align: center;
}
.custom-taxonomy .section-inner .btn-secondary {
  background-color: rgba(255, 255, 255, 0.1);
}
.custom-taxonomy .section-inner .head-category-link {
  color: #f2f2f2;
  font-weight: bold;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .custom-taxonomy .section-inner .head-category-link {
    color: #14001A;
  }
}

.js-custom-taxonomy.taxonomy-position {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 54px;
  left: 0;
  -webkit-box-shadow: 0 2px 4px #d1d1d1;
          box-shadow: 0 2px 4px #d1d1d1;
}
@media screen and (max-width: 767px) {
  .js-custom-taxonomy.taxonomy-position {
    position: fixed;
    z-index: 10;
    top: 48px;
    left: 0;
    -webkit-box-shadow: 0 2px 4px #d1d1d1;
            box-shadow: 0 2px 4px #d1d1d1;
  }
}

@media screen and (max-width: 767px) {
  .nft-list {
    padding: none;
    border: none;
  }
}
.nft-list-content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nft-list-content {
    width: 100%;
    padding: 10px 12px !important;
    margin-right: 0;
  }
}
.nft-list-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nft-list-archive-item {
  display: block;
  width: calc(33% - 5px);
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .nft-list-archive-item {
    width: 48%;
    margin: 20px 1%;
  }
}
.nft-list-archive-item:nth-child(3n+2) {
  margin: 20px 1%;
}
.nft-list-archive-item .sold-out {
  display: block;
  color: #F25585;
}
.nft-list-title {
  font-size: 20px;
  line-height: 1.6em;
}
.nft-list .eye_catch-image {
  display: block;
  width: 100%;
  height: auto;
}
.nft-list .nft-price {
  font-size: 20px;
  line-height: 1.6em;
}
.nft-list .nft-list-cate {
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .nft-list .nft-list-cate {
    margin-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .study-crypto {
    display: block;
  }
}
.study-crypto-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .study-crypto-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.study-crypto-content .content-img {
  width: 50%;
  height: 100%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .study-crypto-content .content-img {
    width: 100%;
  }
}
.study-crypto-content .content-img .study-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 0 50% 50% 50%;
}
.study-crypto-content:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .study-crypto-content:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.study-crypto-content:nth-child(2n) .study-img {
  border-radius: 50% 0 50% 50%;
}
@media screen and (max-width: 767px) {
  .study-crypto-content:nth-child(2n) .study-img {
    border-radius: 0 50% 50% 50%;
  }
}
.study-crypto-content .content-text {
  width: 50%;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .study-crypto-content .content-text {
    width: 100%;
  }
}
.study-crypto-content .content-text .content-title {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .study-crypto-content .content-text .content-title {
    font-size: 25px;
  }
}
.study-crypto-content .content-text .content-sentence {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6em;
  padding-top: 10px;
  text-align: left;
}

.payment-method-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .payment-method-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.payment-method-content {
  display: block;
  width: 33%;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .payment-method-content {
    width: 100%;
  }
}
.payment-method-content .content-img {
  display: inline-block;
  width: 100%;
  height: 200px;
}
.payment-method-content .content-img .payment-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.payment-method-content .content-text {
  padding: 10px;
}
.payment-method-content .content-text .content-title {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .payment-method-content .content-text .content-title {
    font-size: 25px;
  }
}
.payment-method-content .content-text .content-sentence {
  font-size: 20px;
  padding-top: 10px;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .payment-method-content .content-text .content-sentence {
    font-size: 18px;
  }
}

.top-news {
  color: #FFD100;
  padding-top: 1px;
}
.top-news .top-news-content {
  border-bottom: 1px solid #a2a2a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0 4px;
  line-height: 1.6;
}
.top-news .date-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news .date {
  padding-right: 5px;
  display: block;
  color: #a2a2a2;
}
.top-news .category {
  margin-right: 7px;
}
.top-news .category a {
  font-size: 12px;
  color: #FFD100;
}
.top-news .news-title {
  font-weight: normal;
}
.top-news .news-title a {
  color: #FFD100;
  font-size: 13px;
}
.top-news .more-btn {
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top-news .more-btn {
    margin-bottom: 20px;
    position: relative;
    left: calc(50% - 50px);
  }
}

.faq .faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.faq .faq-item {
  margin-bottom: 10px;
}
.faq .faq-item:last-child {
  margin-bottom: 0;
}
.faq .faq-checkbox {
  display: none;
}
.faq .faq-label {
  display: block;
  background: #00001C;
  color: #f2f2f2;
  padding: 15px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.faq .faq-label:hover {
  color: #3b3b3b;
  background: #FFD100;
}
.faq .faq-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 15px;
  border-radius: 0 0 4px 4px;
  line-height: 1.5em;
}
.faq .faq-checkbox:checked + .faq-label + .faq-content {
  max-height: 200px; /* 適切な高さに調整 */
  padding: 15px;
}

.site-desc .section-title .jp-title {
  font-size: 15px;
}
.site-desc .section-container {
  margin-right: 10px;
}
.site-desc-detail {
  font-size: 11px;
  color: #a2a2a2;
  line-height: 2;
}

/**
* 会社概要ページ
* ========================== */
.company-single .jp-title {
  margin: 0 0 24px;
}
.company-single-content {
  font-size: 14px;
  padding: 15px 0 13px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #f2f2f2;
  border-bottom: 1px solid #a2a2a2;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .company-single-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 15px 13px;
  }
}
.company-single-title {
  width: 180px;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .company-single-title::after {
    content: ";";
  }
}
.company-single-title span {
  display: inline-block;
  width: 20px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .company-single-title span {
    display: none;
  }
}
.company-single-desc {
  width: calc(100% - 180px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .company-single-desc {
    width: 100%;
  }
}

/**
* プライバシーポリシーページ
* ========================== */
.privacy-policy, .terms {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .privacy-policy, .terms {
    margin: 0 15px;
  }
}
.privacy-policy-wrap, .terms-wrap {
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .privacy-policy-wrap, .terms-wrap {
    padding-bottom: 30px;
  }
}
.privacy-policy-content, .terms-content {
  line-height: 1.6;
}
.privacy-policy-content h2, .terms-content h2 {
  color: #FFD100;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.privacy-policy-content p, .terms-content p {
  color: #f2f2f2;
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .privacy-policy-content p, .terms-content p {
    font-size: 18px;
  }
}
.privacy-policy-content a, .terms-content a {
  font-size: 20px;
  line-height: 1.6em;
}
.privacy-policy-content ol, .terms-content ol {
  list-style: decimal;
}

/**
* 問い合わせページ
* ========================== */
.contact-form {
  /* フォームのリセット */
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding: 0 15px;
  }
}
.contact-form .main-section-inner {
  max-width: 800px;
  margin: 0 auto;
}
.contact-form .section-title p {
  display: none;
}
.contact-form .section-title .form-subject {
  display: none;
}
.contact-form .contact-form_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #a2a2a2;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form_unit {
    -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;
  }
}
.contact-form .contact-form_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 206px;
  padding: 15px 10px 13px;
  background-color: #14001A;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form_label {
    width: 100%;
    padding: 15px 10px 0;
  }
}
.contact-form label[for=name] {
  color: #f2f2f2;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
}
.contact-form .contact-form_require {
  display: inline-block;
  font-size: 15px;
  line-height: 1em;
  height: 20px;
  background-color: #3b3b3b;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 2px 5px 0;
  margin-left: 5px;
}
.contact-form .contact-form_require-must {
  display: inline-block;
  font-size: 15px;
  line-height: 1em;
  height: 20px;
  background-color: #f53838;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 2px 5px 0;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form_require-must {
    font-size: 14px;
  }
}
.contact-form .contact-form_input {
  width: calc(100% - 206px);
  padding: 15px 5px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form_input {
    width: 100%;
    padding: 10px 5px 13px;
  }
}
.contact-form .contact-form_input p {
  width: 100%;
}
.contact-form .contact-form_input span {
  width: 100%;
  margin-top: 5px;
}
.contact-form .contact-form_input-note {
  width: calc(100% - 206px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 5px 13px;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form_input-note {
    width: 100%;
    padding: 10px 5px 13px;
  }
}
.contact-form .contact-form_input-note p {
  line-height: 30px;
}
.contact-form .contact-form_input-note span {
  width: 100%;
  margin-top: 5px;
}
.contact-form .contact-form_input-note .contact-note {
  margin-top: 5px;
  font-size: 12px;
  color: #a2a2a2;
  line-height: 1em;
}
.contact-form .contact-form_input-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px 13px;
  width: inherit;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.contact-form .contact-form_input-two .form-after {
  font-size: 14px;
  margin-left: 5px;
}
.contact-form .contact-form_input-two .family-name-kanji {
  max-width: 200px;
  width: calc(100% - 5px);
}
.contact-form .contact-form_input-two .first-name-kanji {
  max-width: 200px;
  width: calc(100% - 5px);
  margin-left: 5px;
}
.contact-form .contact-form_input-two .family-name-kana {
  max-width: 200px;
  width: calc(100% - 5px);
}
.contact-form .contact-form_input-two .first-name-kana {
  max-width: 200px;
  width: calc(100% - 5px);
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form_input-two {
    width: 100%;
    padding: 10px 5px 13px;
  }
}
.contact-form .contact-form_input-two span {
  margin-top: 5px;
}
.contact-form .input-short {
  width: 200px;
}
.contact-form input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #a2a2a2;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  padding: 0 8px;
  height: 24px;
  width: 100%;
  line-height: 24px;
  color: #3c3c3c;
  font-weight: bold;
}
.contact-form input::-webkit-input-placeholder {
  color: #3c3c3c;
  opacity: 0.8;
  font-weight: normal;
}
.contact-form input::-moz-placeholder {
  color: #3c3c3c;
  opacity: 0.8;
  font-weight: normal;
}
.contact-form input:-ms-input-placeholder {
  color: #3c3c3c;
  opacity: 0.8;
  font-weight: normal;
}
.contact-form input::-ms-input-placeholder {
  color: #3c3c3c;
  opacity: 0.8;
  font-weight: normal;
}
.contact-form input::placeholder {
  color: #3c3c3c;
  opacity: 0.8;
  font-weight: normal;
}
.contact-form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #250D00;
}
.contact-form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #a2a2a2;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.6;
  height: 100px; /* 案件によって指定 */
  padding: 0.4em 0.8em;
  width: 100%;
  color: #3c3c3c;
}
.contact-form textarea::-webkit-input-placeholder {
  color: #3c3c3c;
  opacity: 0.8;
  font-weight: normal;
}
.contact-form textarea::-moz-placeholder {
  color: #3c3c3c;
  opacity: 0.8;
  font-weight: normal;
}
.contact-form textarea:-ms-input-placeholder {
  color: #3c3c3c;
  opacity: 0.8;
  font-weight: normal;
}
.contact-form textarea::-ms-input-placeholder {
  color: #3c3c3c;
  opacity: 0.8;
  font-weight: normal;
}
.contact-form textarea::placeholder {
  color: #3c3c3c;
  opacity: 0.8;
  font-weight: normal;
}
.contact-form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #250D00;
}
.contact-form .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px 13px;
}
@media screen and (max-width: 767px) {
  .contact-form .radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-form input[type=radio] {
  display: none;
}
.contact-form input[type=radio] + span {
  color: #f2f2f2;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  line-height: 25px;
  margin: 0;
}
.contact-form input[type=radio] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media screen and (max-width: 767px) {
  .contact-form input[type=radio] + span::before {
    top: 64%;
  }
}
.contact-form input[type=radio] + span::after {
  -webkit-transform: translateY(-50%);
  background: #3c3c3c;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 5px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 10px;
}
@media screen and (max-width: 767px) {
  .contact-form input[type=radio] + span::after {
    top: 64%;
  }
}
.contact-form input[type=radio]:checked + span::after {
  opacity: 1;
}
.contact-form input[type=checkbox] {
  display: none;
}
.contact-form input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
  font-weight: normal;
  color: #f2f2f2;
  font-size: 15px;
}
.contact-form input[type=checkbox] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.contact-form input[type=checkbox] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #250D00;
  border-left: 3px solid #250D00;
  content: "";
  display: block;
  height: 0.6em;
  left: 2px;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}
.contact-form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.contact-form .privacy .privacy_checkbox {
  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;
  width: 100%;
}
.contact-form .privacy .privacy_checkbox p {
  width: auto;
}
.contact-form .privacy .privacy_checkbox span {
  margin: 0;
}
.contact-form .privacy .privacy_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form .privacy .privacy_checkbox a {
  color: #FFD100;
  font-weight: normal;
  font-size: 14px;
}
.contact-form .privacy .privacy_checkbox .contact-form_require-must {
  display: inline-block;
  height: 22px;
  width: auto;
  padding: 3px 5px 0;
}
.contact-form .privacy .privacy-agree {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  left: -10px;
}
.contact-form .privacy .privacy-agree .contact-privacy {
  font-size: 15px;
}
.contact-form .privacy .privacy-terms_agree {
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 2px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .contact-form .privacy .privacy-terms_agree {
    font-size: 15px;
    line-height: 1em;
  }
}
.contact-form .privacy .privacy-terms_agree .apply-privacy {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .contact-form .privacy .privacy-terms_agree .apply-privacy {
    font-size: 15px;
  }
}
.contact-form .privacy .privacy-terms_agree .apply-terms {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .contact-form .privacy .privacy-terms_agree .apply-terms {
    font-size: 15px;
  }
}
.contact-form .privacy .contact-form_submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .contact-form .privacy .contact-form_submit {
    margin: 25px auto 0;
  }
}
.contact-form .privacy .contact-form_submit p {
  display: inline-block;
  width: 100px;
  height: 30px;
}
.contact-form .privacy .contact-form_submit input {
  width: 100px;
  height: 30px;
  font-size: 20px;
}
.contact-form input[type=submit] {
  display: inline-block;
  background-color: #F08F00;
  border-radius: 15px;
  color: #14001A;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: 0 3px 0 #333;
          box-shadow: 0 3px 0 #333;
}
.contact-form input[type=submit]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.contact-form input[type=submit]:hover,
.contact-form input[type=submit]:focus {
  outline: none;
}
.contact-form input[type=submit]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/**
* お知らせページ、事例ページ
* ========================== */
.archive-tab {
  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;
  margin-bottom: 25px;
}
.archive-tab-link {
  position: relative;
  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;
  width: 100px;
  height: 30px;
  border-radius: 10px;
  color: #f2f2f2;
  background-color: #F08F00;
  font-size: 20px;
  font-weight: bold;
}
.archive-tab-link:not(:first-child) {
  margin-left: 20px;
}
.archive-tab .btn-secondary {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f2f2f2;
}

.archive .archive-list {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.archive .alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .archive .alm-reveal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive .eye-catch-image {
  max-height: 67px;
  width: 100%;
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .archive .eye-catch-image {
    width: 115px;
    height: 73px;
    max-height: none;
  }
}
.archive .archive-block {
  width: 100%;
  height: auto;
  padding: 15px 0 13px;
  border-bottom: 1px solid #a2a2a2;
  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: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .archive .archive-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    padding: 15px 12px 13px;
  }
}
.archive .archive-block .eye_catch-container {
  width: 300px;
  height: auto;
  max-height: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .archive .archive-block .eye_catch-container {
    width: 100%;
    height: auto;
    max-height: 400px;
    margin: 0 0 20px 0;
  }
}
.archive .archive-block .eye_catch-container .eye_catch-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.archive .archive-block .archive-info-container {
  width: calc(100% - 320px);
  height: auto;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .archive .archive-block .archive-info-container {
    width: 100%;
  }
}
.archive .archive-block .archive-info-container .archive-block-title {
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .archive .archive-block .archive-info-container .archive-block-title {
    padding-bottom: 10px;
  }
}
.archive .archive-block .archive-info-container .archive-block-title a {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  color: #FFD100;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.archive .archive-block .archive-info-container .archive-block-title a:hover {
  opacity: 1;
  color: #FFD100;
  text-decoration: underline;
  -webkit-transition: 1s;
  transition: 1s;
}
.archive .archive-block .archive-info-container .archive-block-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.archive .archive-block .archive-info-container .archive-block-published {
  margin-right: 15px;
  line-height: 1;
  padding-left: 8px;
}
.archive .archive-block .archive-info-container .archive-block-published p {
  font-size: 15px;
  line-height: 1;
  color: #a2a2a2;
}
.archive .archive-block .archive-info-container .archive-block-category {
  display: block;
  line-height: 1;
}
.archive .archive-block .archive-info-container .archive-block-category a {
  color: #FFD100;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
}

/**
* お知らせ、事例 単体ページ
* ========================== */
.post-single .main-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .post-single .main-section-inner {
    margin: 11px 17px 13px;
  }
}
.post-single .section-title {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #250D00;
}
.post-single .post-single-title {
  font-size: 40px;
  color: #f2f2f2;
  line-height: 1em;
  padding: 10px 0 10px 17px;
  font-weight: bold;
  border-left: 4px solid #FFD100;
}
@media screen and (max-width: 767px) {
  .post-single .post-single-title {
    margin: 10px 0;
  }
}
.post-single .case-key-title {
  width: 100%;
  border-left: 5px solid #250D00;
  padding: 0 0 0 17px;
}
.post-single .case-key-title .case-search-word {
  font-size: 15px;
  color: #a2a2a2;
  line-height: 1em;
  padding: 0 0 10px 0;
  font-weight: bold;
  margin-top: 0.83em;
}
.post-single .case-key-title .post-single-title {
  padding: 0;
  margin: 0.67em 0;
  border: none;
}
.post-single .post-single-meta {
  font-size: 12px;
  color: #a2a2a2;
  line-height: 1.6;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .post-single .post-single-meta {
    margin: 16px 0;
  }
}
.post-single .post-single-meta .post-single-published {
  font-weight: normal;
  padding: 0 0 0 17px;
  line-height: 15px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post-single .post-single-meta .post-single-published {
    padding: 0 0 0 14px;
  }
}
.post-single .post-single-meta .post-single-published::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/clock.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .post-single .post-single-meta .post-single-published::before {
    height: 12px;
    width: 12px;
    top: 3px;
    left: 1px;
  }
}
.post-single .post-single-meta .post-single-category {
  width: 100%;
  text-align: center;
  padding-left: 8px;
  line-height: 15px;
}
.post-single .post-single-meta .post-single-category a {
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  color: #FFD100;
}
.post-single .post-single-meta .post-single-taxonomy {
  color: #f2f2f2;
  width: 100%;
  text-align: center;
  padding-top: 2px;
  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;
}
.post-single .post-single-meta .post-single-taxonomy .single-taxonomy-block {
  line-height: 1.3em;
  padding-top: 3px;
}
.post-single .post-single-meta .post-single-taxonomy .single-taxonomy-block .single-taxonomy-title {
  display: inline-block;
}
.post-single .post-single-meta .post-single-taxonomy .single-taxonomy-block .post-single-cate {
  color: #250D00;
}
.post-single .post-single-meta .post-single-taxonomy .single-taxonomy-block .post-single-tag {
  margin: 0 5px 5px 0;
  padding: 2px;
  line-height: 1em;
  color: #250D00;
  border: 1px solid #250D00;
}
.post-single .post-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .post-single .post-info-wrapper {
    display: block;
  }
}
.post-single .post-info-wrapper .post-info {
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .post-single .post-info-wrapper .post-info {
    margin: 16px 0;
  }
}
.post-single .post-info-wrapper .post-info .company-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px;
  margin-bottom: 6px;
}
.post-single .post-info-wrapper .post-info .company-name-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #FFD100;
}
@media screen and (max-width: 767px) {
  .post-single .post-info-wrapper .post-info .company-name-link {
    font-size: 15px;
  }
}
.post-single .post-info-wrapper .post-info .post-date {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .post-single .post-info-wrapper .post-info .post-date {
    font-size: 12px;
    padding: 0 0 0 15px;
  }
}
.post-single .post-info-wrapper .post-info .post-date::before {
  top: 2px;
}
@media screen and (max-width: 767px) {
  .post-single .post-info-wrapper .post-info .post-date::before {
    height: 12px;
    width: 12px;
    top: 4px;
    left: 1px;
  }
}
.post-single .post-info-wrapper .share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .post-single .post-info-wrapper .share-container {
    margin-bottom: 14px;
  }
}
.post-single .post-info-wrapper .share-container .share-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item {
  margin-right: 16px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .post-single .post-info-wrapper .share-container .share-wrapper .share-item {
    line-height: 1em;
  }
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item-li {
  margin-right: 0;
  padding-right: 24px;
  border-right: 1px solid #a2a2a2;
}
@media screen and (max-width: 767px) {
  .post-single .post-info-wrapper .share-container .share-wrapper .share-item-li {
    padding: auto;
    border: none;
  }
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item-url {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .post-single .post-info-wrapper .share-container .share-wrapper .share-item-url {
    margin: 0;
  }
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-outside {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-outside .copy-the-code-button {
  height: 38px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .post-single .post-info-wrapper .share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-outside .copy-the-code-button {
    height: 22px;
  }
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-outside .copy-the-code-button path {
  -webkit-filter: invert(40%) sepia(100%) saturate(100%) hue-rotate(180deg);
          filter: invert(40%) sepia(100%) saturate(100%) hue-rotate(180deg);
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-target {
  display: none;
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item .fa--common {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .post-single .post-info-wrapper .share-container .share-wrapper .share-item .fa--common {
    font-size: 22px;
    line-height: 1em;
  }
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item .fa-twitter {
  color: #250D00;
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item .fa-facebook {
  color: #1877f2;
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item .fa-linkedin {
  color: #2867b2;
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item input {
  display: none;
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item button {
  border: none;
  background-color: transparent;
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item button:hover {
  opacity: 0.6;
}
.post-single .post-info-wrapper .share-container .share-wrapper .share-item button .fa-link {
  color: #FFD100;
}
.post-single .share-scroll {
  background-color: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  padding: 8px;
  z-index: 9;
  position: fixed;
  top: 60px;
  left: calc(50% - 620px);
}
@media screen and (max-width: 1250px) {
  .post-single .share-scroll {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .post-single .share-scroll {
    padding: 0 17px 0;
    top: 60px;
    left: auto;
    right: 5px;
  }
}
.post-single .share-scroll .share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1250px) {
  .post-single .share-scroll .share-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.post-single .share-scroll .share-container .share-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1250px) {
  .post-single .share-scroll .share-container .share-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.post-single .share-scroll .share-container .share-wrapper .share-item {
  margin-bottom: 16px;
  width: 34px;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .post-single .share-scroll .share-container .share-wrapper .share-item {
    margin: 0 16px 0 0;
    width: auto;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .post-single .share-scroll .share-container .share-wrapper .share-item {
    line-height: 1em;
  }
}
.post-single .share-scroll .share-container .share-wrapper .share-item-li {
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #a2a2a2;
}
@media screen and (max-width: 1250px) {
  .post-single .share-scroll .share-container .share-wrapper .share-item-li {
    margin: 0;
    padding: 0 24px 0 0;
    border-bottom: none;
    border-right: 1px solid #a2a2a2;
  }
}
@media screen and (max-width: 767px) {
  .post-single .share-scroll .share-container .share-wrapper .share-item-li {
    padding: 0;
    margin-right: 16px;
    border: none;
  }
}
.post-single .share-scroll .share-container .share-wrapper .share-item-url {
  margin: 24px 0 0;
}
@media screen and (max-width: 1250px) {
  .post-single .share-scroll .share-container .share-wrapper .share-item-url {
    margin: 0 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .post-single .share-scroll .share-container .share-wrapper .share-item-url {
    margin: 0;
  }
}
.post-single .share-scroll .share-container .share-wrapper .share-item-url .copy-the-code-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .post-single .share-scroll .share-container .share-wrapper .share-item-url .copy-the-code-wrap {
    margin: auto 0;
  }
}
.post-single .share-scroll .share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-outside {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-single .share-scroll .share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-outside .copy-the-code-button {
  height: 24px;
  width: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 1250px) {
  .post-single .share-scroll .share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-outside .copy-the-code-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .post-single .share-scroll .share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-outside .copy-the-code-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
  }
}
.post-single .share-scroll .share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-outside .copy-the-code-button path {
  -webkit-filter: invert(40%) sepia(100%) saturate(100%) hue-rotate(180deg);
          filter: invert(40%) sepia(100%) saturate(100%) hue-rotate(180deg);
}
.post-single .share-scroll .share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-target {
  display: none;
}
.post-single .share-scroll .share-container .share-wrapper .share-item .fa--common {
  font-size: 24px;
  width: 24px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .post-single .share-scroll .share-container .share-wrapper .share-item .fa--common {
    font-size: 22px;
    width: 22px;
    line-height: 48px;
  }
}
.post-single .share-scroll .share-container .share-wrapper .share-item .fa-twitter {
  color: #250D00;
}
.post-single .share-scroll .share-container .share-wrapper .share-item .fa-facebook {
  color: #1877f2;
}
.post-single .share-scroll .share-container .share-wrapper .share-item .fa-linkedin {
  color: #2867b2;
}
.post-single .share-scroll .share-container .share-wrapper .share-item input {
  display: none;
}
.post-single .share-scroll .share-container .share-wrapper .share-item button {
  border: none;
  background-color: transparent;
}
.post-single .share-scroll .share-container .share-wrapper .share-item button:hover {
  opacity: 0.6;
}
.post-single .share-scroll .share-container .share-wrapper .share-item button .fa-link {
  width: inherit;
  color: #FFD100;
}
.post-single .note-comment {
  margin: 0 0 24px;
}
.post-single .note-comment .cannot-read {
  color: #3b3b3b;
}
.post-single .post-single-content {
  font-size: 20px;
  color: #f2f2f2;
  line-height: 1.6em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .post-single .post-single-content {
    font-size: 15px;
  }
}
.post-single .post-single-content h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .post-single .post-single-content h1 {
    font-size: 25px;
    line-height: 1.6em;
    margin-bottom: 6px;
  }
}
.post-single .post-single-content h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .post-single .post-single-content h2 {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.post-single .post-single-content h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .post-single .post-single-content h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
.post-single .post-single-content h4 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .post-single .post-single-content h4 {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
.post-single .post-single-content p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .post-single .post-single-content p {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
.post-single .post-single-content p a {
  font-size: 20px;
  line-height: 15px;
  color: #FFD100;
}
.post-single .post-single-content object p {
  font-size: 13px;
}
.post-single .post-single-content .wp-block-pullquote {
  border-top: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
  margin: 8px 0;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .post-single .post-single-content .wp-block-pullquote {
    margin: 6px 0;
    padding: 12px 0;
  }
}
.post-single .post-single-content .wp-block-image figcaption {
  font-size: 12px;
  color: #a2a2a2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.post-single .post-single-content .wp-block-image figcaption::before {
  content: "▲";
  display: block;
  font-size: 12px;
  color: #a2a2a2;
  padding-right: 6px;
}
.post-single .post-single-content .wp-block-gallery .blocks-gallery-caption {
  width: 100%;
  font-size: 12px;
  color: #a2a2a2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-single .post-single-content .wp-block-gallery .blocks-gallery-caption::before {
  content: "▲";
  display: block;
  font-size: 12px;
  color: #a2a2a2;
  padding-right: 6px;
}
.post-single .post-single-content .wp-block-separator {
  border-top: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
}
.post-single .post-single-content .wp-block-table {
  margin: 16px 0;
}
.post-single .post-single-content .wp-block-table table {
  border: 1px solid #a2a2a2;
}
.post-single .post-single-content .wp-block-table table tbody {
  text-align: center;
}
.post-single .post-single-content .wp-block-table table tbody td {
  border: 1px solid #a2a2a2;
}
.post-single .post-single-content .wp-block-table figcaption {
  width: 100%;
  font-size: 12px;
  color: #a2a2a2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-single .post-single-content .wp-block-table figcaption::before {
  content: "▲";
  display: block;
  font-size: 12px;
  color: #a2a2a2;
  padding-right: 6px;
}
@media screen and (max-width: 767px) {
  .post-single .post-single-content .wp-block-media-text__content {
    padding: 10px 0 0;
  }
}
.post-single .post-single-content .case-summary {
  text-align: center;
}
.post-single .post-single-content .case-url {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.post-single .post-single-content a {
  color: #250D00;
  border-bottom: 1px solid #250D00;
  padding: 10px 0 0;
  max-width: calc(100% - 170px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.post-single .post-single-content .btn-single {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 0 0 #8c8c8c;
          box-shadow: 0 5px 0 0 #8c8c8c;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-single .post-single-content .btn-single {
    font-size: 15px;
    line-height: 35px;
  }
}
.post-single .post-single-content .btn-single:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
}
.post-single .post-single-content .btn-single::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: btn-single 2s ease-in-out infinite;
          animation: btn-single 2s ease-in-out infinite;
}
@-webkit-keyframes btn-single {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.post-single .post-single-content .btn-color-line {
  background-color: #2cd830;
}
.post-single .post-single-content .btn-color-facebook {
  background-color: #1877f2;
}
.post-single .post-single-content .btn-color-twitter {
  background-color: #250D00;
}
.post-single .post-single-content .btn-color-instagram {
  position: relative;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.post-single .post-single-content .btn-color-linkedin {
  background-color: #2867b2;
}
.post-single .post-single-content .btn-color-type01 {
  color: #333;
  background-color: #ffa500;
}
.post-single .post-single-content .btn-color-type02 {
  color: #333;
  background-color: #ffff00;
}
.post-single .post-single-content .btn-color-type03 {
  background-color: #1d9433;
}
.post-single .introduction-case {
  margin-bottom: 35px;
  font-size: 13px;
  line-height: 1.85;
  color: #3b3b3b;
}
.post-single .introduction-case p {
  margin: 0;
}
.post-single .post-single-btn {
  margin-top: 25px;
  margin-bottom: 0;
  width: 180px;
  height: auto;
  position: relative;
  left: calc(50% - 90px);
}
@media screen and (max-width: 767px) {
  .post-single .post-single-btn {
    margin-top: 20px;
  }
}
.post-single .post-single-btn a {
  line-height: 1.3em;
  padding: 5px 0;
}
.post-single .post-single-btn-02 {
  margin-top: 10px;
}
.post-single .post-single-btn-02 a {
  line-height: 1.3em;
  padding: 5px 0;
}
.post-single .btn-back {
  background-color: #F08F00;
  color: #f2f2f2;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
}
.post-single .single-company-info {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-single .single-company-info .single-provider {
  vertical-align: top;
  line-height: 1.3em;
}
.post-single .single-company-info .single-user {
  vertical-align: top;
  line-height: 1.3em;
}
.post-single .single-company-info .single-company-title {
  font-weight: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
.post-single .single-company-info .single-company-name .company-name-link {
  color: #250D00;
}
.post-single .eye-catch-section img {
  margin: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .post-single .eye-catch-section img {
    margin: 0 0 25px;
  }
}
.post-single .before-after-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .post-single .before-after-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-single .before-after-section .before-intro {
  width: 50%;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .post-single .before-after-section .before-intro {
    width: 100%;
    margin: 0 0 10px;
  }
}
.post-single .before-after-section .before-intro-problem {
  background-color: #14001A;
}
.post-single .before-after-section .before-intro-detail {
  padding: 8px;
}
.post-single .before-after-section .before-intro::before {
  content: "Before";
  display: block;
  font-size: 25px;
  color: #a2a2a2;
  text-align: center;
  line-height: 1em;
  margin-bottom: 16px;
  font-weight: bold;
}
.post-single .before-after-section .before-after-arrow {
  width: 150px;
  height: auto;
  background: url(../img/before-after.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.post-single .before-after-section .after-intro {
  width: 50%;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .post-single .before-after-section .after-intro {
    width: 100%;
    margin: 0;
  }
}
.post-single .before-after-section .after-intro-effect {
  background-color: #F08F00;
}
.post-single .before-after-section .after-intro-detail {
  padding: 8px;
}
.post-single .before-after-section .after-intro::before {
  content: "After";
  display: block;
  font-size: 25px;
  color: #a2a2a2;
  text-align: center;
  line-height: 1em;
  margin-bottom: 16px;
  font-weight: bold;
}
.post-single .before-after-section .bfr-aft-diff {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #3b3b3b;
  line-height: 1.6;
}
.post-single .before-after-section .before-after-content {
  line-height: 26px;
  padding: 8px 0;
}
.post-single .before-after-section .before-after-content:nth-child(n+2) {
  border-top: 1px solid #a2a2a2;
}
.post-single .interview-section {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .post-single .interview-section {
    margin: 15px 0 0;
  }
}
.post-single .interview-section .qa-title {
  font-size: 25px;
  font-weight: bold;
  color: #a2a2a2;
  text-align: center;
  margin-bottom: 16px;
}
.post-single .interview-section-block p {
  font-size: 15px;
  line-height: 26px;
  padding: 0 23px 10px;
}
@media screen and (max-width: 767px) {
  .post-single .interview-section-block p {
    padding: 0 0 5px;
  }
}
.post-single .interview-section-block a {
  font-size: 15px;
  line-height: 26px;
  padding: 0;
  max-width: 100%;
}
.post-single .interview-section-block .image-display-flex {
  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;
}
@media screen and (max-width: 767px) {
  .post-single .interview-section-block .image-display-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-single .interview-section-block .image-display-flex img {
  margin: 0 10px 0;
}
@media screen and (max-width: 767px) {
  .post-single .interview-section-block .image-display-flex img {
    margin: 5px 0 0;
  }
}
.post-single .interview-section-block img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.post-single .interview-section-block .image-desc {
  text-align: center;
  font-size: 12px;
  color: #666666;
  margin: 6px 0;
}
.post-single .interview-section-block .image-desc::before {
  content: "▲";
  line-height: 12px;
  width: 12px;
}
.post-single .interview-section-block .interview-question {
  color: #3b3b3b;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  padding: 8px;
  border: 8px solid #14001A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .post-single .interview-section-block .interview-question {
    padding: 6px;
    border: 6px solid #14001A;
  }
}
.post-single .interview-section-block .interview-question:nth-child(n+2) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .post-single .interview-section-block .interview-question:nth-child(n+2) {
    margin-top: 20px;
  }
}
.post-single .interview-section-block .interview-question::before {
  content: "Q.";
  display: block;
  float: left;
  font-size: 18px;
  color: #250D00;
  padding-right: 5px;
}
.post-single .interview-section-block .interview-answer {
  font-size: 15px;
  line-height: 1.5em;
  padding: 0px 16px 16px;
  background-color: #14001A;
}
@media screen and (max-width: 767px) {
  .post-single .interview-section-block .interview-answer {
    padding: 0 12px 12px;
  }
}
.post-single .interview-section-block .speaker-provider {
  color: #F25585;
}
.post-single .interview-section-block .speaker-provider p {
  color: #3b3b3b;
}
.post-single .interview-section-block .speaker-provider::before {
  content: "A.";
  display: block;
  float: left;
  font-size: 18px;
  color: #F25585;
  padding-right: 5px;
}
.post-single .interview-section-block .speaker-user {
  color: #F25585;
}
.post-single .interview-section-block .speaker-user p {
  color: #3b3b3b;
}
.post-single .interview-section-block .speaker-user::before {
  content: "A.";
  display: block;
  float: left;
  font-size: 18px;
  color: #F25585;
  padding-right: 5px;
}
.post-single .breadcrumb-area {
  font-size: 11px;
  line-height: 26px;
  padding: 7px 28px;
  border-bottom: 1px solid #a2a2a2;
}
.post-single .article-info-section {
  margin: 30px 0;
}
.post-single .article-info-section .article-info {
  border-left: 4px solid #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .post-single .article-info-section .article-info {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-single .article-info-section .article-info-title {
  font-size: 14px;
  line-height: normal;
  width: 115px;
  padding: 12px 0 12px 29px;
  border-bottom: 1px solid #a2a2a2;
}
@media screen and (max-width: 767px) {
  .post-single .article-info-section .article-info-title {
    font-size: 12px;
    width: 100%;
    padding: 6px 0 6px 16px;
    border-left: 4px solid #d1d1d1;
  }
}
.post-single .article-info-section .article-info-url {
  border: none;
}
@media screen and (max-width: 767px) {
  .post-single .article-info-section .article-info-url {
    border-bottom: 1px solid #a2a2a2;
    border-left: 4px solid #d1d1d1;
  }
}
.post-single .article-info-section .article-info-detail {
  width: calc(100% - 115px);
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px solid #a2a2a2;
}
@media screen and (max-width: 767px) {
  .post-single .article-info-section .article-info-detail {
    border: none;
    margin-left: 24px;
  }
}
.post-single .article-info-section .article-info-detail a {
  font-size: 14px;
  line-height: normal;
  padding-right: 18px;
}
@media screen and (max-width: 767px) {
  .post-single .article-info-section .article-info-detail a {
    font-size: 12px;
  }
}
.post-single .article-info-section .article-info .article-detail-tag a {
  font-size: 12px;
}
.post-single .article-info-section .article-info .article-detail-url {
  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;
  padding: 12px 0;
  border: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .post-single .article-info-section .article-info .article-detail-url {
    margin-left: 24px;
  }
}
.post-single .article-info-section .article-info .article-detail-url a {
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-single .bottom-share-section {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .post-single .bottom-share-section {
    font-size: 15px;
  }
}
.post-single .bottom-share-section .bottom-share-title {
  padding-bottom: 8px;
}
.post-single .bottom-share-section .bottom-share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item {
  margin-right: 16px;
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item-url {
  margin: 0;
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item-url .copy-the-code-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item-url .copy-the-code-wrap {
    margin: auto 0;
  }
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-outside {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-outside .copy-the-code-button {
  height: 22px;
  width: 22px;
  vertical-align: middle;
}
@media screen and (max-width: 1250px) {
  .post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-outside .copy-the-code-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-outside .copy-the-code-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 22px;
  }
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-outside .copy-the-code-button path {
  -webkit-filter: invert(40%) sepia(100%) saturate(100%) hue-rotate(180deg);
          filter: invert(40%) sepia(100%) saturate(100%) hue-rotate(180deg);
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item-url .copy-the-code-wrap .copy-the-code-target {
  display: none;
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item .fa--common {
  font-size: 22px;
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item .fa-twitter {
  color: #250D00;
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item .fa-facebook {
  color: #1877f2;
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item .fa-linkedin {
  color: #2867b2;
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item input {
  display: none;
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item button {
  border: none;
  background-color: transparent;
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item button:hover {
  opacity: 0.6;
}
.post-single .bottom-share-section .bottom-share-container .share-wrapper .share-item button .fa-link {
  color: #FFD100;
}
.post-single .company-profile-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .post-single .company-profile-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-single .company-profile-section .each-profile-block {
  width: calc(50% - 5px);
  margin: 25px 5px 25px 0px;
  padding: 10px;
  background-color: #14001A;
  color: #3b3b3b;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .post-single .company-profile-section .each-profile-block {
    width: 100%;
    margin: 15px 0 10px;
  }
}
.post-single .company-profile-section .each-profile-block:nth-child(n+2) {
  margin: 25px 0 25px 5px;
}
@media screen and (max-width: 767px) {
  .post-single .company-profile-section .each-profile-block:nth-child(n+2) {
    margin: 0 0 15px;
  }
}
.post-single .company-profile-section .each-profile-block .speaker-name {
  font-size: 15px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .post-single .company-profile-section .each-profile-block .speaker-name {
    margin: 0 0 5px;
  }
}
.post-single .company-profile-section .each-profile-block .speaker-name-san {
  font-size: 13px;
  background-image: url(/img/header-logo.png);
}
.post-single .company-profile-section .each-profile-block .table-profile {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .post-single .company-profile-section .each-profile-block .table-profile {
    margin-bottom: 5px;
  }
}
.post-single .company-profile-section .each-profile-block .table-profile-title {
  max-width: 80px;
  float: left;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
}
.post-single .company-profile-section .each-profile-block .table-profile-title span {
  position: absolute;
  left: 60px;
  font-size: 15px;
  line-height: 1.6;
}
.post-single .company-profile-section .each-profile-block .table-profile-title-en {
  max-width: 130px;
}
.post-single .company-profile-section .each-profile-block .table-profile-title-en span {
  left: 115px;
}
.post-single .company-profile-section .each-profile-block .table-profile-desc {
  max-width: calc(100% - 80px);
  margin-left: 80px;
  font-size: 15px;
  line-height: 1.6;
}
.post-single .company-profile-section .each-profile-block .table-profile-desc-en {
  max-width: calc(100% - 130px);
  margin-left: 130px;
  overflow-wrap: break-word;
  text-align: left;
}
.post-single .company-profile-section .each-profile-block .table-profile-desc .table-profile-url {
  font-size: 15px;
  height: 24px;
  line-height: 1.6;
  border: none;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**
* サービスページ
* ========================== */
@media screen and (max-width: 767px) {
  .service {
    padding: 0 15px;
  }
}
.service .jp-title {
  margin: 0 0 24px;
}
.service-pickup {
  margin-top: 25px;
}
.service-case {
  margin-top: 25px;
}
.service-operation-ads {
  margin-top: 25px;
}
.service-table {
  width: 100%;
  border-collapse: collapse;
  word-break: keep-all;
}
.service-table-group {
  background-color: #14001A;
}
.service-table-title {
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 7px 7px;
  color: #14001A;
  background-color: #250D00;
  border: 2px solid #fff;
}
.service-table-title-sub {
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 7px 7px;
  color: #14001A;
  background-color: #00001C;
  border: 2px solid #fff;
}
.service-table-content {
  padding: 10px 7px 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #f2f2f2;
  text-align: center;
  width: 100px;
  table-layout: fixed;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .service-table-content {
    font-size: 13px;
  }
}
.service-notice {
  font-size: 12px;
  line-height: 1.6;
}
.service .btn-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .btn-section .btn {
  position: static;
  background-color: transparent;
  height: 30px;
}
.service .btn-section button {
  margin: 25px 10px 0;
  width: 200px;
}
.service .btn-section button .contact-btn-link {
  background-color: #F08F00;
  line-height: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 0 #333;
          box-shadow: 0 3px 0 #333;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .service .btn-section button .contact-btn-link {
    font-size: 12px;
  }
}
.service .btn-section button .contact-btn-link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.service .wpcf7 {
  /* フォームのリセット */
}
.service .wpcf7 .service-doc {
  width: 300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 24px;
}
.service .wpcf7 input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #a2a2a2;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  padding: 0 8px;
  height: 24px;
  width: 100%;
  line-height: 24px;
  color: #f2f2f2;
  font-weight: bold;
}
.service .wpcf7 input::-webkit-input-placeholder {
  color: #a2a2a2;
  opacity: 0.6;
  font-weight: normal;
}
.service .wpcf7 input::-moz-placeholder {
  color: #a2a2a2;
  opacity: 0.6;
  font-weight: normal;
}
.service .wpcf7 input:-ms-input-placeholder {
  color: #a2a2a2;
  opacity: 0.6;
  font-weight: normal;
}
.service .wpcf7 input::-ms-input-placeholder {
  color: #a2a2a2;
  opacity: 0.6;
  font-weight: normal;
}
.service .wpcf7 input::placeholder {
  color: #a2a2a2;
  opacity: 0.6;
  font-weight: normal;
}
.service .wpcf7 input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #FFD100;
}
.service .wpcf7 input[type=checkbox] {
  display: none;
}
.service .wpcf7 input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
  font-weight: normal;
  color: #f2f2f2;
  font-size: 15px;
}
.service .wpcf7 input[type=checkbox] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.service .wpcf7 input[type=checkbox] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #250D00;
  border-left: 3px solid #250D00;
  content: "";
  display: block;
  height: 0.6em;
  left: 2px;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}
.service .wpcf7 input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.service .wpcf7 input[type=submit] {
  display: inline-block;
  background-color: #F08F00;
  border-radius: 15px;
  color: #14001A;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: 0px 3px 0px #333;
          box-shadow: 0px 3px 0px #333;
}
.service .wpcf7 input[type=submit]:hover,
.service .wpcf7 input[type=submit]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.service .wpcf7 input[type=submit]::-moz-foucus-inner {
  border: none;
  padding: 0;
}
.service .wpcf7 .section-title {
  margin-top: 30px;
  line-height: 1em;
}
.service .wpcf7 .section-title p {
  display: none;
}
.service .wpcf7 .section-title .form-subject {
  display: none;
}
.service .wpcf7 .contact-form_label {
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  background-color: #250D00;
  padding: 10px 0;
  text-align: left;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .service .wpcf7 .contact-form_label {
    padding-left: 20px;
  }
}
.service .wpcf7 .contact-form_label .contact-form_require {
  color: #fff;
  background-color: #f2f2f2;
  font-size: 11px;
  line-height: 14px;
  padding: 0 5px;
  border-radius: 7px;
  margin-left: 5px;
}
.service .wpcf7 .contact-form_label .contact-form_require-must {
  color: #fff;
  background-color: #f53838;
  font-size: 11px;
  line-height: 14px;
  padding: 0 5px;
  border-radius: 7px;
  margin-left: 5px;
}
.service .wpcf7 .contact-form_input {
  width: auto;
  display: block;
  background-color: #f5f5f5;
  padding: 15px 0;
}
.service .wpcf7 .contact-form_input p {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.service .wpcf7 .contact-form_input p span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.service .wpcf7 .contact-form_input p span input {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .service .wpcf7 .contact-form_input p span input {
    width: 320px;
  }
}
.service .wpcf7 .contact-form_input-two {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #f5f5f5;
}
.service .wpcf7 .contact-form_input-two .form-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 15px 10px;
}
.service .wpcf7 .contact-form_input-two .form-text span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.service .wpcf7 .contact-form_input-two .form-text span input {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .service .wpcf7 .contact-form_input-two .form-text span input {
    width: 150px;
  }
}
.service .wpcf7 .privacy .privacy_checkbox {
  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;
  width: 100%;
}
.service .wpcf7 .privacy .privacy_checkbox .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service .wpcf7 .privacy .privacy_checkbox p {
  width: auto;
}
.service .wpcf7 .privacy .privacy_checkbox span {
  margin: 0;
}
.service .wpcf7 .privacy .privacy_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service .wpcf7 .privacy .privacy_checkbox a {
  color: #FFD100;
  font-weight: normal;
  font-size: 14px;
}
.service .wpcf7 .privacy .privacy_checkbox .contact-form_require-must {
  color: #fff;
  background-color: #f53838;
  font-size: 12px;
  line-height: 15px;
  padding: 0 5px;
  border-radius: 7.5px;
  margin-left: 5px;
}
.service .wpcf7 .privacy .privacy-agree {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  left: -10px;
}
.service .wpcf7 .privacy .privacy-agree .contact-privacy {
  font-size: 15px;
}
.service .wpcf7 .privacy .contact-form_submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .service .wpcf7 .privacy .contact-form_submit {
    margin: 25px auto 0;
  }
}
.service .wpcf7 .privacy .contact-form_submit p {
  display: inline-block;
  width: 150px;
  height: 30px;
}
.service .wpcf7 .privacy .contact-form_submit input {
  width: 150px;
  height: 30px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .service .wpcf7 .privacy .contact-form_submit input {
    font-size: 12px;
  }
}

/**
* 検索ページ
* ========================== */
.search-section {
  margin: 35px 0 10px 0;
}
.search-section .search-result {
  color: #f2f2f2;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .search-section .search-result {
    text-align: center;
  }
}
.search-section .section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .search-section .section-container .new-case-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.search-section .section-container .new-case-content .eye-catch-title {
  width: 265px;
}
.search-section .section-container .new-case-content .eye-catch-title .case-title .case-title-link {
  font-size: 14px;
  line-height: 1.6;
}
.search-section .section-container .new-case-content .eye-catch-title .company-name {
  padding: 5px 0 3px;
  font-size: 13px;
  line-height: 1.2em;
}
.search-section .section-container .new-case-content .eye-catch-title .company-name a {
  color: #a2a2a2;
}
.search-section .section-container .new-case-content .eye-catch-title .post-date {
  padding: 0 0 0 17px;
}
.search-section .section-container .new-case-content .eye-catch-image {
  max-height: 67px;
  width: 100%;
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .search-section .section-container .new-case-content .eye-catch-image {
    width: 115px;
    height: 73px;
    max-height: none;
  }
}

/**
* 検索機能
* ========================== */
.search-form {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.search-form .search-form-wrap {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .search-form .search-form-wrap {
    width: 100%;
    gap: 10px;
  }
}
.search-form .search-form-wrap input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: 200px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  border: none;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .search-form .search-form-wrap input {
    width: 318px;
    height: 25px;
    font-size: 20px;
  }
}
.search-form .search-form-wrap input::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 30px;
}
.search-form .search-form-wrap input::-moz-placeholder {
  font-size: 20px;
  line-height: 30px;
}
.search-form .search-form-wrap input:-ms-input-placeholder {
  font-size: 20px;
  line-height: 30px;
}
.search-form .search-form-wrap input::-ms-input-placeholder {
  font-size: 20px;
  line-height: 30px;
}
.search-form .search-form-wrap input::placeholder {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .search-form .search-form-wrap input::-webkit-input-placeholder {
    padding: 0;
    font-size: 20px;
    line-height: 25px;
  }
  .search-form .search-form-wrap input::-moz-placeholder {
    padding: 0;
    font-size: 20px;
    line-height: 25px;
  }
  .search-form .search-form-wrap input:-ms-input-placeholder {
    padding: 0;
    font-size: 20px;
    line-height: 25px;
  }
  .search-form .search-form-wrap input::-ms-input-placeholder {
    padding: 0;
    font-size: 20px;
    line-height: 25px;
  }
  .search-form .search-form-wrap input::placeholder {
    padding: 0;
    font-size: 20px;
    line-height: 25px;
  }
}
.search-form .search-form-wrap input::-webkit-input-placeholder:focus {
  outline: 0;
}
.search-form .search-form-wrap input::-moz-placeholder:focus {
  outline: 0;
}
.search-form .search-form-wrap input:-ms-input-placeholder:focus {
  outline: 0;
}
.search-form .search-form-wrap input::-ms-input-placeholder:focus {
  outline: 0;
}
.search-form .search-form-wrap input::placeholder:focus {
  outline: 0;
}
.search-form .search-form-wrap input.search-price {
  width: 150px;
}
.search-form .search-form-wrap input.sold-checkbox {
  width: 30px;
  -webkit-appearance: none; /* デフォルトのチェックボックスのスタイルを無効化 */
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: #fff;
}
.search-form .search-form-wrap input.sold-checkbox:checked {
  background-color: #F08F00; /* チェックされた時の背景色を設定 */
}
.search-form .search-form-wrap input.sold-checkbox:checked::after {
  content: "✘"; /* チェックマークの形状を設定（例：チェックマーク） */
  color: white; /* チェックマークの色を設定 */
  font-size: 16px; /* チェックマークのサイズを設定 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* チェックマークを中央に配置 */
}
.search-form .search-form-wrap .sold-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.search-form .search-form-wrap .search-cate {
  width: 150px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  border: none;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .search-form .search-form-wrap .search-cate {
    height: 25px;
    font-size: 20px;
    line-height: 25px;
  }
}
.search-form .search-form-wrap .search-cate option {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .search-form .search-form-wrap .search-cate option {
    font-size: 20px;
    line-height: 25px;
  }
}
.search-form .search-form-wrap .search-price-connect {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0;
}
.search-form .search-form-wrap button {
  height: 30px;
  width: auto;
  font-size: 20px;
  line-height: 30px;
  padding: 0 5px;
  border: none;
  background-color: #F08F00;
  color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .search-form .search-form-wrap button {
    width: 80%;
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .search-form .search-form-wrap01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-form .search-form-wrap01 .search-keyword {
    width: 100%;
  }
  .search-form .search-form-wrap01 .search-cate {
    width: 100%;
  }
}

/**
* サンクスページ
* ========================== */
.thanks-page {
  display: block;
  width: 100%;
  text-align: center;
}
.thanks-page .main-section-inner {
  display: inline;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thanks-page .main-section-inner .section-title {
    margin: 0 17px;
  }
}
.thanks-page .main-section-inner .section-title .jp-title {
  background-color: transparent;
  -webkit-clip-path: none;
          clip-path: none;
  color: #FFD100;
}
@media screen and (max-width: 767px) {
  .thanks-page .main-section-inner .thanks-page-wrap {
    margin: 0 17px;
  }
}
.thanks-page .main-section-inner .thanks-page-wrap .thanks-comment {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.thanks-page .main-section-inner .thanks-page-wrap .thanks-comment-p {
  font-size: 20px;
  line-height: 1.5em;
}
.thanks-page .main-section-inner .thanks-page-wrap .thanks-sns-block {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .thanks-page .main-section-inner .thanks-page-wrap .thanks-sns-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.thanks-page .main-section-inner .thanks-page-wrap .thanks-sns-block .thanks-sns-twitter {
  background-color: #000;
  border-radius: 20px;
  margin: 6px 0 12px;
  width: 30%;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .thanks-page .main-section-inner .thanks-page-wrap .thanks-sns-block .thanks-sns-twitter {
    width: 90%;
  }
}
.thanks-page .main-section-inner .thanks-page-wrap .thanks-sns-block .thanks-sns-facebook {
  background-color: #1877f2;
  border-radius: 20px;
  margin: 12px 0;
  width: 30%;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .thanks-page .main-section-inner .thanks-page-wrap .thanks-sns-block .thanks-sns-facebook {
    width: 90%;
  }
}
.thanks-page .main-section-inner .thanks-page-wrap .thanks-sns-block .thanks-sns-linkedin {
  background-color: #2867b2;
  border-radius: 20px;
  width: inherit;
  margin: 12px 0 12px;
  width: 30%;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .thanks-page .main-section-inner .thanks-page-wrap .thanks-sns-block .thanks-sns-linkedin {
    width: 90%;
  }
}
.thanks-page .main-section-inner .thanks-page-wrap .thanks-sns-block a {
  color: #f2f2f2;
  padding: 8px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  width: 100%;
  height: 100%;
}
.thanks-page .main-section-inner .thanks-page-wrap .thanks-transfer-info {
  margin: 20px auto 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.thanks-page .main-section-inner .thanks-page-wrap .thanks-transfer-info .transfer-info {
  font-size: 25px;
  padding: 15px 0;
}
.thanks-page .main-section-inner .thanks-page-wrap .thanks-transfer-info .transfer-info-table {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.thanks-page .main-section-inner .thanks-page-wrap .thanks-transfer-info .transfer-info-table::after {
  content: "";
  display: table;
  clear: both;
}
.thanks-page .main-section-inner .thanks-page-wrap .thanks-transfer-info .transfer-info-table-title {
  font-size: 20px;
  float: left;
  clear: left;
  width: 250px;
  padding: 5px;
  border: 1px solid #f2f2f2;
}
@media screen and (max-width: 767px) {
  .thanks-page .main-section-inner .thanks-page-wrap .thanks-transfer-info .transfer-info-table-title {
    width: 100%;
    font-weight: bold;
  }
}
.thanks-page .main-section-inner .thanks-page-wrap .thanks-transfer-info .transfer-info-table-desc {
  font-size: 20px;
  float: left;
  padding: 5px;
  width: 550px;
  border: 1px solid #f2f2f2;
}
@media screen and (max-width: 767px) {
  .thanks-page .main-section-inner .thanks-page-wrap .thanks-transfer-info .transfer-info-table-desc {
    width: 100%;
  }
}
.thanks-page .main-section-inner .thanks-page-wrap .thanks-transfer-info .thanks-transfer-note {
  max-width: 800px;
  margin: 0 auto;
  padding: 5px 0 0;
  font-size: 15px;
  display: block;
  text-align: left;
}
.thanks-page .download-btn {
  background-color: #F08F00;
  width: 150px;
  height: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 0 #a2a2a2;
          box-shadow: 0 3px 0 #a2a2a2;
  position: static;
}
.thanks-page .download-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.thanks-page .download-btn .download-btn-link {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}
.thanks-page .top-btn {
  position: static;
  left: auto;
  width: 100%;
  background-color: transparent;
  height: 30px;
}
.thanks-page .top-btn .top-btn-link {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  width: initial;
  height: 100%;
  line-height: 30px;
  padding: 0 17px;
  background-color: #F08F00;
  border-radius: 15px;
}

/**
* 利用規約ページ：プライバシーポリシーと同じ
* ========================== */
/**
* 404ページ
* ========================== */
@media screen and (max-width: 767px) {
  .error-404 {
    margin: 30px 10px 0;
  }
}
.error-404-title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 15px;
  color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .error-404-title {
    font-size: 30px;
    line-height: 1.6em;
  }
}
.error-404-content {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 0 5px;
  color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .error-404-content {
    font-size: 18px;
  }
}
.error-404-meta {
  font-size: 15px;
  line-height: 1em;
  color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .error-404-meta {
    font-size: 13px;
  }
}
.error-404-search {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6em;
  margin: 60px 0 5px;
  color: #f2f2f2;
}
.error-404-search-text {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 0 40px;
  color: #f2f2f2;
}
.error-404-back {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 1em;
  padding: 5px 10px;
  margin: 45px auto 0;
  background-color: #F08F00;
  border-radius: 15px;
  color: #f2f2f2;
}
.error-404-back:hover {
  opacity: 0.6;
}

/**
* Sales Boot Camp NFT購入ページ
* ========================== */
@media screen and (max-width: 767px) {
  .bootcamp {
    padding: none;
    border: none;
  }
}
.bootcamp-content {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bootcamp-content {
    width: 100%;
    padding: 10px 12px !important;
    margin-right: 0;
  }
}
.bootcamp-content .eye_catch-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 600px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .bootcamp-content .eye_catch-image {
    width: 100%;
  }
}
.bootcamp-content-title {
  display: block;
  font-size: 30px;
  padding: 15px 0 0;
}
.bootcamp-content-price {
  display: block;
  font-size: 30px;
  line-height: 1.6em;
  padding: 15px 0;
}
.bootcamp-content-nft-ca {
  display: block;
  font-size: 20px;
  line-height: 1.6em;
  color: #a2a2a2;
  width: 100%;
  overflow-wrap: break-word;
}