@charset "utf-8";

/*-------------------------------------------------------------------
	共通
-------------------------------------------------------------------*/
.titleTextContainer .mainTitle {
    color: #39447b;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 75px;
    padding-bottom: 30px;
    border-bottom: 1px #d5d5d5 solid;
    position: relative;
    z-index: -1;
}
.titleTextContainer .mainTitle::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px #39447b solid;
}
.titleTextContainer .mainTextTitle {
    color: #39447b;
    font-size: 2.0rem;
    font-weight: 500;
    padding-bottom: 40px;
}
.titleTextContainer .text{
	line-height: 2;
    letter-spacing: 0.05rem;
}
.titleTextContainer .text .textBlock{
	display: block;
	margin-bottom: 50px;
}
.titleTextContainer .text .textBlock:last-of-type{
	margin-bottom: 0;
}
.titleTextContainer .text .textBlock span{
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
}

#sec01{
	margin-bottom: 100px;
}
#sec01 .mvFlex {
    display: flex;
    justify-content: flex-end;
    background: #374276;
    position: relative;
}
#sec01 .mvFlex .mvImg {
    width: 60%;
    position: relative;
}
#sec01 .mvFlex .mvImg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(55,66,118,1) 1%, rgba(55,66,118,0.4990371148459384) 100%);
}
#sec01 .mvFlex .mvImg img {
    width: 100%;
}
#sec01 .mvFlex .mvtext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
}
#sec01 .mvFlex .mvtext h2 {
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}
#sec01 .mvFlex .mvtext p {
    color: #a6a7a6;
    line-height: 1;
}
.lineTtl03 {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #39447b;
    padding-bottom: 31px;
    margin-bottom: 55px;
    position: relative;
}
.lineTtl03::before {
    content: '';
    width: 50px;
    height: 1px;
    background: #39447b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    #sec01 {
        margin-bottom: 80px;
    }
    #sec01 .mvFlex .mvImg {
        width: 100%;
    }

    .titleTextContainer .mainTitle{
        margin-bottom: 40px;
        line-height: 1.4;
    }
    .titleTextContainer .mainTextTitle{
        font-size: 2.2rem;
        padding-bottom: 20px;
    }
}
/*-------------------------------------------------------------------
	message.php
-------------------------------------------------------------------*/
#company_message #sec02{
	padding-bottom: 150px;
}
#company_message .titleTextContainer .presidentName{
	line-height: 1;
	margin: 35px 0 40px;
	text-align: right;
}
#company_message .titleTextContainer .presidentName span{
	font-size: 2.4rem;
}
#company_message .titleTextContainer .presidentImg img{
	width: 100%;
}
/*-------------------------------------------------------------------
	philosophy.php
-------------------------------------------------------------------*/
#company_philosophy #sec02{
	padding-bottom: 150px;
}
#company_philosophy .titleTextContainer{
	margin-bottom: 90px;
}
#company_philosophy .titleTextContainer:last-of-type{
	margin-bottom: 0;
}
#company_philosophy .mainTextTitle{
	margin-top: 80px;
}
#company_philosophy .mainTextTitle:first-of-type{
	margin-top: 0;
}
@media screen and (max-width: 768px) {
    #company_philosophy .titleTextContainer{
        margin-bottom: 60px;
    }
}
/*-------------------------------------------------------------------
	value.php
-------------------------------------------------------------------*/
#company_value #sec01 {
    margin-bottom: 0;
}

#company_value .titleTextContainer{
    padding-top: 100px;
    padding-bottom: 425px;
    margin-bottom: 200px;
    position: relative;
}
#company_value .titleTextContainer::after{
    content:'';
    width: 90%;
    height: calc(100% - 150px);
    background: #f2f9fc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
#company_value .titleTextContainer .mainTitle{
    display: flex;
    align-items: center;
}
#company_value .titleTextContainer .mainTitle .number{
    font-size: 6rem;
	font-family: 'Noto Serif JP', serif;
	    margin-right: 20px;
}

#company_value .titleTextContainer:nth-of-type(even):after{
    left: auto;
    right: 0;
}

#company_value .titleTextContainer .titleTextContainerInner{
    max-width: 90%;
    padding: 0 10% 0 20%
}
#company_value .titleTextContainer:nth-of-type(even) .titleTextContainerInner{
    margin-left: auto;
    padding: 0 20% 0 10%
}
#company_value .titleTextContainer .titleTextContainerFlex{
	display: flex;
    padding-bottom: 100px;
}
#company_value .titleTextContainerFlex .enText{
	font-size: 8.5rem;
    line-height: 1;
	writing-mode: vertical-rl;
    color: #e1eaf6;
	font-family: 'Noto Serif JP', serif;
    margin-right: 70px;
}
#company_value .titleTextContainerFlex .text .note{
    font-size: 1.5rem;
    color: #6c6d6d;
    display: block;
    text-indent: -1.1em;
    padding-left: 1.1em;
}
#company_value .titleTextContainer .mainImg{
    max-width: 80%;
    height: 300px;
    aspect-ratio: 1627 / 352;
    position: absolute;
    right: 0;
}
#company_value .titleTextContainer:nth-of-type(even) .mainImg{
    right: auto;
    left: 0;
}
#company_value .titleTextContainer figcaption{
    display: none;
    position: absolute;
    z-index: 2;
    top: -4.7rem;
    right: 10%;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1;
    color: #e1eaf6;
	font-family: 'Noto Serif JP', serif;
	}
#company_value .titleTextContainer:nth-last-of-type(even) figcaption{
    right: auto;
    left: 10%;
}

#company_value .titleTextContainer .mainImg .number{
	font-family: 'Noto Serif JP', serif;
	}
@media screen and (max-width: 1440px) {
    #company_value .titleTextContainer{
        padding-bottom: 290px;
        margin-bottom: 100px;
    }
    #company_value .titleTextContainer::after{
        height: calc(100% - 100px);
    }
    #company_value .titleTextContainer .titleTextContainerFlex{
        padding-bottom: 50px;
    }
    
    #company_value .titleTextContainer .mainImg{
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    #company_value .titleTextContainer{
        margin-bottom: 5%;
        padding-bottom: 200px;
    }
    #company_value .titleTextContainer .titleTextContainerInner,
    #company_value .titleTextContainer:nth-of-type(even) .titleTextContainerInner {
        padding: 0 10% 0 10%;
    }
    #company_value .titleTextContainerFlex .enText{
        display: none;
    }
    #company_value .titleTextContainer figcaption{
        display: block;
    }
    #company_value .titleTextContainer .mainImg{
        height: 200px;
    }
}
@media screen and (max-width: 425px) {
    #company_value .titleTextContainer{
        margin-bottom: 0;
    }

}

/*-------------------------------------------------------------------
	sdgs.php
-------------------------------------------------------------------*/
#company_sdgs #sec01{
    padding: 0 0 200px;
    margin-bottom: 0;
    background: linear-gradient(0deg,#fff,#c9e9e6,#b8e2de,#fff);
}
#company_sdgs .mvFlex{
    margin-bottom: 200px;
}
#company_sdgs #sec02{
    padding-bottom: 240px;
}
#company_sdgs .sdgsMv .ttl02{
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #374276;
    margin-bottom: 90px;
}
#company_sdgs .sdgsMv .Text{
    line-height: 1.8;
    text-align: center;
    margin-bottom: 140px;
}
#company_sdgs .sdgsMv .flexBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
#company_sdgs .sdgsMv .flexBox::before{
    content:'';
    width: 2px;
    height: 100%;
    background: #5ebac9;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#company_sdgs .sdgsMv .flexBox figure{
    width: calc(90% / 2);
}
#company_sdgs .sdgsMv .flexBox figure img{
    width: 100%;
}
#company_sdgs .lineTtl03{
    margin-bottom: 85px;
}
#company_sdgs #sec02 .text{
    line-height: 1.8;
    text-align: center;
    margin-bottom: 125px;
}
#company_sdgs .sdgsFlex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 200px;
}
#company_sdgs .sdgsFlex a{
    width: calc(90% / 5);
}
#company_sdgs .sdgsFlex .sdgsFlexItem:hover{
    opacity: 0.7;
}

#company_sdgs .sdgsContentsItem{
    width: 60%;
    padding:45px 50px 60px;
    margin-top: 80px;
    position: relative;
}
#company_sdgs .sdgsContentsItem:first-of-type{
    margin-top: 0;
}

#company_sdgs .sdgsContentsItem:nth-of-type(even){
    margin-left: auto;
}

#company_sdgs .sdgsContentsItem.blue{
    background: #eff8fe;
}
#company_sdgs .sdgsContentsItem.red{
    background: #fef1ea;
}
#company_sdgs .sdgsContentsItem.yellow{
    background: #fff6e9;
}
#company_sdgs .sdgsContentsItem.green{
    background: #f6faf1;
}
#company_sdgs .sdgsContentsItem.pink{
    background: #fdf2f7;
}
#company_sdgs .sdgsContentsTitleFlex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 35px;
}
#company_sdgs .sdgsContentsItem.blue .sdgsContentsTitleFlex{
    border-bottom: 1px solid #54c3f1;
}
#company_sdgs .sdgsContentsItem.red .sdgsContentsTitleFlex{
    border-bottom: 1px solid #ef846c;
}
#company_sdgs .sdgsContentsItem.yellow .sdgsContentsTitleFlex{
    border-bottom: 1px solid #f4a000;
}
#company_sdgs .sdgsContentsItem.green .sdgsContentsTitleFlex{
    border-bottom: 1px solid #8ec557;
}
#company_sdgs .sdgsContentsItem.pink .sdgsContentsTitleFlex{
    border-bottom: 1px solid #f19dae;
}
#company_sdgs .sdgsContentsTitleFlex .ttl4{
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    margin: 10px 0;
}
#company_sdgs .sdgsContentsItem.blue .sdgsContentsTitleFlex .ttl4{
    color: #54c3f1;
}
#company_sdgs .sdgsContentsItem.red .sdgsContentsTitleFlex .ttl4{
    color: #ef846c;
}
#company_sdgs .sdgsContentsItem.yellow .sdgsContentsTitleFlex .ttl4{
    color: #f4a000;
}
#company_sdgs .sdgsContentsItem.green .sdgsContentsTitleFlex .ttl4{
    color: #8ec557;
}
#company_sdgs .sdgsContentsItem.pink .sdgsContentsTitleFlex .ttl4{
    color: #f19dae;
}
#company_sdgs .sdgsContentsTitleFlex .sdgsContentsSdgsIcon{
    display: flex;
}
#company_sdgs .sdgsContentsSdgsIcon figure{
    width: 60px;
    display: flex;
    margin-right: 5px;
}
#company_sdgs .sdgsContentsSdgsIcon figure:last-of-type{
    margin-right: 0;
}
#company_sdgs .sdgsContentsSdgsIcon figure img{
    width: 100%;
}
#company_sdgs .sdgsContentsItem .sdgsContentsText{
    margin-bottom: 45px;
}
#company_sdgs .whiteContainer{
    background: #fff;
    padding: 35px 30px;
}
#company_sdgs .whiteContainer .whiteContainerTitle h5{
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
    color: #374276;
    line-height: 1;
    margin-bottom: 30px;
}
#company_sdgs .whiteContainer .whiteContainerListItem{
    display: flex;
    margin-bottom: 20px;
}
#company_sdgs .whiteContainer .whiteContainerListItem:last-of-type{
    margin-bottom: 0;
}
#company_sdgs .whiteContainer .whiteContainerListItem::before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    aspect-ratio: 1 / 1;
    background: #374276;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 4px;
}
#company_sdgs .sdgsContentsItem .positionImg{
    position: absolute;
}
#company_sdgs .sdgsContentsItem.blue .positionImg{
    right: -60%;
    bottom: 0;
}
#company_sdgs .sdgsContentsItem.red .positionImg{
    left: -60%;
    bottom: 0;
}
#company_sdgs .sdgsContentsItem.yellow .positionImg{
    right: -55%;
    bottom: -35px;
}
#company_sdgs .sdgsContentsItem.green .positionImg{
    left: -48%;
    bottom: -30px;
}
#company_sdgs .sdgsContentsItem.pink .positionImg{
    right: -52%;
    bottom: -10px;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    #company_sdgs #sec01{
        padding: 0 0 100px;
    }
    #company_sdgs .mvFlex{
        margin-bottom: 100px;
    }
    #company_sdgs .sdgsMv .ttl02 {
        margin-bottom: 50px;
        line-height: 1.4;
    }
    #company_sdgs .sdgsMv .Text{
        margin-bottom: 60px;
    }
    #company_sdgs .sdgsFlex{
        justify-content: center;
        margin-bottom: 100px;
    }
    #company_sdgs .sdgsFlex a{
        width: calc(90% / 2);
        margin: 0 2.5% 25px;
    }

    #company_sdgs #sec02{
        padding-bottom: 150px;
    }
    #company_sdgs #sec02 .text{
        margin-bottom: 75px;
    }
    #company_sdgs .sdgsMv .flexBox figure{
        width: 90%;
        margin: 0 auto;
    }
    #company_sdgs .sdgsMv .flexBox figure:last-of-type{
        margin-top: 30px;
    }
    #company_sdgs .sdgsMv .flexBox::before{
        display: none;
    }
    #company_sdgs .sdgsContentsItem{
        width: 100%;
        padding: 45px 5% 60px;
    }
    #company_sdgs .sdgsContentsTitleFlex{
        display: block;
    }
    #company_sdgs .sdgsContentsTitleFlex .sdgsContentsSdgsIcon{
        margin-top: 10px;
    }
    #company_sdgs .sdgsContentsItem .sdgsContentsText {
        margin-bottom: 25px;
    }
    #company_sdgs .whiteContainer {
        padding: 35px 5%;
    }
    #company_sdgs .sdgsContentsItem.blue .positionImg,
    #company_sdgs .sdgsContentsItem.red .positionImg,
    #company_sdgs .sdgsContentsItem.yellow .positionImg,
    #company_sdgs .sdgsContentsItem.green .positionImg,
    #company_sdgs .sdgsContentsItem.pink .positionImg{
        width: 23%;
        top: auto;
        bottom: 5%;
        left: auto;
        right: 5%;
    }

}
/*-------------------------------------------------------------------
	company.php
-------------------------------------------------------------------*/
#company_company main{
    overflow: hidden;
}
#company_company .companyTable{
    width: 100%;
    margin-bottom: 150px;
}
#company_company .companyTable tr{
    border-top: #e1e2e3 2px solid;
}

#company_company .companyTable tr th{
    width: 20%;
    font-weight: 400;
    padding: 10px 35px;
    background: #f2f9fc;
    /*text-align: justify;
	text-align-last: justify;*/
}

#company_company .companyTable tr th.gray{
    background: #f5f5f5;
    width: auto;
    text-align: center;
}

#company_company .companyTable tr td{
    font-weight: 400;
    padding: 10px 30px;
}


#company_company .companyTable tr td.bl{
    border-left: #e1e2e3 2px solid;

}
#company_company .companyTable tr:last-of-type{
    border-bottom: #e1e2e3 2px solid;
}
#company_company table.stripes tr td{
    padding: 10px 18px;
    text-indent: -1.1em;
    padding-left: calc(1.1em + 18px);
}
#company_company table.stripes tr:nth-of-type(odd) td{
    background: #f2f9fc;
}
#company_company .accessMap{
    position: relative;
    margin-top: 230px;
}
#company_company .accessMap .accessTextBox{
    width: 50%;
    margin-bottom: 175px;
}
#company_company .accessMap .accessTextBox p{
    margin-bottom: 45px;
    display: flex;
    align-items: center;
}
#company_company .accessMap .accessTextBox p:last-of-type{
    margin-bottom: 0;
}
#company_company .accessMap .accessTextBox p span{
    width: 18%;
    min-width: 120px;
    margin-right: 20px;
    display: inline-block;
}
#company_company .accessMap .positionItem{
    position: absolute;
    width: 45%;
    top: -8%;
    right: 0;
}
#company_company .accessMap .positionItem .positionItemBox{
    position: relative;
}
#company_company .accessMap .positionItem .positionItemBox p{
    width: 2.5%;
    height: 2.5%;
    cursor: pointer;
    position: absolute;
}
#company_company .accessMap .positionItem .positionItemBox p.nagoya{
    top: 70.5%;
    left: 43.5%;
}
#company_company .accessMap .positionItem .positionItemBox p.tokyo{
    top: 65.5%;
    left: 62.2%;
}
#company_company .accessMap .positionItem .positionItemBox p.osaka{
    top: 75.8%;
    left: 36%;
}
#company_company .accessMap .positionItem .positionItemBox p.fukuoka{
    top: 80%;
    left: 6.3%
}
#company_company .accessMap .positionItem .positionItemBox p.hamamatsu{
    top: 71.3%;
    left: 53.1%;
}
#company_company .accessMap .positionItem .positionItemBox p.hokuriku{
    top: 61.3%;
    left: 45.9%;
}
#company_company .accessMapContainer{
    margin-bottom: 250px;
}
#company_company .accessMapContainer .accessMapNavContainer{
    width: fit-content;
    max-width: 100%;
    background: #e2f3f2;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}
#company_company .accessMapContainer .accessMapNavContainer li{
    line-height: 1;
    background: #fff;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all;
    margin-right: 15px;
    cursor: pointer;
    text-align: center;
}
#company_company .accessMapContainer .accessMapNavContainer li:last-of-type{
    margin-right: 0;
}
#company_company .accessMap .accessMapNavContainer li:hover,
#company_company .accessMap.nagoya .accessMapNavContainer li.nagoya,
#company_company .accessMap.tokyo .accessMapNavContainer li.tokyo,
#company_company .accessMap.osaka .accessMapNavContainer li.osaka,
#company_company .accessMap.fukuoka .accessMapNavContainer li.fukuoka,
#company_company .accessMap.hamamatsu .accessMapNavContainer li.hamamatsu,
#company_company .accessMap.hokuriku .accessMapNavContainer li.hokuriku{
    background: #6ec4bd;
    color: #fff;
}
#company_company .accessMap .accessMapContainer iframe.nagoya,
#company_company .accessMap .accessMapContainer iframe.tokyo,
#company_company .accessMap .accessMapContainer iframe.osaka,
#company_company .accessMap .accessMapContainer iframe.fukuoka,
#company_company .accessMap .accessMapContainer iframe.hamamatsu,
#company_company .accessMap .accessMapContainer iframe.hokuriku{
    width: 1200px;
    max-width: 100%;
    height: 450px;
    margin: 0 auto;
    display: none;
}
#company_company .accessMap.nagoya .accessMapContainer iframe.nagoya,
#company_company .accessMap.tokyo .accessMapContainer iframe.tokyo,
#company_company .accessMap.osaka .accessMapContainer iframe.osaka,
#company_company .accessMap.fukuoka  .accessMapContainer iframe.fukuoka,
#company_company .accessMap.hamamatsu .accessMapContainer iframe.hamamatsu,
#company_company .accessMap.hokuriku .accessMapContainer iframe.hokuriku{
    display: block;
}
#company_company .downloadContainer{
    margin-bottom: 80px;
    position: relative;
}
#company_company .downloadContainer .ttl3{
    font-size: 13.5rem;
    color: #39447b;
    line-height: 1;
	font-family: 'Noto Serif JP', serif;
	position: absolute;
    top: -12.5rem;
    left: 0%;
    max-width: 1200px;
    width: 90%;
    z-index: 2;
    transition: 1.5s all;
}
#company_company .downloadContainer .renContainer{
    height: 200px;
    margin-bottom: 65px;
    display: flex;
    align-items: center;
    background: url(../image/company/company/sec02_bg01_pc.jpg);
    background-position: right;
}
#company_company .downloadContainer .renContainerText{
    font-size: 2.0rem;
    color: #39447b;
    margin-left: 10%;
    width: 30%;
}
#company_company .downloadContainer .renContainerLink{
    height: 200px;
    background-size: cover;
    display: flex;
    align-items: center;
    transition: 1.5s all;
}
#company_company .downloadContainer .renContainerLink .linkButton{
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    background-color: #39447B;
    border: 1px solid #39447B;
    position: relative;
    z-index: 3;
    margin-left: 50px;
}
#company_company .downloadContainer .linkButton .arrowButton {
    position: relative;
    display: inline-block;
}
#company_company .downloadContainer .linkButton .arrowButton::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 50%;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg) translateY(-50%);
    transition: .5s all;
}
#company_company .downloadContainer .linkButton:hover .arrowButton::after {
    margin-left: 10px;
}

@media screen and (max-width: 1440px) {
    #company_company .accessMap .positionItem{
        top: -5%;
    }
}
@media screen and (max-width: 1200px) {
    #company_company .downloadContainer .renContainerText{
        width: 36%;
        margin-left: 0;
    }
}
@media screen and (max-width: 1120px) {
    #company_company .accessMapContainer .accessMapNavContainer li:last-of-type{
        margin-top: 15px;
    }
}

@media screen and (max-width: 1024px) {
    #company_company .accessMap .positionItem{
        top: 30px;
    }
}
@media screen and (max-width: 857px) {
    #company_company .accessMapContainer .accessMapNavContainer li:nth-of-type(5){
        margin-top: 15px;
    }
}
@media screen and (max-width: 768px) {
    #company_company .tableScroll{
        overflow: auto;
        margin-bottom: 100px;
    }
    #company_company .tableScroll .companyTable{
        width: 800px;
        margin-bottom: 0;
    }
    #company_company .companyTable{
        margin-bottom: 100px;
    }
    #company_company .accessMap{
        margin-top: 100px;
    }
    #company_company .accessMapContainer {
        margin-bottom: 100px;
    }

    #company_company .accessMap .accessTextBox {
        width: 100%;
        margin-bottom: 50px;
        margin-right: 20px;
    }
    #company_company .accessMap .positionItem {
        display: none;
    }
    #company_company .downloadContainer{
        width: 100%;
    }
    #company_company .downloadContainer .ttl3{
        font-size: 6rem;
        top: -.5rem;
        left: 5%;
    }
    #company_company .downloadContainer .renContainerText{
        width: 100%;
        margin-left: 0;
        position: absolute;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    #company_company .downloadContainer .renContainerLink{
        width: 100%;
        position: static;
        background: url(../image/company/company/sec02_bg01_sp.jpg);
        background-position: right;
    }
    #company_company .downloadContainer .renContainerLink .linkButton{
        margin-left: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

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

@media screen and (max-width: 768px) {
#company_company .downloadContainer .renContainer{
    width: 100%;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 100px;
    position: relative;
    background: none;
}
	
	#company_company .accessMapContainer .accessMapNavContainer {
		justify-content: center;
	}
	
	#company_company .accessMapContainer .accessMapNavContainer li{
			line-height: 1.3;
			background: #fff;
			padding: 15px 30px;
			display: flex;
			justify-content: center;
			align-items: center;
			transition: .5s all;
			margin-right: 4%;
			cursor: pointer;
		    width: 48%;
	}
	
	#company_company .accessMapContainer .accessMapNavContainer li:nth-child(even),
	#company_company .accessMapContainer .accessMapNavContainer li:last-child {
		margin-right: 0;
	}
	
	#company_company .accessMapContainer .accessMapNavContainer li:nth-child(n + 3) {
		margin-top: 15px;
	}
}


/*-------------------------------------------------------------------
	history.php
-------------------------------------------------------------------*/
#company_history{
    background: url(../image/company/history/bg01.jpg) #b79059;
    background-position-x: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#company_history #sec01{
    position: relative;
    padding-top: 140px;
}
#company_history #sec01 .ttl02{
    font-size: 14rem;
    font-weight: 500;
    line-height: 1;
	font-family: 'Noto Serif JP', serif;
	    color: #fff;
    opacity: .3;
    position: absolute;
    top: 95px;
    right: 2%;
}
#company_history #sec01 .mainText{
    text-align: center;
    line-height: 1.8;
    color: #fff;
}
#company_history #sec01 .bigText{
    display: block;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 45px;
}
#company_history #sec02{
    overflow:visible !important;
    margin-bottom: 150px;
}
#company_history .historyContainer{
    width: 100%;
    position: relative;
}
#company_history .historyFlex{
    display: flex;
}
#company_history #sec02 .leftTitle,
#company_history #sec02 .rightTitle{
    height: fit-content;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .1em;
	font-family: 'Noto Serif JP', serif;
	    writing-mode: vertical-rl;
    position: sticky;
    top: 75px;
    padding:30px 30px 200px;
}
#company_history #sec02 .leftTitle{
    left: -82px;
    color: #fff;
    background: linear-gradient(180deg, rgba(57,68,123,1) 18%, rgba(35,141,173,1) 67%, rgba(35,141,173,0.21052170868347342) 100%);
}
#company_history #sec02 .rightTitle{
    right: -82px;
    background: linear-gradient(180deg, #fff,#fff,#ffffff00);

}

#company_history .historyContainer .historyItem {
    display: flex;
    position: relative;
}
#company_history .historyItem .year{
    font-size: 5rem;
    font-weight: 500;
    line-height: 1;
	font-family: 'Noto Serif JP', serif;
	    color: #374276;
    position: absolute;
    top: 0;
    left: 60%;
    transform: translateX(-50%);
}
#company_history .historyItem.Y1985 .year{
    top: 75px;
}
#company_history .historyItem.Y2002 .year{
    top: 25px;
}
#company_history .historyItem.Y2003 .year{
    top: 50px;
}
#company_history .historyItem.Y2008 .year,
#company_history .historyItem.Y2009 .year,
#company_history .historyItem.Y2010 .year{
    top: 25px;
}
#company_history .historyItem.Y2014 .year{
    top: 105px;
}
#company_history .historyItem.Y2017 .year{
    top: 25px;
}
#company_history .historyItem.Y2022 .year{
    top: 25px;
}


#company_history .historyItem .historyItemWhite{
    width: 60%;
    background: #ffffffBF;
    border-right: #37427632 1px solid;
}
#company_history .historyItem .historyItemBlue{
    width: 40%;
    background: #59b8c8BF;
    border-left: #37427632 1px solid;
}
#company_history .historyItemWhite .ItemText,
#company_history .historyItemBlue .ItemText{
    width: 95%;
    padding-bottom: 6px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
}
#company_history .historyItemWhite .ItemText:last-of-type,
#company_history .historyItemBlue .ItemText:last-of-type{
    margin-bottom: 40px;
}
#company_history .historyItemWhite .ItemText span,
#company_history .historyItemBlue .ItemText span{
    text-wrap: nowrap;
    margin-right: 30px;
}
#company_history .historyItemWhite .ItemText{
    margin-left: auto;
}
#company_history .historyItemBlue .ItemText{
    color: #fff;
    margin-right: auto;
    padding-left: 20%;
    width: fit-content;
}
#company_history .historyItemWhite .ItemText::before,
#company_history .historyItemWhite .ItemText::after,
#company_history .historyItemBlue .ItemText::before,
#company_history .historyItemBlue .ItemText::after{
    content: "";
    position: absolute;
}

#company_history .historyItemWhite .ItemText::before{
    width: 10px;
    height: 10px;
    background: #374276;
    border: #374276 1px solid;
    border-radius: 50%;
    right: -7px;
    bottom: -7px;
}
#company_history .historyItemWhite .ItemText::after{
    width: calc(100% + 1px);
    height: 1px;
    right: -2px;
    bottom: -2px;
    background: #374276;
}
#company_history .historyItemBlue .ItemText::before{
    width: 8px;
    height: 8px;
    background: #fff;
    border: #374276 1px solid;
    border-radius: 50%;
    left: -6px;
    bottom: -7px;
}
#company_history .historyItemBlue .ItemText::after{
    width: 100%;
    height: 1px;
    left: 1px;
    bottom: -2.5px;
    background: #fff;
}
#company_history #footer{
    background: #fff;
}
#company_history .SpHistoryTitle{
    display: none;
}
#company_history .SpHistoryTitle .SpLeftTitle,
#company_history .SpHistoryTitle .SpRightTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
	font-family: 'Noto Serif JP', serif;
	}
#company_history .SpHistoryTitle .SpLeftTitle{
    width: 60%;
    color: #fff;
    background: linear-gradient(90deg, rgba(57,68,123,1) 15%, rgba(35,141,173,1) 100%);
}
#company_history .SpHistoryTitle .SpRightTitle{
    width: 40%;
    background: #fff;
}

@media screen and (max-width: 1440px) {
    #company_history .historyItemWhite .ItemText{
        padding-right: 16%;
    }
    #company_history .historyItemBlue .ItemText {
        padding-left: 16%;
    }
}
@media screen and (max-width: 1334px) {
    #company_history #sec02{
        overflow:auto !important;
    }
    #company_history .historyFlex{
        width: calc(1100px - 164px);
        margin: 0 auto;
    }
    #company_history .historyItemWhite .ItemText{
        padding-right: 0;
    }
    #company_history .historyItemBlue .ItemText {
        padding-left: 20%;
    }
    #company_history #sec02 .leftTitle,
    #company_history #sec02 .rightTitle{
        display: none;
    }
    #company_history .SpHistoryTitle{
        display: flex;
    }
}
@media screen and (max-width: 768px) {
    #company_history #sec01 .ttl02{
        width: 100%;
        font-size: 10rem;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

}

@media screen and (max-width: 425px) {
    #company_history #sec01 .ttl02{
        font-size: 8rem;
    }
}

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

/* タブ基本 */
.tab { cursor: pointer; padding: 6px 12px; display: inline-block; background: #eee; margin-right: 4px; border-radius: 4px; }
.tab.active { background: #ccc; font-weight: bold; }

/* コンテンツ */
.content, .innerContent { display: none; margin-top: 10px; }
.content.active, .innerContent.active { display: block; }

.mainCategoryTab .tab.active,
.accessNavContainer .tab.active {
    background: #6ec4bd;
    color: #fff;
}


/* 追記 */

.mainCategoryTab,
.accessNavContainer {
    display: flex;
    background: #e2f3f2;
    padding: 15px;
    margin-bottom: 30px;
}

.mainCategoryTab .tab,
.accessNavContainer .tab {
    line-height: 1;
    background: #fff;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all;
    margin-right: 15px;
    cursor: pointer;
    text-align: center;
} 


.firstWrapper {
    margin-bottom: 200px;
}


.fourFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fourFlex .fSame {
    width: 48%;
} 

.fourFlex .fSame:nth-child(n + 3) {
    margin-top: 30px;
}

.acText {
    text-align: center;
    margin-top: 5px;
}

.mapWrapper {
  position: relative;
  width: 100%;         /* 横幅いっぱい */
  padding-bottom: 56.25%; /* 16:9 のアスペクト比（9 ÷ 16） */
  height: 0;
  overflow: hidden;
}

.mapWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.harfFlex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.harfFlex .hfLeft {
    width: 40%;
}

.harfFlex .hfRight {
    width: 55%;
}

.textFlex {
    display: flex;
}

.textFlex + .textFlex {
    margin-top: 10px;
}

.textFlex dt {
  flex: 0 0 120px;
  font-weight: 500;
}
.textFlex dd {
  flex: 1 1 auto;  /* 残り幅を埋める */
}

.relaWrap {
    position: relative;
}

.imgLink {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.link01 {
    bottom: 26%;
    right: 52%;
    
}
.link02 {
    bottom: 31%;
    right: 34%;
}
.link03 {
    top: 74%;
    left: 34%;
}
.link04 {
    bottom: 17%;
    left: 5%;
}

.link05 {
    bottom: 26%;
    right: 52%;
}
.link06 {
    bottom: 31%;
    right: 34%;
}
.link07 {
    top: 74%;
    left: 34%;
}
.link08 {
    bottom: 24%;
    right: 47%;
}

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

    .mainCategoryTab,
    .accessNavContainer {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mainCategoryTab .tab,
    .accessNavContainer .tab {
        margin-right: 0;
        width: 48%;
        padding: 10px 10px;
        line-height: 1.4;
    }

    .mainCategoryTab .tab:nth-child(n + 3),
    .accessNavContainer .tab:nth-child(n + 3) {
        margin-top: 20px;
    }    


    .fourFlex {
        display: block;
    }

    .fourFlex .fSame {
        width: auto;
    } 

    .fourFlex .fSame:nth-child(n + 2) {
        margin-top: 30px;
    }

    .harfFlex {
        display: block;
        margin-bottom: 50px;
    }

    .harfFlex .hfLeft {
        width: auto;
        margin: 30px;
    }

    .harfFlex .hfRight {
        width: 100%;
        overflow-x: auto;
    }



    .relaWrap {
        width: 640px;
    }

    .scrolled img {
        max-width: 640px;
    }

}