@charset "utf-8";
/* CSS Document */


/* =========================================================
     common
========================================================= */

#under_mv_Aria {
    background: url(../img/news_bg.png) no-repeat center center / cover;
    margin-top: 0 !important;
    clip-path: polygon(0 0px, calc(100% + 1px) 0, calc(100% + 1px) calc(100% - 100px), 0 100%);
    color: #fff;
}
#under_mv_Aria_inner {
    padding-top: 100px !important;
    padding-bottom: 160px !important;
}

#under_mv_Aria  h2 {
    text-align: center;
    font-size: 42px;
}
#back_page {
    width: 70px;
    height: 70px;
    background: #000;
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 18px 20px 20px;
    border-radius: 100px;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba( 0,0,0,0.3 );
}
/* ========================================
     768px
======================================== */
@media screen and (max-width:960px){
    #back_page {
        bottom: 15px;
        right: 15px;
    }
}
/* ========================================
     768px
======================================== */
@media screen and (max-width:767px){
    
    #under_mv_Aria {
        clip-path: polygon(0 0px, calc(100% + 1px) 0, calc(100% + 1px) calc(100% - 60px), 0 100%);
    }
    #under_mv_Aria_inner {
        padding: 90px 30px  120px !important;
    }
    #under_mv_Aria h2 {
        font-size: 30px;
    }
    #back_page {
        bottom: 15px;
        right: 15px;
        width: 60px;
        height: 60px;
        padding: 13px 15px 15px;
    }
}
/* ========================================
     481px
======================================== */
@media screen and (max-width:480px){
    
    #under_mv_Aria {
        clip-path: polygon(0 0px, calc(100% + 1px) 0, calc(100% + 1px) calc(100% - 40px), 0 100%);
    }
    #under_mv_Aria_inner {
        padding-top: 50px !important;
        padding-bottom: 100px !important;
    }
    #back_page {
        bottom: 20px;
        right: 10px;
        width: 50px;
        height: 50px;
        padding: 13px 15px 15px;
    }
}

/* =========================================================
     インタビューページ
========================================================= */



.interview_item:last-of-type {
    margin-bottom: 0!important;
}
.interview_item {
    margin-bottom: 120px;
}

body#interview p:not(:last-of-type) {
    margin-bottom: 1em;
}


body#interview .flex_box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

/*
body#interview .interview_item:nth-child(even) .flex_box {
    flex-direction: row-reverse;
}
body#interview .interview_item:nth-child(even) .flex_box .text_box {
    text-align: right;
    padding-right: 50px;
    padding-left: 0px;
}
*/ 

body#interview .flex_box .img_box {
    width: 310px;
}
body#interview .flex_box .text_box {
    width: calc( 100% - 310px );
    box-sizing: border-box;
    padding-left: 50px;
}



body#interview .flex_box .text_box h3 .line {
    color: #fff;
    background: linear-gradient(135deg, #2d64e4 3%, #00a9e4 100%);
    display: inline-block;
    padding: 16px 40px 19px;
    font-size: 28px;
}

body#interview .flex_box .text_box p.name .line {
    color: #fff;
    background: linear-gradient(135deg, #2d64e4 3%, #00a9e4 100%);
    display: inline-block;
    padding: 11px 40px 14px;
    margin-top: 10px;
    font-size: 20px;
}


ul.chronology_list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-right: 10px;
}
ul.chronology_list li {
    width: calc( 100% / 3 );
    margin-bottom: 30px;
    
}
ul.chronology_list li .year_bar {
    background: #2d64e4;
    height: 56px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

ul.chronology_list li .year_bar::before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: -40px;
    bottom: -40px;
    right: -20px;
    margin: auto;
    z-index: 1;
}

ul.chronology_list li .year_bar::after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background: #2d64e4;
    transform: rotate(45deg);
    position: absolute;
    top: -40px;
    bottom: -40px;
    right: -18px;
    margin: auto;
    z-index: 1;
}

ul.chronology_list li .year_text {
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-size: 15px;
    background: #eaeffc;
    border-right: 2px solid #fff;
    margin-left: 0px;
    display: flex;
    align-items: center;
}

ul.chronology_list li .year_text::before {
    content: none;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 19px solid #ccc;
    border-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    z-index: -1;
}


ul.chronology_list li .year_text::after {
    content: none;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 19px solid #fff;
    border-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    z-index: 10;
    margin: auto;
}

ul.chronology_list li p.item {
    margin-bottom: 0.5em!important;
    line-height: 1.3;
    position: relative;
    padding-left: 15px;
}
 
ul.chronology_list li p.item:before {
    content: "";
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #00a9e4;
    border-radius: 50%;
    box-sizing: border-box;
    background: #00a9e4;
  }
ul.chronology_list li p.item:last-of-type {
    margin-bottom: 0!important;
}



/* ========================================
     768px
======================================== */
@media screen and (max-width:767px){
    .interview_item {
        margin-bottom: 80px;
    }
    ul.chronology_list li {
        width: calc(100% / 2);
        margin-bottom: 20px;
    }
    body#interview .flex_box .img_box {
        width: 200px;
    }
    body#interview .flex_box .text_box {
        width: calc(100% - 200px);
        padding-left: 20px;
    }
    body#interview .flex_box .text_box h3 .line {
        padding: 13px 20px 15px;
        font-size: 22px;
    }
    body#interview .flex_box .text_box p.name .line {
        padding: 8px 20px 10px;
        margin-top: 5px;
        font-size: 16px;
    }
    
    body#interview .flex_box {
        margin-bottom: 30px;
    }
    ul.chronology_list {
        margin-top: 30px;
        padding-right: 0px;
    }
    ul.chronology_list li .year_text {
        padding: 15px 20px;
        font-size: 13px;
        border-right: 2px solid #fff;
        margin-left: 0px;
    }
    ul.chronology_list li .year_bar {
        height: 45px;
        font-size: 20px;
    }
    ul.chronology_list li .year_bar::after {
        width: 32px;
        height: 32px;
        right: -15px;
    }
    ul.chronology_list li .year_bar::before {
        width: 32px;
        height: 32px;
        right: -17px;
    }
}
/* ========================================
     481px
======================================== */
@media screen and (max-width:480px){
    body#interview .flex_box {
        flex-wrap: wrap;
    }
    body#interview .flex_box .img_box {
        width: 100%;
        text-align: center;
    }
    body#interview .flex_box .text_box {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    body#interview .flex_box .text_box h3 .line {
        display: block;
    }
}