@charset "utf-8";

/*========================================================
service/css/service.css
========================================================*/

a {
	color:#2f50b3;/* 20220407 Kanda 本番との差異修正 adadad→2f50b3;*/
	text-decoration:none;
}

a :hover{
	color:#2f50b3;
	text-decoration:underline;
}

#pageBody #pageBodyInner #content_service .blockBasic .boxBorder .flexBottom a:hover {
    color: #fff;
    text-decoration-line: underline;
}
#content_service .blockBasic .boxBorder a:hover{
	color:#adadad;
}

.buttonBasic {
    background: #1b2f5f;
}

/*kawai追加 2015_0814*/
    .douga_spimage {
      display: none !important; }

    .douga_pcimage {
      display: block !important; }

@media screen and (max-width: 480px) {

    .douga_spimage {
      display: block !important; }

    .douga_pcimage {
      display: none !important; } }

/*========================================================
common/css/base_new.css
========================================================*/

/* @import "header.css"; import廃止→cssを下記に展開 2021.10 sasaki */
/* @import "footer.css"; import廃止→cssを下記に展開 2021.10 sasaki */
/* @import "search.css"; import廃止→cssを下記に展開 2021.10 sasaki */
/*===========================================================
    header.css
===========================================================*/

.breadcrumb-page, .header-pc-wrap, .header-top-wrap, .header-bottom-wrap {
    width: 100%;
    margin: 0 auto;
}

.breadcrumb-page {
    padding-top: 18px;
    margin-bottom: 40px;
}

.breadcrumb-page ul.breadcrumb {
    padding-left: 0;
}

ul.breadcrumb li {
    display: inline;
    font-size: 12px;
    font-weight: bold;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "\003E\00a0";
}
ul.breadcrumb li a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #5c5c5e;
}



@media screen and (min-width: 1367px) {
    .breadcrumb-page, .header-pc-wrap, .header-top-wrap, .header-bottom-wrap {
        width: 1366px;
    }
}

@media screen and (max-width: 1366px) {
    .breadcrumb-page, .header-pc-wrap, .header-top-wrap, .header-bottom-wrap {
        width: 1000px;
    }

   
}

@media screen and (max-width: 750px) {
	.breadcrumb-page {
        width: 100% !important;
        box-sizing: border-box;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 10px;
        margin-bottom: 10px;
        /* WEB_TEAM-324  suzuki 20220802 */
    }

    ul.breadcrumb {
        padding: 0;
    }
    
}



/*===========================================================
    footer.css
===========================================================*/

/*===========================================================
    以下、従来のbase_new.css  (import廃止→cssを下記に展開 2021.10 sasaki)
===========================================================*/

/* # footer
---------------------------------------------------------------------------- */
/*----- 優良紹介事業バナー対応 sasaki-s 2020/6/29 */

/*----- 優良紹介事業バナー対応 sasaki-e 2020/6/29 */


/* # pageBody classes
---------------------------------------------------------------------------- */


/* # ぱんくず構造化
---------------------------------------------------------------------------- */

/* # 20190329追加
---------------------------------------------------------------------------- */


/* new css 2021 */


/* .box-category-link /css/top_new.cssに移動 2021/10 sasaki */
/* #searcheConditions リネームして/css/top_new.cssに移動 2021/10 sasaki */
/* .box-category-top /css/top_new.cssに移動 2021/10 sasaki */

#sidebar .box-sidebar .news .link-redirect {
    margin-top: 10px;
	padding: 0 0 10px;
    text-align: right;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

#sidebar .box-sidebar .link-redirect a {
    padding: 10px 0px;
    background: #191d5d;
    text-align: center;
    border-radius: 6px;
    box-shadow: 2px 2px 5px #aaa;
    display: block;
}

.link-redirect a:hover {
	text-decoration: none;
    opacity: 0.8;
}



/*========================================================
common/css/responsive_new.css
========================================================*/

#pageBodyInner {
    width: auto !important;
    max-width: 1366px !important;
    padding: 0 1% !important;
}


.main-content {
	display: flex;
	justify-content: space-between;
}

.main-content .main-left {
	width: 78%;
}

.main-content .main-right {
	width: 20%;
margin-bottom: 110px;
}

#pageBody #pageBodyInner #content {
    width: auto !important;
}

#sidebar {
    width: auto;
    float: none;
    height: 100%;
}

@media screen and (max-width: 750px) {
	.main-content {
    flex-flow: column;
}
.main-content .main-right {
	margin-bottom: 0;
}
.main-content .main-left, .main-content .main-right {
	width: auto;
	padding: 0;
}
}

/*========================================================
button hover
========================================================*/
.button.buttonBasic.buttonMiddle:hover {
    opacity: 0.8;
}

.tenshoku_entry #content-01 {
    max-width: 1065px;
    width: 100%;
}
.tenshoku_entry .content-block {
    margin-top: 100px;
}
.tenshoku_entry .content-block:first-child {
    margin-top: 0;
}
.tenshoku_entry h2 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    word-break: break-all;
    margin-bottom: 15px;
}
.tenshoku_entry .service-list {
    display: flex;
    justify-content: space-between;
}
.tenshoku_entry .service-list li {
    position: relative;
    width: calc(100% / 3 - 25px);
    padding: 30px 40px 26px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 8px rgb(0 0 0 / 18%);
}
.tenshoku_entry .service-list li:before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color: #191D5D;
    position: absolute;
    top: 0;
    left: 0;
}
.tenshoku_entry .service-list li span {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    display: inline-block;
}
.tenshoku_entry .service-list li img {
    display: block;
    margin: 0 auto 18px;
}
.tenshoku_entry .service-list li:nth-of-type(1) img {
    width: 118px;
    margin: 5px auto 20px;
}
.tenshoku_entry .service-list li:nth-of-type(2) img {
    width: 90px;
}
.tenshoku_entry .service-list li:nth-of-type(3) img {
    width: 88px;
    margin: -10px auto 6px;
}
.tenshoku_entry .service-list li p {
    font-size: 16px;
    line-height: 25px;
}
.tenshoku_entry .btn-registration-01 {
    margin-top: 30px;
}
.tenshoku_entry #block-02 ol {
    margin: 30px 100px 0;
}
.tenshoku_entry #block-02 ol li {
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0;
}
.tenshoku_entry .block-white {
    box-shadow: 0 0 8px rgb(0 0 0 / 18%);
    padding: 50px 70px;
    background: #fff;
    border-radius: 20px;
}
.tenshoku_entry #block-04 .block-white {
    margin-top: 40px;
}
.tenshoku_entry #block-04 .block-white:first-child {
    margin-top: 0;
}
.tenshoku_entry .block-white > p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    letter-spacing: .5px;
}
.tenshoku_entry .flow-list > li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    position: relative;
}
.tenshoku_entry .flow-list > li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 52px;
    height: 20px;
    margin-left: -26px;
    background: url(../images/service/arrow.svg?ver=20250907) no-repeat 0 0;
    background-size: 100%;
}
.tenshoku_entry .flow-list > li:last-child {
    padding-bottom: 0;
}
.tenshoku_entry .flow-list > li:last-child:after {
    display: none;
}
.tenshoku_entry .flow-list > li .flow-ttl {
    display: flex;
    width: 260px;
}
.tenshoku_entry .flow-list > li .step {
    width: 70px;
    height: 26px;
    background-color: #191D5D;
    font-size: 20px;
    line-height: 26px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.tenshoku_entry .flow-list > li h3 {
    font-size: 20px;
    line-height: 26px;
    color: #191D5D;
    font-weight: 600;
    width: calc(100% - 85px);
    padding-left: 10px;
}
.tenshoku_entry .flow-list > li .flow-text {
    width: calc(100% - 260px);
}
.tenshoku_entry .flow-list > li .flow-text p {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    text-indent: -1rem;
    padding-left: 1rem;
    letter-spacing: .5px;
}
.tenshoku_entry .flow-list > li .flow-text p + p {
    margin-top: 20px;
}
.tenshoku_entry #block-04 h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.tenshoku_entry #block-04 .col-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.tenshoku_entry #block-04 .col-wrap .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(50% - 30px);
}
.tenshoku_entry #block-04 .col-wrap .col .col-img {
    display: block;
    width: 115px;
}
.tenshoku_entry #block-04 .col-wrap .col img {
    display: block;
    width: 110px;
}
.tenshoku_entry #block-04 .col-wrap dl {
    padding-left: 40px;
    width: calc(100% - 115px);
    box-sizing: border-box;
}
.tenshoku_entry #block-04 .col-wrap .col:nth-of-type(2) img {
    width: 112px;
}
.tenshoku_entry #block-04 .col-wrap dl dt {
    font-size: 20px;
    color: #1B2F60;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}
.tenshoku_entry #block-04 .col-wrap dl dd {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    letter-spacing: .5px;
}
.tenshoku_entry .merits {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.tenshoku_entry .merits > h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #1B2F60;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.tenshoku_entry .merits > .merit {
    width: calc(100% / 3 - 20px);
    background-color: #E6EBF7;
    box-sizing: border-box;
    padding: 20px 20px 30px;
}
.tenshoku_entry .merits > .merit img {
    display: block;
    width: auto;
    height: 80px;
    margin: 0 auto 20px;
}
.tenshoku_entry .merits > .merit:nth-of-type(2) img {
    height: 77px;
    margin-top: 3px;
}
.tenshoku_entry .merits > .merit:nth-of-type(3) img {
    height: 75px;
    margin-top: 5px;
}
.tenshoku_entry .merits > .merit dl dt {
    font-size: 16px;
    letter-spacing: .3px;
    line-height: 20px;
    text-indent: -1rem;
    padding-left: 1rem;
    margin-bottom: 5px;
    color: #1B2F60;
    font-weight: 600;
    text-align: left;
}
.tenshoku_entry .merits > .merit dl dd {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: .5px;
    color: #1B2F60;
}
.tenshoku_entry .block-faq h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
}
.tenshoku_entry .block-faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    text-align: left;
    padding: 10px 0;
    text-decoration: none;
}
.tenshoku_entry .block-faq .faq-list a:before {
    position: absolute;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.tenshoku_entry .block-faq .faq-list a span {
    font-size: 16px;
    color: #191D5D;
    line-height: 25px;
    display: inline;
    margin-right: 5px;
}
.tenshoku_entry .faq-list {
    max-width: 780px;
    margin: 0 auto;
}
.tenshoku_entry .block-btn {
    text-align: center;
}
.tenshoku_entry .btn-service {
    width: 200px;
    background: #1b2f5f;
    padding: 12px 26px;
    margin: 35px auto 0;
    border-radius: 5px;
    line-height: 1;
    position: relative;
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.tenshoku_entry .btn-service:after {
    position: absolute;
    right: 13px;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.tenshoku_entry .others-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -30px;
}
.tenshoku_entry .others-list > li {
    width: calc(50% - 20px);
    box-shadow: 0 0 8px rgb(0 0 0 / 18%);
    border-radius: 20px;
    margin-top: 30px;
}
.tenshoku_entry .others-list > li a {
    position: relative;
    display: block;
    border-radius: 20px;
    background-color: #fff;
    padding: 34px 40px;
    box-sizing: border-box;
    height: 100%;
}
.tenshoku_entry .others-list > li a:before {
    position: absolute;
    right: 35px;
    bottom: 25px;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    transform: rotate(45deg);
    border-top: 1px solid #191D5D;
    border-right: 1px solid #191D5D;
}
.tenshoku_entry .others-list > li a img {
    width: 100%;
}
.tenshoku_entry .others-list > li dl {
    margin-top: 10px;
}
.tenshoku_entry .others-list > li dl dt {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    text-align: left;
}
.tenshoku_entry .others-list > li dl dd {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: .5px;
    color: #000;
}
.tenshoku_entry .others-list > li a:hover {
    text-decoration: none;
}
.tenshoku_entry .others-list > li a:hover dl dt,
.tenshoku_entry .others-list > li a:hover dl dd,
.tenshoku_entry .others-list > li a dl dt:hover,
.tenshoku_entry .others-list > li a dl dd:hover,
.tenshoku_entry .others-list > li a dl:hover {
    text-decoration: none;
}
.tenshoku_entry .content-block#block-06 {
    margin-top: 70px;
    margin-bottom: 110px;
}
.tenshoku_entry .content-block#block-06 dl {
    border: 1px solid #CCC;
    padding: 40px 45px;
}
.tenshoku_entry .content-block#block-06 dl dt {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    text-align: left;
}
.tenshoku_entry .content-block#block-06 dl dd {
    font-size: 13px;
    line-height: 19px;
    color: #000;
    font-weight: 500;
    text-align: left;
}
@media screen and (max-width: 750px) {
    .tenshoku_entry .content-block {
        margin-top: 50px;
        padding: 0 10px;
    }
    .tenshoku_entry .content-block:first-child {
        margin-top: 0;
    }
    .tenshoku_entry h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tenshoku_entry .service-list {
        display: block;
    }
    .tenshoku_entry .service-list li {
        width: 100%;
        padding: 20px 25px 25px;
        border-radius: 15px;
        margin-top: 10px;
    }
    .tenshoku_entry .service-list li:first-child {
        margin-top: 0;
    }
    .tenshoku_entry .service-list li span {
        font-size: 25px;
    }
    .tenshoku_entry .service-list li img {
        margin: -15px auto 15px;
    }
    .tenshoku_entry .service-list li:nth-of-type(1) img {
        width: 88px;
        margin: -15px auto 15px;
    }
    .tenshoku_entry .service-list li:nth-of-type(2) img {
        width: 86px;
        margin: -15px auto 15px;
    }
    .tenshoku_entry .service-list li:nth-of-type(3) img {
        width: 77px;
        margin: -15px auto 15px;
    }
    .tenshoku_entry .service-list li p {
        font-size: 13px;
        line-height: 24px;
    }
    .tenshoku_entry .btn-registration-01 {
        margin-top: 10px;
    }
    .btn-registration a {
        width: calc(100% - 20px);
        font-size: 17px;
        height: 56px;
        line-height: 56px;
        padding-left: 25px;
        letter-spacing: 1px;
    }
    .btn-registration a span {
        font-size: 16px;
        line-height: 56px;
    }
    .btn-registration a span.label {
        margin-top: -18px;
        left: 10px;
        width: 38px;
        height: 38px;
        border-radius: 20px;
        font-size: 11px;
        line-height: 39px;
        letter-spacing: .2px;
    }
    .tenshoku_entry #block-02 ol {
        margin: 15px auto 0;
    }
    .tenshoku_entry #block-02 ol li {
        font-size: 13px;
        line-height: 24px;
        margin: 2px 0;
    }
    .tenshoku_entry .block-white {
        padding: 20px 25px;
        border-radius: 15px;
    }
    .tenshoku_entry #block-04 .block-white {
        margin-top: 10px;
    }
    .tenshoku_entry .block-white > p {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: .3px;
    }
    .tenshoku_entry .flow-list > li {
        display: block;
        padding-bottom: 50px;
    }
    .tenshoku_entry .flow-list > li:after {
        width: 34px;
        height: 14px;
        margin-left: -17px;
    }
    .tenshoku_entry .flow-list > li .flow-ttl {
        width: 100%;
    }
    .tenshoku_entry .flow-list > li .step {
        width: 66px;
        height: 22px;
        line-height: 22px;
        font-size: 13px;
    }
    .tenshoku_entry .flow-list > li h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
        width: calc(100% - 56px);
    }
    .tenshoku_entry .flow-list > li .flow-text {
        width: 100%;
    }
    .tenshoku_entry .flow-list > li .flow-text p {
        font-size: 13px;
        line-height: 24px;
        text-indent: -.8rem;
        padding-left: .3rem;
    }
    .tenshoku_entry .flow-list > li .flow-text p + p {
        margin-top: 8px;
    }
    .tenshoku_entry #block-04 h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .tenshoku_entry #block-04 .col-wrap {
        display: block;
        margin-top: 0;
    }
    .tenshoku_entry #block-04 .col-wrap .col {
        display: block;
        width: 100%;
        margin-top: 30px;
    }
    .tenshoku_entry #block-04 .col-wrap .col:first-child {
        margin-top: 0;
    }
    .tenshoku_entry #block-04 .col-wrap .col .col-img {
        width: 100%;
        margin: 0 auto;
    }
    .tenshoku_entry #block-04 .col-wrap .col img {
        width: 72px;
        margin: 0 auto;
    }
    .tenshoku_entry #block-04 .col-wrap dl {
        padding-left: 0;
        width: 100%;
    }
    .tenshoku_entry #block-04 .col-wrap .col:nth-of-type(2) img {
        width: 71px;
    }
    .tenshoku_entry #block-04 .col-wrap dl dt {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .tenshoku_entry #block-04 .col-wrap dl dd {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: .3px;
    }
    .tenshoku_entry .merits {
        display: block;
        margin-top: 25px;
    }
    .tenshoku_entry .merits > h4 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .tenshoku_entry .merits > .merit {
        width: 100%;
        padding: 10px 20px 10px;
        margin-top: 10px;
    }
    .tenshoku_entry .merits > .merit img {
        height: 60px;
        margin: 0 auto 10px;
    }
    .tenshoku_entry .merits > .merit:nth-of-type(2) img {
        height: 60px;
        margin: 0 auto 10px;
    }
    .tenshoku_entry .merits > .merit:nth-of-type(3) img {
        height: 60px;
        margin: 0 auto 10px;
    }
    .tenshoku_entry .merits > .merit dl dt {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px;
    }
    .tenshoku_entry .merits > .merit dl dd {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: .3px;
    }
    .tenshoku_entry .block-faq h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .tenshoku_entry .block-faq .faq-list a {
        font-size: 13px;
        line-height: 22px;
        text-indent: -1rem;
        padding: 5px 1rem;
    }
    .tenshoku_entry .block-faq .faq-list a:before {
        right: 0;
    }
    .tenshoku_entry .block-faq .faq-list a span {
        font-size: 13px;
        line-height: 22px;
        margin-right: 3px;
    }
    .tenshoku_entry .faq-list {
        max-width: 100%;
    }
    .tenshoku_entry .btn-service {
        width: 100%;
        padding: 10px 10px;
        margin: 15px auto 0;
        box-sizing: border-box;
    }
    .tenshoku_entry .others-list {
        display: block;
        margin-top: 0;
    }
    .tenshoku_entry .others-list > li {
        width: 100%;
        border-radius: 15px;
        margin-top: 10px;
    }
    .tenshoku_entry .others-list > li a {
        border-radius: 15px;
        padding: 20px 20px 25px;
    }
    .tenshoku_entry .others-list > li a:before {
        right: 15px;
        bottom: 15px;
    }
    .tenshoku_entry .others-list > li dl {
        margin-top: 12px;
    }
    .tenshoku_entry .others-list > li dl dt {
        font-size: 16px;
        line-height: 20px;
    }
    .tenshoku_entry .others-list > li dl dd {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: .3px;
    }
    .tenshoku_entry .content-block#block-06 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tenshoku_entry .content-block#block-06 dl {
        padding: 20px;
    }
    .tenshoku_entry .content-block#block-06 dl dt {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 14px;
    }
    .tenshoku_entry .content-block#block-06 dl dd {
        font-size: 13px;
        line-height: 24px;
    }
}