@charset "utf-8";

/* about image */
.about-image {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;

background:#fff;
}
.about-image1 { grid-area: 1 / 1 / 6 / 6; 
background: #f5f5f5;
}
.about-image2 { grid-area: 1 / 1 / 6 / 4;
font-size: 48px;
color: #494544;
text-align: left;
letter-spacing: 5px;
line-height: 0.2em;
padding: 0px;
padding-top: 100px;
padding-left: 30px;
}
.about-image2 h5{
font-size: 20px;
color: #494544;
text-align: left;
letter-spacing: 5px;
}
.about-image3 { grid-area: 1 / 4 / 6 / 6; 
text-align: center;
}
.about-image3 img{
width: 100%;
}
/* about image */

/* brand01 */
.brand01 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
padding-right: 50px;
margin-right: 50px;
}

.brand011 { grid-area: 1 / 1 / 2 / 2;
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 1.5em;
padding: 20px;
font-weight: bold;
}
.brand012 { grid-area: 1 / 2 / 4 / 6; 
padding: 20px;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 2em;
z-index: 100;
}
.brand012 h3{
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 1.5em;
font-weight: bold;
}
.brand014 { grid-area: 1 / 3 / 3 / 6;  
background: #f5f5f5;
}
.brand013 { grid-area: 4 / 2 / 6 / 6; 
text-align: center;
padding-left: 20%;
padding-top: 20px;
z-index: 100;
padding-right: 50px;
margin-right: 50px;
}
.brand013 img{
width: 90%;
}
/* brand01 */

/* brand02 */
.brand02 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 0.5fr repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
padding-right: 50px;
margin-right: 50px;
}
.brand02 h3{
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 1.5em;
font-weight: bold;
}
.brand021 { grid-area: 1 / 1 / 2 / 6;
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 0.2em;
padding: 20px;
font-weight: bold;
}
.brand022 { grid-area: 2 / 2 / 4 / 6;
padding: 20px;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 2em;
z-index: 100;
}
/* brand02 */

/* brand03 */
.brand03 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
padding-right: 50px;
margin-right: 50px;
}
.brand03 img{
width: 100%;
}
.brand031 { grid-area: 1 / 2 / 2 / 6;
text-align: center;
padding: 20px;
}
/* brand03 */

/* brand04 */
.brand04 {
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: 0.2fr repeat(3, 0.5fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
padding-right: 50px;
margin-right: 50px;
}
.brand041 { grid-area: 1 / 3 / 4 / 6;
text-align: center;
padding:20px;
padding-top: 30px;
background: #fff;
}
.brand041 img{
width: 100%;
}
.brand042 { grid-area: 1 / 6 / 2 / 11; 
padding: 20px;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 2em;
background: #fff;
}
.brand044 { grid-area: 2 / 6 / 3 / 8;
padding: 10px;
text-align: center;

}
.brand044 img{
width: 70%;
}
.brand045 { grid-area: 2 / 8 / 3 / 11;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1.5em;
padding: 10px;
}
.brand046 { grid-area: 3 / 6 / 4 / 11;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1.5em;
padding: 10px;
}
.brand047 { grid-area: 4 / 3 / 5 / 9; 
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1.5em;
border-top: 1px solid #494544;
}
.brand048 { grid-area: 4 / 9 / 5 / 11; 
text-align: center;
border-top: 1px solid #494544;
}
/* brand04 */

/* brand05 */
.brand05 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
margin-right: 50px;
}
.brand051 { grid-area: 1 / 2 / 2 / 6;
text-align: right;
padding: 20px;
}
/* brand05 */

/* brand06 */
.brand06 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(2, 1fr) repeat(2, 0.3fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
padding-right: 50px;
margin-right: 50px;
}
.brand06 img{
width: 100%;
}
.brand061 { grid-area: 1 / 2 / 3 / 3;
text-align: center;
padding: 20px;
}
.brand062 { grid-area: 1 / 3 / 3 / 4;
text-align: center;
padding: 20px;
}
.brand063 { grid-area: 1 / 4 / 3 / 5;
text-align: center;
padding: 20px;
}
.brand064 { grid-area: 1 / 5 / 3 / 6;
text-align: center;
padding: 20px;
}
.brand065 { grid-area: 3 / 2 / 4 / 3; 
font-size: 12px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1em;
text-align: center;
}
.brand066 { grid-area: 3 / 3 / 4 / 4;
font-size: 12px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1em;
text-align: center;
}
.brand067 { grid-area: 3 / 4 / 4 / 5; 
font-size: 12px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1em;
text-align: center;
}
.brand068 { grid-area: 3 / 5 / 4 / 6;
font-size: 12px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1em;
text-align: center;
}
.brand069 { grid-area: 4 / 2 / 5 / 6; 
font-size: 12px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1.5em;
text-align: left;
padding-left: 20px;
}
/* brand06 */

/* brand07 */
.brand07 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
height: 70vh;
background:#fff;
padding-right: 50px;
margin-right: 50px;
}
.brand07 iframe{
height: 65vh;
}
.brand071 { grid-area: 1 / 2 / 2 / 6;
text-align: center;
padding: 20px;
}
/* brand07 */

@media (max-width: 768px){ 

/* about image */
.about-image {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}
.about-image1 { grid-area: 1 / 1 / 6 / 6; 
background: #f5f5f5;
}
.about-image2 { grid-area: 3 / 1 / 6 / 3;
font-size: 20px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 0.2em;
padding: 0px;
padding-top: 15px;
padding-left: 10px;
}
.about-image2 h5{
font-size: 14px;
color: #494544;
text-align: left;
letter-spacing: 3px;
}
.about-image3 { grid-area: 1 / 3 / 6 / 6; 
text-align: center;
}
.about-image3 img{
width: 100%;
}
/* about image */
    
/* brand01 */
.brand01{
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 0.5fr repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
padding-right: 0px;
margin-right: 0px;
}

.brand011 { grid-area: 1 / 1 / 2 / 6;
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 1em;
padding: 0px;
font-weight: bold;
}
.brand012 { grid-area: 2 / 1 / 4 / 6; 
padding: 10px;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1.5em;
z-index: 100;
}
.brand012 h3{
font-size: 16px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 1.5em;
font-weight: bold;
}
.brand014 { grid-area: 2 / 3 / 4 / 6;  
background: #f5f5f5;
}
.brand013 { 
text-align: center;
padding-left: 0%;
padding-top: 0px;
z-index: 100;
padding-right: 0px;
margin-right: 0px;
padding: 10px;
}
.brand013 img{
width: 100%;
}
/* brand01 */

/* brand02 */
.brand02 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 0.5fr repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
padding-right: 0px;
margin-right: 0px;
}
.brand02 h3{
font-size: 16px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 1.5em;
font-weight: bold;
}
.brand021 { grid-area: 1 / 1 / 2 / 6;
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 1em;
padding: 0px;
font-weight: bold;
}
.brand022 { grid-area: 2 / 1 / 4 / 6;
padding: 10px;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1.5em;
z-index: 100;
}

/* brand02 */

/* brand03 */
.brand03 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
padding-right: 0px;
margin-right: 0px;
}
.brand03 img{
width: 100%;
}
.brand031 { grid-area: 1 / 1 / 2 / 6;
text-align: center;
padding: 10px;
}
/* brand03 */

/* brand04 */
.brand04 {
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: 1fr 0.2fr repeat(2, 0.5fr) 0.4fr 0.2fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
padding-right: 0px;
margin-right: 0px;
}
.brand041 { grid-area: 1 / 1 / 2 / 11;
text-align: center;
padding:10px;
padding-top: 0px;
background: #fff;
}
.brand041 img{
width: 100%;
}
.brand042 { grid-area: 2 / 1 / 3 / 11; 
padding: 10px;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 2em;
background: #fff;
}
.brand044 { grid-area: 3 / 1 / 4 / 5; 
padding: 10px;
text-align: center;

}
.brand044 img{
width: 70%;
}
.brand045 { grid-area: 3 / 5 / 4 / 11; 
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1.5em;
padding: 10px;
}
.brand046 { grid-area: 4 / 1 / 5 / 11;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1.5em;
padding: 10px;
}
.brand047 { grid-area: 5 / 1 / 6 / 11;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1.5em;
border-top: 1px solid #494544;
padding: 10px;
}
.brand048 { grid-area: 6 / 1 / 7 / 11; 
text-align: right;
border-top: 0px solid #494544;
}
/* brand04 */
   
/* brand05 */
.brand05 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
margin-right: 0px;
margin-bottom: 30px;
}
.brand051 { grid-area: 1 / 1 / 2 / 6;
text-align: center;
padding: 10px;
}
/* brand05 */

/* brand06 */
.brand06 {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr 0.2fr 1fr 0.2fr 0.5fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
padding-right: 0px;
margin-right: 0px;
}
.brand06 img{
width: 100%;
}
.brand061 { grid-area: 1 / 1 / 2 / 2;
text-align: center;
padding: 10px;
}
.brand062 { grid-area: 1 / 2 / 2 / 3;
text-align: center;
padding: 10px;
}
.brand063 { grid-area: 3 / 1 / 4 / 2;
text-align: center;
padding: 10px;
}
.brand064 { grid-area: 3 / 2 / 4 / 3; 
text-align: center;
padding: 10px;
}
.brand065 { grid-area:  2 / 1 / 3 / 2; 
font-size: 12px;
font-weight: 500;
color: #494544;
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
padding: 10px;
}
.brand066 { grid-area: 2 / 2 / 3 / 3;
font-size: 12px;
font-weight: 500;
color: #494544;
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
padding: 10px;
}
.brand067 { grid-area: 4 / 1 / 5 / 2; 
font-size: 12px;
font-weight: 500;
color: #494544;
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
padding: 10px;
}
.brand068 { grid-area: 4 / 2 / 5 / 3;
font-size: 12px;
font-weight: 500;
color: #494544;
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
padding: 10px;
}
.brand069 { grid-area: 5 / 1 / 6 / 3; 
font-size: 12px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1.5em;
text-align: left;
padding-left: 0px;
padding: 10px;
}
/* brand06 */

/* brand07 */
.brand07 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
height: 200px;
background:#fff;
padding-right: 0px;
margin-right: 0px;
}
.brand07 iframe{
height: 180px;
}

.brand071 { grid-area: 1 / 1 / 2 / 6;
text-align: center;
padding: 10px;
}
/* brand07 */
    
}