@charset "UTF-8";

@media screen and (max-width: 550px) {




  /* SECTION: レスポンシブ用ヘルパークラス */
  .sp_none {
    display: none;
  }

  .sp_block {
    display: block;
  }

  .sp_inblock {
    display: inline-block;
  }

  .video {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: unset;
    min-height: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 5;
  }

  #header0 {
    width: 100%;
    min-width: unset;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    position: relative;
    overflow: hidden;
    z-index: 20;
  }

  .wrap {
    position: relative;
    min-width: unset;
    width: 100%;
    height: 230px;
  }

  #header {
    width: 100%;
    height: 80px;
    min-width: unset;
    margin: 0px auto 0px auto;
    padding: 25px 0 0px 4%;
    position: relative;
    box-sizing: border-box;
    z-index: 15;
    background-color: #fff;
  }

.header_h1cp {
 font-size: 14px;
 font-size: 10px;
 font-size: 67%;
 position: relative;
  position: absolute;
        font-weight: 400;
        color: #333;
        line-height: 1.35em;
		line-height: 1.3;
        letter-spacing: 0.0em;
        text-transform: none;
        padding: 0px 0px 0px 2px;
        margin: 0em 0em 0.0em 0em;
		top:-5px;
		top:10px;
		top:4px;
}

  .header_inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: relative;
  }

  /* ロゴ部分 */
  .header_logo {
    width: 95%;
    flex: 0 0 auto;
    position: relative;
    z-index: 5;
    margin-top: -7px;
	margin-top: 12px;
margin-top: 8px;
  }

  .rrt_header_logo {
    width: 85%;
    flex: 0 0 auto;
    position: relative;
    z-index: 5;
    margin-top: -7px;

  }

  .header_logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .logo_mark {
    position: relative;
    margin-right: 10px;
  }

  .logo_mark img {
    max-width: 100%;
    width: 80%;
    height: auto;

    vertical-align: middle;
  }

  .rrt_header_logo .logo_mark img {
    width: 90%;
  }

  .footer_contact_section {
    width: 100%;
    min-width: unset;
    margin: 70px auto 0;

  }

  .footer_contact_wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .footer_contact_title {
    width: 100%;
    margin: 5px auto 0;
    padding: 0 6%;
    box-sizing: border-box;
  }

  .sub_ttl_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .sub_ttl_icon_line {
    width: 100%;
    height: 1px;
  }



  .footer_contact_title_ja {
    width: 160px;
    z-index: 20;
    position: relative;
    margin: -22px auto 0;
    font-size: 22px;
  }

  .footer_contact_content {
    width: 100%;
    min-height: unset;
    height: auto;
    margin: 10px auto 0;
    display: block;
    padding: 25px 0 10px;
    box-sizing: border-box;
  }

  .footer_contact_business_text {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: center;
    margin: 0 6% 20px !important;
  }

  .footer_contact_common {
    width: 80%;
    height: 65px;
    margin: 0 auto 15px;
    padding: 0 6%;
    box-sizing: border-box;
  }

  .footer_contact_phone {
    display: block;
    padding-top: 10px;
  }

  .footer_contact_phone_number {
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .footer_contact_phone_number a {
    display: flex;
    align-items: center;
    width: 85%;
  }

  .footer_contact_phone_number a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .footer_contact_phone_hours {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    padding-top: 2px;
  }

  .footer_contact_form {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer_contact_form a {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
  }

  .footer_contact_form a:hover {
    opacity: 0.7;
  }

  .footer_contact_form a img {
    width: 20px;
    height: auto;
    object-fit: cover;
  }

  .footer_contact_line {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 0px 0 0;
    box-sizing: border-box;
  }

  .footer_contact_line a {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }

  .footer_contact_line .line_icon {
    width: 25px;
    height: 25px;
    object-fit: cover;
  }

  .footer_contact_line a:hover {
    opacity: 0.7;
  }

  .footer_contact_line .qr_img {
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .footer_main {
    width: 100%;
    min-width: unset;
    margin: 0 auto;
    padding: 40px 0 40px;
  }

  .footer_main_re2 {
    box-sizing: border-box;
    min-width: unset;
    margin: 0 auto;
    padding: 40px 0 40px !important;
  }

  .footer_main_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
    box-sizing: border-box;
    display: block;
  }



  .footer_main_logo_wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 120px;
  }

  .footer_main_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .footer_main_address {
    font-size: 14px;
    line-height: 1.3rem;
    margin-top: 35px;
  }

  .footer_main_copyright {
    font-size: 12px;
    line-height: 1.2rem;
    margin-top: 18px;
  }

  .footer_main_right {
    display: none;
  }

  .cts1 {
    clear: both;
    min-width: unset;
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    overflow: visible;

  }

  #mainvisual {
    z-index: auto;
  }

  .bx-wrapper .bx-pager {
    display: none !important;
  }

  .home_content1 {
    min-width: unset;
    width: 100%;
    position: relative;
    z-index: 15;
  }

  .top_line {
    min-width: unset;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10000;
    margin-top: -70px;
  }

  .top_line img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .top_message {
    position: relative;
    z-index: 30;
    margin-top: 0px;
    text-align: left;
    font-size: 17px;
    line-height: 1.6rem;
    padding: 0 6%;
  }

  .e-tec {
    box-sizing: border-box;
    width: 50%;
    min-width: unset;
    margin: -230px auto 220px auto;
	margin: -230px auto 220px auto;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }

  .home_content2 {
    background-color: #F5F7FA;
    clear: both;
    width: 100vw;
    min-width: unset;
    margin: 0px auto 0px auto;
    padding: 40px 6% 180px;
	padding: 40px 6% 150px;
    overflow: hidden;
    position: relative;
    z-index: 15;
  }

  .home_content_title1,
  .home_content_title2 {
    width: 100%;
    margin: 0 auto;
  }

  .home_content_title1_ja {
    z-index: 20;
    position: relative;
    font-size: 22px;
    margin: -22px auto 0;
  }

  .home_content_title2_ja {
    z-index: 20;
    position: relative;
    font-size: 22px;
    background-color: #fff;
	background-color: #F5F7FA;
    font-weight: 600;
    margin: -35px auto 0;
  }

  .home_content2_ttl {
    width: 110px;
  }

  .home_content2_txt {
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5rem;
  }

  .home_content2_item_wrap {
    margin: 30px auto 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    min-width: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px 0;
  }

  .home_content2_item {
    width: 48.5%;
    margin-bottom: 25px;
  }

  .home_content2_item_ttl {
    background: url(img/top_business_ttl_bk.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 67px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
  }

  .home_content2_item_txt {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: -5px;
    line-height: 1.15rem;
    white-space: normal;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .home_content2_item_img {
    width: 100%;
    height: auto;
    border-top: 3px solid #00A5E3;
    margin-top: 5px;
  }


/* =トップ事業案内修正版 */
.home_content2_item_wrap2 {
box-sizing: border-box;
max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 0px 0 0;
}

.home_content2_item2 {
box-sizing: border-box;
float:left;
  width: 580px;
  width: 48%;
  margin:0px 3% 15px 0;
  border-top: 1px solid #b9c8d2;
  border-bottom: 1px solid #b9c8d2;
  background-color: #fff;
  overflow:hidden;
}
.home_content2_item2:nth-child(2n) {
margin:0px 0px 15px 0 !important;
}

.h_item2_1 {
box-sizing: border-box;
float:none;
  width: 260px;
  width: auto;
 margin:0px auto;
padding: 0px 0px 0px 0px;
}
.h_item2_1 img {
max-width: 100%;
height: auto;
}
.h_item2_2 {
box-sizing: border-box;
float:none;
  width: 320px;
  width: auto;
 margin:0px 0;
padding: 10px 5px 20px 15px;
}

.h_item2_ttl {
font-size: 16px;
font-weight: 600 !important;
color: #0078be;
line-height: 1.4em;
text-align:left;
padding: 0px 0px 0px 0px;
margin:0px 0 10px 0;
overflow:hidden;
}
.h_item2_cp1 {
font-size: 14px;
font-weight: normal;
color: #333;
text-align:left;
line-height: 1.35em;
padding: 0px 0px 0px 0px;
margin:0px 0 0px 0;
overflow:hidden;
}
.h_item2_cp2 {
font-size: 14px;
font-weight: normal;
color: #333;
text-align:left;
line-height: 1.4em;
padding: 0px 0px 0px 0px;
margin:0px 0 0px 0;
overflow:hidden;
}
/* =トップ事業案内修正版 ここまで */



  .home_solution_link_wrap {
    position: relative;
    z-index: 20;
    box-sizing: border-box;
    width: 88%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -140px 6% 0;
    padding: 6px;
  }

  .home_solution_link_border {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #FFFFFF;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 130px;
    grid-template-rows: auto auto auto;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box;
    align-items: center;
    row-gap: 8px;
    column-gap: 10px;
  }

  .home_solution_link_kado1 {
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 10;
  }

  .home_solution_link_kado1 img {
    width: 20px;
    height: auto;
    display: block;
  }

  .home_solution_link_kado2 {
    position: absolute;
    bottom: -3px;
    right: -3px;
    z-index: 10;
  }

  .home_solution_link_kado2 img {
    width: 20px;
    height: auto;
    display: block;
  }

  .home_solution_link_left {
    display: contents;
  }

.home_solution_name {
 grid-column: 1 / span 2;
    grid-row: 1;
    text-align: left;
  text-align: left;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0px;
  margin:-30px 0 0 0;
}

  .home_solution_link_ttl {
    grid-column: 1 / span 2;
    grid-row: 1;
    text-align: left;
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 0;
    color: #FFFFFF;
    font-weight: 600;
	margin:20px 0 0 0;
  }

  .home_solution_link_txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    transform: skewX(-20deg);
    z-index: -1;
  }

  .home_solution_link_txt p {
    margin: 0;
    color: #0082C4;
    font-size: 11px;
    font-size: 13px;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .home_solution_link_more {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 0;
    width: 100%;
    position: relative;
  }

  .home_solution_link_more p {
    color: #FFFFFF;
    font-size: 12px;
    font-size: 13px;
    line-height: 1.1rem;
    line-height: 1.2rem;
    margin: 0 -20px 0 0;
    text-align: left;
    font-weight: normal;
    flex: 1;
  }

  .home_solution_link_more div {
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    position: absolute;
    top: 42px;
    right: 5px;
  }

  .home_solution_link_more div img {
    width: 16px;
    height: auto;
  }

  .home_solution_link_right {
    grid-column: 2;
    grid-row: 3;
    justify-self: end;
    width: 75px;
    width: 90px;
    height: auto;
    display: flex;
    margin-right: 10px;
  }

  .home_solution_link_right img {
    width: 100%;
    height: auto;
  }

  .home_solution_link_txt {
    grid-column: 1 / span 2;
    grid-row: 2;
    justify-self: start;
    position: relative;
    display: inline-block;
    align-self: flex-start;
    margin: 0;
    margin: 0px 0px 5px 0;
    padding: 1px 15px 1px 8px;
    padding: 1px 8px 1px 8px;
    z-index: 1;
    white-space: nowrap;
    width: auto;
  }

  .home_content3 {
    width: 100vw;
    min-width: unset;
    padding: 0 6%;
    margin: 50px auto 0;
  }
  
  .hm_content3 {
  background: #F6F8FB;
  padding: 130px 0 50px;
   padding: 60px 6% 0px 6%;
  box-sizing: border-box;
  margin-top: 70px;
  margin: 40px auto 40px auto;
}

  .home_content3_ttl {
    width: 220px;
    margin-top: -22px;
  }

  .home_content3_gallery_wrap {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    justify-content: start;
    gap: 13px 6%;
    gap: 13px 3%;
    flex-wrap: wrap;
  }

  .home_content3_gallery_item {
    width: 31% !important;
    height: auto !important;
    text-align: center;
  }

  .home_content3_gallery_item:nth-child(7),
  .home_content3_gallery_item:nth-child(8) {
    display: none !important;
  }


  .home_content3_gallery_item a,
  .home_content3_gallery_item_img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  .home_content3_gallery_item img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.5 / 1 !important;
    object-fit: cover !important;
    display: block !important;
  }

  .home_content3_more {
    display: flex;
    align-items: left;
    justify-content: flex-end;
    width: 100%;
    margin: 23px auto 0;
	margin: 23px auto 0px auto ;
  }
  .home_content3_more2 {
    display: flex;
    align-items: left;
    justify-content: flex-end;
    width: 100%;
    margin: 23px auto 0;
	margin: 23px auto 0px auto ;
  }
  
  .home_content3_btn {
    display: inline-block;
    width: 80px;
    height: 58px;
    margin-right: 0;
  }

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

  .home_content4 {
    width: 100vw;
    min-width: unset;
    margin: 20px auto 0;
    margin: 50px auto 0;
    padding: 50px 6% 140px;
    padding: 50px 6% 30px;
    padding: 50px 6% 10px;
  }

  .home_content4_ttl {
    width: 150px;
  }

  .home_content4_insta_wrap {
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    gap: unset;
    flex-wrap: wrap;
  }

  .home_content4_insta_item {
    width: 28%;
    width: 23%;
    height: auto;
    margin-bottom: 25px;
    margin-bottom: 20px;
  }

  .home_content4_insta_item:nth-child(5),
  .home_content4_insta_item:nth-child(6) {
    display: none;
  }

  .home_content4_insta_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home_content4_more {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    margin: -10px auto 0;
  }

  .home_content4_btn {
    display: inline-block;
    width: 170px;
    height: 58px;
    margin-right: -40px;
  }

  .home_content4_btn img {
    width: 75%;
    height: auto;
    object-fit: cover;
  }

  .home_recruit_link_wrap {
    position: relative;
    width: 88%;
    height: auto;
    margin: -130px 6% 0;
    margin: 15px 6% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
  }

  .home_recruit_link_wrap:hover {
    opacity: 0.8;
  }

  .home_recruit_link_border {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 130px;
    grid-template-rows: auto auto;
    box-sizing: border-box;
    padding: 10px 10px 10px 15px;
    row-gap: 8px;
    column-gap: 10px;
    align-items: center;
  }

  .home_recruit_link_border::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #FFFFFF;
    pointer-events: none;
    z-index: 9999;
  }


  .home_recruit_link_left {
    display: contents;
  }

  .home_recruit_link_ttl_wrap {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    grid-column: 1 / span 2;
    grid-row: 1;
  }

h2.home_recruit_link_ttl {
    font-size: 18px;
    font-weight: 600;
    margin-right: 6px;
    color: #4D4D4D;
    white-space: nowrap;
	margin: 0px 6px 0.0em 0em;
  }

  .home_recruit_link_ttl_icon {
    width: 4px;
    height: 4px;
    margin-top: 0px !important;
    display: flex;
    align-items: center;
  }

  .home_recruit_link_ttl_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home_recruit_link_ttl_icon_line {
    width: 35%;
    max-width: 80px;
    height: 1px;
    margin-right: 4px;
    background-color: #2DB6D4;
  }

  .home_recruit_link_right {
    position: relative;
    z-index: 1;
    grid-column: 2;
    grid-row: 2;
    width: 190px;
    height: calc(100% + 20px);
    margin-top: -10px;
    margin-left: -50px;
    align-self: stretch;
    display: flex;
  }

  .home_recruit_link_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home_recruit_link_txt {
    grid-column: 1;
    grid-row: 2;
    position: relative;
    display: inline-block;
    margin: 0;
    z-index: 1;
  }

  .home_recruit_link_txt p {
    font-size: 12px;
    line-height: 1.35em;
    color: #4D4D4D;
  }

  /* SECTION: home_content5 (動画表示エリア) */
  .home_content5 {
    width: 100vw;
    height: 250px;
	height: auto;
    min-width: unset;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .home_content5_video_wrap {
    width: 90%;
    height: 250px;
	 height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  .recruit_section1 {
    width: 100vw;
    min-width: unset;
    margin: 0 auto 0;
  }

  .recruit_navi_wrapper {
    width: 100vw !important;
    min-width: unset !important;
    margin: 0 auto 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    background-color: #ffffff !important;
    height: auto !important;
    padding: 12px 16px 14px 16px !important;
    box-sizing: border-box !important;
  }

  .recruit_navi_logo {
    margin-top: 0 !important;
    width: auto !important;
    height: auto !important;
    max-width: calc(100% - 60px) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding-left: 0 !important;
  }

  .recruit_navi_logo a {
    display: block !important;
    width: 300px !important;
    height: 26px !important;
  }

  .recruit_navi_logo img.sp_block {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }

  .recruit_navi_tag {
    display: inline-block !important;
    background-color: #4EA7EB !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 4px 8px !important;
    border-radius: 2px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .recruit_navi_menu {
    display: none !important;
  }

  .recruit_navi_menu_item_wrapper {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px 12px !important;
  }

  .recruit_navi_menu_item {
    flex: 1 !important;
    width: auto !important;
    height: 38px !important;
  }

  .recruit_navi_menu_item a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-decoration: none !important;
  }

  .menu_item_1 {
    border-top: none;
    border-bottom: none;
    flex: none !important;
    width: 100% !important;
    margin: 0 auto -5px !important;
  }

  .menu_item_1 a {
    color: #4D4D4D !important;
    gap: 0;
    font-size: 18px !important;
    justify-content: left !important;
  }

  .menu_item_1 a img {
    display: none;
  }

  .menu_item_2 {
    background: #FE8A16;
  }

  .menu_item_3 {
    background: #0096FF;
  }

  .recruit_navi_menu_item,
  .recruit_navi_menu_corporate {
    transform: skewX(-20deg);
  }

  .recruit_navi_menu_item a,
  .recruit_navi_menu_corporate a {
    transform: skewX(20deg);
  }


  .menu_item_2:hover,
  .menu_item_3:hover,
  .recruit_navi_menu_corporate:hover {
    opacity: 0.9;
  }

  .recruit_navi_menu_corporate {
    display: none;
  }

  .recruit_navi_menu_corporate a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }

  .recruit_navi_menu_corporate a img {
    width: 20px;
    height: auto;
    display: block;
  }

  .recruit_content1 {
    width: 100vw !important;
    min-width: unset !important;
    margin: 50px auto 0 !important;
  }

  .recruit_content1_wrapper {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
  }

  .recruit_content1_left {
    width: 100% !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    display: block !important;
  }

  .recruit_content1_box_wrap {
    width: 100% !important;
  }

  .recruit_content1_box {
    width: 100% !important;
    padding: 25px 0 15px 15px !important;
    box-sizing: border-box !important;
  }

  .recruit_content1_box_img {
    top: -15px !important;
    right: 0px !important;
    width: 40px !important;
    height: 40px !important;
  }

  .recruit_content1_box_ttl {
    font-size: 20px !important;
    line-height: 1.8rem !important;
  }

  .recruit_content1_box2 {
    width: 100%;
    margin-top: 20px !important;
    font-size: 14px !important;
    line-height: 1.3rem !important;
  }

  .recruit_content1_box2 br {
    display: none !important;
  }

  .recruit_content1_right {
    width: 100% !important;
    height: auto !important;
    margin-top: 25px !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
  }

  .recruit_content1_right img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
  }

  .recruit_content2 {
    width: 100% !important;
    min-width: unset !important;
    margin: 50px auto 0 !important;
  }

  .recruit_content2_ttl_wrap {
    width: 100% !important;
    height: 45px !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    margin-bottom: -25px !important;
  }

  .recruit_content2_ttl {
    position: static !important;
    width: 75% !important;
    height: 40px !important;
    transform: skewX(-20deg) !important;
    margin: 0 auto !important;
  }

  .recruit_content2_ttl p {
    font-size: 16px !important;
    transform: skewX(20deg) !important;
  }
    .recruit_content2_ttl span {
    font-size: 16px !important;
    transform: skewX(20deg) !important;
  }

  .recruit_content2_box_wrap {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .recruit_content2_box {
    width: 100% !important;
    margin-left: 0 !important;
    height: auto !important;
    padding: 35px 6% 20px !important;
    clip-path: none !important;
    font-size: 15px !important;
    line-height: 1.5rem !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .recruit_content2_box br {
    display: none !important;
  }

  .recruit_content2_box_imgs {
    width: 100% !important;
    min-width: unset !important;
    margin: 20px auto 0 !important;
    display: block !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
  }

  .recruit_content2_box_left {
    display: none !important;
  }

  .recruit_content2_box_left img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
  }

  .recruit_content2_box_right_wrap {
    min-width: unset !important;
    width: 100% !important;
    height: auto !important;
  }

  .recruit_content2_box_right {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }

  .recruit_content2_box_item {
    width: 48% !important;
    height: auto !important;
    margin-bottom: 15px !important;
  }

  .recruit_content2_box_item p {
    font-size: 13px !important;
    line-height: 1.3em !important;
    padding: 8px 5px !important;
    height: 55px !important;
  }
    .recruit_content2_box_item h3 {
    font-size: 13px !important;
    line-height: 1.3em !important;
    padding: 8px 5px !important;
    height: 55px !important;
  }

  .recruit_content2_box_item_img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 190 / 130 !important;
  }

  .recruit_content2_2 {
    width: 100% !important;
    min-width: unset !important;
    margin: 40px auto 0 !important;
  }

  .recruit_content2_2_ttl_wrap {
    width: 100% !important;
    height: 45px !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    margin-bottom: -25px !important;
  }

  .recruit_content2_2_ttl {
    position: static !important;
    width: 75% !important;
    height: 40px !important;
    transform: skewX(-20deg) !important;
    margin: 0 auto !important;
  }

  .recruit_content2_2_ttl p {
    font-size: 16px !important;
    transform: skewX(20deg) !important;
  }
    .recruit_content2_2_ttl span {
    font-size: 16px !important;
    transform: skewX(20deg) !important;
  }

  .recruit_content2_2_box_wrap {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .recruit_content2_2_box {
    width: 100% !important;
    margin-left: 0 !important;
    height: auto !important;
    padding: 35px 6% 20px !important;
    clip-path: none !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }

  .recruit_content2_2_box_ttl {
    font-size: 16px !important;
    line-height: 1.4rem !important;
    font-weight: 600 !important;
    text-align: center !important;
  }

  .recruit_content2_2_box_txt {
    font-size: 13px !important;
    line-height: 1.2rem !important;
    margin-top: 15px !important;
    text-align: left !important;
  }

  .recruit_content2_2_box_txt br {
    display: none !important;
  }

  .recruit_common_ttl_wrap {
    width: 100% !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
  }

  .recruit_common_ttl {
    width: 100% !important;
    border-bottom: 2px solid #006EC8 !important;
    padding: 0 0 8px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
  }

  .recruit_common_ttl p {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    text-align: center !important;
    width: 100% !important;
  }
  .recruit_common_ttl h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    text-align: center !important;
    width: 100% !important;
  }
  .recruit_common_ttl_img {
    width: 25px !important;
    height: 25px !important;
    position: absolute !important;
    top: -10px !important;
    right: 0px !important;
  }

  .recruit_common3_ttl {
    margin-bottom: 20px !important;
    width: 75% !important;
  }

  .recruit_content3 {
    width: 100% !important;
    min-width: unset !important;
    margin: 50px auto 0 !important;
  }

  .recruit_content3_wrap {
    width: 100% !important;
    min-width: unset !important;
    height: auto !important;
    background-attachment: scroll !important;
    padding: 30px 6% !important;
    box-sizing: border-box !important;
  }

  .recruit_content3_box_wrap {
    width: 100% !important;
    margin: 20px auto 0 !important;
    padding-top: 0 !important;
    display: block !important;
  }

  .recruit_content3_box_left,
  .recruit_content3_box_right {
    width: 100% !important;
  }

  .recruit_content3_box {
    width: 100% !important;
    padding: 10px 15px !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important;
  }

  .recruit_content3_box_ttl {
    width: 92% !important;
    height: auto !important;
    min-height: 35px !important;
    font-size: 15px !important;
    padding-left: 20px !important;
    margin: 0 auto;
  }

  .recruit_content3_box_ttl::before {
    transform: skewX(-15deg) !important;
  }

  .recruit_content3_box_ttl_txt {
    font-size: 13px !important;
    line-height: 1.2rem !important;
    margin-top: 7px !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
  }

  .recruit_content3_box_ttl_txt br {
    display: none !important;
  }

  .recruit_content3_box_zu {
    display: block !important;
    margin-top: 8px !important;
  }

  .recruit_content3_box_zu_ttl {
    width: 140px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 13px !important;
    margin: 0 0 0 12px !important;
  }

  .recruit_content3_box_zu_line {
    width: calc(100% - 164px) !important;
    top: 10px !important;
    left: 149px !important;
  }

  .recruit_content3_box_zu2 {
    width: 100% !important;
    gap: 15px !important;
    margin-top: 7px !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .recruit_content3_box_zu2_txt {
    font-size: 11px !important;
    line-height: 1rem !important;
    flex-shrink: 0 !important;
    margin-top: 5px;
  }

  .recruit_content3_box_zu2_slash {
    height: 35px !important;
    width: 1px !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }

  .recruit_content4 {
    width: 100% !important;
    min-width: unset !important;
    margin: 50px auto 0 !important;
  }

  .recruit_content4_box_wrap {
    width: 100% !important;
    min-width: unset !important;
    margin: 20px auto 0 !important;
    display: block !important;
  }

  .recruit_content4_left {
    width: 100% !important;
    display: block !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    margin-bottom: -130px;
  }

  .recruit_content4_left_img {
    width: 100% !important;
    min-width: unset !important;
    height: auto !important;
  }

  .recruit_content4_left_img img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
  }

  .recruit_content4_right {
    width: 100% !important;
    background: #E7F4FF !important;
    padding: 140px 6% 30px !important;
    box-sizing: border-box !important;
    margin-top: 20px !important;
  }

  .recruit_content4_right_txt {
    width: 100% !important;
    height: auto !important;
    min-height: 50px !important;
    font-size: 14px !important;
    line-height: 1.4rem !important;
    padding: 12px 15px !important;
    margin-bottom: 7px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
  }

  .recruit_content4_right_txt2 {
    font-size: 14px !important;
    line-height: 1.4rem !important;
    margin-top: 30px !important;
    text-align: left !important;
  }

  .recruit_content5 {
    width: 100% !important;
    min-width: unset !important;
    margin: 50px auto 0 !important;
  }

  .recruit_common5_ttl {
    width: 65% !important;
    margin: 0 auto !important;
  }

  .recruit_content5_txt {
    font-size: 14px !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    text-align: left !important;
    margin-top: 15px !important;
    line-height: 1.4 !important;
  }

  .recruit_content5_box_wrap {
    width: 100% !important;
    min-width: unset !important;
    padding: 30px 6% 40px !important;
    margin: 30px auto 0 !important;
    background: #E7F4FF !important;
    box-sizing: border-box !important;
  }

  .recruit_content5_box_wide {
    width: 100% !important;
  }

  .recruit_content5_box_ttl {
    position: relative !important;
    z-index: 1 !important;
    width: calc(100% - 24px) !important;
    height: auto !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px 15px 10px 26px !important;
	padding: 10px 5px 10px 18px !important;
    box-sizing: border-box !important;
    line-height: 1.4 !important;
    margin: 0 auto !important;
  }

  .recruit_content5_box_ttl::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #FFFFFF !important;
    border-left: 8px solid #0068b7 !important;
    border-bottom: 1px solid #0068b7 !important;
    transform: skewX(-20deg) !important;
    z-index: -1 !important;
  }

  .recruit_content5_box_wide_img_wrap {
    overflow-x: scroll;
  }

  .recruit_content5_box_wide_img {
    width: 600px !important;
    height: 200px !important;
    margin-top: 10px !important;
    padding: 15px 10px !important;
    box-sizing: border-box !important;
  }

  .recruit_content5_box_wide_img img {
    width: 100% !important;
  }

  .recruit_content5_box_short_wrap {
    width: 100% !important;
    margin: 30px auto 0 !important;
    display: block !important;
    gap: 0 !important;
  }

  .recruit_content5_box_short {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 60px !important;
    position: relative !important;
  }

  .recruit_content5_box_short:last-child {
    margin-bottom: 0 !important;
  }

  .recruit_content5_box_txt {
    font-size: 13px !important;
    line-height: 1.2rem !important;
    margin-top: 15px !important;
  }

  .recruit_content5_box_txt br {
    display: none !important;
  }

  .recruit_content5_box_txt2 {
    position: absolute !important;
    top: -28px !important;
    right: 8px !important;
    width: 110px !important;
    height: 64px !important;
    padding: 23px 0 0 !important;
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1rem !important;
  }

  .recruit_content5_box_img {
    width: 100% !important;
    height: auto !important;
    margin-top: 20px !important;
	overflow:hidden;
  }

.recruit_content5_box_img video {
  width: 100% !important;
  height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

  .recruit_content6 {
    margin-top: 50px !important;
  }

  .recruit_content7 {
    width: 100% !important;
    min-width: unset !important;
    margin: 50px auto 0 !important;
  }

  .recruit_common7_ttl {
    width: 60% !important;
    margin: 0 auto !important;
  }

  .recruit_content7_txt {
    font-size: 14px !important;
    text-align: center !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    margin-top: 15px !important;
    line-height: 1.4 !important;
  }

  .recruit_content7_box_wrap {
    width: 100% !important;
    height: auto !important;
    margin: 30px auto 0 !important;
    padding: 30px 6% 20px !important;
    box-sizing: border-box !important;
    background: #E7F4FF !important;
    overflow: hidden !important;
  }

  .recruit_content7_box1 {
    width: 100% !important;
    display: block !important;
    border-bottom: 1px solid #B0B0B0 !important;
    padding-bottom: 30px !important;
  }

  .recruit_content7_box_ttl {
    width: 85% !important;
    height: auto !important;
    line-height: 1.4 !important;
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-size: 100% 100% !important;
    padding: 10px 15px !important;
    box-sizing: border-box !important;
    margin: 0 auto;
  }

  .recruit_content7_box1_txt {
    font-size: 13px !important;
    line-height: 1.2rem !important;
    margin-top: 15px !important;
  }

  .recruit_content7_box1_txt br {
    display: none !important;
  }

  .recruit_content7_box2 {
    width: 100% !important;
    position: relative;
    margin: 30px auto 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }

  .recruit_content7_box2 .recruit_content7_box_ttl {
    position: sticky !important;
    left: 7.5% !important;
    z-index: 10 !important;
  }

  .recruit_content7_box2_txt {
    font-size: 13px !important;
    line-height: 1.2rem !important;
    margin: 15px 0 0 0 !important;
    text-align: left !important;
    position: sticky !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 10 !important;
  }


  .recruit_content7_stepup_wrap {
    height: auto;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .recruit_content7_stepup {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .recruit_content7_stepup_img {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    margin: -78px auto 20px !important;
  }

  .recruit_content7_stepup_img img {
    width: 100% !important;
    height: auto !important;
  }

  .recruit_content7_stepup_box1,
  .recruit_content7_stepup_box2,
  .recruit_content7_stepup_box3,
  .recruit_content7_stepup_box4 {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    padding: 8px 0 8px 10px !important;
    border-bottom: 1px solid #B3B3B3 !important;
    box-sizing: border-box !important;
    display: block !important;
  }

  .recruit_content7_stepup_box1 {
    border-top: 1px solid #B3B3B3 !important;
  }

  .recruit_content7_stepup_box1::before,
  .recruit_content7_stepup_box2::before,
  .recruit_content7_stepup_box3::before,
  .recruit_content7_stepup_box4::before {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #0068b7 !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }

  .recruit_content7_stepup_box1::before {
    content: "STEP1" !important;
  }

  .recruit_content7_stepup_box2::before {
    content: "STEP2" !important;
  }

  .recruit_content7_stepup_box3::before {
    content: "STEP3" !important;
  }

  .recruit_content7_stepup_box4::before {
    content: "STEP4" !important;
  }

  .recruit_content7_stepup_ttl {
    display: inline-block !important;
    color: #4D4D4D !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 3px 12px !important;
    margin: 0 0 0 15px !important;
    text-align: center !important;
    vertical-align: middle !important;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    z-index: 1 !important;
    min-width: 122px !important;
  }

  .recruit_content7_stepup_ttl::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    transform: none !important;
    bottom: 7px !important;
    z-index: -1 !important;
    background: #A6E5FF !important;
    width: 122px !important;
    height: 13px !important;
    display: block !important;
  }

  .recruit_content7_stepup_ttl span {
    font-size: 18px !important;
  }

  .recruit_content7_stepup_txt {
    border-top: unset;
    padding-top: 0 !important;
    margin-top: 0 !important;
    font-size: 14px !important;
    line-height: 1.5rem !important;
    color: #4D4D4D !important;
    text-align: left !important;
  }

  .recruit_content7_stepup_txt br {
    display: none !important;
  }

  .recruit_content7_stepup_point {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    background: #fff !important;
    border: 1px solid #0068b7 !important;
    padding: 9px 20px !important;
    box-sizing: border-box !important;
    margin: 25px 0 0 !important;
  }

  .recruit_content7_stepup_point_txt {
    font-size: 16px !important;
    line-height: 1.4rem !important;
    color: #4D4D4D !important;
    font-weight: 500 !important;
    text-align: left !important;
    margin: 0 !important;
  }

  /* 先輩インタビュー (recruit_content8) */
  .recruit_content8 {
    padding: 40px 0 30px !important;
    margin-top: 40px !important;
    min-width: unset !important;
  }

  .recruit_common8_ttl {
    width: 65% !important;
    margin: 0 auto !important;
  }

  .recruit_content8_txt {
    font-size: 13px;
    line-height: 1.2rem;
  }

  .recruit_content8_slide_wrap {
    width: 100% !important;
    margin: 30px auto 0 !important;
    gap: 0 !important;
    position: relative;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .recruit_slide_btn_left,
  .recruit_slide_btn_right {
    width: 20px !important;
    height: 40px !important;
    top: calc(36.4vw - 9.5px) !important;
    margin-top: 0 !important;
  }

  .recruit_slide_btn_left {
    left: 10px !important;
  }

  .recruit_slide_btn_right {
    right: 10px !important;
  }

  .recruit_content8_slide {
    width: 100%;
    height: auto !important;
    flex-direction: column !important;
    padding: 0 20px 25px !important;
    gap: 20px !important;
    min-height: unset !important;
    box-sizing: border-box !important;
  }

  .recruit_content8_slide_left {
    width: 100% !important;
  }

  .recruit_content8_slide_left_img {
    width: 75% !important;
    height: auto !important;
    aspect-ratio: 1.03 / 1 !important;
    margin: 0 auto !important;
    border-radius: 8px !important;
  }

  .recruit_content8_slide_left_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .recruit_content8_slide_left_ttl {
    width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 15px !important;
    margin: 15px 0 0 0 !important;
    text-align: center !important;
    box-sizing: border-box;
  }

  .recruit_content8_slide_left_ttl::before {
    transform: none !important;
    border-radius: 4px !important;
  }

  .recruit_content8_slide_left_ttl span {
    font-size: 12px !important;
    margin-left: 15px !important;
    margin-right: 0 !important;
    vertical-align: middle !important;
  }

  .recruit_content8_slide_right {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
    top: 0 !important;
    padding: 0 0 30px 0 !important;
    border: none !important;
    background: #fff !important;
  }

  .recruit_content8_slide_right::before {
    display: none !important;
  }

  .recruit_content8_slide_point {
    width: 100%;
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  .recruit_content8_slide_point:last-child {
    margin-bottom: 0 !important;
  }

  .recruit_content8_slide_point_ttl {
    font-size: 15px !important;
    padding: 15px 15px 10px 15px !important;
    border-left: none !important;
    text-align: center !important;
  }

  .recruit_content8_slide_point_txt {
    font-size: 13px !important;
    line-height: 1.3rem !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center !important;
    word-break: break-all !important;
  }

  .recruit_content8_slide_point_txt br {
    display: none;
  }

  /* 下部メンバー一覧 */
  .recruit_content8_2 {
    width: 100% !important;
    margin: 30px auto 0 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    gap: 10px !important;
  }

  .recruit_content8_2_box {
    width: 31% !important;
    margin: 0 !important;
  }

  .recruit_content8_2_member {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.8 / 1 !important;
    overflow: hidden !important;
  }

  .recruit_content8_2_ttl {
    font-size: 11px !important;
    color: #4D4D4D !important;
    margin-top: 5px !important;
    text-align: center !important;
  }

  .recruit_content8_2_ttl span {
    font-size: 9px !important;
    margin-left: 0 !important;
    display: block !important;
    color: #888888 !important;
    margin-top: 2px !important;
  }

  /* Instagram (recruit_content9) */
  .recruit_content9 {
    margin-top: 60px !important;
    min-width: unset !important;
  }

  .recruit_content9_insta_wrap {
    padding: 40px 0 20px !important;
    margin-top: 20px !important;
    min-width: unset !important;
  }

  .recruit_content9_insta_box {
    width: 100% !important;
    padding: 0 6% !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: unset !important;
    box-sizing: border-box !important;
  }

  .recruit_content9_insta_img {
    width: 28% !important;
    width: 23% !important;
    height: 0 !important;
    height: auto !important;
    padding-bottom: 28% !important;
    margin-bottom: 25px !important;
    margin-bottom: 20px !important;
    position: relative !important;
  }

  .recruit_content9_insta_img:nth-child(5),
  .recruit_content9_insta_img:nth-child(6) {
    display: none;
  }

  .recruit_content9_insta_img img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* 応募の流れ (recruit_content10) */
  .recruit_content10 {
    margin: 40px auto 50px !important;
    min-width: unset !important;
  }

  .recruit_content10_box_wrap {
    width: 100% !important;
    margin: 30px auto 0 !important;
    margin: 20px auto 0 !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
  }

  .recruit_content10_box {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 auto 25px !important;
    gap: 15px 15px !important;
  }

  .recruit_content10_line {
    display: block !important;
    border-top: 1px solid #D0D0D0 !important;
    margin: 20px 0 !important;
    margin: 10px 0 20px 0 !important;
    width: 100% !important;
  }

  .recruit_content10_box_left {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 110px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 14px !important;
    font-size: 16px !important;
    color: #ee5a24;
    border-top: 1px solid #f18d00 !important;
    border-bottom: 1px solid #f18d00 !important;
    font-weight: 600 !important;
    margin: 0 !important;
  }

  .recruit_content10_box_left::before {
    transform: skewX(-20deg) !important;
  }


  .recruit_content10_box01_left {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 110px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 14px !important;
    font-size: 16px !important;
    color: #ee5a24;
    border-top: 1px solid #f18d00 !important;
    border-bottom: 1px solid #f18d00 !important;
    font-weight: 600 !important;
    margin: 0 !important;
  }

  .recruit_content10_box01_left::before {
    transform: skewX(-20deg) !important;
  }

  .recruit_content10_box02_left {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 110px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 14px !important;
    font-size: 16px !important;
    color: #006ec8;
    border-top: 1px solid #006ec8 !important;
    border-bottom: 1px solid #006ec8 !important;
    font-weight: 600 !important;
    margin: 0 !important;
  }

  .recruit_content10_box02_left::before {
    transform: skewX(-20deg) !important;
  }


  .recruit_content10_box_right {
    display: contents !important;
  }

  .recruit_content10_box_right::before {
    display: none !important;
  }


  .recruit_content10_box1_left::before {
    background: #fff;
  }

  .recruit_content10_box2_left::before {
    background: #0096FF;
    background: #fff;
  }

  .recruit_content10_box_right p {
    grid-column: 2 !important;
    grid-row: 1 !important;
    font-size: 13px !important;
    line-height: 1.1rem !important;
    color: #4D4D4D !important;
    text-align: left !important;
    margin: 5px 0 0 !important;
    font-weight: 500 !important;
  }

  .recruit_content10_box_right p br {
    display: block !important;
  }

  .recruit_content10_box_link_wrap,
  .recruit_content10_box_link_wrap a {
    width: 180px !important;
    width: 220px !important;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
  }

  .recruit_content10_box_link_wrap {
    grid-column: 1 / 3 !important;
    grid-row: 2 !important;
    margin: 0 auto !important;
  }

  /* 職場見学メッセージ */
  .recruit_content10_msg_wrap {
    width: 100% !important;
    margin: -10px auto 0 !important;
    margin: 25px auto 0 !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
  }

  .recruit_content10_msg_line {
    display: none !important;
  }

  .recruit_content10_msg {
    width: 100% !important;
    max-width: unset !important;
    height: auto !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    background: transparent !important;
  }

  .recruit_content10_msg_txt1 {
    font-size: 17px !important;
    text-align: left !important;
    line-height: 1.4rem !important;
    color: #0068b7 !important;
    font-weight: 600 !important;
  }

  .recruit_content10_msg_txt1 br {
    display: block !important;
  }

  .recruit_content10_msg_img {
    width: 127px !important;
    height: 57px !important;
  }

  /* お問い合わせリンク */
  .recruit_content10_links_wrap {
    width: 100% !important;
    margin: 30px auto 0 !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  .recruit_content10_link_tel,
  .recruit_content10_link_mail,
  .recruit_content10_link_line {
    width: 100% !important;
    height: auto !important;
    padding: 20px 15px !important;
    box-sizing: border-box !important;
  }

  .recruit_content10_link_tel {
    padding: 10px 15px 7px !important;
  }

  .recruit_content10_link_tel a {
    text-align: center !important;
  }

  .recruit_content10_link_tel a img {
    width: 85%;
    margin: 0 auto !important;
  }

  .recruit_content10_link_tel p {
    font-size: 14px !important;
    margin-top: 2px;
  }

  .recruit_content10_link_mail a {
    font-size: 18px !important;
  }

  .recruit_content10_link_line {
    border: 1px solid #0068b7 !important;
    border-bottom: 1px solid #0068b7 !important;
    background: #fff !important;
    padding: 20px !important;
    box-sizing: border-box !important;
  }

  .recruit_content10_link_line_left {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
    gap: 40px;
  }

  .recruit_content10_link_line_left p {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    margin: 0 !important;
  }

  .recruit_content10_link_line_icon {
    width: 142px !important;
    height: auto !important;
    display: block !important;
  }

  .recruit_content10_link_line_icon img {
    width: 100% !important;
    height: auto !important;
  }

  .recruit_content10_link_line_right {
    display: none !important;
  }

  .recruit_content10_link_msg {
    font-size: 14px !important;
    line-height: 1.3rem;
    margin: 15px auto 0 auto !important;
    text-align: center !important;
    color: #333333 !important;
    display: block !important;
    width: 100% !important;
  }

  /* 採用共通タイトル */
  .recruit_content_ttl_wrap {
    width: 100% !important;
    min-width: unset !important;
    height: 60px !important;
    line-height: 60px !important;
  }

  .recruit_content_ttl {
    padding-left: 6% !important;
    font-size: 20px !important;
  }

  /* 高卒採用 (recruit_grad_content1, recruit_grad_content2) */
  .recruit_grad_content1 {
    width: 100% !important;
    min-width: unset !important;
    margin-top: 40px !important;
  }

  .recruit_grad_content1_wrap {
    width: 100% !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
  }

  .recruit_grad_content1_ttl {
    width: 220px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    margin: 0 auto !important;
  }

  .recruit_grad_content1_flow_wrap {
    width: 100%;
    padding: 35px 0 40px !important;
    margin-top: -20px;
  }

  .recruit_grad_content1_flow {
    width: 100% !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 15px 0 !important;
  }

  .recruit_grad_content1_flow_box {
    width: 45% !important;
    height: auto !important;
    min-height: 150px !important;
    padding: 15px 10px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  .recruit_grad_content1_flow_box_number {
    width: 60px;
    font-size: 13px;
    margin: 0 auto;
  }

  .recruit_grad_content1_flow_box_ttl {
    font-size: 13px !important;
    margin-top: 5px;
  }

  .recruit_grad_content1_flow_box_txt {
    font-size: 12px !important;
    margin-top: 8px !important;
    text-align: left;
    line-height: 1.2rem !important;
  }

  .recruit_grad_content1_flow_box_txt br {
    display: none !important;
  }

  .recruit_grad_content1_flow_img {
    width: 5% !important;
    height: 30px !important;
    transform: none !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    align-self: center !important;
  }

  .recruit_grad_content1_flow_img img {
    width: 10px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .recruit_grad_content2 {
    width: 100% !important;
    min-width: unset !important;
    margin: 50px auto 50px !important;
  }



  /* 中途採用 (recruit_career_content1, recruit_career_content2, recruit_career_content3) */
  .recruit_career_content1 {
    width: 100% !important;
    min-width: unset !important;
    margin-top: 40px !important;
  }

  .recruit_career_content1_wrap {
    width: 100% !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
  }

  .recruit_career_content1_ttl {
    width: 220px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    margin: 0 auto !important;
  }

  .recruit_career_content1_flow_wrap {
    width: 100%;
    padding: 35px 0 40px !important;
    margin-top: -20px;
  }

  .recruit_career_content1_flow {
    width: 100% !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 15px 0 !important;
  }

  .recruit_career_content1_flow_box {
    width: 45% !important;
    height: auto !important;
    min-height: 150px !important;
    padding: 15px 10px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  .recruit_career_content1_flow_box_number {
    width: 60px;
    font-size: 13px;
    margin: 0 auto;
  }

  .recruit_career_content1_flow_box_ttl {
    font-size: 13px !important;
    margin-top: 5px;
  }

  .recruit_career_content1_flow_box_txt {
    font-size: 12px !important;
    margin-top: 8px !important;
    text-align: left;
    line-height: 1.2rem !important;
  }

  .recruit_career_content1_flow_box_txt br {
    display: none !important;
  }

  .recruit_career_content1_flow_img {
    width: 5% !important;
    height: 30px !important;
    transform: none !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    align-self: center !important;
  }

  .recruit_career_content1_flow_img img {
    width: 10px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .recruit_career_content2 {
    width: 100% !important;
    min-width: unset !important;
    margin: 50px auto 50px !important;
  }

  .recruit_career_content2_table {
    width: 100% !important;
    margin: 20px auto 0 !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
  }

  .recruit_career_content2_table tr {
    display: block !important;
    border-top: none !important;
    border-bottom: none !important;
  }

  .recruit_career_content2_table td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    border-bottom: 1px solid #B0B0B0 !important;
  }

  .recruit_career_content2_table tr:first-of-type td:first-child {
    border-top: 1px solid #B0B0B0 !important;
  }

  .recruit_career_content2_table td:first-child {
    background-color: #E5F2FF !important;
    padding: 7px 6px 7px 7px !important;
  }

  .recruit_career_content2_table td:last-child {
    padding: 7px 6px 9px 7px !important;
    background-color: #fff !important;
  }

  .recruit_career_content2_table td br {
    display: inline !important;
  }

  /* 応募方法 */
  .recruit_career_content3 {
    width: 100% !important;
    min-width: unset !important;
    margin: 50px auto 0 !important;
  }

  .recruit_career_content3_wrap {
    width: 100% !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    gap: 15px !important;
  }

  .recruit_career_content3_left {
    width: 220px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    margin: 0 auto !important;
  }

  .recruit_career_content3_right {
    width: 100% !important;
    height: auto !important;
    line-height: 1.3rem !important;
    padding: 5px 20px !important;
    font-size: 14px !important;
    text-align: center !important;
    display: block;
  }

  .recruit_career_content3_right::before {
    display: none;
  }

  .recruit_career_content4 {
    width: 100% !important;
    min-width: unset !important;
    margin-top: 40px !important;
  }

  .recruit_career_content4_wrap {
    width: 100% !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    gap: 55px !important;
  }

  .recruit_career_content4_left,
  .recruit_career_content4_right {
    width: 100% !important;
    padding-bottom: 15px !important;
  }

  .recruit_career_content4_left {
    padding-bottom: 10px;
    display: block;
    margin: 0 auto !important;
    text-align: center !important;
    font-size: 13px;
  }



  .recruit_career_content4_left p {
    margin-top: 8px;
  }

  .recruit_career_content4_right {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: auto auto !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    border: 1px solid #0068b7 !important;
    border-bottom: 1px solid #0068b7 !important;
    background: #fff !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    gap: 15px 40px !important;
  }

  .recruit_career_content4_right_txt {
    display: contents !important;
  }

  .recruit_career_content4_right_txt1 {
    grid-column: 1 !important;
    grid-row: 1 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    margin: 0 !important;
    text-align: right !important;
  }

  .recruit_career_content4_right_icon {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 142px !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
  }

  .recruit_career_content4_right_icon img {
    width: 100% !important;
    height: auto !important;
  }

  .recruit_career_content4_right_qr {
    display: none !important;
  }

  .recruit_career_content4_right_txt2 {
    grid-column: 1 / 3 !important;
    grid-row: 2 !important;
    font-size: 14px !important;
    line-height: 1.3rem !important;
    margin: 0 auto !important;
    text-align: center !important;
    color: #333333 !important;
    display: block !important;
    width: 100% !important;
  }

  .recruit_career_content5 {
    width: 88% !important;
    min-width: unset !important;
    margin: 50px auto 60px !important;
  }

  .recruit_career_content5_ttl {
    width: 100% !important;
    box-sizing: border-box !important;
    gap: 15px;
  }

  .recruit_career_content5_ttl_icon {
    width: 27px;
    height: 18px;
    margin-top: -21px;
  }

  .recruit_career_content5_ttl_txt {
    font-size: 18px !important;
  }

  .recruit_career_content5_form_wrap {
    width: 100% !important;
    padding: 0 0 20px !important;
    margin: 15px 0 0 !important;
    box-sizing: border-box;
  }

  .recruit_career_content5_form {
    width: 100% !important;
  }

  /* =共通下層ヘッダー (common_header) */
  .common_header {
    width: 100vw;
    min-width: unset;
  }

  .common_header_box {
    width: 100vw;
    min-width: unset;
    height: 110px;
    padding-top: 0;
  }

  .common_header_ttl {
    width: 100vw;
    min-width: unset;
    height: 200px;
    margin: -100px auto 0;
    background: url(img/hd_line.svg) no-repeat center center;
    background-size: contain;
  }

h1.common_header_ttl_text {
    font-size: 18px;
    line-height: 1.7rem;
    margin-top: -20px;
    padding: 0 4%;
  }

h1.common_header_ttl_text2 {
    margin-top: -60px !important;
    font-size: 18px !important;
  }


  .common_header_ttl_text3 {
    font-size: 22px !important;
  }

  /* =事業案内 (BUSINESS) */
  .bns_content1 {
    position: relative;
    z-index: 100;
    width: 100% !important;
    margin: 20px auto 0 !important;
	margin: 10px auto 0 !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
  }

.bns_header_cp {
color: #4d4d4d;
  text-align: center;
   text-align: left;
  font-weight: 500 !important;
  font-size: 14px;
  margin-top:10px;
  margin: 0px 0em 10px 0em;
  line-height: 1.5;
}

  .bns_content1_wrap1 {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }

  .bns_content1_img {
    width: 32% !important;
    height: auto !important;
    aspect-ratio: 230 / 146 !important;
    margin-bottom: 2% !important;
  }

  .bns_content1_wrap2 {
    width: 100% !important;
    margin: 20px auto 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }

  .bns_content1_box {
    width: 48% !important;
    height: 60px !important;
    background: url(img/bns_hd_txt_bk2.svg) no-repeat !important;
    background-size: 100% 100% !important;
    margin-bottom: 10px !important;
  }

  .bns_content1_box::after {
    width: 89.43% !important;
    height: 2px !important;
  }

  .bns_content1_box a {
    width: 100% !important;
    height: 100% !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    padding: 0 10px 0 15px !important;
  }

  .bns_content2 {
    width: 100vw !important;
    min-width: unset !important;
  }

  .bns_content2_wrap {
    width: 100vw !important;
    min-width: unset !important;
    margin: 40px auto 65px !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
  }

  .bns_content2_top {
    display: block !important;
    height: auto !important;
  }

  .bns_content2_left {
    width: 100% !important;
    min-width: unset !important;
  }

  .bns_content2_left_box {
    display: none !important;
  }

  .bns_content2_left_wrap {
    position: relative !important;
    right: auto !important;
    width: 100% !important;
    display: block !important;
  }

  .bns_content2_left_ttl {
    background: #00A5E3 url(img/bns_name_bk.svg) no-repeat center center !important;
    background-size: 90% 75% !important;
    width: 100% !important;
    height: 65px !important;
    font-size: 18px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .bns_content2_left_img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 590 / 370 !important;
    margin-top: 05px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .bns_content2_left_img img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  .bns_content2_right {
    width: 100% !important;
    min-width: unset !important;
    border-top: none !important;
    margin-top: 20px !important;
  }

  .bns_content2_right_ttl,
  .bns_content2_right_ttl2 {
    background-size: 100% 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 45px !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 15px 25px 28px !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .bns_content2_right_txt {
    font-size: 14px !important;
    line-height: 1.4rem !important;
    margin: 10px 0 0 0 !important;
    text-align: left !important;
  }

  .bns_content2_right_txt br {
    display: none !important;
  }

  .bns_content2_right_img {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-top: 20px !important;
  }

  .bns_content2_right_img_item {
    width: 48% !important;
    height: auto !important;
    aspect-ratio: 285 / 190 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .bns_content2_right_img_item img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  .bns_content2_bottom {
    width: 100% !important;
    margin: 10px auto 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  .bns_content2_solution_link_wrap {
    margin: 30px 0 0 0 !important;
    display: block !important;
    text-align: left;
    font-size: 15px !important;
    color: #0068b7 !important;
    line-height: 1.5rem !important;
  }

  .bns_content2_solution_link_icon {
    width: 250px;
    margin: -15px 0 30px;
  }

  .bns_content2_solution_link_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .bns_content2_wrap2 {
    width: 100% !important;
    margin: 50px auto 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .bns_content2_wrap2_ttl {
    font-size: 16px !important;
    line-height: 1.4 !important;
    padding-bottom: 8px !important;
    margin-bottom: 15px !important;
    border-bottom: 2px solid #2DB6D4 !important;
  }

  .bns_content2_wrap2_txt {
    font-size: 13px !important;
    line-height: 1.3rem !important;
    text-align: left !important;
  }

  .bns_content2_wrap2_txt br {
    display: none !important;
  }

  .bns_content3 {
    background: #F6F8FB !important;
    padding: 60px 6% 0 !important;
  }

  .bns_content4 {
    width: 100% !important;
    margin: 40px auto 0 !important;
    padding: 60px 6% 0 !important;
    box-sizing: border-box !important;
    background: #F6F8FB !important;
  }

  .bns_content_title {
    width: 100% !important;
  }

  .sub_ttl_icon_line2 {
    width: 100% !important;
  }

  .bns_content4_ttl {
    width: 180px !important;
    font-size: 22px !important;
    margin-top: -22px !important;
	margin-bottom: -20px !important;
  }

  .bns_content4_qa_wrap {
    width: 100% !important;
    margin-top: 25px !important;
  }

  .bns_content4_qa_item {
    padding: 20px 0 !important;
  }

  .bns_content4_qa_item_q {
    font-size: 15px !important;
    display: flex !important;
    align-items: flex-start !important;
  }

  .bns_content4_qa_item_q span {
    font-size: 18px !important;
    margin-top: 3px;
    margin-right: 10px !important;
    line-height: 1 !important;
  }

  .bns_content4_qa_item_a {
    font-size: 14px !important;
    line-height: 1.4rem !important;
    margin-top: 8px !important;
    display: flex !important;
    align-items: flex-start !important;
  }

  .bns_content4_qa_item_a span {
    font-size: 18px !important;
    margin-top: 3px;
    margin-right: 10px !important;
    line-height: 1 !important;
  }

  .bns_content4_qa_item_a br {
    display: none !important;
  }

  .bns_content4_btn {
    margin-top: 20px !important;
    margin-right: 0 !important;
  }

  .footer_contact_business_text {
    font-size: 16px;
    line-height: 1.5rem;
    margin-bottom: 10px;
    padding: 10px 0 15px;
    box-sizing: border-box;

  }

  /* =会社案内 (ABOUT) */
  .about_conten1 {
    width: 100% !important;
    min-width: unset !important;
    margin: 20px auto 0 !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
  }

  .about_conten1_txt1 {
    font-size: 14px !important;
    line-height: 1.4rem !important;
    text-align: left !important;
  }

  .about_conten1_txt1 br {
    display: none !important;
  }

  .about_conten1_txt2 {
    font-size: 16px !important;
    text-align: right !important;
    margin-top: 20px !important;
    line-height: 1.5rem !important;
  }

  .about_conten1_txt2 span {
    font-size: 14px;
  }

  .about_conten1_txt2_2 {
    font-size: 16px !important;
  }

  .about_conten2 {
    width: 100vw !important;
    min-width: unset !important;
    margin: 50px auto 0 !important;
  }

  .about_conten2_img {
    width: 100% !important;
    min-width: unset !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 10px 2% !important;
  }

  .about_conten2_img_box {
    width: 49% !important;
    min-width: unset !important;
    height: auto !important;
    aspect-ratio: 394 / 260 !important;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .about_conten2_img_box img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  .about_conten2_item_wrap {
    width: 100vw !important;
    min-width: unset !important;
    padding: 40px 6% 5px !important;
    box-sizing: border-box !important;
    margin-top: -40px !important;
    background: #F6F8FB !important;
  }

  .about_conten2_item {
    width: 100% !important;
    margin: 0 auto 50px !important;
    padding: 40px 15px 20px !important;
    box-sizing: border-box !important;
    border: 1px solid #C9C9C9 !important;
    background: #fff !important;
  }

  .about_conten2_item2 {
    margin-bottom: 30px !important;
  }

  .about_conten2_item3 {
    padding: 0 15px 20px !important;
  }

  .about_conten2_item_ttl {
    background-size: 100% 100% !important;
    width: 220px !important;
    height: 45px !important;
    font-size: 18px !important;
    line-height: 1.7rem;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .about_conten2_item_ttl1 {
    margin: 0 auto -22px;
  }

  .about_conten2_item_ttl2 {
    margin: -62px auto 0 !important;
  }

  .about_conten2_item_txt1 {
    font-size: 16px !important;
    text-align: center !important;
    font-weight: 600 !important;
    margin-top: 15px !important;
    line-height: 1.5rem !important;
    padding: 0 5px !important;
  }

  .about_conten2_item_txt2 {
    font-size: 14px !important;
    line-height: 1.4rem !important;
    text-align: left !important;
    margin-top: 15px !important;
  }

  .about_conten2_item_txt2 br {
    display: none !important;
  }

  .about_conten3 {
    width: 100% !important;
    min-width: unset !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    margin: 50px auto 0 !important;
  }

  .about_common_ttl {
    font-size: 18px !important;
    line-height: 1.7rem !important;
    padding: 0 10px !important;
  }
.about_common_ttl2 {
  font-size: 18px !important;
    line-height: 1.5rem !important;
    padding: 0 15px !important;
}

  .about_common_img {
    width: 90% !important;
	width: 100% !important;
    margin: -17px auto 0 !important;
  }

  .about_common_img2 {
    width: 170px !important;
    margin: -17px auto 0 !important;
  }

  .about_conten3_item_wrap {
    width: 100% !important;
    margin: 30px auto 0 !important;
    display: block !important;
  }

  .about_conten3_item_left,
  .about_conten3_item_right {
    width: 100% !important;
  }

  .about_conten3_item {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 3px !important;
    height: auto !important;
    margin-bottom: 30px !important;
  }

  .about_conten3_item_num {
    width: 40px !important;
    height: 28px !important;
    font-size: 13px !important;
    line-height: 28px !important;
    background-size: 100% 100% !important;
    flex-shrink: 0 !important;
  }

  .about_conten3_item_box {
    width: calc(100% - 60px) !important;
  }

  .about_conten3_item_box_ttl {
    font-size: 14px !important;
    padding: 4px 0 !important;
    line-height: 1.3 !important;
  }

  .about_conten3_item_box_txt {
    font-size: 14px !important;
    line-height: 1.4rem !important;
    margin-top: 10px !important;
  }

  .about_conten3_item_box_txt br {
    display: none !important;
  }

  .about_conten4 {
    width: 100vw !important;
    min-width: unset !important;
    padding: 30px 6% !important;
    box-sizing: border-box !important;
    margin-top: 40px !important;
    background-color: #F6F8FB !important;
  }

  .recruit_grad_content2_table {
    width: 100% !important;
    margin: 20px auto 0 !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
  }

  .recruit_grad_content2_table tr {
    display: block !important;
    border-top: none !important;
    border-bottom: none !important;
  }

  .recruit_grad_content2_table td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    border-bottom: 1px solid #B0B0B0 !important;
  }

  .recruit_grad_content2_table tr:first-of-type td:first-child {
    border-top: 1px solid #B0B0B0 !important;
  }

  .recruit_grad_content2_table td:first-child {
    background-color: #E5F2FF !important;
    padding: 7px 6px 7px 7px !important;
  }

  .recruit_grad_content2_table td:last-child {
    padding: 7px 6px 9px 7px !important;
    background-color: #fff !important;
  }

  .recruit_grad_content2_table td br {
    display: inline !important;
  }

  .about_profile_table {
    width: 100% !important;
    margin: 20px auto 0 !important;
  }

  .about_profile_table table {
    width: 100% !important;
  }

  .about_profile_table tr {
    display: block !important;
    border-bottom: none !important;
  }

  .about_profile_table th,
  .about_profile_table td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 5px 6px 5px 7px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }


  .about_profile_table tr:first-of-type td {
    border-top: none;
  }


  .about_profile_table th {
    background-color: #E5F2FF !important;
    font-weight: 600 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .about_profile_table td {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    background-color: #fff !important;
  }

  .about_profile_table td br {
    display: inline !important;
  }

  .about_history {
    width: 100% !important;
    margin: 40px auto 0 !important;
    padding: 0px 15px 25px !important;
    box-sizing: border-box !important;
    border: 1px solid #C9C9C9 !important;
    background: #fff !important;
  }

  .about_history_list {
    width: 100% !important;
    margin: 20px auto 0 !important;
  }

  .about_history_item {
    display: flex !important;
    align-items: center !important;
    padding: 8px 0 7px !important;
  }

  .about_history_item2 {
    margin-top: -18px;
  }

  .about_history_year {
    font-size: 13px !important;
    font-weight: 600 !important;
    width: 100px !important;
    padding-left: 10px !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
  }

  .about_history_event {
    font-size: 13px !important;
    padding-left: 15px !important;
    margin-top: 0 !important;
    line-height: 1.2rem !important;
    box-sizing: border-box !important;
  }

  .about_conten5 {
    width: 100% !important;
    min-width: unset !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    margin: 50px auto 50px !important;
  }

  .about_map_wrap {
    width: 100% !important;
    margin: 20px auto 0 !important;
    display: block !important;
  }

  .about_map_item {
    width: 100% !important;
    margin-bottom: 30px !important;
    border-top: 1px solid #B0B0B0 !important;
  }

  .about_map_item:last-child {
    margin-bottom: 0 !important;
  }

  .about_map_txt {
    font-size: 15px !important;
    margin-top: 10px !important;
  }

  .about_map {
    width: 100% !important;
    height: 130px !important;
    margin-top: 10px !important;
  }

  /* =お問い合わせ (CONTACT) */
  .contact_content1 {
    width: 100vw !important;
    min-width: unset !important;
    margin: -10px auto 0 !important;
  }

  .contact_content1_wrapper {
    width: 100% !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
    display: block !important;
  }

  .contact_content1_left {
    width: 100% !important;
    padding: 15px 0 !important;
    border-bottom: 2px solid #FF901E !important;
    display: block !important;
    text-align: center !important;
  }

  .contact_content1_left a {
    width: 75% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .contact_content1_left a img {
    width: 100% !important;
    height: auto !important;
  }

  .contact_content1_left p {
    font-size: 13px !important;
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .contact_content1_right {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 15px 0 !important;
    border-bottom: 2px solid #FF901E !important;
    display: grid !important;
    grid-template-columns: 155px auto !important;
    grid-template-rows: auto auto !important;
    gap: 10px 15px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .contact_content1_right a {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;
    width: 120px !important;
    height: auto !important;
  }

  .contact_content1_right a img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .contact_content1_right p {
    grid-column: 1 / 2 !important;
    grid-row: 2 / 3 !important;
    width: 155px !important;
    font-size: 11px !important;
    line-height: 1rem !important;
    margin: 0 !important;
    text-align: left !important;
    padding: 0 !important;
  }

  .contact_content1_right div {
    grid-column: 2 / 3 !important;
    grid-row: 1 / 3 !important;
    width: 70px !important;
    height: 70px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .contact_content1_right div img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .contact_content2 {
    width: 100vw !important;
    min-width: unset !important;
    padding: 40px 6% !important;
    box-sizing: border-box !important;
    margin: 40px auto 0 !important;
    background: #F6F8FB !important;
  }

  .contact_content2_ttl {
    width: 100% !important;
    padding: 0 0 15px 0 !important;
    border-bottom: 2px solid #FF901E !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .contact_content2_ttl_icn {
    width: 27px !important;
    height: 20px !important;
    margin-top: -16px !important;
    margin-right: 10px !important;
  }

  .contact_content2_ttl_txt {
    font-size: 20px !important;
    font-weight: 600 !important;
  }

  .contact_content2_form {
    width: 100% !important;
    padding: 20px 0px !important;
    box-sizing: border-box !important;
    margin: 25px auto 0 !important;
    background: #fff !important;
  }

  /* =施工技術ギャラリー一覧 (GALLERY ARCHIVE) */
  .gallery_archive_section {
    width: 100vw !important;
    min-width: unset !important;
    padding: 0 0 50px 0 !important;
    margin-top: -20px !important;
    box-sizing: border-box !important;
  }

  .gallery_archive_wrap {
    width: 100% !important;
    padding: 0 6% 30px !important;
    box-sizing: border-box !important;
  }

  .gallery_grid {
    width: 100% !important;
    display: flex !important;
    justify-content: start !important;
    gap: 30px 6% !important;
    flex-wrap: wrap !important;
  }

  .gallery_item {
    width: 47% !important;
    box-sizing: border-box !important;
  }

  .gallery_item a {
    display: block !important;
  }

  .gallery_item_img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 270 / 180 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .gallery_item_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .gallery_item_title {
    margin-top: 10px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .gallery_pagination {
    margin-top: 30px !important;
  }

  /* =施工技術ギャラリー詳細 (GALLERY SINGLE) */
  .gallery_single_header {
    width: 100vw !important;
    min-width: unset !important;
    height: 60px !important;
  }

  .gallery_single_header_ttl {
    width: 100% !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
  }

  .gallery_single_header_ttl_text {
    font-size: 18px !important;
    line-height: 60px !important;
  }

  .gallery_single_section {
    width: 100vw !important;
    min-width: unset !important;
    padding: 0 0 50px !important;
    margin-top: -50px;
  }

  .gallery_single_wrap {
    width: 100% !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
  }

  .gallery_single_title {
    font-size: 16px !important;
    margin: 0px 0 15px !important;
    padding-bottom: 10px !important;
  }

  .gallery_single_content {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-top: 20px !important;
	margin-top: -25px !important;
  }

  .gallery_single_content .wp-block-gallery,
  .gallery_single_content .gallery {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: start !important;
    gap: 15px 2% !important;
    margin: 30px 0 0 !important;
  }

  .gallery_single_content .wp-block-gallery .wp-block-image,
  .gallery_single_content .gallery .gallery-item {
    width: 49% !important;
    height: auto !important;
    aspect-ratio: 270 / 180 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  /* 中間要素（aタグ、figure、gallery-icon等）を100%に引き伸ばして中央寄せ */
  .gallery_single_content .wp-block-gallery .wp-block-image a,
  .gallery_single_content .wp-block-gallery .wp-block-image figure,
  .gallery_single_content .gallery .gallery-item a,
  .gallery_single_content .gallery .gallery-item .gallery-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .gallery_single_content .wp-block-gallery .wp-block-image img,
  .gallery_single_content .gallery .gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .gallery_single_back_btn_wrap {
    margin-top: 35px !important;
    margin-bottom: 20px !important;
    justify-content: right !important;
  }

  .gallery_single_back_btn {
    height: 35px !important;
    line-height: 35px !important;
    font-size: 14px !important;
  }

  /* =よくあるご質問 (QA) */
  .qa_section1 {
    width: 100% !important;
    min-width: unset !important;
    margin: -50px auto 0 !important;
  }

  .qa_section1_wrapper {
    width: 100% !important;
    padding: 0 9% 10px !important;
    box-sizing: border-box !important;
  }

  .faq-pretty {
    width: 100% !important;
  }

  .faq-pretty ul {
    margin-top: 20px !important;
    margin-left: 0px;
  }

  .faq-pretty .faq-item {
    padding: 20px 0 30px !important;
  }

  .faq-question-wrap {
    gap: 10px !important;
  }

  .faq-prefix-q {
    font-size: 22px !important;
    width: 20px !important;
  }

  .faq-question {
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
  }

  .faq-answer-wrap {
    gap: 10px !important;
    margin-top: 10px !important;
  }

  .faq-prefix-a {
    font-size: 22px !important;
    width: 20px !important;
  }

  .faq-answer {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin: 2px 0 0 0 !important;
  }

  .faq_edit_link {
    position: relative !important;
    top: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
  }

  /* =ライトボックス (LIGHTBOX OVERRIDES FOR MOBILE) */
  #overlay {
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999998 !important;
  }

  #lightbox {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 9999999 !important;
  }

  #lightbox[style*="display: none"],
  #lightbox[style*="display:none"] {
    display: none !important;
  }

  #outerImageContainer {
    width: auto !important;
    height: auto !important;
    max-width: 90% !important;
  }

  #imageContainer {
    padding: 10px !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  #lightboxImage {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 70vh !important;
    display: block !important;
    margin: 0 auto !important;
  }

  #hoverNav {
    height: 100% !important;
    width: 100% !important;
  }

  #prevLink {
    background: url('../../plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/prev.gif') left 50% no-repeat !important;
    opacity: 0.5 !important;
    transition: opacity 0.2s !important;
  }

  #nextLink {
    background: url('../../plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/next.gif') right 50% no-repeat !important;
    opacity: 0.5 !important;
    transition: opacity 0.2s !important;
  }

  #prevLink:active,
  #nextLink:active {
    opacity: 1 !important;
  }

  #imageDataContainer {
    width: auto !important;
    max-width: 90% !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 9999999 !important;
    pointer-events: auto !important;
  }

  #imageData {
    padding: 10px !important;
    box-sizing: border-box !important;
    display: block !important;
    position: static !important;
  }

  #imageData::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  #imageDetails {
    width: calc(100% - 80px) !important;
    float: left !important;
    text-align: left !important;
    display: block !important;
    margin: 0 !important;
  }

  #titleAndCaption {
    display: block !important;
    margin-bottom: 0 !important;
  }

  #titleText {
    font-size: 13px !important;
    color: #333333 !important;
    font-weight: 600 !important;
  }

  #captionText {
    font-size: 11px !important;
    color: #666666 !important;
    margin-left: 5px !important;
  }

  #controls {
    margin: 5px 0 0 0 !important;
    font-size: 11px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
  }

  #playPause {
    display: inline-block !important;
    color: #0068b7 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    font-size: 12px !important;
  }

  #numberDisplay {
    color: #666666 !important;
  }

  #bottomNav {
    float: right !important;
    width: 66px !important;
    height: 22px !important;
    margin: 0 !important;
    display: block !important;
    position: static !important;
  }

  #bottomNavClose {
    float: none !important;
    margin: 0 !important;
    display: block !important;
    width: 66px !important;
    height: 22px !important;
    min-width: unset !important;
    min-height: unset !important;
    position: relative !important;
    z-index: 10000000 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
  }

  #jqlb_closelabel {
    display: block !important;
    width: 66px !important;
    height: 22px !important;
    background-size: 100% 100% !important;
  }

  /* ==========================================================================
     Top Slideshow (.Opening) Mobile Constraints
     ========================================================================== */
  .Opening0 {
    width: 100% !important;
    height: 230px !important;
    overflow: hidden !important;
    margin: 0 auto !important;
  }

  .Opening {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  .Opening ul {
    width: 100% !important;
    height: 100% !important;
  }

  .Opening ul li {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
  }

  .Opening ul li img.Opening__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* ==========================================================================
     Recruit Page Catchphrase (recruit_cts0) Mobile Adjustments
     ========================================================================== */
  .recruit_cts0 {
    clear: both !important;
    width: 100% !important;
    margin: -25px auto 0 auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 20 !important;
  }

  .recruit_cp1 {
    clear: both !important;
    width: 88% !important;
    margin: 0 0 0 6% !important;
    padding: 0 0 8px 0 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 20 !important;
    display: block !important;
  }

  .recruit_cp1 .box {
    width: 100% !important;
    justify-content: start;
  }

  .recruit_cp2 {
    clear: both !important;
    width: 88% !important;
    margin: 0 auto 0 auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 20 !important;
  }

  .box_item {
    height: 38px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 38px !important;
    text-align: center !important;
    position: relative !important;
    z-index: 1 !important;
    margin-left: 8px !important;
    box-sizing: border-box !important;
  }

  .recruit_cp1 .box_item {
    width: 80%;
    padding: 0 10px !important;
  }

  .recruit_cp2 .box_item {
    width: 85% !important;
    padding: 0 !important;
  }

  .box_item::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #4EA7EB !important;
    transform: skewX(-20deg) !important;
    z-index: -1 !important;
  }

  .box_item_wrapper {
    display: block;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-right: 15px !important;
  }

  .box_item_img {
    width: 60% !important;
    height: 38px !important;
    border-bottom: 1px solid #4EA7EB !important;
    position: relative !important;
    padding-left: 15px !important;
    margin-top: 10px !important;
    z-index: 1 !important;
    left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  .box_item_img img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }

  .single_qa_section1 {
    width: 100%;
    min-width: unset;
    margin: 35px auto 0;
  }

  .single_content {
    position: relative;
    width: 100%;
    min-width: unset;
    margin: 0px auto 0;
  }

  .single_content_wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .single_content_main {
    width: 100%;
    margin: 0 auto 0;
  }

  .single_title {
    font-size: 18px;
    line-height: 1.7rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .single_date {
    font-size: 13px;
  }

  .single_content {
    width: 100%;
    font-size: 14px;
    line-height: 1.3rem;
  }

  .bxslider li:first-child {
    display: block !important;
  }

  /* メニューのお問い合わせフォーム下の線と採用情報ボタン */
  .navi_item_contact_line {
    border-bottom: 1px solid #B3B3B3;
    margin: 15px 50px;
  }

  .navi_item_contact_recruit {
    background: #006EC8;
    width: 280px;
    height: 50px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  .navi_item_contact_recruit:hover {
    opacity: 0.8;
  }

  .navi_item_contact_line_btn {
    background: #39B54A;
    width: 280px;
    height: 50px;
    margin: 15px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative !important;
  }

  .navi_item_contact_line_btn img {
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 24px !important;
    height: 24px !important;
    object-fit: cover;
  }

  .navi_item_contact_line_btn:hover {
    opacity: 0.8;
  }

  .navi_item_contact_corporate {
    background: #006EC8;
    width: 280px;
    height: 50px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative !important;
    padding-left: 20px !important;
  }

  .navi_item_contact_corporate img {
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 22px !important;
    height: 22px !important;
    object-fit: cover;
  }

  .navi_item_contact_corporate:hover {
    opacity: 0.8;
  }

  /* お問い合わせメールボタンのアイコン位置合わせ */
  .navi_item_contact_mail {
    position: relative !important;
    padding-left: 20px !important;
    font-weight: 500 !important;
  }

  .navi_item_contact_mail img {
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 22px !important;
    width: auto !important;
    margin: 0 !important;
  }

}