.top__work_box{
  display: flex;
  width: 100%;
  margin-top: 100px;

}

.top__work_left{
  width: 10%;
  margin: auto;
  margin-left: 3.5%;
  object-fit: cover;
  display: flex;
  
  
}


.top__work_center{
  width: 70%;
  margin: 0;
  margin-left: 3%;
}

.top__work_right{
  width: 10%;
  margin: auto;
  padding: 120px 0;

}


.top__work_center > h2 {
  font-weight: 700;
  font-size: 3rem;
  font-family: serif;
  text-align: left;
}
.top__work_center__contents {
  display: flex;
  justify-content: space-between;
}
.top__work_center-sec01 {
  width: 80%;
  display: grid;
  justify-content: space-between;
}

.top__work_left-sec01 {
  width: 100%;
}

.top__work_left-sec01 img {
  width: 100%;

  object-fit: none;
}



.scroll-box {
  width: 100%;
  overflow: scroll;
  margin-bottom: 5%;
  height: 500px;
  scroll-margin-top: 50px;

}

.scroll-content {
  width: 100%;
  margin: 0 auto;

}

.scroll-box::-webkit-scrollbar {
  background: #c2c2c2;
  width: 5px;
  height: 3px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background-color: rgb(66, 66, 66);
  border: 2px solid rgb(58, 58, 58);
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background-color: rgb(88, 88, 88);
}

.section_box{
  margin: auto;
  margin-bottom: 3.5%;
  width: 100%;
  font-size: 100%;
  line-height: 2rem;
  text-align: center;
}

.section_box_placeholder_L{
  width: 50px;
}
.section_box_placeholder_r{
  flex-grow: 1;
}

.section_style{
  display: block;
    background-color: #dfdfdf;
    padding: 2%;
    width: 40%;
    font-weight: 400;
    font-size: 1.2rem;
    border: 1px solid #ffffff;
  
    color: #414141; 
    text-decoration: none; 
    padding: 1%;
}

section_style:hover {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}



.section_style h3{
  font-weight: 600;
  font-size: 2rem;
  font-family: sans-serif;
  text-align: center;
}

.section_style p{
  font-size: 1rem;
  text-align: left;
  width: 90%;
  margin: auto;
}

.section_style img{
  width: 70%;
}

.section_work_01{
  width: 100%;
  display: flex;
}


.section_work_02{
  width: 100%;
  display: flex;
}

.section_work_03{
  width: 100%;
  display: flex;
}

.section_work_04{
  width: 100%;
  display: flex;
}

.work_contents_box{
  display: block;
  margin-bottom: 3%;
  padding: 1% 3%;
  background-color: rgb(214, 214, 214);
}

.work__font{
  font-weight: 400;
  font-size: 1rem;

  text-align: left;


}


.work_contents_01_title{
  border-bottom: 3px solid #333;
}

.work_contents_01_title h2 {
  margin: 0;
  scroll-margin-top: -450px;
}

.work_contents_01_explanation {
  border-left: 2px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
  padding: 1% 0%;
  display: flex;
}

.work_contents_01_explanation img{
  padding: 1% 3%;
  width: 15%;
}

.work_contents_01_support{
  border-left: 2px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
  padding: 1% 0%;
}

.work_contents_02 {
  border-left: 2px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
  padding: 1% 0%;
}


@media only screen and (max-width:1025px){
  .section_style p{
    font-size: 0.9rem;
  }
  .section_style h3{
    font-size: 1.9rem;
  }

}


@media only screen and (max-width:960px){
  .top__work_box{
    display: flex;
    width: 100%;
    margin-top: 100px;
  
  }
  
  .top__work_left{
    width: 10%;
    margin: auto;
    margin-left: 3.5%;
    object-fit: cover;
    display: flex;
    
    
  }
  
  
  .top__work_center{
    width: 90%;
    margin: 0;
    margin-left: 3%;
  }
  
  .top__work_right{
    width: 0%;
    margin: auto;
    padding: 120px 0;
  
  }
  
  
  .top__work_center > h2 {
    font-weight: 700;
    font-size: 3rem;
    font-family: serif;
    text-align: left;
  }
  .top__work_center__contents {
    display: flex;
    justify-content: space-between;
  }
  .top__work_center-sec01 {
    width: 80%;
    display: grid;
    justify-content: space-between;
  }
  
  .top__work_left-sec01 {
    width: 100%;
  }
  
  .top__work_left-sec01 img {
    width: 100%;
  
    object-fit: none;
  }
  
  
  
  .scroll-box {
    width: 100%;
    overflow: scroll;
    margin-bottom: 5%;
    height: 500px;
    scroll-margin-top: 50px;
  
  }
  
  .scroll-content {
    width: 100%;
    margin: 0 auto;
  
  }
  
  .scroll-box::-webkit-scrollbar {
    background: #c2c2c2;
    width: 5px;
    height: 3px;
  }
  .scroll-box::-webkit-scrollbar-thumb {
    background-color: rgb(66, 66, 66);
    border: 2px solid rgb(58, 58, 58);
  }
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background-color: rgb(88, 88, 88);
  }
  
  .section_box{
    margin: auto;
    margin-bottom: 3.5%;
    width: 100%;
    font-size: 100%;
    line-height: 2rem;
    text-align: center;
  }
  
  .section_box_placeholder_L{
    width: 50px;
  }
  .section_box_placeholder_r{
    flex-grow: 1;
  }
  
  .section_style{
    display: block;
    background-color: #dfdfdf;
    padding: 2%;
    width: 40%;
    font-weight: 400;
    font-size: 1.2rem;
    border: 1px solid #ffffff;
  
    color: #414141; 
    text-decoration: none; 
    padding: 1%;
  }
  
  section_style:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
  }
  
  
  
  .section_style h3{
    font-weight: 600;
    font-size: 1.8rem;
    font-family: sans-serif;
    text-align: center;
  }

  .section_style p{
    font-size: 0.8rem;
  }
  
  .section_style img{
    width: 70%;
  }
  
  .section_work_01{
    width: 100%;
    display: flex;
  }
  
  
  .section_work_02{
    width: 100%;
    display: flex;
  }
  
  .section_work_03{
    width: 100%;
    display: flex;
  }
  
  .section_work_04{
    width: 100%;
    display: flex;
  }
  
  .work_contents_box{
    display: block;
    margin-bottom: 3%;
    padding: 1% 3%;
    background-color: rgb(214, 214, 214);
  }
  
  .work__font{
    font-weight: 400;
    font-size: 1rem;
 
    text-align: left;
  
  
  }
  
  
  .work_contents_01_title{
    border-bottom: 3px solid #333;
  
  }
  
  .work_contents_01_title h2 {
    margin: 0;
    scroll-margin-top: -450px;
  }
  
  .work_contents_01_explanation {
    border-left: 2px solid #c2c2c2;
    border-bottom: 2px solid #c2c2c2;
    padding: 1% 0%;
    display: flex;
  }
  
  .work_contents_01_explanation img{
    padding: 1% 3%;
    width: 15%;
  }
  
  .work_contents_01_support{
    border-left: 2px solid #c2c2c2;
    border-bottom: 2px solid #c2c2c2;
    padding: 1% 0%;
  }
  
  .work_contents_02 {
    border-left: 2px solid #c2c2c2;
    border-bottom: 2px solid #c2c2c2;
    padding: 1% 0%;
  }
  
}



@media only screen and (max-width:481px) {
  .top__work_box{
    display: block;
    width: 95%;
    margin: auto;
    margin-top: 10%;
  
  }
  
  .top__work_left{
    width: 100%;
    
    margin-left: 0;
  
    
    
  }
  
  .top__work_center{
    width: 100%;
    margin: 0;
    margin-left: 0%;
  }
  
  .top__work_right{
    width: 20%;
    margin: auto;
    padding: 120px 0;
  
  }
  
  
  .top__work_center > h2 {
    font-weight: 700;
    font-size: 2rem;
    font-family: serif;
    margin-left: 0%;
  }
  .top__work_center__contents {
    display: flex;
    justify-content: space-between;
  }
  .top__work_center-sec01 {
    width: 80%;
    display: grid;
    justify-content: space-between;
  }
  
  .top__work_left-sec01 {
    width: 100%;
  }
  
  .top__work_left-sec01 img {
    width: 100%;
  
    object-fit: none;
  }
  
  .scroll-box {
    width: 100%;
    overflow: scroll;
    margin-bottom: 5%;
    height: 500px;
    scroll-margin-top: 50px;
    
  
  }
  
  .scroll-content {
    width: 100%;
    margin: 0 auto;
  
  }
  
  .scroll-box::-webkit-scrollbar {
    background: #c2c2c2;
    width: 5px;
    height: 3px;
  }
  .scroll-box::-webkit-scrollbar-thumb {
    background-color: rgb(66, 66, 66);
    border: 2px solid rgb(58, 58, 58);
  }
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background-color: rgb(88, 88, 88);
  }
  


  .section_box{
    margin: auto;
    margin-bottom: 1%;
    width: 100%;
    font-size: 100%;
    line-height: 2rem;
    text-align: center;
  }

  .section_box_placeholder_L{
    width: 0px;
  }
  .section_box_placeholder_r{
    flex-grow: 0;
  }

  .section_work_01{
    width: 100%;
    display: flex;
  }

  .section_work_02{
    width: 100%;
    display: flex;
  }

  .section_work_03{
    width: 100%;
    display: flex;
  }

  .section_work_04{
    width: 100%;
    display: flex;
  }
  
  
  .section_style{
    width: 100%;
    background-color: #dfdfdf;
    padding: 1%;
    font-weight: 200;
    font-size: 1rem;
    border: 1px solid #ffffff;

    color: #414141; 
    text-decoration: none; 
  }

  .section_style h3{
    font-size: 1.7rem;
  }
  
  .section_style p{

    font-weight: 200;
    font-size: 0.8rem;


  }

  
  section_style:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
  }
  
  
  .work_contents_box{
    display: block;
    margin-bottom: 3%;
    padding: 1% 3%;
    background-color: rgb(214, 214, 214);
  }
  
 
  
  .work_contents_01_title{
    border-bottom: 3px solid #333;
  
  }
  
  .work_contents_01_title h2 {
    margin: 0;
    scroll-margin-top: -450px;
  }
  
  .work_contents_01_explanation {
    border-left: 2px solid #c2c2c2;
    border-bottom: 2px solid #c2c2c2;
    padding: 1% 0%;
    display: flex;
  }
  
  .work_contents_01_explanation img{
    padding: 1% 3%;
    width: 15%;
  }
  
  .work_contents_01_support{
    border-left: 2px solid #c2c2c2;
    border-bottom: 2px solid #c2c2c2;
    padding: 1% 0%;
  }
  
  .work_contents_02 {
    border-left: 2px solid #c2c2c2;
    border-bottom: 2px solid #c2c2c2;
    padding: 1% 0%;
  }
}