#banner-project{
  background-image: url('../img/news/banner.jpg');
}
.introduce{	
	max-width: 1240px;
	margin: 0 auto;		
}
.introduce{
	/*font-family: "游明朝", YuMincho, sans-serif;
	font-weight: 500;*/
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
	font-size: 16px;
}
.ttl_sec {
    font-size: 4.1vw;
    position: relative;
    /*font-family: "游明朝", YuMincho, sans-serif;
    font-weight: 500;*/
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
}
.ttl_sec:before, .ttl_sec:after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -15px;
    left: 0;
}
.ttl_sec:before {
    background-color: #c03935;
    width: 60px;
    z-index: 1;
}
.ttl_sec:after {
    width: 100%;
    background-color: #eaeaea;
}
.box-app {
    margin-top: 45px;
    margin-bottom: 45px;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
}
.app-img img{
    max-width: 70%;
}
.app-img {    
    -webkit-order: 1;
    order: 1;
}
.app-des {
    -webkit-order: 2;
    order: 2;
}
.app-link {
    -webkit-order: 3;
    order: 3;
}
.app-img,
.app-link{
    text-align: center;
}
.app-des {
    font-size: 2.933vw;
}
.app-img,
.app-des{
    margin-bottom: 15px;
}
.app-img a{
    transition: .3s;
}
.app-img a:hover{
    opacity: 0.5;
}
.app-link{
    width: 100%;
    text-align: center;    
}

.app-link a.outlink {
    position: relative;
    padding-right: 9.677vw;
    /*border-bottom: 1px solid;*/
    padding-bottom: 10px;
    font-size: 2.933vw;
    /*transition: border-color 0.3s ease-in-out;*/
}
.app-link a.outlink:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #000;    
    transition: all 0.5s;
}
.app-link a.outlink:hover:before{ 
  width: 100%;
}
.app-link a.outlink > span {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;    
    opacity: 1;
}
.app-link a.outlink:hover > span{
    opacity: 0;
}
/*.app-link a.outlink:hover{
    border-color: transparent;
}*/
.app-link a.outlink:after {
    content: "";
    position: absolute;
    background: url(../img/icon-outlink.svg) no-repeat 0 0 / 100% 100%;
    right: -3px;
    width: 3.766vw;
    height: 3.3vw;
    bottom: 11px;    
}
.box-member {
    display: flex;
    flex-wrap: nowrap;
    padding: 15px 15px 15px 0;
    margin-top: 20px;
    justify-content: space-between;   
    box-shadow: 0px 0px 10px 1px rgb(51 51 51 / 10%);
    transition: all 0.4s;
}
.box-member:hover{
    background-color: #333;
}
.box-member:hover .box-intro .jp2,
.box-member:hover .box-intro .des{
    color: #fff;
}
.box-member .box-img {
    width: 38%;
}
.box-member .box-intro {
    width: 55%;
    margin-top: -5px;
}
.box-intro .en{
    font-size: 2.933vw;
    color: #fff;
    background-color: var(--red);
    padding: 2px 20px;
    display: inline-block;
    margin-bottom: 5px;
}
.box-intro .jp2{
    font-family: 'Noto Serif JP',"游明朝", YuMincho, sans-serif;
    font-weight: 300;
    font-size: 5.33vw;
    margin-bottom: 5px;
}
.box-intro .des{
    font-size: 14px;
}
.mer-app-img{
    position: relative;
}
.mer-app-img img{
    max-width: 50%;
}
.mer-app-img img:not(:last-child) {
    padding-bottom: 50px;    
}
.mer-app-img:before{
    content: "×";
    position: absolute;
    font-size: 40px;
    color: #c03935;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#project-app-5 {
    margin-bottom: 105px;
}
@media screen and (min-width: 768px){
    .introduce {
        margin-bottom: 50px;
        font-size: 32px;
    }
    .app-des,
    .app-link a.outlink{
        font-size: 16px;
    }
    .box-app{
        display: block;
        position: relative;        
        margin-bottom: 20px;
    }
    .app-des,
    .app-link{
        width: 65%;
        text-align: left;
    }
    .app-link{
        margin-top: 35px;
    }
    .app-link a.outlink{
        padding-right: 40px;
    }
    .app-link a.outlink:after{
        width: 20px;
        height: 18px;
        bottom: 13px;
    }
    .app-img img{
        max-width: 100%;
    }
    .app-img {
        position: absolute;
        right: 0;
        top: 0;
        width: 30%;
    }
    .box-intro .en{
        font-size: 17px;
    }
    .box-intro .jp2{
        font-size: 32px;
    }
    .box-intro .des{
        font-size: 14px;
    }
    .pc-box-member {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pc-box-member .box-member{
        width: 48%;
    }
    .pc-box-member .box-member{
        padding: 25px 25px 25px 0;
    }
    .pc-box-member .box-intro .en{
        margin-top: 5px;
    }
    .pc-box-member .box-member .box-img{
        width: 30%;
        padding-left: 10px;
    }
    .pc-box-member .box-member .box-intro {
        width: 65%;        
    }
    #project-app-5 {
        margin-bottom: 280px;
    }
}
@media screen and (max-width: 767px){
	.introduce{	
		padding: 0 15px 20px;
	}
    #project-app-5 .app-des{
        width: 100%;
        text-align: center;
    }
}
@media screen and (min-width: 768px){	
	.ttl_sec {
	    font-size: 32px;
	}
	.ttl_sec:after, .ttl_sec:before {
	    height: 6px;
	    bottom: -25px;
	}
}