@media screen and (min-width: 767px) {
  /*トップージ home*/
  /* ============================================ */
  .home_main {
    padding-top: 120px;
  }
  .home_mainImg {
    padding-top: calc(130 * 1px);
    width: 100%;
    height: 100vh;
    min-height: 600px;
    position: relative;
  }
  .home_mainImg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: radial-gradient(rgba(0, 0, 0, 0.2) 30%, transparent 31%), radial-gradient(rgba(0, 0, 0, 0.2) 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
    top: 0;
    left: 0;
    display: inline-block;
  }
  .home_mainImg_bg {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home_mainImg_bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home_main_lead {
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    padding-bottom: 60px;
  }
  .home_main_lead_head {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
  .home_main_lead_title {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 60px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 10px 0 20px;
  }
  .home_main_lead_sub {
    font-size: 30px;
    font-weight: 600;
  }
  .home_secTitle {
    display: flex;
    flex-direction: column-reverse;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .home_secTitle > h2 {
    font-size: 36px;
    font-weight: 700;
  }
  .home_secTitle > p {
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #00b11f;
    position: relative;
    width: fit-content;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 26px;
  }
  .home_secTitle > p::before, .home_secTitle > p::after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
  }
  .home_secTitle > p::before {
    width: 3px;
    background: #FF6F00;
    left: 0;
  }
  .home_secTitle > p::after {
    width: calc(100% - 5px);
    background: #00b11f;
    left: 5px;
  }
  .home_item {
    margin-bottom: 120px;
  }
  .home_item_inner {
    display: flex;
    justify-content: space-between;
  }
  .home_item_text {
    width: 25%;
  }
  .home_item_cont {
    width: 65%;
  }
  .home_item_cont_list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .home_item_cont_item {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px #d4ddd5;
    border-radius: 5px;
    position: relative;
  }
  .home_item_cont_item::before {
    content: "";
    position: absolute;
    top: 47px;
    left: 0;
    width: 4px;
    height: 42px;
    background-color: #00b11f;
  }
  .home_item_cont_item .-link {
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .home_item_cont_item .-link .-txt_box {
    width: 60%;
    padding: 25px 10px;
  }
  .home_item_cont_item .-link .-txt_box h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
  }
  .home_item_cont_item .-link .-txt_box h3 .-btn_icon {
    width: 1.5em;
    height: 1.5em;
    background-color: #00b11f;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: calc(100% + 1em);
    transform: translateY(-50%);
  }
  .home_item_cont_item .-link .-txt_box h3 .-btn_icon > i {
    color: #fff;
    position: absolute;
    top: 12px;
    font-size: 14px;
    left: 12px;
  }
  .home_item_cont_item .-link .-img_box {
    width: 40%;
    aspect-ratio: 1.618/1;
    overflow: hidden;
    border-radius: 4px;
  }
  .home_item_cont_item .-link .-img_box img {
    transition: all ease-in-out 0.3s;
    width: 100%;
    height: 100%;
  }
  .home_item_cont_item .-link:hover .-btn_icon > i {
    animation: ArrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  }
  .home_item_cont_item .-link:hover .-img_box img {
    transform: scale(1.1);
  }
  .home_concept {
    margin-bottom: 120px;
    position: relative;
  }
  .home_concept::before {
    content: "";
    position: absolute;
    top: -500px;
    left: 0;
    background-color: #f5f5f5;
    width: 100%;
    height: calc(100% + 400px);
    clip-path: polygon(0 30%, 100% 0%, 100% 70%, 0 100%);
    z-index: -1;
  }
  .home_concept_cont_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .home_concept_cont_item {
    width: calc(50% - 5px);
    position: relative;
    height: 280px;
  }
  .home_concept_cont_item .-link {
    background-color: #FFFFFF;
    padding: 45px 30px;
    border: 1px solid #e8e8e8;
    display: block;
    height: 100%;
    overflow: hidden;
    display: block;
  }
  .home_concept_cont_item .-link::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #383838;
    z-index: 3;
    opacity: 0.5;
    transition: all ease-in-out 0.3s;
  }
  .home_concept_cont_item .-link .-img_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .home_concept_cont_item .-link .-img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
  }
  .home_concept_cont_item .-link .-txt_box {
    position: absolute;
    z-index: 123;
    text-align: left;
    color: #fff;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    max-height: 68px;
    transition: all 0.5s ease-in-out;
  }
  .home_concept_cont_item .-link .-txt_box h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
  }
  .home_concept_cont_item .-link .-txt_box p {
    margin: 20px 0 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .home_concept_cont_item .-link .-btn_icon {
    position: absolute;
    z-index: 123;
    right: 30px;
    bottom: 30px;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    color: #fff;
  }
  .home_concept_cont_item .-link:hover::before {
    opacity: 0.7;
  }
  .home_concept_cont_item .-link:hover .-txt_box {
    max-height: 100%;
  }
  .home_concept_cont_item .-link:hover .-txt_box p {
    opacity: 1;
    display: block;
  }
  .home_concept_cont_item .-link:hover .-img_box img {
    transform: scale(1.1);
  }
  .home_concept_cont_item .-link:hover .-btn_icon {
    opacity: 1;
  }
  .home_news {
    margin-bottom: 120px;
  }
  .home_news_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .home_news_head .home_secTitle {
    margin-bottom: 0;
  }
  .home_news_cut {
    display: flex;
    gap: 10px;
  }
  .home_news_cut_link {
    background-color: rgb(242, 249, 242);
    padding: 4px 20px;
    border-radius: 6px;
    cursor: pointer;
  }
  .home_news_cut_link.is-active {
    background-color: #00b11f;
    color: #fff;
  }
  .home_news .ui_tab_content {
    display: none;
  }
  .home_news .ui_tab_content.is-active {
    display: block;
  }
  .home_news_list {
    margin-bottom: 30px;
  }
  .home_news_list_empty {
    padding: 16px 0 20px;
  }
  .home_news_list_item {
    display: flex;
    gap: 2em;
    padding: 16px 0 20px;
    margin-bottom: 6px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }
  .home_news_list_item:hover .-title {
    color: #0F833A;
  }
  .home_news_list_item:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .home_news_list_item .-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    flex-shrink: 0;
    color: #0F833A;
    background-color: #fff;
    border: 1px solid #0F833A;
    max-height: 46px;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
  .home_news_list_item .-cat_name {
    font-size: 14px;
  }
  .home_news_list_item_box .-date {
    line-height: 1;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .home_news_list_item_box .-title {
    font-size: 18px;
    font-weight: 700;
    transition: all ease-in-out 0.3s;
  }
  .home_news_list_item_box .-title .-ev_end {
    color: #F00;
  }
  .home_news_list_item_box .-ev_date {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
  }
  .home_news_list_item_box .-ev_date span {
    font-weight: 600;
  }
  .home_news_list_item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    background-color: #00b11f;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s ease-in-out;
  }
  .home_news_more_btn {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }
  .home_news_more_btn .-icon {
    width: 2.5em;
    height: 2.5em;
    background-color: #00b11f;
    display: inline-block;
    border-radius: 50%;
    position: relative;
  }
  .home_news_more_btn .-icon > i {
    color: #fff;
    position: absolute;
    top: 14px;
    font-size: 14px;
    left: 14px;
  }
  .home_news_more_btn:hover {
    color: #0F833A;
  }
  .home_news_more_btn:hover .-icon > i {
    animation: ArrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  }
  .home_another_box_list {
    display: flex;
  }
  .home_another_box_list_item {
    width: 50%;
  }
  .home_another_box .-link {
    display: block;
    position: relative;
    height: 400px;
  }
  .home_another_box .-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(87, 111, 91, 0.4);
  }
  .home_another_box .-link .-img_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .home_another_box .-link .-img_box img {
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.3s;
    object-fit: cover;
    object-position: center;
  }
  .home_another_box .-link .-txt_box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .home_another_box .-link .-txt_box h2 {
    font-size: 30px;
    font-weight: 700;
  }
  .home_another_box .-link .-txt_box p {
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
    width: fit-content;
    text-transform: uppercase;
    font-size: 20px;
  }
  .home_another_box .-link .-txt_box p::before, .home_another_box .-link .-txt_box p::after {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    background-color: #fff;
    top: calc(50% - 1px);
  }
  .home_another_box .-link .-txt_box p::before {
    left: calc(100% + 10px);
  }
  .home_another_box .-link .-txt_box p::after {
    right: calc(100% + 10px);
  }
  .home_another_box .-link .-btn_icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
  }
  .home_another_box .-link .-btn_icon > i {
    color: #fff;
    position: absolute;
    top: 16px;
    font-size: 14px;
    left: 17px;
    display: block;
    font-size: 18px;
  }
  .home_another_box .-link:hover .-img_box img {
    transform: scale(1.1);
  }
  .home_another_box .-link:hover .-btn_icon > i {
    animation: ArrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  }
  /*配下ページ共通 page*/
  /* ============================================ */
  .page {
    /*配下ページ：カテゴリ：記事一覧 category*/
    /* ============================================ */
    /*配下ページ：ブログ：各トップページ top*/
    /* ============================================ */
    /*配下ページ：ブログ：記事 entry*/
    /* ============================================ */
  }
  .page main {
    padding-top: calc(130 * 1px);
  }
  .page_head {
    background: linear-gradient(45deg, #9CDFEE 0%, #AEE590 50%, #83E5BF 100%);
    padding-top: 90px;
    display: flex;
    align-items: flex-end;
  }
  .page_head.-addimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
  }
  .page_head_txt {
    display: inline-block;
    padding: 45px 60px 30px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    min-width: 340px;
  }
  .page_head_txt_sub {
    font-family: YakuHanJP, "Barlow Semi Condensed", sans-serif;
    letter-spacing: 0.02em;
    color: #00b11f;
    position: relative;
    margin-bottom: 5px;
    font-size: 22px;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 700;
  }
  .page_head_txt_sub::before, .page_head_txt_sub::after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
  }
  .page_head_txt_sub::before {
    width: 3px;
    background: #FF6F00;
    left: 0;
  }
  .page_head_txt_sub::after {
    width: calc(100% - 5px);
    background: #00b11f;
    left: 5px;
  }
  .page_head_txt_title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.06em;
  }
  .page .breadcrumbs_inner {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    padding: 10px 0;
  }
  .page .breadcrumbs_list {
    display: flex;
    align-items: center;
  }
  .page .breadcrumbs_list > li {
    margin-left: 10px;
  }
  .page .breadcrumbs_list > li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #00b11f;
    margin-right: 10px;
  }
  .page .breadcrumbs_list > li:first-of-type {
    margin-left: 0px;
  }
  .page .breadcrumbs_list > li:first-of-type::before {
    content: none;
    margin-right: 0px;
  }
  .page .breadcrumbs_list > li > a:hover {
    color: #0F833A;
  }
  .page .breadcrumbs_list > li > span {
    color: #cdcdcd;
  }
  .page_content {
    padding: 90px 0;
  }
  .page .entry_head h1 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
  .page .entry_head h1::before, .page .entry_head h1::after {
    position: absolute;
    content: "";
    height: 4px;
    bottom: 0;
  }
  .page .entry_head h1::before {
    width: 10px;
    background: #FF6F00;
    left: 0;
  }
  .page .entry_head h1::after {
    width: calc(100% - 12px);
    background: #00b11f;
    left: 12px;
  }
  .page .entry_head h1 .-ev_end {
    color: #F00;
  }
  .page_entry a {
    color: #0F833A;
    font-weight: 500;
  }
  .page_entry a:hover {
    text-decoration: underline;
  }
  .page_entry p {
    margin-bottom: 1em;
  }
  .page_entry strong, .page_entry b {
    font-weight: bolder;
  }
  .page_entry em {
    font-style: italic;
  }
  .page_entry ul {
    list-style: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 1.5em;
  }
  .page_entry ol {
    list-style: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 1.5em;
  }
  .page_entry blockquote, .page_entry q {
    display: block;
    border-left: 4px solid #ccc;
    padding-left: 1em;
    margin: 1em 0;
    font-style: italic;
    color: #555;
  }
  .page_entry img {
    max-width: 100%;
  }
  .page_entry h1 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 1em;
    position: relative;
  }
  .page_entry h1::before, .page_entry h1::after {
    position: absolute;
    content: "";
    height: 4px;
    bottom: 0;
  }
  .page_entry h1::before {
    width: 10px;
    background: #FF6F00;
    left: 0;
  }
  .page_entry h1::after {
    width: calc(100% - 12px);
    background: #00b11f;
    left: 12px;
  }
  .page_entry h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1em;
    border-left: 4px solid #00b11f;
    padding: 5px 0.5em;
    background-color: #f5f5f5;
  }
  .page_entry h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 1em;
    border-bottom: 1px solid;
    color: #0F833A;
    padding-bottom: 0.25em;
  }
  .page_entry h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1em;
    color: #0F833A;
  }
  .page_entry h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1em;
  }
  .page_entry h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1em;
  }
  .page_entry h1, .page_entry h2 {
    margin-top: 2em;
  }
  .page_entry h3, .page_entry h4, .page_entry h5, .page_entry h6 {
    margin-top: 1.5em;
  }
  .page_entry h1.first-heading, .page_entry h2.first-heading, .page_entry h3.first-heading, .page_entry h4.first-heading, .page_entry h5.first-heading, .page_entry h6.first-heading {
    margin-top: 0;
  }
  .page_entry .mt-be-columns {
    display: flex;
    gap: 20px; /* 任意の間隔 */
  }
  .page_entry .mt-be-column {
    flex: 1; /* 均等幅 */
    min-width: 0;
  }
  .page_entry table tr td, .page_entry table tr th {
    padding: 10px;
  }
  .page_entry table thead tr {
    background-color: #e8e8e8;
    font-weight: 500;
  }
  .page_entry .mb0 {
    margin-bottom: 0;
  }
  .page .category_nav {
    padding: 90px 0;
  }
  .page .category_nav_item {
    margin-bottom: 90px;
  }
  .page .category_nav_item:last-of-type {
    margin-bottom: 0;
  }
  .page .category_nav_item .-inner {
    display: flex;
    flex-direction: row;
  }
  .page .category_nav_item:nth-of-type(2n+1) .-inner {
    flex-direction: row-reverse;
  }
  .page .category_nav_item:nth-of-type(2n+1) .category_nav_desc {
    margin-top: 60px;
  }
  .page .category_nav_item:nth-of-type(2n+1) .category_nav_desc_in {
    background: linear-gradient(25deg, #63cb1b 0%, #00cd7f 100%);
  }
  .page .category_nav_item:nth-of-type(2n) .category_nav_img {
    margin-top: 60px;
  }
  .page .category_nav_desc {
    width: 55%;
  }
  .page .category_nav_desc_in {
    background: linear-gradient(145deg, #63cb1b 0%, #00cd7f 100%);
    padding: 100px 90px;
    color: #fff;
    min-height: 420px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
  .page .category_nav_desc_in .-title {
    font-size: 30px;
    font-weight: 700;
  }
  .page .category_nav_desc_in .-title span {
    display: block;
  }
  .page .category_nav_desc_in .-text {
    font-weight: 500;
  }
  .page .category_nav_desc_in .-btn {
    font-weight: 700;
    width: fit-content;
    display: flex;
    align-items: center;
  }
  .page .category_nav_desc_in .-btn_text {
    position: relative;
    overflow: hidden;
    padding-bottom: 4px;
  }
  .page .category_nav_desc_in .-btn_text::before, .page .category_nav_desc_in .-btn_text::after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
  }
  .page .category_nav_desc_in .-btn_text::before {
    left: 0;
  }
  .page .category_nav_desc_in .-btn_text::after {
    left: -100%;
  }
  .page .category_nav_desc_in .-btn_icon {
    margin-left: 10px;
    transition: all ease-in-out 0.3s;
  }
  .page .category_nav_desc_in .-btn:hover .-btn_text {
    position: relative;
  }
  .page .category_nav_desc_in .-btn:hover .-btn_text::before {
    animation: BtntoRight 0.5s ease-in-out forwards;
  }
  .page .category_nav_desc_in .-btn:hover .-btn_text::after {
    animation: BtntoLeft 0.5s ease-in-out forwards;
    animation-delay: 0.3s;
  }
  .page .category_nav_desc_in .-btn:hover .-btn_icon {
    transform: translateX(5px);
  }
  .page .category_nav_img {
    width: 45%;
  }
  .page .category_nav_img .-img {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
  }
  /*工作機械の販売 item*/
  /* ============================================ */
  .item .maker_box {
    padding: 90px 0;
  }
  .item .maker_box_head {
    margin-bottom: 120px;
  }
  .item .maker_box_child_ttl {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
  }
  .item .maker_box_child_ttl span {
    font-size: 24px;
    font-weight: 700;
    color: #0F833A;
    background-color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 1em;
  }
  .item .maker_box_child_ttl::before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #0F833A;
  }
  .item .maker_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.65%;
    row-gap: 20px;
    margin-bottom: 90px;
  }
  .item .maker_list_item {
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item .maker_list_item .-link {
    width: 100%;
    border: 3px solid #00b11f;
    text-align: center;
    padding: 0.25em 0;
  }
  .item .maker_list_item .-link:hover {
    box-shadow: 0px 0px 8px rgba(0, 177, 31, 0.5);
    color: #0F833A;
  }
  .item .maker_cont_child_ttl {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
  }
  .item .maker_cont_child_ttl span {
    font-size: 24px;
    font-weight: 700;
    color: #0F833A;
    background-color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 1em;
  }
  .item .maker_cont_child_ttl::before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #0F833A;
  }
  .item .maker_cont_item {
    margin-bottom: 90px;
  }
  .item .maker_cont_item:last-of-type {
    margin-bottom: 0;
  }
  .item .maker_cont_item_ttl {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 45px;
  }
  .item .maker_cont_item_ttl::after {
    content: "";
    position: absolute;
    background-color: #00b11f;
    width: 40px;
    height: 4px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .item .maker_cont_item_lead {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 30px;
  }
  .item .maker_cont_item_lead .-image {
    width: 280px;
    height: 180px;
    object-fit: cover;
  }
  .item .maker_cont_item_lead .-text {
    width: calc(100% - 340px);
  }
  .item .maker_cont_item_lead:not(:has(.-image)) .-text {
    width: 100%;
  }
  .item .maker_cont_item_box {
    display: flex;
    flex-wrap: wrap;
    padding: 45px;
    border: 4px solid #F2F9F2;
    position: relative;
  }
  .item .maker_cont_item_box::before {
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    border: 2px solid #F2F9F2;
  }
  .item .maker_cont_item .-corp {
    border-bottom: 1px solid rgba(0, 177, 31, 0.3);
    width: 33.3333333333%;
    padding-left: 45px;
  }
  .item .maker_cont_item .-corp:nth-of-type(3n), .item .maker_cont_item .-corp:nth-of-type(3n-1) {
    padding-left: 30px;
  }
  .item .maker_cont_item .-corp .-link {
    position: relative;
    padding: 5px;
    margin: 10px 0;
    display: inline-block;
  }
  .item .maker_cont_item .-corp .-link > i {
    position: absolute;
    top: 12px;
    left: -1em;
    transition: all ease-in-out 0.3s;
    color: rgba(0, 177, 31, 0.5);
  }
  .item .maker_cont_item .-corp .-link:hover {
    color: #0F833A;
  }
  .item .maker_cont_item .-corp .-link:hover > i {
    color: #0F833A;
  }
  /*私たちの強み concept*/
  /* ============================================ */
  .concept .consulting_navi_link {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
  }
  .concept .consulting_navi_link_btn {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .concept .consulting_navi_link_btn .-icon {
    width: 2.5em;
    height: 2.5em;
    background-color: #00b11f;
    display: inline-block;
    border-radius: 50%;
    position: relative;
  }
  .concept .consulting_navi_link_btn .-icon > i {
    color: #fff;
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 14px;
  }
  .concept .consulting_navi_link_btn:hover {
    color: #0F833A;
  }
  .concept .consulting_navi_link_btn:hover .-icon > i {
    animation: ArrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  }
  /*導入事例 usecase*/
  /* ============================================ */
  .usecase_box {
    padding: 90px 0;
  }
  .usecase_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 12px;
  }
  .usecase_list > li {
    width: calc(33.3333333333% - 8px);
  }
  .usecase_list_item {
    background-color: #fff;
    display: inline-block;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 100%;
  }
  .usecase_list_item_head {
    aspect-ratio: 1.91/1;
    width: 100%;
  }
  .usecase_list_item_head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .usecase_list_item_body {
    padding: 20px;
  }
  .usecase_list_item_body .-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    min-height: 64px;
  }
  .usecase_list_item_body .-date {
    font-size: 14px;
    font-weight: 600;
    color: #8a8a8a;
  }
  .usecase .entry_body_cont {
    margin-bottom: 30px;
  }
  /*会社情報 aboutus*/
  /* ============================================ */
  .aboutus .company_overview_table {
    width: 100%;
  }
  .aboutus .company_overview_table tr {
    display: flex;
    padding: 30px 10px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
  }
  .aboutus .company_overview_table tr:first-of-type {
    padding-top: 0;
  }
  .aboutus .company_overview_table tr::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background-color: #00b11f;
  }
  .aboutus .company_overview_table tr > th {
    width: 25%;
    text-align: left;
    font-weight: 500;
    color: #0F833A;
  }
  .aboutus .company_overview_table tr > td {
    width: 75%;
  }
  .aboutus .company_overview_table tr > td iframe {
    margin: 1em 0;
  }
  .aboutus .company_overview_flex {
    display: flex;
    gap: 30px;
  }
  .aboutus .company_overview_flex .-text {
    width: calc(60% - 30px);
  }
  .aboutus .company_overview_flex .-image {
    width: 40%;
  }
  .aboutus .history_lead {
    border-top: 4px double rgba(0, 177, 31, 0.5);
    border-bottom: 4px double rgba(0, 177, 31, 0.5);
    padding: 45px 30px;
    margin-bottom: 60px;
  }
  .aboutus .history_item {
    display: flex;
    padding-top: 45px;
  }
  .aboutus .history_item_time {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    position: relative;
    padding-left: 20px;
  }
  .aboutus .history_item_time::before {
    content: "";
    width: 2px;
    height: calc(100% + 45px);
    position: absolute;
    top: 0;
    left: 12px;
    background-color: #0F833A;
  }
  .aboutus .history_item_time::after {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #0F833A;
    position: absolute;
    top: 20px;
    left: 0;
  }
  .aboutus .history_item_time .-cal_west {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #0F833A;
    opacity: 0.9;
  }
  .aboutus .history_item_time .-cal_jp {
    opacity: 0.5;
    font-weight: 500;
  }
  .aboutus .history_item:first-of-type .history_item_time::before {
    height: calc(100% + 75px);
    top: 30px;
  }
  .aboutus .history_item:last-of-type .history_item_time::before {
    height: 36px;
  }
  .aboutus .history_item_occurrence {
    width: calc(100% - 200px);
    background-color: #f8f8f8;
    border: 1px solid #c9d7cf;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: fit-content;
  }
  .aboutus .history_item_occurrence_in {
    display: flex;
    gap: 20px;
  }
  .aboutus .history_item_occurrence_in .-desc {
    width: calc(70% - 20px);
  }
  .aboutus .history_item_occurrence_in .-desc_title {
    font-size: 22px;
    font-weight: 700;
    color: #0F833A;
  }
  .aboutus .history_item_occurrence_in .-desc_text:last-of-type {
    margin-bottom: 0;
  }
  .aboutus .history_item_occurrence_in .-desc:has(.-desc_text) .-desc_title {
    margin-bottom: 0.5em;
  }
  .aboutus .history_item_occurrence_in .-image {
    width: 30%;
    display: flex;
    justify-content: center;
  }
  .aboutus .history_item_occurrence_in:not(:has(.-image)) .-desc {
    width: 100%;
  }
  .aboutus .message_head {
    margin-bottom: 45px;
  }
  .aboutus .message_head_cap {
    text-align: center;
  }
  .aboutus .guideline_list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    margin-top: 30px;
  }
  .aboutus .guideline_item {
    width: 33.3333333333%;
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 14px;
  }
  .aboutus .guideline_item img {
    width: 70%;
    max-width: 120px;
  }
  .aboutus .guideline_item p {
    font-weight: 600;
    margin-bottom: 0;
  }
  /*新着情報 news*/
  /* ============================================ */
  .news_box {
    padding: 90px 0;
  }
  .news_cat_list {
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
  }
  .news_cat_list_item .-link {
    background-color: #F2F9F2;
    padding: 6px 24px;
    border-radius: 6px;
  }
  .news_cat_list_item .-link.is-current {
    background-color: #00b11f;
    color: #FFFFFF;
    pointer-events: none;
  }
  .news_cat_list_item .-link:hover {
    background-color: #00b11f;
    color: #FFFFFF;
  }
  .news_list_item {
    display: flex;
    gap: 2em;
    padding: 30px 0 45px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }
  .news_list_item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    background-color: #00b11f;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s ease-in-out;
  }
  .news_list_item:hover .-title {
    color: #0F833A;
  }
  .news_list_item:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .news_list_item .-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    flex-shrink: 0;
    font-size: 14px;
    color: #0F833A;
    border: 1px solid #0F833A;
    max-height: 58px;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
  .news_list_item_box .-date {
    line-height: 1;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .news_list_item_box .-title {
    font-size: 20px;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
  }
  .news_list_item_box .-title .-ev_end {
    color: #F00;
  }
  .news_list_item_box .-ev_date {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
  }
  .news_list_item_box .-ev_date span {
    font-weight: 600;
  }
  .news .entry_body_cont {
    margin-bottom: 30px;
  }
  .news .entry_body_ev-table {
    width: 100%;
  }
  .news .entry_body_ev-table tr {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
  }
  .news .entry_body_ev-table tr th {
    border-right: 1px solid #e5e5e5;
    text-align: left;
    padding: 20px;
    font-weight: 500;
    background-color: #F2F9F2;
  }
  .news .entry_body_ev-table tr td {
    padding: 20px;
  }
  /*ものづくり補助ナビ navi*/
  /* ============================================ */
  .navi_box {
    padding: 90px 0;
  }
  .navi_box_lead {
    text-align: center;
    margin-bottom: 45px;
  }
  .navi_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 12px;
  }
  .navi_list > li {
    width: calc(33.3333333333% - 8px);
  }
  .navi_list_item {
    background-color: #fff;
    display: inline-block;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 100%;
  }
  .navi_list_item_head {
    aspect-ratio: 1.91/1;
    width: 100%;
    overflow: hidden;
  }
  .navi_list_item_head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
  }
  .navi_list_item_body {
    padding: 20px;
  }
  .navi_list_item_body .-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    min-height: 64px;
    transition: all ease-in-out 0.3s;
  }
  .navi_list_item_body .-date {
    font-size: 14px;
    font-weight: 600;
    color: #8a8a8a;
  }
  .navi_list_item:hover .navi_list_item_head img {
    transform: scale(1.1);
  }
  .navi_list_item:hover .navi_list_item_body .-title {
    color: #0F833A;
  }
  .navi .entry_body_cont {
    margin-bottom: 30px;
  }
  /*お問い合わせ inquiry*/
  /* ============================================ */
  .inquiry .glo-contact {
    display: none;
  }
  .inquiry .complete_lead {
    text-align: center;
    line-height: 2.2;
  }
  .inquiry .complete_top {
    margin-top: 60px;
    background-color: #F2F9F2;
  }
  .inquiry .complete_top_link {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.5em 0;
    color: #333333;
  }
  .inquiry .complete_top_link:hover {
    text-decoration: none;
    color: #0F833A;
  }
  /*よくある質問 faq*/
  /* ============================================ */
  .faq_cont {
    padding: 90px 0;
  }
  .faq_item {
    background: #f2f9f2;
    border-radius: 20px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .faq_item:last-of-type {
    margin-bottom: 0;
  }
  .faq_item_question {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .faq_item_text {
    width: calc(100% - 60px);
  }
  .faq_item_question .faq_item_text {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
  }
  .faq_item_answer {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .faq_item_answer .faq_item_text {
    font-weight: 500;
  }
  .faq_item_icon {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
  }
  .faq_item_icon.-question {
    background-color: #00b11f;
    color: #fff;
  }
  .faq_item_icon.-answer {
    color: #00b11f;
    border: 1px solid #00b11f;
  }
  .faq_item a {
    color: #0F833A;
    border-bottom: 1px solid;
  }
  .faq_item a:hover {
    color: #00b11f;
  }   
  /*サイトマップ sitemap*/
  /* ============================================ */
  .sitemap_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .sitemap_row:last-of-type {
    margin-bottom: 0;
  }
  .sitemap_box {
    width: 48%;
  }
  .sitemap_box a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .sitemap_box_top {
    width: 100%;
    margin-bottom: 70px;
  }
  .sitemap_heading {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2.2px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #c9d7cf;
  }
  .sitemap_heading a {
    display: flex;
    align-items: center;
  }
  .sitemap_list {
    font-size: 18px;
    margin: 0;
    padding: 0;
    list-style: none !important;
  }
  .sitemap_list li {
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .sitemap_list li a {
    position: relative;
    display: block;
    padding-left: 16px;
  }
  .sitemap_list li a::before {
    content: "";
    width: 6px;
    height: 1px;
    background-color: rgba(0, 177, 31, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-50%);
  }
  .sitemap .arrow_right {
    padding-left: 20px;
  }
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
------------------------------------------------------------------------------
  ▼▼▼ SP version ▼▼▼
------------------------------------------------------------------------------
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 767px) {
  /*トップージ home*/
  /* ============================================ */
  .home_main {
    padding-top: 60px;
  }
  .home_mainImg {
    padding-top: 60px;
    width: 100%;
    height: 70vh;
    max-height: 600px;
    min-height: 300px;
    position: relative;
  }
  .home_mainImg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: radial-gradient(rgba(0, 0, 0, 0.2) 30%, transparent 31%), radial-gradient(rgba(0, 0, 0, 0.2) 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
    top: 0;
    left: 0;
    display: inline-block;
  }
  .home_mainImg_bg {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home_mainImg_bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home_main_lead {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    color: #fff;
    line-height: 1.6;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .home_main_lead_head {
    font-weight: 600;
    font-size: 22px;
    line-height: 0.8em;
  }
  .home_main_lead_title {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 20px 0;
  }
  .home_main_lead_sub {
    font-size: 16px;
    font-weight: 600;
  }
  .home_secTitle {
    display: flex;
    flex-direction: column-reverse;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .home_secTitle > h2 {
    font-size: 26px;
    font-weight: 700;
  }
  .home_secTitle > p {
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #00b11f;
    position: relative;
    width: fit-content;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .home_secTitle > p::before, .home_secTitle > p::after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
  }
  .home_secTitle > p::before {
    width: 3px;
    background: #FF6F00;
    left: 0;
  }
  .home_secTitle > p::after {
    width: calc(100% - 5px);
    background: #00b11f;
    left: 5px;
  }
  .home_item {
    margin-bottom: 120px;
  }
  .home_item_text {
    margin-bottom: 30px;
  }
  .home_item_cont_list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .home_item_cont_item {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px #d4ddd5;
    border-radius: 5px;
    position: relative;
  }
  .home_item_cont_item .-link {
    padding: 30px 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .home_item_cont_item .-link .-txt_box {
    width: 100%;
  }
  .home_item_cont_item .-link .-txt_box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
  }
  .home_item_cont_item .-link .-txt_box h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 4px;
    height: 100%;
    background-color: #00b11f;
  }
  .home_item_cont_item .-link .-txt_box h3 .-btn_icon {
    width: 2em;
    height: 2em;
    background-color: #00b11f;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: calc(100% + 1em);
    transform: translateY(-50%);
  }
  .home_item_cont_item .-link .-txt_box h3 .-btn_icon > i {
    color: #fff;
    position: absolute;
    top: 14px;
    font-size: 14px;
    left: 14px;
  }
  .home_item_cont_item .-link .-img_box {
    width: 90%;
    aspect-ratio: 1.732/1;
    overflow: hidden;
    border-radius: 4px;
  }
  .home_item_cont_item .-link .-img_box img {
    transition: all ease-in-out 0.3s;
    width: 100%;
    height: 100%;
  }
  .home_item_cont_item .-link:hover .-btn_icon > i {
    animation: ArrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  }
  .home_item_cont_item .-link:hover .-img_box img {
    transform: scale(1.1);
  }
  .home_concept {
    margin-bottom: 120px;
    position: relative;
  }
  .home_concept::before {
    content: "";
    position: absolute;
    top: -500px;
    left: 0;
    background-color: #f5f5f5;
    width: 100%;
    height: calc(100% + 400px);
    clip-path: polygon(0 30%, 100% 0%, 100% 70%, 0 100%);
    z-index: -1;
  }
  .home_concept_cont_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .home_concept_cont_item {
    width: 100%;
    position: relative;
    padding: 45px 20px;
    aspect-ratio: 1.618/1;
  }
  .home_concept_cont_item .-link {
    background-color: #FFFFFF;
  }
  .home_concept_cont_item .-link::before {
    position: absolute;
    content: "";
    inset: 0;
    background: #383838;
    z-index: 1;
    opacity: 0.5;
    transition: all ease-in-out 0.3s;
  }
  .home_concept_cont_item .-link .-img_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .home_concept_cont_item .-link .-img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
  }
  .home_concept_cont_item .-link .-txt_box {
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .home_concept_cont_item .-link .-txt_box h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .home_concept_cont_item .-link .-btn_icon {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 10px;
    color: #fff;
  }
  .home_concept_cont_item .-link:hover::before {
    opacity: 0.7;
  }
  .home_concept_cont_item .-link:hover .-img_box img {
    transform: scale(1.1);
  }
  .home_news {
    margin-bottom: 120px;
  }
  .home_news_head {
    margin-bottom: 30px;
  }
  .home_news_cut {
    display: flex;
    flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
  .home_news_cut_link {
    background-color: rgb(242, 249, 242);
    padding: 4px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
  }
  .home_news_cut_link.is-active {
    background-color: #00b11f;
    color: #fff;
  }
  .home_news .ui_tab_content {
    display: none;
  }
  .home_news .ui_tab_content.is-active {
    display: block;
  }
  .home_news_list {
    margin-bottom: 30px;
  }
  .home_news_list_item {
    display: flex;
    align-items: center;
    gap: 5.3333333333vw;
    padding: 16px 0 20px;
    margin-bottom: 6px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }
  .home_news_list_item:hover .-title {
    color: #0F833A;
  }
  .home_news_list_item:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .home_news_list_item .-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.9333333333vw;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    color: #0F833A;
    background-color: #fff;
    border: 1px solid #0F833A;
    font-weight: 500;
    max-width: 100px;
    max-height: 100px;
  }
  .home_news_list_item .-cat_name {
    font-size: 11px;
  }
  .home_news_list_item_box .-date {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .home_news_list_item_box .-title {
    font-size: 16px;
    font-weight: 700;
    transition: all ease-in-out 0.3s;
  }
  .home_news_list_item_box .-title .-ev_end {
    color: #F00;
  }
  .home_news_list_item_box .-ev_date {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
  }
  .home_news_list_item_box .-ev_date span {
    font-weight: 600;
  }
  .home_news_list_item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    background-color: #00b11f;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s ease-in-out;
  }
  .home_news_more_btn {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }
  .home_news_more_btn .-icon {
    width: 2.5em;
    height: 2.5em;
    background-color: #00b11f;
    display: inline-block;
    border-radius: 50%;
    position: relative;
  }
  .home_news_more_btn .-icon > i {
    color: #fff;
    position: absolute;
    top: 11px;
    font-size: 14px;
    left: 11px;
  }
  .home_news_more_btn:hover {
    color: #0F833A;
  }
  .home_news_more_btn:hover .-icon > i {
    animation: ArrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  }
  .home_another_box_list {
    display: flex;
    flex-direction: column;
  }
  .home_another_box_list_item {
    width: 100%;
  }
  .home_another_box .-link {
    display: block;
    position: relative;
    aspect-ratio: 1.732/1;
  }
  .home_another_box .-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(87, 111, 91, 0.4);
  }
  .home_another_box .-link .-img_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .home_another_box .-link .-img_box img {
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.3s;
    object-fit: cover;
    object-position: center;
  }
  .home_another_box .-link .-txt_box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .home_another_box .-link .-txt_box h2 {
    font-size: 26px;
    font-weight: 700;
  }
  .home_another_box .-link .-txt_box p {
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
    width: fit-content;
    text-transform: uppercase;
    font-size: 20px;
  }
  .home_another_box .-link .-txt_box p::before, .home_another_box .-link .-txt_box p::after {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    background-color: #fff;
    top: calc(50% - 1px);
  }
  .home_another_box .-link .-txt_box p::before {
    left: calc(100% + 10px);
  }
  .home_another_box .-link .-txt_box p::after {
    right: calc(100% + 10px);
  }
  .home_another_box .-link .-btn_icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
  }
  .home_another_box .-link .-btn_icon > i {
    color: #fff;
    position: absolute;
    top: 11px;
    left: 12px;
    display: block;
    font-size: 16px;
  }
  .home_another_box .-link:hover .-img_box img {
    transform: scale(1.1);
  }
  .home_another_box .-link:hover .-btn_icon > i {
    animation: ArrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  }
  /*配下ページ共通 page*/
  /* ============================================ */
  .page {
    /*配下ページ：カテゴリ：記事一覧 category*/
    /* ============================================ */
    /*配下ページ：ブログ：各トップページ top*/
    /* ============================================ */
    /*配下ページ：ブログ：記事 entry*/
    /* ============================================ */
  }
  .page main {
    padding-top: 60px;
  }
  .page_head {
    background: linear-gradient(45deg, #9CDFEE 0%, #AEE590 50%, #83E5BF 100%);
    padding-top: 45px;
    display: flex;
    align-items: flex-end;
  }
  .page_head.-addimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 48vw;
  }
  .page_head_txt {
    display: inline-block;
    padding: 20px 30px 10px;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    min-width: 53.3333333333vw;
  }
  .page_head_txt_sub {
    font-family: YakuHanJP, "Barlow Semi Condensed", sans-serif;
    letter-spacing: 0.02em;
    color: #00b11f;
    position: relative;
    font-size: 18px;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 700;
  }
  .page_head_txt_sub::before, .page_head_txt_sub::after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
  }
  .page_head_txt_sub::before {
    width: 3px;
    background: #FF6F00;
    left: 0;
  }
  .page_head_txt_sub::after {
    width: calc(100% - 5px);
    background: #00b11f;
    left: 5px;
  }
  .page_head_txt_title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
  }
  .page .breadcrumbs_inner {
    font-size: 10px;
    padding: 10px 0;
  }
  .page .breadcrumbs_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .page .breadcrumbs_list > li {
    margin-left: 10px;
  }
  .page .breadcrumbs_list > li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #00b11f;
    margin-right: 10px;
  }
  .page .breadcrumbs_list > li:first-of-type {
    margin-left: 0px;
  }
  .page .breadcrumbs_list > li:first-of-type::before {
    content: none;
    margin-right: 0px;
  }
  .page .breadcrumbs_list > li > a:hover {
    color: #0F833A;
  }
  .page .breadcrumbs_list > li > span {
    color: #cdcdcd;
  }
  .page_content {
    padding: 60px 0;
  }
  .page_entry a {
    color: #0F833A;
    font-weight: 500;
  }
  .page_entry a:hover {
    text-decoration: underline;
  }
  .page_entry p {
    margin-bottom: 1em;
  }
  .page_entry strong, .page_entry b {
    font-weight: bolder;
  }
  .page_entry em {
    font-style: italic;
  }
  .page_entry ul {
    list-style: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 1.5em;
  }
  .page_entry ol {
    list-style: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 1.5em;
  }
  .page_entry blockquote, .page_entry q {
    display: block;
    border-left: 4px solid #ccc;
    padding-left: 1em;
    margin: 1em 0;
    font-style: italic;
    color: #555;
  }
  .page_entry img {
    max-width: 100%;
  }
  .page_entry h1 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 1em;
    position: relative;
  }
  .page_entry h1::before, .page_entry h1::after {
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0;
  }
  .page_entry h1::before {
    width: 10px;
    background: #FF6F00;
    left: 0;
  }
  .page_entry h1::after {
    width: calc(100% - 12px);
    background: #00b11f;
    left: 12px;
  }
  .page_entry h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1em;
    border-left: 4px solid #00b11f;
    padding: 5px 0.5em;
    background-color: #f5f5f5;
  }
  .page_entry h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1em;
    border-bottom: 1px solid;
    color: #0F833A;
    padding-bottom: 0.25em;
  }
  .page_entry h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1em;
    color: #0F833A;
  }
  .page_entry h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1em;
  }
  .page_entry h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1em;
  }
  .page_entry h1, .page_entry h2 {
    margin-top: 2em;
  }
  .page_entry h3, .page_entry h4, .page_entry h5, .page_entry h6 {
    margin-top: 1.5em;
  }
  .page_entry h1.first-heading, .page_entry h2.first-heading, .page_entry h3.first-heading, .page_entry h4.first-heading, .page_entry h5.first-heading, .page_entry h6.first-heading {
    margin-top: 0;
  }
  .page_entry .mt-be-columns {
    display: flex;
    flex-direction: column;
    gap: 20px; /* 任意の間隔 */
  }
  .page_entry .mt-be-column {
    flex: 1; /* 均等幅 */
    width: 100%;
    min-width: 0;
  }
  .page_entry table {
    width: 100%;
  }
  .page_entry table colgroup col {
    width: 100% !important;
  }
  .page_entry table tbody {
    border-color: none;
  }
  .page_entry table tr td, .page_entry table tr th {
    display: block;
    width: 100% !important;
    padding: 10px;
    min-height: max-content;
  }
  .page_entry table thead {
    display: none;
  }
  .page_entry table thead tr {
    background-color: #e8e8e8;
    font-weight: 500;
  }
  .page_entry .mb0 {
    margin-bottom: 0;
  }
  .page .category_nav {
    padding: 50px 0;
  }
  .page .category_nav_item {
    margin-bottom: 60px;
  }
  .page .category_nav_item:last-of-type {
    margin-bottom: 0;
  }
  .page .category_nav_item .-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .page .category_nav_item:nth-of-type(2n+1) .category_nav_desc_in {
    background: linear-gradient(25deg, #63cb1b 0%, #00cd7f 100%);
  }
  .page .category_nav_desc {
    width: 90%;
  }
  .page .category_nav_desc_in {
    background: linear-gradient(145deg, #63cb1b 0%, #00cd7f 100%);
    padding: 30px 10px;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: -60px;
  }
  .page .category_nav_desc_in .-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .page .category_nav_desc_in .-text {
    font-weight: 500;
  }
  .page .category_nav_desc_in .-btn {
    font-weight: 700;
    width: fit-content;
    display: flex;
    align-items: center;
  }
  .page .category_nav_desc_in .-btn_text {
    position: relative;
    overflow: hidden;
    padding-bottom: 4px;
  }
  .page .category_nav_desc_in .-btn_text::before, .page .category_nav_desc_in .-btn_text::after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
  }
  .page .category_nav_desc_in .-btn_text::before {
    left: 0;
  }
  .page .category_nav_desc_in .-btn_text::after {
    left: -100%;
  }
  .page .category_nav_desc_in .-btn_icon {
    margin-left: 10px;
    transition: all ease-in-out 0.3s;
  }
  .page .category_nav_desc_in .-btn:hover .-btn_text {
    position: relative;
  }
  .page .category_nav_desc_in .-btn:hover .-btn_text::before {
    animation: BtntoRight 0.5s ease-in-out forwards;
  }
  .page .category_nav_desc_in .-btn:hover .-btn_text::after {
    animation: BtntoLeft 0.5s ease-in-out forwards;
    animation-delay: 0.3s;
  }
  .page .category_nav_desc_in .-btn:hover .-btn_icon {
    transform: translateX(5px);
  }
  .page .category_nav_img {
    width: 100%;
  }
  .page .category_nav_img .-img {
    width: 100%;
    object-fit: cover;
  }
  /*工作機械の販売 item*/
  /* ============================================ */
  .item .maker_box {
    padding: 60px 0 90px;
  }
  .item .maker_box_head {
    margin-bottom: 90px;
  }
  .item .maker_box_child_ttl {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
  }
  .item .maker_box_child_ttl span {
    font-size: 20px;
    font-weight: 700;
    color: #0F833A;
    background-color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 1em;
  }
  .item .maker_box_child_ttl::before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0F833A;
  }
  .item .maker_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 10px;
    margin-bottom: 60px;
  }
  .item .maker_list_item {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item .maker_list_item .-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #00b11f;
    padding: 0.25em;
  }
  .item .maker_cont_child_ttl {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
  }
  .item .maker_cont_child_ttl span {
    font-size: 20px;
    font-weight: 700;
    color: #0F833A;
    background-color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 1em;
  }
  .item .maker_cont_child_ttl::before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0F833A;
  }
  .item .maker_cont_item {
    margin-bottom: 60px;
  }
  .item .maker_cont_item:last-of-type {
    margin-bottom: 0;
  }
  .item .maker_cont_item_ttl {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
  }
  .item .maker_cont_item_ttl::after {
    content: "";
    position: absolute;
    background-color: #00b11f;
    width: 40px;
    height: 4px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .item .maker_cont_item_lead {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .item .maker_cont_item_lead .-image {
    width: 90%;
    aspect-ratio: 1.618/1;
    object-fit: cover;
  }
  .item .maker_cont_item_lead .-text {
    width: 100%;
  }
  .item .maker_cont_item_box {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
    border: 4px solid #F2F9F2;
    position: relative;
  }
  .item .maker_cont_item_box::before {
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    border: 2px solid #F2F9F2;
  }
  .item .maker_cont_item .-corp {
    border-bottom: 1px solid rgba(0, 177, 31, 0.3);
    width: 100%;
    padding-left: 1.5em;
  }
  .item .maker_cont_item .-corp .-link {
    position: relative;
    padding: 5px;
    margin: 10px 0;
    display: inline-block;
  }
  .item .maker_cont_item .-corp .-link > i {
    position: absolute;
    top: 12px;
    left: -1em;
    transition: all ease-in-out 0.3s;
    color: rgba(0, 177, 31, 0.5);
  }
  .item .maker_cont_item .-corp .-link:hover {
    color: #0F833A;
  }
  .item .maker_cont_item .-corp .-link:hover > i {
    color: #0F833A;
  }
  /*私たちの強み concept*/
  /* ============================================ */
  .concept .consulting_navi_link {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
  }
  .concept .consulting_navi_link_btn {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .concept .consulting_navi_link_btn .-icon {
    width: 2.5em;
    height: 2.5em;
    background-color: #00b11f;
    display: inline-block;
    border-radius: 50%;
    position: relative;
  }
  .concept .consulting_navi_link_btn .-icon > i {
    color: #fff;
    position: absolute;
    top: 11px;
    left: 11px;
    font-size: 14px;
  }
  .concept .consulting_navi_link_btn:hover {
    color: #0F833A;
  }
  .concept .consulting_navi_link_btn:hover .-icon > i {
    animation: ArrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  }
  /*導入事例 usecase*/
  /* ============================================ */
  .usecase_box {
    padding: 60px 0;
  }
  .usecase_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 20px;
  }
  .usecase_list > li {
    width: 100%;
  }
  .usecase_list_item {
    background-color: #fff;
    display: inline-block;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 100%;
  }
  .usecase_list_item_head {
    aspect-ratio: 1.91/1;
    width: 100%;
  }
  .usecase_list_item_head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .usecase_list_item_body {
    padding: 14px 20px;
  }
  .usecase_list_item_body .-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .usecase_list_item_body .-date {
    font-size: 12px;
    font-weight: 600;
    color: #8a8a8a;
  }
  .usecase .entry_head h1 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
  .usecase .entry_head h1::before, .usecase .entry_head h1::after {
    position: absolute;
    content: "";
    height: 4px;
    bottom: 0;
  }
  .usecase .entry_head h1::before {
    width: 10px;
    background: #FF6F00;
    left: 0;
  }
  .usecase .entry_head h1::after {
    width: calc(100% - 12px);
    background: #00b11f;
    left: 12px;
  }
  .usecase .entry_body_cont {
    margin-bottom: 30px;
  }
  /*会社情報 aboutus*/
  /* ============================================ */
  .aboutus .company_overview_table {
    width: 100%;
  }
  .aboutus .company_overview_table tr {
    display: flex;
    flex-direction: column;
    padding: 14px 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
  }
  .aboutus .company_overview_table tr:first-of-type {
    padding-top: 0;
  }
  .aboutus .company_overview_table tr::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background-color: #00b11f;
  }
  .aboutus .company_overview_table tr > th {
    width: 100%;
    font-weight: 500;
    color: #0F833A;
    padding: 5px 10px;
  }
  .aboutus .company_overview_table tr > td {
    width: 100%;
    padding: 5px 10px;
  }
  .aboutus .company_overview_table tr > td iframe {
    margin: 1em 0;
  }
  .aboutus .history_lead {
    border-top: 4px double rgba(0, 177, 31, 0.5);
    border-bottom: 4px double rgba(0, 177, 31, 0.5);
    padding: 30px 20px;
    margin-bottom: 60px;
  }
  .aboutus .history_item {
    padding-top: 45px;
    padding-left: 20px;
    position: relative;
  }
  .aboutus .history_item::before {
    content: "";
    width: 2px;
    height: calc(100% + 45px);
    position: absolute;
    top: 0;
    left: 4px;
    background-color: #0F833A;
  }
  .aboutus .history_item::after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #0F833A;
    position: absolute;
    top: 60px;
    left: -2px;
  }
  .aboutus .history_item_time {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin-bottom: 20px;
  }
  .aboutus .history_item_time .-cal_west {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #0F833A;
    opacity: 0.9;
  }
  .aboutus .history_item_time .-cal_jp {
    opacity: 0.5;
    font-weight: 500;
  }
  .aboutus .history_item:first-of-type::before {
    height: calc(100% + 75px);
    top: 60px;
  }
  .aboutus .history_item:last-of-type::before {
    height: 60px;
  }
  .aboutus .history_item_occurrence {
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #c9d7cf;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: fit-content;
  }
  .aboutus .history_item_occurrence_in {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .aboutus .history_item_occurrence_in .-desc {
    width: 100%;
  }
  .aboutus .history_item_occurrence_in .-desc_title {
    font-size: 20px;
    font-weight: 700;
    color: #0F833A;
  }
  .aboutus .history_item_occurrence_in .-desc_text:last-of-type {
    margin-bottom: 0;
  }
  .aboutus .history_item_occurrence_in .-desc:has(.-desc_text) .-desc_title {
    margin-bottom: 0.5em;
  }
  .aboutus .history_item_occurrence_in .-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .aboutus .history_item_occurrence_in:not(:has(.-image)) .-desc {
    width: 100%;
  }
  .aboutus .message_head {
    margin-bottom: 45px;
  }
  .aboutus .message_head_cap {
    text-align: center;
  }
  .aboutus .guideline_list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    margin-top: 30px;
  }
  .aboutus .guideline_item {
    width: 50%;
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 14px;
  }
  .aboutus .guideline_item img {
    width: 70%;
    max-width: 120px;
  }
  .aboutus .guideline_item p {
    font-weight: 600;
    margin-bottom: 0;
  }
  /*新着情報 news*/
  /* ============================================ */
  .news_box {
    padding: 60px 0;
  }
  .news_cat_list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.1333333333vw;
    margin-bottom: 30px;
  }
  .news_cat_list_item .-link {
    background-color: #F2F9F2;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
  }
  .news_cat_list_item .-link.is-current {
    background-color: #00b11f;
    color: #FFFFFF;
    pointer-events: none;
  }
  .news_cat_list_item .-link:hover {
    background-color: #00b11f;
    color: #FFFFFF;
  }
  .news_list_item {
    display: flex;
    align-items: center;
    gap: 5.3333333333vw;
    padding: 16px 0 20px;
    margin-bottom: 6px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }
  .news_list_item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    background-color: #00b11f;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s ease-in-out;
  }
  .news_list_item:hover .-title {
    color: #0F833A;
  }
  .news_list_item:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .news_list_item .-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.9333333333vw;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    font-size: 14px;
    color: #0F833A;
    border: 1px solid #0F833A;
    max-width: 100px;
    max-height: 100px;
  }
  .news_list_item .-cat_name {
    font-size: 11px;
    font-weight: 500;
  }
  .news_list_item_box .-date {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .news_list_item_box .-title {
    font-size: 16px;
    font-weight: 700;
    transition: all ease-in-out 0.3s;
  }
  .news_list_item_box .-title .-ev_end {
    color: #F00;
  }
  .news_list_item_box .-ev_date {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
  }
  .news_list_item_box .-ev_date span {
    font-weight: 600;
  }
  .news .entry_head h1 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .news .entry_head h1::before, .news .entry_head h1::after {
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0;
  }
  .news .entry_head h1::before {
    width: 10px;
    background: #FF6F00;
    left: 0;
  }
  .news .entry_head h1::after {
    width: calc(100% - 12px);
    background: #00b11f;
    left: 12px;
  }
  .news .entry_head h1 .-ev_end {
    color: #F00;
  }
  .news .entry_body_cont {
    margin-bottom: 30px;
  }
  .news .entry_body_ev-table {
    width: 100%;
  }
  .news .entry_body_ev-table tr {
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
  }
  .news .entry_body_ev-table tr:last-of-type {
    border-bottom: 1px solid #e5e5e5;
  }
  .news .entry_body_ev-table tr th {
    text-align: left;
    padding: 10px 20px;
    font-weight: 500;
    background-color: #F2F9F2;
  }
  .news .entry_body_ev-table tr td {
    padding: 10px 20px;
  }
  /*ものづくり補助ナビ navi*/
  /* ============================================ */
  .navi_box {
    padding: 60px 0;
  }
  .navi_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 20px;
  }
  .navi_list > li {
    width: 100%;
  }
  .navi_list_item {
    background-color: #fff;
    display: inline-block;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 100%;
  }
  .navi_list_item_head {
    aspect-ratio: 1.91/1;
    width: 100%;
  }
  .navi_list_item_head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .navi_list_item_body {
    padding: 14px 20px;
  }
  .navi_list_item_body .-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .navi_list_item_body .-date {
    font-size: 12px;
    font-weight: 600;
    color: #8a8a8a;
  }
  .navi .entry_head h1 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
  .navi .entry_head h1::before, .navi .entry_head h1::after {
    position: absolute;
    content: "";
    height: 4px;
    bottom: 0;
  }
  .navi .entry_head h1::before {
    width: 10px;
    background: #FF6F00;
    left: 0;
  }
  .navi .entry_head h1::after {
    width: calc(100% - 12px);
    background: #00b11f;
    left: 12px;
  }
  .navi .entry_body_cont {
    margin-bottom: 30px;
  }
  /*よくある質問 faq*/
  /* ============================================ */
  .faq_cont {
    padding: 60px 0;
  }
  .faq_item {
    background: #f2f9f2;
    border-radius: 20px;
    padding: 20px 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
  }
  .faq_item:last-of-type {
    margin-bottom: 0;
  }
  .faq_item_question {
    display: flex;
    gap: 14px;
    align-items: center;
  }
  .faq_item_text {
    width: calc(100% - 48px);
  }
  .faq_item_question .faq_item_text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
  }
  .faq_item_answer {
    display: flex;
    gap: 14px;
    align-items: center;
  }
  .faq_item_answer .faq_item_text {
    font-weight: 500;
  }
  .faq_item_icon {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }
  .faq_item_icon.-question {
    background-color: #00b11f;
    color: #fff;
  }
  .faq_item_icon.-answer {
    color: #00b11f;
    border: 1px solid #00b11f;
  }
  .faq_item a {
    color: #0F833A;
    border-bottom: 1px solid;
  }
  .faq_item a:hover {
    color: #00b11f;
  }   
  /*サイトマップ sitemap*/
  /* ============================================ */
  .sitemap_row {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .sitemap_row:last-of-type {
    margin-bottom: 0;
  }
  .sitemap_box {
    width: 100%;
  }
  .sitemap_box:first-of-type {
    margin-bottom: 40px;
  }
  .sitemap_box a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .sitemap_box_top {
    width: 100%;
    margin-bottom: 40px;
  }
  .sitemap_heading {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2.2px;
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid #c9d7cf;
  }
  .sitemap_heading a {
    display: flex;
    align-items: center;
  }
  .sitemap_list {
    margin: 0;
    padding: 0;
    list-style: none !important;
  }
  .sitemap_list li {
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .sitemap_list li a {
    position: relative;
    display: block;
    padding-left: 16px;
  }
  .sitemap_list li a::before {
    content: "";
    width: 6px;
    height: 1px;
    background-color: rgba(0, 177, 31, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-50%);
  }
  .sitemap .arrow_right {
    padding-left: 15px;
  }
}