
.pages-mv{
    background:#f5f5f5 url(../img/top_mv.jpg) no-repeat top center;
    background-size: auto 100% ;
    min-height: 378px;
    position: relative;
}
.pages-mv--company,
.pages-mv--mini{
    min-height: 288px;
}

.pages-mv::after{
    content:"";
    width: 50%;
    width: clamp(320px, 50%, 50%);
    height: 100%;
    position: absolute;
    background: url(../img/mv-mask.png) no-repeat top left;
    background-size: 100% 100%;
    top:0;
    z-index: 1;
}

.pages-mv--news::after{
    content:"";
    width: 50%;
    width: clamp(320px, 50%, 50%);
    height: 100%;
    position: absolute;
    background: url(../img/mv-mask--news.png) no-repeat top left;
    background-size: 100% 100%;
    top:0;
    z-index: 1;
}


.pages-mv h2,
.pages-mv p{
    color: #fff;
}

.pages-mv--news{background:#E8F5FC url(../img/mv_news.jpg) no-repeat top right;background-size: auto 100% ;}
.pages-mv--strengths{background:#074199 url(../img/mv-strengths.jpg) no-repeat top right;background-size: auto 100% ;}
.pages-mv--company{background:#074199 url(../img/mv-company.jpg) no-repeat top right;background-size: auto 100% ;}
.pages-mv--case-study{background:#074199 url(../img/mv-case-study.jpg) no-repeat top right;background-size: auto 100% ;}
.pages-mv--contact{background:#074199 url(../img/mv-contact.jpg) no-repeat top right;background-size: auto 100% ;}
.pages-mv--crane-inspection{background:#074199 url(../img/mv-business.jpg?20240816-01) no-repeat top right;background-size: auto 100% ;}
.pages-mv--used-buying{background:#074199 url(../img/mv-used-buying.jpg) no-repeat top right;background-size: auto 100% ;}
.pages-mv--privacy{background:#074199 url(../img/mv-privacy.jpg) no-repeat top right;background-size: auto 100% ;}
.pages-mv--recruit{background:#074199 url(../img/mv-recruit.jpg) no-repeat top right;background-size: auto 100% ;}

.pages-mv__content{
    padding-top:100px;
    position: relative;
    z-index: 10;
}

.pages-breadcrumb{
    width: 100%;
    background: #f5f5f5;
    padding: 0px;
    margin: 0px;
    height: auto;
}


/*====================================================================================================
used-buying
====================================================================================================*/

.used-buying__topBox .c-col3{
    text-align: center;
    max-width: 640px;
    gap:40px;
    grid-template-columns: 180px 220px 180px;
}

.used-buying__topBox .c-col3 p.flag{
    background: #EFF5FF;
    padding: 20px 40px;
    display: inline-block;
    position: relative;
    
}
.used-buying__topBox .c-col3 p.flag::before{
    position: absolute;
    content:"";
    width: 4px;
    height: 90px;
    left:0px;
    top:0;
    background:#C0D8FF;
}

.used-buying .example li{
	display:grid;
	grid-template-columns:0.5fr 1fr;
    border-bottom:1px solid #f5f5f5;
    font-size:14px;
    align-items: center;
}

.used-buying .example li p:first-of-type {
    font-weight: bold;
  }

.used-buying .example li:last-child{
    border: none;
}

.used-buying .example li p{
    margin: 8px 0 8px;

}
.used-buying .example li .mark{
    font-size: 120%;
    font-weight: bold;
    color: var(--color-blue);
}
.used-buying .example li .u-fontS{
    color: #444;
    font-size:10.5px;
    padding-bottom: 12px;
    vertical-align: text-bottom;
    
}

.used-buying .example li p.price{
    color:#CE3F3F;
    justify-self: end;
    padding-right: 10px;
}


/*====================================================================================================
news
====================================================================================================*/


  .news-item{
    grid-template-columns: 280px 1fr;
    gap:40px;
    padding: 40px 60px 40px 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    transition: 0.2s;
  }
  .news-item:hover{
    transform: translateX(10px);
  }
  .news-list{
    min-height: 600px;
  }

  .news-list article:last-child{
    border: none;
  }
  .news-list article:last-child::after{
    display: none;
  }

  .news-item::before{
    position: absolute;
    content:"";
    width: 30px;
    height: 30px;
    display: block;
    right: 20px;
    top:50%;
    margin-top: -10px;
    background:url(../img/btn-news.png) no-repeat center center;
    background-size:30px 30px;
  }

  .news-item::after {
    width: 10px;
    height: 1px;
    background: #0744A0;
    content: "";
    position: absolute;
    display: block;
    bottom: -1px;
}
.news-item__subInfo {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    height: 40px;
}

.news-item__date{
    font-size: 14px;
    color: var(--color-blue);
    margin-bottom: 5px;
    font-weight: bold;
}
.news-item__label{
    margin-bottom: 8px;
}

.news-item__label span {
    display: inline-block;
    padding: 0px 10px;
    font-size: 10px;
    font-weight: bold;
    background: #fff;
    color: #ffffff;
    border-radius: calc(1px* infinity);
    margin: 0px 10px 0 0;
    color: var(--color-blue);
    border: 1px solid var(--color-blue);
}

.news-item__title{
    font-size: clamp(16px, 18 / 1440* 100vw, 18px);
    margin-bottom: 20px;
}

a.news-item__link{
    display: contents;
}




:root {
    --content-padding: 20px;
  }


.l-container--news {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: var(--content-padding);
    box-sizing: border-box;
    min-height: 30vw;
}
.l-container--news .l-container__main{
    flex: 1;
    background-color: #ffffff;
    box-sizing: border-box;
    margin-right: calc(30% + var(--content-padding));
}

.l-container--news .l-container__side{
    width: 30%;
    min-width: 200px;
    max-width: 30%;
    background: #Ffffff;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    box-sizing: border-box;
    height: auto;
    position: absolute;
    right: 0;
    margin-top: 60px;
    box-shadow: 0px 0px 100px 6px rgba(0, 0, 0, 0.08);
    z-index: 0;
}

.sidebar__title--category{
    background: #0744A0;
    padding:16px 16px 16px 22px;
    color: #fff;
}
.sidebar__item a{
    display: block;
    padding:16px 16px 16px 16px;
    position: relative;
}
.sidebar__item > a:before{
    display: inline-block;
    width: 30px;
    content:"";
    background: url(../img/icon-arrow-small.png) no-repeat center center;
    background-size: auto 100% ;
    height: 9px;
    top: 2px;
    left: -20px;
}

.sidebar__title--archive{
    background: #60718A;
    padding:16px 16px 16px 22px;
    color: #fff;
}

.sidebar__sublist{
    background: #f1f4ff;
    padding: 0;
    font-size: 14px;
    margin-left: 1px;
}

.sidebar__item .sidebar__sublist a{
    padding: 10px 16px 10px 50px;
}

/*====================================================================================================
contact
====================================================================================================*/

.contact__caution{
    text-align: center;
}
.contact__caution-list{
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: left;
}
.contact__caution-list li{
    text-align: left;
}

.contact__way-item p.img {
    width: 40%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 20px;
}
.contact__way-item p.ttl{
    font-size: clamp(15px, 20 / 1440* 100vw, 20px);
    font-weight: bold;
    padding: 10px 0 20px;
    margin: auto;
    text-align: center;
    letter-spacing: 0;
}

.contact__way-item p.ttl span{
    color: var(--color-blue);
}



/*====================================================================================================
case-study
====================================================================================================*/


.l-container--case-study {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: var(--content-padding);
    box-sizing: border-box;
    min-height: 780px;
}

.l-container--case-study .l-container__main {
    flex: 1;
    background-color: #ffffff;
    box-sizing: border-box;
    margin-left: calc(30% + var(--content-padding));
}

.l-container--case-study .l-container__side {
    width: 26%;
    min-width: 200px;
    max-width: 30%;
    background: #Ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    height: auto;
    position: absolute;
    left: 0;
    box-shadow: 0px 0px 100px 6px rgba(0, 0, 0, 0.08);
    z-index: 0;
}

.case-study__list{
    gap:40px;
    padding: 0 20px;
}
.single-case-study .case-study__list{
    padding: 0;
}



.case-study__list-item{
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 100px 6px rgba(0, 0, 0, 0.08);
}

.case-study__list-item .mainImg{
    width: 600px; 
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    padding: 60px 0 40px;
}

.case-study__list-item img{
    display: block;
    object-fit: contain; /* 必要に応じて 'cover' に変更 */
    width: 100%; /* 親要素内にフィットさせる */
    height: 100%;
    
}


.case-study__list-item-label{
    text-align: right;
}
.case-study__list-item-label span{
    display: inline-block;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: bold;
    background: #f5f5f5;
    border-radius: calc(1px* infinity);
    margin: 0px 10px 0 0;
    text-align: right;
}

.case-study__list-item-box{
    padding: 20px 20px 20px;
}

.single-case-study .case-study__list-item-box{
    padding: 20px 40px 20px;
}

.news-item__single .case-study__list-item-box{
    padding: 20px 40px 20px;
}

.case-study__list-item-ttl{
    color: var(--color-blue);
    margin-bottom: 20px;
}
.case-study__list-item-subInfo{
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    margin-bottom: 20px;
}
.case-study__list-item-subInfo p{
    margin: 0;
    padding: 4px 20px;
}

.case-study__list-item-spec{
    background:var(--color-blue);
    display: inline-block;
    color: #fff;
    justify-content: center;
    display: flex;
    letter-spacing: 0.5em;
}
.case-study__list-item-img{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.case-study__list-item-img img{
    transition: transform 0.3s ease;
}
.case-study__list-item-img:hover img {
    transform: scale(1.15); 
  }

.case-study__list-item-img::after{
    content:"";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/icon-zoom.png) no-repeat;
    background-size:100% auto;
    bottom:0px;
    right: 0px;
}

.case-study__list-item-img:hover::after{
    content:"";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/icon-zoom--on.png) no-repeat;
    background-size:100% auto;
    bottom:0px;
    right: 0px;
}


.case-study__popup-img{
    margin-bottom: 20px;
}

.popup-content{
    display: none;
    width: 100%;
	padding: 20px;
    background: #fff;
    margin: 0 auto;
}

.white-popup {
    position: relative;
    border-radius:4px;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    text-align: left;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.white-popup h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.white-popup p {
    font-size: 16px;
    color: #333;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}
.mfp-close{
    top: -50px;
    font-size: 50px;
}
/* フェードインアニメーション */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/*====================================================================================================
strengths
====================================================================================================*/

.strengths__point{
    background: #f5f5f5;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 80px 1fr;
    max-width: 1060px;
    margin: 0 auto;
    gap: 20px;
    padding-top: 10px;
}

.strengths__point p.txt{
    padding:20px 40px 20px;
}

.strengths__point p.img {
    width: 110px;
    height: auto;
    border-right: 3px solid #dddddd;
    padding: 10px 30px 10px 34px;
}
.strengths__point p.img img{
    width: 100%;
    height: auto;
}


.strengths__mainBox{
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--content-padding);
    box-sizing: border-box;
}

.strengths__mainBox .img.normal,
.strengths__mainBox .img.reverse{
    position: absolute;
    width: 48%;
    min-height: 560px;
    overflow: hidden;
}
.strengths__mainBox .img.normal{
    left: 0;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}
.strengths__mainBox .img.reverse{
    right: 0;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}


.strengths__mainBox .img.normal img{
    position: absolute;
    left: 0;
    border-bottom-right-radius:10px;
}

.strengths__mainBox .img.reverse img{
    position: absolute;
    right: 0;
    border-bottom-left-radius:10px;
}

.strengths__mainBox-text{
    margin-left: calc(54% + var(--content-padding));
    flex: 1;
}

.strengths__mainBox-text.reverse{
    margin-left:0;
    margin-right: calc(54% + var(--content-padding));
    flex: 1;
}


.strengths__mainBox-subTtl img{
    height: 50px;
    width: auto;
    margin-bottom:0px;
}

.strengths__mainBox .ttl{
    font-size: clamp(30px, 64 / 1440* 100vw, 64px);
    color: var(--color-blue);
    letter-spacing: 0.3em;
    padding-bottom: 20px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 40px;
}

.strengths__merit{
    max-width: 1000px;
    margin: 40px auto;
    background:inherit;
}

.strengths__merit-box.no1{
    background:#fff url(../img/bg_triangle_01.png) no-repeat 50px 30px;
    background-size: 160px auto;
}
.strengths__merit-box.no2{
    background:#fff url(../img/bg_triangle_02.png) no-repeat 60px 30px;
    background-size: 160px auto;
}
.strengths__merit-box.no3{
    background:#fff url(../img/bg_triangle_03.png) no-repeat 70px 30px;
    background-size: 160px auto;
}


.strengths__merit-box p.blue{
    text-align: center;
    color: var(--color-blue);
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-top: 10px;
    font-size: clamp(16px, 20 / 1440* 100vw, 20px);
}
.strengths__merit-box p.img{
    width: 40%;
    height: auto;
    margin: 0 auto;
    text-align:center;
}

.strengths__merit-box p.ttl{
    font-size: clamp(15px, 20 / 1440* 100vw, 20px);
    font-weight: bold;
    display: flex;
    padding: 10px 0 20px;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    letter-spacing: 0;
}
.strengths__merit-box p.ttl span{
    color: var(--color-blue);
    display: contents;
}

.strengths__merit-box p.txt{
    display: flex;
    width: 84%;
    padding: 0px 0 20px;
    justify-content: center;
    align-items: center;
    margin: auto; /* 親要素内で中央揃え */
}

.strengths__example{
    max-width: 1000px;
    margin: 40px auto 40px;

}

.strengths__example-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}



.strengths__example-list li a{
    background: #fff;
    width: 100%;
    border-top:4px solid var(--color-blue);
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    font-weight: bold;
    font-size: clamp(16px, 20 / 1440* 100vw, 20px);
    color: var(--color-blue);
    transition: 0.5s;
    box-shadow: 0px 0px 100px 6px rgba(0, 0, 0, 0.08);
}
.strengths__example-list li a:hover{
    background: var(--color-blue);
    color: #fff !important;
    opacity: 0.8;
}


.strengths__example-list li p{
    margin: 0;
}


.strengths__example-list li p.img{
    width: 130px;
    height: auto;
    margin-bottom: 0;
    position: relative;
}
.strengths__example-list li:nth-child(1) p.img:after,
.strengths__example-list li:nth-child(2) p.img:after,
.strengths__example-list li:nth-child(3) p.img:after,
.strengths__example-list li:nth-child(4) p.img:after,
.strengths__example-list li:nth-child(5) p.img:after,
.strengths__example-list li:nth-child(6) p.img:after{
    content:"";
    display: inline-block;
    background: url(../img/txt_number_01.png) no-repeat center center;
    background-size: 50% auto;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -92px;
    top:10%;
}

.strengths__example-list li:nth-child(2) p.img:after{
    background: url(../img/txt_number_02.png) no-repeat center center;
    background-size: 50% auto;
}
.strengths__example-list li:nth-child(3) p.img:after{
    background: url(../img/txt_number_03.png) no-repeat center center;
    background-size: 50% auto;
}
.strengths__example-list li:nth-child(4) p.img:after{
    background: url(../img/txt_number_04.png) no-repeat center center;
    background-size: 50% auto;
}
.strengths__example-list li:nth-child(5) p.img:after{
    background: url(../img/txt_number_05.png) no-repeat center center;
    background-size: 50% auto;
}
.strengths__example-list li:nth-child(6) p.img:after{
    background: url(../img/txt_number_06.png) no-repeat center center;
    background-size: 50% auto;
}

.strengths__overseas-box{
    max-width: 1000px;
    margin: 20px auto;
}

/*====================================================================================================
business 6種類
====================================================================================================*/

.business__mainBox{
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--content-padding);
    box-sizing: border-box;
}

.business__mainBox .img.normal{
    position: absolute;
    width: 48%;
    min-height: 560px;
    overflow: hidden;
}

.business__mainBox .img.normal{
    left: 0;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}

.business__mainBox .img.normal img{
    position: absolute;
    left: 0;
    border-bottom-right-radius:10px;
}


.business__mainBox-text{
    margin-left: calc(54% + var(--content-padding));
    flex: 1;
}

.crane-inspection__box{
    max-width: 1100px;
    margin: 40px auto 40px;
}

.crane-inspection__box .ttl span{
    color:#8FB0E7;
    padding-right: 30px;
}

.crane-inspection__box .c-col2{
    display: grid;
    grid-template-columns: 180px 1fr;
    gap:40px
}

.crane-inspection__box .c-col2--crane-inspection{
    grid-template-columns: 100px 1fr;
}


.crane-design__list{
    max-width: 1100px;
    margin: 40px auto 40px;
    background: inherit;
}

p.sub{
    font-size: clamp(14px, 14 / 1440* 100vw, 15px);
}

.mechanical-design__box-wrap{
    text-align: center; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mechanical-design__box-wrap P{
    display: inline-block; 
    text-align: left; 
    padding: 10px; 
}


.mechanical-design__box span.step{
    background: url(../img/bg-step.png) no-repeat top left;
    background-size: 100% 100%;
    color: #fff;
    position: absolute;
    font-weight: bold;
    margin: 0px 0 0 -14px;
    z-index: 5;
    padding: 10px 60px 10px 40px;
    font-size: clamp(18px, 30 / 1600* 100vw, 24px);
    width: 260px;
    top:0;
    left: 0;
}
.mechanical-design__box span.step::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #0EBFB5 transparent transparent;
    position: absolute;
    left: 0;
    bottom: -12px;
}



.product__list{
    gap:40px;
    padding: 0 20px;
    background: inherit;
}

.product__list-item{
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 100px 6px rgba(0, 0, 0, 0.08);

}


.product__list-item-box{
    padding: 20px 20px 20px;
}
.product__list-item-ttl{
    color: var(--color-blue);
    margin-bottom: 20px;
}

.stress-luminescence__box .ttl span{
    color: #8FB0E7;
    padding-right: 30px;
}

.stress-luminescence__box .bgGray{
    padding: 20px 40px;

}

.stress-luminescence__box dl {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px; 
    max-width: 70%;
    margin: 0 auto;
}

.stress-luminescence__box  dt {
    width: 150px; 
    font-weight: bold;
}

.stress-luminescence__box dd {
    flex-grow: 1;
    margin: 0; /* 必要に応じてマージンを調整 */
}


.luggage__point {
    background: #fff;
    width: 100%;
    padding: 20px 30px;
    box-shadow: 0px 0px 100px 6px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    max-width: 1100px;
    margin: 0 auto;
}

.luggage__point li{
    border-bottom:1px solid  #DFE4ED;
    padding: 20px 10px 10px;
}
.luggage__point li:last-child{
    border: none;
}

.luggage__point li p{
    margin-bottom: 10px;
}

.luggage__point li .answer{
    display: grid;
    grid-template-columns: 15px 1fr;
    align-items: center;
    gap: 10px;
    font-size: clamp(16px, 18 / 1440* 100vw, 18px);
    font-weight: bold;
}
.luggage__point li .answer span{
    color: var(--color-blue);
}

.luggage__procedure p{
    padding-left: 1em;
    text-indent: -1em;
}

.luggage__flow{
    margin: 60px 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap:20px;
}


.luggage__flow li{
    background: #fff;
    box-shadow: 0px 0px 100px 6px rgba(0, 0, 0, 0.08);
    text-align: center;
    border-radius: 4px;
    position: relative;

}

.luggage__flow li .ttl{
    background: var(--color-blue);
    color: #fff;
    font-weight: bold;
    padding: 10px 0 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.luggage__flow li .ttl span{
    font-size: 22px;
    padding-left: 4px;
}

.luggage__flow li::after{
    content:"";
    display: block;
    position: absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.06);
    top:45%;
    right:-17px;
}

.luggage__flow li:last-child::after{
    display: none;
}
.luggage__flow img{
    display: block;
    width: 40%;
    margin: 10px auto;
}

.luggage__qa{

}

.luggage__qa li{
    border-bottom:1px solid  #DFE4ED;
    padding: 20px 10px 10px;
    font-weight: bold;
}
.luggage__qa li p{
    margin-bottom: 10px;
}

.luggage__qa li p{
    padding-left: 1em;
    text-indent: -1em;
}


.luggage__qa li:last-child{
    border: none;
}

.luggage__qa li .qa-answer{
    font-size: clamp(16px, 18 / 1440* 100vw, 18px);
    color: var(--color-blue);
}

.video-wrapper{
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; /* 中央寄せ */
    padding-bottom: 56.25%; /* 16:9 アスペクト比を維持 */
    padding-bottom: 31.5%;　
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*====================================================================================================
company
====================================================================================================*/


.company__thumb-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 20px;
    gap:20px;
}

.company__thumb-list-item{
    text-align: center;
}
.company__thumb-list-item a{
    display: block;
}


.company__thumb-list-item span{
    padding: 10px 20px 10px;
    display: inline-block;
    font-size:14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
}

.company__thumb-list-item span::before{
    content:"";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #0744A0;
    top:50%;
    margin-left:-20px;
    margin-top:-3px;
}

.company__mainBox{
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--content-padding);
    box-sizing: border-box;
}

.company__mainBox .img.normal{
    position: absolute;
    width: 48%;
    min-height: 560px;
    overflow: hidden;
}

.company__mainBox .img.normal{
    left: 0;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}

.company__mainBox .img.normal img{
    position: absolute;
    left: 0;
    border-bottom-right-radius:10px;
}


.company__mainBox-text{
    margin-left: calc(54% + var(--content-padding));
    flex: 1;
}


.company__mainBox-text-representative{
    text-align: right;
    margin: 50px 0 0;
}
.company__mainBox-text-representative img{
    width: 110px;
    display: inline-block; 
}

.company__vision-box{
    background: #fff url(../img/img_company-triangle.png) bottom right no-repeat;
    box-shadow: 0px 0px 100px 6px rgba(0, 0, 0, 0.08);
    max-width: 1100px;
    text-align: center;
    padding: 40px 20px;
    border-radius:4;
    margin:0 auto 40px;
}

.company__vision-ttl {
    color: var(--color-blue);
}
.company__vision-ttl p{
    position: relative;
}
.company__vision-ttl p::before{
    display: inline-block;
    content:"─";
    font-size:14px;
    vertical-align: middle;
    padding: 0 30px;
}
.company__vision-ttl p::after{
    display: inline-block;
    content:"─";
    font-size:14px;
    vertical-align: middle;
    padding: 0 30px;
}


.company__vision-ttl span{
    display: block;
    font-size:13px;
    color: var(--color-black);
    font-weight: bold;
    margin:-20px auto 30px;
}


.company__info-list{
    max-width: 1000px;
    margin: 60px auto 40px;
}

.company__info-list-item{
    padding: 20px 0 0;
    display: grid;
    grid-template-columns: 260px 1fr;
}
.company__info-list-item .company__info-list-item{
    grid-template-columns: 260px 1fr;
}

.company__info-list-item .ttl{
    color: var(--color-blue);
    font-weight: bold;
    position: relative;
    padding-left: 60px;
}
.company__info-list-item span{
    position: relative;
    height: 10px;
    font-weight: bold;
    padding: 0 0 0 40px;
}

.company__access-wrap{
    padding: 40px 60px 40px 60px;
    border-top: 5px solid var(--color-blue);
    box-shadow: 0px 0px 100px 6px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    max-width: 1200px;
    margin: 40px auto;
    background: #fff;
}
.company__access-wrap .line{
    height: 1px;
    background: #ccc;
    margin: 40px 0 40px -20px;
    width: 100%;
}

.company__access-box{
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap:60px;
}

.company__access-txtArea .ttl{
    margin-top: 20px;
    color: var(--color-blue);
    position: relative;
    letter-spacing: 0.4em !important;
}
.company__access-txtArea .ttl::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 0px;
    border-color: #0EBFB5 transparent transparent transparent;
    position: absolute;
    margin: 0px 0 0 -22px;
}
.company__access-txtArea .subTtl{
    position: relative;
    color:#fff;
    font-weight: bold;
    font-size: clamp(18px, 26 / 1440* 100vw, 20px);
    padding: 6px 10px 6px 40px;
    background: var(--color-blue);
    letter-spacing: 0.2em;
}
.company__access-txtArea .subTtl::before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    margin-left:-20px;
    margin-top: -3px;
}

.company__access-txtArea.line::before{
    border-top:1px #ff0000 solid;
    content:"";
    padding: 10px;
    display: block;
    width: 100%;
    position: absolute;
}

.company__access-txtArea ul{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 20px 0 0;
    padding: 0 20px;
}

.company__access-map .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 58%;
  }
   
  .company__access-map .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

 .company__history-wrap{
    max-width: 1000px;
    margin: 40px auto;
    border-left:2px solid #83A2D0;
    padding: 60px 10px 30px 60px;
 } 

.company__history-list-item{
    display: grid;
    grid-template-columns: 100px 1fr;
}
.company__history-list-item .year{
    position: relative;
    color: var(--color-blue);
    font-weight: bold;
}
.company__history-list-item span{
    padding-right: 40px;
}
.company__history-list-item .year::before{
    content:"";
    display: block;
    position: absolute;
    left: -68px;
    width: 14px;
    height: 14px;
    margin-top: 8px;
    background: url(../img/icon-circle.png) no-repeat;
    background-size: 100% auto;
}

.company__sbt-wrap{
    margin: 60px auto 60px;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap:60px;
}

.company__sdgs-box{
    margin: 40px auto 40px;
}

.company__sdgs-box h3{
    background: var(--color-green);
    padding: 16px 40px;
    position: relative;
}
.company__sdgs-box h3 span{
    color: #EEF9AA;
    padding-right: 20px;
    font-weight: 300;
}
.company__sdgs-box h3::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent var(--color-blue) transparent transparent;
    position: absolute;
    left: 0;
    bottom: -12px;
}
.c-col2--company{
    display: grid;
    grid-template-columns: 300px 1fr;
    gap:60px;
    margin: 40px auto 40px;
}

.c-col2--company img{
    width: auto;
    height: 120px;
    justify-self: center;
}

/*====================================================================================================
recruit
====================================================================================================*/


.recruit__info .c-col2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "item1 item2"; 
}

.recruit__info .grid-item1 {
    grid-area: item1;
}
.recruit__info .grid-item2 {
    grid-area: item2;
}

.recruit__info .toggle-button {
    font-size: 18px;
    padding: 10px 20px;
    background-color: #0744A0;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
    border-radius:60px;
    width: 80%;
    margin: 40px auto 20px;
    border-radius: calc(1px * infinity);
    text-align: center;
}

.recruit__info .toggle-button:hover {
    background-color: #0744A0;
}

.recruit__info .content {
    /* max-height: 0;
    margin-top: 0; */
    overflow: hidden;
    /* transition: max-height 0.3s ease, margin-top 0.3s ease; */
    max-height: 1630px;
    margin-top: 20px;
}

.recruit__info .toggle-button.active::before {
    content: "－";
}

.recruit__info .toggle-button::before {
    content: "＋";
    margin-right: 5px;
}


.recruit__info-list{
    max-width: 1000px;
    margin: 60px auto 40px;
}

.recruit__info-list-item{
    padding: 20px 0 0;
    display: grid;
    grid-template-columns: 260px 1fr;
}
.recruit__info-list-item .recruit__info-list-item{
    grid-template-columns: 260px 1fr;
}

.recruit__info-list-item .ttl{
    color: var(--color-blue);
    font-weight: bold;
    position: relative;
    padding-left: 60px;
}
.recruit__info-list-item span{
    position: relative;
    height: 10px;
    font-weight: bold;
    padding: 0 0 0 40px;
}


.recruitProcess .c-col7{
    display: grid;
    grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    gap:20px;
    align-items: center; 
}

.recruitProcess .c-col7 .item{
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 100px 6px rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
}




@media screen and (max-width: 992px) {


    .pages-mv_subcatch{
        width: 60%;
        margin-bottom: 0px;
    }

    .pages-mv--company {
        background: #074199 url(../img/mv-company.jpg) no-repeat 70% 100%;
        background-size: auto 100%;
    }


    /*====================================================================================================
    used selling SP
    ====================================================================================================*/

    .used-buying__topBox .c-col3{
        margin: 20px auto 20px;
    }

    .used-buying__topBox .c-col3 p.flag {
        padding: 6px 6px;
        font-size: 3.8vw;
    }
    .used-buying__topBox .c-col3 {
        gap: 8px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .used-buying__topBox .c-col3 p.flag::before {
        position: absolute;
        content: "";
        width: 3px;
        height: 46px;
        left: 0px;
        top: 0;
        background: #C0D8FF;
    }



    /*====================================================================================================
    news SP
    ====================================================================================================*/

    .pages-mv--news{
        background:#E8F5FC url(../img/mv_news.jpg) no-repeat top right;
        background-size: auto 100% ;
    }

    .l-container--news{
        display: block;
    }

    .l-container--news .l-container__main{
        margin-right:0;
    }
    .l-container--news .l-container__side{
        position: relative;
        width:100%;
        max-width: 100%;
        border-bottom-right-radius: 10px;
        margin-bottom: 40px;
    }
    .news-item{
        display: block;
        padding: 40px 0px 20px 0;
    }
    .news-item__content{
        margin-top: 10px;
    }
    .sidebar__title--category{
        border-top-right-radius: 10px;
    }


    /*====================================================================================================
    strengths SP
    ====================================================================================================*/

    .strengths__point{
        display: block;
        padding: 20px 20px 10px 20px;
    }
    .strengths__point p{
        border: none;
        padding: 0;
    }
    .strengths__point .img{
        display: none;
    }
    .strengths__point p.txt{
        padding:0px;
    }

    .strengths__mainBox {
        display: block;
        width: 100%;
        padding: 0px;
    }
    .strengths__mainBox-subTtl img{
        height: 36px;
    }
    .strengths__mainBox .img.normal,
    .strengths__mainBox .img.reverse{
        border-radius: 0px;
    }
    .strengths__mainBox .img.normal img,
    .strengths__mainBox .img.reverse img{
        position: relative;
        left: 0;
        border-radius: 0px;
    }

    .strengths__mainBox-text {
        margin-left: 0;
    }
    .strengths__mainBox-text.reverse {
        margin-right:0;
    }

    .strengths__mainBox .img.normal, .strengths__mainBox .img.reverse{
        position: relative;
        min-height: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .strengths__merit-box {
        padding: 10px 20px 20px;
        margin: 0 0 20px;
        background: #fff;
    }

    .strengths__merit-box p.img {
        width: 30%;
    }
    .strengths__example-list {
        display: block;   
    }
    .strengths__example-list li{
        margin-bottom: 20px;
    }
    .strengths__example-list li p.img{
        width: 90px;
    }
    .strengths__example-list li:nth-child(1) p.img:after,
    .strengths__example-list li:nth-child(2) p.img:after,
    .strengths__example-list li:nth-child(3) p.img:after,
    .strengths__example-list li:nth-child(4) p.img:after,
    .strengths__example-list li:nth-child(5) p.img:after,
    .strengths__example-list li:nth-child(6) p.img:after{
        top:-10%;
    }
    
    .strengths__example-list li a {
        grid-template-columns: 180px 1fr;
    }

   /*====================================================================================================
    case-study sp
    ====================================================================================================*/

    .l-container--case-study {
        display: block;
    }
 
    .l-container--case-study .l-container__main {
        margin-left: 0px;
    }
    .case-study__list {
        gap: 20px;
        padding: 0 0px;
    }
    .case-study__list-item{
        margin-bottom: 40px;
    }
    .case-study__list-item .mainImg{
        width: 90%;
        height: 300px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
        padding: 40px 0 20px;
    }
    .case-study__list-item-box {
        padding: 20px 20px 20px;
    }
    
    .news-item__single .case-study__list-item-box {
        padding: 20px 20px 20px;
    }

    .case-study__list-item-subInfo {
        grid-template-columns: 0.5fr 1fr;
    }
    .l-container--case-study .l-container__side {
        width: 100%;
        max-width: 100%;
        margin: 40px auto 40px;
        border-radius:0px;
        position: relative;
        border-radius:10px;
        overflow: hidden;
    }


    /*====================================================================================================
    business sp
    ====================================================================================================*/

    
    .business__mainBox {
        display: block;
        padding: 0;
    }
    .business__mainBox .img.normal {
        position: relative;
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
        border-radius: 0px;
    }
    .business__mainBox .img.normal img {
        position: relative;
        border-radius: 0px;
    }
    .business__mainBox-text {
        margin-left: 0;
    }

    .crane-inspection__box .c-col2{
        grid-template-columns: 100px 1fr;
        gap: 20px;
    }
    .crane-inspection__box .c-col2--crane-inspection {
        grid-template-columns: 60px 1fr;
    }

    .crane-design__box .c-col3{
        grid-template-columns: 1fr 1fr;
    }
    .crane-design__box .c-col3 p{
        margin-bottom: 0;
    }

    .mechanical-design__box span.step {
        background: url(../img/bg-step.png) no-repeat top left;
        background-size: 100% 100%;
        color: #fff;
        position: absolute;
        font-weight: bold;
        margin: 0px 0 0 -14px;
        z-index: 5;
        padding: 10px 20px 10px 20px;
        font-size: clamp(18px, 30 / 1600* 100vw, 24px);
        width: 140px;
    }

    .product__list {
        padding: 0 0px;
    }

    .product__list-item{
        margin-bottom: 40px;
    }

    .stress-luminescence__box dl {
        max-width: 100%;
    }
    .stress-luminescence__box dd{
        margin-bottom: 20px;
    }

    .luggage__flow {
        margin: 60px 0 0px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .luggage__point li .answer {
        align-items: baseline;
    }
    .video-wrapper {
        max-width: 100%;
        padding-bottom: 56.25%;
    }

    /*====================================================================================================
    company sp
    ====================================================================================================*/

    .company__mainBox {
        display: block;
        padding: 0;
    }
    .company__mainBox-text-representative img{
        width: 90px;
    }
    .company__mainBox .img.normal {
        position: relative;
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
        border-radius: 0px;
    }
    .company__mainBox .img.normal img {
        position: relative;
        border-radius: 0px;
    }
    .company__mainBox-text {
        margin-left: 0;
    }
    .company__mainBox-text-representative {
        margin: 20px 0 0;
    }

    .company__thumb-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .company__thumb-list-item span{
        padding: 10px 10px 10px;
        font-size:13px;
        letter-spacing: 0em;
    }

    .company__history-wrap {
        margin: 20px auto;
        padding: 20px 10px 10px 30px;
    }

    .company__history-list-item .year{
        margin-bottom: 0px;
    }
    .company__history-list-item .year::before {
        left: -38px;
    }
    .company__history-list-item {
        display: block;
        position: relative;
    }
    .company__history-list-item span.month {
        padding-left: 60px;
        position: absolute;
        top: 0;
    }

    .company__info-list-item {
        grid-template-columns: 100px 1fr;
    }
    .company__info-list-item .company__info-list-item{
        grid-template-columns:1fr;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .company__info-list-item .ttl {
        padding-left: 10px;
    }
    .company__info-list-item span {
        padding: 0 0 0 20px;
    }
    
    .company__sbt-wrap{
        display: block;
    }
    .c-col2--company {
        display: block;
        gap: 60px;
        margin: 40px auto 40px;
    }
    .c-col2--company img {
        margin: 10px auto 20px;
    }
    .company__access-box{
        display: block;
    }
    .company__access-wrap {
        padding: 30px 30px 30px 30px;
    }
    .company__access-txtArea .ttl {
        margin-top: 20px;
        padding-left: 20px;
    }
    .company__access-txtArea ul {
        grid-template-columns: 1fr 1fr;
        margin: 20px 0 20px;
        padding: 0 ;
    }

    /*====================================================================================================
    recruit sp
    ====================================================================================================*/


    .recruitProcess .c-col7 {
        display: grid;
        grid-template-columns: 1fr 10px 1fr 10px;
        gap: 10px;
        align-items: center;
        align-items: stretch;
    }
    .recruitProcess .c-col7 .arrow {
        display: flex; 
        justify-content: center; 
        align-items: center;
        height: 100%; 
    }

    .recruit__info-list {
        margin: 20px auto 40px;
    }
    .recruit__info-list-item {
        grid-template-columns:1fr;
    }
    .recruit__info-list-item .company__info-list-item{
        grid-template-columns:1fr;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .recruit__info-list-item .ttl {
        padding-left: 0px;
    }
    .recruit__info-list-item span {
        padding: 0 0 0 20px;
    }

    .recruit__info .content {
        max-height: 100%;
        margin-top: 0px;
    }
    
}