/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
@media screen and (min-width: 835px) {
  #top_slideshow {
    overflow: hidden;
    position: relative;
    height: calc(41vw - 110px - 90px);
    min-height: 580px;
  }
  #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: 3.5rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.6);
  }
  #top_slideshow .text_on_slide img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #top_slideshow .bx-wrapper {
    border: none;
    box-shadow: none;
    background: none;
    margin-bottom: 0;
    height: 100%;
  }
  #top_slideshow .bx-wrapper .bx-viewport {
    height: 100% !important;
  }
  #top_slideshow .bx-wrapper .bx-viewport .bx-slider {
    height: 100% !important;
  }
  #top_slideshow .bx-wrapper .bx-viewport .bx-slider li {
    height: 100% !important;
  }
  #top_slideshow .bx-wrapper .bx-viewport .bx-slider li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #top_business {
    padding-top: 90px;
  }
  #top_business .content_wrap {
    background: url("../img/top/top_business.jpg") no-repeat;
    background-size: cover;
  }
  #top_business .content_wrap .content_wrap_inner {
    max-width: 1743px;
    margin: 0 auto;
    position: relative;
  }
  #top_business .content_wrap .content_wrap_inner .text_area {
    background: #f7f7f7;
    width: 580px;
    box-sizing: border-box;
    padding: 67px 47px 70px 97px;
    margin-left: 100px;
  }
  #top_business .content_wrap .content_wrap_inner .text_area h2 {
    font-weight: 600;
    font-size: 3.6rem;
    color: #000;
    margin-bottom: 38px;
    letter-spacing: 0.12em;
  }
  #top_business .content_wrap .content_wrap_inner .text_area h2 .en {
    color: #3da66c;
    font-weight: 500;
    font-size: 2rem;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 0.08em;
  }
  #top_business .content_wrap .content_wrap_inner .text_area h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 22px;
    letter-spacing: 0.08em;
  }
  #top_business .content_wrap .content_wrap_inner .text_area p {
    line-height: 2.13;
    font-size: 1.5rem;
    margin-bottom: 56px;
  }
  #top_business .content_wrap .content_wrap_inner::before {
    content: "";
    height: 90px;
    width: 300px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    top: -90px;
    left: 100px;
  }
  #top_business .content_wrap .content_wrap_inner::after {
    content: "";
    height: 90px;
    width: 300px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    top: -90px;
    right: 100px;
  }
  #top_works .works_wrap_outer {
    padding: 104px 0 100px;
    max-width: 1743px;
    position: relative;
    margin: 0 auto;
  }
  #top_works .works_wrap_outer h2 {
    text-align: center;
    font-weight: 600;
    font-size: 3.6rem;
    color: #000;
    margin-bottom: 50px;
    letter-spacing: 0.12em;
  }
  #top_works .works_wrap_outer h2 .en {
    color: #3da66c;
    font-weight: 500;
    font-size: 2rem;
    display: block;
    margin-bottom: 22px;
    letter-spacing: 0.08em;
  }
  #top_works .works_wrap_outer .works_wrap {
    display: flex;
    justify-content: space-between;
    width: 1020px;
    margin: 0 auto 82px;
    position: relative;
    z-index: 100;
  }
  #top_works .works_wrap_outer .works_wrap .work_content {
    width: 320px;
    box-sizing: border-box;
    display: flex;
  }
  #top_works .works_wrap_outer .works_wrap .work_content:hover {
    cursor: pointer;
  }
  #top_works .works_wrap_outer .works_wrap .work_content a {
    display: flex;
  }
  #top_works .works_wrap_outer .works_wrap .work_content a dl {
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  #top_works .works_wrap_outer .works_wrap .work_content a dl dt img {
    width: 320px;
    height: 220px;
    object-fit: cover;
    margin-bottom: 20px;
  }
  #top_works .works_wrap_outer .works_wrap .work_content a dl dd {
    box-shadow: 0px 3px 3px 0px rgba(51, 51, 51, 0.07);
    padding-bottom: 39px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  #top_works .works_wrap_outer .works_wrap .work_content a dl dd .work_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #top_works .works_wrap_outer .works_wrap .work_content a dl dd .work_info .category_tag {
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 6px 14px;
    color: #3da66c;
    border: solid 1px #3da66c;
  }
  #top_works .works_wrap_outer .works_wrap .work_content a dl dd .work_info .date {
    color: #999;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  #top_works .works_wrap_outer .works_wrap .work_content a dl dd h3 {
    font-weight: 600;
    padding: 0 calc(20px + 1em) 0 20px;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    position: relative;
  }
  #top_works .works_wrap_outer .works_wrap .work_content a dl dd h3::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #3da66c;
    border-bottom: 2px solid #3da66c;
    position: absolute;
    top: 11px;
    right: 20px;
    transform: rotate(-45deg) translateY(-50%);
  }
  #top_works .works_wrap_outer::before {
    content: "";
    height: 100%;
    width: 300px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    top: 0;
    left: 100px;
  }
  #top_works .works_wrap_outer::after {
    content: "";
    height: 100%;
    width: 300px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    top: 0;
    right: 100px;
  }
  #top_works .works_wrap_outer .link_btn {
    margin: 0 auto;
  }
  .top_company_wrap {
    position: relative;
    padding-bottom: 100px;
  }
  .top_company_wrap #top_company {
    display: flex;
    height: 560px;
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .top_company_wrap #top_company .text_wrap_outer {
    min-width: 550px;
    width: calc(50% - 300px);
    background-color: #f7f7f7;
  }
  .top_company_wrap #top_company .text_wrap_outer .decoration_area {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 1743px;
    margin: auto;
  }
  .top_company_wrap #top_company .text_wrap_outer .decoration_area .text_wrap {
    z-index: 110;
    position: absolute;
    width: 560px;
    background: rgba(255, 255, 255, 0.8);
    padding: 80px 90px 77px 90px;
    top: 70px;
    left: 100px;
  }
  .top_company_wrap #top_company .text_wrap_outer .decoration_area .text_wrap h2 {
    text-align: left;
    font-weight: 600;
    font-size: 3.6rem;
    color: #000;
    margin-bottom: 33px;
    letter-spacing: 0.1em;
  }
  .top_company_wrap #top_company .text_wrap_outer .decoration_area .text_wrap h2 .en {
    color: #3da66c;
    font-weight: 500;
    font-size: 2rem;
    display: block;
    margin-bottom: 16px;
    letter-spacing: 0.12em;
  }
  .top_company_wrap #top_company .text_wrap_outer .decoration_area .text_wrap p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 45px;
  }
  .top_company_wrap #top_company .text_wrap_outer .decoration_area::before {
    content: "";
    height: 100%;
    width: 300px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    top: 0;
    left: 100px;
  }
  .top_company_wrap #top_company picture {
    width: calc(50% + 300px);
    position: relative;
    z-index: 100;
  }
  .top_company_wrap #top_company picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top_company_wrap .decoration_area_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1743px;
    margin: auto;
  }
  .top_company_wrap .decoration_area_2::before {
    content: "";
    height: 100px;
    width: 300px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    bottom: 0;
    left: 100px;
  }
  .top_company_wrap .decoration_area_2::after {
    content: "";
    height: 100px;
    width: 300px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    bottom: 0;
    right: 100px;
  }
  .top_recruit_wrap {
    position: relative;
    padding-bottom: 120px;
  }
  .top_recruit_wrap #top_recruit {
    display: flex;
    height: 560px;
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .top_recruit_wrap #top_recruit .text_wrap_outer {
    min-width: 550px;
    width: calc(50% - 325px);
    background-color: #f7f7f7;
  }
  .top_recruit_wrap #top_recruit .text_wrap_outer .decoration_area {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 1743px;
    margin: auto;
  }
  .top_recruit_wrap #top_recruit .text_wrap_outer .decoration_area .text_wrap {
    z-index: 110;
    position: absolute;
    width: 560px;
    background: rgba(255, 255, 255, 0.8);
    padding: 80px 80px 80px 90px;
    top: 70px;
    right: 100px;
  }
  .top_recruit_wrap #top_recruit .text_wrap_outer .decoration_area .text_wrap h2 {
    text-align: left;
    font-weight: 600;
    font-size: 3.6rem;
    color: #000;
    margin-bottom: 33px;
    letter-spacing: 0.1em;
  }
  .top_recruit_wrap #top_recruit .text_wrap_outer .decoration_area .text_wrap h2 .en {
    color: #3da66c;
    font-weight: 500;
    font-size: 2rem;
    display: block;
    margin-bottom: 17px;
    letter-spacing: 0.12em;
  }
  .top_recruit_wrap #top_recruit .text_wrap_outer .decoration_area .text_wrap p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 44px;
    white-space: nowrap;
  }
  .top_recruit_wrap #top_recruit .text_wrap_outer .decoration_area::before {
    content: "";
    height: 100%;
    width: 300px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    top: 0;
    right: 100px;
  }
  .top_recruit_wrap #top_recruit picture {
    width: calc(50% + 325px);
    position: relative;
    z-index: 100;
  }
  .top_recruit_wrap #top_recruit picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top_recruit_wrap .decoration_area_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1743px;
    margin: auto;
  }
  .top_recruit_wrap .decoration_area_2::before {
    content: "";
    height: 120px;
    width: 300px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    bottom: 0;
    left: 100px;
  }
  .top_recruit_wrap .decoration_area_2::after {
    content: "";
    height: 120px;
    width: 300px;
    border-right: 1px solid rgba(170, 170, 170, 0.15);
    border-left: 1px solid rgba(170, 170, 170, 0.15);
    position: absolute;
    bottom: 0;
    right: 100px;
  }
}
