@charset "shift_jis";

:root {
  --main-color: #2d86af;
  --btn-color: #ff9c00;
  --bg-blue-color: #e6f3fa;
}

@media screen and (min-width: 769px) {

  /*--- kyoyu_mochibunここから ---*/
  .sale_kyoyu_mochibun_wrap {

    /* メイン画像 */
    .km_main_wrap {
      height: 500px;
      background: url(../img/main_bg.webp);
      background-size: cover;
      background-position: center;

      .km_main_inner {
        width: 1200px;
        margin: 0 auto;
        padding-top: 160px;
        line-height: 80px;

        span {
          font-size: 50px;
          font-weight: bold;
          color: #fff;
          line-height: 92px;
          padding-bottom: 10px;
          border-bottom: 1px solid #fff;
          display: inline;
          text-shadow: 0 0 10px rgba(54, 118, 142, 0.8);

          b {
            font-size: 70px;
          }
        }

        p {
          font-size: 30px;
          font-weight: bold;
          color: #fff;
          line-height: 50px;
          padding-bottom: 10px;
          letter-spacing: 0.05em;
          border-bottom: 1px solid #fff;
          display: inline;
          text-shadow: 0 0 10px rgba(54, 118, 142, 0.8);
        }
      }
    }

    /* 悩み */
    .km_nayami_wrap {
      width: 1100px;
      margin: 80px auto 30px;

      ul {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

        &::after {
          content: "";
          display: block;
          background: url(../img/nayami_icon.webp);
          width: 329px;
          height: 218px;
          position: absolute;
          bottom: 95px;
          left: 380px;
          z-index: -1;
        }

        li {
          min-width: 270px;
          border: 1px solid #ccc;
          border-radius: 10px;
          padding: 20px 30px;
          font-size: 20px;
          font-weight: bold;
          line-height: 30px;
          position: relative;
          text-align: center;
          margin-bottom: 50px;
          background: #fff;

          &::before {
            content: "";
            border-left: 16px solid transparent;
            border-top: 16px solid #ccc;
            position: absolute;
            right: 35px;
            bottom: -16px;
            transform: rotate(-90deg);
          }

          &::after {
            content: "";
            border-left: 15px solid transparent;
            border-top: 15px solid white;
            position: absolute;
            right: 35px;
            bottom: -14px;
            transform: rotate(-90deg);
          }

          &:nth-child(2) {
            margin: 0 0 50px 120px;
          }

          &:nth-child(3) {
            &::before {
              top: 36px;
              right: -16px;
              bottom: auto;
            }

            &::after {
              top: 37px;
              right: -14px;
              bottom: auto;
            }
          }

          &:nth-child(4) {
            margin: 0px 0 50px 385px;

            &::before {
              top: 36px;
              left: -16px;
              right: auto;
              bottom: auto;
              transform: none;
            }

            &::after {
              top: 37px;
              left: -14px;
              right: auto;
              bottom: auto;
              transform: none;
            }
          }

          &:nth-child(5),
          &:nth-child(6) {
            &::before {
              top: -16px;
              right: 35px;
              bottom: auto;
              transform: rotate(-180deg);
            }

            &::after {
              top: -14px;
              right: 35px;
              bottom: auto;
              transform: rotate(-180deg);
            }
          }

          &:nth-child(6) {
            margin: 0 0 50px 260px;
          }

          span {
            font-weight: bold;
            background: linear-gradient(transparent 60%, #ffdbde 60%);
          }
        }
      }
    }

    /* トラブルやリスク */
    .km_about_wrap {
      background: #f2efe8;

      .km_about_inner {
        width: 1100px;
        margin: 0 auto;
        padding: 100px 0;


        .km_about_ti {
          text-align: center;
          margin-bottom: 60px;

          span {
            display: block;
            width: 450px;
            line-height: 40px;
            font-size: 22px;
            font-weight: bold;
            margin: 0 auto 20px;
            background: #fff;
            border-radius: 30px;
          }

          h2 {
            font-size: 45px;
            display: flex;
            justify-content: center;
            align-items: center;

            b {
            color: #fff;
            background-color: #b3a371;
            font-weight: bold;
            line-height: 61px;
            padding: 0px 15px;
            margin: 0px 9px;
            }
          }
        }

        ul {
          li {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            background: #fff;
            padding: 30px;
            margin-bottom: 40px;
            border: solid 4px #b3a371;
            box-sizing: border-box;

            .km_about_txt {
              width: 750px;
            }

            h3 {
              font-size: 35px;
              font-weight: bold;
              color: #333;
              letter-spacing: 0.05em;
              margin: 0 0 15px;
              line-height: 1.5;
            }

            p {
              font-size: 15px;
              line-height: 25px;
              font-weight: 500;

              span {
                background: linear-gradient(transparent 60%, #ffdbde 60%);
              }
            }
          }

        }

        .km_about_b {
          width: 1100px;
          height: 815px;
          box-sizing: border-box;
          background: #fff;
          text-align: center;
          padding: 75px 0px 15px;
          position: relative;
          margin-top: 220px;

          p {
            display: block;
            width: 1000px;
            text-align: center;
            padding: 20px 0;
            font-size: 50px;
            color: #fff;
            font-weight: bold;
            line-height: 1.3;
            background: #b3a371;
            position: absolute;
            left: 50px;
            top: -135px;

            &::after {
              content: "";
              display: block;
              width: 0;
              height: 0;
              border-top: 25px solid transparent;
              border-left: 30px solid #b3a371;
              border-bottom: 25px solid transparent;
              transform: rotate(90deg);
              position: absolute;
              left: 48%;
              bottom: -38px;
            }

            span {
              font-size: 36px;
              font-weight: bold;
              display: block;
            }
          }
        }
      }
    }

    /* よくある質問 */
    #sa_qa {
      padding: 0;
              background-image: url(/sale_syakuchi/img/riyu_bg.jpg);

      .skf_qa_wrap {
        padding: 110px 0 80px;
      }
    }

    /* title */
    .km_about_wrap h2 {
      font-size: 40px;
      line-height: 40px;
      font-weight: bold;
      text-align: center;
      color: #000;
      margin: 0 0 40px;
      display: block;

      &.sa_conts_tit_line::after {
        content: "";
        display: block;
        width: 70px;
        height: 5px;
        background-color: #b3a371;
        margin: 30px auto 0;
      }
    }

        /* title */
    #sa_qa h2 {
      font-size: 40px;
      line-height: 40px;
      font-weight: bold;
      text-align: center;
      color: #000;
      margin: 0 0 40px;
      display: block;

      &.sa_conts_tit_line::after {
        content: "";
        display: block;
        width: 70px;
        height: 5px;
        background-color: #b3a371;
        margin: 30px auto 0;
      }
    }

    /* svg */
    svg {
      margin: 0 auto;
      display: block;

      .cls-1 {
        fill: var(--main-color);
      }
    }

    /* btn */
    .btn_link {
      display: block;
      width: 80%;
      line-height: 60px;
      background-color: var(--btn-color);
      color: #fff;
      text-align: center;
      position: relative;
      margin: 0 auto 00px;
      border-radius: 5px;
      font-weight: bold;
      font-size: 18px;

      &:hover {
        opacity: .8;
      }
    }

    /* fadein（下から上） */
    .fadein {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s ease-out;

      &.show {
        opacity: 1;
        transform: translateY(0);
      }

      &.fadein-1 {
        transition-delay: 0.2s;
      }

      &.fadein-2 {
        transition-delay: 0.4s;
      }

      &.fadein-3 {
        transition-delay: 0.6s;
      }

      &.fadein-4 {
        transition-delay: 0.8s;
      }

      &.fadein-5 {
        transition-delay: 1.0s;
      }

      &.fadein-6 {
        transition-delay: 1.2s;
      }
    }
  }

		/* よくある質問 */
		#sa_qa {
			padding: 75px 0;
			background: #f6f6f6;
			>div {
				width: 1100px;
				margin: 0 auto;
			}
			.qa_list {
            display: block;
            overflow: hidden;
            cursor: pointer;
            border: solid 4px #b3a371;
			}
			.qa_list:not(:last-of-type) {
				margin-bottom: 30px;
			}
			.qa_list .title {
				display: block;
				width: 100%;
				box-sizing: border-box;
				padding: 15px 60px 15px 70px;
				background-color: #fff;
				box-shadow: 0 0 8px rgb(0 0 0 / 30%);
				font-size: 18px;
				line-height: 40px !important;
				color: #000;
				text-align: left;
				position: relative;
			}
			.qa_list .title:before {
				content: "";
				display: block;
				width: 30px;
				height: 30px;
				-webkit-mask-image: url(/sale_kyoyumochibun/img/q_icon.svg);
				mask-image: url(/sale_kyoyumochibun/img/q_icon.svg);
				mask-size: 30px;
				-webkit-mask-repeat: no-repeat;
				mask-repeat: no-repeat;
				background-color: #0d73a2;
				position: absolute;
				top: 20px;
				left: 20px;
			}
			.qa_list .title:hover {
				background-color: #f2efe8;
			}
			.qa_list dt {
				position: relative;
			}
			.qa_list dt .title.active {
				border-bottom: 1px solid #ccc;
			}
			.qa_list dd {
				display: none;
				padding: 25px 20px 25px 70px;
				background: #eee;
				margin: 0;
				background-color: #fff;
				text-align: left;
				font-size: 15px;
				line-height: 1.5;
				color: #000;
				position: relative;
			}
			.qa_list dd:before {
				content: "";
				display: block;
				width: 30px;
				height: 30px;
				-webkit-mask-image: url(/sale_kyoyumochibun/img/a_icon.svg);
				mask-image: url(/sale_kyoyumochibun/img/a_icon.svg);
				mask-size: 30px;
				-webkit-mask-repeat: no-repeat;
				mask-repeat: no-repeat;
				background-color: #c80000;
				position: absolute;
				top: 20px;
				left: 20px;
			}
			.accordion_icon, .accordion_icon {
				display: inline-block;
				transition: all .4s;
				box-sizing: border-box;
			}
			.accordion_icon {
				width: 24px;
				height: 24px;
				margin: auto;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 20px;
			}
			.accordion_icon span {
				position: absolute;
				left: 0px;
				width: 100%;
				height: 2px;
				background-color: #999;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				-ms-border-radius: 4px;
				-moz-border-radius: 4px;
				-o-border-radius: 4px;
				transition: all 0.2s;
			}
			.accordion_icon span:nth-of-type(1) {
				margin: auto;
				top: 0;
				bottom: 0;
				transform: rotate(0deg);
				-webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				-o-transform: rotate(0deg);
			}
			.accordion_icon span:nth-of-type(2) {
				top: 11px;
				transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
				-moz-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				-o-transform: rotate(90deg);
			}
			.accordion_icon.active span:nth-of-type(1) {
				display: none;
			}
			.accordion_icon.active span:nth-of-type(2) {
				top: 11px;
				transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
				-moz-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
			}
		}

  /*--- kyoyu_mochibunここまで ---*/
}
















/*-------------------------------
sp
--------------------------------*/


@media screen and (max-width: 768px) {

  /*--- kyoyu_mochibunここから ---*/
  .sale_kyoyu_mochibun_wrap {

    /* メイン画像 */
    .km_main_wrap {
      background: url(../img/main_bg.webp);
      background-size: cover;
      background-position: center;

      .km_main_inner {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding: 60px 0;

        span {
          font-size: clamp(15px, 4.7vw, 18px);
          font-weight: bold;
          color: #fff;
          line-height: 35px;
          border-bottom: 1px solid #fff;
          display: inline;
          text-shadow: 0 0 10px rgba(54, 118, 142, 0.8);

          b {
            font-size: clamp(28px, 8vw, 35px);
          }
        }

        p {
          font-size: clamp(15px, 4.7vw, 18px);
          font-weight: 500;
          color: #fff;
          line-height: 1.7;
          border-bottom: 1px solid #fff;
          display: inline;
          text-shadow: 0 0 10px rgba(54, 118, 142, 0.8);
        }
      }
    }

    /* 悩み */
    .km_nayami_wrap {
      width: 90%;
      margin: 60px auto 0;

      ul {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 20px;

        &::after {
          content: "";
          display: block;
          background: url(../img/nayami_icon.webp);
          background-size: contain;
          background-repeat: no-repeat;
          width: 200px;
          height: 130px;
          margin: 20px auto 0;
        }

        li {
          width: 49%;
          border: 1px solid #ccc;
          border-radius: 5px;
          padding: 10px 3%;
          font-weight: bold;
          position: relative;
          text-align: center;
          margin-bottom: 2%;
          box-sizing: border-box;
          font-size: clamp(11px, 3vw, 20px);
          line-height: 1.8;

          span {
            font-weight: bold;
            background: linear-gradient(transparent 60%, #ffdbde 60%);
          }
        }
      }
    }

    /* トラブルやリスク */
    .km_about_wrap {
      background: #f2efe8;;

      .km_about_inner {
        width: 90%;
        margin: 0 auto;
        padding: 40px 0;



        .km_about_ti {
          text-align: center;

          span {
            display: inline-block;
            padding: 0px 20px;
            line-height: 40px;
            font-size: clamp(14px, 4.2vw, 16px);
            font-weight: bold;
            margin: 0 auto 15px;
            background: #fff;
            border-radius: 30px;
          }

          h2 {
            font-size: 24px;


            b {
            color: #fff;
            background-color: #b3a371;
            font-weight: bold;
            line-height: 41px;
            padding: 0px 15px;
            margin: 0px 9px;
            }
          }
        }

        ul {
          li {
            background: #fff;
            padding: 30px 5%;
            margin-bottom: 40px;
            border: solid 4px #b3a371;
            box-sizing: border-box;

            .km_about_txt {
              margin-bottom: 30px;
            }

            h3 {
              font-size: clamp(14px, 6vw, 24px);
              font-weight: bold;
              color: #333;
              letter-spacing: 0.05em;
              margin: 0 0 15px;
              line-height: 1.5;
            }

            p {
              line-height: 26px;
              letter-spacing: 0.04em;
              font-size: clamp(13px, 4vw, 15px);

              span {
                background: linear-gradient(transparent 60%, #ffdbde 60%);
              }
            }

            img {
              display: block;
              margin: 0 auto;
            }
          }

        }

        .km_about_b {
          box-sizing: border-box;
          background: #fff;
          text-align: center;
          padding: 100px 5% 15px;
          position: relative;
          margin-top: 130px;

          p {
            display: block;
            width: 94%;
            text-align: center;
            padding: 15px 0%;
            font-size: clamp(14px, 8vw, 32px);
            color: #fff;
            font-weight: bold;
            line-height: 1.5;
            background: #b3a371;
            box-sizing: border-box;
            position: absolute;
            left: 3%;
            top: -90px;

            &::after {
              content: "";
              display: block;
              width: 0;
              height: 0;
              border-top: 15px solid transparent;
              border-left: 20px solid #b3a371;
              border-bottom: 15px solid transparent;
              transform: rotate(90deg);
              position: absolute;
              left: 46%;
              bottom: -22px;
            }

            span {
              font-size: clamp(14px, 4.2vw, 16px);
              font-weight: bold;
              display: block;
            }
          }

          img {
            width: 100%;
          }
        }
      }
    }

    /* よくある質問 */
    #sa_qa {
      padding: 0;

      .skf_qa_wrap {
        padding: 80px 0;
      }
    }

    /* CV */
    #sa_inq {
      .sa_inq_txt {
        width: 96%;
        margin: 0 auto;
        letter-spacing: normal !important;
      }

      h2 {
        margin: 10px auto 30px;
        line-height: 1.3;
      }
    }

    /* title */
    .km_about_wrap h2 {
      font-size: clamp(14px, 6vw, 24px);
      line-height: 1.8;
      font-weight: bold;
      text-align: center;
      color: #000;
      margin: 0 0 30px;

      &.sa_conts_tit_line::after {
        content: "";
        display: block;
        width: 70px;
        height: 5px;
        background-color: #b3a371;
        margin: 20px auto 0;
      }
    }
        /* title */
    #sa_qa h2 {
      font-size: clamp(14px, 6vw, 24px);
      line-height: 1.8;
      font-weight: bold;
      text-align: center;
      color: #000;
      margin: 0 0 30px;

      &.sa_conts_tit_line::after {
        content: "";
        display: block;
        width: 70px;
        height: 5px;
        background-color: #b3a371;
        margin: 20px auto 0;
      }
    }

    /* svg */
    svg {
      margin: 0 auto;
      display: block;

      .cls-1 {
        fill: var(--main-color);
      }
    }

    /* btn */
    .btn_link {
      display: block;
      width: 80%;
      line-height: 60px;
      background-color: var(--btn-color);
      color: #fff;
      text-align: center;
      position: relative;
      margin: 0 auto 00px;
      border-radius: 5px;
      font-weight: bold;
      font-size: clamp(15px, 4.7vw, 18px);

      &:hover {
        opacity: .8;
      }
    }

    /* fadein（下から上） */
    .fadein {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s ease-out;

      &.show {
        opacity: 1;
        transform: translateY(0);
      }

      &.fadein-1 {
        transition-delay: 0.2s;
      }

      &.fadein-2 {
        transition-delay: 0.4s;
      }

      &.fadein-3 {
        transition-delay: 0.6s;
      }

      &.fadein-4 {
        transition-delay: 0.8s;
      }

      &.fadein-5 {
        transition-delay: 1.0s;
      }

      &.fadein-6 {
        transition-delay: 1.2s;
      }
    }
  }

  		/* よくある質問 */
		#sa_qa {
			padding: 40px 0;
        background-image: url(/sale_syakuchi/img/riyu_bg.jpg);
			>div {
				width: 90%;
				margin: 0 auto;
			}
			.qa_list {
            display: block;
            overflow: hidden;
            cursor: pointer;
            border: solid 4px #b3a371;
			}
			.qa_list:not(:last-of-type) {
				margin-bottom: 15px;
			}
			.qa_list .title {
				display: block;
				width: 100%;
				box-sizing: border-box;
				padding: 15px 40px 10px 50px;
				background-color: #fff;
				box-shadow: 0 0 8px rgb(0 0 0 / 30%);
				font-size: clamp(16px, 4.3vw, 18px);
				line-height: 1.6;
				color: #000;
				text-align: left;
				position: relative;
			}
			.qa_list .title:before {
				content: "";
				display: block;
				width: 24px;
				height: 24px;
				-webkit-mask-image: url(/sale_kyoyumochibun/img/q_icon.svg);
				mask-image: url(/sale_kyoyumochibun/img/q_icon.svg);
				mask-size: 24px;
				-webkit-mask-repeat: no-repeat;
				mask-repeat: no-repeat;
				background-color: #0d73a2;
				position: absolute;
				top: 15px;
				left: 15px;
			}
			.qa_list dt {
				position: relative;
			}
			.qa_list dt .title.active {
				border-bottom: 1px solid #ccc;
			}
			.qa_list dd {
				display: none;
				padding: 20px 15px 20px 50px;
				background: #eee;
				margin: 0;
				background-color: #fff;
				text-align: left;
				font-size: clamp(13px, 3.4vw, 14px);
				line-height: 1.6;
				color: #000;
				position: relative;
			}
			.qa_list dd:before {
				content: "";
				display: block;
				width: 24px;
				height: 24px;
				-webkit-mask-image: url(/sale_kyoyumochibun/img/a_icon.svg);
				mask-image: url(/sale_kyoyumochibun/img/a_icon.svg);
				mask-size: 24px;
				-webkit-mask-repeat: no-repeat;
				mask-repeat: no-repeat;
				background-color: #c80000;
				position: absolute;
				top: 20px;
				left: 15px;
			}
			.accordion_icon, .accordion_icon {
				display: inline-block;
				transition: all .4s;
				box-sizing: border-box;
			}
			.accordion_icon {
				width: 16px;
				height: 16px;
				margin: auto;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 15px;
			}
			.accordion_icon span {
				position: absolute;
				left: 0px;
				width: 100%;
				height: 2px;
				background-color: #999;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				-ms-border-radius: 4px;
				-moz-border-radius: 4px;
				-o-border-radius: 4px;
				transition: all 0.2s;
			}
			.accordion_icon span:nth-of-type(1) {
				margin: auto;
				top: 0;
				bottom: 0;
				transform: rotate(0deg);
				-webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				-o-transform: rotate(0deg);
			}
			.accordion_icon span:nth-of-type(2) {
				top: 7px;
				transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
				-moz-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				-o-transform: rotate(90deg);
			}
			.accordion_icon.active span:nth-of-type(1) {
				display: none;
			}
			.accordion_icon.active span:nth-of-type(2) {
				top: 7px;
				transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
				-moz-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
			}
		}

  /*--- kyoyu_mochibunここまで ---*/
}