@charset "utf-8";

/* -----------------------------

レスポンシブ

--------------------------------*/
@media screen and (min-width: 1700px) {

  /* 1700px以上の幅の場合に適応される */
  .section_top_recruit::before {
    left: 10%;
  }
}

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

  /* 1300pxまでの幅の場合に適応される */
  .header__wrapper {
    height: 100px;
  }
}

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

  /* 1090pxまでの幅の場合に適応される */
  nav#mainNav {
    display: none;
  }

  /* .header__wrapper {
    height: 60px;
  } */
  .header-logo img {
    width: 312px;
  }

  #rmp_menu_trigger-34 {
    top: 27px;
  }

  .rmp-container {
    z-index: 9998;
  }
}

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

  /* 991pxまでの幅の場合に適応される */
  .methods_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .submit_wrapper .btn-area button,
  .submit_wrapper .btn-area input[type="submit"],
  .submit_wrapper .btn-area input[type="button"] {
    width: 100%;
  }
}

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

  /* 768pxまでの幅の場合に適応される */
  .pc-none {
    display: block !important;
  }

  .sp-none {
    display: none !important;
  }

  .sp-left {
    text-align: left !important;
  }

  /* Layout
  ----------------------------------- */
  .half-media {
    flex-direction: column;
  }

  .half-media__img-wrapper,
  .half-media__body:first-child,
  .half-media__body:last-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .column-reverse {
    flex-direction: column-reverse;
  }

  .box_col_3 {
    flex-direction: column;
  }

  .box_col_3__item {
    width: 100%;
    margin-bottom: 40px;
  }

  .content_wrapper {
    margin-bottom: 60px;
  }

  .half-media.contents {
    margin-bottom: 40px;
  }

  .ml_30 {
    margin-left: 0;
  }

  /* Title
  ----------------------------------- */
  .heading_lv1 {
    margin-bottom: 30px;
  }

  .heading_lv1 img {
    height: 25px;
  }

  .heading_lv1 img.sp-none {
    display: none !important;
  }

  .heading_lv1 img.pc-none {
    display: inline-block !important;
  }

  .heading_lv1_text {
    font-size: 1.5625rem;
  }

  .heading_lv1_1 {
    margin-bottom: 7px;
  }

  .heading_lv1_1 img {
    height: 25px;
  }

  .section_top_company .heading_lv2,
  .heading_lv2 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .heading_lv3 {
    font-size: 1.125rem;
    padding-left: 15px;
    padding-bottom: 6px;
  }

  .heading_lv3::before {
    top: 0;
  }

  .heading_lv4 {
    font-size: 1.125rem;
  }

  .heading_lv5 {
    font-size: 1.25rem;
    margin-bottom: 4px;
  }

  .heading_lv8 a {
    font-size: 1.25rem;
    margin-bottom: 4px;
  }

  .heading_step {
    font-size: 1rem;
  }

  /* Text
  ----------------------------------- */
  p,
  li {
    font-size: 0.875rem;
  }

  .intro_text {
    font-size: 1rem;
    margin-bottom: 26px;
  }

  .paragraph {
    margin-bottom: 38px;
  }
	.content_wrapper .paragraph {
    margin-bottom: 20px;
  }

  .sp-left {
    text-align: left;
  }

  /* Link
  ----------------------------------- */
  a {
    font-size: 0.875rem;
  }

  .btn {
    padding-right: 32px;
  }

  .btn::after {
    width: 20px;
	  right:15px;
    height: 8px;
  }
	
	.btn:hover::after {
     width: 35px;
    right: 0px;
}

  /* Table
  ----------------------------------- */
  .definition_table th {
    width: 100%;
  }

  .definition_table th,
  .wp-block-table.definition_table td:first-child {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .definition_table td,
  .wp-block-table.definition_table td {
    width: 100%;
    display: block;
  }

  .definition_table th,
  .definition_table td {
    padding: 1rem 10px;
    font-size: 0.875rem;
  }

  .wp-block-table.definition_table td:first-child {
    padding: 1rem 10px;
    text-align: left;
  }

  .wp-block-table.definition_table {
    overflow-x: visible;
  }

  .definition_table tr:last-child th,
  .wp-block-table.definition_table tr:last-child td:first-child {
    border-bottom: 1px solid #d3d3d3;
  }

  .definition_table tr:last-child td:last-child {
    border-top: none;
    border-bottom: 1px solid #00559c;
  }

  /* Header
  ----------------------------------- */
  .header__wrapper {
    display: flex;
    align-items: center;
    /* 上下中央揃え */
    justify-content: space-between;
    /* ロゴとハンバーガーで左右に配置 */
    height: 60px;
    padding: 0 10px;
    position: relative;
  }

  h1.header-logo {
    margin-right: 0;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .header-logo img {
    width: 183px;
  }

  button.rmp_menu_trigger {
    z-index: 10000;
  }

  #rmp_menu_trigger-34 {
    top: 13px;
  }

  /* MainVisual
  ----------------------------------- */
  .main-frame-container {
    height: auto;
  }

  .main-slider img {
    height: auto;
  }

  .main-copy img.main-copy-1_img {
    max-width: 305px;
  }

  .main-copy img.main-copy-2_img,
  .main-copy-2 .bgLRextend::before {
    max-width: 170px;
  }

  .main-copy {
    left: 20px;
  }

  /* Top
  ----------------------------------- */
  .section_top_construction .half-media__body {
    width: 100%;
  }

  .section_top_construction_inner {
    padding: 80px 12px;
  }

  .section_top_construction_inner .full {
    margin-bottom: 15px;
  }

  .section_top_construction-method_inner {
    padding: 57px 14px 84px 14px;
  }

  .section_top_construction-method .btn_2 {
    width: 185px;
    height: 46px;
  }

  .section_top_construction-method .paragraph {
    font-size: 14px;
    margin-bottom: 42px;
    text-align: left;
  }

  .section_top_construction .btn {
    padding-right: 50px;
  }

  .construction-method_wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 24px;
  }

  .construction-method_item {
    width: 100%;
    margin-bottom: 54px;
  }

  .construction-method_text {
    width: 185px;
    height: 46px;
    margin-left: auto;
    margin-right: -24px;
  }

  .construction-method_item:nth-child(2) .construction-method_text {
    padding-left: 16px;
  }

  .construction-method_item:nth-child(3) .construction-method_text {
    padding-left: 11px;
  }

  .construction-method_text p {
    font-size: 0.6875rem;
  }

	
.construction-method_text::after{
    width: 20px;
	  right:20px;
    height: 8px;
  }
.construction-method_item:hover .construction-method_text::after{
          width: 35px;
    right: 5px;
  }
	
	 .btn_2::after {
    width: 20px;
	  right:25px;
    height: 8px;
  }
	
	.btn_2:hover::after {
     width: 35px;
    right: 10px;
}
	
  .section_top_company__inner {
    padding: 56px 14px 44px 14px;
  }

  .top_company__img {
    margin-bottom: 12px;
  }

  .section_top_recruit {
    background: url(../images/top/bg_recruit@2x.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .section_top_recruit::before {
    width: 244px;
    height: 73px;
    background-repeat: no-repeat;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .section_top_recruit__inner {
    padding: 48px 10px 45px 10px;
  }

  .section_top_recruit .heading_lv1 {
    text-align: center;
    margin-bottom: 18px;
  }

  .section_top_recruit .heading_lv1 img {
    height: 33px;
  }

  .top_recruit_text {
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 141px;
  }

  .section_top_recruit .btn_2 {
    width: 185px;
    height: 46px;
  }

  .section_top_recruit .btn_wrapper {
    display: flex;
    justify-content: center;
  }

  .section_top_news__inner {
    padding: 80px 14px 0px 14px;
  }

  .top_news__wrapper {
    flex-direction: column;
  }

  .section_top_news .heading_lv1 img {
    width: auto !important;
    max-width: auto !important;
    min-width: auto !important;
  }

  .section_top_news .heading_lv1 {
    margin-right: 0;
    margin-bottom: 27px;
  }

  .post_wrapper {
    width: 100%;
  }

  .post_list {
    margin-bottom: 38px;
  }

  .post_list__item a {
    padding: 15px 0;
    flex-direction: column;
  }

  .top_news__wrapper {
    margin-bottom: 80px;
  }

  /* Footer
  ----------------------------------- */
  .footer_inner {
    padding: 23px 12px 42px 12px;
  }

  .footer_nav {
    display: none;
  }

  .footer_left {
    width: auto;
  }

  .footer_right {
    display: inline-flex;
    align-items: flex-end;
  }

  .footer_logo {
    margin-bottom: 7px;
  }

  .footer_contact__btn {
    width: auto;
    font-size: 0.875rem;
    height: 34px;
    min-width: 100px;
  }

  .footer_adress p,
  .footer_adress a {
    font-size: 0.875rem;
  }

  p.copyright {
    font-size: 0.625rem;
  }

  /* Page
  ----------------------------------- */
  .page .heading_lv1 {
    margin-bottom: 30px;
  }

  .page .page_wrapper {
    padding-bottom: 84px;
  }

  img.page-title-en {
    height: 56px;
  }

  img.page-title-en {
    height: 36px;
    object-fit: contain;

  }

  .history img.page-title-en,
  .company img.page-title-en,
  .group img.page-title-en {
    height: 53px;
    margin-bottom: 0;
  }

  .page_title_ja {
    font-size: 0.875rem;
  }

  .page_visual img {
    height: 130px;
    object-fit: cover;
  }

  .breadcrumb,
  .breadcrumb a {
    font-size: 0.75rem;
  }

  /* Page 工法紹介
  ----------------------------------- */
  .methods_grid {
    grid-template-columns: 1fr;
  }

  .page_construction .paragraph {
    margin-bottom: 32px;
  }

  .nsd_img {
    margin-bottom: 60px;
  }

  .process_img_wrapper {
    padding: 0;
  }

  .step_wrapper {
    gap: 10px;
  }

  .greeting_wrapper {
    flex-direction: column-reverse;
    align-items: flex-end !important;
  }

  .greeting_img_wrapper {
    max-width: 70%;
    margin: auto !important;
  }

  .timeline-row {
    gap: 14px;
  }

  .timeline-year {
    max-width: 50px;
  }

  .timeline-year p {
    font-size: 1.25rem;
  }

  .timeline-dot img {
    vertical-align: middle;
  }

  .timeline-month p {
    font-size: 1rem;
  }

  .timeline-text_inner {
    gap: 0px;
  }

  .group_wrapper {
    gap: 0;
  }

  .recruit_intro {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 32px;
  }

  .recruit_intro_text {
    text-align: left;
  }

  .submit_wrapper span::after {
    right: -80px;
  }

  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    display: block;
    width: 100%;
  }

  .contact-form-table th {
    padding-bottom: 4px;
    width: 100%;
    background: none;
    border: none;
  }

  .contact-form-table td {
    padding-top: 0;
    border: none;
  }

  .contact-form_wrapper {
    padding: 30px 10px;
  }

  .btn-confirm {
    padding: 20px;
  }

  .submit_wrapper .btn-area .btn-item {
    width: 100%;
    max-width: 100%;
  }

  .submit_wrapper .btn-area {
    flex-direction: column;
    align-items: center;
  }

  .recruit_contact_img {
    max-width: 100%;
    left: 0;
    top: 60px;
  }

  .recruit_contact_title {
    font-size: 1.25rem;
  }

  .recruit_contact_btn_wrapper {
    gap: 14px;
  }

  .recruit_contact_btn_org a,
  .recruit_contact_btn_white a {
    font-size: 1.25rem !important;
    height: 80px;
  }

  .news-item-date {
    min-width: 70px;
  }

  .news-item a {
    flex-direction: column;
  }

  .news-item-arrow {
    width: 100%;
  }

  .news-item-arrow img {
    display: block;
    margin-left: auto;
    width: 28px;
  }

  .news-content {
    margin-bottom: 60px;
  }

  .cursor {
    display: none !important;
  }

  .page-id-394 .btn-area {
    flex-direction: column;
    gap: 12px;
  }

  .submit_wrapper .btn-area .btn-item:first-child p {
    justify-content: center;
    width: 100%;
  }

  .contact_tel a {
    font-size: 1.5rem;
  }

  .page-id-21 .definition_table td:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline-text {
    padding-left: 0px;
  }

  .archive .news-item-arrow::after {
    top: calc(50% - 20px);
  }
}