@charset "UTF-8";


/***************************************************

	company

***************************************************/

#page_anchor_block ul li {
    width: 376px;
}

h2{
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 110px;
    position: relative;
}

h2::after{
    content: '';
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #0090C5;
    position: absolute;
    bottom: -40px;
    left: 0;
}

h2 strong{
    line-height: 1.6;
    font-weight: 400;
}

h2 small{
    display: inline-block;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 12px;
}


#company-profile{
    width: 1600px;
    margin: 0 auto 240px;
}

#company-profile .cont_wrapp{
    display: flex;
    justify-content: space-between;
}

#company-profile .cont_wrapp .title_area{
    width: 320px;
}

#company-profile .cont_wrapp .data_area{
    width: 1120px;
}

#company-profile .cont_wrapp .data_area .overview_ul{
    border-top: 1px solid #DCDCDC;
}

#company-profile .cont_wrapp .data_area .overview_ul > li{
    border-bottom: 1px solid #DCDCDC;
    padding: 32px 0;
    display: flex;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .item{
    width: 248px;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.0;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data{
    width: calc(100% - 248px);
    font-size: 16px;
    font-weight: 400;
    line-height: 2.0;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex{
    display: flex;
    justify-content: space-between;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex ul{
    width: 384px;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex ul li{
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.0;
    margin-bottom: 24px;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex ul li:last-child{
    margin-bottom: 0;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex ul li .post{
    width: 152px;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex ul li .name{
    width: calc(100% - 152px);
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .business_flex{
    display: flex;
    justify-content: space-between;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .business_flex ul{
    width: 384px;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .business_flex ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 2.0;
    margin-bottom: 24px;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .business_flex ul li:last-child{
    margin-bottom: 0;
}



#office-locations{
    width: 1600px;
    margin: 0 auto 240px;
}

#office-locations h2{
    margin-bottom: 122px;
}

#office-locations .locations_block_wrapp{

}

#office-locations .locations_block_wrapp .locations_section{
    display: flex;
    margin-bottom: 120px;
}

#office-locations .locations_block_wrapp .locations_section:last-of-type{
    margin-bottom: 0;
}

#office-locations .locations_block_wrapp .locations_section h3{
    width: 296px;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.4;
    color: #0090C5;
}

#office-locations .locations_block_wrapp .locations_section .locations_data{
    width: calc(100% - 296px);  
    border-left: 1px solid #000;
    padding-left: 120px;
    box-sizing: border-box;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 120px;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data:last-of-type{
    margin-bottom: 0;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .image_box{
    width: 406px;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box{
    width: 560px;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box h4{
    font-size: 56px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 40px;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .item{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    margin: 48px 0 12px;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .add{
    font-size: 16px;
    font-weight: 400;
    line-height: 2.0;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .map_link{
    margin-top: 24px;
    line-height: 1;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .map_link a{
    display: inline-block;
    font-size: 28px;
    font-family: "Crimson Text";
    font-weight: 400;
    padding: 0 30px 12px 0;
    border-bottom: 1px solid #000;
    position: relative;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .map_link a::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/common/icon_other_link.png') no-repeat 0 0 / contain;
    position: absolute;
    top: 4px;
    right: 0;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .access_ul{

}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .access_ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 2.0;
    margin-bottom: 4px;
    padding-left: 22px;
    position: relative;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .access_ul li::before{
    content: '・';
    display: inline-block;
    color: #0090C5;
    position: absolute;
    top: 0;
    left: 0;
}



#group-companies{
    width: 1600px;
    margin: 0 auto 280px;
}

#group-companies h2{
    margin-bottom: 122px;
}

#group-companies .corporate_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#group-companies .corporate_list li{
    width: 768px;
    padding: 40px;
    margin-bottom: 80px;
    border: 1px solid #DCDCDC;
    position: relative;
    box-sizing: border-box;
}

#group-companies .corporate_list li .genre{
    display: inline-block;
    min-width: 74px;
    height: 28px;
    line-height: 28px;
    background: #000;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 0 16px;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
}

#group-companies .corporate_list li .logo{
    margin-bottom: 40px;
}

#group-companies .corporate_list li .title{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 16px;
}

#group-companies .corporate_list li .catch{
    font-size: 16px;
    font-weight: 400;
    line-height: 2.0;
    margin-bottom: 24px;
}

#group-companies .corporate_list li .business_area{
    background: #F8F8F8;
    padding: 16px 20px;
    margin-bottom: 40px;
    display: flex;
}

#group-companies .corporate_list li .business_area .item{
    width: 88px;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.0;
}

#group-companies .corporate_list li .business_area .data{
    width: calc(100% - 88px);
    font-size: 16px;
    font-weight: 400;
    line-height: 2.0;
}

#group-companies .corporate_list li .link_block{
    text-align: right;
    margin-right: -40px;
    padding-right: 56px;
    line-height: 1;
}

#group-companies .corporate_list li .link_block span,
#group-companies .corporate_list li .link_block a{
    display: inline-block;
    padding: 0 30px 12px 0;
    border-bottom: 1px solid #000;
    font-size: 28px;
    font-weight: 400;
    position: relative;
}

#group-companies .corporate_list li .link_block a::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/common/icon_other_link.png') no-repeat 0 0 / contain;
    position: absolute;
    top: 8px;
    right: 0;
}



#corporate-history{
    width: 1920px;
    margin: 0 auto;
    padding-bottom: 240px;
    position: relative;
    z-index: 2;
}

#corporate-history::before{
    content: '';
    display: block;
    width: 240px;
    height: calc(100% - 200px);
    background: #F1F7F9;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#corporate-history::after{
    content: '';
    display: block;
    width: 1280px;
    height: calc(100% + 160px);
    background: #F8F8F8;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

#corporate-history .cont_wrapp{
    width: 1600px;
    margin: 0 auto;
}

#corporate-history h2{
    font-size: 136px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 64px;
}

#corporate-history h2::after{
    content: none;
}

#corporate-history .data_wrapp{
    padding-left: 566px;
    position: relative;
    z-index: 2;
}

#corporate-history .data_wrapp .history_year_block{
    display: flex;
    margin-bottom: 48px;
}

#corporate-history .data_wrapp .history_year_block:last-of-type{
    margin-bottom: 0;
}

#corporate-history .data_wrapp .history_year_block .year_data{
    width: 132px;
    font-size: 48px;
    font-weight: 400;
    color: #6E9EB0;
    line-height: 1;
}

#corporate-history .data_wrapp .history_year_block .history_month_list{
    width: calc(100% - 132px);
}

#corporate-history .data_wrapp .history_year_block .history_month_list li{
    display: flex;
    margin-bottom: 16px;
}

#corporate-history .data_wrapp .history_year_block .history_month_list li:last-child{
    margin-bottom: 0;
}

#corporate-history .data_wrapp .history_year_block .history_month_list li .month_data{
    width: 70px;
    text-align: right;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
}

#corporate-history .data_wrapp .history_year_block .history_month_list li .input_data{
    width: calc(100% - 70px);
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
}





/********************************************************************************
	リッキド用 CSS
********************************************************************************/
@media (max-width: 1920px) {

#page_anchor_block ul li {
    width: 19.583333vw;
}

h2{
    font-size: 3.333333vw;
    margin-bottom: 5.729167vw;
}

h2::after{
    width: 4.166667vw;
    height: 0.104167vw;
    bottom: -2.083333vw;
}

h2 small{
    font-size: 2.5vw;
    margin-bottom: 0.625vw;
}


#company-profile{
    width: 83.333333vw;
    margin: 0 auto 12.5vw;
}

#company-profile .cont_wrapp .title_area{
    width: 16.666667vw;
}

#company-profile .cont_wrapp .data_area{
    width: 58.333333vw;
}

#company-profile .cont_wrapp .data_area .overview_ul{

}

#company-profile .cont_wrapp .data_area .overview_ul > li{
    padding: 1.666667vw  0;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .item{
    width: 12.916667vw;
    font-size: 0.833333vw;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data{
    width: calc(100% - 12.916667vw);
    font-size: 0.833333vw;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex ul{
    width: 20vw;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex ul li{
    font-size: 0.833333vw;
    margin-bottom: 1.25vw;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex ul li .post{
    width: 7.916667vw;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex ul li .name{
    width: calc(100% - 7.916667vw);
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .business_flex ul{
    width: 20vw;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .business_flex ul li{
    font-size: 0.833333vw;
    margin-bottom: 1.25vw;
}



#office-locations{
    width: 83.333333vw;
    margin: 0 auto 12.5vw;
}

#office-locations h2{
    margin-bottom: 6.354167vw;
}

#office-locations .locations_block_wrapp .locations_section{
    margin-bottom: 6.25vw;
}

#office-locations .locations_block_wrapp .locations_section h3{
    width: 15.416667vw;
    font-size: 2.5vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data{
    width: calc(100% - 15.416667vw);  
    padding-left: 6.25vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data{
    margin-bottom: 6.25vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .image_box{
    width: 21.145833vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box{
    width: 29.166667vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box h4{
    font-size: 2.916667vw;
    margin-bottom: 2.083333vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .item{
    font-size: 1.458333vw;
    margin: 2.5vw 0 0.625vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .add{
    font-size: 0.833333vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .map_link{
    margin-top: 1.25vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .map_link a{
    font-size: 1.458333vw;
    padding: 0 1.5625vw 0.625vw 0;
    border-bottom: 1px solid #000;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .map_link a::after{
    width: 1.041667vw;
    height: 1.041667vw;
    top: 0.208333vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .access_ul li{
    font-size: 0.833333vw;
    margin-bottom: 0.208333vw;
    padding-left: 1.145833vw;
}



#group-companies{
    width: 83.333333vw;
    margin: 0 auto 14.583333vw;
}

#group-companies h2{
    margin-bottom: 6.354167vw;
}

#group-companies .corporate_list li{
    width: 40vw;
    padding: 2.083333vw;
    margin-bottom: 4.166667vw;
}

#group-companies .corporate_list li .genre{
    min-width: 3.854167vw;
    height: 1.458333vw;
    line-height: 1.458333vw;
    font-size: 0.729167vw;
    padding: 0 0.833333vw;
    top: 2.083333vw;
    left: 2.083333vw;
}

#group-companies .corporate_list li .logo{
    margin-bottom: 2.083333vw;
}

#group-companies .corporate_list li .title{
    font-size: 1.875000vw;
    margin-bottom: 0.833333vw;
}

#group-companies .corporate_list li .catch{
    font-size: 0.833333vw;
    margin-bottom: 1.25vw;
}

#group-companies .corporate_list li .business_area{
    padding: 0.833333vw 1.041667vw;
    margin-bottom: 2.083333vw;
}

#group-companies .corporate_list li .business_area .item{
    width: 4.583333vw;
    font-size: 0.833333vw;
}

#group-companies .corporate_list li .business_area .data{
    width: calc(100% - 4.583333vw);
    font-size: 0.833333vw;
}

#group-companies .corporate_list li .link_block{
    margin-right: -2.083333vw;
    padding-right: 2.916667vw;
}

#group-companies .corporate_list li .link_block span,
#group-companies .corporate_list li .link_block a{
    padding: 0 1.5625vw 0.625vw 0;
    font-size: 1.458333vw;
}

#group-companies .corporate_list li .link_block a::after{
    width: 1.041667vw;
    height: 1.041667vw;
    top: 0.416667vw;
}



#corporate-history{
    width: 100%;
    padding-bottom: 12.5vw;
}

#corporate-history::before{
    width: 12.5vw;
    height: calc(100% - 10.416667vw);
}

#corporate-history::after{
    width: 66.666667vw;
    height: calc(100% + 8.333333vw);
}

#corporate-history .cont_wrapp{
    width: 83.333333vw;
}

#corporate-history h2{
    font-size: 7.083333vw;
    margin-bottom: 3.333333vw;
}

#corporate-history .data_wrapp{
    padding-left: 29.479167vw;
}

#corporate-history .data_wrapp .history_year_block{
    margin-bottom: 2.5vw;
}

#corporate-history .data_wrapp .history_year_block .year_data{
    width: 6.875vw;
    font-size: 2.5vw;
}

#corporate-history .data_wrapp .history_year_block .history_month_list{
    width: calc(100% - 6.875vw);
}

#corporate-history .data_wrapp .history_year_block .history_month_list li{
    margin-bottom: 0.833333vw;
}

#corporate-history .data_wrapp .history_year_block .history_month_list li .month_data{
    width: 3.645833vw;
    font-size: 1.458333vw;
}

#corporate-history .data_wrapp .history_year_block .history_month_list li .input_data{
    width: calc(100% - 3.645833vw);
    padding-left: 2.083333vw;
    font-size: 1.25vw;
}









}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width: 768px){

#page_anchor_block ul li {
    width: auto;
}

h2{
    font-size: 8.533333vw;
    margin-bottom: 24vw;
}

h2::after{
    width: 10.666667vw;
    height: 0.533333vw;
    bottom: -6.4vw;
}

h2 small{
    font-size: 4.8vw;
    margin-bottom: 2.133333vw;
}


#company-profile{
    width: auto;
    margin: 0 5.333333vw 32vw;
}

#company-profile .cont_wrapp{
    display: block;
}

#company-profile .cont_wrapp .title_area{
    width: auto;
}

#company-profile .cont_wrapp .data_area{
    width: auto;
}

#company-profile .cont_wrapp .data_area .overview_ul{

}

#company-profile .cont_wrapp .data_area .overview_ul > li{
    padding: 6.4vw 0;
    display: block;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .item{
    width: auto;
    font-size: 4.266667vw;
    margin-bottom: 2.133333vw;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data{
    width: auto;
    font-size: 4.266667vw;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex{
    display: block;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex ul{
    width: auto;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex ul:first-of-type{
    margin-bottom: 2.133333vw;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex ul li{
    font-size: 4.266667vw;
    margin-bottom: 2.133333vw;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex ul li .post{
    width: 40.533333vw;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .post_flex ul li .name{
    width: calc(100% - 40.533333vw);
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .business_flex{
    display: block;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .business_flex ul{
    width: auto;
}

#company-profile .cont_wrapp .data_area .overview_ul > li .data .business_flex ul li{
    font-size: 4.266667vw;
    margin-bottom: 0;
}



#office-locations{
    width: auto;
    margin: 0 5.333333vw 32vw;
}

#office-locations h2{
    margin-bottom: 24vw;
}

#office-locations .locations_block_wrapp{

}

#office-locations .locations_block_wrapp .locations_section{
    display: block;
    margin-bottom: 21.333333vw;
}

#office-locations .locations_block_wrapp .locations_section h3{
    width: auto;
    font-size: 6.4vw;
    margin-bottom: 8.533333vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data{
    width: auto;  
    border-left: none;
    padding-left: 0;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data{
    display: block;
    margin-bottom: 32vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .image_box{
    width: 59.466667vw;
    margin-bottom: 4.266667vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box{
    width: auto;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box h4{
    font-size: 7.466667vw;
    margin-bottom: 6.4vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .item{
    font-size: 4.8vw;
    margin: 8.533333vw 0 2.133333vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .add{
    font-size: 3.733333vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .map_link{
    margin-top: 2.133333vw;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .map_link a{
    font-size: 4.8vw;
    padding: 0 6.933333vw 2.666667vw 0;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .map_link a::after{
    width: 4.266667vw;
    height: 4.266667vw;
    top: 0;
}

#office-locations .locations_block_wrapp .locations_section .locations_data .base_data .data_box .access_ul li{
    font-size: 3.733333vw;
    margin-bottom: 1.066667vw;
    padding-left: 5.866667vw;
}



#group-companies{
    width: auto;
    margin: 0 5.333333vw 32vw;
}

#group-companies h2{
    margin-bottom: 24vw;
}

#group-companies .corporate_list{
    display: block;
}

#group-companies .corporate_list li{
    width: auto;
    padding: 10.666667vw 6.4vw 8.533333vw;
    margin-bottom: 21.333333vw;
}

#group-companies .corporate_list li:last-child{
    margin-bottom: 0;
}

#group-companies .corporate_list li .genre{
    min-width: 19.733333vw;
    height: 7.466667vw;
    line-height: 7.466667vw;
    font-size: 3.733333vw;
    padding: 0 4.266667vw;
    top: 10.666667vw;
    left: 6.4vw;
}

#group-companies .corporate_list li .logo{
    margin: 7.466667vw 0 6.4vw;
}

#group-companies .corporate_list li .title{
    font-size: 5.866667vw;
    margin-bottom: 2.133333vw;
}

#group-companies .corporate_list li .catch{
    font-size: 3.733333vw;
    margin-bottom: 4.266667vw;
}

#group-companies .corporate_list li .business_area{
    padding: 4.266667vw 5.333333vw;
    margin-bottom: 6.4vw;
    display: block;
}

#group-companies .corporate_list li .business_area .item{
    width: auto;
    font-size: 3.733333vw;
}

#group-companies .corporate_list li .business_area .data{
    width: auto;
    font-size: 3.733333vw;
}

#group-companies .corporate_list li .link_block{
    margin-right: -6.4vw;
    padding-right: 10.666667vw;
}

#group-companies .corporate_list li .link_block span,
#group-companies .corporate_list li .link_block a{
    padding: 0 6.933333vw 2.666667vw 0;
    font-size: 7.466667vw;
}

#group-companies .corporate_list li .link_block a::after{
    width: 4.266667vw;
    height: 4.266667vw;
    top: 2.133333vw;
}



#corporate-history{
    width: auto;
    margin: 0 5.333333vw;
    padding-bottom: 32vw;
}

#corporate-history::before{
    content: none;
}

#corporate-history::after{
    content: none;
}

#corporate-history .cont_wrapp{
    width: auto;
}

#corporate-history h2{
    font-size: 11.733333vw;
    margin-bottom: 17.066667vw;
}

#corporate-history .data_wrapp{
    padding-left: 0;
}

#corporate-history .data_wrapp .history_year_block{
    display: flex;
    margin-bottom: 6.4vw;
}

#corporate-history .data_wrapp .history_year_block:last-of-type{
    margin-bottom: 0;
}

#corporate-history .data_wrapp .history_year_block .year_data{
    width: 25.333333vw;
    font-size: 7.466667vw;
}

#corporate-history .data_wrapp .history_year_block .history_month_list{
    width: calc(100% - 25.333333vw);
}

#corporate-history .data_wrapp .history_year_block .history_month_list li{
    display: flex;
    margin-bottom: 4.266667vw;
}

#corporate-history .data_wrapp .history_year_block .history_month_list li:last-child{
    margin-bottom: 0;
}

#corporate-history .data_wrapp .history_year_block .history_month_list li .month_data{
    width: 10.666667vw;
    font-size: 4.8vw;
}

#corporate-history .data_wrapp .history_year_block .history_month_list li .input_data{
    width: calc(100% - 10.666667vw);
    padding-left: 4.266667vw;
    font-size: 4.266667vw;
}



}
