@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Noto+Sans+JP:wght@100..900&display=swap');

html {
    font-size: 62.5%;
}

body #content {
    color: #333;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif!important;
}

.pagetop{
    z-index: 10;
}

/* mv */
.wrap_mv {
    background: url(../images/carpet/bg_mv_sp.jpg) no-repeat center 248px;
    background-size: 100% auto;
    position: relative;
}

.wrap_mv:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background-color: rgb(245, 245, 245);
    z-index: -1;
}

.wrap_mv .mv {
    margin: 0 auto 0;
}

.wrap_mv .title_box {
    margin: 0 20px;
    padding: 26px 0 46px;
    position: relative;
}

.wrap_mv .title_box h1 {
    font-size: 2.8rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
    line-height: 1.4;
}

.wrap_mv .title_box .en {
    font-family: 'Crimson Text';
    font-size: 5.8rem;
    line-height: 100%;
    letter-spacing: 0.03em;
    background: linear-gradient(90deg, #F5EDE9 0%, #F0F0F0 50.48%, #E6E6E6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.wrap_mv .price_box {
    background: linear-gradient(278.11deg, #F0F0F0 30.47%, #FFF3ED 98.36%);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;    
    margin: 0 20px;
    padding: 34px 15px 22px;
}

.wrap_mv .price_box .fukidashi {
    position: relative;
}

.wrap_mv .price_box .fukidashi:before {
    display: block;
    position: absolute;
    content: '';
    left: 83px;
    bottom: 9px;
    margin: 0 auto;
    width: 11px;
    height: 7px;
    background: url(../images/carpet/mv_fukidashi.png) no-repeat center center;
    background-size: 11px auto;
}

.wrap_mv .price_box .fukidashi span {
    display: block;
    background-color: #D57B4D;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 10px 15px 10px 20px;
    line-height: 1;
    border-radius: 100px;
    position: absolute;
    top: -52px;
    left: 0;
}

.wrap_mv .price_box .cost {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
}

.wrap_mv .price_box .cost span {
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-left: 2px;
}

.wrap_mv .price_box .price {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 10px;
    margin-top: 16px;
}

.wrap_mv .price_box .wariai {
    flex-basis: 50%;
    flex-shrink: 2;
    text-align: center;
}

.wrap_mv .price_box .saiyasu {
    flex-basis: 40%;
    flex-shrink: 2;
    text-align: center;
}

.wrap_mv .harikae {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin: 25px 20px 0;
}

.wrap_mv .harikae_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 20px 20px 0;
}

.wrap_mv .harikae_ul li {
    display: inline-block;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    padding: 8px 15px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
}

.wrap_mv .contact_box {
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 52px 0 0;
    padding: 10px 15px;
}

.wrap_mv .contact_box .normal_contact_btn {
    margin: 0;
    padding-bottom: 0;
    flex-basis: calc(50% - 5px);
}

.wrap_mv .contact_box .normal_contact_btn a {
    font-size: 1.5rem;
    padding: 10px 0 10px 63px;
    width: auto;
    text-align: left!important;
}

.wrap_mv .contact_box .normal_contact_btn span {
    font-size: 1.2rem;
    width: 50px;
    height: 50px;
}

.wrap_mv .tel {
    display: none;
}

.wrap_mv .tel_btn {
    flex-basis: calc(50% - 5px);
}

.wrap_mv .tel_btn a {
    font-size: 1.5rem;
    display: block;
    color: #333;
    padding: 10px 18px;
    border-radius: 100px;
    text-align: left;
    font-weight: bold;
    background: #fff;
}

.wrap_mv .tel_btn a span {
    display: block;
    background: url(../images/carpet/ico_tel.svg) 0 45% no-repeat;
    background-size: 30px auto;
    padding-left: 40px;
}

@media screen and (width > 560px) {
    .wrap_mv .contact_box {
        padding: 10px 60px;
    }
}

@media screen and (width > 440px) {

    .wrap_mv .contact_box .normal_contact_btn a {
        padding: 10px 0 10px 0;
        text-align: center!important;
    }
    
    .wrap_mv .tel_btn a {
        padding: 10px 18px;
        text-align: center!important;
    }
}


/* wrap_area_suggestion */
.wrap_area_suggestion {
    position: relative;
    background-color: #F5F5F5;
    padding: 30px 0 0;
}

.wrap_area_suggestion .area_suggestion {
    margin: 0 20px;
}

.area_suggestion h2 {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 30px;
}

.area_suggestion .area_suggestion_ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px 20px;
    padding-bottom: 60px;
    margin-bottom: 0;
}

.area_suggestion .area_suggestion_ul li {
    max-width: 340px;
    border-radius: 10px;
    overflow: hidden;
}

.area_suggestion .area_suggestion_ul .wrap_img .target {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 140%;
    text-align: center;
    color: #fff;
    background: url(../images/carpet/img_suggestion_cover.png);
    background-size: cover;
    max-width: 340px;
    height: 154px;
    position: relative;
}

.area_suggestion .area_suggestion_ul .wrap_img .target span {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.area_suggestion .area_suggestion_ul .wrap_img .img {
    margin: -30px 0 0;
}

.area_suggestion .area_suggestion_ul .wrap_txt {
    background-color: #fff;
    padding: 20px 20px;
    text-align: center;
    max-width: 340px;
}

.area_suggestion .area_suggestion_ul .wrap_txt h3 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #D57B4D;
    margin-bottom: 4px;
}

.area_suggestion .area_suggestion_ul .wrap_txt p {
    font-size: 1.6rem;
}

.wrap_area_suggestion .bg_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.wrap_area_suggestion .bg_img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* wrap_area_solution */
.wrap_area_solution {
    background: #D57B4D;
    padding: 40px 0 60px;
    position: relative
}

.wrap_area_solution .bg_img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.area_solution {
    position: relative;
    margin: 0 20px;
}

.wrap_area_solution .bg_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.wrap_area_solution .title_box {
    display: flex;
    flex-direction: column-reverse;
}

.wrap_area_solution .txt_en {
    font-family: 'Crimson Text';
    font-size: 10.0rem;
    line-height: 100%;
    text-align: center;
    background: linear-gradient(90deg, #F5EDE9 0%, #F0F0F0 50.48%, #E6E6E6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.4;
}

.wrap_area_solution .title_box h2 {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
}

.wrap_area_solution .area_solution_ul {
    margin: 30px auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 10px;
    
}

.wrap_area_solution .area_solution_ul li {
    flex-basis: calc(50% - 5px);
    text-align: center;
}

.wrap_area_solution .area_solution_ul li img {
    width: 50%;
    height: auto;
}

.wrap_area_solution .area_solution_ul li .txt {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: 140%;
    color: #fff;
    font-weight: 700;
}

.wrap_area_solution .area_solution_box {
    background: linear-gradient(99.46deg, #F6F5F3 0%, #FFE9DF 98.89%);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px 20px;
}

.wrap_area_solution .area_solution_box h3 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.05em;
}

.wrap_area_solution .area_solution_box h3 span {
    display: block;
    color: #D57B4D;
}

.wrap_area_solution .area_solution_box .txt_box p {
    font-size: 1.6rem;
    line-height: 180%;
    text-align: center;
    margin-top: 16px;
}

.wrap_area_solution .area_solution_box_ul {
    margin: 20px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
    gap: 8px;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    border-radius: 10px;
}

.wrap_area_solution .area_solution_box_ul li {
    background-color: #fff;
    padding: 4px 10px 5px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    color: #D57B4D;
    width: 48%;
}

.wrap_area_solution .bg_img_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.wrap_area_solution .bg_img_bottom img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wrap_area_reason {
    background-color: #F5F5F5;
    margin: 0;
    padding: 40px 0 40px;
}

.wrap_area_reason .title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    padding: 0 20px;
}

.wrap_area_reason .title_box .txt_en {
    font-family: 'Crimson Text';
    font-size: 10.0rem;
    line-height: 100%;
    text-align: center;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.4;
    order: 1;
}

.wrap_area_reason .title_box .catch {
    background-color: #D57B4D;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    display: inline-block;
    margin: -28px 0 0;
    padding: 4px 15px 5px;
    order: 2;
}

.wrap_area_reason .title_box h2 {
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    order: 3;
    margin: 4px 0 0;
}

.wrap_area_reason .area_reason_point {
    margin: 0 20px 50px;
    padding: 0 0 20px;
    border-radius: 10px;
    background: #fff url(../images/carpet/bg_reason_tit_sp.png) no-repeat center top;
    background-size: 100% auto;
    position: relative;
}

.wrap_area_reason .area_reason_point .point {
    position: absolute;
    top: -54px;
    left: -32px;
    background: url(../images/carpet/img_reason_point.png) no-repeat left top;
    background-size: 160px auto;
    width: 160px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.wrap_area_reason .area_reason_point .point .txt {
    font-size: 1.4rem;
    font-weight: 700;
}

.wrap_area_reason .area_reason_point .point .num {
    font-family: 'Crimson Text';
    font-style: italic;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
}

.wrap_area_reason .area_reason_point h2 {
    padding: 42px 20px 0 20px;
    margin: 0 0 0;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    position: relative;
}

.wrap_area_reason .area_reason_point h2 .square {
    display: block;
    margin-bottom: 16px;
}

.wrap_area_reason .area_reason_point h2 .square span {
    font-size: 2.2rem;
    border: solid 1px #fff;
    padding: 8px 10px;
}

.wrap_area_reason .area_reason_point h2 .price {
        font-family: 'Crimson Text';
        font-style: italic;
        font-size: 5.0rem;
        font-weight: 600;
        line-height: 1;
}

.wrap_area_reason .area_reason_point .content {
    margin: 30px 20px 0;
    display: flex;
    flex-direction: column;
    gap: 0 70px;
    position: relative;
}

.wrap_area_reason .area_reason_point .content .left {
    order: 2;
    margin-top: 40px;
}

.wrap_area_reason .area_reason_point .content .left h3 {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
}

.wrap_area_reason .area_reason_point .content .left .txt {
    font-size: 1.6rem;
    line-height: 180%;
}

.wrap_area_reason .area_reason_point .content .right {
    position: relative;
    order: 1;
    margin: 10px -50px 0 0;
    max-width: 620px;
}

.wrap_area_reason .area_reason_point .content .right img {
    border-radius: 10px;
}

.wrap_area_reason .area_reason_point.point01 .content .fukidashi {
    position: absolute;
    top: -40px;
    right: 12px;
    z-index: 1;
    width: 130px;
    height: 100px;
    background: url(../images/carpet/img_reason_fukidashi.png) no-repeat left top;
    background-size: 130px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    color: #D57B4D;
}

.wrap_area_reason .area_reason_point.point02 .content .right {
    position: relative;
    max-width: 620px;
}

.wrap_area_reason .area_reason_point.point02 .content .img {
    margin: 0 0 0 auto;
}

.wrap_area_reason .area_reason_point.point02 .content .left_txt,
.wrap_area_reason .area_reason_point.point02 .content .right_txt {
    background-color: #333;
    font-size: 1.4rem;
    line-height: 120%;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    position: absolute;
    width: 120px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap_area_reason .area_reason_point.point02 .content .left_txt {
    top: 5px;
    left: 5px;
}

.wrap_area_reason .area_reason_point.point02 .content .right_txt {
    bottom: 5px;
    right: 15px;
}

.wrap_area_reason .area_reason_point.point02 .hikaku {
    display: flex;
    flex-direction: column;
    margin: 60px 20px 0;
    position: relative;
    gap: 20px;
}

.wrap_area_reason .area_reason_point.point02 .hikaku .sarani {
    position: absolute;
    top: -45px;
    left: 10px;
    background: url(../images/carpet/img_reason_point02_sarani.png) no-repeat center center;
    background-size: 73px auto;
    width: 73px;
    height: 73px;
    z-index: 1;
    font-size: 1.4rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.wrap_area_reason .area_reason_point.point02 .hikaku .left {
    position: relative;
    background-color: #929596;
    border-radius: 10px;
    padding: 20px 20px 30px;
}

.wrap_area_reason .area_reason_point.point02 .hikaku .left:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 15px solid #929596;
    border-bottom: 0;
}

.wrap_area_reason .area_reason_point.point02 .hikaku .right {
    position: relative;
    background-color: #D57B4D;
    border-radius: 10px;
    padding: 20px 20px 30px;
}


.wrap_area_reason .area_reason_point.point02 .hikaku .tit {
    font-size: 2.0rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.wrap_area_reason .area_reason_point.point02 .hikaku .sub_tit {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin-top: 12px;
}

.wrap_area_reason .area_reason_point.point02 .hikaku .gyosha_box {
    display: flex;
    justify-content: space-between;
    gap: 0 16px;
}

.wrap_area_reason .area_reason_point.point02 .hikaku .gyosha_box div {
    background-color: #E1E2E2;
    border-radius: 10px;
    margin-top: 24px;
    text-align: center;
    width: 100%;
}

.wrap_area_reason .area_reason_point.point02 .hikaku .gyosha_box .img {
    margin-top: -17px;
}

.wrap_area_reason .area_reason_point.point02 .hikaku .gyosha_box .txt {
    padding: 6px 0 10px;
    font-size: 1.5rem;
    font-weight: 700;
}

.wrap_area_reason .area_reason_point.point02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    position: inherit;
}

.wrap_area_reason .area_reason_point.point02 ul .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 152px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap_area_reason .area_reason_point.point02 ul .txt {
    flex-basis: calc(50% - 3px);
    background-color: #EBD0C2;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.wrap_area_reason .area_reason_point.point02 ul li:nth-of-type(2),
.wrap_area_reason .area_reason_point.point02 ul li:nth-of-type(4) {
    padding-right: 20px;
}

.wrap_area_reason .area_reason_point.point02 ul li:nth-of-type(3),
.wrap_area_reason .area_reason_point.point02 ul li:nth-of-type(5) {
    padding-left: 20px;
}

.wrap_area_reason .area_reason_point .sample_banner a {
    margin: 0 20px;
}

.wrap_area_reason .area_reason_point .sample_banner {
    max-width: 400px;
}

/* サンプルバナー */
.sample_banner {
    margin: 40px auto 0;
    position: relative;
    border-radius: 10px;
}

.sample_banner a {
    border-radius: 0 0 10px 10px;
    display: block;
    color: #fff!important;
    margin: 0 20px;
    padding: 0 30px 33px;
    overflow: hidden;
    background: #333  url(../images/carpet/bg_banner_sp.png) no-repeat center bottom;
    background-size: contain;
    position: relative;
}

.sample_banner a:before {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: #333  url(../images/carpet/ico_arw_white.png) no-repeat center center;
    background-size: 14px auto;
    border-radius: 50%;
    right: 20px;
    bottom: 22px;
}

.sample_banner .catch {
    border-radius: 10px 10px 0 0;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0;
    margin: 0 20px;
    padding: 8px;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    text-align: center;
}

.sample_banner .left {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: left;
    margin: 25px 0 13px;
    line-height: 1.4;
}

.sample_banner .left span {
    color: #8CB3B8;
}

.sample_banner .right {
    font-weight: 700;
    margin: 4px 0 0;
}

.sample_banner .right p:first-child {
    font-size: 2.0rem;
    color: #fff;
    letter-spacing: 0.05em;
}

.sample_banner .right p + p {
    font-size: 1.4rem;
    color: #333;
    margin-top: 8px;
    text-align: left;
}

.wrap_area_reason .area_reason_point.point03 .saitan {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 98px;
    height: 98px;
    background: url(../images/carpet/img_reason_point03_eigyobi.png) no-repeat center center;
    background-size: auto;
    background-size: 98px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #D57B4D;
    text-align: center;
    line-height: 1.2;
}

.area_reason_point_small {
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px 40px;
}

.area_reason_point_small .tit {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 30px 20px 30px 110px;
}

.area_reason_point_small .point {
    background: url(../images/carpet/img_reason_point.png) no-repeat left top;
    background-size: 150px auto;
    width: 150px;
    height: 156px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: -30px;
    left: -30px;
}

.area_reason_point_small .point .txt {
    font-size: 1.4rem;
    font-weight: 700;
}

.area_reason_point_small .point .num {
    font-family: 'Crimson Text';
    font-style: italic;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
}

.area_reason_point_small h2 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
}

.area_reason_point_small h2 span {
    color: #D57B4D;
}

.wrap_area_contact .bg_top.gray {
    background-color: #F5F5F5;
}

.wrap_area_contact .bg_top img {
    width: 100%;
    height: auto;
    vertical-align: top;    
}

.wrap_area_contact .bg_bottom {
    line-height: 1;
}

.wrap_area_contact .bg_bottom img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.area_contact {
    padding: 30px 0 64px;
    background: linear-gradient(180deg, #D57B4D 0%, #D5A84D 100%);
}

.wrap_area_contact .title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.wrap_area_contact .title_box .txt_en {
    font-family: 'Crimson Text';
    font-size: 10.0rem;
    line-height: 100%;
    text-align: center;
    background: linear-gradient(90deg, #F5EDE9 0%, #F0F0F0 50.48%, #E6E6E6 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.4;
    order: 1;
}

.wrap_area_contact .title_box .catch {
    font-size: 1.6rem;
    color: #333;
    margin: -4px 0 0;
    order: 2;
    text-align: center;
}

.wrap_area_contact .title_box .catch span {
    background-color: #fff;
    display: inline-block;
    padding: 4px 15px 5px;
}

@media screen and (width > 690px) {
    .wrap_area_contact .title_box .catch span {
        padding: 4px 60px 5px;
    }
}

.wrap_area_contact .title_box .catch span:nth-of-type(2) {
    font-size: 1.8rem;
    color: #D57B4D;
    font-weight: 700;
    margin-top: 2px;
    padding: 4px 15px 5px;
}

.wrap_area_contact .title_box h2 {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 140%;
    order: 3;
    margin: 30px 20px 0;
    color: #fff;
}

.wrap_area_contact .area_contact_box {
    background-color: #333;
    margin: 0 20px;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wrap_area_contact .area_contact_box .left {
    text-align: center;
}

.wrap_area_contact .area_contact_box .left .tit {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.wrap_area_contact .area_contact_box .right {
    text-align: center;
}

.wrap_area_contact .area_contact_box .right .tit {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.wrap_area_contact .contact_btn a {
    display: block;
    position: relative;
    background: linear-gradient(90deg, #8CB3B8 0%, #408A94 100%);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 1000px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 19px 0 19px 77px;
    text-align: left;
    transition: 0.5s;
    z-index: 0;
    max-width: 320px;
    margin: 0 auto;
}

.wrap_area_contact .contact_btn a:hover {
    text-decoration: none;
}

.wrap_area_contact .contact_btn a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.5s;
    background: #8CB3B8;
    background: linear-gradient(90deg, #8CB3B8 0%, #408A94 100%);
    border-radius: 1000px;
}

.wrap_area_contact .contact_btn a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background: #408A94;
    background: linear-gradient(90deg, #408A94 0%, #8CB3B8 100%);
    border-radius: 1000px;
}

.wrap_area_contact .contact_btn a span {
    position: absolute;
    top: -15px;
    left: 10px;
    width: 60px;
    height: 60px;
    border: solid 2px #8CB3B8;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}

.wrap_area_contact .tel a {
    display: inline-block;
    background: url(../images/carpet/ico_tel.svg) 0 45% no-repeat;
    background-size: 28px auto;
    color: #fff;
    padding: 0 0 0 38px;
    cursor: default;
    text-decoration: none;
    pointer-events: none;
    font-family: 'Crimson Text';
    font-size: 4.0rem;
    line-height: 100%;

}

.wrap_area_contact .tel span {
    display: block;
    padding: 0;
    margin: 4px 0 0;
    font-size: 1.4rem;
    line-height: 1.4;
}


.wrap_area_problem {
    margin: 0;
    padding: 0 0 60px;
    position: relative;
}

.wrap_area_problem .title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 20px;
}

.wrap_area_problem .title_box .txt_en {
    font-family: 'Crimson Text';
    font-size: 8.0rem;
    line-height: 80%;
    text-align: center;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.4;
    order: 1;
}

.wrap_area_problem .title_box .catch {
    background-color: #D57B4D;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    display: inline-block;
    margin: -28px 0 0;
    padding: 4px 15px 5px;
    order: 2;
    z-index: 1;
}

.wrap_area_problem .title_box h2 {
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    order: 3;
    margin: 4px 0 0;
}

.area_problem {
    max-width: 1080px;
    margin: 0 auto;
}

.area_problem .wrap_problem_box {
    position: relative;
}

.area_problem .problem_box {
    position: relative;
    background: #333333 url(../images/carpet/img_problem_kadai_sp.png) left top no-repeat;
    background-size: 180px auto;
    border-radius: 10px;
    color: #fff;
    margin: -12px 20px 0;
}

.area_problem .problem_box .problem {
    flex-basis: 180px;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 20px 0 0 38px;
}

.area_problem .problem_box .txt {
    font-size: 2.0rem;
    font-weight: bold;
    padding: 12px 20px 30px 20px;
}

.area_problem .problem_num {
    font-family: 'Crimson Text';
    font-weight: 400;
    font-size: 5.0rem;
    line-height: 100%;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    padding: 0 6px 0 0;
    margin-left: 20px;
}

.area_problem .problem_num span {
    font-style: 8.0rem;
    font-style: italic;
}

.problem_beforeafter {
    display: flex;
    justify-content: space-between;
    margin: 40px 20px 0;
    position: relative;
    gap: 5px;
}

.problem_beforeafter:before {
    content: '';
    display: block;
    position: absolute;
    top: -80px;
    left: -100px;
    right: -100px;
    bottom: -80px;
    margin: auto;
    background: url(../images/carpet/bg_problem.png) center center no-repeat;
    background-size: 70% auto;
    z-index: -1;
}

.problem_beforeafter:after {
    content: '';
    display: block;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 13px solid #ffffff;
    border-right: 0;
}

.problem_beforeafter .left,
.problem_beforeafter .right {
    flex-basis: 500px;
    overflow: hidden;
    border-radius: 10px;
}

.problem_beforeafter .left .tit {
    background-color: #797E81;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 6px 0;
}

.problem_beforeafter .right .tit {
    background-color: #D57B4D;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 6px 0;
}

.problem_slidebox {
    display: flex;
    flex-direction: column;
    margin: 20px 20px 0;  
}

.problem_slidebox .left {
    flex-basis: 380px;
}

.problem_slidebox .left .txt_box {
    line-height: 1.8;
}

.problem_slidebox .menseki {
    background-color: #F5F5F5;
    margin: 22px 0 0;
}

.problem_slidebox .menseki .txt {
    padding: 8px 0;
    display: inline-block;
    width: 112px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #333;
    color: #fff;
}

.problem_slidebox .menseki .num {
    font-weight: bold;
    color: #333;
    padding: 0 20px;
}

.problem_slidebox ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
}

.problem_slidebox ul li {
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    background-color: #D57B4D;
    color: #fff;
    padding: 6px 8px 8px;
    border-radius: 5px;
}

.problem_slidebox .right {
    margin-top: 40px;
}


/* 縦並び防止 */
.problem_slidebox .right .slider {
    visibility: hidden;
}

.problem_slidebox .right .slider.slick-initialized {
    visibility: visible;        /*slick-initializedが付与されたら表示*/
}

.problem_slidebox .right .thumbnail {
    visibility: hidden;
}

.problem_slidebox .right .thumbnail.slick-initialized {
    visibility: visible;        /*slick-initializedが付与されたら表示*/
}


.problem_slidebox .right .slider {
    position: relative;
    margin-bottom: 20px;
}

.problem_slidebox .right .slider .slick-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.problem_slidebox .right .slider .slick_arrow_l {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.problem_slidebox .right .slider .slick_arrow_r {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.problem_slidebox .right .thumbnail .thumbnail-img {
    margin-right: 2vw;
    cursor: pointer;
}

.problem_slidebox .right .thumbnail .thumbnail-img img {
    width: 16.5vw;
    height: 37px;
    object-fit: cover;
    border-radius: 5px;
}

.problem_voice {
    margin: 40px 20px 0;
}

.problem_voice .wrap_voice_tit {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.problem_voice .wrap_voice_tit h3 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 8px 0 0 10px;
}

.problem_voice .wrap_voice_tit .tit_en {    
    font-family: 'Crimson Text';
    font-style: normal;
    font-size: 5.0rem;
    line-height: 100%;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.8;
}

.problem_voice .voice_box {
    display: flex;
    flex-direction: column-reverse;
    gap: 0 40px;
    margin-top: 20px;
    position: relative;
}

.problem_voice .voice_box .left {
    margin: 20px 0 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.problem_voice .voice_box .left .img {
    width: 100px;
}

.problem_voice .voice_box .right {
    flex-basis: calc(100% - 280px);
    background: linear-gradient(99.46deg, rgba(255, 233, 223, 0.6) 0%, rgba(242, 238, 221, 0.6) 98.89%);
    border-radius: 10px;
    padding: 50px 30px;
    position: relative;
}

.problem_voice .voice_box .right:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 33px;
    top: -10px;
    left: 20px;
    background: url(../images/carpet/img_problem_apostrophe01.png) center center no-repeat;
    background-size: 40px auto;
}


.problem_voice .voice_box .right:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 33px;
    bottom: -10px;
    right: 20px;
    background: url(../images/carpet/img_problem_apostrophe02.png) center center no-repeat;
    background-size: 40px auto;
}

.problem_voice .voice_box .right h4 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 15px;
}

.wrap_area_problem .bg_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.wrap_area_problem .bg_bottom img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.normal_contact_btn {
    margin: 40px 20px 0;
}

.normal_contact_btn a {
    display: block;
    position: relative;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 1000px;
    color: #fff!important;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 20px 0 20px 0;
    text-align: center!important;
    margin: 0 auto;
    transition: 0.5s;
    z-index: 0;
    max-width: 320px;
}

.normal_contact_btn a:hover {
    text-decoration: none;
}

.normal_contact_btn a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.5s;
    background: #8CB3B8;
    background: linear-gradient(90deg, #8CB3B8 0%, #408A94 100%);
    border-radius: 1000px;
}

.normal_contact_btn a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background: #408A94;
    background: linear-gradient(90deg, #408A94 0%, #8CB3B8 100%);
    border-radius: 1000px;
}

.normal_contact_btn a span {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 60px;
    height: 60px;
    border: solid 2px #8CB3B8;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}

.wrap_area_case {
    background-color: #F5F5F5;
}

.wrap_area_case .area_case {
    margin: 0 auto;
    padding: 40px 0 60px;
}

.wrap_area_case .area_case .title_box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 20px;
}

.wrap_area_case .area_case .title_box .txt_en {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 400;
    font-size: 10.0rem;
    line-height: 100%;
    text-align: center;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.4;
}

.wrap_area_case .area_case .title_box h2 {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 3.0rem;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.05em;
}

.wrap_area_case .area_case .jisseki {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    margin: 40px 20px 0;
}

.wrap_area_case .area_case .jisseki span {
    font-family: 'Crimson Text';
    font-weight: 600;
    font-size: 4.0rem;
    font-style: italic;
    color: #D57B4D;
    background-color: #fff;
    border: solid 1px #797E81;
    padding: 2px 10px 0;
    margin: 0 10px;
}

.wrap_area_case .area_case_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 30px;
    margin: 40px 0 0;
}

.wrap_area_case .area_case_ul > li {
    flex-basis: 340px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.wrap_area_case .area_case_ul > li a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: left;
}

.wrap_area_case .area_case_ul > li a .img_box {
    position: relative;
}

.wrap_area_case .area_case_ul .tag_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.wrap_area_case .area_case_ul .tag_ul li {
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    background-color: #D57B4D;
    color: #fff;
    padding: 6px 8px 8px;
    border-radius: 5px;
}

.wrap_area_case .area_case_ul .txt_box {
    padding: 20px 20px;
}

.wrap_area_case .area_case_ul .txt_box .tit {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
}

.wrap_area_case .area_case_ul .txt_box dl {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.wrap_area_case .area_case_ul .txt_box dl dt {
    flex-basis: 70px;
    text-align: center;
    background-color: #EAEEF1;
    color: #797E81;
    font-size: 1.2rem;
    line-height: 100%;
    padding: 4px 5px 0;
    margin-bottom: 6px;
}

.wrap_area_case .area_case_ul .txt_box dl dd {
    flex-basis: calc(100% - 70px);
    font-size: 1.4rem;
    padding: 0 0 0 10px;
    margin-bottom: 6px;
}

.black_btn {
    margin-top: 60px;
}

.black_btn a {
    display: block;
    border-radius: 200px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff!important;
    text-decoration: none;
    width: 334px;
    margin: 0 auto;
    padding: 24px 74px 24px 60px;
    background: #333 url(../images/carpet/ico_arw_white.png) right 30px center no-repeat;
    background-size: 14px auto;
}

.wrap_area_sankou {
    background: url(../images/carpet/bg_sankou.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0 80px;
    position: relative;
}

.wrap_area_sankou .bg_top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.wrap_area_sankou .bg_top img {
    width: 100%;
    height: auto;
    vertical-align: top;
}


.wrap_area_sankou .bg_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.wrap_area_sankou .bg_bottom img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}


.wrap_area_sankou .area_sankou {
    margin: 0 20px;
}

.area_sankou_head {
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    border-radius: 10px 10px 0px 0px;
    padding: 24px 20px;
}

.area_sankou_head h2 {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

.area_sankou_head p {
    text-align: center;
    color: #fff;
    margin-top: 4px;
}

.area_sankou_main {    
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #F5F5F5;
    padding: 20px 20px;
    border-radius: 0 0 10px 10px;
}

.area_sankou_main .tit {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.area_sankou_main .tit span {
    color: #D57B4D;
}

.area_sankou_main .tit span.ten {
    color: #333;
    font-size: 1.4rem;
}

.area_sankou_main .box {
    margin: 25px 0 0;
    background-color: #fff;
    border-radius: 10px;
}

.area_sankou_main .box .naiyo,
.area_sankou_main .box .komide {
    display: flex;
    align-items: center;
}

.area_sankou_main .box .naiyo {
    padding: 20px 20px 20px;
}

.area_sankou_main .box .komide {
    padding: 0 20px 20px
}

.area_sankou_main .box .naiyo .naiyo_tit {
    background-color: #797E81;
    flex-basis: 85px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    min-height: 89px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.area_sankou_main .box .komi_tit {
    background-color: #D57B4D;
    flex-basis: 100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    min-height: 89px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.area_sankou_main .box ul li {
    padding: 0 0 0 18px;
    position: relative;
    font-size: 1.4rem;
}

.area_sankou_main .box ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #D57B4D;
    border-radius: 50%;
}

.area_sankou_main .box .price {
    font-family: 'Crimson Text';
    font-style: italic;
    font-weight: 600;
    font-size: 4.0rem;
    line-height: 100%;
    color: #D57B4D;
}

.area_sankou_main .box .yen {
    font-size: 2.2rem;
    font-weight: bold;
    margin-left: 10px;
}

.wrap_area_service {
    position: relative;
    padding: 0 0 80px;
}

.area_service .title_box {
    background-color: #D57B4D;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

.area_service .title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.area_service .title_box .txt_en {
    font-family: 'Crimson Text';
    font-size: 10.0rem;
    line-height: 100%;
    text-align: center;
    background: linear-gradient(90deg, #F5EDE9 0%, #F0F0F0 50.48%, #E6E6E6 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.4;
    order: 1;
}

.area_service .title_box .catch {
    background-color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #333;
    display: inline-block;
    margin: -20px 0 0;
    padding: 4px 15px 5px;
    order: 2;
    text-align: center;
}

.area_service .title_box .catch span {
    color: #D57B4D;
    font-weight: 700;
}

.area_service .title_box h2 {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 140%;
    order: 3;
    margin: 8px 0 0;
    color: #fff;
}

.wrap_area_service .title_box .bg_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.wrap_area_service .title_box .bg_bottom img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.area_service .main_box {    
    padding-top: 40px;
    background: linear-gradient(0deg, #F8F1EB 0%, #E9EEEE 100%);
}

.area_service .teian {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 180%;
    text-align: center;
    color: #333;
    padding: 0 20px;
}

.area_service .service_box {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    margin: 40px auto 0;
}

.area_service .service_box .bg {
    margin: -40px 0 0;
}

.area_service .service_box .explanation {
    background-color: #333;
    color: #fff;
    padding: 50px 20px 20px;
    border-radius: 10px;
    margin: 0 20px;
    position: relative;
}

.area_service .service_box.reverse .explanation {
    left: 0;
    right: 0;
}

.area_service .service_box .explanation h3 {
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    padding: 0 0 20px;
}

.area_service .service_box .explanation h3:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    opacity: 0.5;
}

.area_service .service_box .en {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.5;
    font-family: 'Crimson Text';
    font-weight: 400;
    font-size: 5.0rem;
    line-height: 100%;
}

.area_service .service_box .txt_box {
    margin-top: 20px;
    line-height: 180%;
}

.area_service .osusume_box {
    max-width: 1080px;
    margin: 60px 20px 0;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 20px;
}

.area_service .osusume_box .catch {
    position: absolute;
    text-align: center;
    top: -16px;
    left: 0;
    right: 0;
}

.area_service .osusume_box .catch span {
    display: inline-block;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    border-radius: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
}

.area_service .osusume_box .tit {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
}

.area_service .osusume_box .tit span {
    color: #D57B4D;
}

.area_service .osusume_box ul {
    display: flex;
    flex-direction: column;
    gap: 40px 20px;
    margin-top: 20px;
}

.area_service .osusume_box ul li .img {
    text-align: center;
}

.area_service .osusume_box ul li .img img {
    border-radius: 10px;
}

.area_service .osusume_box ul li .txt_box {
    margin-top: 20px;
    line-height: 180%;
}

.area_service .oa_box {
    margin: 48px 20px 0;
    background-color: #333;
    color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

.area_service .oa_box .left {
    padding: 50px 20px;
    position: relative;
}

.area_service .oa_box .left .en {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.5;
  font-family: 'Crimson Text';
  font-weight: 400;
  font-size: 7.0rem;
  line-height: 100%;
}

.area_service .oa_box .left h3 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 140%;
    position: relative;
    padding: 0 0 20px;
}

.area_service .oa_box .left h3:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    opacity: 0.5;
}

.area_service .oa_box .left .txt_box {
    line-height: 180%;
    margin-top: 30px;
}

.area_service .oa_box .right {
    text-align: center;
}

.area_service .taiou_txt {
    margin: 40px 20px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 180%;
}

.area_service .taiou_txt span {
    color: #D57B4D;
}

.area_service .wrap_office_box {
    overflow: hidden;
    background: url(../images/carpet/bg_office_box.png) center center no-repeat;
    background-size: 1500px auto;
}

.area_service .office_box {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px 40px;
}

.area_service .office_box .office_box_card .img {
    text-align: center;
}

.area_service .office_box .office_box_card .img img {
    border-radius: 10px;
}

.area_service .office_box .office_box_card .txt_box {
    background-color: #fff;
    padding: 20px 20px;
    margin: -60px 20px 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.area_service .office_box .office_box_card .txt_box h3 {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 140%;
    color: #D57B4D;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.area_service .office_box .office_box_card .txt_box h3:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    opacity: 0.5;
}

.area_service .office_box .office_box_card .txt {
    line-height: 180%;
}

.area_service .office_box .office_box_card .ok {
    position: absolute;
    top: -40px;
    right: 25px;
    background: url(../images/carpet/img_service_shiyouchu_ok.png) center center no-repeat;
    background-size: 100px auto;
    width: 100px;
    height: 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 120%;
}

.area_service .cospa_box {
    position: relative;
    text-align: center;
    padding: 0 0 0;
}

.area_service .cospa_box .wrap_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.area_service .cospa_box .bg {
    position: relative;
}

.area_service .cospa_box .bg .bg_cospa_top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.area_service .cospa_box .bg .bg_cospa_top img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.area_service .cospa_box .bg .bg_cospa img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.area_service .cospa_box .bg .bg_cospa img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.area_service .cospa_box .bg .bg_cospa_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.area_service .cospa_box .bg .bg_cospa_bottom img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.cospa_box .wrap_catch {
    color: #fff;
    padding: 80px 20px 0;
}

.cospa_box .wrap_catch .catch {
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 0.05em;
}

.cospa_box .wrap_catch .catch span {
    font-size: 4.0rem;
    color: #D57B4D;
    background-color: #fff;
    margin-top: 15px;
    padding: 0 15px 2px;
    display: inline-block;
}

.cospa_box .wrap_catch .txt {
    font-size: 2.4rem;
    line-height: 140%;
    margin-top: 20px;
} 

.cospa_box .cospa_box_detail {
    margin: 60px 20px 0;
    padding: 30px 20px 40px;
    background-color: #F5F5F5;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.cospa_box .cospa_box_detail > .left {
    text-align: left;
}

.cospa_box .cospa_box_detail > .left h3 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 140%;
    color: #333;
    position: relative;
    padding: 0 0 25px;
    margin: 0 0 25px;
}

.cospa_box .cospa_box_detail > .left h3 span {
    display: block;
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 140%;
    color: #D57B4D;
    margin-top: 5px;
}

.cospa_box .cospa_box_detail > .left h3:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    opacity: 0.5;
}

.cospa_box .cospa_box_detail > .left p {
    line-height: 180%;
}

.cospa_box .cospa_box_detail > .right {
    margin: 0 auto;
}

.cospa_box .cospa_box_detail > .right .img img {
    border-radius: 10px;
}

.cospa_box .cospa_box_detail .sample_banner {
    margin: 0 auto;
}

.cospa_box .cospa_box_detail .sample_banner .catch {
    margin: 0 0;
}

.sample_banner a {
    margin: 0 0;
}

.sample_banner a:hover {
    text-decoration: none;
}

.wrap_area_kochiramo {
    margin: 100px 20px 0;
}

.area_kochiramo {
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
}

.area_kochiramo_tit {
    background-color: #D57B4D;
    padding: 91px 20px 30px;
    border-radius: 10px 10px 0 0;
}

.area_kochiramo_tit .osusume {
    background: url(../images/carpet/img_kochiramo_osusume.png) center center no-repeat;
    background-size: 120px auto;
    width: 120px;
    height: 120px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: -40px;
}

.area_kochiramo_tit .txt_box .catch {
    font-size: 2.0rem;
    line-height: 1.4;
    color: #fff;
}

.area_kochiramo_tit .txt_box .tit {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.05em;
    margin: 10px 0 0;
}

.area_kochiramo .tit_img {
    position: absolute;
    top: -40px;
    right: -8px;
    z-index: 1;
}

.area_kochiramo .tit_img img {
    width: 208px;
}

.area_kochiramo .area_kochiramo_main {
    position: relative;
    padding: 20px 20px 218px;
    background-color: #F5F5F5;
    border-radius: 0 0 10px 10px;
}

.area_kochiramo .area_kochiramo_main p {
    position: relative;
    z-index: 1;
}

.area_kochiramo .area_kochiramo_main .txt p {
    line-height: 180%;
}

.area_kochiramo .area_kochiramo_main .img {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
} 

.area_kochiramo .area_kochiramo_main .img img {
    border-radius: 0 0 10px 0;
    width: 380px;
}

.wrap_area_flow {
    background: linear-gradient(167.15deg, #FAF0EB 18.58%, #EFE3DD 82.23%);;
    padding: 80px 0;
    margin-top: 80px;
    position: relative;
}

.wrap_area_flow .bg_top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.wrap_area_flow .bg_top img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.area_flow {
    margin: 0 auto;
}

.area_flow .title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.area_flow .title_box .txt_en {
    font-family: 'Crimson Text';
    font-size: 10.0rem;
    line-height: 100%;
    text-align: center;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.4;
    order: 1;
}

.area_flow .title_box h2 {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    order: 2;
}

.area_flow_ul {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    gap: 20px;
}

.area_flow_ul li {
    position: relative;
    flex-basis: 255px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px 30px;
}

.area_flow_ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #D57B4D;
    border-bottom: 0;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

.area_flow_ul :last-child::before {
    display: none;
}

.area_flow_ul li .step {
    font-family: 'Crimson Text';
    font-size: 2.8rem;
    line-height: 100%;
    text-align: center;
    color: #D57B4D;
    font-weight: 500;
}

.area_flow_ul li .step span {
    font-size: 4.0rem;
    font-weight: 600;
    font-style: italic;
    margin-left: 6px;
}

.area_flow_ul li .img {
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    opacity: 0.9;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    margin: 20px auto 0;
}

.area_flow_ul li .tit {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

.area_flow_ul li .tit span {
    font-size: 1.6rem;
    color: #fff;
    background-color: #8CB3B8;
    display: inline-block;
    padding: 0 5px 1px;
    margin: 0 0 0 5px;
}

.area_flow_ul li .txt_box {
    margin-top: 16px;
    line-height: 180%;
}

.area_flow .chui {
    font-size: 1.4rem;
    text-align: right;
    margin: 15px 20px 0;
}

.area_flow .teian_txt {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin: 40px 20px 0;
    line-height: 180%;
}

.area_flow .normal_contact_btn {
    margin-top: 40px;
}

.wrap_area_flow .bg_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.wrap_area_flow .bg_bottom img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wrap_area_faq {
    position: relative;
    padding: 60px 0 0;
}

.area_faq {
    margin: 0 20px 60px;
}

.area_faq .title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.area_faq .title_box .txt_en {
    font-family: 'Crimson Text';
    font-size: 10.0rem;
    line-height: 100%;
    text-align: center;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.4;
    order: 1;
}

.area_faq .title_box h2 {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    order: 2;
}

.area_faq .area_faq_ul {
    position: relative;
    margin: 0 0;
}

.area_faq .area_faq_ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    opacity: 0.5;    
}

.area_faq .area_faq_ul li {
    position: relative;
    padding: 30px 0;
}

.area_faq .area_faq_ul li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    opacity: 0.5;
}

.area_faq .area_faq_ul .faq_q {
    display: flex;
    align-items: flex-start;
}

.area_faq .area_faq_ul .faq_q .ico {
    background-color: #D57B4D;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    color: #fff;
    font-family: 'Crimson Text';
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.area_faq .area_faq_ul .faq_q .txt {
    margin: 4px 0 0 12px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 140%;
    flex-basis: calc(100% - 60px);
}

.area_faq .area_faq_ul .faq_a {
    margin: 20px 0 0 12px;
    display: flex;
    align-items: flex-start;
}

.area_faq .area_faq_ul .faq_a .ico {
    background-color: #8CB3B8;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    color: #fff;
    font-family: 'Crimson Text';
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.area_faq .area_faq_ul .faq_a .txt {
    margin: 0 0 0 20px;
    flex-basis: calc(100% - 60px);
}

.area_faq .zumen_box {
    background: #333333;
    border-radius: 10px;
    margin-top: 60px;
    padding: 0;
    color: #fff;
}

.area_faq .zumen_box h3 {
    font-size: 2.6rem;
    font-weight: bold;
    padding: 40px 20px;
}

.area_faq .zumen_box h3 span {
    color: #D57B4D;
}

.area_faq .zumen_box .txt {
    line-height: 180%;
    padding: 0 25px 30px;
}

.area_faq .zumen_box .area {
    margin-top: 15px;
    font-size: 1.4rem;
}

.area_faq .zumen_box .img {
    text-align: right;
}

.area_faq .zumen_box .img img {
    border-radius: 0 0 10px 0;
}

.wrap_area_faq .bg_top img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wrap_area_office_service {
    background-color: #F5F5F5;
}

.wrap_area_office_service .area_office_service {
    margin: 0 20px;
    padding: 60px 0 80px;
}

.wrap_area_office_service .area_office_service .title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrap_area_office_service .area_office_service .title_box .txt_en {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 400;
    font-size: 8.0rem;
    line-height: 80%;
    text-align: center;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.4;
    order: 1;
}

.wrap_area_office_service .title_box .catch {
    background-color: #D57B4D;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    display: inline-block;
    margin: -28px 0 0;
    padding: 4px 15px 5px;
    order: 2;
}

.wrap_area_office_service .area_office_service .title_box h2 {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.05em;
    order: 3;
    margin-top: 15px;
}

.area_office_service_ul {
    position: relative;
    margin: 30px 20px 0;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 20px 60px rgba(0, 0, 0, 0.1));
}

.area_office_service_ul:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 20px solid #ffffff;
    border-bottom: 0;
}

.area_office_service_ul li {
    position: relative;
    background: url(../images/carpet/ico_check.png) left center no-repeat;
    background-size: 26px auto;
    padding: 10px 0 10px 35px;
    font-size: 1.6rem;
    font-weight: bold;
}

.area_office_service_ul li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    opacity: 0.5;
}

.area_office_service_ul li:last-child::before {
    display: none;
}

.area_office_service .orange {
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    border-radius: 10px;
    margin: -30px 0 0;
    padding: 64px 20px 30px;
    font-size: 2.4rem;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.wrap_area_office_service .area_office_service_card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 50px 30px;
    margin: 40px 0 0;
}

.wrap_area_office_service .area_office_service_card .card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
}

.wrap_area_office_service .area_office_service_card .card.col2 {
    max-width: 340px;
    margin: 0 auto;
}

.wrap_area_office_service .area_office_service_card .card.col3 {
    max-width: 340px;
    margin: 0 auto;
}

.wrap_area_office_service .area_office_service_card .card a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: left;
}

.wrap_area_office_service .area_office_service_card .card a .img_box {
    position: relative;
}

.wrap_area_office_service .area_office_service_card .txt_box {
    padding: 30px 20px;
}

.wrap_area_office_service .area_office_service_card .txt_box .tit {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    background: url(../images/carpet/ico_arw_orange.png) right center no-repeat;
    background-size: 14px auto;
    padding: 0 20px 0 0;
}

.wrap_area_office_service .bnr_box{
    padding: 40px 0 0;
    text-align: center;
}

.wrap_area_contact_form {
    background-color: #333;
}

.wrap_area_contact_form .area_contact_form {
    margin: 0 20px;
    padding: 40px 0;
}

.wrap_area_contact_form .area_contact_form .title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}

.wrap_area_contact_form .area_contact_form .title_box .txt_en {
    font-family: 'Crimson Text';
    font-size: 6.0rem;
    line-height: 100%;
    text-align: center;
    background: linear-gradient(90deg, #D57B4D 0%, #D5A84D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.4;
    order: 1;
}

.wrap_area_contact_form .area_contact_form .title_box h2 {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
    order: 2;
}

.wrap_area_contact_form .area_contact_form .contactform{
    background: #fff;
    border-radius: 10px;
    margin: 0 0 60px;
    padding: 20px 20px 20px;
}

.wrap_area_contact_form .area_contact_form .contactform input,
.wrap_area_contact_form .area_contact_form .contactform textarea,
.wrap_area_contact_form .area_contact_form .contactform select{
    padding: 10px 10px;
    border-color: #9F9F9F;
    background: #F5F5F5;
    border-radius: 5px;
    font-size: 1.4rem;
    width: 100%;
    box-sizing: border-box;
}
.wrap_area_contact_form .area_contact_form .contactform input::placeholder,
.wrap_area_contact_form .area_contact_form .contactform textarea:placeholder{
    color: #9F9F9F;
}

.wrap_area_contact_form .area_contact_form .contactform fieldset {
    width: 100%;
    border: none;
    margin: 0 0 10px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: bottom;
}
.wrap_area_contact_form .area_contact_form .contactform fieldset legend {
    position: relative;
    padding: 5px 70px 5px 0;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
}
.wrap_area_contact_form .area_contact_form .contactform fieldset .inputarea {
    width: 100%;
}
.wrap_area_contact_form .area_contact_form .contactform fieldset .inputarea .tit {
    font-size: 1.2rem;
}
.wrap_area_contact_form .area_contact_form .contactform fieldset .inputarea ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.wrap_area_contact_form .area_contact_form .contactform i {
    position: absolute;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    padding: 2px 5px;
    color: #fff;
    top: calc(50% - 14px);
    right: 0;
}
.wrap_area_contact_form .area_contact_form .contactform span {
    flex: 1;
}
.wrap_area_contact_form .area_contact_form .contactform i.required {
    background: #8CB3B8;
}
.wrap_area_contact_form .area_contact_form .contactform label {
    cursor: pointer;
}

.wrap_area_contact_form .area_contact_form .contactform fieldset .inputarea .subarea{
    margin: 0 0 10px;
}
.wrap_area_contact_form .area_contact_form .contactform fieldset .inputarea .subarea .sub_tit{
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.4rem;
    line-height: 1;
}
.wrap_area_contact_form .area_contact_form .contactform fieldset .inputarea .subarea .sub_tit br{
    display: none;
}
.wrap_area_contact_form .area_contact_form .contactform fieldset .inputarea .subarea .sub_form{
    width: 100%;
}

.wrap_area_contact_form .area_contact_form .submit{
    text-align: center;
}
.wrap_area_contact_form .area_contact_form .submit input[type="submit"]{
    display: block;
    width: 90%;
    max-width: 334px;
    margin: 0 auto;
    padding: 30px 74px 30px 60px;
    box-sizing: border-box;
    background: url(../images/carpet/ico_arw_white.png) no-repeat right 30px top 50%, linear-gradient(90deg, #8CB3B8 0%, #408A94 100%);
    background-size: 14px auto, auto;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 42px;
    font-size: 2.2rem;
    line-height: 1;
}

.wrap_area_contact_form .wpcf7-response-output{
    background: #fff;
}

.wrap_cv_fix_area {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    height: 76px;
    z-index: 99;
    transition: visibility 0.2s, opacity 0.2s;
}
.wrap_cv_fix_area.show{
    visibility: visible;
    opacity: 1;
    transition: visibility 0.2s, opacity 0.2s;
}

.cv_fix_area .contact_box {
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 15px;
}

.cv_fix_area .logo_box {
    display: none;
}

.cv_fix_area .contact_box .normal_contact_btn {
    margin: 0;
    padding-bottom: 0;
    flex-basis: calc(50% - 5px);
}

.cv_fix_area .contact_box .normal_contact_btn a {
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 10px 0 10px 63px;
    width: auto;
    text-align: left!important;
}

.cv_fix_area .contact_box .normal_contact_btn span {
    font-size: 1.2rem;
    width: 50px;
    height: 50px;
}

.cv_fix_area .tel {
    display: none;
}

.cv_fix_area .tel_btn {
    flex-basis: calc(50% - 5px);
}

.cv_fix_area .tel_btn a {
    font-size: 1.5rem;
    line-height: 1.2;
    display: block;
    color: #333;
    padding: 10px 18px;
    border-radius: 100px;
    text-align: left;
    font-weight: bold;
    background: #fff;
}

.cv_fix_area .tel_btn a span {
    display: block;
    background: url(../images/carpet/ico_tel.svg) 0 45% no-repeat;
    background-size: 30px auto;
    padding-left: 40px;
}

@media screen and (width > 560px) {
    .cv_fix_area {
        background: url(../images/carpet/bg_mv_sp.jpg) no-repeat center bottom;
        background-size: 100% auto;
    }

    .cv_fix_area .contact_box {
        padding: 10px 60px;
    }
}

@media screen and (width > 440px) {

    .cv_fix_area .contact_box .normal_contact_btn a {
        padding: 10px 0 10px 0;
        text-align: center!important;
    }
    
    .cv_fix_area .tel_btn a {
        padding: 10px 18px;
        text-align: center!important;
    }
}


/* 固定目次メニュー */
.fix_alink{
    position: fixed;
    z-index: 100;
    right: calc( 60px - 100% );
    top: 0;
    width: calc( 100% - 60px );
    height: 100vh;
    padding: 0 25px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: rgba(51, 51, 51, 0.9);
    transition: right 0.2s;
}

.fix_alink.active{
    right: 0;
}

.fix_alink .btn{
    position: absolute;
    z-index: 1;
    left: -60px;
    top: calc( 50% - 60px );
    width: 60px;
    height: 60px;
    background: #333 url(../images/carpet/btn_fixed.png) 50% 50% no-repeat;
    background-size: 29px auto;
    border-radius: 10px 0 0 10px;
}

.fix_alink .content{
    width: 100%;
    height: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    overflow: auto;
}

.fix_alink .content .logo_box{
    margin: 0 0 30px;
    text-align: center;
}

.fix_alink .content .logo_box .logo{
    margin: 0 0 10px;
}

.fix_alink .content .logo_box .txt{
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
}

.fix_alink .content ul.menu{
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none;
}

.fix_alink .content ul.menu li{
    margin: 0 0 2px;
}
.fix_alink .content ul.menu li:last-child{
    margin-bottom: 0;
}

.fix_alink .content ul.menu li a{
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    background: #fff;
    text-decoration: none;
    padding: 10px 15px;
    text-align: left;
    transition: opacity 0.2s;
}
.fix_alink .content ul.menu li a:active{
    opacity: 0.6;
    transition: opacity 0.2s;
}

.fix_alink .content ul.menu li:first-child a{
    border-radius: 10px 10px 0 0;
}
.fix_alink .content ul.menu li:last-child a{
    border-radius: 0 0 10px 10px;
}

.fix_alink .content a.cv{
    position: relative;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 15px 10px 15px 51px;
    background: linear-gradient(90deg, #8CB3B8 0%, #408A94 100%);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 26px;
    transition: opacity 0.2s;
}
.fix_alink .content a.cv:active{
    opacity: 0.6;
    transition: opacity 0.2s;
}

.fix_alink .content a.cv::before{
    content:"";
    position: absolute;
    z-index: 1;
    left: 4px;
    top: -11px;
    width: 56px;
    height: 56px;
    background: url(../images/carpet/bg_fixed_btn.png) 50% 50% no-repeat;
    background-size: contain;
}

.sp_none {
    display: none;
}

/*.pagetop {
    right: 15px;
    bottom: 85px;
}*/