.business__img-wrap {
    position: relative;
    height: auto;
}
.business__img-wrap.js-scaleImg{
    overflow: visible;
}
.business__img-wrap .first__img{
    position: absolute;
    width: 71%;
    height: auto;
    object-fit: cover;
    z-index: 1;
}
.business__img-wrap .second__img{
    width: 59%;
    height: auto;
    position: absolute;
    object-fit: cover;
    top: 52%;
    right: 0;
}
@media screen and (max-width: 1000px) {
    .business__img-wrap{
        height: 64vh;
    }
    .business__img-wrap .first__img{
        width: 73%;
    }
    .business__img-wrap .second__img{
        width: 49%;
        top: 47%;
    }
}
@media screen and (max-width: 767px) {
    .business__img-wrap{
        height: 38vh;
    }
    .business__img-wrap .second__img{
        width: 46%;
        top: 58%;
    }
}
@media screen and (max-width: 425px) {
    .business__img-wrap{
        height: 28vh;
    }
}

.top-business__img-wrap {
    position: relative;
    height: 100%;
    overflow: visible;
}
.top-business__img-wrap .first__img{
    position: absolute;
    object-fit: cover;
    width: 84%;
    height: auto;
    top: 0;
    left: 0;
}
.top-business__img-wrap .second__img{
    position: absolute;
    object-fit: cover;
    width: 63%;
    height: auto;
    top: 55%;
    right: 0;
}

@media screen and (max-width: 1000px) {
    .top-business__img-wrap{
        height: 50vh;
    }
    .top-business__img-wrap .first__img{
        width: 79%;
        top: -12%;
        left: -3%;
    }
    .top-business__img-wrap .second__img{
        width: 55%;
        top: 51%;
        right: -3%;
    }
}
@media screen and (max-width: 768px) {
    .top-business__img-wrap{
        height: 38vh;
    }
    .top-business__img-wrap .first__img{
        width: 79%;
        left: -3%;
    }
    .top-business__img-wrap .second__img{
        width: 60%;
        top: 43%;
        right: -3%;
    }
}
@media screen and (max-width: 425px) {
    .top-business__img-wrap{
        height: 32vh;
    }
}

/*バーベキュー*/
.bbq__block{
    background-color: #fff;
    padding: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3.95%;
}
.bbq__img-wrap{
    width: 59.12%;
    aspect-ratio: 81 / 35;
}
.bbq__img-wrap img{
    object-fit: cover;
    object-position: right;
    height: 100%;
}
.bbq__text-img{
    width: 30%;
    max-width: 400px;
}
.bbq__text-img img{
    object-fit: contain;
}

@media screen and (max-width: 1000px) {
    .bbq__block{
        justify-content: space-between;
        padding: 25px;
    }
    .bbq__img-wrap{
        width: 100%;
        margin-bottom: 20px;
    }
    .bbq__text-img{
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 425px) {
    .bbq__block{
        padding: 15px;
    }
}

/*薪販売*/
.firewood {
	padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
    .firewood {
        padding-top: 6.5625rem;
    }
}
.firewood {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.firewood__content {
	display: grid;
}

@media screen and (max-width: 768px) {
    .firewood .section-title{
        align-items: flex-start;
        flex-direction: column;
        gap: 0.3125rem;
    }

}
.firewood__subtitle {
	color: #044AB2;
	color: var(--main-color);
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.084em;
	margin-top: 1.875rem;
}

.firewood__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.069em;
	line-height: 2.1111111111;
	margin-top: 0.9375rem;
}

.firewood__link {
	-webkit-text-decoration: underline;
	color: #00A4F9;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.069em;
	margin-top: 0.9375rem;
	position: relative;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.firewood__link::after {
	background: url("../images/business/firewood-link-icon.svg") no-repeat center center/contain;
	content: "";
	height: 0.6875rem;
	position: absolute;
	right: -15px;
	top: 55%;
	translate: 0 -50%;
	width: 0.6875rem;
}

.firewood__images {
	grid-gap: 4.474%;
	display: grid;
	gap: 4.474%;
	grid-template-columns: 48.509% 47.017%;
	margin-top: 1.875rem;
}

.firewood__img {
	height: auto;
	object-fit: cover;
	width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .firewood {
        padding-bottom: 3.75rem;
        padding-top: 8.125rem;
    }
    
    .firewood__subtitle {
        font-size: clamp(22px, 12.025974026px + 1.2987012987vw, 25px);
        margin-top: 3.8125rem;
    }
    
    .firewood__text {
        font-size: clamp(16px, 13.7142857143px + 0.2976190476vw, 18px);
        margin-top: 1.5rem;
    }
    
    .firewood__link {
        font-size: clamp(16px, 13.7142857143px + 0.2976190476vw, 18px);
        margin-top: 1.5rem;
    }
    
    .firewood__link::after {
        height: clamp(11.47px, 9.1842857143px + 0.2976190476vw, 13.47px);
        right: -18px;
        width: clamp(11.47px, 9.1842857143px + 0.2976190476vw, 13.47px);
    }
    
    .firewood__images {
        margin-top: 5rem;
    }
}
@media screen and (min-width: 1000px) {
    .firewood__title {
        margin-top: 1.125rem;
    }
    
    .firewood__content {
        gap: 3.37%;
        grid-template-columns: 60% 36.62%;
    }
    
    .firewood__subtitle {
        font-size: clamp(22px, 15.1818181818px + 0.6818181818vw, 25px);
    }
    
    .firewood__images {
        margin-top: 0;
    }
    /* .firewood__img-01{
        grid-row: 1/2;
        grid-column: 1/3;
    }
    .firewood__img-02{
        grid-row: 2/3;
        grid-column: 1/3;
    } */
}
@media screen and (min-width: 1440px) {
    .firewood__content {
        gap: 3.37%;
        grid-template-columns: 55% 41.62%;
    }
}

/* .br1550 {
    display: block;
}
@media screen and (min-width: 1550px) {
    .br1550 {
        display: none;
    }
} */

/*プライバシーポリシー*/
.policy {
    background-color: #E3E7EC;
    padding: 7.8125rem clamp(20px, -105.7142857143px + 16.369047619vw, 130px) 8.9375rem clamp(20px, -105.7142857143px + 16.369047619vw, 130px);
  }
  
  .policy__inner {
    margin: 0 auto;
    max-width: 1200px;
  }
  
  .policy__title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  
  .policy__title__en {
    display: block;
    font-size: 1.8rem;
    color: #333;
  }
  
  .policy__title__jp {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
  }
  
  .policy__content {
    padding: 20px 50px;
    background-color: #fff;
    margin-bottom: 60px;
  }
  
  .policy__section {
    margin-bottom: 30px;
  }
  
  .policy__subtitle {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .policy__text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
  }
  
  .policy__list {
    list-style-type: disc;
    margin-left: 20px;
    color: #555;
  }
  
  .policy__list-item {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  /* スマホ対応 */
  @media (max-width: 600px) {
    .policy__inner {
      width: 95%;
    }
  
    .policy__title {
      font-size: 2rem;
    }
  
    .policy__subtitle {
      font-size: 1.2rem;
    }
  
    .policy__text, .policy__list-item {
      font-size: 0.9rem;
    }
    .policy__content{
        padding: 20px;
        margin-bottom: 30px;
    }
  }