@charset "UTF-8";

.title_green {
    background: #065446;
    color: #e5e5e5;
    display: flex;
    align-items: center;
    padding: 0.5em 0.5em 0.5em 35px;
    margin-bottom: 10px;
}

.title_green h2 {
    position: relative;
    font-size: 20px;
    font-weight: 100;
}

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

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

#page_mainimage::after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 300px;
    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: 20px;
    font-weight: bold;
    color: #065446;
}

/*=============================================================
#message
=============================================================*/
#message .title_green h2::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../image/icon_message.png");
    background-size: cover;
    top: 2%;
    left: -21%;
}

#message {
    margin: 60px 0;
}

#message .title {
    text-align: center;
    margin: 0 auto;
}

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

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

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

#message .left img.name {
    max-width: 248px;
    min-width: 248px;
}

#message .right {
    padding-left: 100px;
    max-width: 600px;
    margin: 0 0 0 auto;
}

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

/*=============================================================
#interview
=============================================================*/
#interview .title_green h2::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../image/icon_interview.png");
    background-size: cover;
    top: 2%;
    left: -18%;
}

#interview {
    margin: 60px 0;
}

#interview .box {
    text-align: left;
    margin: 30px 0;
}

#interview .box .right {
    display: flex;
}

#interview .box .right img {
    max-width: 50%;
    min-width: 50%;
}

#interview .box2 {
    text-align: left;
    margin: 30px 0;
}

#interview .box2 .right {
    display: flex;
    width: 100%;
}

#interview .box2 .right img {
    max-width: 50%;
    min-width: 50%;
}

#interview p {
    margin: 30px 0;
}

#interview p span {
    color: #065446;
}

#interview .flow {
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px;
}

#interview .flow_title {
    color: #065446;
    font-weight: bold;
    border: 1px solid #065446;
    padding: 1em;
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
}

#interview .flow_img {
    margin: 0 auto;
    text-align: center;
}

#interview .flow_img img {
    max-width: 300px;
    min-width: 300px;

}

/*=============================================================
#outline
=============================================================*/
#outline .title_green h2::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../image/icon_outline.png");
    background-size: cover;
    top: 2%;
    left: -23%;
}

#outline {
    margin: 60px 0;
}

#outline .outline_box {
    width: 100%;
    margin: 0 auto;
}

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

#outline dl dt {
    padding-left: 30px;
    font-weight: bold;
}

#outline dl dd {
    padding-left: 30px;
}