
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	
    
    /* ==============================================================
     *
     * common
     *
     * ============================================================== */

	#sec_main_wrap{
		background:url("../../img/mv_bg2_pc.jpg") no-repeat top center;
		background-size:cover;
	}
    
    
	/* ==============================================================
     *
     * officer
     *
     * ============================================================== */
     
     
		
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	.officer #sec01{
		width: 100%;
		padding: 100px 0 0;
		position:relative;
	}

	.officer #sec01 .wrapper{
		width: 800px;
	}


	
	.officer #sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.8rem;
		letter-spacing: 3px;
		color:#005292;
		padding: 0 0 10px;
	}

	.officer #sec01 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		line-height: 220%;
		font-size: 1.5rem;
		letter-spacing: 2px;
	}

	
	/* --------------------------------------------------------------
 	   section 02
	----------------------------------------------------------------- */
	
	.officer #sec02{
		width: 100%;
		padding: 100px 0 160px;
		position:relative;
	}

	.officer #sec02 .wrapper{
		width: 800px;
	}

	
	.officer #sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.8rem;
		letter-spacing: 3px;
		color:#005292;
		padding: 0 0 10px;
	}

	.officer #sec01 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		line-height: 220%;
		font-size: 1.5rem;
		letter-spacing: 2px;
	}
    
    
    
    .c-library-list-title {
        color: #646e78;
        font-size: 2rem;
        margin: 0 0 5px;
        border-bottom: 1px solid #a0aab3;
    }

    .l-officer-item {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        padding: 20px;
        position: relative;
        background: #fff;
    }

    .l-officer-item:nth-child(odd){
        background:#f0f2f5;
    }

    .l-officer-item .e-position {
        width: 300px;
        display: inline-block;
    }

    .l-officer-item .e-button {
        color: #6785d5;
        font-size: 1.3rem;
        padding: 2px 20px 3px;
        background: #0096d7;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        cursor: pointer;
        transition: .2s;
    }

    .l-officer-item .e-button a{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300;
        font-size: 1.4rem;
        color:#fff;
        padding: 0 0 0 20px;
        background: url("/global/img/icon_win.gif") no-repeat left center;
    }

    .l-officer-item .e-button:hover{
        background: #005292;
    }


    .l-cover {
        background: rgba(100,110,120,.5);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        display: none;
    }

    .l-officer-detail {
        width: 705px;
        height: 100%;
        position: fixed;
        top: 50%;
        left: calc(50% - 127.5px);
        transform: translate(-50%,-50%);
        z-index: 200;
        display: none;
    }

    .l-officer-detail-inner {
        width: 100%;
        max-height: calc(100% - 180px);
        padding: 30px 60px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        overflow-y: auto;
        z-index: 10000;
        -webkit-overflow-scrolling: touch;
    }

    .l-officer-detail-inner-child {
        padding: 15px 0 60px 240px;
        position: relative;
    }

    .is-photo-none .l-officer-detail-inner-child {
        padding: 15px 0 60px 0;
    }

    .l-officer-detail-title {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 2rem;
        margin: 0 0 20px;
        border-bottom: 1px solid #a0aab3;
    }

    .l-officer-image {
        max-width: 200px;
        position: absolute;
        top: 6px;
        left: -40px;
    }

    .l-officer-detail .e-name {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 2.5rem;
        line-height: 1;
        letter-spacing: .1em;
    }

    .l-officer-detail .e-name:after {
        content: attr(data-en)'';
        color: #0096d7;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 1.4rem;
        padding: 7px 0 5px 10px;
        display: inline-block;
    }

    .l-officer-detail .e-birth {
        font-size: 1.5rem;
    }

    .l-officer-history-items {
        padding: 30px 0 0;
    }

    .l-officer-history-items:before {
        content: attr(data-title)'';
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.6rem;
        display: block;
        padding:0 0 5px;
        border-bottom: 1px dotted #a0aab3;
    }

    .l-officer-history-item {
        font-size: 1.5rem;
        line-height: 1.35;
        list-style: none;
        letter-spacing: -.05em;
        padding: 10px 0 0;
        display: table;
    }

    .l-officer-history-item .l-officer-history-year {
        width: 7em;
        display: table-cell;
    }

    .l-officer-history-year .e-y {
        width: 3em;
        display: inline-block;
    }

    .l-officer-history-year .e-m {
        text-align: right;
        width: 2.5em;
        display: inline-block;
    }

    .l-officer-history-item .e-title {
        font-style: normal;
        display: table-cell;
    }




    .l-officer-detail-button {
        text-align: center;
        display: block;
    }

    .l-officer-detail-button .e-button {
        color: #fff;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.4rem;
        padding: 10px 50px;
        background:#0096d7;
        display: inline-block;
        cursor: pointer;
        transition: .2s;
    }

    .l-officer-detail-button .e-button:hover {
        color: #fff;
        background: #005292;
    }

    html.is-open {
        overflow: hidden;
    }



}



