@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;
}

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

#message {
    margin: 60px 0;
}

#message .box {
    display: flex;
}

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

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

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

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

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

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

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

#interview {
    margin: 60px 0;
}

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

#interview .box .right {
    padding-left: 100px;
}

#interview .box2 {
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    margin: 30px 0;
}

#interview .box2 .right {
    padding-right: 100px;
    width: 325px;
}

#interview .box2 .left {
    width: 875px;
}

#interview p {
    margin: 30px 0;
}

#interview p span {
    color: #065446;
}

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

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

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

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

#outline {
    margin: 60px 0;
}

#outline .outline_box {
    width: 800px;
    margin: 0 auto;
}

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

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