@charset "UTF-8";

.title_green {
    background: #065446;
    color: #e5e5e5;
    width: 350px;
    text-align: left;
}

.title_green h2 {
    position: relative;
    font-size: 30px;
    font-weight: normal;
    line-height: 2em;
    padding-left: 70px;
    padding-top: 0.1em;
}

.title_green h2 span {
    font-family: "Gill Sans", 'Gill Sans Nova';
    font-size: 16px;
    font-weight: 100;
    padding-left: 0.3em;
}


/*=============================================================
#mainimage
=============================================================*/
#page_mainimage {
    width: 100%;
    height: 500px;
    background-image: url("../image/page_mainimage.jpg");
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1000;
}

#page_mainimage::after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

#page_mainimage .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

#page_mainimage h3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0.5em 1em;
    font-size: 40px;
    font-weight: bold;
    color: #065446;
}

/*=============================================================
#greeting
=============================================================*/
#greeting .title_green h2::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background: url("../image/icon_greeting.png");
    background-size: cover;
    top: 5px;
    left: 10px;
}

#greeting {
    margin: 60px 0;
}

#greeting .box {
    display: flex;
}

#greeting .left {
    text-align: left;
}

#greeting .left p {
    margin: 30px 0 30px 20px;
}

#greeting .left p b {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
}

#greeting .right {
    padding-left: 80px;
}

#greeting .right img {
    border-radius: 10px;
}

/*=============================================================
#business
=============================================================*/
#business .title_green h2::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background: url("../image/icon_business.png");
    background-size: cover;
    top: 5px;
    left: 10px;
}

#business {
    margin: 60px 0;
}

#business dl {
    margin: 50px 0 100px;
}

#business dl:nth-of-type(1) dt,
#business dl:nth-of-type(3) dt {
    float: right;
    margin-top: 280px;
    width: 470px;
    height: 400px;
    background: #065446;
    position: relative;
    z-index: 100;
    color: #fff;
    text-align: left;
    border-radius: 10px;
}

#business dl:nth-of-type(2) dt {
    float: left;
    margin-top: 280px;
    width: 470px;
    height: 400px;
    background: #065446;
    position: relative;
    z-index: 100;
    color: #fff;
    text-align: left;
    border-radius: 10px;
}

#business dl dt h4 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 60px 30px 0px;
}

#business dl dt p {
    font-size: 20px;
    padding: 30px;
}

#business dl:nth-of-type(1) dd {
    width: 1000px;
    height: 600px;
    background: url("../image/business_img01.jpg");
    background-size: cover;
    border-radius: 10px;
}

#business dl:nth-of-type(2) dd {
    width: 1000px;
    height: 600px;
    background: url("../image/business_img03.jpg");
    background-size: cover;
    border-radius: 10px;
    margin: 0 0 0 auto;
}

#business dl:nth-of-type(3) dd {
    width: 1000px;
    height: 600px;
    background: url("../image/business_img05.jpg");
    background-size: cover;
    border-radius: 10px;
}

/*=============================================================
#history
=============================================================*/
#history .title_green {
    margin: 0 auto 30px;
}

#history .title_green h2::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background: url("../image/icon_history.png");
    background-size: cover;
    top: 5px;
    left: 10px;
}

#history {
    margin: 60px 0;
}

#history .box {
    display: flex;
}

#history .left {
    padding-right: 110px;
}

#history .left img {
    border-radius: 10px;
}

#history .right {
    border-left: 5px solid #065446;
    text-align: left;
}

#history .right dl {
    display: flex;
    margin: 30px 0;
}

#history .right dl dt {
    padding-left: 30px;
    width: 160px;
    font-weight: bold;
}

/*=============================================================
#company
=============================================================*/
#company .title_green {
    margin: 0 auto 30px;
}


#company .title_green h2::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background: url("../image/icon_company.png");
    background-size: cover;
    top: 5px;
    left: 10px;
}

#company {
    margin: 60px 0;
}

#company .company_box {
    width: 800px;
    margin: 0 auto;
}

#company dl {
    display: flex;
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #065446;
}

#company dl dt {
    padding-left: 30px;
    width: 200px;
    font-weight: bold;
}