@charset "UTF-8";
.fv__box {
  padding: 0 !important;
}

.fv__box__left {
  padding: 20px;
}

.fv__box__right {
  padding: 20px;
}

.fv__catch {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.fv__catch span {
  font-weight: 900 !important;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

/* ボックススタイル */
.box {
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.77) !important;
}

/* 背景画像 */
.bg-section {
  background-image: url(https://prozon.site/template/wp-content/uploads/2022/05/pc-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* 開発者画像	 */
}

.bg-section .img-text .smb-media-text__figure {
  max-width: 55%;
  width: 100%;
  margin: 0 auto;
  /* 画像を円形にする */
}

.bg-section .img-text .smb-media-text__figure img {
  border-radius: 50%;
}

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 620px;
  width: 100%;
}

.question label {
  display: block;
  width: 100%;
  background: #f6f6f6;
  color: #000;
  font-size: 20px;
  padding: 20px;
  margin: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  cursor: pointer;
  word-wrap: break-word;
}

.question input {
  display: none;
}

.question-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.question input:checked + label {
  background-color: #38b7ff;
  color: #fff;
}

.progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progressbar .item {
  position: relative;
  width: 33%;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #3AB8FF;
  color: #fff;
  font-weight: bold;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 25px solid transparent;
  border-left: 20px solid #3AB8FF;
  margin: auto;
}

.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #FFF;
}

/* active */
.progressbar .item.active {
  z-index: 1;
  background: #004AAD;
  color: #FFF;
}

.progressbar .item.active:not(:last-child)::after {
  border-left-color: #004AAD;
}

.progressbar .item.active:not(:last-child)::before {
  border-left: none;
}

.question-end .smb-section__dividers {
  background-color: #fff;
}

.question-end .wp-block-separator {
  border: 1px dotted !important;
}

.section-decorated h2 {
  position: relative;
  padding: 1rem 0rem calc(1rem + 10px);
  background: #F9C800;
}

.section-decorated h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
/* ヘッダー背景色変更 */
.l-header {
  background-color: #0E173F !important;
  display: none !important;
}

/* コピーライトスタイル */
.c-copyright {
  text-align: center;
  background-color: #fff !important;
  color: #333 !important;
}

/* ロゴサイズ変更 */
.custom-logo {
  width: 45px !important;
  height: 45px !important;
}

/* 吹き出し文字サイズ変更 */
.smb-balloon__body {
  font-size: 24px;
}

@media (max-width: 1023px) {
  /******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
  .result-box .smb-media-text .c-row {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .result-box .smb-media-text__figure {
    min-width: 50px;
  }
  .result-box .smb-media-text__body {
    width: 450px;
  }
  .mv-area {
    /* mv画像テキスト左側の幅調整 */
  }
  .mv-area .mv-img-text .c-row__col {
    max-width: none;
  }
  .mv-area .mv-img-text .smb-media-text__body {
    width: auto;
    margin: 0 auto;
    /* メインビュー悩み */
  }
  .mv-area .mv-img-text .smb-media-text__body .mv-text {
    font-size: 18px;
    max-width: 280px;
  }
  .mv-area .mv-img-text .smb-media-text__body .mv-text-for {
    margin-left: 25px;
  }
  .mv-area .mv-img-text .smb-media-text__figure {
    width: 40%;
    margin: 0 auto;
  }
  /* 背景画像 */
  .bg-section {
    /* 開発者画像 */
  }
  .bg-section .img-text .smb-media-text__title {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10%;
    width: 100%;
    max-width: 70%;
    padding-left: 20px;
  }
  .bg-section .img-text .smb-media-text__figure {
    position: relative;
    width: 25%;
    margin-left: 30px;
  }
}

@media (max-width: 639px) {
  /******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************/
  .fv__box__left {
    padding: 5px 10px;
  }
  .fv__box__right {
    padding: 5px 10px;
  }
  .fv .smb-section-with-bgimage__bgimage img, .fv .smb-section-with-bgimage__bgimage video {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: 0% 0% !important;
       object-position: 0% 0% !important;
  }
  .progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
    width: 20%;
  }
  /* 2番目以降の要素にのみパディングを適用 */
  .progressbar .item:nth-child(n+2) {
    padding: 10px 10px 10px 20px;
  }
  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
    border-width: 18px;
    border-left-width: 12px;
  }
  .question label {
    font-size: 16px !important;
    margin: 5px 0 !important;
  }
  .question input {
    display: none;
  }
  .question {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mv-area .mv-img-text {
    /* mv画像テキスト左側の幅調整 */
  }
  .mv-area .mv-img-text .smb-media-text__figure {
    width: 200px !important;
  }
  .mv-area .mv-img-text .smb-media-text__body {
    max-width: 300px;
    width: 100%;
  }
  .mv-area .privacy-text {
    font-size: 10px;
  }
  /* ボタン */
  .smb-btn__label .sme-font-size {
    font-size: 16px !important;
  }
  /* 吹き出し文字サイズ変更 */
  .smb-balloon__body {
    font-size: 18px;
  }
  .result-box {
    font-size: 14px;
  }
  .result-box__name {
    font-size: 14px;
  }
  .result-box__name .star {
    font-size: 12px;
    margin-left: 10px;
  }
  .result-box__font {
    font-size: 16px;
  }
  .result-box__result {
    text-align: center;
    font-size: 16px;
  }
  .result-box__result .sme-text-color {
    font-size: 18px;
  }
  .result-box .smb-media-text__body {
    width: 200px;
  }
  .result-box .caution {
    text-align: left !important;
  }
  .result-box .wp-block-columns:not(.is-not-stacked-on-mobile) > * + * {
    margin-top: 0 !important;
  }
  .bg-section {
    /* 開発者画像	 */
  }
  .bg-section .img-text {
    /* 開発者スタイル	 */
  }
  .bg-section .img-text .smb-media-text__title {
    position: absolute;
    max-width: 70%;
    font-size: 14px;
  }
  .bg-section .img-text .smb-media-text__figure {
    position: relative;
    width: 30%;
    margin-left: 0px;
  }
  .works .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .works .wp-block-image {
    width: 50%;
    margin: 0;
  }
  .works .wp-block-image:nth-child(2n+1) {
    margin-right: 10px;
  }
}
/*# sourceMappingURL=style.css.map */