@charset "utf-8";
/* CSS Document */

/*******************************
index
*******************************/
#indexBox01 #engage-contributions-widget-wrapper {
    margin: 0 auto;
}

/*******************************
middle_career
*******************************/
#mcareerBox01 {
    display: flex;
}

#mcareerBox01 h1 {
    width: 20%;
}

#mcareerBox01 div {
    width: 80%;
}

#mcareerBox01 div p:not(:last-child) {
    margin-bottom: 1em;
}

#mcareerBox02 {
    margin-top: 3rem;
    display: flex;
    align-items: flex-start;
}

#mcareerBox02 h2 {
    width: 20%;
    color: #b09540;
    font-family: "gothic02";
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

#mcareerBox02 h2 .line {
    height: 2px;
    background: #b09540;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: -1;
}

#mcareerBox02 h2 strong {
    background: #fff;
    padding: 0 0.5rem 0 0;
    font-weight: normal;
}

#mcareerBox02 div.chart {
    width: 80%;
}

#mcareerBox02 div.chart dl:first-child {
    border-top: 1px solid #ccc;
}

#mcareerBox02 div.chart dl {
    border-bottom: 1px solid #ccc;
    font-size: 0.875rem;
    padding: 1.5em 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#mcareerBox02 div.chart dl:nth-child(odd) {
    background: #f8f8f8;
}

#mcareerBox02 div.chart dl dt {
    width: 15%;
    padding-left: 2%;
    font-family: "gothic02";
}

#mcareerBox02 div.chart dl dd {
    width: 83%;
}

#mcareerBox02 div.chart dl dd .txt01 {
    margin: 0 0 1em;
}

#mcareerBox02 div.chart dl dd .txt02 {
    text-indent: -1em;
    margin-left: 1em;
}

#mcareerBox02 div.chart dl dd .txt02 span {
    color: #b09540;
}

#mcareerBox02 div.chart dl dd .list01 {
    margin: 0 0 0 1.5em;
}

#mcareerBox02 div.chart dl dd .list01 li {
    list-style-type: disc;
}

/*******************************
office
*******************************/
#officeBox01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#officeBox01 .item {
    width: 40%;
}

#officeBox01 h2 {
    color: #b09540;
    font-family: "gothic02";
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}

#officeBox01 h2 .line {
    height: 2px;
    background: #b09540;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: -1;
}

#officeBox01 h2 strong {
    background: #fff;
    padding: 0 0.5rem 0 0;
    font-weight: normal;
}

#officeBox01 .subitem {
    width: 55%;
    display: flex;
}

#officeBox01 .subitem h3 {
    width: 10rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: url("/recruit/images/icon01.png") 50% 15% no-repeat #ec767d;
    background-size: 36% auto;
    margin-right: 2%;
    text-align: center;
    font-family: "gothic02";
    font-size: inherit;
    color: #fff;
    line-height: 1.4;
}

#officeBox01 .subitem h3 strong {
    margin-top: 1.5rem;
    font-weight: normal;
}

#officeBox01 .subitem p {
    width: 70%;
    font-size: 0.875rem;
    line-height: 1.8;
}

#officeBox02 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 2rem;
}

#officeBox02 section {
    display: flex;
}

#officeBox02 section:first-child {
    width: 60%;
}

#officeBox02 section:last-child {
    width: 40%;
}

#officeBox02 section h3 {
    width: 10rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 2%;
    text-align: center;
    font-family: "gothic02";
    font-size: inherit;
    color: #fff;
    line-height: 1.4;
}

#officeBox02 section:first-child h3 {
    background: url("/recruit/images/icon02.png") 50% 15% no-repeat #58a9df;
    background-size: 36% auto;
}

#officeBox02 section:last-child h3 {
    background: url("/recruit/images/icon03.png") 50% 15% no-repeat #b89e53;
    background-size: 36% auto;
}

#officeBox02 section h3 strong {
    margin-top: 1.5rem;
    font-weight: normal;
}

#officeBox02 section p {
    font-size: 0.875rem;
    line-height: 1.8;
}

#officeBox02 section:first-child p {
    width: 70%;
}

#officeBox02 section:last-child p {
    width: 55%;
}

#officeBox03 {
    margin-top: 5rem;
}

#officeBox03 h2 {
    color: #b09540;
    font-family: "gothic02";
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}

#officeBox03 h2 .line {
    height: 2px;
    background: #b09540;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: -1;
}

#officeBox03 h2 strong {
    background: #fff;
    padding: 0 0.5rem 0 0;
    font-weight: normal;
}

#officeBox03 figure {
    margin: 0 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#officeBox03 figure img {
    max-width: 100%;
}

#officeBox03 figure:nth-child(odd) {
    flex-direction: row-reverse;
}

#officeBox03 figure:nth-child(odd) img {
    margin-right: 2%;
}

#officeBox03 figure:nth-child(even) img {
    margin-left: 2%;
}

#officeBox03 .parallel01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#officeBox03 .parallel01 figure {
    width: 48%;
    justify-content: flex-start;
}

#officeBox03 .parallel01 figure:nth-child(odd) {
    flex-direction: row;
}

#officeBox03 .parallel01 figure:nth-child(odd) img {
    margin: 0 0 0 2%;
    width: 58%;
    max-width: 285px;
}

#officeBox03 .parallel01 figure:nth-child(even) img {
    margin-left: 2%;
    width: 58%;
    max-width: 285px;
}

#officeBox03 .parallel01 figure figcaption {
    width: 40%;
}
