@charset "UTF-8";
/* ----------------------------------------------
スライダーイメージ
------------------------------------------------*/
#container.lower_page #topImage div.image_area {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../image/topImage.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../image/topImage.jpg);
}

/* ----------------------------------------------

PC設定

------------------------------------------------*/
@media all and (min-width: 768px) {
  #container.lower_page #contents .interview .wrapper .employee_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 90px;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area {
    position: relative;
    z-index: 1;
    width: 50%;
    padding: calc(2rem + 20px) 0;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl {
    width: 100%;
    margin-bottom: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dt {
    font-weight: bold;
    font-size: calc(16px * 1.25);
    padding: 0.3em 0 0.3em 1rem;
    position: relative;
    margin-bottom: 0.5em;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #ccc;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dd {
    padding-left: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dd span {
    display: inline-block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 200%;
    height: 100%;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    background-color: #fafafa;
    z-index: -1;
  }
}

@media all and (min-width: 768px) and (min-width: 1400px) {
  #container.lower_page #contents .interview .wrapper .employee_section .text_area::before {
    width: 280%;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}

@media all and (min-width: 768px) {
  #container.lower_page #contents .interview .wrapper .employee_section .image_area {
    width: 47%;
    z-index: 1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area figure {
    width: 70%;
    margin-left: auto;
    z-index: -1;
    position: relative;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area figure::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 104, 182, 0.1);
    z-index: -1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: calc(2rem * 0.5) 2rem;
    margin-top: -10%;
    border: 1px #000 solid;
    background-color: #fff;
    z-index: 10;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .title {
    font-size: calc(16px * 1.5);
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: left;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .title span {
    display: block;
    font-weight: bold;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .name .fs20 {
    font-size: calc(16px * 1.25);
    display: block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .name .fs18 {
    font-size: calc(16px * 1.125);
    display: block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .text_area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .text_area::before {
    right: 0;
    left: auto;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}

@media all and (min-width: 768px) and (min-width: 1400px) {
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .text_area::before {
    width: 280%;
    -webkit-transform: translateX(32%);
            transform: translateX(32%);
  }
}

@media all and (min-width: 768px) {
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .image_area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .image_area figure {
    margin-left: 0;
    margin-right: auto;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .image_area figure::after {
    right: 10px;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .image_area .text {
    margin-left: auto;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 90px;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area {
    position: relative;
    z-index: 1;
    width: 50%;
    padding: calc(2rem + 20px) 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl {
    width: 100%;
    margin-bottom: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dt {
    font-weight: bold;
    font-size: calc(16px * 1.25);
    padding: 0.3em 0 0.3em 1rem;
    position: relative;
    margin-bottom: 0.5em;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #ccc;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd {
    padding-left: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd span {
    display: inline-block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: 1em;
    font-weight: bold;
    text-decoration: underline;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd .list .time {
    margin-right: 1em;
    font-weight: bold;
    text-decoration: underline;
    min-width: 50px;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd p span {
    display: block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    width: 250%;
    height: 140%;
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
    background-color: #fafafa;
    z-index: -1;
  }
}

@media all and (min-width: 768px) and (min-width: 1400px) {
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area::before {
    width: 280%;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}

@media all and (min-width: 768px) {
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 {
    position: relative;
    z-index: 1;
    width: 90%;
    padding: 0 0 calc(2rem + 20px);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -3rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl {
    width: 100%;
    margin-bottom: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dt {
    font-weight: bold;
    font-size: calc(16px * 1.25);
    padding: 0.3em 0 0.3em 1rem;
    position: relative;
    margin-bottom: 0.5em;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #ccc;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dd {
    padding-left: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dd span {
    display: inline-block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area {
    width: 47%;
    z-index: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area figure {
    width: 70%;
    margin-left: auto;
    z-index: -1;
    position: relative;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area figure::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 104, 182, 0.1);
    z-index: -1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: calc(2rem * 0.5) 2rem;
    margin-top: -10%;
    border: 1px #000 solid;
    background-color: #fff;
    z-index: 10;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .title {
    font-size: calc(16px * 1.5);
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: left;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .title span {
    display: block;
    font-weight: bold;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .name .fs20 {
    font-size: calc(16px * 1.25);
    display: block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .name .fs18 {
    font-size: calc(16px * 1.125);
    display: block;
  }
}

/* ----------------------------------------------

PC~pad設定

------------------------------------------------*/
@media all and (min-width: 768px) and (max-width: 1100px) {
  #container.lower_page #contents .interview .wrapper .employee_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 90px;
    position: relative;
  }
  #container.lower_page #contents .interview .wrapper .employee_section::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10%;
    left: -20px;
    width: 150%;
    height: 90%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: calc(2rem + 20px) 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area::before {
    display: none;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl {
    width: 100%;
    margin-bottom: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dt {
    font-weight: bold;
    font-size: calc(16px * 1.25);
    padding: 0.3em 0 0.3em 1rem;
    position: relative;
    margin-bottom: 0.5em;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #ccc;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dd {
    padding-left: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dd span {
    display: inline-block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area {
    width: 80%;
    z-index: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area figure {
    width: 70%;
    margin-left: auto;
    z-index: -1;
    position: relative;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area figure::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 104, 182, 0.1);
    z-index: -1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text {
    width: 100%;
    padding: calc(2rem * 0.5) 2rem;
    margin-top: -10%;
    border: 1px #000 solid;
    background-color: #fff;
    z-index: 10;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .title {
    font-size: calc(16px * 1.5);
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: left;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .title span {
    display: block;
    font-weight: bold;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .name .fs20 {
    font-size: calc(16px * 1.25);
    display: block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .name .fs18 {
    font-size: calc(16px * 1.125);
    display: block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse::before {
    left: auto;
    right: -20px;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .text_area::before {
    right: 0;
    left: auto;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .image_area figure {
    margin-left: 0;
    margin-right: auto;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .image_area figure::after {
    right: 10px;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .image_area .text {
    margin-left: auto;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 90px;
    position: relative;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10%;
    left: -20px;
    width: 150%;
    height: 90%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: calc(2rem + 20px) 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl {
    width: 100%;
    margin-bottom: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dt {
    font-weight: bold;
    font-size: calc(16px * 1.25);
    padding: 0.3em 0 0.3em 1rem;
    position: relative;
    margin-bottom: 0.5em;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #ccc;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd {
    padding-left: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd span {
    display: inline-block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: 1em;
    font-weight: bold;
    text-decoration: underline;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd .list .time {
    margin-right: 1em;
    font-weight: bold;
    text-decoration: underline;
    min-width: 50px;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd p span {
    display: block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area::before {
    display: none;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 0 calc(2rem + 20px);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -3rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl {
    width: 100%;
    margin-bottom: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dt {
    font-weight: bold;
    font-size: calc(16px * 1.25);
    padding: 0.3em 0 0.3em 1rem;
    position: relative;
    margin-bottom: 0.5em;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #ccc;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dd {
    padding-left: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dd span {
    display: inline-block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area {
    width: 80%;
    z-index: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area figure {
    width: 70%;
    margin-left: auto;
    z-index: -1;
    position: relative;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area figure::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 104, 182, 0.1);
    z-index: -1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text {
    width: 100%;
    padding: calc(2rem * 0.5) 2rem;
    margin-top: -10%;
    border: 1px #000 solid;
    background-color: #fff;
    z-index: 10;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .title {
    font-size: calc(16px * 1.5);
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: left;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .title span {
    display: block;
    font-weight: bold;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .name .fs20 {
    font-size: calc(16px * 1.25);
    display: block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .name .fs18 {
    font-size: calc(16px * 1.125);
    display: block;
  }
}

/* ----------------------------------------------

pad設定

------------------------------------------------*/
@media all and (min-width: 520px) and (max-width: 768px) {
  #container.lower_page #contents .interview .wrapper .employee_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px;
    position: relative;
  }
  #container.lower_page #contents .interview .wrapper .employee_section::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10%;
    left: -20px;
    width: 150%;
    height: 90%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: calc(1.5rem + 20px) 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area::before {
    display: none;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dt {
    font-weight: bold;
    font-size: calc(14.4px * 1.25);
    padding: 0.3em 0 0.3em 1rem;
    position: relative;
    margin-bottom: 0.5em;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #ccc;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dd {
    padding-left: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dd span {
    display: inline-block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area {
    width: 90%;
    z-index: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area figure {
    width: 80%;
    margin-left: auto;
    z-index: -1;
    position: relative;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area figure::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 104, 182, 0.1);
    z-index: -1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text {
    width: 100%;
    padding: calc(1.5rem * 0.5) 1.5rem;
    margin-top: -10%;
    border: 1px #000 solid;
    background-color: #fff;
    z-index: 10;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .title {
    font-size: calc(14.4px * 1.5);
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: left;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .title span {
    display: block;
    font-weight: bold;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .name .fs20 {
    font-size: calc(14.4px * 1.25);
    display: block;
    text-align: center;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .name .fs18 {
    font-size: calc(14.4px * 1.125);
    display: block;
    text-align: center;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse::before {
    left: auto;
    right: -20px;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .text_area::before {
    right: 0;
    left: auto;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .image_area figure {
    margin-left: 0;
    margin-right: auto;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .image_area figure::after {
    right: 10px;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .image_area .text {
    margin-left: auto;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px;
    position: relative;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10%;
    left: -20px;
    width: 150%;
    height: 90%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: calc(1.5rem + 20px) 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dt {
    font-weight: bold;
    font-size: calc(14.4px * 1.25);
    padding: 0.3em 0 0.3em 1rem;
    position: relative;
    margin-bottom: 0.5em;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #ccc;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd {
    padding-left: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd span {
    display: inline-block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: 1em;
    font-weight: bold;
    text-decoration: underline;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd .list .time {
    margin-right: 1em;
    font-weight: bold;
    text-decoration: underline;
    min-width: 50px;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd p span {
    display: block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area::before {
    display: none;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 0 calc(1.5rem + 20px);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -3rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dt {
    font-weight: bold;
    font-size: calc(14.4px * 1.25);
    padding: 0.3em 0 0.3em 1rem;
    position: relative;
    margin-bottom: 0.5em;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #ccc;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dd {
    padding-left: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dd span {
    display: inline-block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area {
    width: 90%;
    z-index: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area figure {
    width: 80%;
    margin-left: auto;
    z-index: -1;
    position: relative;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area figure::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 104, 182, 0.1);
    z-index: -1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text {
    width: 100%;
    padding: calc(1.5rem * 0.5) 1.5rem;
    margin-top: -10%;
    border: 1px #000 solid;
    background-color: #fff;
    z-index: 10;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .title {
    font-size: calc(14.4px * 1.5);
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: left;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .title span {
    display: block;
    font-weight: bold;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .name .fs20 {
    font-size: calc(14.4px * 1.25);
    display: block;
    text-align: center;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .name .fs18 {
    font-size: calc(14.4px * 1.125);
    display: block;
    text-align: center;
  }
}

/* ----------------------------------------------

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {
  #container.lower_page #contents .interview .wrapper .employee_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
    position: relative;
  }
  #container.lower_page #contents .interview .wrapper .employee_section::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10%;
    left: -2%;
    width: 150%;
    height: 90%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: calc(1rem + 20px) 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area::before {
    display: none;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl {
    width: 100%;
    margin-bottom: 1rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dt {
    font-weight: bold;
    font-size: calc(12.8px * 1.25);
    padding: 0.3em 0 0.3em 1rem;
    position: relative;
    margin-bottom: 0.5em;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #ccc;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dd {
    padding-left: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .text_area dl dd span {
    display: inline-block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area {
    width: 90%;
    z-index: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area figure {
    width: 100%;
    margin-left: auto;
    z-index: -1;
    position: relative;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area figure::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 104, 182, 0.1);
    z-index: -1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text {
    width: 100%;
    padding: calc(1rem * 0.5) 1rem;
    margin-top: -10%;
    border: 1px #000 solid;
    background-color: #fff;
    z-index: 10;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .title {
    font-size: calc(12.8px * 1.5);
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: left;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .title span {
    display: block;
    font-weight: bold;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .name .fs20 {
    font-size: calc(12.8px * 1.25);
    display: block;
    text-align: center;
  }
  #container.lower_page #contents .interview .wrapper .employee_section .image_area .text .name .fs18 {
    font-size: calc(12.8px * 1.125);
    display: block;
    text-align: center;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse::before {
    left: auto;
    right: -2%;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .text_area::before {
    right: 0;
    left: auto;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .image_area figure {
    margin-left: 0;
    margin-right: auto;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .image_area figure::after {
    right: 10px;
  }
  #container.lower_page #contents .interview .wrapper .employee_section.reverse .image_area .text {
    margin-left: auto;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 45px;
    position: relative;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10%;
    left: -2%;
    width: 150%;
    height: 90%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: calc(1rem + 20px) 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl {
    width: 100%;
    margin-bottom: 1rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dt {
    font-weight: bold;
    font-size: calc(12.8px * 1.25);
    padding: 0.3em 0 0.3em 1rem;
    position: relative;
    margin-bottom: 0.5em;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #ccc;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd {
    padding-left: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd span {
    display: inline-block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: 1em;
    font-weight: bold;
    text-decoration: underline;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd .list .time {
    margin-right: 1em;
    font-weight: bold;
    text-decoration: underline;
    min-width: 50px;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area dl dd p span {
    display: block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area::before {
    display: none;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 0 calc(1rem + 20px);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -3rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl {
    width: 100%;
    margin-bottom: 1rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dt {
    font-weight: bold;
    font-size: calc(12.8px * 1.25);
    padding: 0.3em 0 0.3em 1rem;
    position: relative;
    margin-bottom: 0.5em;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #ccc;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dd {
    padding-left: 2rem;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .text_area2 dl dd span {
    display: inline-block;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area {
    width: 90%;
    z-index: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area figure {
    width: 100%;
    margin-left: auto;
    z-index: -1;
    position: relative;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area figure::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 104, 182, 0.1);
    z-index: -1;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text {
    width: 100%;
    padding: calc(1rem * 0.5) 1rem;
    margin-top: -10%;
    border: 1px #000 solid;
    background-color: #fff;
    z-index: 10;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .title {
    font-size: calc(12.8px * 1.5);
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: left;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .title span {
    display: block;
    font-weight: bold;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .name .fs20 {
    font-size: calc(12.8px * 1.25);
    display: block;
    text-align: center;
  }
  #container.lower_page #contents .interview .wrapper .employee_section_wrap .image_area .text .name .fs18 {
    font-size: calc(12.8px * 1.125);
    display: block;
    text-align: center;
  }
}
