@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
/* ___________________PC layout */
@media print, screen and (min-width: 781px) {
  body {
    padding-top: 0;
  }

  #content {
    overflow-x: hidden;
  }

  #kv {
    position: relative;
  }
  #kv .btn {
    position: absolute;
    bottom: 2.77vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  #targets .top_cont {
    background-image: url(../img/top/targets_bg_top.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #targets .top_cont .top01 {
    width: 1220px;
    margin-left: auto;
    margin-bottom: 50px;
  }
  #targets .joint {
    width: 100%;
    height: auto;
    margin-top: -100px;
  }
  #targets .btm_cont {
    background-image: url(../img/top/targets_bg_btm.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
  }
  #targets .btm_cont::before {
    content: "";
    display: block;
    width: 2px;
    height: 120px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4C4C4C), to(rgba(127, 127, 127, 0)));
    background: linear-gradient(180deg, #4C4C4C 0%, rgba(127, 127, 127, 0) 100%);
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #targets .btm_cont .lead {
    width: 624px;
    height: auto;
    margin: 0 auto;
  }
  #targets .btm_cont .feature_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
  #targets .btm_cont .feature_wrap .left img,
  #targets .btm_cont .feature_wrap .right img {
    width: 508px;
  }
  #targets .btm_cont .feature_wrap .left {
    margin-right: -40px;
  }

  #merit {
    background-image: url(../img/top/merit_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #merit .title {
    width: 309px;
    height: auto;
    margin: 0 auto 50px;
  }
  #merit .merit_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #merit .merit_cont .img {
    position: relative;
    z-index: 0;
    width: 994px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #merit .merit_cont .text {
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #merit .merit_cont.merit01 {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #merit .merit_cont.merit01 .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #merit .merit_cont.merit01 .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 140px;
    margin-right: -350px;
    text-align: right;
    width: 535px;
  }
  #merit .merit_cont.merit02 {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 40px;
  }
  #merit .merit_cont.merit02 .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #merit .merit_cont.merit02 .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: -387px;
    width: 600px;
    margin-top: 129px;
  }
  #merit .merit_btm {
    width: 916px;
    margin: 40px auto 0;
  }

  .cta_joint_top {
    width: 1440px;
    height: auto;
    margin-top: -68px;
    margin-right: auto;
  }

  .cta_joint_btm {
    width: 1440px;
    height: auto;
    margin-top: -1px;
    margin-left: auto;
  }

  #cta {
    background-image: url(../img/top/cta_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 40px 0;
    margin-top: -1px;
  }
  #cta .cta_cont {
    position: relative;
  }
  #cta .cta_cont .cta_link {
    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;
    gap: 60px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #cta .cta_cont .cta_link .tel_wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #cta .cta_cont .cta_link .tel_wrap a {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
  }
  #cta .cta_cont .cta_link .tel_wrap p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  #cta .cta_cont .cta_link .btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  #plan {
    margin-top: -68px;
    padding-top: 107px;
    padding-bottom: 70px;
    position: relative;
  }
  #plan .plan_bg {
    position: absolute;
    width: 1440px;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
  }
  #plan .title {
    width: 668px;
    margin-bottom: 40px;
  }
  #plan .plan_list {
    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;
    gap: 30px;
  }
  #plan .plan_list .item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 298px;
  }

  #case {
    background-image: url(../img/top/case_bg.jpg);
    background-size: cover;
    padding-top: 138px;
    padding-bottom: 100px;
  }
  #case .title {
    width: 230px;
    margin-bottom: 60px;
  }
  #case .top_list {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-bottom: 50px;
  }
  #case .top_list .item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 480px;
  }
  #case .btm_lead {
    width: 625px;
    margin: 0 auto 20px;
  }
  #case .btm_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
  #case .note {
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.2;
    margin-top: 20px;
  }

  #qa {
    background: linear-gradient(151.21deg, transparent 28.76%, rgba(0, 0, 0, 0.2) 85.24%);
    padding-bottom: 180px;
    position: relative;
  }
  #qa .qa_joint {
    margin-top: -1px;
  }
  #qa .inner_m {
    position: relative;
    z-index: 1;
  }
  #qa .title {
    width: 317px;
    margin-bottom: 60px;
  }
  #qa .qa_item {
    margin-bottom: 20px;
  }
  #qa .qa_item .qa_q {
    width: 100%;
    background: #333;
    color: #fff;
    padding: 26px 50px;
    border: none;
    cursor: pointer;
    text-align: left;
    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;
  }
  #qa .qa_item .qa_q .text {
    font-weight: bold;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1;
  }
  #qa .qa_item .qa_q .text::before {
    content: "Q.";
    font-size: 2.6rem;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    font-family: "Noto Sans JP", sans-serif;
  }
  #qa .qa_item .qa_q .icon {
    width: 20px;
    height: 20px;
    position: relative;
  }
  #qa .qa_item .qa_q .icon::before {
    content: "";
    width: 20px;
    height: 3px;
    border-radius: 999px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #qa .qa_item .qa_q .icon::after {
    content: "";
    width: 3px;
    height: 20px;
    border-radius: 999px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  #qa .qa_item .qa_a {
    display: none;
    background: #fff;
    padding: 26px 50px;
  }
  #qa .qa_item .qa_a p {
    font-size: 2rem;
    line-height: 1.2;
    color: #1A1A1A;
    padding-left: 2.25em;
    text-indent: -1.05em;
  }
  #qa .qa_item .qa_a p strong {
    font-style: 2rem;
    color: #B51C07;
    font-weight: bold;
  }
  #qa .qa_item .qa_a p .fw_normal {
    font-size: 2rem;
    font-weight: normal;
  }
  #qa .qa_item .qa_a p .note {
    font-size: 1.6rem;
    font-weight: normal;
  }
  #qa .qa_item .qa_a p::before {
    content: "A.";
    color: #1A1A1A;
    font-size: 2.6rem;
    font-weight: bold;
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    vertical-align: text-bottom;
    margin-right: 0.5em;
  }
  #qa .qa_item.is-open .qa_q .icon::after {
    opacity: 0;
  }
  #qa .qa_item.is-open .qa_a {
    display: block;
  }
  #qa .qa_acce {
    width: 792px;
    position: absolute;
    right: 0;
    bottom: 120px;
    z-index: 0;
  }

  .request_joint {
    width: 1440px;
    margin: -95px auto 0;
    position: relative;
    z-index: 0;
  }

  #request {
    position: relative;
    background-image: url(../img/top/request_bg.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #request .title {
    width: 253px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    top: 20px;
    left: 50%;
  }
  #request .form_lead {
    font-size: 1.8rem;
    line-height: 1.6;
    color: #fff;
    margin-top: 20px;
  }
  #request #request_form {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(85, 10, 0, 0.25);
            box-shadow: 0px 4px 6px 0px rgba(85, 10, 0, 0.25);
    margin-top: 30px;
    padding: 45px 0;
  }
  #request #request_form .message {
    margin: 0 auto;
    width: 880px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 40px;
  }
  #request #request_form .message span {
    font-weight: bold;
  }
  #request #request_form .message a {
    text-decoration: underline;
  }
  #request #request_form table {
    margin: 0 auto;
    width: 880px;
  }
  #request #request_form tr th {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    padding: 15px 0;
    vertical-align: top;
    width: 200px;
  }
  #request #request_form tr th span {
    background-color: #B51C07;
    color: #fff;
    font-size: 13px;
    float: right;
    padding: 2px 10px;
  }
  #request #request_form tr td {
    padding: 15px 0 15px 60px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
  }
  #request #request_form tr td .last_name {
    margin-right: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    vertical-align: sub;
  }
  #request #request_form tr td .first_name {
    margin: 0 5px;
    font-size: 1.6rem;
    font-weight: bold;
    vertical-align: sub;
  }
  #request #request_form tr td .note {
    color: #898989;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
  }
  #request #request_form tr td .unit {
    margin-left: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    vertical-align: sub;
  }
  #request #request_form tr td input[type="text"],
  #request #request_form tr td select,
  #request #request_form tr td textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #CBCBCB;
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px 15px;
    font-size: 1.4rem;
  }
  #request #request_form tr td input[type="text"].new_contractor,
  #request #request_form tr td select.new_contractor,
  #request #request_form tr td textarea.new_contractor {
    background-color: #fff;
    color: #4F4F4F;
    font-size: 13px;
    line-height: 1.5;
  }
  #request #request_form tr td input[type="text"].width100,
  #request #request_form tr td select.width100,
  #request #request_form tr td textarea.width100 {
    width: 100%;
  }
  #request #request_form tr td input[type="text"].width50,
  #request #request_form tr td select.width50,
  #request #request_form tr td textarea.width50 {
    width: 50%;
  }
  #request #request_form tr td input[type="text"].width40,
  #request #request_form tr td select.width40,
  #request #request_form tr td textarea.width40 {
    width: 40%;
  }
  #request #request_form tr td input[type="text"].width35,
  #request #request_form tr td select.width35,
  #request #request_form tr td textarea.width35 {
    width: 35%;
  }
  #request #request_form tr td input[type="text"].width30,
  #request #request_form tr td select.width30,
  #request #request_form tr td textarea.width30 {
    width: 30%;
  }
  #request #request_form tr td input[type="text"],
  #request #request_form tr td select {
    height: 35px;
  }
  #request #request_form tr td input[type="radio"] {
    vertical-align: bottom;
  }
  #request #request_form tr td select {
    background: url(../img/top/select_arrow.png) right/contain no-repeat;
    background-size: 12px 7px;
    background-position-x: right 15px;
  }
  #request #request_form tr td textarea {
    height: 220px;
  }
  #request #request_form tr td span {
    font-size: 1.6rem;
  }
  #request #request_form .contractors td .contractor {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    padding: 10px 0;
    width: 120px;
  }
  #request #request_form .contractors td .contractor label {
    font-size: 1.6rem;
  }
  #request #request_form .contractors td .new_contractor_span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    gap: 3px;
    margin-top: 5px;
  }
  #request #request_form .contractors td .new_contractor_span label {
    font-size: 1.6rem;
  }
  #request #request_form .files .file1,
  #request #request_form .files .file2,
  #request #request_form .files .file3 {
    line-height: 1.5;
  }
  #request #request_form .files .file2,
  #request #request_form .files .file3 {
    margin-top: 5px;
  }
  #request #request_form .files input[type="file"] {
    font-size: 14px;
  }
  #request #request_form .free th {
    font-weight: bold;
    font-size: 1.6rem;
  }
  #request #request_form .privacy_link {
    width: 596px;
    margin: 20px auto 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #request #request_form .privacy_link img {
    vertical-align: middle;
    width: 49px;
  }
  #request #request_form .privacy_link p {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  #request #request_form .privacy_link a {
    text-decoration: underline;
  }
  #request #request_form .agreement {
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
  }
  #request #request_form .agreement.new {
    width: 670px;
    text-align: left;
    margin: 30px auto;
    text-indent: -1.1em;
    padding-left: 1em;
  }
  #request #request_form .submit_btn {
    margin: 0 auto;
  }
  #request #request_form .submit_btn:disabled {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #d2d2d2;
    border-color: #d2d2d2;
  }
  #request #request_form .btn_wrap {
    width: 880px;
    margin: 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  #request #request_form .btn_wrap .btn {
    width: 220px;
  }
  #request.confirm {
    padding-top: 100px;
  }

  #contact {
    padding: 50px 0;
    background-image: url(../img/top/contact_bg.jpg);
    background-size: 100% auto;
  }
  #contact a {
    pointer-events: none;
  }
  #contact a:hover {
    opacity: 1;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
/* ___________________SP layout */
@media screen and (max-width: 780px) {
  #content {
    overflow-x: hidden;
  }

  #kv {
    position: relative;
  }
  #kv .btn {
    position: absolute;
    bottom: 3.58974vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  #targets .top_cont {
    background-image: url(../img/top/targets_bg_top_sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 15.38462vw;
    padding-bottom: 25.64103vw;
  }
  #targets .top_cont .top01 {
    width: 94.87179vw;
    margin-left: auto;
    margin-bottom: 10.25641vw;
  }
  #targets .joint {
    width: 100%;
    height: auto;
    margin-top: -20.51282vw;
  }
  #targets .btm_cont {
    background-image: url(../img/top/targets_bg_btm_sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 12.82051vw;
    padding-bottom: 15.38462vw;
    position: relative;
    margin-top: -0.25641vw;
  }
  #targets .btm_cont::before {
    content: "";
    display: block;
    width: 1px;
    height: 25.64103vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#4C4C4C), to(rgba(127, 127, 127, 0)));
    background: linear-gradient(180deg, #4C4C4C 0%, rgba(127, 127, 127, 0) 100%);
    position: absolute;
    top: -12.82051vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #targets .btm_cont .lead {
    height: auto;
    margin: 0 auto;
  }
  #targets .btm_cont .feature_wrap {
    margin-top: 6.15385vw;
  }
  #targets .btm_cont .feature_wrap .left {
    margin-bottom: 3.58974vw;
  }

  #merit {
    background-image: url(../img/top/merit_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 15.38462vw;
    padding-bottom: 7.69231vw;
  }
  #merit .title {
    height: auto;
    margin: 0 auto 12.05128vw;
  }
  #merit .merit_cont .img {
    position: relative;
    z-index: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #merit .merit_cont .text {
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 93.84615vw;
    margin-top: -38.97436vw;
    margin-bottom: 9.48718vw;
  }
  #merit .merit_btm {
    margin: 0 auto;
  }

  .cta_joint_top {
    height: auto;
    margin-right: auto;
    margin-top: -0.25641vw;
  }

  .cta_joint_btm {
    height: auto;
    margin-top: -0.25641vw;
    margin-left: auto;
  }

  #cta {
    background-image: url(../img/top/cta_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 12.82051vw 0;
    margin-top: -0.25641vw;
  }
  #cta .inner_m {
    max-width: none;
  }
  #cta .cta_cont {
    position: relative;
  }
  #cta .cta_cont .cta_link {
    position: absolute;
    bottom: 12.82051vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #cta .cta_cont .cta_link .tel_wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 5.12821vw;
  }
  #cta .cta_cont .cta_link .tel_wrap a {
    display: block;
    font-size: 8.71795vw;
    font-weight: bold;
    text-align: center;
  }
  #cta .cta_cont .cta_link .tel_wrap p {
    font-size: 3.33333vw;
    font-weight: bold;
    text-align: center;
    margin-top: 1.28205vw;
  }

  #plan {
    padding-top: 9.48718vw;
    padding-bottom: 15.38462vw;
    position: relative;
  }
  #plan .plan_bg {
    position: absolute;
    top: 2.5641vw;
    left: 0;
    z-index: 0;
  }
  #plan .title {
    width: 73.33333vw;
    margin-bottom: 7.69231vw;
  }
  #plan .plan_list {
    margin-top: 2.5641vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.12821vw;
  }
  #plan .plan_list .item {
    width: 76.41026vw;
  }

  #case {
    background-image: url(../img/top/case_bg_sp.jpg);
    background-size: 100% auto;
    padding-top: 25.12821vw;
    padding-bottom: 15.38462vw;
  }
  #case .title {
    width: 46.15385vw;
    margin-bottom: 10.25641vw;
  }
  #case .top_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: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.15385vw;
    margin-bottom: 12.82051vw;
  }
  #case .btm_lead {
    width: 80.25641vw;
    margin: 0 auto 8.20513vw;
  }
  #case .swiper_wrap {
    max-width: none;
  }
  #case .swiper_wrap .swiper-pagination {
    z-index: 0;
    top: inherit;
    bottom: 0.76923vw;
  }
  #case .swiper_wrap .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 2.05128vw;
    height: 2.05128vw;
  }
  #case .swiper_wrap .swiper-pagination-bullet-active {
    background-color: #1A1A1A;
    opacity: 1;
  }
  #case .swiper_wrap .swiper-button-prev,
  #case .swiper_wrap .swiper-button-next {
    top: inherit;
    bottom: 0;
    color: #1A1A1A;
    width: 3.84615vw;
    height: 3.84615vw;
    z-index: 1;
  }
  #case .swiper_wrap .swiper-button-prev::after,
  #case .swiper_wrap .swiper-button-next::after {
    font-size: 3.84615vw;
    font-weight: bold;
  }
  #case .swiper_wrap .swiper-button-prev {
    left: calc(50% - 15vw);
  }
  #case .swiper_wrap .swiper-button-prev::after {
    content: "＜";
  }
  #case .swiper_wrap .swiper-button-next {
    right: calc(50% - 15vw);
  }
  #case .swiper_wrap .swiper-button-next::after {
    content: "＞";
  }
  #case .btm_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 7.69231vw;
  }
  #case .btm_list .item {
    width: 78.97436vw;
    margin: 0 2.05128vw;
  }
  #case .note {
    font-size: 2.82051vw;
    color: #fff;
    line-height: 1.2;
    margin-top: 5.12821vw;
  }

  #qa {
    background: linear-gradient(151.21deg, transparent 28.76%, rgba(0, 0, 0, 0.2) 85.24%);
    padding-bottom: 25.64103vw;
    position: relative;
  }
  #qa .qa_joint {
    margin-top: -0.25641vw;
  }
  #qa .inner_m {
    position: relative;
    z-index: 1;
  }
  #qa .title {
    width: 62.82051vw;
    margin-top: 15.38462vw;
    margin-bottom: 8.71795vw;
  }
  #qa .qa_item {
    margin-bottom: 2.5641vw;
  }
  #qa .qa_item .qa_q {
    width: 100%;
    background: #333;
    color: #fff;
    padding: 4.10256vw 4.61538vw;
    border: none;
    cursor: pointer;
    text-align: left;
    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;
  }
  #qa .qa_item .qa_q .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 4.61538vw;
    color: #fff;
    line-height: 1.2;
  }
  #qa .qa_item .qa_q .text::before {
    content: "Q.";
    font-size: 6.66667vw;
    font-weight: bold;
    display: block;
    margin-right: 2.05128vw;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: -1.79487vw;
  }
  #qa .qa_item .qa_q .icon {
    width: 4.10256vw;
    height: 4.10256vw;
    position: relative;
    margin-left: 5.12821vw;
  }
  #qa .qa_item .qa_q .icon::before {
    content: "";
    width: 4.10256vw;
    height: 0.76923vw;
    border-radius: 999px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #qa .qa_item .qa_q .icon::after {
    content: "";
    width: 0.76923vw;
    height: 4.10256vw;
    border-radius: 999px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  #qa .qa_item .qa_a {
    display: none;
    background: #fff;
    padding: 3.58974vw 6.66667vw 6.15385vw 9.23077vw;
  }
  #qa .qa_item .qa_a p {
    font-size: 4.10256vw;
    line-height: 1.2;
    color: #1A1A1A;
    padding-left: 1em;
    text-indent: -1em;
  }
  #qa .qa_item .qa_a p strong {
    font-style: 4.10256vw;
    color: #B51C07;
    font-weight: bold;
  }
  #qa .qa_item .qa_a p .fw_normal {
    font-size: 4.10256vw;
    font-weight: normal;
  }
  #qa .qa_item .qa_a p .note {
    font-size: 3.07692vw;
    font-weight: normal;
  }
  #qa .qa_item .qa_a p::before {
    content: "A.";
    color: #1A1A1A;
    font-size: 6.66667vw;
    font-weight: bold;
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    vertical-align: text-bottom;
    margin-right: 0.1em;
  }
  #qa .qa_item.is-open .qa_q .icon::after {
    opacity: 0;
  }
  #qa .qa_item.is-open .qa_a {
    display: block;
  }
  #qa .qa_acce {
    position: absolute;
    right: 0;
    bottom: 10.25641vw;
    z-index: 0;
  }

  .request_joint {
    margin-top: -8.97436vw;
    position: relative;
    z-index: 0;
  }

  #request {
    position: relative;
    background-color: #B51C07;
    padding-top: 5.12821vw;
  }
  #request .title_wrap {
    max-width: none;
    background-image: url(../img/top/request_bg_sp.png);
    background-position: right bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 10.25641vw;
  }
  #request .title {
    width: 53.84615vw;
    margin: 0 auto 6.66667vw;
  }
  #request .form_lead {
    font-size: 3.84615vw;
    line-height: 1.4;
    color: #1A1A1A;
  }
  #request .form_wrap {
    max-width: none;
  }
  #request #request_form {
    background-color: #fff;
    padding: 12.82051vw 5.12821vw;
  }
  #request #request_form .message {
    font-size: 3.58974vw;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin-top: 10.25641vw;
  }
  #request #request_form .message span {
    font-weight: bold;
  }
  #request #request_form .message a {
    text-decoration: underline;
  }
  #request #request_form table {
    margin-top: 10.25641vw;
  }
  #request #request_form tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #request #request_form tr th {
    color: #000;
    font-size: 3.58974vw;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 2.05128vw;
    vertical-align: top;
  }
  #request #request_form tr th span {
    background-color: #B51C07;
    color: #fff;
    font-size: 3.07692vw;
    padding: 0.51282vw 2.05128vw;
    margin-left: 2.5641vw;
  }
  #request #request_form tr td {
    vertical-align: middle;
    margin-bottom: 6.66667vw;
    font-size: 3.58974vw;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
  }
  #request #request_form tr td .last_name {
    margin-right: 1.28205vw;
    font-size: 3.58974vw;
    font-weight: bold;
    vertical-align: sub;
  }
  #request #request_form tr td .first_name {
    margin: 0 1.28205vw;
    font-size: 3.58974vw;
    font-weight: bold;
    vertical-align: sub;
  }
  #request #request_form tr td .note {
    color: #898989;
    font-size: 2.82051vw;
    line-height: 1.2;
    margin-top: 1.28205vw;
  }
  #request #request_form tr td .unit {
    margin-left: 1.28205vw;
    font-size: 4.10256vw;
    font-weight: bold;
    vertical-align: sub;
  }
  #request #request_form tr td input[type="text"],
  #request #request_form tr td select,
  #request #request_form tr td textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #CBCBCB;
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.76923vw 3.84615vw;
    font-size: 3.58974vw;
  }
  #request #request_form tr td input[type="text"].new_contractor,
  #request #request_form tr td select.new_contractor,
  #request #request_form tr td textarea.new_contractor {
    background-color: #fff;
    color: #4F4F4F;
    font-size: 3.33333vw;
    line-height: 1.5;
  }
  #request #request_form tr td input[type="text"].width100,
  #request #request_form tr td select.width100,
  #request #request_form tr td textarea.width100 {
    width: 100%;
  }
  #request #request_form tr td input[type="text"].width50,
  #request #request_form tr td select.width50,
  #request #request_form tr td textarea.width50 {
    width: 50%;
  }
  #request #request_form tr td input[type="text"].width40,
  #request #request_form tr td select.width40,
  #request #request_form tr td textarea.width40 {
    width: 40%;
  }
  #request #request_form tr td input[type="text"].width35,
  #request #request_form tr td select.width35,
  #request #request_form tr td textarea.width35 {
    width: 35%;
  }
  #request #request_form tr td input[type="text"].width30,
  #request #request_form tr td select.width30,
  #request #request_form tr td textarea.width30 {
    width: 30%;
  }
  #request #request_form tr td input[type="text"],
  #request #request_form tr td select {
    height: 8.97436vw;
  }
  #request #request_form tr td input[type="radio"] {
    vertical-align: bottom;
  }
  #request #request_form tr td select {
    background: url(../img/top/select_arrow.png) right/contain no-repeat;
    background-size: 3.07692vw 1.79487vw;
    background-position-x: right 3.84615vw;
  }
  #request #request_form tr td textarea {
    height: 38.46154vw;
  }
  #request #request_form tr td span {
    font-size: 3.58974vw;
  }
  #request #request_form .contractors td .contractor {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    padding: 2.5641vw 0;
    width: 28.20513vw;
  }
  #request #request_form .contractors td .contractor label {
    font-size: 3.84615vw;
  }
  #request #request_form .contractors td .new_contractor_span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    gap: 0.76923vw;
    margin-top: 1.28205vw;
  }
  #request #request_form .contractors td .new_contractor_span label {
    font-size: 3.84615vw;
  }
  #request #request_form .contractors td .new_contractor_span .new_contractor {
    width: 69.23077vw;
  }
  #request #request_form .files .file1,
  #request #request_form .files .file2,
  #request #request_form .files .file3 {
    line-height: 1.5;
  }
  #request #request_form .files .file2,
  #request #request_form .files .file3 {
    margin-top: 1.28205vw;
  }
  #request #request_form .files input[type="file"] {
    font-size: 3.58974vw;
  }
  #request #request_form .free th {
    font-weight: bold;
    font-size: 3.58974vw;
  }
  #request #request_form .privacy_link {
    margin: 2.5641vw auto 5.12821vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.12821vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #request #request_form .privacy_link img {
    vertical-align: middle;
    width: 12.5641vw;
  }
  #request #request_form .privacy_link p {
    font-size: 2.82051vw;
    line-height: 1.2;
  }
  #request #request_form .privacy_link a {
    text-decoration: underline;
  }
  #request #request_form .agreement {
    color: #1A1A1A;
    font-size: 3.84615vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 7.69231vw;
  }
  #request #request_form .agreement.new {
    text-align: left;
    text-indent: -1.1em;
    padding-left: 1em;
    margin-top: 7.69231vw;
  }
  #request #request_form .submit_btn {
    margin: 0 auto;
    width: 76.92308vw;
  }
  #request #request_form .submit_btn:disabled {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #d2d2d2;
    border-color: #d2d2d2;
  }
  #request #request_form .btn_wrap {
    margin: 10.25641vw 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-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.12821vw;
  }
  #request #request_form .btn_wrap .btn {
    width: 76.92308vw;
  }
  #request.confirm {
    padding-top: 0;
  }
  #request.confirm #request_form {
    padding-top: 5.12821vw;
  }

  #contact {
    padding: 7.69231vw 0;
    background-image: url(../img/top/contact_bg_sp.jpg);
    background-size: 100% auto;
  }
  #contact a:hover {
    opacity: 1;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
