@charset "utf-8";

/* about image */
.about-image {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}
.about-image1 { grid-area: 1 / 5 / 2 / 12;  
background: rgba(0,101,172);
}
.about-image2 { grid-area: 1 / 2 / 2 / 6;
font-size: 48px;
color: #494544;
text-align: left;
letter-spacing: 5px;
line-height: 0.2em;
padding: 0px;
padding-top: 100px;
padding-left: 30px;
font-family: 'Roboto', sans-serif;
background: #fff;
}
.about-image2 h5{
font-size: 20px;
color: #494544;
letter-spacing: 5px;
}
.about-image3 { grid-area: 1 / 1 / 2 / 2; 
background: rgba(0,101,172);
}
/* about image */

/* titleはじまり */
.title20 {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
height: 150px;
}

.title21 { grid-area: 1 / 12 / 2 / 13;
background:rgba(0,101,172);
}
.title22 { grid-area: 1 / 1 / 2 / 12;
padding: 20px;
padding-top: 50px;
}
.title22 p{
font-size: 28px;
font-weight: bold;
text-align: right;
letter-spacing: 3px;
line-height: 0.5em;
color:#494544;
font-family: 'Roboto', sans-serif;
}
.title22 h6{
font-size: 14px;
font-weight: 500;
text-align: right;
letter-spacing: 3px;
line-height: 0.5em;
color:#494544;
}
/* titleおわり */

/* case */
.case {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(8, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
}
.case img{
width: 100%;
}
.case1 { grid-area:1 / 2 / 9 / 7; 
border: 1px solid #fff;
}
.case2 { grid-area:  1 / 7 / 9 / 12;
border: 1px solid #fff;
}
.case4 { grid-area: 9 / 1 / 10 / 13; 
font-size: 14px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 2em;
padding: 10px;
display: none;
}
.case3 { grid-area:1 / 1 / 9 / 2; 
background:rgba(0,101,172);
}
/* case */


@media (max-width: 768px){ 

/* about image */
.about-image {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}
.about-image1 { grid-area: 1 / 12 / 2 / 13;  
background: #fff;
}
.about-image2 { grid-area: 1 / 1 / 2 / 12;
font-size: 32px;
color: #fff;
text-align: left;
letter-spacing: 5px;
line-height: 0.2em;
padding: 0px;
padding-top: 100px;
padding-left: 30px;
font-family: 'Roboto', sans-serif;
background: rgba(0,101,172);
}
.about-image2 h5{
font-size: 20px;
color: #fff;
letter-spacing: 5px;
}
.about-image3 { grid-area: 1 / 1 / 2 / 2; 
background: rgba(0,101,172);
display: none;
}
/* about image */

/* case */
.case {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
}
.case img{
width: 100%;
}
.case1 { grid-area:1 / 2 / 2 / 12;
border: 1px solid #fff;
}
.case2 { grid-area: 2 / 2 / 3 / 12;
border: 1px solid #fff;
}
.case4 { grid-area: 3 / 2 / 4 / 13;
font-size: 14px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 2em;
padding: 10px;
display: none;
}
.case3 { grid-area:1 / 1 / 3 / 2;
background:rgba(0,101,172);
}
/* case */
    
}