/* CSS Document */

#lowerMV{
    background: url("../img/sky.jpg") no-repeat center center;
    background-size: cover;
    padding: 10px 0;
}
.lowerMV_flex{
    display: flex;
    justify-content: space-between;
}
#lowerMV h1{
    font-size: clamp(24px, 3.7vw, 60px);
    display: inline-block;
    border-bottom: 1px solid var(--fontColor);
    line-height: 1.4;
}
.h1 span{
    font-size: clamp(12px, 1.4vw, 22px);
    display: block;
    color: var(--fontColor);
}
.h1 p {
    margin-top: 0.5em;
    max-width: 370px;
}
.MVillust{
    flex-basis: 13.5%;
    margin-top: auto;
}

section{
    padding: 4% 0;
}
.contentInner{
    max-width: 1290px;
    width: 88%;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.h3{
    text-align: center;
}
.h3 h3 {
    font-size: clamp(18px, 1.75vw, 28px);
    font-weight: 500;
    border-left: 10px solid var(--secondaryColor);
    border-bottom: 1px solid var(--secondaryColor);
    display: inline-block;
    padding: 0 7px;
}
.direction i{
    padding-left: 1em;
}


/**********************************************************************/
/* for About  */
/**********************************************************************/

#lowerAbout .Philosophy,
#lowerAbout .Overview {
    margin: 5% auto 3%;
}
#lowerAbout .Philosophy dl {
    max-width: 1100px;
    margin: auto;
    width: 88%;
}
#lowerAbout .Philosophy dt {
    font-size: clamp(18    px, 1.9vw, 30px);
    font-weight: 500;
    margin-top: 2em;
}
#lowerAbout .Philosophy dd {
    font-size: clamp(15px, 1.15vw, 18px);
    margin-left: 1.8em;
}

#lowerAbout .sumArea{
    width: 93%;
    max-width: 850px;
    margin: auto;
}
#lowerAbout .sumArea dl{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5em;
}
#lowerAbout .sumArea dt{
    flex-basis: 12%;
    border-bottom: 2px solid var(--fontColor);
    font-size: clamp(15px, 1.2vw, 19px);
    font-weight: 500;
    text-align: center;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#lowerAbout .sumArea dd{
    flex-basis: 81%;
    border-bottom: 2px solid var(--secondaryColor);
    font-size: clamp(15px, 1.2vw, 19px);
    padding-bottom: 5px;
}
#lowerAbout #sec02{
    background: url("../img/sky.jpg") no-repeat center center;
    background-size: cover;
}
#lowerAbout .mapArea_flex{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#lowerAbout .mapArea_sum{
    flex-basis: 28%;
    background: var(--secondaryColor);
    padding: 1.5em;
    text-align: center;
    color: var(--whiteColor);
    border-radius: 5px;
}

#lowerAbout .mapArea{
    margin-top: 5%;
}
#lowerAbout .mapArea_map {
    flex-basis: 70%;
}

#lowerAbout .name{
    font-size: clamp(17px, 1.55vw, 25px);
    margin: 1.3em auto 1em;
    line-height: 1.3;
}
#lowerAbout .name span{
    display: block;
}

#lowerAbout .address,
#lowerAbout .telno {
    font-size: clamp(14px, 1vw, 16px);
    margin-bottom: 1.5em;
}

#lowerAbout .greenBox{
    background: var(--fontColor);
    border-radius: 5px;
    padding: 1.5em 1em 1.5em 1.7em;
    text-align: left;
}
#lowerAbout .direction{
    font-size: clamp(13px, 0.9vw, 14px);
    text-indent: -0.7em;
    padding-left: 0.7em;
    border-bottom: 1px solid var(--whiteColor);
    margin-bottom: 0.9em;
}
#lowerAbout .direction i {
    margin-right: 5px;
}
#lowerAbout .wBase{
    overflow: hidden;
    border-radius: 5px;
}
#lowerAbout #sec03{
    background: var(--bgColor);
}

#lowerAbout .Chart {
    margin: 5% 2% 3%;
}

/**********************************************************************/
/* for Project  */
/**********************************************************************/
#lowerProject #sec01{
    padding: 4% 0 0;
}
#lowerProject .tab_box .btn_area {
    display: flex;
    justify-content: space-around;
}

#lowerProject .tab_box .tab_btn {
    position: relative;
    flex-basis: 49%;
    padding: 0.5em 0;
    color: var(--whiteColor);
    background: var(--lightGlay);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-size: clamp(19px, 2.25vw, 36px);
    font-weight: 500;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#lowerProject .tab_box .tab_btn figure{
    width: 13%;
    margin-left: 10px;
}

#lowerProject .tab_box .tab_btn:hover {
    background: var(--fontColor);
}

#lowerProject .tab_box .tab_btn.active {
    background: var(--secondaryColor);
}

#lowerProject .tab_box .panel_area {
    border-top: 1px solid var(--secondaryColor);
    padding: 0;
}

#lowerProject .tab_box .tab_panel {
    display: none;
}

#lowerProject .tab_box .tab_panel.active {
    display: block;
}
#lowerProject #tab_panel-1{
}
#lowerProject #tab_panel-2{
}

#lowerProject .tabLead{
    text-align: center;
    font-size: clamp(15px, 1.55vw, 25px);
    width: 86%;
    margin: 0 auto 3em;
}
#lowerProject .particleboard_flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#lowerProject .particleboard_img{
    flex-basis: 38%;
}
#lowerProject .particleboard_sum{
    flex-basis: 53%;
}
#lowerProject .particleboard_sum dt{
    font-size: clamp(16px, 1.25vw, 20px);
    font-weight: 500;
    margin-bottom: 2em;
}
#lowerProject .particleboard_sum dd{
    font-size: clamp(14px, 1.1vw, 17px); 
}
#lowerProject .particleboard {
    margin: 5% auto 7%;
}

#lowerProject .here{
    position: relative;
}
#lowerProject .abTxt{
    font-size: clamp(16px, 2.3vw, 38px); 
    position: absolute;
    color: var(--whiteColor);
    top: 4%;
    width: 100%;
}
#lowerProject .abTxt h4{
    text-align: center;
}

#lowerProject .point01_content{
    position: absolute;
    top: 16%;
    left: 39%;
    width: 11%;
}
#lowerProject .pointInner{
    position: relative;
    overflow: hidden;
}
#lowerProject .pointInner .mNo{
}
#lowerProject .pointInner .mOver{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all .3s ease-in;
}
#lowerProject .pointInner:hover .mOver{
    opacity: 1;
}

#lowerProject .point02_content{
    position: absolute;
    top: 29%;
    left: 16%;
    width: 11%;
}
#lowerProject .point03_content{
    position: absolute;
    top: 46%;
    left: 34%;
    width: 11%;
}
#lowerProject .point04_content{
    position: absolute;
    bottom: 7%;
    left: 25%;
    width: 11%;
}

#lowerProject .process {
    margin: 7% auto 3%;
}

#lowerProject .process ul {
    display: flex;
    flex-wrap: wrap;
}
#lowerProject .process ul li {
    flex-basis: 20%;
    position: relative;
    margin-bottom: 3%;
}
#lowerProject .process ul li .liInner{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}
#lowerProject .process ul li{
    margin-right: 5%;
}
#lowerProject .process ul li dl{
    position: absolute;
    bottom: -81%;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--whiteColor);
    background: var(--alphaGreen);
    border-radius: 0 0 5px 5px;
    padding: 4% 10%;
    transition: all .3s ease;
}
#lowerProject .process ul li dt{
    font-size: clamp(14px, 1.1vw, 17px);
    font-weight: 500;
    text-align: center;
    margin-bottom: 1em;
}
#lowerProject .process ul li dd {
    font-size: clamp(13px, 1vw, 16px);
}
#lowerProject .number{
    position: absolute;
    top: -7%;
    left: -7%;
    font-size: clamp(19px, 1.6vw, 26px);
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    background: var(--yellowColor);
    border-radius: 50vh;
    width: 20%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 3px 0 var(--yellowShadow);
    color: var(--whiteColor);
}

#lowerProject .process ul li:hover dl{
    bottom: 0;
}

#lowerProject .process ul li:not(:last-child)::after{
    position: absolute;
    content: "";
    border-left: solid 17px var(--yellowColor);
    border-top: solid 21px transparent;
    border-bottom: solid 21px transparent;
    top: 50%;
    transform: translateY(-50%);
    right: -16%;
}

#lowerProject #sec03 {
    background: url("../img/sky.jpg") no-repeat center center;
    background-size: cover;
}

#tableQuality .th01 th {
    font-size: clamp(16px, 1.4vw, 22px);
    color: var(--whiteColor);
    background: #2BBC95;
    font-weight: 500;
    text-align: center;
    padding: 0.5em 0;
    border: 5px solid #BEF1FF;
}
#tableQuality .th02 th {
    font-size: clamp(16px, 1.5vw, 24px);
    color: var(--whiteColor);
    font-weight: 500;
    text-align: center;
    padding: 0.4em 0;
    border: 5px solid #BEF1FF;
    border-bottom: none;
    vertical-align: middle;
}
#tableQuality .th02 th span{
    display: block;
    line-height: 1.2;
    font-size: 82%;
}

#tableQuality .th02 th:nth-child(odd){
    background: #87BF44;
}

#tableQuality .th02 th:nth-child(even){
    background: #FFCE00;
}

#tableQuality .row th {
    width: 28%;
    text-align: left;
    font-size: clamp(16px, 1.5vw, 24px);
    padding-left: 1em;
    vertical-align: middle;
    line-height: 1.2;
    min-width: 218px;
    font-weight: 500;
}
#tableQuality .row td {
    width: 18%;
    font-size: clamp(14px, 1.25vw, 20px);
    font-weight: 500;
    padding: 0.7em 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
    min-width: 155px;
}
#tableQuality .row td span {
    font-size: 120%;
    color: #32A000;
}
.tableWrap{
    overflow:auto;
}
table#tableQuality{
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}
#tableQuality .row:nth-child(odd) {
    background: var(--whiteColor);
}
#tableQuality .row:nth-child(even) {
    background: #FCFAEA;
}
#lowerProject .notice{
    font-size: clamp(12px, 0.95vw, 15px);
    margin: 1em auto;
}

#lowerProject .quality,
#lowerProject .thickness {
    margin: 6% auto 3%;
}

#tableThickness .th th {
    font-size: clamp(16px, 1.5vw, 24px);
    color: var(--whiteColor);
    font-weight: 500;
    text-align: center;
    padding: 1.2em 0;
    border: 5px solid #BEF1FF;
    border-bottom: none;
    vertical-align: middle;
}

#tableThickness .th th:nth-child(odd){
    background: #2BBC95;
}

#tableThickness .th th:nth-child(even){
    background: #FFCE00;
}

#tableThickness .row {
    background: var(--whiteColor);
}
#tableThickness .row th {
    width: 28%;
    text-align: center;
    font-size: clamp(16px, 1.5vw, 24px);
    vertical-align: middle;
    line-height: 1.2;
    min-width: 230px;
    font-weight: 500;
}
#tableThickness .row td {
    width: 18%;
    font-size: clamp(15px, 1.25vw, 20px);
    font-weight: 500;
    padding: 1.5em 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
    min-width: 155px;
}

#tableThickness .row td span {
    font-size: 120%;
    color: #32A000;
}


table#tableThickness{
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}
#lowerProject #sec04{
    background: var(--bgColor2);
}

#lowerProject .processingboard {
    margin: 5% auto 7%;
}

#lowerProject .processingboardFlex{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#lowerProject .processingboardImg{
    flex-basis: 40%;
}

#lowerProject .processingboardSum{
    flex-basis: 55%;
    background: var(--whiteColor);
    padding: 2% 2.5%;
}
#lowerProject .processingboardSum_lead{
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 2;
}
#lowerProject .processingboardSum_title{
    font-size: clamp(17px, 1.25vw, 20px);
    font-weight: 500;
    color: var(--blueFont);
    margin: 2em auto 1em;
}
#lowerProject .processingboardSum_content{
    font-size: clamp(14px, 1.1vw, 17px);
}
    #lowerProject .laminate {
    margin: 6% auto 0;
}

#lowerProject .laminate ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: var(--fontColor2);
}
#lowerProject .laminate ul li {
    flex-basis: 29.333%;
    border: 1px solid var(--fontColor2);
    padding: 2% 3%;
    border-radius: 5px;
    background: var(--whiteColor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 2% 4%;
}
#lowerProject .liTxt{
    font-size: clamp(16px, 1.5vw, 24px);
    margin-top: 1em;
    text-align: center;
}

#lowerProject .kouzouFlow ul{
    display: flex;
    
}
#lowerProject .kouzouFlow ul li{
    flex-basis: 23%;
    position: relative;
    margin-bottom: 6%;
}
#lowerProject .kouzouFlow ul li a{
    display: block;
    transition: all 0.35s;
}
#lowerProject .kouzouFlow ul li:not(:nth-child(4)){
    margin-right: 3.333%;
}
#lowerProject .kouzouFlow ul li:not(:nth-child(4))::after{
    position: absolute;
    content: "";
    border-left: solid 13px #5B8D44;
    border-top: solid 17px transparent;
    border-bottom: solid 21px transparent;
    top: 50%;
    transform: translateY(-50%);
    right: -10%
}
#lowerProject .kouzouFlow ul li img{
    filter: drop-shadow(0px 3px 6px var(--shadowColor));
}

#lowerProject .kouzouFlow ul li:nth-child(2)::after {
    border-left-color: #8D8244;
}
#lowerProject .kouzouFlow ul li:nth-child(3)::after {
    border-left-color: #8D6644;
}
#lowerProject .engineeringWood_sum{
    font-size: clamp(14px, 1.1vw, 17px);
    font-weight: 500;
    background: var(--lightGlay2);
    padding: 2em;
    margin: 2% auto;
}
#lowerProject .engineeringWood {
    margin: 5% auto 3%;
}
#lowerProject .noticeRight{
    font-size: clamp(12px, 0.95vw, 15px);
    text-align: right;
}
#lowerProject .engineeringWood_img{
    margin: 6% auto;
    max-width: 1200px;
}
.tableEngineering_area{
    margin: 6% auto;
}
#tableEngineering{
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}
#tableEngineering .th02 th:nth-child(even){
    background: #FFCE00;
}
#tableEngineering .th02 th:nth-child(odd) {
    background: #87BF44;
}
#tableEngineering .th02 th {
    width: 17%;
    font-size: clamp(16px, 1.5vw, 24px);
    color: var(--whiteColor);
    font-weight: 500;
    text-align: center;
    padding: 1em 0;
    border: 5px solid var(--whiteColor);
    border-bottom: none;
    vertical-align: middle;
    min-width: 160px;
}
#tableEngineering .th02 th.bui{
    width: 8%;
    min-width: 80px;
}

#tableEngineering .row td {
    font-size: clamp(15px, 1.25vw, 20px);
    font-weight: 500;
    padding: 0.7em 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
}
#tableEngineering .row td span {
    font-size: 120%;
    color: #32A000;
}
#tableEngineering .row th {
    width: 7%;
    font-size: clamp(16px, 1.5vw, 24px);
    color: var(--whiteColor);
    background: #2BBC95;
    font-weight: 500;
    text-align: center;
    border: 5px solid var(--whiteColor);
    line-height: 1.2;
    vertical-align: middle;
    min-width: 70px;
}
#tableEngineering .row th span.subth {
    display: block;
    font-size: 80%;
}
#tableEngineering .row th.verticalTxt span{
    writing-mode:vertical-rl;
    text-orientation:upright;
}

#tableEngineering .row:nth-child(even) {
    background: var(--whiteColor);
}
#tableEngineering .row:nth-child(odd) {
    background: #FCFAEA;
}
.engineeringWood_kinds {
}
.engineeringWood_ul{
    display: flex;
    justify-content: space-around;
}
.engineeringWood_ul li {
    flex-basis: 30.333%;
    margin: 3% 1.5% 3%;
}
.engineeringWood_ul li .engineeringWood_title {
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 500;
    text-align: center;
}
.engineeringWood .lineupBox{
    
}
.engineeringWood .lineupBox ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.engineeringWood .lineupBox ul li {
    flex-basis: 30.333%;
    margin: 1.5%;
}
#lowerProject #sec202{
    background: var(--lightGlay2);
}
#lowerProject .precut{
    margin: 5% auto 3%;
}
#lowerProject .precutFlex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#lowerProject .precutCon01{
    flex-basis: 58%;
}
#lowerProject .precutCon02{
    flex-basis: 40%;
}
#lowerProject .precutTxt{
     font-size: clamp(15px, 1.15vw, 18px);
    margin-bottom: 3%;
}

#lowerProject #sec203 {
    background: url("../img/sky.jpg") no-repeat center center;
    background-size: cover;
}
.construction{
}
#lowerProject .construction_sum {
    font-size: clamp(14px, 1.1vw, 17px);
    font-weight: 500;
    background: var(--whiteColor);
    padding: 2em;
    margin: 5% auto;
}
#lowerProject .constructionUl{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5%;
}
#lowerProject .constructionUl li{
    flex-basis: 28.333%;
    margin: 0 2.5% 4%;
    padding: 15px;
    background: var(--fontColor);
    text-align: center;
    color: var(--whiteColor);
    border-radius: 5px;
}
#lowerProject .constructionUl li dt{
    font-size: clamp(16px, 1.5vw, 24px);
    font-weight: 500;
    margin: 0.5em auto;
}
#lowerProject .constructionUl li dd{
    font-size: clamp(14px, 1.15vw, 18px);
    margin: 1em auto;
    line-height: 1.3;
}
#lowerProject .constructionUl li figure img {
    margin: auto;
}
#lowerProject .constructionUl li .meritImg{
    width: 50%;
    margin: auto;
}

#lowerProject #bnrPrecut .bnrArea,
#lowerProject #bnrHousing .bnrArea {
    max-width: 630px;
    margin: auto;
    transition: all .35s;
}

#lowerProject #sec204{
    background: var(--lightGlay2);
}
#lowerProject .housing{
    margin: 5% auto 3%;
}
#lowerProject .housingFlex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}
#lowerProject .housingCon01{
    flex-basis: 58%;
}
#lowerProject .housingCon02{
    flex-basis: 40%;
}
#lowerProject .housingTxt{
     font-size: clamp(15px, 1.15vw, 18px);
    margin-bottom: 3%;
}
#lowerProject #bnrHousing{
    background: #FCFAEA;
}

#lowerProject #link01,
#lowerProject #link02,
#lowerProject #link03,
#lowerProject #link04 {
    padding-top: 60px;
    margin-top: -60px;
}

/**********************************************************************/
/* for Environment  */
/**********************************************************************/
#lowerEnvironment #sec01{
    background: var(--lightGlay2);
}
#lowerEnvironment .SDGs{
    
}
#lowerEnvironment .SDGs_img{
    margin: auto;
    max-width: 546px;
}
#lowerEnvironment .SDGs_lead{
    font-size: clamp(14px, 1.1vw, 17px);
    text-align: center;
    margin: 2em auto 3em;
}
#lowerEnvironment .SDGs_ul{
    display: flex;
    justify-content: space-between;
    gap:20px;
}

#lowerEnvironment .contribution{
    margin: 5% auto;
}
#lowerEnvironment .contribution dl {
    margin-bottom: 3%;
}
#lowerEnvironment .environmentDt {
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 500;
    color: var(--fontColor);
    margin-bottom: 2.5em;
    text-align: center;
    line-height: 1.5;
}
#lowerEnvironment .environmentDD {
    font-size: clamp(15px, 1.15vw, 18px);
}
#lowerEnvironment .environmentDD .ddNotice{
    display: block;
    font-size: clamp(10px, 1vw, 13px);
    margin: 1.2em auto;
    text-indent: -2.5em;
    padding-left: 2.5em;
    line-height: 1.4;
    color: var(--fontColor2);
}
#lowerEnvironment .environmentDD .kome{
    font-size: clamp(10px, 0.74vw, 12px);
    vertical-align: super;
}

#lowerEnvironment .contribution02 dd{
    max-width: 1200px;
    margin: auto;
    width: 90%;
}
#lowerEnvironment .contributionNotice{
    width: 90%;
    max-width: 520px;
    background: #FFE798;
    border-radius: 5px;
    padding: 1em;
    margin: auto;
    font-size: clamp(14px, 1.1vw, 17px);
}

#lowerEnvironment #sec03{
    background: url("../img/sky.jpg") no-repeat center center;
    background-size: cover;
}
#lowerEnvironment .carbon{
    margin: 5% auto;
}
#lowerEnvironment .carbonImg_area{
    margin: 5% auto;
}
#lowerEnvironment .carbonImg_area figure{
    width: 90%;
    margin: auto;
}
#lowerEnvironment #sec04{
    background: var(--bgColor2);
}
#lowerEnvironment .forestcycle{
    margin: 5% auto;
}
#lowerEnvironment .forestcycle_area{
    margin: 5% auto;
}
#lowerEnvironment .forestcycle_area figure {
    width: 90%;
    max-width: 1118px;
    margin: auto;
}
sub{
    font-size: 70%;
}

/**********************************************************************/
/* for Factory  */
/**********************************************************************/
#lowerFactory #sec01 {
    background: var(--bgColor2);
}
#lowerFactory .takuma,
#lowerFactory .takase {
    margin: 5% auto;
}
#lowerFactory .takuma01 {
    max-width: 880px;
    margin: auto;
}
#lowerFactory .takuma02  {
    margin: 2em auto;
}
#lowerFactory .takuma02 ul{
    display: flex;
    gap:25px;
}
#lowerFactory .mapArea_flex{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#lowerFactory .mapArea_sum{
    flex-basis: 28%;
    background: var(--secondaryColor);
    padding: 1.5em;
    text-align: center;
    color: var(--whiteColor);
    border-radius: 5px;
}

#lowerFactory .mapArea{
    margin-top: 5%;
}
#lowerFactory .mapArea_map {
    flex-basis: 70%;
}

#lowerFactory .name{
    font-size: clamp(17px, 1.55vw, 25px);
    margin: 1.3em auto 1em;
    line-height: 1.3;
}
#lowerFactory .name span{
    display: block;
}

#lowerFactory .address,
#lowerFactory .telno {
    font-size: clamp(14px, 1vw, 16px);
    margin-bottom: 1.5em;
}
#lowerFactory .wBase > img{
    width: 100%;
}

#lowerFactory .greenBox{
    background: var(--fontColor);
    border-radius: 5px;
    padding: 1.5em 1em 1.5em 1.7em;
    text-align: left;
}
#lowerFactory .direction{
    font-size: clamp(13px, 0.9vw, 14px);
    text-indent: -0.7em;
    padding-left: 0.7em;
    border-bottom: 1px solid var(--whiteColor);
    margin-bottom: 0.9em;
}
#lowerFactory .direction i {
    margin-right: 5px;
}
#lowerFactory #sec02{
    background: var(--lightGlay2);
}
/**********************************************************************/
/* for Affiliated  */
/**********************************************************************/
#lowerAffiliated .precutSystem{
    margin: 5% auto;
}
#lowerAffiliated .precutSystem_sum{
    position: relative;
}
#lowerAffiliated .precutSystem_sum figure {
    width: 66%;
    max-width: 880px;
}
#lowerAffiliated .precutSystem_txt{
    font-size: clamp(15px, 1.15vw, 18px);
    background: var(--whiteColor);
    box-shadow: 3px 5px 10px var(--shadowColor);
    padding: 2em;
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 45%;
    max-width: 580px;
}
#lowerAffiliated .precutSystem_txt.bmWorks{
    bottom: 25%;
}
#lowerAffiliated .precutBtn_area{
    margin: 1.5em auto 0;
    text-align: right;
}
#lowerAffiliated .precutBtn_area a {
    position: relative;
    display: inline-block;
    font-size: clamp(15px, 1.15vw, 18px);
    padding: 0.7em 3em 0.7em 2em;
    background: var(--whiteColor);
    border: 1px solid var(--glayColor);
    border-radius: 10px;
    box-shadow: 2px 2px 1px var(--shadowColor);
    transition: all .5s;
}
#lowerAffiliated .precutBtn_area a .abRight {
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
    transition: all .5s;
}
#lowerAffiliated .precutSystem2{
    margin: 2em auto;
}
#lowerAffiliated .precutSystem2 ul {
    display: flex;
    gap:30px;
}
#lowerAffiliated .precutSystem2 ul li{
    flex-basis: calc((100% - 60px)/3);
}
#lowerAffiliated .mapArea_flex{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#lowerAffiliated .mapArea_sum{
    flex-basis: 28%;
    background: var(--secondaryColor);
    padding: 1.5em;
    text-align: center;
    color: var(--whiteColor);
    border-radius: 5px;
}

#lowerAffiliated .mapArea{
    margin-top: 5%;
}
#lowerAffiliated .mapArea_map {
    flex-basis: 70%;
}

#lowerAffiliated .name{
    font-size: clamp(15px, 1.55vw, 24px);
    margin: 1.3em auto 1em;
    line-height: 1.3;
}
#lowerAffiliated .name span{
    display: block;
}

#lowerAffiliated .address,
#lowerAffiliated .telno {
    font-size: clamp(14px, 1vw, 16px);
    margin-bottom: 1.5em;
}
#lowerAffiliated .greenBox{
    background: var(--fontColor);
    border-radius: 5px;
    padding: 1.5em 1em 1.5em 1.7em;
    text-align: left;
}
#lowerAffiliated .direction{
    font-size: clamp(13px, 0.9vw, 14px);
    text-indent: -0.7em;
    padding-left: 0.7em;
    border-bottom: 1px solid var(--whiteColor);
    margin-bottom: 0.9em;
}
#lowerAffiliated .direction i {
    margin-right: 5px;
}
#lowerAffiliated #sec01 {
    background: var(--lightGlay2);
}

#lowerAffiliated .okuraHouse{
    margin: 5% auto;
}
#lowerAffiliated .okuraHouse_sum{
    position: relative;
}
#lowerAffiliated .okuraHouse_sum figure {
    width: 66%;
    max-width: 880px;
    margin-left: auto;
}
#lowerAffiliated .okuraHouse_txt{
    font-size: clamp(15px, 1.15vw, 18px);
    background: var(--whiteColor);
    box-shadow: 3px 5px 10px var(--shadowColor);
    padding: 2em;
    position: absolute;
    left: 0;
    top: 20%;
    width: 45%;
    max-width: 580px;
}

#lowerAffiliated .okuraHouse2{
    margin: 2em auto;
}
#lowerAffiliated .okuraHouse2 ul {
    display: flex;
    gap:30px;
}
#lowerAffiliated .okuraHouse2 ul li{
    flex-basis: calc((100% - 60px)/3);
}
#lowerAffiliated #sec02{
    background: var(--bgColor2);
}
#lowerAffiliated figcaption{
    font-size: clamp(11px, 0.9vw, 14px); 
}
#lowerAffiliated #sec03{
    background: var(--bgColor);
}
#lowerAffiliated .bmTxt span {
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
    line-height: 1.3;
    margin-top: 0.5em;
}
#lowerAffiliated .precutSystem_sum figure.bmWorks_logo{
    width: 80%;
    margin: auto auto 4%;
}
#lowerAffiliated .telno span{
    display: block;
}
#lowerAffiliated .wBase > img {
    width: 100%;
}



@media (any-hover: hover) {
/*:hover はここに書く*/
#lowerProject .kouzouFlow ul li a:hover{
    transform: translateY(-5px);
}
#lowerProject #bnrPrecut .bnrArea:hover,
#lowerProject #bnrHousing .bnrArea:hover {
    transform: translateY(-5px);
    box-shadow: 3px 5px 5px var(--shadowColor);
}
    #lowerAffiliated .precutBtn_area a:hover {
        transform: translateY(-3px);
        box-shadow: 2px 5px 10px var(--shadowColor);
    }
    #lowerAffiliated .precutBtn_area a:hover .abRight {
        right: 1em;
    }


}



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

    #lowerAbout .mapArea_sum{
        flex-basis: 33%;
    }
    #lowerAbout .mapArea_map{
        flex-basis: 65%;
    }

    #lowerProject .point01_content,
    #lowerProject .point02_content,
    #lowerProject .point03_content,
    #lowerProject .point04_content {
        width: 13%;
    }
    #lowerProject .point03_content{
        left: 32%;
    }
    #lowerProject .particleboard_img{
        flex-basis: 40%;
    }
    #lowerProject .process ul li dd{
        line-height: 1.4;
    }
    #lowerProject .process ul li dl{
        padding: 4% 8%;
        bottom: -75%;
    }
    #lowerProject .process ul li dt{
        margin-bottom: 0.5em;
    }
    #tableThickness .row td{
        min-width: 80px;
    }
    
    #lowerProject .particleboard_flex{
        flex-direction: column;
    }
    
    #lowerProject .particleboard_img{
        width: 80%;
    }
    #lowerProject .particleboard_sum{
        margin-top: 5%;
    }
    #lowerProject .processingboardFlex{
        flex-direction: column;
    }
    #lowerProject .processingboardSum{
        margin-top: 6%;
        padding: 6%;
    }
    #lowerProject .processingboardImg{
        width: 80%;
    }
        #lowerProject .precutFlex{
        flex-direction: column;
    }
    #lowerProject .precutCon02{
        margin-top: 3%;
    }
    #lowerProject .housingFlex{
        flex-direction: column;
    }
    #lowerProject .housingCon02{
        margin-top: 3%;
    }
    #lowerEnvironment .SDGs_lead{
        text-align: left;
    }
    
    
    #lowerFactory .mapArea_sum,
    #lowerAffiliated .mapArea_sum {
        flex-basis: 33%;
    }
    #lowerFactory .mapArea_map,
    #lowerAffiliated .mapArea_map {
        flex-basis: 65%;
    }
    #lowerAffiliated .precutSystem_txt,
    #lowerAffiliated .okuraHouse_txt {
        padding: 1em;
        width: 50%;
    }
    #lowerAffiliated .precutBtn_area{
        margin-top: 1em;
    }
    
    
  

}



@media screen and (max-width:700px){
    section{
    padding: 7% 0;
}
    #lowerMV .h1{
        width: 72%;
    }
  
    .MVillust{
        flex-basis: 24%;
    }
    #lowerAbout .sumArea dl{
        flex-direction: column;
    }
    #lowerAbout .mapArea_flex{
        display: block;
    }
    #lowerAbout .mapArea_map{
        width: 100%;
        height: 370px;
    }
    #lowerAbout .mapArea_sum{
        width: 85%;
        margin: 7% auto 0;
    }
    #lowerAbout .Chart {
    margin: 5% 0 3%;
}


    #lowerProject .tabLead{
        text-align: left;
        width: 100%;
    }
    #lowerProject .particleboard_flex{
        flex-direction: column;
    }
    #lowerProject .particleboard_flex > li {
        margin-bottom: 7%;
    }
    #lowerProject .point01_content, #lowerProject .point02_content, #lowerProject .point03_content, #lowerProject .point04_content {
        width: 30%;
    }
    #lowerProject .point01_content{
        top: 13%;
        left: 45%;
    }
    #lowerProject .point02_content{
        top: 24%;
        left: 5%;
    }
    #lowerProject .point03_content{
        left: 35%;
    }
    #lowerProject .point04_content{
        bottom: 6%;
        left: 20%;
    }

    
    #lowerProject .process ul{
        margin-top: 10%;
    }
    #lowerProject .process ul li{
        flex-basis: 40%;
        margin-bottom: 8%;
    }
    #lowerProject .process ul li{
        margin-right: 10%;
    }
    
    #lowerProject .process ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    border-left: solid 15px var(--yellowColor);
    border-top: solid 19px transparent;
    border-bottom: solid 19px transparent;
    top: 50%;
    transform: translateY(-50%);
    right: -19%;
}
    #tableQuality .row th{
        min-width: 180px;
    }
    #tableQuality .row td{
        min-width: 135px;
    }
    #lowerProject .laminate{
        margin: 10% auto 0;
    }
    #lowerProject .laminate ul li{
        flex-basis: 46%;
        justify-content: flex-start;
        padding-top: 4%;
    }
    #lowerProject .liTxt{
        line-height: 1.3;
    }
    
    #lowerProject .tabLead{
        margin: 0 auto 2em;
    }
    #lowerProject.kouzouFlow{
        margin-bottom: 5%;
    }
    #lowerProject .kouzouFlow ul{
        justify-content: center;
        flex-wrap: wrap;
    }
    #lowerProject .kouzouFlow ul li:not(:nth-child(4)){
        margin-right: 6%;
    }
    #lowerProject .kouzouFlow ul li{
        flex-basis: 44%;
    }
    #lowerProject .engineeringWood_img{
        margin: 10% auto;
        width: 80%;
    }
    #tableEngineering .row th,
    #tableEngineering .th02 th.bui {
        min-width: 60px;
    }
    #tableEngineering .th02 th{
        min-width: 120px;
    }
    .engineeringWood_ul{
        flex-wrap: wrap;
    }
    .engineeringWood_ul li {
    flex-basis: 45%;
    margin: 3% 2.5% 3%;
}
    .engineeringWood .lineupBox ul li {
    flex-basis: 45%;
    margin: 2.5%;
}
    #lowerProject .constructionUl{
        margin-top: 10%;
    }
    .h3{
        margin: 3% auto 6%;
    }
    #lowerProject .notice{
        margin-bottom: 10%;
    }
    #lowerProject .constructionUl li{
        flex-basis: 48%;
        margin: 0 1% 4%;
        display: flex;
        flex-direction: column;
        
    }
    #lowerProject .meritIcon{
        width: 35%;
        margin: auto;
    }
    #lowerProject .constructionUl li dd{
        text-align: left;
    }
    #tableThickness .row td{
        padding: 2em 0;
    }
    
    #lowerEnvironment .SDGs_ul{
        flex-wrap: wrap;
    }
    #lowerEnvironment .SDGs_ul li {
        flex-basis: calc((100% - 40px)/3);
    }
    #lowerEnvironment .SDGs{
        margin: 5% auto 10%;
    }
    #lowerEnvironment .contribution dl{
        margin-bottom: 10%;
    }
    #lowerEnvironment .contribution02 dd,
    #lowerEnvironment .carbonImg_area figure,
    #lowerEnvironment .forestcycle_area figure{
        width: 100%;
    }
    
    #lowerFactory .takuma02{
        margin: 1em auto;
    }
    #lowerFactory .takuma02 ul{
        gap:10px;
    }
    #lowerFactory .mapArea_flex,
    #lowerAffiliated .mapArea_flex {
        display: block;
    }
    #lowerFactory .mapArea_map,
    #lowerAffiliated .mapArea_map {
        width: 100%;
        height: 370px;
    }
    #lowerFactory .mapArea_sum,
    #lowerAffiliated .mapArea_sum{
        width: 85%;
        margin: 7% auto 0;
    }
    
    #lowerAffiliated .precutSystem_sum figure{
        width: 100%;
    }
    #lowerAffiliated .precutSystem_txt, 
    #lowerAffiliated .okuraHouse_txt {
        position: relative;
        width: 100%;
        margin-top: 5%;
    }
    #lowerAffiliated .precutSystem2 ul,
    #lowerAffiliated .okuraHouse2 ul {
        gap:10px;
    }
    #lowerAffiliated .precutSystem2 ul li,
    #lowerAffiliated .okuraHouse2 ul li {
    flex-basis: calc((100% - 20px) / 3);
}
    #lowerAffiliated .okuraHouse_sum figure{
        width: 100%;
    }
    
    
  
  
}

