abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    font-weight: 400
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

* {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.4px;
    font-size: 1.4rem;
    color: #333;
    font-family: "Noto Sans JP","Inter","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
    background: #fff
}

nav {
    width: 100%;
    background: #b60005;
    font-size: 1.3rem
}

nav:after {
    content: '';
    display: block;
    clear: both
}

button,
input,
select {
    vertical-align: middle;
    border-radius: 0;
    border: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.button {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none
}

.contents--top {
    width: 100%;
    background: #fff
}

.contents--single {
    padding: 0 calc(30% - 280px);
    width: 100%
}

.contents--second {
    padding: 0 calc(30% - 280px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%
}
.contents--toparea{
    padding-top: 20px;
}
#main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 260px);
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 30px
}

#sub {
    -webkit-flex-basis: 228px;
    -ms-flex-preferred-size: 228px;
    flex-basis: 228px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 40px;
    margin-top: 10px
}

footer {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

a {
    color: #b60005;
    text-decoration: none
}

a:hover {
    opacity: .8
}

address,
em {
    font-style: normal
}

h2 {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 2.1rem;
    color: #333;
    font-weight: 700
}

h3 {
    margin-bottom: .25em;
    padding: 2px 5px;
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    border-bottom: 1px solid #b60005
}

h4 {
    margin-bottom: .25em;
    font-size: 1.5rem;
    color: #710000;
    border-bottom: 3px solid #710000
}

p {
    font-size: 1.6rem
}

img {
    vertical-align: bottom;
    max-width: 100%
}

strong {
    font-weight: 700;
    font-size: 1.6rem
}

em {
    font-weight: 700
}

pre {
    margin: 1em 0;
    padding: 1em
}

blockquote {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px dotted #ddd;
    border-left: 5px solid #ddd
}

dl,
ol,
ul {
    margin: 0 0 1em 0;
    list-style: none
}

ul li {
    list-style: none
}

ol li {
    list-style: none
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    background: #fff
}

.red {
    color: #b60005
}

.white {
    color: #fff
}

.bold {
    font-weight: 700
}

i {
    display: inline-block;
    font-size: 1.3px;
    font-size: 1.3rem;
    color: #b60005
}

.flex {
    display: -ms-flexbox;
    display: flex
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.clearfix {
    display: inline-table
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.link {
    position: relative;
    color: inherit
}

.link:after {
    display: inline-block;
    position: relative;
    content: '';
    top: -2px;
    width: 0;
    height: 0;
    margin-top: -5px;
    margin-left: 7px;
    border: 4px solid transparent;
    border-left: 4px solid #c01920;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.view-sp {
    display: none
}

.category-visual {
    width: 100%;
    height: 146px;
    position: relative;
    text-align: center;
    color: #333;
    font-size: 38px;
    font-size: 3.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column
}

h1.category-visual--title {
    font-size: 1.8rem
}

.category-visual.category-visual--top {
    height: 524px;
    width: 100vw;
    color: #fff;
    font-size: 50px;
    font-size: 5rem;
    background: url(/career/images/category-visual-top3.jpg) 0 0 no-repeat;
    background-size: cover;
}

.category-visual--top h1.category-visual--title {
    font-size: 6rem;
    color: #b60005;
    font-weight: 600;
    line-height: 1;
    margin: 80px 0 0 0;
    text-shadow: #fff 1px 1px 10px;
}

i.typ-section-main {
    font-size: 4rem;
    font-style: normal;
    line-height: 1
}

@media screen and (max-width:760px) {
    .category-visual {
        background-color: #fff;
        height: 100px
    }
    .category-visual--title {
        font-size: 2.3rem
    }
    .category-visual--top {
        background-size: 100%;
        height: 160px
    }
    .category-visual--top .typ-section-main {
        padding: 0;
        position: relative;
        top: -20px
    }
    .category-visual--top h1.category-visual--title {
        font-size: 3rem;
        margin-top: 20px
    }
    h1.category-visual--title {
        font-size: 1.3rem
    }
    i.typ-section-main {
        font-size: 3rem
    }
    .category-visual--title-area {
        min-height: 70px;
        padding: 50px 0;
    }
}

@keyframes RightToLeft {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes LeftToRight {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes SlideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes SlideUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes appear {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.loop_css {
    position: relative;
    display: -webkit-flex;
    display: flex;
    left: 0%;
    margin-left: 0;
    overflow: hidden
}

.loop_css amp-img {
    width: auto;
    height: 100%
}

.loop_css amp-img:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform
}

.loop_css amp-img+amp-img {
    -webkit-animation: loop2 50s linear infinite;
    animation: loop2 50s linear infinite
}

@-webkit-keyframes loop {
    0% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes loop {
    0% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes loop2 {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@keyframes loop2 {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

h1.category-visual--title {
    animation-duration: 2s;
    animation-name: RightToLeft
}

i.typ-section-main {
    animation-duration: 1s;
    animation-name: LeftToRight
}

header {
    width: 100%;
    position: relative
}

header .header_area {
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

header .header_area .inner {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-basis: auto;
    width: 1200px
}

header a {
    color: #333
}

.header_nav {
    display: block;
    position: absolute;
    right: 0
}

.header_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    height: 34px;
    white-space: nowrap
}

.header_menu li {
    border-left: 1px solid #d6d6d6;
    padding: 0 10px
}

.header_menu li a {
    color: inherit;
    display: inline-block;
    padding: 0 5px
}

@media print,
screen and (min-width:768px) {
    nav {
        z-index: 3;
        padding: 0 calc(30% - 280px)
    }
    nav ul {
        margin: 0;
        padding: 0
    }
    nav li {
        position: relative;
        width: 20%;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        list-style: none
    }
    nav li:before {
        content: "";
        margin-top: -7px;
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 14px;
        background: #fff
    }
    nav li:last-child:after {
        content: "";
        margin-top: -7px;
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 14px;
        background: #fff
    }
    nav li:last-child li {
        left: -50%
    }
    nav li a {
        display: block;
        padding: 15px 0;
        color: #fff;
        text-decoration: none;
        font-size: 1.5rem;
        font-size: 15px
    }
    nav li ul {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        border-radius: 0 0 3px 3px;
        z-index: 3
    }
    nav li ul li {
        overflow: hidden;
        width: 150%;
        height: 0;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -ms-transition: .2s;
        transition: .2s
    }
    nav li li:first-child {
        width: 150%
    }
    nav li ul li a {
        padding: 10px 15px;
        background: #7c0c0c;
        text-align: left;
        font-weight: 400
    }
    nav li:hover>a {
        opacity: .8;
        color: #fff
    }
    .gnav {
        display: block
    }
    #spMenu {
        display: none
    }
    .fixed {
        position: fixed;
        top: 0;
        left: 0
    }
}

.submenu_area {
    background-color: #fff;
    padding-bottom: 100px
}

.submenu {
    padding: 10px
}

.submenu li {
    margin: 0;
    padding: 0;
    list-style: none
}

.submenu li a {
    display: block;
    padding: 20px 2px 20px 16px;
    color: #333;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    line-height: 1;
    font-size: 1.3rem
}

.submenu li:first-child::before {
    border-top: 1px solid #ddd
}

.submenu li a:after {
    color: #b60005;
    position: absolute;
    border: 0;
    width: 5px;
    height: 5px;
    top: 23px;
    right: 6px;
    border-top: 1px solid #b60005;
    border-right: 1px solid #b60005;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    margin: auto
}

.submenu li a:hover {
    background: #eee
}

.submenu li a:hover::before {
    right: 2px
}

.submenu li.list2 a {
    font-size: 1.4rem;
    padding: 15px 2px 15px 16px
}

.submenu li.list2 a .side-column__mame {
    padding-left: 20px
}

.bnr li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none
}

.bnr li a:hover {
    opacity: .8;
    -ms-filter: "alpha( opacity=80 )"
}

.bnr img {
    width: 100%
}

footer {
    clear: both
}

.footmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 calc(50% - 500px)
}

.footmenu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #333
}

.footmenu li {
    border-left: 1px solid #333
}

.footmenu a {
    color: #333;
    display: inline-block;
    padding: 0 20px
}

.footer_copyright {
    font-size: 11px;
    font-size: 1.1rem;
    color: #333;
    margin-left: auto
}

.list {
    padding: 0 0 0 .5em
}

article.contents-section {
    margin-bottom: 50px
}

.flex-box {
    display: flex;
    margin-bottom: 80px
}

.section-bg--gray {
    background-color: #eee
}

.main-contents--single {
    padding: 60px 0;
    width: 100%
}
.main-contents--single.top {
    padding: 20px 0;
}
.footer_entry {
    background-color: #b60005
}

.new_graduate {
    text-align: center
}

h2.h2_title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    border-left: 4px solid #b60005;
    border-bottom: 0;
    line-height: 1.6;
    padding: 0 15px
}
.title_top {
    font-size: 33px;
    font-size: 3.3rem;
    font-weight: normal;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    display: block;
    line-height: 2;
}
.title_top::after {
    content: '';
    display: block;
    width: 60px;
    margin: 0 auto;
    background: #b60005;
    height: 2px;
}
.arrow::before {
    left: 3px;
    width: 5px;
    height: 5px;
    top: -3px;
    border-top: 1px solid #b60005;
    border-right: 1px solid #b60005;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.link2::after {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    margin-top: 6px;
    margin-left: 10px;
    border: 5px solid transparent;
    border-left: 6px solid #c01920;
    transition: all .2s linear;
    vertical-align: top
}

.button.button_red {
    padding: 20px 70px;
    background: #b60005;
    border-radius: 3px;
    color: #fff
}

.button.button_white {
    padding: 20px 70px;
    background: #fff;
    border: 1px solid #b60005;
    border-radius: 3px;
    color: #333
}

.button.button_white2 {
    padding: 20px 70px;
    background: #fff;
    border: 1px solid #b60005;
    border-radius: 3px;
    text-align: center
}

.button.button_white2.albumLink {
    padding: 15px 50px
}

.new_graduate .button.button_white_waku {
    padding: 20px 50px 20px 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-weight: 700
}
.button.button_white_waku {
    padding: 20px 70px 20px 50px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-weight: 700
}

.btn_area>span,
.button_redArea>span {
    position: relative;
    display: inline-block
}

.btn_area2>span:before,
.btn_area>span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 6px solid #b60005;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.button_redArea>span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 6px solid transparent;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-top: 6px solid #fff;
    right: 10px
}

.button_redArea.mynav_link>span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    right: 10px
}

.btn_area.messagelink>span:before {
    border-left: 6px solid #333;
    right: 6px
}

.btn_area.career>span:before {
    border-left: 6px solid #fff;
    right: 6px
}

.btn_area>span:hover:before, .btn_area.career>span:hover:before {
    right: -2px;
    transition: all .2s linear
}

.button_redArea>span:before {
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.button_redArea.mynav_link>span:hover:before {
    right: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.button_redArea>span:hover:before {
    top: 55%;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.button_redArea a:hover,
.button_redArea.mynav_link a:hover {
    opacity: 1
}

#main-top {
    width: 100%;
    background: url(/career/images/career_top_want.jpg) 0 0 no-repeat;
    margin-bottom: 20px;
}

.separate--tool {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.separate--tool.message_area {
    background: url(/career/images/career_top_kanno02.png) 100px 0 no-repeat
}



.separate--tool .separate__body {
    width: 46%;
    text-align: center;
    padding: 30px 0
}

.separate__body h3 {
    border: none;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0
}

.separate__text {
    text-align: left
}

.separate__text p {
    font-size: 1.4rem;
    line-height: 1.6
}

.category-title-sub {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 25px;
    border: none
}

.h3_title {
    border: none;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0;
    text-align: center
}

.rei {
    color: #b60005;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center
}

.sub {
    font-size: 13px;
    font-size: 1.3rem
}

.category__text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 20px
}

.evenly_empty {
    justify-content: space-between
}

.evenly_empty.top_saiyou {
    margin: 0
}

.flex-box.evenly_empty.top {
    margin-bottom: 0
}

.footer_entry .evenly_empty {
    justify-content: space-between
}

.ltr li {
    width: 48%;
    height: 250px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
}

.ltr li span {
    padding: 0;
    position: unset;
}


.linkbtn_area .flex-box.top li {
    width: 24%;
    text-align: right;
    border: unset;
    border-radius: 6px;
}

.linkbtn_area .flex-box.top li a {
    color: #000;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    padding: 90px 20px 90px 80px;
    display: block
}

.linkbtn_area .flex-box.top li a.btn_txt {
    padding: 55px 20px 55px 0;
}

.linkbtn_area .flex-box.top li>span {
    position: relative;
    display: inline-block
}

.linkbtn_area .flex-box.top li>span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 8px solid #b60005;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.linkbtn_area .flex-box.top li:hover {
    opacity: .8
}

.linkbtn_area .flex-box.top li>span:hover:before {
    right: -2px
}

.adoption li {
    border: none;
    background-color: #fff;
    width: 45%;
    padding: 50px 0;
    text-align: center
}

.adoption li:hover {
    opacity: 1
}

.adoption .h3_title {
    margin-bottom: 10px
}

.adoption .button.button_white {
    background: url(/career/images/career_top_memo.png) no-repeat 18px 13px;
    background-color: #fff;
    min-width: 230px;
}
.top_message {
    background: url(/career/images/career_top_message.jpg) no-repeat;
    background-size: 100%;
}
.top_interview {
    background: url(/career/images/career_top_interview.png) no-repeat;
    background-size: 100%;
}

.top_number {
    background: url(/career/images/career_top_number.png) no-repeat;
    background-position: center;
    background-size: 100%;
}

.top_office {
    background: url(/career/images/career_top_office2.png) no-repeat;
    background-position: center;
    background-size: 100%;
}

.offer_txt {
    margin-bottom: 30px
}

.contents_l {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    z-index: 0
}

.contents_l:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 75%;
    margin: 0 -10% 0;
    background: #000;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -1
}

.news_are {
    display: flex;
    width: 100%;
    margin: 10px 0
}

.news_title {
    width: 15%;
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.news_clip {
    margin: 0 0 0 20px;
    font-size: 1.3rem
}

.news_clip .news_date {
    margin-right: 10px
}

.entry_area .h3_title {
    font-size: 20px;
    font-size: 2rem;
    color: #fff
}

.entry_contact {
    padding: 0 calc(50% - 340px)
}

.info_area {
    text-align: center;
    color: #fff;
    margin-top: 30px
}

.info_area .info_contact {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 55px;
    color: #fff;
    border: none;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem
}

.info_area .info_contact:after,
.info_area .info_contact:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #fff
}

.info_area .info_contact:before {
    left: 0
}

.info_area .info_contact:after {
    right: 0
}

.info_jinji,
.info_jinji a {
    color: #fff
}
.flex-box.evenly_empty li {
    width: 30%;
}
.flex-box.evenly_empty li.mid_career, .flex-box.evenly_empty li.new_graduate  {
    width: 48%;
}
.flex-box.evenly_empty li.top_rpa, .flex-box.evenly_empty li.top_cmscxm  {
    width: 48%;

}
.Annotation {
    font-size: .7rem;
    margin-top: 10px;
    padding: 0 10px;
    text-align: center
}

.sup {
    font-size: 50%;
    position: relative;
    vertical-align: top
}

.separate--tool .separate__body.message {
    width: 60%;
    text-align: center;
    padding: 60px 0
}
.separate--tool.aim {
    background: unset;
}
.u-mb100 {
    margin-bottom: 100px
}

.hamburger {
    padding-left: 10px
}

#page-top {
    background: #616161;
    border: none;
    border-radius: 50px;
    bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2), 0 0 8px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    outline: 0;
    position: fixed;
    right: 16px;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    visibility: hidden;
    width: 56px;
    z-index: 19999
}

#page-top:active {
    background: #424242;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2), 0 0 24px rgba(0, 0, 0, .1);
    transform: translateY(-1px)
}

#page-top i {
    color: #fff
}

.page-top-trigger {
    height: 0;
    position: absolute;
    top: 500px;
    width: 0
}
.flex-box li.clum {
    background-color: #fbecec;
    width: 48%;
    border-radius: 16px;
    padding: 30px;
}
.clum_title {
    text-align: center;
    font-size: 43px;
    font-size: 4.3rem;
    line-height: 1.4;
    color: #b60005;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    margin-bottom: 25px;
}

@media screen and (max-width:768px) {
    body {
        width: 100%
    }
    #sub {
        display: none;
        width: 100%
    }
    #main {
        width: 100%
    }
    header {
        width: 100%;
        background-color: #fff;
        z-index: 10000;
        position: fixed;
    }

    header .header_area .inner {
        padding: 0;
        width: 100%;
    }
    header .header_area .inner h1 {
        font-size: 1rem;
        padding-left: 50px;
        line-height: 2
    }
    header .header_area .inner h1 span {
        display: none
    }
    .dejima__date {
        flex-basis: 15%
    }
    .footmenu li {
        padding: 0 5px
    }
    .main-contents--single.message_area {
        padding: 20px 0
    }
    .view-pc {
        display: none
    }
    .view-sp {
        display: block
    }
    .separate--tool.message_area {
        background: url(/career/images/career_top_kanno02.png) 0 0 no-repeat
    }
    .contents_l {
        padding: 0 0 50px
    }
    .flex-box.evenly_empty.top {
        margin: 0 10px
    }
    .main-contents--single {
        padding: 30px 0
    }
    .footmenu a {
        padding: 0
    }
    .separate--tool .separate__body {
        width: 100%;
        text-align: center;
        padding: 20px 10px
    }
    .linkbtn_area .flex-box.top li a.btn_txt {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 60px 20px 60px 20px
    }
    .ltr li {
        width: 32%;
        font-size: 13px;
        font-size: 1.3rem;
        height: 230px
    }
    .ltr li span {
        top: 60px;
        padding: 0;
    }
    footer {
        padding: 0 10px
    }
    .footmenu ul {
        margin: 0
    }
    .footmenu a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media screen and (max-width:767px) {
    body {
        margin-top: 0
    }
    .lock {
        overflow: hidden
    }
    .view-pc {
        display: none
    }
    footer {
        padding: 0
    }
    #top {
        padding-top: 34px;
    }
    .footmenu ul {
        border: none
    }
    .summary {
        position: relative;
        top: auto;
        right: auto;
        margin-left: 15px
    }
    .sub {
        font-size: 16px;
        font-size: 1.6rem
    }
    nav {
        width: 95%;
        background-color: #fff;
        position: absolute;
        top: 40px;
        font-size: 1.6rem
    }
    nav ul {
        margin: 0;
        padding: 0
    }
    nav .inner>ul {
        z-index: 2;
        overflow: auto;
        position: fixed;
        top: 52px;
        right: 0;
        width: 100%;
        height: 88%;
        height: -webkit-calc(100% - 53px);
        height: calc(100% - 53px)
    }
    nav li {
        position: relative;
        width: 100%;
        float: none;
        margin: 0;
        text-align: left;
        list-style: none;
        border-bottom: 1px solid #8c0e0e;
        background: #9b0f0f
    }
    nav li:first-child {
        border-top: 0
    }
    nav li:last-child {
        border-bottom: 0
    }
    nav li a {
        display: block;
        padding: 15px 30px;
        color: #fff;
        text-decoration: none;
        background: #b60005
    }
    nav li a:hover {
        color: #fff;
        background: #710000
    }
    nav ul ul {
        display: block;
        position: relative
    }
    nav li li a {
        box-sizing: border-box;
        width: 100%;
        padding: 15px 30px 15px 30px;
        text-align: left
    }
    .header_menu li.entry {
        border-left: none;
        padding: 20px 0;
        background: #b60005;
        color: #fff;
        font-weight: 700;
        margin: 0
    }
    .subnav>a:before {
        display: block;
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 20px;
        right: 30px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: #f1f1f1
    }
    .subnav>a:after {
        display: block;
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 20px;
        right: 30px;
        width: 10px;
        height: 10px;
        margin-top: -10px;
        background: #9b0f0f
    }
    .subnav a:hover:after {
        background: #b60005
    }
    .active>a:before {
        margin-top: 0
    }
    .active>a:after {
        margin-top: 5px
    }
    .gnav {
        display: none
    }
    #spMenu {
        display: block;
        z-index: 5;
        position: fixed;
        top: 5px;
        left: 5px;
    }
    #spMenu:hover {
        cursor: pointer
    }
    #navBtn {
        display: inline-block;
        position: relative;
        width: 47px;
        height: 47px;
        border-radius: 5%;
        background: #710000;
        color: #710000;
    }
    #navBtnIcon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #f1f1f1;
        transition: .2s
    }
    #navBtnIcon:after,
    #navBtnIcon:before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 2px;
        background: #f1f1f1;
        transition: .3s
    }
    #navBtnIcon:before {
        margin-top: -6px
    }
    #navBtnIcon:after {
        margin-top: 4px
    }
    #navBtn .close {
        background: 0 0
    }
    #navBtn .close:after,
    #navBtn .close:before {
        margin-top: 0
    }
    #navBtn .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    #navBtn .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg)
    }
    amp-sidebar {
        max-width: 100%;
        width: 100%
    }
    #sidebar1 {
        background: none
    }
    .sidebar {
        padding: 10px;
        margin-top: 1px;
        background-color: #9b0f0f
    }
    .sidebar>li {
        list-style: none;
        margin-bottom: 10px;
        padding: 10px;
        font-size: 1.6rem;
        border-bottom: 1px solid #cc0d12
    }
    .sidebar a {
        color: #fff
    }
    .close-sidebar {
        font-size: 1.5em;
        padding: 18px 15px 12px;
        background-color: #b60005;
        width: 50px;
        color: #fff;
        line-height: 1.5
    }
    .footmenu {
        display: block;
        background-color: #fff;
        height: auto;
        padding: 5px 0 0 0
    }
    .footmenu a {
        padding: 0 10px;
        font-size: 1.1rem
    }
    .main-contents--single.top {
        padding: 20px 10px
    }
    .category-visual.category-visual--top {
        background-size: 100%;
        height: 230px;
        width: 100%;
        background-position: bottom;
    }
    .messagelink .button.button_white {
        padding: 10px 20px
    }
    .btn_area.career .button.button_white_waku {
        width: 320px
    }
    .separate--tool .separate__body.message {
        width: 140%;
        padding: 40px 0 50px
    }
    .separate--tool .separate__body {
        width: 100%
    }
    .separate--tool .separate__body.message_body {
        width: 100%
    }
    .contents_l:before {
        height: 100%;
        margin: 3% -10% 0
    }
    .footmenu ul {
        padding: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0
    }
    .footmenu li {
        border-right: 1px solid #333;
        border-left: none;
        margin: 10px 0
    }
    .footmenu li:first-child {
        border-left: 1px solid #333
    }
    .footer_copyright {
        width: 100%;
        margin: 0;
        padding: 10px;
        text-align: center;
        background-color: #c01920;
        display: block;
        vertical-align: bottom;
        color: #fff
    }
    .footer_entry .main-contents--single.entry_area {
        padding: 40px 0
    }
    .flex-box.evenly_empty {
        display: block
    }
    .flex-box.evenly_empty li, .flex-box.evenly_empty li.mid_career, .flex-box.evenly_empty li.new_graduate {
        width: 100%;
        text-align: center
    }
    .clum_title {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 20px;
    }
    .circle {
        display: none
    }
    ul li.personnelimg_area {
        margin-bottom: 100px;
        height: 280px
    }
    ul li.personnelimg_area ul.personnelimg_list {
        margin-left: 40px
    }
    ul li.personnelimg_area ul.personnelimg_list li {
        text-align: left
    }
    ul li.personnelimg_area .bold {
        font-size: 12px;
        font-size: 1.2rem
    }
    ul li.personnelimg_area ul.personnelimg_list {
        margin-left: 20px
    }
    .news_date {
        padding-right: 10px
    }
    .new_graduate {
        margin-bottom: 10px
    }
    .news_title {
        width: 100%;
        padding: 0 10px;
        font-size: 16px;
        font-size: 1.6rem;
        border-bottom: 1px solid #fff
    }
    .news_are {
        display: block;
        margin: 10px 0 0
    }
    .news_clip {
        padding: 10px;
        margin-left: 0
    }
    .news_clip li {
        display: flex;
        padding-bottom: 3px
    }
    .Annotation {
        text-align: left
    }
    .top_cmscxm {
        background: url(/career/images/career_top_cx_sp.svg) no-repeat;
        background-size: 100%;
    }
    .top_rpa {
        background: url(/career/images/career_top_dx_sp.svg) no-repeat;
        background-size: 100%;
    }
    .ltr .flex-box.evenly_empty.top li {
        width: 100%;
        height: 250px;
        font-size: 1.6rem;
        background-size: 100%;
        text-align: left;
        margin-bottom: 15px;
        padding: 20px 15px;
    }

    .ltr .flex-box.evenly_empty.top li span {
        top: 70px;
        font-size: 1.6rem;
        padding: 0 15px;
    }

    .main-contents--single {
        padding-bottom: 0;
        padding: 0 10px;
        background-size: 100%
    }
    .linkbtn_area .flex-box.top li {
        width: 100%;
        background-size: 100%;
        margin-bottom: 10px
    }
    .separate--tool {
        display: block
    }
    .separate--tool .separate__body {
        width: 100%;
        padding-bottom: 30px
    }
    .separate--tool .separate__body.top {
        width: 100%;
        padding: 20px 10px;
        background-color: rgb(255 255 255 / 80%);
    }
    #main-top {
        width: 100%;
        background: url(/career/images/career_top_want.jpg) -300px 0 no-repeat;
        margin-bottom: 0px;
    }
    .separate--tool.message_area {
        padding: 0 0;
        background-position-x: -20px;
        background-size: 60%
    }
    .adoption {
        margin: 0px
    }
    .contents_l {
        padding: 0
    }
    .ltr li {
        width: 33%
    }
    .linkbtn_area .flex-box.top li a.btn_txt {
        font-size: 25px;
        font-size: 2.5rem;
        padding: 60px 20px
    }
    .separate__body.message h3 {
        font-size: 2rem
    }
    .adoption li {
        width: 100%;
        margin-bottom: 10px
    }
    .contents_l {
        padding: 0
    }
    .separate--tool.aim {


    }
    .offer_txt {
        margin-bottom: 15px
    }
    .adoption li {
        padding: 30px 0
    }
    .btn_area.OfficeTours span {
        display: block
    }
    .button.button_white2.albumLink {
        width: 100%;
        padding: 15px 10px
    }
    .example-image {
        width: 18rem
    }
    .dropdown .current,
    .dropdown .none {
        display: none
    }
    .contents--top {
        width: 100%;
        padding-top: 0px;
    }
    .separate__body h3 {
        font-size: 25px;
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
}

@media(max-width:640px) {
    .image-row {
        text-align: left
    }
    .example-image {
        width: 16rem
    }
}


@media screen and (max-width:979px) {
    .inner {
        width: 100%
    }
    .contents--top {
        box-sizing: border-box;
        width: 100%;
        background-color: #fff
    }

    footer {
        width: 100%
    }
    .separate--tool .separate__body.top {
        width: 100%;
        padding: 20px 10px;
        background-color: rgb(255 255 255 / 80%);
    }
    #main-top {
        width: 100%;
        background: url(/career/images/career_top_want.jpg) -300px 0;
    }
}

@media screen and (max-width:1024px) {

    .separate--tool .separate__body.top {
        width: 100%;
        padding: 20px 10px;
        background-color: rgb(255 255 255 / 80%);
    }
}

