@charset "utf-8";
/* CSS Document */

/*-------------------
hero-img
---------------------*/

#plus_one .hero_img{
    background-image:url( "../img/plus_one/header.png");
    background-repeat:  no-repeat;  
    background-size:cover; 
    background-position: left 52% center;
    width: 100%;
    height: 400px;
}



/*-------------------
worries
---------------------*/

.worries h2{
    display: inline-block;
    font-size: 34px;
    margin: 78px auto 98px;
    border-bottom: solid #000 1px;
}

.worries_flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 95px;
    width: 100%;
}

.worries_l{
    text-align: left;
}

.worries_l div{
    margin-bottom: 32px;
}

.worries_l h3{
    font-size: 24px;
    margin-bottom: 16px;
}

.worries_l h3::before{
   content: "";
   border-left:solid 4px #808080;
   padding-right: 1%;
}

.worries_r p{
    font-size: 16px;
    text-align: left;
}

.worries_link{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 106px;
    justify-content: space-between;
}

.worries_link div{
    margin-bottom: 10px;
    width: 49%;
}

.worries_link div img{
    display: block;
    width: 100%;
    height: auto;
}

.worries_link a{
    display: block;
    width: 100%;
    height: auto;
}

.worries_link a:hover{
    display: block;
    text-decoration: none;
    opacity: 0.5;
}

/*左揃え用↓*/
 .worries_link::after{
    content: "";
    display: block;
    width:30%;
 }

/*-------------------
room
---------------------*/
.room{
    padding-bottom: 60px;
    /* border-bottom: double 7px #808080; */
}

.room_title{
    display: flex;
    align-items: flex-end;
    margin-bottom: 33px;
}

.room_title h2{
    font-size: 30px;
    border-bottom: solid #808080 1px;
    width: 100%;
    text-align: left;
    margin-left: 20px;
}

.room_catch{
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 40px;
}

.room_flex{
    display: flex;
    margin-top: 23px;
}

/*-------------------
child_room
---------------------*/
.child_room{
    padding-bottom: 60px;
    border-bottom: double 7px #808080;
}

.child_room_title{
    display: flex;
    align-items: flex-end;
    margin-bottom: 33px;
}

.child_room_title h2{
    font-size: 30px;
    border-bottom: solid #808080 1px;
    width: 100%;
    text-align: left;
    margin-left: 20px;
}

.child_room_catch{
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 40px;
}

.child_room_flex{
    display: flex;
    margin-top: 23px;
}





/*-------------------
Industry
---------------------*/

.Industry h2{
    text-align: center;
    margin: 60px 0 30px;
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    padding: 30px 0 0;
}

.Industry p{
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 28px;
}

.Industry_flex{
    display: flex;
    justify-content: space-between;
}

.investigation{
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}

.investigation .bg_blue{
    background-color: #72b4ba;
    color: #fff;
    font-size: 25px;
    width: 178px;
    height: 178px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.investigation_inner h3{
    font-size: 28px;
    margin-bottom: 22px;
    border-left: 4px #808080 solid;
    padding-left: 14px;
    letter-spacing: 0.04em;
}


.investigation_inner{
    width: 80%;
    text-align: left;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.08em;
}

.investigation_img{
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
    border-bottom: #808080 1px solid;
}

.investigation_img h4,
.investigation_img div{
    margin-bottom: 14px;
}

.annotation{
    margin-top: 70px;
    text-align: left;
}

.annotation h3{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.annotation ul li{
    font-size: 1rem;
    padding-bottom: 15px;
}

.annotation p{
    font-size: 1rem;
    padding-bottom: 50px;
    line-height: 2rem;
}

.investigation_inner p{
    padding-left: 3%;
}

@media screen and (max-width:1099px) {
    
/*-------------------
hero-img
---------------------*/

#plus_one .hero_img{
    height: 215px;
}
}

@media screen and (max-width:768px) {
    
/*-------------------
hero-img
---------------------*/

#plus_one .hero_img{
    background-position: 55%;
    background-size: 210%;
    width: 100%;
    height: 200px;
}
    

/*-------------------
worries
---------------------*/
    
.worries h2{
    font-size: 21px;
    margin: 30px auto 30px;     
}
    
.worries_flex{
     display: block;
    margin-bottom: 30px;
}   

.worries_l h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.worries_r{
    margin-top: 30px;    
}
    
.worries_link {
    display: block;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    width: 100%;
}    
    
.worries_link div{
    margin-bottom: 10px;
    width: 100%;
}

    
.worries_link img{
   display: block;
    width: 100%;
    height: auto;
}  
    
/*-------------------
room
---------------------*/ 
.room_title h2 {
    font-size: 21px;
    margin-left: 0;
}    
 
.room_title div img{
    display: block;
    width: 85%;    
}
    
.room_img img{
   display: block;
    width: 100%;
    height: auto;
}   
    
.room_flex {
    display: block;
    margin-top: 15px;
}    
    
.room_flex div{
    margin-bottom: 15px;    
}
/*-------------------
child_room
---------------------*/ 
.child_room_title h2 {
    font-size: 21px;
    margin-left: 0;
}    
 
.child_room_title div img{
    display: block;
    width: 85%;    
}
    
.child_room_img img{
   display: block;
    width: 100%;
    height: auto;
}   
    
.child_room_flex {
    display: block;
    margin-top: 15px;
}    
    
.child_room_flex div{
    margin-bottom: 15px;    
}

    
/*-------------------
Industry
---------------------*/

.Industry h2{
    font-size: 21px;
    margin: 30px auto 30px;
    padding: 0;
}    
    
.Industry_flex {
    display: block;
}
    
.Industry_flex img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.investigation {
    display: block;
    margin-top: 30px;
}

    
.investigation .bg_blue {
    font-size: 21px;
    width: 100%;
    height:auto;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}   
    
 .investigation_inner {
    width: 100%;
    letter-spacing: 0.04em;
}  

.investigation_img {
    display: block;
    padding-bottom: 30px;
}
    
.investigation_img img{
    display: block;
    width: 100%;
    height: auto;
}
    
.investigation_img h4, 
.investigation_img div {
    margin-bottom: 15px;
}  
    
.investigation_img_l{
    padding-bottom: 15px;    
}
    
.annotation {
    margin-top: 30px;
}
    
.annotation p{
    padding-bottom: 0px;
}    
    
    
.Industry p{
   text-align: left;
}

.investigation_inner p{
    padding-left: 10%;
}

    }