/*----------------------------*/
/*--base--*/
/*----------------------------*/
.inner {
    width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
}

.forPc {
    display: block;
}

.forSp {
    display: none;
}

@media screen and (max-width: 767px) {
    .forPc {
        display: none;
    }

    .forSp {
        display: block;
    }
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}


h2 {
    margin-bottom: 30px;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 6px;
    position: relative;
}

h2::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    background: #69b644;
    border-radius: 6px 0 0 6px;
}

@media screen and (max-width: 767px) {
    h2::before {
        height: 70px;
    }
}

h2.is-center {
    font-size: 36px;
    line-height: 42px;
    padding: 0;
    text-align: center;
    font-weight: bold;
    background: none;
}

h2.is-center::before {
    content: unset;
}


.ttlBlock {
    margin-bottom: 50px;
}

.ttlBlock p {
    text-align: center;
    margin-top: 30px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs32 {
    font-size: 32px;
    line-height: 32px;
}

.fs35 {
    font-size: 35px;
    line-height: 35px;
}

@media screen and (max-width: 767px) {
    .fs12 {
        font-size: 10px;
    }

    .fs14 {
        font-size: 12px;
    }

    .fs16 {
        font-size: 14px;
    }

    .fs18 {
        font-size: 16px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 18px;
    }

    .fs26 {
        font-size: 22px;
    }

    .fs32 {
        font-size: 26px;
        line-height: 26px;
    }

    .fs35 {
        font-size: 26px;
        line-height: 26px;
    }
}

@media screen and (max-width: 390px) {
    .fs16 {
        font-size: 13px;
    }

    .fs18 {
        font-size: 15px;
    }

    .fs20 {
        font-size: 16px;
    }

    .fs22 {
        font-size: 18px;
    }
}

small {
    font-size: 12px;
}

em {
    font-weight: bold;
    color: #4ab82b;
}

em.yellow {
    font-weight: bold;
    color: #fffaa8;
}

.aboutBlcok_content {
    margin-top: 30px;
}

.bg_green {
    background: #4ab82b;
}

.bg_gray {
    background: #f8f8f8;
}

.bg_white {
    background: #fff;
}

.cl_green {
    color: #4ab82b;
}

.cl_white {
    color: #fff;
}

.marker {
    background: linear-gradient(transparent 60%, #fffaa8 60%);
}

section {
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
        line-height: 30px;
    }

    h2.is-center {
        font-size: 26px;
        line-height: 36px;
    }

    h3 {
        margin-bottom: 20px;
    }

    h3.nigyou::before {
        height: 87px;
    }

    h3.sangyou::before {
        height: 112px;
    }

    .ttlBlock {
        margin-bottom: 30px;
    }

    .ttlBlock p {
        margin-top: 20px;
    }

    small {
        font-size: 12px;
        line-height: 1rem;
        display: block;
        margin-top: 5px;
    }

    section {
        padding: 50px 0;
    }
}

.fw-bold {
    font-weight: bold;
}

.is-center {
    text-align: center;
}

.lh18 {
    line-height: 18px;
}

.lh26 {
    line-height: 26px;
}

.lh28 {
    line-height: 28px;
}

.lh32 {
    line-height: 32px;
}

@media screen and (max-width: 767px) {
    .lh18 {
        line-height: 18px;
    }

    .lh26 {
        line-height: 22px;
    }

    .lh28 {
        line-height: 24px;
    }

    .lh32 {
        line-height: 22px;
    }
}

/*----------------------------*/
/*--main--*/
/*----------------------------*/
.special_panel {
    margin-top: 90px;
    margin-bottom: 0px;
    color: #333;
    font-weight: normal;
}

section#bgImage {
    background: url(../images/special_panel/main_bg.jpg) no-repeat #49b82d;
    background-position: center;
    background-size: cover;
}

section.main {
    padding: 100px 0px 100px;
    position: relative;
}

.mainContent h1 {
    font-size: 46px;
    letter-spacing: -0.08rem;
    line-height: 3.6rem;
    margin-bottom: 20px;
}

.mainContent h1 small {
    letter-spacing: 0.03rem;
}

.mainContent p {
    font-weight: bold;
    margin-bottom: 5px !important;
}

.mainContent p.fs22 {
    margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
    .special_panel {
        margin-top: 0px;
    }

    .mainContent p {
        margin-bottom: 15px !important;
        text-align: center;
    }

    .mainContent h1 {
        font-size: 36px;
        line-height: 2.8rem;
        margin-bottom: 20px;
        text-align: center;
    }

    .mainContent h1 small {
        display: block;
        margin-bottom: -30px;
    }

    section#bgImage {
        background: url(../images/special_panel/main_bg_sp.jpg) no-repeat #49b82d;
        background-position: top;
        background-size: cover;
    }

    .asmarq_quality {
        margin-top: 0;
    }

    section.main {
        height: 48vh;
        padding-top: 50px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 390px) {
    .mainContent_list ul li p.cl_white {
        letter-spacing: -0.05rem;
    }

    section.main {
        height: 50vh;
    }
}

@media screen and (max-width: 375px) {
    section.main {
        padding-top: 40px;
    }
}


/*----------------------------*/
/*--tokucho--*/
/*----------------------------*/
section.tokucho {
    padding-top: 0px;
}

.tokuchoblock {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
}

.tokuchoblock .tokuchoblock_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tokuchoblock .tokuchoblock_list .img_area {
    margin-bottom: 20px;
}

.tokuchoblock .tokuchoblock_list h3 {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .tokuchoblock {
        width: 100%;
        flex-wrap: wrap;
        gap: 20px;
    }

    .tokuchoblock .tokuchoblock_list {
        width: 46%;
    }

    .tokuchoblock .tokuchoblock_list h3 {
        padding: 0;
    }

    .tokuchoblock .tokuchoblock_list p {
        min-height: 90px;
        text-align: left;
    }
}

/*----------------------------*/
/*--tokucho--*/
/*----------------------------*/
.ichiranblock {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}

.ichiranblock .ichiranblock_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ichiranblock .ichiranblock_list .img_area {
    margin-bottom: 20px;
    width: 330px;
}

.ichiranblock .ichiranblock_list .text_area {
    width: 330px;
}

.ichiranblock .ichiranblock_list .img_area img {
    width: 100%;
}

.ichiranblock .ichiranblock_list h3 {
    margin-bottom: 20px;
}

.ichiranblock .ichiranblock_list .text_area p {
    min-height: 90px;
}

.ichiranblock .ichiranblock_list .text_area a {
    background: #fff;
    display: block;
    margin-top: 20px;
    padding: 20px 0;
    padding-right: 60px;
    padding-left: 40px;
    border-radius: 3px;
    width: 100%;
    position: relative;
}

.ichiranblock .ichiranblock_list .text_area a::after {
    content: "";
    background: url(../images/special_panel/bector.png) no-repeat;
    display: inline-block;
    width: 10px;
    height: 15px;
    position: absolute;
    top: 40%;
    right: 20px;
}

.ichiranblock .ichiranblock_list .text_area a:hover {
    color: #49b82d;
}

@media screen and (max-width: 767px) {
    .ichiranblock {
        flex-wrap: wrap;
        gap: 60px 30px;
        margin-top: 0;
    }

    .ichiranblock .ichiranblock_list h3 {
        padding: 0;
    }

    .ichiranblock .ichiranblock_list .text_area p {
        min-height: unset;
    }

    .ichiranblock .ichiranblock_list .text_area a {
        padding-right: 60px;
        padding-left: 30px;
    }
}

/*----------------------------*/
/*--Q&A--*/
/*----------------------------*/
.qa_block {
    margin-bottom: 20px;
    padding: 40px;
    border: 3px solid #dcdcdc;
    border-radius: 6px;
    background: url(../images/logdata_recruit/qa_block_bg.jpg) repeat;
}

.qa_block h3 {
    margin-bottom: 0px;
    display: inline-block;
    letter-spacing: 0.03rem;
    width: 85%;
}

.qa_block .question {
    margin-bottom: 20px;
}

.qa_block .question::before {
    content: "Q";
    background-color: #4ab82b;
    color: #fff;
    margin-right: 10px;
    padding: 14px 17px;
    font-size: 25px;
    border-radius: 90px;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.qa_block p {
    display: inline-block;
    padding-top: 10px;
    max-width: 950px;
}

.qa_block .answer::before {
    vertical-align: top;
    content: "A";
    margin-right: 10px;
    padding: 14px 17px;
    font-size: 25px;
    border-radius: 90px;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 767px) {
    .qa_block {
        padding: 30px 20px;
    }

    .qa_block .question::before {
        padding: 4px 8px;
        width: 30px;
        height: 30px;
        font-size: 18px;
        vertical-align: top;
        margin-top: 10px;
    }

    .qa_block h3 {
        width: 85%;
    }

    .qa_block .answer::before {
        padding: 2px 8px;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .qa_block p {
        width: 85%;
        padding-top: 0;
    }
}

/*----------------------------*/
/*--追従ボタン--*/
/*----------------------------*/
.tuijuubtn {
    position: fixed;
    top: 140px;
    right: 20px;
    z-index: 999;
}

.tuijuubtn a {
    padding: 20px 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ef7013;
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    z-index: 999;
}

@media screen and (max-width: 767px) {
    .tuijuubtn a {
        display: none;
    }
}

.content09 {
    padding-top: 0;
}

.document_contact form dl dt,
.document_contact.tuiki_230107 .contact_formblock form dl dt {
    color: #333;
}


/*----------------------------*/
/*--231016_追記--*/
/*--スペシャルパネル＿下層--*/
/*----------------------------*/
.special_panel_lower.shikkan section#bgImage {
    background: url(../images/special_panel/lower_shikkan_main.jpg) no-repeat #49b82d;
    background-position: center;
    background-size: cover;
}

.special_panel_lower.car section#bgImage {
    background: url(../images/special_panel/lower_car_main.jpg) no-repeat #49b82d;
    background-position: center;
    background-size: cover;
}

.special_panel_lower.btob section#bgImage {
    background: url(../images/special_panel/lower_btob_main.jpg) no-repeat #49b82d;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 767px) {

    .special_panel_lower.shikkan section.main,
    .special_panel_lower.car section.main,
    .special_panel_lower.btob section.main {
        height: auto;
        padding: 60px 0px;
    }

    .special_panel_lower.shikkan section#bgImage {
        background: url(../images/special_panel/lower_shikkan_main_sp.jpg) no-repeat #49b82d;
        background-position: center;
        background-size: cover;
    }

    .special_panel_lower.car section#bgImage {
        background: url(../images/special_panel/lower_car_main_sp.jpg) no-repeat #49b82d;
        background-position: center;
        background-size: cover;
    }

    .special_panel_lower.btob section#bgImage {
        background: url(../images/special_panel/lower_btob_main_sp.jpg) no-repeat #49b82d;
        background-position: center;
        background-size: cover;
    }
}


.special_panel_lower .mainContent h1 {
    font-size: 38px;
}

@media screen and (max-width: 767px) {
    .special_panel_lower .mainContent h1 {
        font-size: 28px;
        line-height: 2.8rem;
    }
}

.special_panel_lower .mainContent p {
    font-weight: normal;
    line-height: 2rem;
}

@media screen and (max-width: 767px) {
    .special_panel_lower .mainContent p {
        font-weight: normal;
        line-height: 1.6rem;
    }
}

.special_panel_lower .about.pb0 {
    padding-bottom: 0;
}

.special_panel_lower a.link_btn {
    width: 500px;
    margin: 30px auto 0;
    padding: 20px;
    padding-left: 70px;
    display: block;
    background: #f27c10;
    border-radius: 6px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .special_panel_lower a.link_btn {
        width: 100%;
        padding-left: 60px;
        padding-right: 50px;
        font-size: 13px;
        line-height: 18px;
    }
}

.special_panel_lower a.link_btn:hover {
    color: #fff;
}

.special_panel_lower a.link_btn::before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 26px;
    background: url(../images/special_panel/lower-btn_icon.png) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}

.special_panel_lower a.link_btn::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/special_panel/lower-btn_bector.png) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .special_panel_lower a.link_btn::before {
        width: 23px;
        height: 20px;
        background-size: 100%;
    }

    .special_panel_lower a.link_btn::after {
        width: 25px;
        height: 25px;
        background-size: 100%;
    }
}

.special_panel_lower table {
    margin-top: 40px;
}

.special_panel_lower table tr {
    border-top: 1px solid #e1f0ce;
}

.special_panel_lower table tr:last-child {
    border-bottom: 1px solid #e1f0ce;
}

.special_panel_lower table th,
.special_panel_lower table td {
    padding: 20px;
    color: #333;
}

.special_panel_lower table th {
    background: #f3f9eb;
    width: 15%;
}

.special_panel_lower table td {
    background: #fff;
    width: 85%;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .special_panel_lower table th {
        width: 35%;
        vertical-align: middle;
    }

    .special_panel_lower table td {
        width: 65%;
    }
}


.special_panel_lower .graphblock {
    padding: 50px;
    padding-top: 0;
}

.graphblock_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 0 0;
}

.graphblock_list ul li p {
    text-align: left;
}

.graphblock_list ul li {
    border-bottom: 1px solid #ddd;
    padding-top: 50px;
    width: 50%;
}

.graphblock_list ul li .imgBox {
    position: relative;
}

.graphblock_list ul li .imgBox img {
    padding-bottom: 50px;
}

/*-- それぞれのグラフのリストの調整（性別・年代） --*/
.graphblock_list ul li.seibetu,
.graphblock_list ul li.nendai {
    padding-top: 0;
}

.graphblock_list ul li.seibetu .imgBox,
.graphblock_list ul li.nendai .imgBox {
    height: 360px;
}

.graphblock_list ul li.seibetu .imgBox img,
.graphblock_list ul li.nendai .imgBox img {
    position: absolute;
    bottom: 0;
}

/*-- それぞれのグラフのリストの調整（離婚状況） --*/
.graphblock_list ul li.rikon {
    width: 100%;
}

.graphblock_list ul li.rikon .imgBox {
    height: 360px;
}

.graphblock_list ul li.rikon .imgBox img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/*-- それぞれのグラフのリストの調整（職業・同居人） --*/
.graphblock_list ul li.syokugyou .imgBox,
.graphblock_list ul li.doukyonin .imgBox {
    height: 442px;
}

.graphblock_list ul li.syokugyou .imgBox img,
.graphblock_list ul li.doukyonin .imgBox img {
    position: absolute;
    top: 0;
}

/*-- それぞれのグラフのリストの調整（年収） --*/
.graphblock_list ul li.nensyuu .imgBox,
.graphblock_list ul li.nennsyuu_kazoku .imgBox {
    height: 437px;
}

.graphblock_list ul li.nensyuu .imgBox img,
.graphblock_list ul li.nennsyuu_kazoku .imgBox img {
    position: absolute;
    top: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

.graphblock_list ul li.nensyuu,
.graphblock_list ul li.nennsyuu_kazoku {
    border-bottom: unset;
}

@media screen and (max-width: 767px) {
    .special_panel_lower .graphblock {
        padding: 50px 20px;
    }

    .graphblock_list ul {
        padding-top: 0;
    }

    .graphblock_list ul li {
        width: 100%;
        padding-top: 30px !important;
    }

    .graphblock_list ul li.seibetu {
        padding-top: 0 !important;
    }

    .graphblock_list ul li .imgBox {
        height: auto !important;
    }

    .graphblock_list ul li .imgBox img {
        position: unset !important;
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .graphblock_list ul li.nensyuu {
        border-bottom: 1px solid #ddd;
    }

    .graphblock_list ul li.nennsyuu_kazoku {
        border-bottom: unset;
    }

    .graphblock_list ul li.nensyuu .imgBox img {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .graphblock_list ul li.nennsyuu_kazoku .imgBox img {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

.special_panel_lower .listContent {
    border: 3px solid #dddddd;
    margin-top: 30px;
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .special_panel_lower .listContent {
        margin-top: 15px;
        padding: 20px;
    }
}

.special_panel_lower .listContent ul li {
    padding-left: 20px;
    position: relative;
}

.special_panel_lower .listContent ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: #8fd37c;
    border-radius: 90px;
    position: absolute;
    top: 30%;
    left: 0;
}

a.kanrenLink_block {
    display: flex;
    gap: 30px;
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

a.kanrenLink_block .imgBox,
a.kanrenLink_block .textArea {
    width: 50%;
}

a.kanrenLink_block .textArea {
    position: relative;
}

a.kanrenLink_block .textArea h3 {
    margin-bottom: 10px;
}

a.kanrenLink_block .textArea h4 {
    margin-bottom: 5px;
}

a.kanrenLink_block .textArea .listContent {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border: unset;
}

a.kanrenLink_block .textArea .linkBtn {
    border: 2px solid #8fd37c;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 0;
    color: #49b82d;

    position: absolute;
    bottom: 0;
    right: 0;
}

a.kanrenLink_block .textArea .linkBtn p::after {
    content: url(../images/kasou/model03.png);
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    a.kanrenLink_block {
        flex-wrap: wrap;
    }

    a.kanrenLink_block .imgBox,
    a.kanrenLink_block .textArea {
        width: 100%;
    }

    a.kanrenLink_block .textArea p.lastText {
        margin-bottom: 50px;
    }
}

.recruit-btn-cont {
    display: flex;
    gap: 20px;
    margin-top: 60px;
    justify-content: center;
}

.recruit-btn {
    padding: 20px 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ef7013;
    display: inline-block;
    color: #fff;
    border-radius: 40px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    &:hover {
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .recruit-btn-cont {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }

    .recruit-btn {
        font-size: 14px;
        padding: 20px;
    }
}