@charset "utf-8";
/* CSS Document */
/****ページ共通****/
/*ページタイトル部分*/
#content {
    position: relative;
}
#sub_top {
    background-image: url("../img/sub-main-rp.png"), url("../img/sub-main.png"), url("../img/sub-main-bg.png");
    background-repeat: repeat-x, no-repeat, no-repeat;
    background-size: cover, cover, cover;
    background-position: center;
    position: relative;
}
.mask-img {
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: auto;
}
.mask-img img {
    width: 100%;
}
#content #h1_area {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 505px;
    padding-top: 213px;
}
#content #h1_area h1 {
    text-align: left;
}
#content #h1_area h1 #jp {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 0px 26px rgba(0, 133, 246);
    margin-bottom: 10px;
    line-height: 1.2em;
}
#content #h1_area h1 #en {
    display: block;
    font-size: 80px;
    color: #fff;
    text-shadow: 0px 0px 26px rgba(0, 133, 246);
    margin-bottom: 15px;
    font-weight: 300;
}
/*ページ中身*/
#content {
    font-size: 18px;
}
#content p {
    line-height: 1.8em;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
    text-align: left;
}
#content section {
    padding: 0 0 200px 0;
}
/**パンくず**/
#content #p_navi {
    padding: 0 0 80px 0;
}
#content #p_navi a {
    color: #888;
    text-decoration: none;
}
#content #p_navi a:hover {
    text-decoration: underline;
}
#content #p_navi li {
    display: inline-block;
    vertical-align: middle;
    color: #888;
    font-size: 16px;
}
#content #p_navi li::after {
    content: ">";
    display: inline-block;
    padding: 0 6px;
}
#content #p_navi li:last-child::after {
    display: none;
}
/**各インデックス**/
#content ul.index_area {
    position: relative;
    display: flex;
    justify-content: space-evenly;
}
#content ul.index_area li {
    position: relative;
    display: block;
    width: 50%;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    will-change: transform;
}
#content ul.index_area li:nth-child(even) {
    margin-left: 40px;
}
#content ul.index_area li:hover {
    transform: scale(0.97);
}
#content ul.index_area li img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
#content ul.index_area li .t_box::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 1%;
    width: 15px;
    height: 15px;
    border-right: 2px solid #313131;
    border-bottom: 2px solid #313131;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.2s ease;
}
#content ul.index_area li a {
    position: relative;
    display: block;
    color: initial;
    text-decoration: none;
}
#content ul.index_area li p.ttl_s {
    font-size: 20px;
    text-align: left;
    color: #007eee;
    margin: 0 0 3px 0;
}
#content ul.index_area li p.ttl {
    font-size: 28px;
    padding: 0 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2em;
    margin-bottom: 20px;
}
#content ul.index_area li p.ls {
    letter-spacing: -0.1em;
}
#content ul.index_area li p.txt {
    font-size: 18px;
    display: block;
    line-height: 1.6em;
}
#content div.c2index {
    display: flex;
    flex-wrap: wrap;
}
#content h4 {
    font-size: 28px;
    font-weight: bold;
}
@media screen and (max-width: 1250px) {
    #content #h1_area {
        max-width: none;
        padding: 200px 40px;
    }
}
@media screen and (max-width: 950px) {
    #content ul.index_area li p.txt {
        font-size: 16px;
    }
}
@media screen and (max-width: 880px) {
    #content #h1_area {
        position: relative;
        height: 270px;
    }
    #content #h1_area h1 {
        position: absolute;
        top: calc(50% + 40px);
        transform: translateY(-50%);
        overflow: hidden;
        max-width: 80%;
        overflow-wrap: break-word;
    }
    #content #h1_area h1 #en {
        font-size: 46px;
    }
    #content #h1_area h1 #jp {
        font-size: 18px;
    }
    #content section h2 {
        font-size: 28px;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    #content ul.index_area li p.ttl {
        font-size: 20px;
        line-height: normal;
    }
}
@media screen and (max-width: 750px) {
    #content #h1_area {
        padding: 200px 20px;
    }
    #content #p_navi {
        padding: 40px 0;
    }
    #content section h2 {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 650px) {
    #content ul.index_area {
        flex-direction: column;
    }
    #content ul.index_area li:first-child {
        margin: 0;
    }
    #content ul.index_area li:nth-child(2n) {
        margin-left: 0;
        margin-top: 80px;
    }
    #content section {
        padding: 0 0 100px 0;
    }
}
@media screen and (max-width: 500px) {
    #content, #content p, #content ul.index_area li p.txt {
        font-size: 22px;
    }
    #sub_top {
        background-size: 210%, cover, cover;
    }
    #content #h1_area {
        padding: 160px 20px;
    }
}
/*ページ中身ここまで*/
/****ページ共通ここまで****/
/****Company　企業情報ページ****/
#content section h2.ci {
    font-size: 36px;
    font-weight: 600;
    color: #005eec;
    margin-bottom: 50px;
    text-align: center;
    border: none;
    position: sticky;
    padding-bottom: 0;
}
#content section h2.ci:after {
    display: none;
}
#company p#rinen {
    font-size: 30px;
    padding-bottom: 110px;
    text-align: center;
}
#company p#rinen_text {
    padding-top: 80px;
    margin-bottom: 130px;
}
.t_box {
    display: flex;
    margin-top: 36px;
    position: relative;
}
@media screen and (max-width: 880px) {
    #company p#rinen {
        font-size: 24px;
    }
}
@media screen and (max-width: 650px) {
    #company p#rinen {
        font-size: 20px;
    }
}
@media screen and (max-width: 600px) {
    #company p#rinen {
        text-align: left;
        padding-bottom: 50px;
    }
    #company p#rinen_text {
        padding-top: 40px;
        margin-bottom: 60px;
    }
    #content section h2.ci {
        font-size: 32px;
    }
}
/****Company　企業情報ページここまで****/
/****Profile　会社概要ページ****/
#content a.btn_s {
    position: relative;
    display: inline-block;
    background: #007eee;
    color: #fff;
    font-weight: bold;
    border-radius: 1.5em;
    font-size: 14px;
    text-decoration: none;
    padding: 0 30px 0 15px;
    margin-left: 1em;
}
#content a.btn_s::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    transition: right 0.3s ease-in-out;
}
#content a.btn_s:hover {
    color: #fff;
    text-decoration: none;
}
#content a.btn_s:hover::after {
    right: 10%;
}
#content .section {
    padding: 0 0 200px 0;
}
#content table th {
    padding-right: 2em;
    font-weight: normal;
}
#content dl.table {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}
#content dl.table > div {
    display: flex;
}
#content dl.table dt {
    vertical-align: top;
    padding: 15px 20px;
    font-weight: bold;
    line-height: 1.8em;
}
#content dl.table dd {
    vertical-align: top;
    padding: 15px 20px;
    border-top: 1px solid #ccc;
    line-height: 1.8em;
}
#content dl.table > div:last-child dt {
    border-bottom: 1px solid #007eee;
}
#content dl.table > div:last-child dd {
    border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 750px) {
    #content dl.table dt {
        width: 30%;
        border-top: 1px solid #007eee;
    }
    #content dl.table dd {
        width: 70%;
    }
}
@media screen and (max-width: 750px) {
    #content section h2.box_h {
        font-size: 20px;
    }
    #content .contact_mail {
        font-size: 22px;
    }
    #content dl.table > div {
        display: block;
    }
    #content dl.table dt {
        vertical-align: top;
        padding: 15px 20px 0 20px;
        border-top: 1px solid #ccc;
        width: 100%;
        color: #007eee;
    }
    #content dl.table dd {
        vertical-align: top;
        padding: 5px 20px 15px 20px;
        border-top: none;
        width: 100%;
        line-height: 1.8em;
    }
    #content dl.table > div:last-child dt {
        border-bottom: none;
    }
    #content .section {
        padding: 0 0 100px 0;
    }
}
/****Profile　会社概要ページここまで****/
/****Message　メッセージページ****/
#content section h2.copy_h {
    font-size: 56px;
    text-align: left;
    margin-bottom: 30px;
    border: none;
    padding: 0;
    line-height: 1.4em;
    color: #313131;
    font-weight: 400;
    text-shadow: 0px 0px 10px #fff;
    letter-spacing: 2.7px;
}
#content section h2.copy_h:after {
    display: none;
}
.sign span {
    font-size: 24px;
}
.message_top {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 145px;
}
.message_top img {
    margin-left: auto;
}
.message_text {
    position: absolute;
    z-index: 2;
}
@media screen and (max-width: 1070px) {
    .message_top {
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }
    .message_top img {
        margin: auto;
        padding-bottom: 30px;
        width: 100%;
    }
    .message_text {
        position: static;
        margin-right: auto;
    }
}
@media screen and (max-width: 880px) {
    #content section h2.copy_h {
        font-size: 48px;
    }
}
@media screen and (max-width: 750px) {
    #content section h2.copy_h {
        font-size: 36px;
    }
}
@media screen and (max-width: 500px) {
    #content section h2.copy_h {
        font-size: 28px;
    }
    .sign span {
        font-size: 20px;
    }
}
/****Message　メッセージページここまで****/
/****Privacy　プライバシーポリシーページ****/
#content section h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: .5em;
    border-bottom: solid 3px #bddffd;
    color: #313131;
}
#content section h2:after {
    position: absolute;
    bottom: -3px;
    content: " ";
    display: block;
    width: 20%;
    border-bottom: solid 3px #008aff;
}
#content section h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #313131;
}
@media screen and (max-width: 880px) {
    #content section h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 500px) {
    #content section h2 {
        font-size: 22px;
    }
    #content section h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 20px 0;
    }
}
#content .right_block {
    float: right;
    display: inline-block;
}
#content .box_gry table.table th, .box_gry .table td {
    padding: 5px 0;
}
#content .box_gry table.table {
    margin-bottom: 10px;
}
#content .box_gry table.table th {
    white-space: nowrap;
    padding-right: 1em;
}
/****Privacy　プライバシーポリシーページここまで****/
/****Business　事業概要ページ****/
#business .wrap_box {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
}
#business .wrap_text {
    width: 60%;
}
#business .wrap_img img {
    width: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0 100%);
}
#business .wrap_img img.b_img_sp {
    display: none;
}
#business .wrap_img {
    width: 40%;
    margin-left: 20px;
}
.secondary #content section.one {
    padding: 0 0 150px 0;
}
@media screen and (max-width: 1000px) {
    #business .wrap_box {
        align-items: flex-end;
    }
}
@media screen and (max-width: 880px) {
    #business .wrap_box {
        display: block;
    }
    #business .wrap_text, #business .wrap_img {
        width: 100%;
    }
    #business .wrap_img {
        margin-left: 0;
        margin-top: 40px;
        text-align: center;
    }
    #business .wrap_img img.b_img_pc {
        display: none;
    }
    #business .wrap_img img.b_img_sp {
        display: block;
    }
    #business .wrap_img img {
        height: 250px;
        object-fit: cover;
        object-position: 0% 75%;
        clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0 100%);
    }
}
@media screen and (max-width: 550px) {
    #business .wrap_img img {
        height: 200px;
        object-position: 0% 60%;
    }
}
/****Business　事業概要ページここまで****/
/****contact　お問い合わせページ****/
#contact .c_text p {
    text-align: center;
    font-weight: bold;
}
.secondary #content section.c_text {
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 5px;
}
#contact .c_text .c_dept {
    text-align: center;
}
#contact .c_text .c_add {
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact .c_text .c_add img {
    width: 60px;
    margin-right: 20px;
}
#contact .c_text .c_add_in {
    font-size: 36px;
    margin: 0;
}
#contact #content a {
    text-decoration: none;
    display: inline-block;
}
#contact #content a:hover {
    color: #007eee;
    transition: 0.3s;
}
#contact .c_attn {
    border-radius: 10px;
    margin-inline: auto;
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 200px;
}
@media screen and (max-width: 880px) {
    #contact .c_text .c_add_in {
        font-size: 32px
    }
    #contact .c_text .c_add img {
        width: 50px;
    }
}
@media screen and (max-width: 750px) {
    #contact .c_attn {
        margin-bottom: 150px;
    }
    .secondary #content section.c_text {
        padding: 0;
    }
}
@media screen and (max-width: 500px) {
    #contact .c_text .c_add_in {
        font-size: 7vw;
    }
    #contact .c_text .c_add img {
        max-width: 40px;
        margin-right: 10px;
    }
}
/****contact　お問い合わせページここまで****/
/****access　アクセスページ****/
#access #content iframe {
    height: 50vh;
}
#access .wrap_box {
    display: flex;
    justify-content: space-between;
}
#access .a_map {
    display: block;
    width: calc(50% - 40px);
}
@media screen and (max-width: 750px) {
    #access .wrap_box {
        display: block;
    }
    #access .a_map {
        width: 100%;
    }
    #access .a_map:first-child {
        margin-bottom: 40px;
    }
}
/****access　アクセスページここまで****/
/****interview　先輩社員の声ページ****/
#interview .int_area ul, #interview .border {
    margin-bottom: 140px;
}
#interview .int_area ul {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
#interview .int_area ul li a {
    text-decoration: none;
}
#interview .int_area ul li a:hover {
    color: #313131
}
#interview .int_area ul li {
    margin-right: 4%;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    will-change: transform;
}
#interview .int_area ul li:hover {
    transform: scale(0.97);
}
#interview .int_area ul li:last-child {
    margin-right: 0;
}
#interview .int_area ul li img {
    width: 100%;
}
#interview .int_area ul li img.sp {
    display: none;
}
#interview #content .int_in p {
    background: #fff;
    padding: 10px;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 1em;
}
#interview #content p.years {
    font-size: 20px;
}
#interview #content p.name {
    font-size: 48px;
}
#interview .int_in {
    position: absolute;
    bottom: 40px;
    margin-right: 15px;
    left: -1px;
	width: 50%;
}

#content .en {
    display: block;
    font-size: 80px;
    color: #313131;
    margin-bottom: 15px;
    font-weight: 300;
}
#content .jp {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #006bca;
    margin-bottom: 10px;
    line-height: 1.2em;
}

@media screen and (max-width: 1080px) {
    #interview #content p.years {
        font-size: 16px;
    }
    #interview #content p.name {
        font-size: 36px;
    }
}
@media screen and (max-width: 880px) {
    #interview .int_area ul {
        display: block;
    }
    #interview .int_area ul li {
        margin-right: 0;
        margin-bottom: 50px;
    }
    #interview .int_area ul li:last-child {
        margin-bottom: 0;
    }
    #content .en {
        font-size: 46px;
    }
    #content .jp {
        font-size: 18px;
        margin-bottom: 50px;
    }
    #interview .int_in {
        width: 185px;
        margin-right: 0;
    }
    #interview .int_area ul li img.pc {
        display: none;
    }
    #interview .int_area ul li img.sp {
        display: block;
    }
}
@media screen and (max-width: 750px) {
    #interview .int_area ul, #interview .border {
        margin-bottom: 70px;
    }
    #interview .int_area ul {
        margin-top: 60px;
    }
}
@media screen and (max-width: 500px) {
    #interview #content p.years {
        font-size: 14px;
    }
    #interview #content p.name {
        font-size: 28px;
    }
    #interview #content .int_in p {
        padding: 5px;
    }
    #interview .int_in {
        bottom: 10px;
		width: 34%;
    }
}
/****interview　先輩社員の声ページここまで****/
/****interview　先輩社員の声個別ページ****/
#interview_top {
    background-image: url("../img/hk01.png"), url(../img/sub-main-rp.png), url("../img/interview-hkbg.jpg");
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-size: 120vw auto, cover, 130vw auto;
    background-position: calc(50% + 200px) 25%, center, calc(50% + 200px) 25%;
    position: relative;
}
/*中谷さん*/
#interview_top.kn {
    background-image: url("../img/kn01.png"), url(../img/sub-main-rp.png), url("../img/interview-knbg.jpg");
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-size: 110vw auto, cover, 120vw auto;
    background-position: calc(50% + 100px) 10%, center, calc(50% + 100px) 10%;
    position: relative;
}
/*佐藤さん*/
#interview_top.ms {
    background-image: url("../img/ms01.png"), url(../img/sub-main-rp.png), url("../img/interview-msbg.jpg");
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-size: 130vw auto, cover, 130vw auto;
    background-position: calc(50% - 100px) 65%, center, calc(50% - 100px) 65%;
    position: relative;
}
#interview.person #content #h1_area {
    height: 820px;
    padding-top: 422px;
}
#interview.person #content #h1_area h1 #en, #interview #content #h1_area h1 #jp {
    text-shadow: 0px 0px 26px rgba(0, 59, 109);
}
#interview.person .int_in {
    width: auto;
    margin: 0;
    right: 0;
    left: auto;
    bottom: 82px;
}
#interview.person #content #p_navi {
    padding: 0 0 120px 0;
}
#interview.person #content section h2 {
    border: none;
    color: #007eee;
    font-weight: 400;
}
#interview.person #content section h2:after {
    display: none;
}
#interview.person #content section p:nth-child(2) {
    margin-bottom: 100px;
}
.int {
    display: flex;
}
.int_box {
    display: block;
    width: 60%;
    box-sizing: border-box;
    padding-right: 6%;
}
.int_box:nth-child(2) {
    padding-left: 80px;
}
.int > figure {
    width: 40%;
    box-sizing: border-box;
}
.int > figure > img {
    width: 100%;
    box-sizing: border-box;
}
.int > figure > img.sp {
    display: none;
}
#interview #content section {
    padding: 0 0 100px 0;
}
#interview #content section:nth-child(3) {
    padding: 0 0 140px 0;
}
#interview.person #content section.schedule {
    background-image: url("../img/top-recruit-rp.png"), url("../img/top-recruit-bg.png");
    background-repeat: repeat-x, no-repeat;
    background-size: cover, cover;
    background-position: center;
    position: relative;
    padding: 60px;
    margin-bottom: 140px;
}
#interview.person #content section.schedule h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}
.schedule dt, .schedule dd {
    color: #fff;
}
.schedule .wrap {
    display: flex;
}
.schedule dl {
    position: relative;
    margin: 0 auto;
    width: 80%;
    display: block;
}
.schedule dl:first-child {
    margin-right: 50px;
}
.schedule dl::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px; /* dtの右にライン */
    width: 1px;
    background: #fff;
    margin: 10px 0;
}
.schedule dl div {
    display: flex;
    position: relative;
    margin-bottom: 40px;
}
.schedule dt {
    font-size: 20px;
    width: 80px;
    font-weight: normal;
    text-align: right;
    margin-right: 55px;
    position: relative;
}
.schedule dt::before {
    content: "";
    position: absolute;
    top: 8px;
    right: -26px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}
.schedule dd {
    flex: 1;
}
.schedule dd .bold {
    display: block;
}
@media screen and (max-width: 1300px) {
    #interview_top {
        background-position: calc(50% + 100px) 25%, center, calc(50% + 100px) 25%;
    }
    /*中谷さん*/
    #interview_top.kn {
        background-position: center bottom;
    }
    /*佐藤さん*/
    #interview_top.ms {
        background-position: calc(50% - 120px) 85%, center, calc(50% - 120px) 85%;
    }
}
@media screen and (max-width: 1250px) {
    #interview.person .int_in {
        padding-right: 40px;
    }
}
@media screen and (max-width: 1200px) {
    #interview.person #content section.schedule {
        padding: 40px;
    }
    #interview.person #content section.schedule h2 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1150px) {
    #interview_top {
        background-size: 155vw auto, cover, 160vw auto;
        background-position: calc(50% + 100px), center, calc(50% + 100px);
    }
    /*中谷さん*/
    #interview_top.kn {
        background-size: 125vw auto, cover, 125vw auto;
    }
    /*佐藤さん*/
    #interview_top.ms {
        background-size: 155vw auto, cover, 160vw auto;
        background-position: calc(50% - 150px) 90%, center, calc(50% - 150px) 90%;
    }
}
@media screen and (max-width: 1000px) {
    /*中谷さん*/
    #interview_top.kn {
        background-size: 145vw auto, cover, 160vw auto;
    }
}
@media screen and (max-width: 880px) {
    #interview_top {
        background-position: calc(50% + 100px) 25%, center, calc(50% + 100px) 25%;
        background-size: cover, auto, cover;
    }
    /*中谷さん*/
    #interview_top.kn {
        background-size: 1000px, auto, cover;
    }
    /*佐藤さん*/
    #interview_top.ms {
        background-position: calc(50% - 100px) 85%, center, calc(50% - 100px) 85%;
        background-size: cover, auto, cover;
    }
    #interview.person #content #h1_area {
        height: 50vh;
        padding-top: 422px;
    }
    .int {
        display: block;
    }
    .int_box {
        width: 100%;
        padding-right: 0;
    }
    .int > figure {
        width: 100%;
        margin-top: 100px;
    }
    .int:last-child {
        display: flex;
        flex-direction: column-reverse;
    }
    .int_box:nth-child(2) {
        padding-left: 0;
    }
    .schedule .wrap {
        display: block;
        padding: 0;
    }
    .schedule dl:first-child {
        margin-right: 30px;
    }
    .schedule dl:first-child div:last-child {
        margin: 0;
        padding-bottom: 40px;
    }
    .schedule dl {
        width: 100%;
    }
    .schedule dl::before {
        left: 67px;
    }
    .schedule dl:first-child::before {
        margin: 10px 0 0 0;
    }
    .schedule dl:last-child::before {
        margin: 0;
    }
    .schedule dt {
        font-size: 18px;
        width: auto;
    }
    .l_em {
        margin-left: 0.5em;
    }
    .int > figure > img.pc {
        display: none;
    }
    .int > figure > img.sp {
        display: block;
    }
}
@media screen and (max-width: 750px) {
    #interview.person #content #p_navi {
        padding: 40px 0;
    }
    #interview.person .int_in {
        padding-right: 20px;
    }
    #interview.person #content section.schedule {
        padding: 20px;
    }
    #interview.person #content section.schedule h2 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 660px) {
    #interview_top {
        background-position: calc(50% + 100px) 25%, 230%, calc(50% + 100px) 25%;
        background-size: cover, auto, cover;
    }
    /*中谷さん*/
	#interview_top.kn{
        background-position: center bottom, 230%, center;
    }
    /*佐藤さん*/
    #interview_top.ms {
        background-position: calc(50% - 10px) 25%, 230%, calc(50% - 10px) 25%;
        background-size: cover, auto, cover;
    }
}
@media screen and (max-width: 500px) {
    .int > figure {
        margin-top: 50px;
    }
    #interview #content section {
        padding: 0 0 50px 0;
    }
    #interview #content section:nth-child(3) {
        padding: 0 0 70px 0;
    }
    #interview.person #content section p:nth-child(2) {
        margin-bottom: 50px;
    }
    #interview.person #content section.schedule {
        margin-bottom: 70px;
    }
    #interview.person #content section h2 {
        margin-bottom: 10px;
    }
}
/****interview　先輩社員の声個別ページここまで****/
/****recruit　採用情報ページ****/
#recruit .index_area:first-child {
    margin-bottom: 80px;
}
#content ul.index_area:first-child li:first-child {
    width: 100%;
}
#recruit ul.index_area:last-child {
    justify-content: space-between;
}
#recruit ul.index_area:last-child, #recruit .border {
    margin-bottom: 140px;
}
#recruit ul.index_area img.sp {
    display: none;
}
@media screen and (max-width: 650px) {
    #recruit ul.index_area:last-child {
        padding: 0 0 100px 0;
    }
    #recruit ul.index_area img.pc {
        display: none;
    }
    #recruit ul.index_area img.sp {
        display: block;
    }
	#recruit ul.index_area:last-child, #recruit .border {
    margin-bottom: 70px;
}
}
/****recruit　採用情報ページここまで****/
/****Personality　求める人物像ページ****/
#personality .wrap_box {
    padding-bottom: 70px;
    display: flex;
	align-items: center;
}
#personality .wrap_text {
    width: 80%;
	padding-left: 40px;
}
#personality .wrap_img img {
    width: 100%;
	max-width: 150px;
}
#personality .photo_area {
    padding-top: 100px;
    display: flex;
}
#personality .photo_area figure {
    margin-right: 30px;
}
#personality .photo_area figure:last-child {
    margin-right: 0;
}
#personality .photo_area figure img {
    width: 100%;
    max-width: 380px;
}
#personality .wrap_img img.b_img_sp {
        display: none;
    }
#personality .photo_area, #personality .border {
    margin-bottom: 140px;
	padding-bottom: 140px;
}
@media screen and (max-width: 650px) {
    #personality .wrap_box {
        padding-bottom: 40px;
		display: block;
    }
		#personality .wrap_text {
    width: 100%;
	padding-left: 0;
	padding-top: 20px;
}
	#content section h2.third {
		margin-bottom: 0;
	}

	#personality .wrap_img {
        text-align: center;
    }
	#personality .wrap_img img.b_img_sp {
        display: block;
		margin: 0 auto;
		padding-bottom: 20px;
    }
	#personality .wrap_img img.b_img_pc {
        display: none;
    }
    #personality .photo_area {
        padding-bottom: 100px;
        padding-top: 40px;
        display: block;
    }
    #personality .photo_area figure {
        margin-bottom: 20px;
    }
    #personality .photo_area figure:last-child {
        margin-bottom: 0;
    }
	#personality .photo_area, #personality .border {
    margin-bottom: 70px;
	padding-bottom: 70px;
}
}
/****Personality　求める人物像ページここまで****/
/****guideline 募集要項ページ****/
#guideline .kome {
    padding-left: 1em;
    text-indent: -1em;
}
#guideline #content .section {
    padding: 0 0 90px 0;
}
@media screen and (max-width: 650px) {
	#guideline #content .section {
    padding: 0 0 20px 0;
}
}
/****guideline 募集要項ページここまで****/
/****secondaryクラス用****/
.secondary #content p.wrap_top {
    margin-bottom: 120px;
}
.secondary h4 {
    margin-bottom: 20px;
}
.secondary #content section {
    padding: 0 0 200px 0;
}
@media screen and (max-width: 750px) {
    .secondary #content p.wrap_top {
        margin-bottom: 80px;
    }
    .secondary #content section {
        padding: 0 0 75px 0;
    }
}
/****secondaryクラス用ここまで****/
/***/
#content .center {
    text-align: center !important;
}
#content .left {
    text-align: left !important;
}
#content .right {
    text-align: right !important;
}
#content .mt0 {
    margin-top: 0px !important;
}
#content .mt20 {
    margin-top: 20px !important;
}
#content .mt40 {
    margin-top: 400px !important;
}
#content .mt100 {
    margin-top: 100px !important;
}
#content .mb0 {
    margin-bottom: 0px !important;
}
#content .mb20 {
    margin-bottom: 20px !important;
}
#content .mb40 {
    margin-bottom: 40px !important;
}
#content .mb60 {
    margin-bottom: 60px !important;
}
#content .mb80 {
    margin-bottom: 80px !important;
}
#content .mb100 {
    margin-bottom: 100px !important;
}
#content .pt0 {
    padding-top: 0px !important;
}
#content .pt20 {
    padding-top: 20px !important;
}
#content .pt30 {
    padding-top: 30px !important;
}
#content .pt40 {
    padding-top: 40px !important;
}
#content .pt60 {
    padding-top: 60px !important;
}
#content .pt80 {
    padding-top: 80px !important;
}
#content .pt100 {
    padding-top: 100px !important;
}
#content .pb0 {
    padding-top: 0px !important;
}
#content .pb20 {
    padding-top: 20px !important;
}
#content .pb30 {
    padding-bottom: 30px !important;
}
#content .pb40 {
    padding-bottom: 40px !important;
}
#content .pb60 {
    padding-bottom: 60px !important;
}
#content .pb80 {
    padding-bottom: 80px !important;
}
#content .pb100 {
    padding-bottom: 100px !important;
}
.bold {
    font-weight: 900;
}
.ttl_txt {
    font-weight: 900;
    border-bottom: 1px solid #242624;
    padding-bottom: 10px;
}
.ttl_txt_g {
    font-weight: bold;
    color: #009e42;
}
#content .large_txt {
    font-size: 120%;
}
#content .small_txt {
    font-size: 80%;
}
.nowrap {
    white-space: nowrap;
}
.sign {
    line-height: 1.6em !important;
}
.border {
    border-bottom: solid 1px #313131;
}
.g_base {
    position: relative;
    background: #f9f9f9;
    /*	box-shadow:inset 0px 0px 20px -1px rgba(0,0,0,0.2);*/
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}
.v_base {
    position: relative;
    background: #e9f6ee;
    /*	box-shadow:inset 0px 0px 20px -1px rgba(0,0,0,0.2);*/
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}
.message_base {
    position: relative;
    background: url("../img/recruit-message.jpg") #fff no-repeat bottom center;
    background-size: 100% auto;
    box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    width: 100%;
    z-index: 2;
}
.right_area {
    float: right;
    width: 50%;
}
.left_area {
    float: left;
    width: 50%;
}
#content section h3.h3 {
    font-size: 24px;
    font-weight: bold;
    color: #009e42;
    margin-bottom: 15px;
}
#content section h2.box_h {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 0;
    border: none;
}
#content .box_grd {
    /*	border: 5px solid;
	border-image: linear-gradient(to right, #65f297, #f6cbfb, #937ef3) 1;*/
    border-radius: 10px;
    margin-inline: auto;
    padding: 40px 50px;
    background: #f9f9f9;
    /*	box-shadow: 0px 7px 20px rgba(0,0,0,0.1);*/
}
#content .box_gry::after {
    content: "";
    display: block;
    clear: both;
}
#content .box_gry {
    border-radius: 10px;
    margin-inline: auto;
    padding: 20px 30px 10px 30px;
    background: #f9f9f9;
}
#content .box_grd::after {
    content: "";
    display: block;
    clear: both;
}
#content .att {
    padding-left: 1em;
    text-indent: -1em;
}
#content a {
    color: #313131;
    text-decoration: underline;
    transition: 0.3s;
}
#content a:hover {
    color: #007eee;
    text-decoration: none;
}
#content a.blank::after {
    content: "\f2d2";
    font-family: "Font Awesome 5 Free";
    font-weight: normal; /*指定しないと表示されない*/
    padding-left: .3em; /*文字とアイコンの間に隙間*/
}
#content a.pdf::after {
    content: "\f15b";
    font-family: "Font Awesome 5 Free";
    font-weight: normal; /*指定しないと表示されない*/
    padding-left: .3em; /*文字とアイコンの間に隙間*/
}
/*table**/
#content .table-scr table, #content .table-scr td, #content .table-scr th {
    border-collapse: collapse;
    border: 1px solid #ccc;
}
#content .table-scr {
    max-width: 100%;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
#content .table-scr table {
    width: auto;
}
#content .table-scr th {
    padding: 10px 20px;
    background: #e9f6ee;
}
#content .table-scr td {
    padding: 10px 20px;
}
#content .table-scr p.scr_txt {
    display: none;
}
@media screen and (max-width: 500px) {
    #content .table-scr {
        max-width: 100%;
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 10px;
    }
    #content .table-scr th, #content .table-scr td {
        white-space: nowrap;
    }
    #content .table-scr p.scr_txt {
        display: block;
    }
}
#content .right_block {
    float: right;
    display: inline-block;
}
#content .box_gry table.table th, .box_gry .table td {
    padding: 5px 0;
}
#content .box_gry table.table {
    margin-bottom: 10px;
}
#content .box_gry table.table th {
    white-space: nowrap;
    padding-right: 1em;
}
#content .table-bdr table, #content .table-bdr td, #content .table-bdr th {
    border-collapse: collapse;
    border: 1px solid #ccc;
}
#content .table-bdr {
    max-width: 900px;
    margin: auto;
}
#content .table-bdr table {
    width: 100%;
}
#content .table-bdr th {
    padding: 10px 20px;
    background: #e9f6ee;
}
#content .table-bdr td {
    padding: 10px 20px;
}
/**リスト**/
#content ul.disc {
    text-indent: 0;
    padding: 0;
    padding-left: 1.5em;
}
#content ul.disc > li {
    list-style: disc;
    padding: 0.2em 0;
    line-height: 1.8em;
}
/**番号付きリスト「1.」**/
#content ol.num {
    text-indent: 0;
    list-style: decimal;
    padding: 0.2em 0;
    padding-left: 1.5em;
}
#content ol.num > li {
    padding: 0.2em 0;
    line-height: 1.5em;
}
/**番号付きリスト「（1）」**/
#content ol.num_per {
    text-indent: 0;
    counter-reset: list-counter; /* カウンターのリセット */
    list-style-type: none; /* デフォルトの番号を消す */
    padding: 0.5em 0;
}
#content ol.num_per > li {
    counter-increment: list-counter; /* カウンターをインクリメント */
    padding: 0.2em 0;
    padding-left: 2.5em;
    text-indent: -2.5em;
    line-height: 1.8em;
}
#content ol.num_per > li::before {
    content: '（'counter(list-counter) '）'; /* 括弧付きでカウンターを表示 */
}
/**番号付きリスト「1）」**/
#content ol.num_per_h {
    text-indent: 0;
    counter-reset: list-counter; /* カウンターのリセット */
    list-style-type: none; /* デフォルトの番号を消す */
    padding: 0.5em 0;
}
#content ol.num_per_h > li {
    counter-increment: list-counter; /* カウンターをインクリメント */
    padding: 0.2em 0;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.8em;
}
#content ol.num_per_h > li::before {
    content: counter(list-counter) '）'; /* 括弧付きでカウンターを表示 */
}
/**番号付きリスト「i.」**/
#content ol.num_roman {
    text-indent: 0;
    list-style: lower-roman;
    padding: 0.5em 0;
    padding-left: 1.5em;
}
#content ol.num_roman > li {
    padding: 0.2em 0;
    line-height: 1.8em;
}
/**番号付きリスト「①」**/
#content ol.nu_circle {
    text-indent: 0;
    list-style: none;
    padding: 0.5em 0;
}
#content ol.num_circle > li {
    padding: 0.2em 0;
    padding-left: 1.3em;
    text-indent: -1.3em;
    line-height: 1.8em;
}
/***MESSAGE****/
#message #content .center_block {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    text-align: left;
}
#message #content .center_block .copy_h {
    text-align: left;
}
/***IN DATA****/
#content ul.data-area {
    display: flex;
    flex-wrap: wrap;
}
#content ul.data-area li {
    position: relative;
    background: #f9f9f9;
    border-radius: 10px;
    width: calc(33.3% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
    padding: 40px 20px 10px 20px;
}
#content ul.data-area li:nth-child(3n) {
    margin-right: 0;
}
#content ul.data-area li h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
#content ul.data-area li p.icon img {
    max-width: 121px;
}
#content ul.data-area li p.value {
    font-size: 40px;
    color: #009e42;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 10px;
    line-height: 1em;
}
#content ul.data-area li p.value span {
    font-size: 90px;
    letter-spacing: -0.05em;
    padding-right: 5px;
    line-height: 1em;
}
#content ul.data-area li p.right {
    margin-bottom: 0;
}
#content ul.data-area.c2 li, #content ul.data-area.c2 li:nth-child(3n) {
    width: calc(50% - 15px);
    margin-right: 30px;
    padding-bottom: 30px;
}
#content ul.data-area.c2 li:nth-child(even) {
    margin-right: 0;
}
#content ul.data-area .chart-area {
    width: 48%;
    max-width: 250px;
    margin: auto;
}
#content ul.data-area .chart-txt img {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 585px;
    transform: translateY(-50%);
}
#content ul.data-area li.c1, #content ul.data-area li.c1:nth-child(3n), #content ul.data-area li.c1:nth-child(even) {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
}
#content ul.data-area li.refresh {
    position: relative;
    padding: 40px 0;
    height: 40vw;
    max-height: 480px;
}
#content ul.data-area li.refresh p {
    position: absolute;
    top: 80px;
    left: 0;
}
#content ul.data-area li.refresh img.pc {
    width: 100%;
}
#content ul.data-area li.refresh img.sp {
    display: none;
}
#content ul.data-area li.comment {
    position: relative;
    padding: 40px 0;
    height: 32vw;
    max-height: 380px;
}
#content ul.data-area li.comment p {
    position: absolute;
    top: 80px;
    left: 0;
}
#content ul.data-area li.comment img {
    width: 100%;
}
#content ul.data-area dl.bar-graph {
    padding: 0 0 0 40px;
}
#content ul.data-area dl.bar-graph div {
    margin-bottom: 15px;
    white-space: 100%;
    text-align: left;
    font-size: 0
}
#content ul.data-area dl.bar-graph div dt {
    display: inline-block;
    width: 20%;
    padding-right: 20px;
    text-align: right;
    font-size: 18px;
    vertical-align: middle;
}
#content ul.data-area dl.bar-graph div dd {
    display: inline-block;
    width: 80%;
    height: 35px;
    font-size: 14px;
    vertical-align: middle;
    font-weight: bold;
    color: #009e42;
}
#content ul.data-area dl.bar-graph div dd span {
    font-size: 18px;
}
#content ul.data-area dl.bar-graph div dd::before {
    content: "";
    display: inline-block;
    /*background: linear-gradient(to right, rgba(204,229,161,1) 0%, rgba(38,148,58,1) 97%);*/
    background: url("../img/recruit-data-graph_barbg.png") repeat-y top left;
    height: 100%;
    ;
    vertical-align: middle;
    margin-right: 10px;
}
#content ul.data-area dl.bar-graph.on div#bar01 dd::before {
    animation: graph01 2s forwards;
}
#content ul.data-area dl.bar-graph.on div#bar02 dd::before {
    animation: graph02 2s forwards;
}
#content ul.data-area dl.bar-graph.on div#bar03 dd::before {
    animation: graph03 2s forwards;
}
#content ul.data-area dl.bar-graph.on div#bar04 dd::before {
    animation: graph04 2s forwards;
}
#content ul.data-area dl.bar-graph.on div#bar05 dd::before {
    animation: graph05 2s forwards;
}
#content ul.data-area dl.bar-graph.on div#bar06 dd::before {
    animation: graph06 2s forwards;
}
#content ul.data-area dl.bar-graph.on div#bar07 dd::before {
    animation: graph07 2s forwards;
}
#content ul.data-area dl.bar-graph.on div#bar08 dd::before {
    animation: graph08 2s forwards;
}
#content ul.data-area .bar-graph-wrap {
    position: relative;
    height: 350px;
    overflow: hidden;
}
@media screen and (max-width: 880px) {
    #content section h2.box_h {
        font-size: 22px;
    }
    #content section h3.h3 {
        font-size: 20px;
    }
    #content .photo_area {
        display: block;
    }
    #content .photo_area figure {
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    #content .box_grd {
        padding: 20px;
    }
    #content .contact_mail {
        font-size: 30px;
    }
    #content .box_grd.mtq {
        display: block;
    }
    #content .contact_bn {
        display: block;
        width: 100%;
        max-width: none;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
    /**COMPANY**/
    #content #initiatives #policy {
        display: block;
    }
    #content #initiatives #policy li {
        width: 100%;
    }
    #content #initiatives #policy li figure {
        text-align: left;
        max-width: 180px;
        border-radius: 50%;
        background: #fff;
        overflow: hidden;
        margin: 0 auto 30px auto;
    }
}
@media screen and (max-width: 750px) {
    /**COMPANY**/
    .access_txt {
        display: block;
        padding: 50px 0;
    }
    .access_txt > div {
        padding: 0;
        width: 100%;
    }
    .access_txt > div:last-child {
        border-left: none;
    }
    .access_txt > div dt {
        border-bottom: 1px solid #242624;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    #content #initiatives h3 {
        font-size: 40px;
    }
    #content #initiatives #vision {
        margin-bottom: 0;
    }
    #content #initiatives #vision p {
        width: 100%;
        margin-bottom: 0;
    }
    #content #initiatives #mv_area figure {
        text-align: center;
    }
    #content #initiatives #mv_area img {
        position: relative;
        right: auto;
        bottom: auto;
        width: 80%;
    }
    #content #initiatives #policy li {
        margin-bottom: 40px;
    }
    #content #initiatives #policy li figure {
        max-width: 160px;
        margin: 0 auto 20px auto;
    }
    #content #history dt {
        font-size: 20px;
        width: 70px;
    }
    /**STAFF**/
    #staff #content p.staff_message {
        font-size: 18px;
    }
    /**IN DATA**/
    #content ul.data-area dl.bar-graph div dt {
        display: block;
        width: 100%;
        text-align: left;
        padding-bottom: 5px;
    }
    #content ul.data-area dl.bar-graph div dd {
        width: 100%;
    }
}
@media screen and (max-width: 650px) {
    #staff #content ul#staff_index li, #staff #content ul#staff_index li:nth-child(3n), #staff #content ul#staff_index li:nth-child(2n) {
        width: 100%;
        margin-right: 0;
    }
    #staff #content ul#staff_index li a figure img {
        width: 110%;
        margin-left: -20%;
        margin-top: -50px;
        transition: 0.3s;
    }
    #interview #content #h1_area_intv figure {
        margin-left: -60px;
    }
    #interview #content #h1_area_intv figure img {
        height: 400px;
        margin-top: -40px;
        object-fit: cover;
    }
    #interview #content #message_area .box_message {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        padding: 40px 20px 40px 130px;
    }
    #interview #content #message_area h2 {
        top: -35px;
        left: 120px;
        padding: 14px 0 0 0;
        width: 120px;
        height: 75px;
        font-size: 18px;
    }
    #interview #content #message_area figure {
        position: absolute;
        left: 10px;
        top: -3%;
    }
    #interview #content #message_area figure img {
        width: 100px
    }
    #interview ul#staff_footer {
        display: block;
    }
    #interview ul#staff_footer li, #interview ul#staff_footer li:nth-child(3n) {
        width: 100%;
        height: 125px;
        margin-right: 0;
    }
    #interview ul#staff_footer li a figure {
        width: 80px;
        height: 80px;
    }
    #interview ul#staff_footer li a figure img {
        top: -20px;
        right: -50px;
    }
    #interview #content ul#staff_footer li a p {
        left: 90px;
    }
    #interview #content ul#staff_footer li a p span {
        font-size: 18px;
    }
    /**IN DATA**/
    #content ul.data-area li, #content ul.data-area li:nth-child(3n), #content ul.data-area li:nth-child(even) {
        width: 100%;
        margin-right: 0;
        padding-bottom: 30px;
        overflow: hidden;
    }
    #content ul.data-area li.comment {
        height: 68vw;
        max-height: 500px;
    }
    #content ul.data-area li.refresh {
        position: relative;
        padding: 40px 0;
        height: 245vw;
        max-height: 1200px;
    }
    #content ul.data-area li.refresh p {
        right: 0;
        left: 0;
    }
    #content ul.data-area li.refresh img.pc {
        display: none;
    }
    #content ul.data-area li.refresh img.sp {
        display: block;
        width: calc(100% - 40px);
        max-width: 400px;
        margin: 0 auto;
    }
    #content ul.data-area dl.bar-graph {
        padding: 0;
    }
    #content ul.data-area dl.bar-graph div dd span {
        font-size: 16px;
    }
    /**ABOUT COMPANY**/
    #about #content ul.about_internal {
        display: block;
    }
    #about #content ul.about_internal li {
        width: 100%;
        padding: 20px 20px 40px 20px;
    }
    #about #content ul.about_internal li img {
        width: 80%;
    }
    #about #content .about_other {
        padding: 20px;
    }
    #about #content .about_other h3 {
        margin-bottom: 20px;
    }
    /**BUSINESSインデックス**/
    #business #content div.c2index div:nth-child(1) li, #business #content div.c2index div:nth-child(2) li {
        width: 100%;
        margin-right: 0;
    }
    /**システム開発 ＆ 検証サービス**/
    #system #content p.copy_h, #verification #content p.copy_h {
        text-align: left;
    }
    #system #content p.copy_h br, #verification #content p.copy_h br {
        display: none;
    }
    /**CASES**/
    #content ul.index_area li, #content ul.index_area li:nth-child(3n), #content ul.index_area li:nth-child(2n) {
        width: 100%;
        margin-right: 0;
    }
    /**労働者派遣事業に関わる情報**/
    #worker #content dl.table > div {
        display: block;
    }
    #worker #content dl.table dt {
        padding: 5px 10px;
        width: 100%;
    }
    #worker #content dl.table dd {
        padding: 5px 10px;
        border-top: none;
        width: 100%;
    }
    #worker #content dl.table > div:last-child dt {
        border-bottom: none;
    }
    #worker #content dl.table > div:last-child dd {
        border-bottom: 1px solid #ccc;
    }
}
@media screen and (max-width: 500px) {
    #content, #content p, #content ul.index_area li p.txt {
        font-size: 16px;
    }
    #content .right_pc {
        text-align: left !important;
    }
    .message_base {
        background: url("../img/recruit-message.jpg") #fff no-repeat center bottom;
        background-size: 400%;
    }
    #staff #content ul#staff_index li, #staff #content ul#staff_index li:nth-child(3n), #staff #content ul#staff_index li:nth-child(2n) {
        width: 100%;
        margin-right: 0;
    }
    #staff #content ul#staff_index li a figure img {
        width: 120%;
        margin-left: -30%;
        margin-top: -20px;
        transition: 0.3s;
        min-width: 350px;
    }
    #interview #content .right_intv {
        padding: 40px 20px;
    }
    #interview #content #message_area .box_message {
        padding: 40px 20px 40px 110px;
    }
    #interview #content #message_area h2 {
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
    #interview #content #message_area figure img {
        width: 80px;
    }
    #system #content ul.index_area li figure, #verification #content ul.index_area li figure {
        width: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: relative;
        transform: translateY(0);
        padding: 0;
    }
    #system #content ul.index_area li a, #verification #content ul.index_area li a {
        padding: 20px 20px 30px 20px;
    }
    #system #content ul.index_area li p.ttl, #verification #content ul.index_area li p.ttl, #system #content ul.index_area li p.ttl_s, #verification #content ul.index_area li p.ttl_s {
        padding: 0;
        width: 100%;
    }
    #worker #content .period {
        text-align: left;
    }
}
@media screen and (max-width: 375px) {
    #content section h2.copy_h br, #content section p.copy_h br {
        display: none;
    }
}