/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
@media screen and (max-width: 834px) {
  #top_slideshow {
    width: 100%;
    position: relative;
  }
  #top_slideshow .text_on_slide {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
  }
  #top_slideshow .text_on_slide p {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  }
  #top_slideshow .text_on_slide picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    object-position: -56px 0;
  }
  #top_slideshow .bx-wrapper {
    border: none;
    box-shadow: none;
    background: none;
    margin-bottom: 0;
  }
  #top_slideshow .bx-wrapper .bx-slider li img {
    width: 100%;
    height: auto;
  }
  #top_business {
    padding-top: 41px;
    position: relative;
  }
  #top_business .content_wrap {
    position: relative;
  }
  #top_business .content_wrap img {
    width: 100%;
    height: auto;
  }
  #top_business .content_wrap .content_wrap_inner {
    background: #f7f7f7;
  }
  #top_business .content_wrap .content_wrap_inner .text_area {
    margin: 0 9px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    padding: 60px 30px 50px;
  }
  #top_business .content_wrap .content_wrap_inner .text_area h2 {
    font-weight: 700;
    font-size: 3.2rem;
    text-align: center;
    color: #000;
    margin-bottom: 37px;
    letter-spacing: 0.1em;
  }
  #top_business .content_wrap .content_wrap_inner .text_area h2 .en {
    font-weight: 500;
    font-size: 1.5rem;
    color: #009944;
    margin-bottom: 17px;
    display: block;
    letter-spacing: 0.12em;
  }
  #top_business .content_wrap .content_wrap_inner .text_area h3 {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    white-space: nowrap;
    margin: 0 -22px 20px;
    text-align: center;
  }
  #top_business .content_wrap .content_wrap_inner .text_area p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 35px;
    letter-spacing: 0.05em;
  }
  #top_business .content_wrap .content_wrap_inner .text_area .link_btn {
    margin: 0 auto;
  }
  #top_business .content_wrap::before {
    content: "";
    height: 41px;
    width: 90px;
    box-sizing: border-box;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    top: -41px;
    left: 9px;
  }
  #top_business .content_wrap::after {
    content: "";
    height: 41px;
    width: 90px;
    box-sizing: border-box;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    top: -41px;
    right: 9px;
  }
  #top_works {
    padding: 55px 10px 75px;
  }
  #top_works h2 {
    font-weight: 700;
    font-size: 3.2rem;
    text-align: center;
    color: #000;
    margin-bottom: 38px;
    letter-spacing: 0.1em;
  }
  #top_works h2 .en {
    font-weight: 500;
    font-size: 1.5rem;
    color: #009944;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0.12em;
  }
  #top_works .works_wrap .work_content a dl dt img {
    width: 100%;
    height: auto;
  }
  #top_works .works_wrap .work_content a dl dd {
    padding: 30px 20px 36px 25px;
    box-shadow: 0px 3px 3px 0px rgba(51, 51, 51, 0.07);
    margin-bottom: 40px;
  }
  #top_works .works_wrap .work_content a dl dd .work_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #top_works .works_wrap .work_content a dl dd .work_info .category_tag {
    box-sizing: border-box;
    border: solid 1px #3da66c;
    color: #3da66c;
    font-size: 1.4rem;
    padding: 7px 12px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  #top_works .works_wrap .work_content a dl dd .work_info .date {
    color: #999999;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
  }
  #top_works .works_wrap .work_content a dl dd h3 {
    font-weight: 600;
    font-size: 2rem;
    position: relative;
    line-height: 1.3;
  }
  #top_works .works_wrap .work_content a dl dd h3::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 3px solid #aedac2;
    border-bottom: 3px solid #aedac2;
    transform: rotate(-45deg) translateY(-50%);
    top: 8px;
    right: 0;
    position: absolute;
  }
  #top_works .link_btn {
    margin: 0 auto;
  }
  .top_company_wrap {
    padding-bottom: 50px;
    position: relative;
  }
  .top_company_wrap #top_company {
    display: flex;
    flex-direction: column;
  }
  .top_company_wrap #top_company .text_wrap_outer {
    order: 2;
    height: 320px;
    background: #f7f7f7;
    padding: 0 10px;
  }
  .top_company_wrap #top_company .text_wrap_outer .text_wrap {
    background: rgba(255, 255, 255, 0.94);
    margin-top: -90px;
    padding: 59px 30px 41px;
    position: relative;
    z-index: 11;
  }
  .top_company_wrap #top_company .text_wrap_outer .text_wrap h2 {
    font-weight: 700;
    font-size: 3.2rem;
    text-align: center;
    color: #000;
    margin-bottom: 34px;
    letter-spacing: 0.1em;
  }
  .top_company_wrap #top_company .text_wrap_outer .text_wrap h2 .en {
    font-weight: 500;
    font-size: 1.5rem;
    color: #009944;
    margin-bottom: 17px;
    display: block;
    letter-spacing: 0.12em;
  }
  .top_company_wrap #top_company .text_wrap_outer .text_wrap p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 31px;
    letter-spacing: 0.08em;
  }
  .top_company_wrap #top_company .text_wrap_outer .text_wrap .link_btn {
    margin: 0 auto;
  }
  .top_company_wrap #top_company img {
    width: 100%;
    height: auto;
    order: 1;
    position: relative;
    z-index: 10;
  }
  .top_company_wrap::before {
    content: "";
    height: 100%;
    width: 90px;
    box-sizing: border-box;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
  }
  .top_company_wrap::after {
    content: "";
    height: 100%;
    width: 90px;
    box-sizing: border-box;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
  }
  .top_recruit_wrap {
    padding-bottom: 50px;
    position: relative;
  }
  .top_recruit_wrap #top_recruit {
    display: flex;
    flex-direction: column;
  }
  .top_recruit_wrap #top_recruit .text_wrap_outer {
    order: 2;
    height: 294px;
    background: #f7f7f7;
    padding: 0 10px;
  }
  .top_recruit_wrap #top_recruit .text_wrap_outer .text_wrap {
    background: rgba(255, 255, 255, 0.94);
    margin-top: -90px;
    padding: 59px 30px 40px;
    position: relative;
    z-index: 10;
  }
  .top_recruit_wrap #top_recruit .text_wrap_outer .text_wrap h2 {
    font-weight: 700;
    font-size: 3.2rem;
    text-align: center;
    color: #000;
    margin-bottom: 31px;
    letter-spacing: 0.1em;
  }
  .top_recruit_wrap #top_recruit .text_wrap_outer .text_wrap h2 .en {
    font-weight: 500;
    font-size: 1.5rem;
    color: #009944;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 0.12em;
  }
  .top_recruit_wrap #top_recruit .text_wrap_outer .text_wrap p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 38px;
    letter-spacing: 0.08em;
  }
  .top_recruit_wrap #top_recruit .text_wrap_outer .text_wrap .link_btn {
    margin: 0 auto;
  }
  .top_recruit_wrap #top_recruit img {
    width: 100%;
    height: auto;
    order: 1;
    position: relative;
    z-index: 10;
  }
  .top_recruit_wrap::before {
    content: "";
    height: 100%;
    width: 90px;
    box-sizing: border-box;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
  }
  .top_recruit_wrap::after {
    content: "";
    height: 100%;
    width: 90px;
    box-sizing: border-box;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
  }
}
