@charset "utf-8";


/* **********************************************************
	midterm
********************************************************** */

/* 中期経営計画
--------------------------------------------------------------------*/

.midterm .lower_fv h1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.midterm .lower_fv h1 .sub{
    font-size: 1.4rem;
    font-weight: normal;
}



.midterm  .content > p {
    line-height: calc(30 / 16);
}

.midterm  .detail {
    width: 100%;
    margin: 50px auto 0;
}

.midterm  .marker {
    background: linear-gradient(transparent 60%, #d3edfb 60%);
    font-weight: 700;
}

.midterm .note_mark {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 768px) {

    .midterm .lower_fv h1 .sub{
        font-size: 1.2rem;
    }

    .midterm  .lower_h2 h2 {
        line-height: calc(25 / 16);
    }
    .midterm  .content > p {
        line-height: calc(22 / 14);
    }

    .midterm  .detail {
        margin: 25px auto 0;
    }
    

}


/* section01
--------------------------------------------------------------------*/

.midterm #section01 .pc_nowrap {
    white-space: nowrap;
}

.midterm #section01 .detail {
    width: calc(480 / 820 * 100%);
    max-width: 480px;
    margin: 30px auto 0;
}

.midterm #section01 .definition {
    width: 100%;
    background-color: #eaf6fc;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: calc(22 / 14);
}

.midterm #section01 .definition.ex {
    display: flex;
}
.midterm #section01 .definition.ex .head{
    width: 32px;
    background-color: #bae3f9;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.midterm #section01 .definition.ex .body{
    width: calc(100% - 32px);
}



.midterm #section01 .list {
   display: flex;
   align-items: center;
   padding: 5px 20px;
   border-bottom: 2px solid #000;
}

.midterm #section01 .list:first-child {
    border-top: 2px solid #000;
}

.midterm #section01 .term {
    flex-basis: calc(250 / 480 * 100%);
    margin-right: calc(80 / 480 * 100%);
    white-space: nowrap;
}
.midterm #section01 .definition.ex .term {
    flex-basis: calc((250 - 32 + 20) / 480 * 100%);
}

.midterm #section01 .description {
    flex: 1 1 0;
}

.midterm #section01 .description::before {
    content: ":";
    display: inline-block;
}

.midterm #section01 .priority_index + .priority_index{
    margin-top: 50px;
}

.midterm #section01 .priority_index h3 {
    line-height: calc(22 / 16);
    margin-bottom: 7px;
}

.midterm #section01 .note_item{
    font-size: 1.2rem;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {



    .midterm #section01 .pc_nowrap {
        white-space: normal;
    }

    .midterm #section01 .detail {
        width: 100%;
        margin: 23px auto 0;
    }
    
    .midterm #section01 .definition {
        line-height: calc(20 / 14);
        font-size: 1.2rem;
    }
    .midterm #section01 .definition.ex .head{
    }
    

    .midterm #section01 .list {
       padding: 6px 10px;
    }
    
    .midterm #section01 .term {
        flex-basis: calc(420 / 690 * 100%);
        margin-right: calc(50 / 690 * 100%);
    }
    .midterm #section01 .definition.ex .term {
        flex-basis: calc((440 - 32 ) / 690 * 100%);
    }
    
    .midterm #section01 .priority_index + .priority_index {
        margin-top: 40px;
    }
    
    .midterm #section01 .priority_index h3 {
        font-size: 1.4rem;
        line-height: calc(16 / 14);
        margin-bottom: 9px;
    }

}

/* 2023年3月期における進捗
--------------------------------------------------------------------*/

.midterm  #section02 .lower_h2 {
    margin-bottom: 30px;
}

.midterm #section02 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 0;
}

.midterm #section02 .item {
    width: 250px;
}

.midterm #section02 h4 {
    line-height: calc(22/ 16);
    font-weight: 700;
    margin-bottom: 6px;
    position: relative;
    display: flex;
    gap: 5px;
 }
 .midterm #section02 h4::before {
    content: "";
    display: block;
    background-color: var(--main_color);
    width: 7px;
    height: 14px;
    margin-top: 0.19em;
 }

 .midterm #section02 figure {
    width: 100%;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
 }

 .midterm #section02 figure::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: calc(754 / 690 * 100%);
}

.midterm #section02 figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.midterm #section02 .note {
    font-size: 1.2rem;
    line-height: calc(18 / 12);
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 17px;
}

.midterm #section02 .focus_area {
    margin-top: 44px;
}

.midterm #section02 .focus_area h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: calc(30 / 18);
    color: var(--main_color);
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {

    .midterm  #section02 .lower_h2 {
        margin-bottom: 20px;
    }

    .midterm #section02 h4 {
        font-size: 1.6rem;
        line-height: calc(24 / 16);
        margin-bottom: 14px;
        gap: 10px;
    }

    .midterm #section02 .list {
        justify-content: center;
        gap: 40px 0;
    }

    .midterm #section02 .list::after{
        content:"";
        display: block;
        width: 100%;
        max-width: 345px;
    }
    
    .midterm #section02 .item {
        width: 100%;
        max-width: 345px;
    }

    .midterm #section02 figure {
        max-width: 317px;
        margin: 0 auto;
    }
    
    .midterm #section02 .focus_area {
        margin-top: 40px;
    }
    
    .midterm #section02 .focus_area h3 {
        font-size: 1.6rem;
        line-height: 1;
        margin-bottom: 21px;
    }

}

@media screen and (max-width: 759px) {

    .midterm #section02 .list_top .item:first-child figure {
        position: relative;
        left: 1%;
    }

    .midterm #section02 .list::after{
        content: none;
    }
    
}

/* 環境認識と基本戦略
--------------------------------------------------------------------*/

.midterm #section03 .detail_title {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    margin-bottom: 13px;
}

.midterm #section03 .detail_text {
    line-height: calc(30 / 16);
    margin-bottom: 43px;
}

.midterm #section03 .detail01 {
    margin-top: 15px;
}

.midterm #section03 .detail02 {
    margin-top: 50px;
}

.midterm #section03 .intro {
    margin-bottom: 50px;
    background-color: #dff2fc;
}

.midterm #section03 .intro_inner {
    text-align: center;
    padding: 32px;
    font-weight: 700;
    line-height: calc(30 / 16);
}
.midterm #section03 .intro_h4 {
    margin-bottom: 16px;
    font-size: 2rem;
}
.midterm #section03 .intro_text {
    margin-bottom: 16px;
}

.midterm #section03 .intro_text:last-child {
    margin-bottom: 0;
}


.midterm #section03 .changes {
    margin-bottom: 40px;
}
.midterm #section03 .changes h4{
    margin-bottom: 15px;
    font-weight: bold;
}
.midterm #section03 .changes .list{
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    background-color: #efefef;
    line-height: 1.6;
}
.midterm #section03 .changes .list li{
    width: 50%;
    display: flex;
    gap: 5px;
}

.midterm #section03 .changes .arrow_wrap{
    margin: 15px 0;
}
.midterm #section03 .changes .arrow_wrap img{
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
}

.midterm #section03 .changes .changes_text{
    text-align: center;
}


.midterm #section04 .table {
    width: 840px;
    margin-top: 50px;
}
.midterm #section04 .table tr{
    border-bottom: 1px solid #61696e;
    border-left: 1px solid #61696e;
    border-right: 1px solid #61696e;
}
.midterm #section04 .table tr:first-child{
    border-top: 1px solid #61696e;
}

.midterm #section04 .table td{
    padding: 15px 20px;
    vertical-align:middle;
    font-size: 1.4rem;
    line-height: 1.4;

}
.midterm #section04 .table .head{
    border-right: 1px solid #61696e;
    background-color: #dff2fc;
    width: 200px;
}
.midterm #section04 .table td:last-child{
    width: 250px;
}



.midterm #section03 .initiatives h4 {
    margin-bottom: 15px;
}
.midterm #section03 .initiatives .list {
    margin-right: auto;
    margin-left: auto;
}

.midterm #section03 .initiatives .item {
    width: 100%;
    font-weight: 700;
    line-height: calc(30 / 16);
    display: flex;
    align-items: center;
    padding: 0 12px 0 30px;
    background-color: #dff2fc;
    min-height: 54px;
    margin-bottom: 10px;
}

.midterm #section03 .initiatives .item:last-child {
    margin-bottom: 0;
}

.midterm #section03 .initiatives .number {
    font-size: 1.2rem;
    color: #fff;
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: var(--main_color);
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.midterm #section03 .initiatives .text {
    flex: 1 1 0;
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1;
}

.midterm #section03 .initiatives .text .sub_text {
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {


    
    .midterm #section03 .detail_title {
        line-height: calc(22 / 16);
        margin-bottom: 3px;
    }

    .midterm #section03 .detail_text {
        font-size: 1.4rem;
        line-height: calc(22 / 14);
        margin-bottom: 36px;
    }

    .midterm #section03 .detail01 {
        margin-top: 10px;
    }
    
    
    .midterm #section03 .detail02 {
        margin-top: 40px;
    }
    
    .midterm #section03 .intro {
        margin-bottom: 40px;
    }
    
    .midterm #section03 .intro_inner {
        padding:20px;
    }
    .midterm #section03 .intro_h4 {
        margin-bottom: 12px;
        font-size: 1.6rem;
    }
    .midterm #section03 .intro_text {
        line-height: calc(18 / 12);
        margin-bottom: 12px;
    }
    .midterm #section03 .changes {
        margin-bottom: 60px;
    }
    .midterm #section03 .changes .list{
        padding: 20px;

    }
    .midterm #section03 .changes .list li{
        width: 100%;
        justify-content: center;
    }



    .midterm #section04 .table {
        width: 100%;
        min-width: 485px;
        margin-top: 40px;
    }
    .midterm #section04 .table td{
        font-size: 1.2rem;
        padding: 15px;
    }
    .midterm #section04 .table .head{
        width: 130px;
    }
    .midterm #section04 .table td:last-child{
        width: 160px;
    }


    .midterm #section03 .initiatives h4 {
        margin-bottom: 20px;
    }    
    .midterm #section03 .initiatives .item {
        font-size: 1.4rem;
        line-height: calc(20 / 14);
        padding: 10px;
    }
    
    .midterm #section03 .initiatives .number {
        margin-right: 10px;
    }
    .midterm #section03 .initiatives .text  {
        flex-direction: column;
        align-items: flex-start;
    }
    .midterm #section03 .initiatives .text .sub_text {
        font-size: 1rem;
    }
}

/* 提供サービスと事業基盤の変革に向けた取り組み
--------------------------------------------------------------------*/
.midterm #section05 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.midterm #section05 .attempt_container{
    margin-top: 30px;
}

.midterm #section05 .side_nav {
    position: absolute;
    top: 73px;
    left: 0;
    padding: 8px 10px;
    background-color: #dff2fc;
}

.midterm #section05 .side_nav.show {
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -490px;
}

.midterm #section05 .side_nav li {
    position: relative;
    margin-bottom: 10px;
}

.midterm #section05 .side_nav li:last-child {
    margin-bottom: 0;
}

.midterm #section05 .side_nav li a {
    color: var(--main_color);
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    line-height: 1;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    font-weight: 700;
    font-size: 1.2rem;
}

.midterm #section05 .side_nav li a:hover {
    color: #fff;
    background-color: var(--main_color);
}

.midterm #section05 .side_nav li.current a {
    color: #fff;
    background-color: var(--main_color);
}

.midterm #section05 .side_nav li span {
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    display: inline-block;
    color: #fff;
    background-color: rgba(10, 50, 109, 0.9);
    padding: 2px 10px 2px 11px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    font-weight: normal;
} 

.midterm #section05 .side_nav li span::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid rgba(10, 50, 109, 0.9);
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
} 

.midterm #section05 .side_nav li a:hover span{
    opacity: 1;
    visibility: visible;
}

.midterm #section05 .side_nav li a:hover span:before {
    opacity: 1;
    visibility: visible;
}

.midterm #section05 .attempt {
    padding: 20px 20px 30px;
    margin-bottom: 30px;
    border: 1px solid var(--main_color);
}

.midterm #section05 .attempt:last-child {
    margin-bottom: 0;
}

.midterm #section05 .attempt h3 {
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.midterm #section05 .number {
    color: #fff;
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--main_color);
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.midterm #section05 .text {
    color: #09326f;
    flex: 1 1 0;
    line-height: calc(26 / 16);
}

.midterm #section05 .text .sub_title {
    font-size: 1.4rem;
    line-height: calc(26 / 14);
    display: inline-block;
    margin-left: 17px;
}

.midterm #section05 .area01 .attempt_text {
    margin-bottom: 36px;
}

.midterm #section05 .attempt_text {
    line-height: calc(26 / 16);
    margin-bottom: 25px;
}

.midterm #section05 .attempt_text02 {
    line-height: calc(30 / 16);
    margin: 30px 0;
}

.midterm #section05 .attempt_inner {
    margin-bottom: 50px;
}

.midterm #section05 .attempt_inner:last-of-type {
    margin-bottom: 0;
}

.midterm #section05 .attempt_inner > *:last-child{
    margin-bottom: 0;
}

.midterm #section05 .attempt h4 {
    font-weight: 700;
    padding: 0 10px;
    margin-bottom: 20px;
    background-color: #fff;
    display: inline-block;
    border: 1px solid var(--main_color);
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
}

.midterm #section05 .attempt_inner_text {
    line-height: calc(30 / 16);
    margin-bottom: 23px;
}

.midterm #section05 .attempt_img {
    padding: 0;
}
.midterm #section05 .attempt_img01 {
    width: 500px;
    max-width: 500px;
    margin: 0 auto;
}

.midterm #section05 .attempt_img02 {
    max-width: 171px;
    width: 100%;
}

.midterm #section05 .attempt_img03 {
    max-width: 209px;
    width: 100%;
}

.midterm #section05 .attempt_img04 {
    width: 542px;
    max-width: 542px;
    margin: 0 auto;
}

.midterm #section05 .attempt_img05 {
    max-width: 508px;
    width: 100%;
    margin: 0 auto;
}

.midterm #section05 .img_wrap{
    display: flex;
    max-width: 550px;
    margin: auto;
}
.midterm #section05 .img_wrap li{
    width: 50%;
}
.midterm #section05 .img_wrap h5{
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.midterm #section05 .img_wrap h5{
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--main_color);
}
.midterm #section05 .img_wrap p{
    font-size: 1.4rem;
    line-height: 1.4;
}
.midterm #section05 .img_wrap p + p{
    margin-bottom: 30px;
}


.midterm #section05 .action{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}
.midterm #section05 .action .ec{
    flex-shrink: 0;
    line-height: 1.4rem;
    font-weight: bold;
    font-size: 1rem;
    background-color: #ebebeb;
    width: 64px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 24px;
}
.midterm #section05 .action .ec::after{
    position: absolute;
    content: "";
    right: -24px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 24px solid #ebebeb;
    border-right: 0;
}

.midterm #section05 .action ul{
    font-size: 1.2rem;
    line-height: 1.6;
}

@media screen and (max-width: 960px) {

    .midterm #section05 .side_nav.show {
        left: 0;
        margin-left: 0;
    }

}

@media screen and (max-width: 900px) {

    .midterm #section05 .side_nav {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .midterm #section05 .attempt_container{
        margin-top: 20px;
    }
    
    .midterm #section05 .attempt {
        padding: 20px 10px;
        margin-bottom: 25px;
    }

    .midterm #section05 .attempt h3 {
        margin-bottom: 16px;
        line-height: calc(39 / 28);
    }
    
    .midterm #section05 .number {
        font-size: 1.2rem;
        flex-basis: 30px;
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    
    .midterm #section05 .text {
        line-height: calc(20 /14);
    }

    .midterm #section05 .text .sub_title {
        font-size: 1rem;
        line-height: calc(20 / 10);
        display: block;
        margin-left: 0;
    }
    
    .midterm #section05 .area01 .attempt_text {
        margin-bottom: 40px;
    }

    .midterm #section05 .area03 .attempt_text {
        margin-bottom: 20px;
    }
    
    .midterm #section05 .attempt_text {
        line-height: calc(22 / 14);
        margin-bottom: 21px;
    }

    .midterm #section05 .attempt_text02 {
        line-height: calc(22 / 14);
        margin: 25px 0;
    }
    
    .midterm #section05 .attempt_inner {
        margin-bottom: 40px;
    }
    
    .midterm #section05 .attempt h4 {
        padding: 0 12px;
        margin-bottom: 15px;
    }

    
    .midterm #section05 .attempt_inner_text {
        line-height: calc(22 / 14);
        margin-bottom: 21px;
    }

    .midterm #section05 .attempt_img01 {
        width: 459px;
        max-width: 459px;
    }
    
    .midterm #section05 .attempt_img02 {
        max-width: 104px;
    }
    
    .midterm #section05 .attempt_img03 {
        max-width: 134px;
    }
    
    .midterm #section05 .attempt_img04 {
        width: 406px;
        max-width: 406px;
    }

    .midterm #section05 .img_wrap h5{
        font-size: 1rem;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .midterm #section05 .img_wrap p{
        font-size: 1rem;
    }
    .midterm #section05 .img_wrap p + p{
        margin-bottom: 10px;
    }
    

    .midterm #section05 .action{
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }
    .midterm #section05 .action .ec{
        width: 136px;
        height: 25px;
        margin-bottom: 14px;
        margin-right: unset;
    }
    .midterm #section05 .action .ec::after{
        right: unset;
        top: unset;
        left: 0;
        bottom: -14px;
        border-style: solid;
        border-right: 68px solid transparent;
        border-left: 68px solid transparent;
        border-top: 14px solid #ebebeb;
        border-bottom: 0;
    }

    .midterm #section05 .action ul{
        margin-right: auto;
    }
    
}


