/*-------------------*/
/*-----ヘッディング----*/
/*-------------------*/
.service_page_heading_wrapper{
    max-width: 1100px;
    margin: 0 auto;
    width: 90vw;
}
.service_page_heading_text p{
    font-size: 30px;
}
.service_page_heading_flex_content{
    display: flex;
    gap: 20px;
}
.service_page_flex01{
    width: 50%;
}
.service_page_flex01 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8); 
}
.service_page_flex02{
    width: 50%;
}
.service_page_flex02 h2{
    font-size: 20px;
    border-bottom: 0.5px solid rgb(39, 39, 39);
    display: block;
    font-weight: 500;
}
.service_page_flex02 p{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.service_page_heading_flex_content{
    margin-top: 30px;
}
@media(max-width:768px){
    .service_page_heading_text p{
        font-size: 35px;
    }
    .service_page_heading_flex_content{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .service_page_flex01{
        width: 100%;
    }
    .service_page_flex02{
        width: 100%;
    }
    .service_page_heading_flex_content{
        margin-top: 20px;
    }
}
/*-------------------*/
/*-----サービス紹介----*/
/*-------------------*/
.service_page_text_wrapper{
    max-width: 1100px;
    margin: 0 auto;
    width: 90vw;
    margin-top: 120px;
}
.service_page_text_content h3{
    font-size: 30px;
    font-weight: 500;
}
.service_page_text_content p{
    font-size: 16px;
    margin-top: 20px;
}
@media(max-width:768px){
    .service_page_text_wrapper{
        width: 90vw;
        margin-top: 80px;
    }
    .service_page_text_content h3{
        font-size: 25px;
    }
    .service_page_text_content p{
        font-size: 16px;
        margin-top: 10px;
    }
}

/*-----Work-----*/
.work_content_in {
    display: none;
    min-height: 400px;
    padding: 20px;
    background-color: rgb(248, 248, 248);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transition: box-shadow 0.3s ease;
    margin-top: 20px;
}
.work_btn{
    text-align: end;
    margin-top: 10px;
}
.work_btn i {
    transition: transform 0.3s ease;
    font-size: 30px;
}
.work_btn.rotate i {
    transform: rotate(180deg);
}
.service_work_heading{
    margin-top: 40px;
    margin-bottom: 10px;
}
.service_work_flex_area{
    display: flex;
    gap:20px;
}
.service_work_flex h4{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.service_work_flex h4 span{
    font-size: 30px;
}
.service_work_heading p{
    font-size: 25px;
}
@media(max-width:768px){
    .service_work_flex_area{
        flex-wrap: wrap;
    }
    .service_work_flex h4{
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .service_work_flex h4 span{
        font-size: 30px;
    }
}

.work_content_in_flex01_flex_in{
    display: flex;
    gap:10px;
    justify-content: space-between;
}
.work_content_in_flex01_flex_in01 {
    border-radius: 10px;
    width: 50%;
}
.work_content_in_flex01_flex_in01{
    width: 50%;
}
.work_content_in_flex01_flex_in01 img{
    width: 100%;
    border-radius: 10px;
}
p.work_content_in_heading01{
    font-size: 30px;
    margin-bottom: 20px;
}
p.work_content_in_flex01_flex_in02_p01{
    font-size: 35px;
}
p.work_content_in_flex01_flex_in02_p02{
    font-size: 16px;
}
.work_content_in_flex02{
    margin-top: 20px;
}
.service_page_text_container_voice {
  background: linear-gradient(
    135deg,
    #b7b7b7 0%,
    #a8a8a8 20%,
    #9d9d9d 40%,
    #8f8f8f 60%,
    #8a8a8a 80%,
    #a2a2a2 100%
  );
}

.service_page_text_wrapper_voice{
    padding-top: 120px;
    padding-bottom: 120px;
	color:#ffffff;
}
.service_page_text_wrapper_voice .service_work_heading{
    margin-top: 0px;
}
footer{
	margin-top:0;
}
.work_content_in_flex01_flex_in01 {
    width: 40%;
}
.work_content_in_flex01_flex_in02{
    width: 60%;
}
@media(max-width:768px){
    .work_content_in_flex01_flex_in{
        flex-wrap: wrap;
    }
    .work_content_in_flex01_flex_in01 {
        width: 100%;
    }
    .work_content_in_flex01_flex_in01{
        width: 100%;
    }
    .service_page_text_wrapper_voice{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.anchor_link {
    margin-left: 8px;
    font-size: 0.8em;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

.anchor_link:hover {
    color: #000;
}
h3[id] {
    scroll-margin-top: 100px;
}
.work_content_in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  display: none;
}

.work_content_in.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.service_page_flex02 a{
	display:flex;
	justify-content:end;
	align-items:center;
	text-align:end;
    width: 10%;
    margin-left: auto;
}
.service_page_flex02 h2 {
    display: flex;
    align-items: center;
}