@charset "UTF-8";
/* CSS Document */

.section_greeting {
    background-image: url("../images/pc_greeting_heading.png");
    background-repeat: no-repeat;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 160px;
}
.greeting_header {
    margin-bottom: 299px;
    display: inline-block;
}
.section_greeting h2 {
    font-size: 50px;
    line-height: 75px;
    text-align: left;
    position: absolute;
    margin-left: 225px;
    margin-top: 25px;
    max-width: 1440px;
}
.section_greeting h2::before{
    content: "";
    display: block;
    height: 119px;
    width: 469px;
    position: relative;
    margin-top: 23px;
    margin-left: -50px;
    margin-bottom: -20px;
    background-image: url("../images/greeting.svg");
}
.greeting_content {
    max-width: 1040px;
    margin: 0 auto;
}
.greeting_box {
    margin-top: 160px;
    display: flex;
    align-items: flex-start;
}
.greeting_text {
    text-align: left;
    padding-left: 30px;
}
.greeting_text h3{
    font-size: 29px;
    line-height: 43.5px;
}
.ceo_text {
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ceo_sign {
    font-size: 20px;
    line-height: 30px;
    text-align: right;
}
@media(max-width:768px){
    .section_greeting {
        display: inline-block;
        background-image: url("../images/pc_greeting_heading.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 375px;
        height: 100px;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 160px;

    }
    .greeting_header {
        margin-bottom: 0px;
        
    }
    .section_greeting h2 {
        font-size: 18px;
        line-height: 27px;
        text-align: left;
        position: absolute;
        margin-left: 75px;
        margin-top: 5px;
        display: inline;
    }
    .section_greeting h2::before{
        content: "";
        display: block;
        width: 100px;
        height: 30px;
        position: relative;
        margin-bottom: -58px;
        margin-left: -5px;
        background-image: url("../images/greeting.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .greeting_content {
        max-width: 327px;
        margin: 0 auto;
    }
    .greeting_box {
        margin-top: 80px;
        display: block;
        flex-direction: column;
        align-items: center;
    }
    .greeting_ceo {
        width: 50%;
        padding-top: 40px;
    }
    .section_conpany {
        margin-top: 0px;
    }
    .greeting_text h3{
        font-size: 16px;
        line-height: 24px;
        padding-top: 40px;
    }
    .greeting_text {
        text-align: left;
        padding-left: 0px;
    }
    .ceo_text {
        font-size: 14px;
        line-height: 21px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .ceo_sign {
        font-size: 14px;
        line-height: 21px;
        text-align: right;
    }
}
@media(min-width:1800px){
    .section_greeting {
        background-image: url("../images/pc_greeting_heading.png");
        background-repeat: no-repeat;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 200px;
    }
    .greeting_header {
        margin-bottom: 299px;
        display: inline-block;
    }
    .section_greeting h2 {
        font-size: 80px;
        line-height: 150px;
        text-align: left;
        position: absolute;
        margin-left: 35px;
        margin-top: 0;
        max-width: 1440px;
    }
    .section_greeting h2::before{
    content: "";
    display: block;
    height: 300px;
    width: 800px;
    position: relative;
    margin-top: 0;
    margin-left: -69px;
    margin-bottom: -150px;
    background-image: url(../images/greeting.svg);
    background-repeat: no-repeat;
    background-size: contain;
    }
    .greeting_box {
    margin-top: 200px;
    display: flex;
    align-items: flex-start;
    }
}

/* 
.section_company {
    margin-top: 160px;
    margin-bottom: 160px;
    overflow: hidden;
} */
.section_company {
    background-image: url(../images/pc_company_heading.png);
    background-repeat: no-repeat;
    background-position: right 0;
    max-width: 100%;
    margin-bottom: 160px;
}

.section_company h2 {
    font-size: 50px;
    line-height: 75px;
    text-align: left;
    position: absolute;
    margin-left: 250px;
    max-width: 1440px;
}
.section_company h2::before{
    content: "";
    display: block;
    height: 116px;
    width: 504px;
    position: relative;
    margin-left: -200px;
    margin-top: 30px;
    background-image: url("../images/company.svg");
}

.company_table {
    max-width: 1040px;
    margin: 0 auto;
    margin-top:459px;
    display: inline-block;
    background:#e5e6e6;
    padding: 100px;
}
.section_company tr {
    text-align: left;
    border-bottom: 1px dotted;
}
.section_company th{
    padding: 20px;    
}
td {
    padding: 30px;
}

@media(max-width:768px){
    .section_company {
        margin-top: 80px;
        margin-bottom: 0px;
        background-image:none;
    }
    .company_header {
        background-image: url("../images/pc_company_heading.png");
        background-repeat: no-repeat;
        background-size: contain;
        width:323px;
        height:100px;
        position: relative;
        right: auto;
        margin-left: 52px;
        margin-bottom: 80px;
    }
    
    .section_company h2 {
        font-size:  18px;
        line-height: 27px;
        text-align: left;
        position: absolute;
        display: inline;
        margin-left: -206px;
        margin-top: 25px;
    }
    .section_company h2::before{
        content: "";
        display: block;
        width: 160px;
        height: 30px;
        position: absolute;
        margin-left: 0;
        margin-top: 25px;
        background-image: url("../images/company.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .company_content {
        max-width: 100%;
        margin: 0 auto;
        background:#e5e6e6;
    }
    
    .company_table {
        max-width: 375px;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
        display: inline-block;
        background:#e5e6e6;
        padding: 20px;
        font-size: 11px;
        line-height: 17px;
    
    }
    .section_company tr {
        text-align: left;
    }
    .section_company th{
        padding: 10px;    
    }
    td {
        padding: 0 0 10px 0;
    }    
}
@media(min-width:1800px){
    .section_company h2 {
        font-size: 80px;
        line-height: 120px;
        text-align: left;
        position: absolute;
        margin-left: 470px;
        max-width: 1440px;
    }
    .section_company h2::before {
        content: "";
        display: block;
        height: 300px;
        width: 800px;
        position: relative;
        margin-left: -312px;
        margin-top: 0;
        margin-bottom: -130px;
        background-image: url(../images/company.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .company_table {
        padding: 150px;
        font-size: 20px;
        line-height: 30px;
    }
}

/************STAFF************/

#message{
    margin-top: 40px;
}
.member{
    width: 80%;
    margin: 0 auto;
	display: flex;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
@media(max-width:768px){
    .member{
        display: block;
    }
}

.name{
	padding: 50px;
}

.name_text{
	font-size: 18px;
	font-weight: bold;
}

