/*
Theme Name: 
Theme URI: 
Author: 
Author URI: 
Description: The WordPress Theme for 
Version: 1.0
*/

/*================================================
 *  CSSリセット
 ================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

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: before,
blockquote: after,
q: before,
q: after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

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


/*================================================
 *  共通
 ================================================*/

html,
body {
    font-size: 62.5%;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-feature-settings: "palt";
}

body {
    line-height: 1.5;
}

a {
    color: #564d5c;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
}

a:hover {
    text-decoration: underline;
}

a:hover img {
    opacity: .7;
}

br {
    letter-spacing: normal;
}

p {
    line-height: 1.5714;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

hr {
    height: 0;
    margin: 0 0 50px 0;
    border: 5px solid #d0e7f3;
}

.container {
    max-width: 1024px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

@media screen and (min-width:678px) {}

/*================================================
 *  グローバルナビゲーション
 ================================================*/

#gnav {
    padding: 18px 0;
    font-size: 1.6rem;
}

#gnav .menublock {
    display: flex;
    justify-content: center;
}

nav li {
    font-size: 1.8rem;
}

nav li .drawer-menu-item {
    display: block;
    padding: 5px 0;
    margin-bottom: 0.5em;
    color: #FFF;
}

#gnav nav li ul {
    margin-left: 2em;
}

#gnav nav li ul ul {
    margin-left: 2em;
}

nav li a {
    display: block;
    padding: 12px 2em;
    color: #FFF;
}

nav li a:hover {
    color: #CCCCCC;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 48px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.is-fixed+#contents {
    margin-top: 84px;
}

@media screen and (min-width:678px) {}

/*================================================
 *  フッター
 ================================================*/

footer {
    background-color: #FFFFFF;
    padding-bottom: 30px;
}

.site-navi {
    padding: 2.5em;
    text-align: center;
}

.site-navi li {
    font-size: 1.6rem;
    padding: 0.5em 1em;
}

.contact-info {
    border-top: 1px solid #000;
    padding: 45px 25px;
}

.contact-info h2 {
    width: 150px;
    height: 83px;
    background: url(../recruitimages/footer-sitelogo.png) 0 0 no-repeat;
    background-size: contain;
    text-indent: -9999px;
    margin: 0 auto 24px auto;
}

.contact-info h2 a {
    display: block;
}

.contact-info .address {
    font-size: 1.4rem;
    line-height: 2;
}

.contact-info .address dl {
    max-width: 560px;
}

.contact-info .address dd.yubin {
    line-height: 1.3;
}

.contact-info .address dd.jyusho {
    margin-bottom: 0.5em;
    line-height: 1.3;
}

.copyright {
    text-align: center;
    font-size: 1.4rem;
}

.backtotop {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 200;
}

.backtotop a {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(239, 239, 239, 1);
    text-align: center;
    line-height: 1;
    font-size: 1.4rem;
    box-sizing: border-box;
    padding-top: 7px;
}

.backtotop a i {
    font-size: 3.6rem;
    margin-bottom: -5px;
}

.backtotop a:hover {
    text-decoration: none;
    background-color: rgba(239, 239, 239, 0.7);
}

@media screen and (min-width:678px) {

    .site-navi {
        display: flex;
        justify-content: center;
    }

    .site-navi li {
        padding: 0.5em 1em;
    }

    .contact-info {
        display: flex;
        justify-content: center;
    }

    .contact-info h2 {
        width: 150px;
        height: 83px;
        background: url(../recruitimages/footer-sitelogo.png) 0 0 no-repeat;
        background-size: contain;
        text-indent: -9999px;
        margin: 8px 48px 0 0;
    }

    .contact-info .address dl {
        display: flex;
        align-items: flex-start;
    }

    .contact-info .address dt {
        width: 90px;
        line-height: 1.5;
    }

    .contact-info .address dd.yubin {
        width: 80px;
        text-align: left;
        line-height: 1.5;
    }

    .contact-info .address dd.jyusho {
        text-align: left;
        line-height: 1.5;
        flex: 1 %;
    }
}

/*================================================
 *  トップページ 
 ================================================*/

header {
    width: 100%;
    overflow: hidden;
    background: url(../recruitimages/bg_home.jpg) top center no-repeat;
    background-size: cover;
}

#page header {
    background: url(../recruitimages/bg_pageheader.jpg) top center no-repeat;
}

#page.page-template-page-requirements header {
    background-image: none;
}

#modal header {
    background-image: none;
    background-color: #FFFFFF;
}

#headerbar {
    width: 100%;
    height: 95px;
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 7px;
    box-sizing: border-box;
}

header .container {
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
}

header h1 {
    position: absolute;
    left: 0;
    top: -7px;
    width: 240px;
    height: 95px;
    background: url(../recruitimages/sitelogo.png) 0 0 no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

header h1 a {
    display: block;
    width: 240px;
    height: 95px;
}

#recruittitle .container {
    padding: 36px 20px 36px 20px;
    /*70px 0 70px 0*/
    display: flex;
    justify-content: flex-end;
}

.page-template-page-requirements #recruittitle .container {
    padding: 0px 20px 0px 20px;
}

#recruittitle .recruit-titleimg {
    width: 600px;
}

#recruittitle .recruit-titleimg h2 {
    margin-bottom: 15px;
}

#message .container {
    padding: 90px 20px 90px 20px;
    display: flex;
    justify-content: center;
}

#message h3 {
    width: 600px;
}

@media screen and (min-width:340px) {
    #headerbar {
        height: 118px;
        padding-top: 12px;
    }

    header h1 {
        position: absolute;
        left: 0;
        top: -12px;
        width: 300px;
        height: 118px;
        background: url(../recruitimages/sitelogo.png) 0 0 no-repeat;
        background-size: contain;
        text-indent: -9999px;
    }

    header h1 a {
        display: block;
        width: 300px;
        height: 118px;
    }
}

@media screen and (min-width:768px) {}

@media screen and (min-width:1020px) {}

@media screen and (min-width:1280px) {}

header.recruit202206 {
    background: url(../recruitimages/bg_home.jpg) top left no-repeat;
    background-size: cover;
}

.recruit202206 #recruittitle #message h3 {
    width: 100%;
}

#page .recruit202206 #recruittitle .container {
    background-image: none;
}

@media screen and (min-width:768px) {
    header.recruit202206 {
        background: url(../recruitimages/bg_home.jpg) top center no-repeat;
        background-size: cover;
    }

    #page.page-template-page-requirements header.recruit202206 {
        background-image: none;
    }
}


/* スライドショー 
===================================*/

.parallax-window {
    display: none;
}

@media screen and (min-width:678px) {

    .parallax-window {
        display: block;
        width: 100%;
        height: 240px;
        background: transparent;
    }

}

/* 基本フォーマット
===================================*/

#bizflow h2,
#services h2,
#contents h1 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 200;
    margin-bottom: 1.5em;
}

.spacer-wrapper {
    background-color: #FFFFFF;
    height: 30px;
}

@media screen and (min-width:678px) {

    .spacer-wrapper {
        background-color: #FFFFFF;
        height: 60px;
    }
}

/* トピック
===================================*/

#topics {
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #FFFFFF;
}

#topics section {
    overflow: hidden;
}

#topics h2 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 200;
    margin-bottom: 1em;
}

#topics .entry-posts {
    font-size: 1.6rem;
    margin-bottom: 30px;
}

#topics .entry-posts dt {
    padding: 0;
}

#topics .entry-posts dd {
    padding: 0.25em 0 1em 0;
}

.lnarchives {
    margin-bottom: 20px;
    text-align: center;
}

.lnarchives a {
    font-size: 1.4rem;
    padding: 10px 1em;
    margin: 0 auto;
    border: 1px solid #888;
}

.pg-nav {
    padding: 50px 0 30px 0;
}

.pg-nav .wp-pagenavi {
    clear: both;
    text-align: center;
}

.pg-nav .wp-pagenavi a,
.pg-nav .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 10px;
    margin: 5px;
}

@media screen and (min-width:678px) {

    #topics h2 {
        width: 90px;
        line-height: 90px;
        font-size: 2.1rem;
        font-weight: 400;
        float: left;
        padding: 0;
        margin: 0 50px 0 0;
        background-color: #989898;
        color: #FFF;
    }

    #topics .entry-posts {
        margin-right: 100px;
        float: left;
    }

    #topics .entry-posts dt {
        float: left;
        padding: 0.5em 0;
    }

    #topics .entry-posts dd {
        margin-left: 10em;
        padding: 0.5em 0;
    }

    .lnarchives {
        text-align: left;
        margin-top: 15px;
    }

}

/* 先輩社員からの声
===================================*/

#staffvoices {
    background-color: #1EAA39;
    padding: 60px 0 60px 0;
    margin-bottom: 60px;
    overflow: hidden;
}

#staffvoice {
    background-color: #1EAA39;
    padding: 30px 0 30px 0;
    margin-bottom: 30px;
    overflow: hidden;
}

#staffvoices h2 {
    font-size: 2.6rem;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

#staffvoices.bg-white,
#staffvoice.bg-white {
    background-color: #FFF;
}

#staffvoices.bg-paleorange,
#staffvoice.bg-paleorange {
    background-color: #FFF7D0;
}

#staffvoices.bg-paleblue,
#staffvoice.bg-paleblue {
    background-color: #cfdbed;
}

#staffvoices.bg-white h2,
#staffvoices.bg-paleorange h2,
#staffvoices.bg-paleblue h2,
#staffvoice.bg-white h2,
#staffvoice.bg-paleorange h2,
#staffvoice.bg-paleblue h2 {
    color: #000000;
}

#staffvoice h2 {
    font-size: 2.6rem;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#staffvoices .sp-slide h3.sp-caption {
    font-size: 2.1rem;
    color: #FFFFFF;
    text-align: center;
}

/*.fancybox-slide--iframe .fancybox-content {
    width  : 100%;
    height : 56.25vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.fancybox-slide {
    padding: 0;
}*/

.slider-pro .sp-layer a {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 250px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    font-size: 18px;
    text-decoration: none !important;
    line-height: 70px;
}

.slider-pro .sp-layer p.linknav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 250px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    font-size: 18px;
    text-decoration: none !important;
    line-height: 70px;
}

.slider-pro .sp-layer a.movlink {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(0%);
    -webkit- transform: translateX(0%);
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #FFF;
    font-size: 18px;
    text-decoration: none !important;
    line-height: auto;
}

.slider-pro .sp-layer img {
    max-width: 760px !important;
}

#staffvoice .container {
    max-width: 720px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

#staffvoice .container video {
    width: 100%;
    height: auto;
}

#staffvoice .container .youtubemov {
    width: 100%;
    padding-bottom: 56.25%;
    height: auto;
    position: relative;
}

#staffvoice .container .youtubemov iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.staffvoice-navi a {
    margin: 0 auto 50px auto;
    text-align: center;
    display: block;
    width: 200px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    line-height: 50px;
}

@media screen and (min-width:392px) {
    /*.fancybox-slide--iframe .fancybox-content {
        width  : 100%;
        height : 51.5vw;
    }
    .fancybox-slide {
        padding: 22px;
    }*/
}

@media screen and (min-width:460px) {

    #staffvoices h2,
    #staffvoice h2 {
        font-size: 3.2rem;
        margin-bottom: 60px;
    }
}

@media screen and (min-width:760px) {
    #staffvoice {
        background-color: #1EAA39;
        padding: 60px 0 60px 0;
        margin-bottom: 60px;
        overflow: hidden;
    }

    #staffvoice h2 {
        margin-bottom: 60px;
    }

    #staffvoice .container video {
        width: 720px;
        height: auto;
    }

    #staffvoices h2,
    #staffvoice h2 {
        font-size: 4.2rem;
        margin-bottom: 60px;
    }

    .staffvoice-navi a {
        margin: 0 auto 70px auto;
        text-align: center;
        display: block;
        width: 250px;
        height: 70px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #FFF;
        font-size: 18px;
        text-decoration: none;
        line-height: 70px;
    }

    /* .fancybox-slide--iframe .fancybox-content {
        width  : 680px;
        height : 382px;
    }
    .fancybox-slide {
        padding: 44px;
    } */
}

@media screen and (min-width:1112px) {
    /*.fancybox-slide--iframe .fancybox-content {
        width  : 1024px;
        height : 576px;
    }*/
}


/* メニュー
===================================*/

#contentsmenu {}

.bnrmenu {
    width: 100%;
    height: 240px;
    padding-top: 60px;
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    box-sizing: border-box;
}

.bnrmenu h3 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 20px 0;
    margin-bottom: 25px;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1;
    color: #FFF;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}

#pglink-about {
    background-image: url(../recruitimages/bg_pglink-about.jpg);
}

#pglink-workstyle {
    background-image: url(../recruitimages/bg_pglink-workstyle.jpg);
}

#pglink-message {
    background-image: url(../recruitimages/bg_pglink-message.jpg);
}

#pglink-bucchake.bnrmenu {
    width: 100%;
    max-height: 300px;
    padding-top: 0px;
    margin-bottom: 60px;
    box-sizing: border-box;
    overflow: hidden;
}

#pglink-bucchake img {
    object-fit: cover;

}

.btn {
    display: block;
}

.btn a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.5);
    font-size: 2.1rem;
    text-align: center;
    line-height: 40px;
}

.btn-pglink a {
    width: 260px;
    color: #000;
}

.btn-pglink a::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.1rem;
}

.btn-pglink a:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media screen and (min-width:460px) {
    .bnrmenu {
        width: 100%;
        height: 240px;
        padding-top: 60px;
        margin-bottom: 60px;
    }

    .bnrmenu h3 {
        font-size: 3.2rem;
    }
}

@media screen and (min-width:678px) {
    .bnrmenu {
        width: 100%;
        height: 300px;
        padding-top: 100px;
        margin-bottom: 60px;
    }

    .bnrmenu h3 {
        font-size: 3.8rem;
    }
}

/* リクルート
===================================*/

#recruitinfo {
    background-color: #1EAA39;
    font-size: 1.6rem;
    padding: 60px 0 60px 0;
    box-sizing: border-box;
}

#pglink-recruitinfo.bnrmenu {
    width: 100%;
    height: 200px;
    padding: 20px 20px 0px;
    margin-bottom: 0px;
    background-image: url(../recruitimages/bg_pglink-recruitinfo.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pglink-recruitinfo h2 {
    width: 412px;
    height: 92px;
    padding: 0;
    margin: 0;
}

#pglink-recruitinfo h2 a {
    width: 100%;
    height: 72px;
    border: 6px solid #000;
    box-sizing: border-box;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    color: #000;
    line-height: 60px;
    display: block;
}

.recruit-navi {
    padding: 30px 0;
}

.recruit-navi li {
    margin: 0 auto 30px auto;
    max-width: 412px;

}

.recruit-navi li a {
    width: 100%;
    height: 72px;
    border: 6px solid #000;
    box-sizing: border-box;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    color: #000;
    line-height: 60px;
    display: block;
}

#pglink-recruitinfo h2 a:hover,
.recruit-navi li a:hover,
#pglink-family.bnrmenu a:hover {
    text-decoration: none;
}

#pglink-family.bnrmenu {
    width: 100%;
    height: 180px;
    padding-top: 0px;
    margin-bottom: 60px;
    background-image: url(../recruitimages/bg_pglink-family.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#pglink-family.bnrmenu a {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
}

#pglink-family.bnrmenu a h3 {
    padding: 20px 0;
    margin: 0;
    text-align: center;
    color: #FFF;
    width: 100%;
    background-color: rgba(0, 130, 0, 0.7);
    font-size: 2.8rem;
    font-weight: 300;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}

@media screen and (min-width:420px) {
    #pglink-recruitinfo.bnrmenu {
        width: 100%;
        height: 250px;
        padding: 0px 20px 0px;
        margin-bottom: 0px;
    }

    #pglink-recruitinfo h2 {
        width: 412px;
        height: 92px;
        padding: 0;
        margin: 0;
    }

    #pglink-recruitinfo h2 a {
        width: 100%;
        height: 92px;
        border: 6px solid #000;
        box-sizing: border-box;
        background-color: #FFFFFF;
        text-align: center;
        font-size: 2.8rem;
        font-weight: 600;
        color: #000;
        line-height: 80px;
        display: block;
    }

    .recruit-navi li a {
        height: 92px;
        font-size: 2.8rem;
        line-height: 80px;
    }

    #pglink-family.bnrmenu a h3 {
        padding: 20px 0;
        margin: 0;
        font-size: 3.2rem;
    }
}

@media screen and (min-width:768px) {
    #pglink-recruitinfo.bnrmenu {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #pglink-recruitinfo h2 a {
        font-size: 2.8rem;
    }

    .recruit-navi {
        padding: 0 0 60px 0;
    }

    .recruit-navi ul {
        display: flex;
        justify-content: center;
    }

    .recruit-navi li {
        margin: 0 40px;
        width: 412px;
    }

    .recruit-navi li a {
        font-size: 2.8rem;
    }

    #pglink-family.bnrmenu a h3 {
        font-size: 3.8rem;
    }

}

/* 東ソー物流での働き方
===================================*/

#workstyle {
    height: 476px;
    background: url(../recruitimages/coverimg02_recruit.jpg) center top no-repeat;
    background-size: cover;
    padding: 0;
    font-size: 1.6rem;
}

#workstyle .container {
    height: 406px;
    display: flex;
    justify-content: center;
}

#workstyle section {
    width: 90%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 10px 10px;
    padding: 2em;
}

#workstyle h2 {
    font-size: 2.4rem;
    font-weight: 500;
    color: #EF8200;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    border-bottom: 2px solid #EF8200;
}

#workstyle h3 {
    font-size: 2.1rem;
    font-weight: 500;
    margin-bottom: 0.5em;
}

#workstyle .workstyle-list {
    margin-left: 2em;
}

#workstyle ul {
    margin-bottom: 1.5em;
}

#workstyle li {
    margin-bottom: 0.5em;
}

@media screen and (min-width:678px) {

    #workstyle .container {
        height: 406px;
        display: flex;
        justify-content: flex-end;
    }

    #workstyle section {
        width: 50%;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 0 0 10px 10px;
        padding: 2em;
    }

    #workstyle h2 {
        font-size: 2.7rem;
    }
}

/* 採用担当者からのメッセージ
===================================*/

#staffmsg {
    background-color: #EF8200;
}

#staffmsg .container {
    font-size: 1.6rem;
    padding: 3em 20px;
}

#staffmsg h2 {
    max-width: 840px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    background: url(../recruitimages/coverimg03_recruit.jpg) center top no-repeat;
    background-size: cover;
    border-radius: 15px;
    text-align: center;
}

#staffmsg h2 a {
    font-size: 2.4rem;
    font-weight: 600;
    color: #FFF;
    display: inline;
}

@media screen and (min-width:678px) {

    #staffmsg .container {
        padding: 3em 0px;
    }

    #staffmsg h2 {
        height: 320px;
        background-size: contain;
    }

    #staffmsg h2 a {
        font-size: 2.4rem;
        font-weight: 600;
        color: #FFF;
        display: inline;
    }

}


/*================================================
 *  東ソー物流ってどんな会社？
 ================================================*/

#content-about {
    /*background: url(../recruitimages/pgbg_about.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    background-color: #cfdbed;
}

#content-workstyle {
    /*background: url(../recruitimages/pgbg_workstyle.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    background-color: #deebff;
}

#content-about .container,
#content-workstyle .container,
#content-message .container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 20px 0 20px;
}

#content-about h2,
#content-workstyle h2,
#content-message h2 {
    font-size: 2.4rem;
    font-weight: 300;
    color: #000000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

#content-about .container p,
#content-workstyle .container p,
#content-message .container p {
    font-size: 1.8rem;
    margin-bottom: 2em;
}

.imglist {
    margin-bottom: 40px;
}

.featureslist {
    margin-bottom: 70px;
}

.featureslist h3 {
    max-width: 320px;
    margin: 0 auto 30px auto;
}

.featureslist dl dt {
    background-color: #00418F;
}

.featureslist dl dd {
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.8rem;
}

.fig-bggray {
    background-color: #E5E5E5;
    padding: 20px 20px;
}

.fig-bggray h3 {
    font-size: 2.4rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}


@media screen and (min-width:460px) {
    #content-about h2 {
        font-size: 3.2rem;
        margin-bottom: 60px;
    }

    #content-about h2,
    #content-workstyle h2,
    #content-message h2 {
        font-size: 2.4rem;
    }

    .fig-bggray {
        padding: 40px 95px;
    }

}

@media screen and (min-width:768px) {
    #content-about h2 {
        font-size: 4.2rem;
        margin-bottom: 60px;
    }

    .imglist-vertical ul {
        display: flex;
    }

    .imglist li {
        width: 33.33%;
    }

    .featureslist dl {
        display: flex;
    }

    .featureslist dl.feature-reverse {
        flex-direction: row-reverse;
    }

    .featureslist dl dt,
    .featureslist dl dd {
        width: 50%;
    }

    #content-about .container,
    #content-workstyle .container,
    #content-message .container {
        padding: 60px 40px 0 40px;
    }

    #content-about h2,
    #content-workstyle h2,
    #content-message h2 {
        font-size: 2.6rem;
        font-weight: 300;
        color: #000000;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }

    .fig-bggray {
        padding: 40px 95px;
    }
}


.work-section {
    margin-bottom: 30px;
}

.work-section h4 {
    width: 250px;
    padding: 30px 0;
    margin: 0 auto 30px auto;
    text-align: center;
    font-size: 2.1rem;
    font-weight: 400;
    color: #00418F;
    line-height: 1;
    border: 3px solid #00418F;
    box-sizing: border-box;
}

.work-section dl {}

.work-section dt {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 10px 0 10px 1em;
}

.work-section dd {
    font-size: 1.8rem;
    font-weight: 300;
    padding: 10px 0 10px 0;
    margin-bottom: 40px;
}

#content-workstyle h3 {
    background-color: #00CDFF;
    padding: 20px 0;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 1;
    color: #FFF;
    margin-bottom: 40px;
}

.welfare-section {
    margin-bottom: 100px;
}

.welfare-section h4 {
    max-width: 500px;
    margin: 0 auto;
    border-bottom: 4px solid #00CDFF;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.domitory {
    margin-bottom: 50px;
}

.domitory-img img {
    margin-bottom: 10px;
}

.domitory-discription {
    font-size: 1.6rem;
}

.domitory-discription ul {
    border-top: 1px solid #000;
    padding: 20px 0 20px 0;
}

.domitory-discription li {
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.25em;
}

.welfares .welfare-item {
    margin-bottom: 30px;
}

.welfares .welfare-item .welfare-photo {
    margin-bottom: 20px;
}

.welfares .welfare-item .welfare-photo .photo-caption {
    font-size: 1.4rem;
}

.welfare-pointlist li {
    font-size: 1.6rem;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.25em;
}

.event-section {
    margin-bottom: 75px;
}

.event-section h4 {
    max-width: 500px;
    margin: 0 auto;
    border-bottom: 4px solid #F6921E;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.event-section ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.event-section li {
    width: 284px;
    height: 284px;
    margin: 15px;
    position: relative;
}

.event-section li img {
    width: 284px;
    height: 284px;
    object-fit: cover;
}

.event-section .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: rgba(0, 65, 143, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-section li:hover .mask {
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.event-section .mask .caption {
    text-align: center;
    color: #FFF;
}

.event-section .mask .caption h5 {
    font-size: 2.7rem;
    font-family: "Noto Serif JP";
    position: relative;
    display: inline-block;
    padding: 0 2.7rem;
}

.event-section .mask .caption h5:before,
.event-section .mask .caption h5:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 0.5em;
    height: 1px;
    background-color: #FFFFFF;
}

.event-section .mask .caption h5:before {
    left: 0;
}

.event-section .mask .caption h5:after {
    right: 0;
}

.event-section .mask .caption p {
    font-size: 1.8rem;
    margin-bottom: 0 !important;
}

.learning-section h4 {
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #00418F;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.learning-section .fig-bggray {
    margin-bottom: 100px;
}

.learning-section .fig-bggray h5 {
    font-size: 2.4rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

.col2exp {
    margin-bottom: 50px;
}

.col2exp img {
    margin-bottom: 20px;
}

.col2exp p {}

.learning-section .col2exp:first-of-type {
    margin-bottom: 50px;
}

#guide-externalact h4 {
    max-width: 500px;
    margin: 0 auto;
    border-bottom: 3px solid #00CDFF;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.clubactiviey {
    margin-bottom: 30px;
}

.club-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.club-photos .w100ph {
    width: 100%;
}

.club-photos .w50ph {
    width: 49%;
    margin-bottom: 0px;
}

.club-discription {
    font-size: 1.6rem;
}

.club-discription h5 {
    margin: 0 auto;
    border: 2px solid #00CDFF;
    text-align: center;
    font-size: 2.1rem;
    font-weight: 400;
    padding: 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

#content-workstyle .container .club-photos p {
    margin-bottom: 10px;
}

.club-pointlist li {
    margin-left: 1em;
    margin-bottom: 0.5em;
    text-indent: -1em;
    line-height: 1.75;
}

.recruitervoice {
    background-color: #FFF7D0;
    padding: 10px;
}

#content-message .container .msgsection p {
    margin-bottom: 0;
    font-size: 1.6rem;
}

.msgsection h4 {
    color: #0071BB;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5em;
}

#content-message .container .msgsection p.leadtxt {
    font-size: 2.1rem;
    border-bottom: 1px solid #000;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
}

.interview {}

.interview .msgsection {
    margin-bottom: 30px;
}

.interview .msgsection img {
    margin-bottom: 5px;
}

.interview .msgsection .recruiter-name {
    font-size: 2.7rem;
}

.interview .msgsection .recruiter-name span {
    font-size: 1.6rem;
}

.msg-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.msg-photos .w100ph {
    width: 100%;
}

.msg-photos .w50ph {
    width: 49%;
    margin-bottom: 0px;
}

#content-message .container .msg-photos p {
    margin-bottom: 10px;
}

.recruitermsg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.recruitermsg img {
    width: 27%;
}

.recruitermsg .msgsection {
    width: 72%;
}

@media screen and (min-width:768px) {

    .work-section {
        display: flex;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .work-section h4 {
        width: 250px;
        padding: 30px 0;
        margin: 0;
        text-align: center;
        font-size: 2.1rem;
        font-weight: 400;
        color: #00418F;
        line-height: 1;
        border: 3px solid #00418F;
        box-sizing: border-box;
    }

    .work-section dl {
        flex: 1 %;
        width: 750px;
        padding-left: 20px;
    }

    .work-section dt {
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        font-size: 1.8rem;
        font-weight: 500;
        padding: 10px 0 10px 1em;
    }

    .work-section dd {
        font-size: 1.8rem;
        font-weight: 300;
        padding: 10px 0 10px 0;
        margin-bottom: 40px;
    }

    .domitory {
        display: flex;
        justify-content: space-between;
    }

    .domitory-img,
    .domitory-discription {
        width: 460px;
    }

    .welfares {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .welfares .welfare-item {
        width: 450px;
        margin-bottom: 50px;
    }

    .welfares .welfare-item .welfare-photo {
        float: right;
        max-width: 210px;
        margin-left: 20px;
    }

    .col2exp {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 100px;
    }

    .col2exp p {
        width: 49%;
    }

    .col2exp img {
        margin-bottom: 0px;
    }

    .clubactiviey {
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }

    .club-photos {
        width: 49%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .club-discription {
        width: 49%;
        font-size: 1.6rem;
    }

    .learning-section h4 {
        margin-bottom: 60px;
    }

    .recruitervoice {
        background-color: #FFF7D0;
        padding: 60px;
    }

    .interview {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .interview .msgsection {
        width: 49%;
        margin-bottom: 30px;
    }

    .recruitermsg .msgsection {
        padding-top: 50px;
    }

}


/*================================================
 *  募集要項
 ================================================*/


#requirements {
    padding: 60px 0 0 0;
}

#requirements h2 {
    font-size: 2.6rem;
    font-weight: 300;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

#requirements .recruit-navi {
    padding: 30px 0 0px 0;
}

#requirements .recruit-navi ul {
    display: block;
}

#requirements .recruit-navi li {
    max-width: 420px;
    margin: 20px auto;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 2.1;
    position: relative;
}

#requirements .recruit-navi li a {
    cursor: pointer;
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 2.1;
    display: block;
    background-color: #898989;
    border: none;
    color: #FFFFFF;
    height: auto;
}

#requirements .recruit-navi li .sub {
    position: absolute;
    margin-left: 0;
    left: 0;
    display: none;
    width: 100%;
    z-index: 1;
}

#requirements .recruit-navi li .sub ul {
    display: block;
}

#requirements .recruit-navi li .sub li {
    width: 100%;
    margin: 5px 0px 5px 0px;
    background-color: #FFFFFF;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.5;
}

#requirements .recruit-navi li.riassociate a {
    display: block;
    width: 100%;
    background-color: #EDEDEE;
    color: #231815;
}


@media screen and (min-width:460px) {
    #requirements h2 {
        font-size: 3.2rem;
        margin-bottom: 60px;
    }
}

@media screen and (min-width:678px) {
    #requirements h2 {
        font-size: 4.2rem;
        margin-bottom: 60px;
    }

    #requirements .recruit-navi {
        padding: 50px 0 20px 0;
    }

    #requirements .recruit-navi ul {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    #requirements .recruit-navi li {
        width: 420px;
        margin: 0 20px;
        background-color: #FFFFFF;
        text-align: center;
        line-height: 3;
        position: relative;
    }

    #requirements .recruit-navi li a {
        font-size: 2.1rem;
        line-height: 3;
        height: auto;
    }
}

.recruit-info h3 {
    font-size: 2.1rem;
    font-weight: 500;
    padding: 1em;
    margin: 0 0 50px 0;
    text-align: center;
    color: #0071BB;
    border-bottom: 3px solid #0071BB;
}

.recruit-info h4 {
    font-size: 2.1rem;
    font-weight: 500;
    margin: 1.5em 0 1.5em 0;
}

.recruit-info .leadtxt {
    text-align: center;
    font-size: 2.1rem;
    font-weight: 500;
    margin-bottom: 50px;
}

.career-sections .section-info {
    margin-bottom: 30px;
}

.career-sections .section-sogo {
    background-color: rgba(231, 242, 253, 1.00);
}

.career-sections .section-ginou {
    background-color: rgba(252, 243, 228, 1.00);
}

.section-info img {
    object-fit: cover;
}

.section-info .section-data {
    position: relative;
    padding: 1px 30px 30px 30px;
    box-sizing: border-box;
}

.section-kind {
    width: 240px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.8;
    display: flex;
    justify-content: flex-end;
}

.section-kind-sogo {
    background-color: #3fa8f4;
    width: 120px;
}

.section-kind-ginou {
    background-color: #faaf3b;
    width: 120px;
}

.section-data h4 {
    color: #0071bb;
    font-size: 2.1rem;
    font-weight: 600;
    margin: 2em 0 0.5em 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #0071bb;
}

.section-data h4 br {
    display: none;
}

.section-data h4 span {
    font-size: 1.8rem;
    font-weight: 600;
}

.section-discription {
    font-size: 1.8rem;
}

.section-discription li {
    margin-left: 1em;
    text-indent: -1em;
}

.section-data .btn-detail {
    padding-top: 20px;
}

.section-data .btn-detail a {
    max-width: 280px;
    margin: 0 auto;
    background-color: #808080;
    border-radius: 0;
    font-size: 1.8rem;
    font-weight: 400;
    color: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    line-height: 32px;
    height: 32px;
}

.section-data .btn-detail a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.8rem;
    padding-left: 10px;
}

@media screen and (min-width:678px) {
    .career-sections .section-info {
        display: flex;
        justify-content: space-between;
    }

    .section-info img,
    .section-info .section-data {
        width: 49%;
    }

    .section-info .section-data {
        position: relative;
        padding: 0 30px 30px 0px;
        box-sizing: border-box;
    }

    .section-data h4 br {
        display: block;
    }
}

@media screen and (min-width:900px) {
    .section-data .btn-detail {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        padding-top: 0px;
    }
}


#requirements .btn-entry {
    margin: 0 auto 30px auto;
    max-width: 412px;
    display: block;

}

#requirements .btn-entry a {
    width: 100%;
    height: 72px;
    border: 6px solid #000;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    line-height: 60px;
    display: block;
    margin-bottom: 50px;
}

@media screen and (min-width:360px) {
    #requirements .btn-entry a {
        width: 100%;
        height: 72px;
        border: 6px solid #000;
        box-sizing: border-box;
        background-color: #FFFFFF;
        border-radius: 0;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        text-align: center;
        font-size: 2.1rem;
        font-weight: 600;
        color: #000;
        line-height: 60px;
        display: block;
    }
}

@media screen and (min-width:678px) {

    #requirements .btn-entry {
        max-width: 480px;
        margin: 0 auto 50px auto;
        background-color: #FFFFFF;
        text-align: center;
        line-height: 3;
        position: relative;
    }

    #requirements .btn-entry a {
        font-size: 2.8rem;
        line-height: 80px;
        height: 92px;
    }
}

.recruit-table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-size: 1.6rem;
}

.recruit-table dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #999;
    width: 100%;
}

.recruit-table dt {
    width: 35%;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    background-color: #EFEFEF;
    box-sizing: border-box;
    padding: 10px;
}

.recruit-table dd {
    width: 65%;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    border-left: none;
    box-sizing: border-box;
    padding: 10px;
}

.recruit-cellunit {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#requirements .recruit-table .recruit-cellunit h4 {
    width: 17.5%;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    background-color: #EFEFEF;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
}

.recruit-cellunit h4 span {
    display: block;
}

.recruit-cellunit .recruit-cell {
    display: flex;
    flex-wrap: wrap;
    width: 82.5%;
}

.recruit-cellunit .recruit-cell dt {
    width: 21.25%;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    background-color: #EFEFEF;
}

.recruit-cellunit .recruit-cell dd {
    width: 78.75%;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: none;
    box-sizing: border-box;
}


.associate-info h3 {
    font-size: 2.1rem;
    font-weight: 500;
    padding: 1em;
    margin: 0 0 50px 0;
    text-align: center;
    color: #0071BB;
    border-bottom: 3px solid #0071BB;
}

.associate-recruit {
    font-size: 1.6rem;
    padding-bottom: 100px;
}

h3.navi-title {
    margin: 10px auto 0 auto;
    background-color: #E5E5E5;
    color: #000000;
    text-align: center;
    line-height: 3;
    position: relative;
    font-size: 2.1rem;
    height: auto;
}

#requirements .associate-navi ul {
    display: block;
}

#requirements .associate-navi li {
    max-width: 280px;
    margin: 20px auto;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 2.1;
    position: relative;
}

#requirements .associate-navi li a {
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.1;
    display: block;
    width: 100%;
    background-color: #E5E5E5;
    border: none;
    color: #000000;
    height: auto;
}

.btn-externallink a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    background-color: #0071BB;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.5);
    font-size: 1.8rem;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    max-width: 360px;
}

#requirements .recruit-table h4 {
    font-size: 2.1rem;
    font-weight: 500;
    margin: 1.5em 0 1.5em 0;
}

@media screen and (min-width:678px) {

    #requirements .associate-navi {
        padding: 30px 0 20px 0;
    }

    #requirements .associate-navi ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    #requirements .associate-navi li {
        width: 420px;
        margin: 0 20px 20px 20px;
        background-color: #FFFFFF;
        text-align: center;
        line-height: 2;
        position: relative;
    }

    #requirements .associate-navi li a {
        font-size: 2.1rem;
        line-height: 2;
        height: auto;
    }

    h3.navi-title {
        width: 29%;
    }

}

.highschool-recruit {
    max-width: 740px;
    margin: 0 auto 80px auto;
}

.highschool-recruit h4 {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 10px 0 10px 1em;
    margin-top: 80px;
    text-align: center;
}

.highschool-recruit h4:first-of-type {
    margin-top: 0px;
}

.highschool-recruit p {
    font-size: 1.8rem;
}

.universal-effort {
    padding-bottom: 70px;
}

.universal-effort h5 {
    padding: 20px 0;
    text-align: center;
    font-size: 2.1rem;
    font-weight: 400;
    color: #00418F;
    line-height: 1;
    border: 3px solid #00418F;
    box-sizing: border-box;
}

.effort-list li {
    font-size: 1.6rem;
    margin-bottom: 0.25em;
}

.effort-list .caption {
    text-align: right;
    font-size: 1.2rem;
}

.fig-tour {
    max-width: 500px;
}

.recruit-contact {
    padding: 20px 0 0 0;
}

.recruit-contact p {
    border: 4px solid #000;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    padding: 20px;
}

.effort-imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    max-width: 500px;
}

.effort-imgs li {
    max-width: 500px;
}

.effort-imgs li.img45per {
    max-width: 225px;
}

.effort-imgs li.img53per {
    max-width: 265px;
}

@media screen and (min-width:768px) {
    .universal-effort {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .universal-effort h5 {
        width: 200px;
        padding: 20px 0;
        margin: 0;
        text-align: center;
        font-size: 2.1rem;
        font-weight: 400;
        color: #00418F;
        line-height: 1;
        border: 3px solid #00418F;
        box-sizing: border-box;
    }

    .effort-list {
        flex: 1 %;
        width: 500px;
    }
}


.handicapped-recruit {
    max-width: 740px;
    margin: 0 auto 120px auto;
}

.handicapped-recruit h4 {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 10px 0 10px 1em;
    margin-top: 80px;
    text-align: center;
}

.handicapped-recruit+h4 {
    margin-top: 0px;
}

.handicapped-recruit p {
    font-size: 1.8rem;
}


@media screen and (min-width:768px) {
    .universal-effort {
        display: flex;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .universal-effort h4 {
        width: 250px;
        padding: 30px 0;
        margin: 0;
        text-align: center;
        font-size: 2.1rem;
        font-weight: 400;
        color: #00418F;
        line-height: 1;
        border: 3px solid #00418F;
        box-sizing: border-box;
    }
}



/*================================================
 *  FAQ
 ================================================*/
#faq {
    padding: 60px 0 0 0;
}

#faq h2 {
    font-size: 2.6rem;
    font-weight: 300;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.faqlist {
    max-width: 820px;
    margin: 0 auto;
    padding-top: 40px;
}

.faqitem {
    margin-bottom: 45px;
}

.faqitem dt {
    font-size: 1.8rem;
    font-weight: 600;
    color: #0071bb;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 30px;
    text-indent: -30px;
    border-bottom: 3px solid #00418f;
}

.faqitem dd {
    font-size: 1.6rem;
    font-weight: 400;
    margin-left: 30px;
    text-indent: -30px;
}

.faqitem dt span,
.faqitem dd span {
    font-size: 2.4rem;
    font-weight: 600;
    padding-right: 0.25em;
}

.faqitem dt span {
    color: #0071bb;
}

.faqitem dd span {
    color: #f6921e;
}

.faqitem .fqafig {
    vertical-align: top;
    margin-bottom: 30px;
}

@media screen and (min-width:460px) {
    #faq h2 {
        font-size: 3.2rem;
        margin-bottom: 60px;
    }

    .faqitem dt {
        font-size: 2.4rem;
        font-weight: 600;
        color: #0071bb;
        padding-bottom: 0.5em;
        margin-bottom: 0.5em;
        padding-left: 36px;
        text-indent: -36px;
        border-bottom: 3px solid #00418f;
    }

    .faqitem dd {
        font-size: 1.8rem;
        font-weight: 400;
        margin-left: 36px;
        text-indent: -36px;
    }

    .faqitem dt span,
    .faqitem dd span {
        font-size: 3.0rem;
        font-weight: 600;
        padding-right: 0.25em;
    }
}

@media screen and (min-width:678px) {
    #faq h2 {
        font-size: 4.2rem;
        margin-bottom: 60px;
    }

    .faqitem {
        margin-bottom: 90px;
    }
}


/*================================================
 *  ご家族の皆さまへ
 ================================================*/

#family {
    padding: 60px 0 0 0;
}

#family h2 {
    font-size: 2.6rem;
    font-weight: 300;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

#family .leadtxt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0px;
    padding-top: 50px;
}

.familymsg {
    background: url(../recruitimages/bgline-family.png) top repeat-x;
    background-size: auto 42px;
    padding-top: 42px;
}

.familymsg p {
    font-size: 1.8rem;
    font-weight: 500;
    background: url(../recruitimages/bgline-family.png);
    background-size: auto 42px;
    line-height: 42px;
    padding: 0 1em;
    text-indent: 1em;
}

.familyfig p {
    max-width: 800px;
    margin: 70px auto 0px auto;
}

.familymsg-foot {
    max-width: 700px;
    margin: 0px auto;
}

.familymsg-foot h3 {
    font-size: 2.7rem;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.familymsg-foot p {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1em;
}

#family .btn-detail a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    background-color: #0071BB;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.5);
    font-size: 1.8rem;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    max-width: 360px;
}

@media screen and (min-width:460px) {
    #family h2 {
        font-size: 3.2rem;
        margin-bottom: 60px;
    }

    #family .leadtxt {
        font-size: 2.1rem;
        padding-top: 50px;
    }

    .familymsg {
        background: url(../recruitimages/bgline-family.png) top repeat-x;
        background-size: auto 54px;
        padding-top: 54px;
    }

    .familymsg p {
        font-size: 2.4rem;
        font-weight: 500;
        background: url(../recruitimages/bgline-family.png);
        background-size: auto 54px;
        line-height: 54px;
        padding: 0 1em;
        text-indent: 1em;
    }

    #family .btn-detail a {
        width: 70%;
        font-size: 1.8em;
    }

    .familymsg-foot h3 {
        font-size: 3.2rem;
        font-weight: 600;
        margin-bottom: 0.25em;
    }

    .familymsg-foot p {
        font-size: 2.1rem;
        font-weight: 600;
        margin-bottom: 1em;
    }
}

@media screen and (min-width:678px) {
    #family h2 {
        font-size: 4.2rem;
        margin-bottom: 60px;
    }

    .familymsg {
        background: url(../recruitimages/bgline-family.png) top repeat-x;
        background-size: auto 54px;
        padding-top: 54px;
    }

    .familymsg p {
        font-size: 2.4rem;
        font-weight: 500;
        background: url(../recruitimages/bgline-family.png);
        background-size: auto 54px;
        line-height: 54px;
        padding: 0 1em;
        text-indent: 1em;
    }

    #family .btn-detail {
        margin-bottom: 60px;
    }

    #family .btn-detail a {
        width: 70%;
        font-size: 2.1rem;
    }

    .familymsg-foot h3 {
        font-size: 5.8rem;
        font-weight: 600;
        margin-bottom: 0.25em;
    }

    .familymsg-foot p {
        font-size: 2.4rem;
        font-weight: 600;
        margin-bottom: 1em;
    }

}


/*================================================
 *  ぶっちゃけデータ
 ================================================*/

#buchake {
    background-image: url(../recruitimages/bg_bucchake.png);
}

#buchake .container {
    max-width: 1104px;
    padding-bottom: 100px;
}

#buchake .contentsbody {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 20px 10px;
}

#buchake p.leadtxt {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
}

#buchake .contentsbody h3 {
    background-color: #29AAE1;
    font-size: 2.1rem;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    color: #FFFFFF;
}

#buchake .contentsbody .fig01 {
    max-width: 700px;
    margin: 0 auto 100px auto;
    display: block;
}

#buchake .contentsbody .fig01-2023 {
    max-width: 574px;
    margin: 30px auto 70px auto;
    display: block;
    padding: 0 50px;
}
}

#buchake .contentsbody .fig02 {
    max-width: 550px;
    margin: 60px auto;
    display: block;
}

#buchake .contentsbody .fig02-2023 {
    max-width: 800px;
    margin: 60px auto;
    display: block;
}

#buchake .contentsbody .fig03 {
    max-width: 460px;
    margin: 60px auto;
    display: block;
}

#buchake .contentsbody .fig03-2023 {
    max-width: 560px;
    margin: 60px auto;
    display: block;
    padding: 0 50px;
}

#buchake .contentsbody .fig04 {
    max-width: 800px;
    margin: 60px auto;
    display: block;
}

#buchake .contentsbody .fig05 {
    max-width: 600px;
    margin: 60px auto 0px auto;
    display: block;
}

@media screen and (min-width:420px) {
    #buchake .contentsbody {
        border-radius: 20px;
        padding: 25px 20px;
    }

    #buchake .contentsbody h3 {
        font-size: 2.4rem;
        padding: 15px;
    }

}

@media screen and (min-width:678px) {

    #buchake .contentsbody {
        background-color: #FFFFFF;
        border-radius: 30px;
        padding: 50px 40px;
    }

    #buchake .contentsbody h3 {
        font-size: 3.2rem;
        padding: 20px;
    }
}


/*================================================
 *  お問い合わせ
 ================================================*/

#entryform {
    padding: 60px 0 0 0;
}

#entryform h2 {
    font-size: 2.6rem;
    font-weight: 300;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

#entryform .leadtxt {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 50px 20px;
}

#entryform .contact-form {
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: 1.6rem;
}

.contact-form h3 {
    background-color: #1EAA39;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    padding: 0.75em;
    color: #FFF;
    margin-bottom: 30px;
}

.contact-form dl,
.contact-form dt,
.contact-form dd {
    box-sizing: border-box;
}

.contact-form dl {
    overflow: hidden;
    border-bottom: 1px solid #C1C1C1;
}

.contact-form dt,
.contact-form dd {
    font-size: 1.6rem;
}

.contact-form dt {
    padding: 15px 10px 0px 10px;
    border-top: 1px solid #C1C1C1;
}

.contact-form dd {
    padding: 0px 10px 15px 10px;
}

.contact-form dd input[type="text"],
.contact-form dd input[type="email"] {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #B7B7B7;
    background-color: #EEEEEE;
    box-sizing: border-box;
}

.contact-form dd textarea {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #B7B7B7;
    background-color: #EEEEEE;
    box-sizing: border-box;
}

.contact-form dd input[type="text"].fname,
.contact-form dd input[type="text"].fkana {
    width: 100%;
}

.contact-form dd em {
    color: #656565;
    font-style: normal;
}

.contact-form dt span {
    width: 48px;
    height: 18px;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    background-color: #DD0000;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    margin-left: 1em;
}

.contact-form dd strong {
    font-weight: 600;
}

.contact-form dd input#mailconfirm {
    margin: 10px 0 1em 0;
}

.sendbtn {
    margin: 0px;
    padding: 30px 0 0 0;
}

.sendbtn input {
    width: 133px;
    height: 43px;
    text-align: center;
    height: 43px;
    display: block;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #888888;
    color: #000000;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.sendbtn input:hover,
.prg-confirm-btn input:hover {
    background-color: #888888;
    color: #FFFFFF;
}

.contact-form .sexRedio {
    display: flex;
    justify-content: flex-start;
}

.contact-form .sexRedio li {
    padding-right: 30px;
}

.contact-form #birthy {
    width: 120px;
    margin-right: 0.25em;
}

.contact-form #birthm,
.contact-form #birthd {
    width: 80px;
    margin-right: 0.25em;
}

.contact-form .nameInputList li,
.contact-form .birthInputList li {
    list-style-type: none;
    padding: 5px 0;
}

.contact-form .nameInputList li input {
    width: 200px;
    margin-right: 1em;
}

.contact-form dd dl,
.contact-form dd dt,
.contact-form dd dd {
    border: none;
}

.contents-body p.footnote {
    font-size: 1.4rem;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.5em;
}

.contact-form .privacyTextArea {
    height: 150px;
    overflow: scroll;
    border: 1px solid #CCC;
    padding: 0.5em;
    margin-bottom: 2em;
}

.contact-form .privacyTextArea ol {
    margin-left: 1em;
}

.contact-form .privacyChechArea {
    text-align: center;
    margin-bottom: 2em;
    font-size: 1.8rem;
    font-weight: 500;
    color: #F18E2A;
}

.contact-form .privacyChechArea span.hissu {
    width: 48px;
    height: 18px;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    background-color: #DD0000;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    margin-left: 1em;
}

/*.contact-form .privacyChechArea span {
    width:48px;
    height: 18px;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    background-color: #DD0000;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    margin-left: 1em;
}*/

.contact-form .confirm-btn,
.contact-form .prg-confirm-btn {
    text-align: center;
    margin: 2em auto;
}

.contact-form .confirm-btn input,
.contact-form .prg-confirm-btn input {
    display: inline-block;
    padding: 1em 2em;
    background-color: #DD0000;
    border: 1px solid #CCC;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #888888;
    color: #000000;
    font-size: 1.6rem;
    margin-bottom: 15px;

}

.contact-form .confirm-btn input:hover,
.contact-form .prg-confirm-btn input:hover {
    background-color: #EFEFEF;
    border-color: #DD0000;
    text-decoration: none;
    color: #DD0000;
}

@media screen and (min-width:420px) {
    #entryform h2 {
        font-size: 3.2rem;
        margin-bottom: 60px;
    }

    #entryform .leadtxt {
        font-size: 1.6rem;
        padding: 50px 20px;
    }

    .contact-form .nameInputList {
        display: flex;
        margin-left: 0;
        margin-bottom: 0;
    }

    .contact-form .birthInputList {
        display: flex;
        margin-left: 0;
        margin-bottom: 0;
    }

    .contact-form #birthy {
        width: 120px;
    }

    .contact-form #birthm,
    .contact-form #birthd {
        width: 80px;
        margin-left: 1em;
        margin-right: 0.25em;
    }
}


@media screen and (min-width:678px) {
    #entryform h2 {
        font-size: 4.2rem;
        margin-bottom: 60px;
    }

    .entryform {
        background: url(../recruitimages/bgline-family.png) top repeat-x;
        background-size: auto 54px;
        padding-top: 54px;
    }

    .contact-form h3 {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }

    .contact-form {}

    .contact-form dl {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-form dt {
        width: 25%;
        float: left;
        text-align: left;
        position: relative;
        padding: 15px 10px 15px 10px;
    }

    .contact-form dd {
        width: 75%;
        border-left: 1px solid #C1C1C1;
        border-top: 1px solid #C1C1C1;
        padding: 15px 10px 15px 10px;
    }

    .contact-form dd input[type="text"],
    .contact-form dd input[type="email"] {
        padding: 7px;
        font-size: 16px;
        border: 1px solid #B7B7B7;
        background-color: #EEEEEE;
    }

    .contact-form dd textarea {
        padding: 7px;
        font-size: 16px;
        border: 1px solid #B7B7B7;
        background-color: #EEEEEE;
    }

    .contact-form dt span {
        position: absolute;
        top: 16px;
        right: 14px;
    }

    .contact-form .nameInputList {
        display: flex;
        justify-content: flex-start;
    }

    .contact-form .nameInputList li input {
        width: 250px;
    }

    .contact-form .birthInputList {
        display: flex;
        justify-content: flex-start;
    }

    .contact-form #birthy {
        width: 150px;
    }

    .contact-form #birthm,
    .contact-form #birthd {
        width: 100px;
    }

    .contact-form .sexRedio {
        display: flex;
        justify-content: flex-start;
    }

    .contact-form .sexRedio li {
        padding-right: 30px;
    }

    .contact-form #birthy {
        width: 150px;
        margin-right: 0.25em;
    }

    .contact-form #birthm,
    .contact-form #birthd {
        width: 100px;
        margin-left: 1em;
        margin-right: 0.25em;
    }

    .contact-form #tel,
    .contact-form #mail,
    .contact-form #mailconfirm {
        width: 50%;
    }

    .confirm-tbl {
        display: flex;
        flex-wrap: wrap;
    }

    .confirm-tbl dt {
        width: 36%;
        box-sizing: border-box;
        float: none;
    }

    .confirm-tbl dd {
        width: 64%;
        box-sizing: border-box;
        margin-left: 0;
    }
}


/*================================================
 *  お知らせ
 ================================================*/

#contents .container {
    padding: 0 20px 3em 20px;
    font-size: 1.6rem;
}

#contents section {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

#contents .post-header .entry-date {
    font-size: 1.6rem;
    margin-bottom: 60px;
    text-align: center;
}

.contents-body article {
    margin-bottom: 1em;
    overflow: hidden;
}

.contents-body h2 {
    font-size: 2.4rem;
    margin-bottom: 1em;
    font-weight: 400;
    clear: both;
    background-image: url(../recruitimages/bg_bizflow.gif);
    background-size: 18px;
    padding: 0.3em;
    text-align: center;
}

.contents-body h3 {
    font-size: 2.4rem;
    color: #333;
    margin-bottom: 1em;
    padding: 0.3em;
    font-weight: 400;
    border-bottom: 3px solid #F08300;
}

.contents-body h4 {
    font-size: 2.1rem;
    font-weight: 400;
    margin-bottom: 1em;
    padding: 0.3em;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.contents-body h5 {
    font-size: 2.1rem;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.contents-body h6 {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.contents-body p {
    font-size: 1.6rem;
    margin-bottom: 1em;
}

.contents-body img {
    margin-bottom: 1em;
    width: 100%;
    height: auto;
}

.contents-body .entry-meta {
    font-size: 1.6rem;
    margin-bottom: 1.2em;
}

.contents-body .entry-meta li {
    display: inline-block;
    padding-right: 1em;
    margin-right: 1em;
}

.contents-body .entry-meta .entry-date {
    border-right: 1px solid #000;
}

.contents-body table {
    border: 1px solid #888;
    margin-bottom: 2em;
    width: 100%;
}

.contents-body th {
    border: 1px solid #888;
    padding: 10px;
    text-align: center;
    background-color: #EFEFEF;
}

.contents-body td {
    border: 1px solid #888;
    padding: 10px;
}

.contents-body ul {
    margin-left: 2em;
    margin-bottom: 2em;
    list-style-type: disc;
}

.contents-body ol {
    margin-left: 2em;
    margin-bottom: 2em;
    list-style-type: decimal;
}

.contents-body li {
    margin-left: 1em;
    margin-bottom: 0.25em;
}

#side .widget {
    width: 100%;
    padding: 20px 0px;
    box-sizing: border-box;
    overflow: hidden;
}

#side .widgettitle span {
    font-size: 2.1rem;
    font-weight: 600;
    padding: 0 0 0 14px;
}

#side .widgettitle {
    padding-bottom: 10px;
    margin-bottom: 1.5em;
}

#side .widget label {
    display: none;
}


@media screen and (min-width:678px) {

    #contents .container {
        padding: 3em 0px;
    }

    .contents-body img {
        width: auto;
        height: auto;
        flex-shrink: 0;
    }

    #side .widget {
        width: 100%;
        padding: 0px 0px;
        box-sizing: border-box;
    }

    .alignleft {
        float: left;
        margin-right: 1em;
    }

    .alignright {
        float: right;
        margin-left: 1em;
    }

    .aligncenter {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
    }
}


.recruit-table .enrty-btn {
    max-width: 340px;
    /*460px*/
}

.enrty-btn {
    margin: 2em auto;
    text-align: center;
}

.enrty-btn a {
    display: inline-block;
    padding: 1em 2em;
    text-align: center;
    border: 1px solid #999999;
    font-size: 2.1rem;
    font-weight: 600;
    background-color: #FFFFFF;
}

.enrty-btn a:hover {
    color: #00418F;
    border-color: #00418F;
    text-decoration: none;
}

.content-sitemap {
    max-width: 740px;
    margin: 0 auto 0 auto;
    padding-bottom: 60px;
}

.content-sitemap .subcontents {
    margin: 0 3em 3em 3em;
}

.content-sitemap h3 {
    font-size: 2.1rem;
    font-weight: 500;
    padding: 1em;
    margin: 1.5em 0;
    text-align: center;
    color: #00418F;
    border-bottom: 3px solid #00418F;
}

.content-sitemap ul {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 2.1rem;
}

.content-sitemap a::after {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    margin-left: 0.2em;
    color: #CCC;
}


/* トピック
===================================*/

.entry-posts {
    font-size: 1.6rem;
}

.news-archivelist dt {
    padding: 0;
}

.news-archivelist dd {
    padding: 0.25em 0 1em 0;
    margin-bottom: 2em;
}

@media screen and (min-width:678px) {


    .news-archivelist dt {
        float: left;
        padding: 0.5em 0;
    }

    .news-archivelist dd {
        margin-left: 10em;
        padding: 0.5em 0;
        margin-bottom: 1em;
    }

}

.single-post .contents-body {
    padding-bottom: 50px;
}

.post-nav ul {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 20px 0;
    border-top: 1px solid #EFEFEF;
}

.post-nav .nav-num {
    text-align: center;
    width: 30%;
}

.post-nav .nav-num:first-of-type {
    text-align: left;
}

.post-nav .nav-num:first-of-type::before {
    content: "\f104";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-left: 0.5em;
}

.post-nav .nav-num:last-of-type {
    text-align: right;
}

.post-nav .nav-num:last-of-type::after {
    content: "\f105";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 0.5em;
}


#requirements .recruit-navi li.riassociate a {
    background-color: #0071BB;
    color: #FFF;
}

@media screen and (min-width:678px) {

    #requirements.requirements202206 .associate-navi {
        padding: 30px 0 20px 0;
    }

    #requirements.requirements202206 .associate-navi ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto 30px auto;
        max-width: 640px;
    }

    #requirements.requirements202206 .associate-navi li {
        width: 420px;
        margin: 0 20px 20px 20px;
        background-color: #FFFFFF;
        text-align: center;
        line-height: 2;
        position: relative;
    }

    #requirements.requirements202206 .associate-navi li a {
        font-size: 2.1rem;
        line-height: 2;
        height: auto;
        background-color: #0071BB;
        color: #FFF;
    }
}

.associate-recruit h4 {
    font-size: 2.1rem;
    font-weight: 600;
    color: #1EAA39;
}

.recruit202206 .recruitermsg {
    display: block;
}

.recruit202206 .recruitermsg .msgsection {
    width: 100%;
}

.associate-recruit.koun-marine h4.titlecopy {
    font-size: 3.6rem;
    color: #E60012;
    text-align: center;
    margin-bottom: 0.2em;
}

.associate-recruit.koun-marine p.subtitlecopy {
    font-size: 2.1rem;
    font-weight: 400;
    color: #E60012;
    text-align: center;
}

.koun-marine .imgbanner {
    width: 100%;
    max-width: 320px;
    margin: 10px auto 0 auto;
}

.koun-marine .imgbanner img {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

@media screen and (min-width:768px) {
    .recruit202206 .recruitermsg .msgsection {
        padding-top: 0px;
    }

}

.recruit202206 .mynavi-banner {
    margin-bottom: 15px;
}

.recruit202206 #staffvoices {
    padding: 20px 0 10px 0;
    margin-bottom: 60px;
}

.recruit202206 #staffvoices h2,
.recruit202206 #staffvoice h2 {
    font-size: 2.7rem;
    margin-bottom: 30px;
}

#page .recruit202206 #message {
    display: none;
}

@media screen and (min-width:768px) {

    .recruit202206 #staffvoices h2,
    .recruit202206 #staffvoice h2 {
        font-size: 4.2rem;
        margin-bottom: 30px;
    }

}