@charset "UTF-8";

.buisiness__worries {
    background: #F5F5F5;
}

.buisiness__worries__inner {
    padding: 7.14vw 0; /* 100px 0 */
    max-width: 60.43vw; /* 846px */
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.buisiness__worries__subtitle {
    font-size: 1.57vw; /* 22px */
    font-weight: 500;
    padding: 0 2.5vw; /* 0 35px */
    display: inline-block;
    position: relative;
}

.buisiness__worries__subtitle:before, .buisiness__worries__subtitle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2.14vw; /* 30px */
    height: 0.07vw; /* 1px */
    background: #333;
}

.buisiness__worries__subtitle:before {
    left: 0;
    transform: rotate(45deg);
}

.buisiness__worries__subtitle:after {
    right: 0;
    transform: rotate(-45deg);
}

.buisiness__worries__subtitle span {
    color: #FD6D05;
}

.buisiness__worries__title {
    font-size: 2.29vw; /* 32px */
    line-height: 1.59;
    margin-bottom: 2.14vw;
}

.buisiness__worries__title span {
    font-weight: 700;
}

.buisiness__worries__detail {
    display: flex;
}

.buisiness__worries__woman {
    width: 14.5vw; /* 203px */
}

.buisiness__worries__text {
    width: 40.57vw; /* 568px */
    background: #D9D9D9;
    border-radius: 1.43vw; /* 20px */
    padding: 2vw 2.36vw 2.57vw 7.14vw; /* 28px 33px 36px 100px */
}

.buisiness__worries__point {
    width: 4.07vw; /* 57px */
    position: relative;
    top: 4.07vw; /* 57px */
    margin-right: 1.07vw; /* 15px */
}

.buisiness__worries__list__li {
    text-align: left;
    position: relative;
    padding-left: 2.36vw; /* 33px */
    margin-bottom: 2.36vw; /* 33px */
    position: relative;
}

.buisiness__worries__list__li:last-child {
    margin-bottom: 0;
}

.buisiness__worries__list__li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1.29vw; /* 18px */
    height: 0.71vw; /* 10px */
    background-image: url("../img/buisiness_worries_check.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.buisiness__solution {
    background: #FEF9EB;
    position: relative;
}

.buisiness__solution::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/service__circle1.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 16.43vw; /* 230px */
    height: 16vw; /* 224px */
    z-index: 1;
    background-position: center;
}

.buisiness__solution::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../img/service__circle2.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 16.43vw; /* 230px */
    height: 16vw; /* 224px */
    z-index: 1;
}

.buisiness__solution__inner {
    padding: 7.14vw 0; /* 100px 0 */
    text-align: center;
    max-width: 52.14vw; /* 730px */
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.buisiness__solution__title {
    font-size: 2.29vw; /* 32px */
    font-weight: 700;
    line-height: 1.59;
    letter-spacing: 0.05em;
}

.buisiness__solution__title span {
    color: #FD6D05;
}

.buisiness__solution__entrust {
    margin-top: 4.29vw; /* 60px */
    font-size: 1.57vw; /* 22px */
    font-weight: 500;
}

.orange_liner {
    display: inline-block;
    background: linear-gradient(transparent 70%, #f9df9b 30%);
}

.buisiness__solution__list {
    max-width: 34vw;
    width: 100%;
    margin: 4.29vw auto;
    text-align: left;
}

.buisiness__solution__list__li {
    padding-left: 4vw; /* 28px */
    position: relative;
    margin-top: 2.14vw;
}

.buisiness__solution__list__li::before {
    content: "";
    position: absolute;
    top: -0.57vw; /* -8px */
    left: 0;
    width: 2.14vw; /* 30px */
    height: 2.14vw; /* 30px */
    background-image: url("../img/buisiness_check.png");
    background-position: center;
    background-repeat: no-repeat;
}

.buisiness__solution__contactbtn {
    margin-top: 4.29vw; /* 60px */
    display: flex;
    justify-content: center;
}

.buisiness__profile {
    background-image: url("../img/buisiness_profile_bg_pc.png");
    background-position: center;
    background-repeat: no-repeat;
}

.buisiness__profile__inner {
    max-width: 73.14vw;
    width: 100%;
    margin: 0 auto;
    padding: 2.86vw;
}

.buisiness__profile__contents {
    background: rgba(255, 255, 255, 0.85);
    padding: 3.57vw 4.29vw;
}

.buisiness__profile__list {
    margin: 0 auto;
}

.buisiness__profile__title {
    font-size: 1.57vw;
    font-weight: 600;
    margin-bottom: 1.43vw;
}

.buisiness__profile__list {
    line-height: 1.5;
    /* デフォルトのリストマーカー（黒丸）を非表示に */
    list-style: none;
    
    /* 左側の余白をリセット */
    padding-left: 0;
    
    /* 'item-counter' という名前でカウンターを初期化 */
    counter-reset: item-counter; 
}
  
.buisiness__profile__list__li {
    counter-increment: item-counter;
    margin-bottom: 0.71vw;
    position: relative;
    padding-left: 1.79vw;
    line-height: 2;
}
  
.buisiness__profile__list__li::before {
    content: counter(item-counter) ". ";
    font-weight: bold;
    margin-right: 0.5em;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width:760px) {
	.buisiness__worries__inner {
        padding: 16vw 6.13vw;
        max-width: none;
    }
    
    .buisiness__worries__subtitle {
        font-size: 4.27vw;
    }
    
    .buisiness__worries__title {
        font-size: 7.47vw;
        line-height: 1.42;
        margin-top: 2.67vw;
    }
    
    .buisiness__worries__detail {
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .buisiness__worries__text {
        width: 100%;
        border-radius: 5.33vw;
        padding: 10.67vw 4.53vw;
        margin-bottom: 3.2vw;
    }
    
    .buisiness__worries__list__li {
        padding-left: 9.07vw;
        margin-bottom: 6.67vw;
        font-size: 3.2vw;
    }
    
    .buisiness__worries__list__li:before {
        width: 4.8vw;
        height: 2.67vw;
    }
    
    .buisiness__worries__point {
        width: 8.53vw;
        top: 0;
        margin-right: 0;
    }
    
    .buisiness__worries__woman {
        width: 40vw;
        position: relative;
        left: -22.13vw;
        top: -10.67vw;
    }
    

	.buisiness__solution__inner {
        padding: 26.67vw 8vw;
        max-width: none;
    }
    
    .buisiness__solution::before {
        width: 30.13vw;
        height: 28.53vw;
    }
    .buisiness__solution::after {
        width: 30.13vw;
        height: 28.53vw;
    }
    
    .buisiness__solution__title {
        font-size: 7.47vw;
    }
    
    .buisiness__solution__entrust {
        margin-top: 10.67vw;
        font-size: 5.87vw;
    }

    .buisiness__solution__contactbtn {
        margin-top: 10.67vw;
    }
    
    .orange_liner {
        margin-top: 2.67vw;
    }

    .buisiness__solution__list {
        margin-top: 10.67vw;
        max-width: none;
    }
    
    .buisiness__solution__list__li {
        padding-left: 9.07vw;
        line-height: 1.5;
        font-size: 3.73vw;
        margin-top: 4.14vw;
    }
    
    .buisiness__solution__list__li:first-child {
        margin-top: 0;
    }

    .buisiness__solution__list__li::before {
        top: 1.33vw;
        left: 0;
        width: 4.8vw;
        height: 4vw;
    }
    
    .buisiness__profile__inner {
        padding: 8vw 4vw;
        max-width: none;
    }

    
    .buisiness__profile__contents {
        padding: 10.57vw 4.29vw;
    }

    .buisiness__profile__title {
        font-size: 5.87vw;
        margin-bottom: 10.67vw;
    }
    .buisiness__profile__list {
        line-height: 1.5;
    }

    .buisiness__profile__list__li {
        padding-left: 5.79vw;
        margin-bottom: 3.71vw;
        font-size: 3.47vw;
    }
}