@charset "utf-8";

body {
text-align:left

}
.bold {
    font-weight: 600;
}

.red {
    color: #DF0615;
}

footer {
    border-top: 1px solid #D2D5D9;
}

p a {
    display: inline-block;
    color: #366BD1;
    text-decoration: underline;
}

p a:link {
    display: inline-block;
    color: #366BD1;
    text-decoration: underline;
}

.mainCont .tx_center {
    text-align: center;
}

.mainCont .fs18 {
    font-size: 1.8rem;
}

/* ----------------------------
ページタイトル
---------------------------- */

.page_title {
    background-color: #EFEDE4;
    padding: 20px 0 20px;
}

.page_title p {
    font-size: 1.6rem;
    color: #0E357F;
    line-height: 1.4;
    margin-bottom: 8px;
}

.page_title h1 {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.4;
    color: #1A1A1A
}

/* ----------------------------
パンくず
---------------------------- */

.bread {
    width: 100%;
    background-color: #E0DCCC;
    border-top: 1px solid #CBC4AC;
    border-bottom: 1px solid #CBC4AC;
}

.bread .inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bread a,
.bread span,
.bread p {
    color: #1A1A1A;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-right: 10px;
}

.bread span {
    color: #818181;
}

.bread a {
    color: #0E357F;
}

.bread .inner {
    width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0 auto;
}

/*
.bread .b_home {
    margin-top: -2px;
}
*/

.bread .b_home img {
    width: 18px;
}

.inner {
    width: 1080px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.otherPage h2 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: normal;
    color: #1A1A1A;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-bottom: 30px;
    position: relative;
}

.otherPage h2:before {
    content: '';
    display: block;
    width: 8px;
    height: 100%;
    background: #0E357F;
    position: absolute;
    left: 0;
    top: 0;
}

.otherPage h2:after {
    content: '';
    display: block;
    width: 8px;
    height: 40%;
    background: #DF0615;
    position: absolute;
    left: 0;
    top: 0;
}

.otherPage h3 {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 14px 20px 14px 20px;
    background: #EFEDE4;
    border-left: 5px solid #D9D4B9;
    margin-top: 35px;
    margin-bottom: 20px;
}

.mt0_pc {
    margin-top: 0!important;
}

.mt5_pc {
    margin-top: 5px!important;
}

.mt10_pc {
    margin-top: 10px!important;
}

.mt15_pc {
    margin-top: 15px!important;
}

.mt20_pc {
    margin-top: 20px!important;
}

.mt25_pc {
    margin-top: 25px!important;
}

.mt30_pc {
    margin-top: 30px!important;
}

.mt35_pc {
    margin-top: 35px!important;
}

.mt40_pc {
    margin-top: 40px!important;
}

.mt45_pc {
    margin-top: 45px!important;
}

.mt50_pc {
    margin-top: 50px!important;
}

.mt55_pc {
    margin-top: 55px!important;
}

.mt60_pc {
    margin-top: 60px!important;
}

.mt65_pc {
    margin-top: 65px!important;
}

.mt70_pc {
    margin-top: 70px!important;
}

.mt75_pc {
    margin-top: 75px!important;
}

.mt80_pc {
    margin-top: 80px!important;
}

.mb0_pc {
    margin-bottom: 0!important;
}

.mb5_pc {
    margin-bottom: 5px!important;
}

.mb10_pc {
    margin-bottom: 10px!important;
}

.mb15_pc {
    margin-bottom: 15px!important;
}

.mb20_pc {
    margin-bottom: 20px!important;
}

.mb25_pc {
    margin-bottom: 25px!important;
}

.mb30_pc {
    margin-bottom: 30px!important;
}

.mb35_pc {
    margin-bottom: 35px!important;
}

.mb40_pc {
    margin-bottom: 40px!important;
}

.mb45_pc {
    margin-bottom: 45px!important;
}

.mb50_pc {
    margin-bottom: 50px!important;
}

.mb55_pc {
    margin-bottom: 55px!important;
}

.mb60_pc {
    margin-bottom: 60px!important;
}

.mb65_pc {
    margin-bottom: 65px!important;
}

.mb70_pc {
    margin-bottom: 70px!important;
}

.mb75_pc {
    margin-bottom: 75px!important;
}

.mb80_pc {
    margin-bottom: 80px!important;
}

/* ----------------------------
two_column
---------------------------- */

.opCont.twoColumn {
    width: 1080px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.twoColumn .navigation {
    width: 210px;
}

.twoColumn .mainCont {
    width: 790px;
    order: 2;
}

.twoColumn .mainCont .inner {
    width: 790px;
    padding-left: 0;
    padding-right: 0;
}

/*SideMenuスタイル削除②*/

/* ----------------------------
Main
---------------------------- */

.shien_main {
    padding-top: 30px;
    background: #efefef;
    background: -moz-linear-gradient( #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background: -webkit-linear-gradient( #ffffff 0%, #efefef 100%);
    background: -o-linear-gradient( #ffffff 0%, #efefef 100%);
    background: linear-gradient( #ffffff 0%, #efefef 100%);
}

.shien_main img {
    width: 1040px;
    max-width: 100%;
}

.m_text {
    padding: 20px 15px;
}

.m_text .inner {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* ----------------------------
3つのポイント
---------------------------- */

.points_wrap {
    padding-bottom: 50px;
}

.points_wrap .inner {
    background: rgba(54,107,209,0.1);
    padding: 35px 0 40px;
    border-radius: 10px;
}

.po_title {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.po_title > span {
    font-size: 3.0rem;
    color: #DF0615;
}

.points3 {
    display: flex;
    justify-content: center;
}

.points3 li {
    width: 226px;
    height: 227px;
    margin-right: 40px;
    position: relative;
    background: url(/person/img/circle.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
}

.points3 li:last-child {
    margin-right: 0;
}

.points3 li > span {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    background-color: #0E357F;
    padding: 3px 20px 2px;
    min-width: 110px;
    border-radius: 20px;
    display: block;
    margin-bottom: 20px;
}

.points3 li > p {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}

/* ----------------------------
「目的」から探す　人材採用支援サービス
---------------------------- */

.sh_service .inner {
    padding: 50px 0 30px;
}

.service_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service_items::before{
    content:"";
    display: block;
    width: 246px;
    order:1;
}

.service_items::after{
    content:"";
    display: block;
    width: 246px;
}

.service_items li {
    width: 246px;
    border: 1px solid #D2D5D9;
    background-color: #FCFCFC;
    position: relative;
    margin-bottom: 20px;
}

.service_items li > a {
    width: 100%;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.service_items li > a > p {
    text-align: center;
    color: #0E357F;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
}

.service_items li > a > p span {
    display: block;
    font-size: 1.6rem;
    color: #24140E;
    font-weight: 500;
}

.service_items li > a > .s_item {
    display: block;
    width: 76px;
    margin-top: 10px;
}

.service_items li > a:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(/person/img/service_ar.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.service_items li.mail_mag > a > p {
    font-size: 1.8rem;
}

.service_items li.mail_mag {
    border: 1px solid #2B7BB9;
    background-color: #CFE6F8;
}

.service_items li.mail_mag > a > img {
    width: 100px;
}

.service_items li.mail_mag > a:before {
    background: url(/person/img/service_mag_ar.png);
    background-repeat: no-repeat;
}

.service_items li > a > .sp_arrow {
    display: none;
}

/* ----------------------------
【動画で見る】人材採用支援サービスのご案内
---------------------------- */

.sh_movie {
    background-color: #EFEDE4;
}

.sh_movie .inner {
    padding: 40px 0 50px;
}

.sh_intro01 {
    text-align: center;
    margin-bottom: 10px;
}

.sh_intro01 span {
    font-size: 2.0rem;
    font-weight: 500;
    color: #DF0615;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    padding: 0 12px;
}

.sh_intro02 {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.sh_intro01 span:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}

.sh_intro01 span:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}

.sh_youtube {
    width: 680px;
    margin: 0 auto;
}

.sh_youtube iframe {
    width: 680px;
    height: 350px;
}

/* ----------------------------
主な人材採用支援サービスのご案内
---------------------------- */

.sh_guide_wrap {
    background-color: #F5F5F5;
    padding-top: 85px;
    padding-bottom: 70px;
}

.sh_guide {
    padding-top: 160px;
    position: relative;
    margin-bottom: 60px;
}

.sh_guide_bk {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.sh_guide_box {
    width: 875px;
    height: 280px;
    background-color: #fff;
    border: 1px solid #D2D5D9;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.sh_guide_cont {
    display: flex;
    justify-content: space-between;
    padding: 35px 30px 40px 30px;
}

.sh_guide_cont .sh_guide_img {
    width: 200px;
    margin-right: 35px;
}

.sh_guide_cont > div {
    width: calc(100% - 235px);
}

.sh_guide_cont .more_bt {
    width: 320px;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #0E357F;
    padding-left: 35px;
    position: absolute;
    bottom: -40px;
    right: -20px;
}

.sh_guide_cont .more_bt:before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    background: url(/person/img/more_bt_ar.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -22px;
    top: 20px;
    transition: 0.5s;
}

.sh_guide_cont .more_bt:hover {
    opacity: 0.9;
}

.sh_guide_cont .more_bt:hover::before {
    right: -60px;
}

.sh_guide_cont .more_bt span {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
}

.more_bt.sp {
    display: none;
}

.sh_guide_cont > div h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0;
    background: transparent;
    margin-top: 0;
    border-left: none;
    line-height: 1.4;
}

.sh_guide_cont > div h4 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    color: #0E357F;
    margin-bottom: 25px;
}

ul.su_guide_items {
    display: flex;
    flex-wrap: wrap;
}

ul.su_guide_items li {
    font-size: 1.5rem;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    width: 50%;
}

ul.su_guide_items li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #0E357F;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

.inquiry_bt {
    display: block;
    width: 500px;
    height: 120px;
    background-color: #DF0615;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    padding: 0 40px;
    position: relative;
}

.inquiry_bt span {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
}

.inquiry_bt:before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    background: url(/person/img/inquiry_bt_ar.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 40px;
    top: 40px;
    transition: 0.5s;
}

.inquiry_bt:hover::before {
    right: 20px;
}

/* ----------------------------
その他のサービス
---------------------------- */

.otherService_wrap .inner {
    padding-top: 80px;
    padding-bottom: 45px;
}

ul.otherService {
    margin-top: 30px;
}

ul.otherService li {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
}

ul.otherService li > a {
    display: block;
    width: 152px;
    margin-right: 23px;
}

ul.otherService li > div {
    width: calc(100% - 175px);
}

ul.otherService li > div > p {
    font-size: 1.3rem;
}

ul.otherService li > div > a {
    font-size: 1.5rem;
    font-weight: 500;
    color:#0E357F;
}

/* ----------------------------
人材力UPマガジン
---------------------------- */

.up_mag_wrap {
    padding-top: 45px;
    padding-bottom: 90px;
}

.up_mag_flex {
    display: flex;
    justify-content: flex-start;
}

.up_mag_flex .up_mag_cont {
    width: 500px;
    margin-right: 60px;
}

.up_mag_flex .up_mag_img {
    width: 314px;
    padding-top: 30px;
}

.up_mag_flex .up_mag_img img {
    width: 314px;
}

.highlight {
    margin-bottom: 25px;
}

.highlight span {
    font-size: 2.6rem;
    font-weight: 500;
    position: relative;
    padding-left: 5px;
    padding-right: 25px;
    margin-bottom: 30px;
}

.highlight span:before {
    content: '';
    width: 100%;
    height: 18px;
    background-color: #FFFF00;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

a.mag_ent_bt {
    width: 300px;
    height: 60px;
    border: 3px solid #DF0615;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px 0 20px 0;
}

a.mag_ent_bt > img {
    width: 26px;
    height: 18px;
}

a.mag_ent_bt > span {
    color: #DF0615;
    font-size: 2.0rem;
    font-weight: 500;
    margin-left: 10px;
}

a.mag_ent_bt:hover {
    background-color: rgba(223,6,21,0.1);
}

.policy_links {
    display: flex;
    margin-top: 30px;
    margin-bottom: 50px;
}

.policy_links li a {
    font-size: 1.5rem;
    color: #0E357F;
    text-decoration: underline;
    padding: 0 10px;
}

/* ----------------------------
info
---------------------------- */

.info_wrap {
    border-top: 1px solid #D2D5D9;
/*    border-bottom: 1px solid #D2D5D9;*/
    background-color: #FCFCFC;
}

.info_wrap .inner {
    padding-bottom: 100px;
}

.info_wrap h2 {
    margin-top: 75px;
}

ul.m-list {
    
}

ul.m-list li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

ul.m-list li:last-child {
    border-bottom: none;
}

ul.m-list li .ttl a {
    color: #0E357F;
    font-size: 1.5rem;
    font-weight: 500;
}

ul.m-list li .ttl {
    color: #0E357F;
    font-size: 1.5rem;
    font-weight: 500;
}

ul.m-list li .date {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.m-list .ttl .icon-new {
    display: inline-block;
    font-weight: bold;
    color: #b5090e;
    margin-left: 10px;
}

.event_bt {
    width: 320px;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #0E357F;
    padding-left: 35px;
    margin: 50px auto 0;
    position: relative;
}

.event_bt:before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    background: url(/person/img/more_bt_ar.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -22px;
    top: 20px;
    transition: 0.5s;
}

.event_bt:hover {
    opacity: 0.9;
}

.event_bt:hover::before {
    right: -60px;
}

.event_bt span {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
}

.gene_tx a {
    display: inline;
    font-size: 2.0rem;
    color: #0E357F;
    font-weight: 500;
    text-decoration: underline;
    padding-left: 2px;
    padding-right: 2px;
}

/* ----------------------------
研修講座
---------------------------- */

.opCont {
    padding-top: 40px;
    padding-bottom: 60px;
}

.sliderArea {
    width: 1080px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.sliderArea .ken_slider {
    margin-bottom: 0;
}

.sliderArea .ken_slider li.slick-slide {
    width: 1036px;
    text-align: center;
    
}

.sliderArea .k_dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.sliderArea .k_dots li {
    margin: 0 10px 0 10px;
}

.sliderArea .k_dots li {
    background: #C2C9D0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.sliderArea .k_dots li.slick-active {
    background: #DF0615;
}

.sliderArea .k_dots li button {
    display: none;
}

.kenLinks01 ul {
    display: flex;
    justify-content: space-between;
}

.kenLinks01 ul li {
    display: flex;
    width: 100%;
    height: 233px;
}

.kenLinks01 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.kenLinks01 ul li:first-child a {
    background: url(/assets/img/kenshu/kenshu_links01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.kenLinks01 ul li:nth-child(2) a {
    background: url(/assets/img/kenshu/kenshu_links02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.kenLinks01 ul li h2 {
    font-size: 2.8rem;
    margin-left: 30px;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0;
}

.kenLinks01 ul li h2:before,
.kenLinks01 ul li h2:after {
    content: none;
}

.kenLinks01 ul li a > div {
    width: 100%;
    height: 74px;
    background-color: rgba(27,106,136,0.87);
    padding: 15px 90px 15px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.kenLinks01 ul li:nth-child(2) a > div {
    background-color: rgba(234,90,0,0.87);
}

.kenLinks01 ul li a > div p {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
}

.kenLinks01 ul li a > div p:after {
    content: '';
    display: block;
    width: 24px;
    height: 20px;
    background: url(/assets/img/kenshu/arrow_wh_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    transition: 0.5s;
}

.kenLinks02 {
    margin-top: 40px;
}

.kenLinks02 ul {
    display: flex;
    justify-content: space-between;
}

.kenLinks02 ul li {
    width: 333px;
}

.kenLinks02 ul li a {
    display: block;
    width: 100%;
    height: 80px;
    background: #FCFCFC;
    border: 1px solid #D2D5D9;
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: relative;
}

.kenLinks02 ul li a span {
    font-size: 1.6rem;
    font-weight: 500;
}

.kenLinks02 ul li a:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/assets/img/kenshu/arrow_red_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    transition: 0.5s;
}

.kenLinks02.kenLinks03 ul li {
    width: 49%;
}

.kenLinks02.kenLinks03 ul li a:after {
    content: '';
    display: block;
    width: 20px;
    height: 24px;
    background: url(/assets/img/kenshu/arrow_wh_down.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    transition: 0.5s;
}

.kenLinks02.kenLinks03 ul li a {
    background: #0E357F;
    border: 1px solid #0E357F;
}

.kenLinks02.kenLinks03 ul li a span {
    color: #fff;
}

.entryFlow_wrap .inner {
    padding-top: 50px;
}

.entryFlow_wrap h4 {
    font-size: 1.8rem;
    color: #0E357F;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 30px;
}

.gray_box {
    background: #FCFCFC;
    border: 1px solid #D2D5D9;
    padding: 20px 25px 20px 25px;
    margin-top: 30px;
}

.gray_box p {
    font-size: 1.5rem;
}

dl.entry_flow {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 55px;
    margin-bottom: 60px;
}

dl.entry_flow > div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

dl.entry_flow dt {
    width: 172px;
    margin-right: 38px;
    margin-bottom: 20px;
}

dl.entry_flow dd {
    width: calc(100% - 210px);
    margin-bottom: 20px;
}

dl.entry_flow dd .furikomi {
    padding: 10px 10px;
    background-color: #E4F0F2;
    margin-top: 10px;
}

p.indent {
    margin-left: 1em;
}

ul.disc {
    list-style: disc;
    margin-left: 1.5em;
}

ul.disc li {
    margin-bottom: 5px;
}

dl.tel_fax {
    padding: 20px 30px 20px 30px;
    background: #FCFCFC;
    border: 1px solid #D2D5D9;
    display: flex;
    align-items: center;
}

dl.tel_fax dt {
    width: 250px;
    margin-right: 20px;
    font-size: 3rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

dl.tel_fax dd {
    width: calc(100% - 270px);
}

dl.tel_fax dt span {
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
}

.aster {
    display: flex;
}

/* ----------------------------
研修講座のご案内
---------------------------- */

.linkBt_bl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.linkBt_bl li {
    width: 240px;
    margin-right: 10px;
    margin-bottom: 20px;
}


/* @media screen and (min-width:768px) {
    .linkBt_bl li:nth-child(3n) {
        margin-right: 0;
    }
} */

.linkBt_bl li a {
    display: block;
    width: 100%;
    height: 48px;
    border: 2px solid #126591;
    padding-left: 15px;
    padding-right: 35px;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #126591;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ;
}

.linkBt_bl li a span {
    font-size: 1.4rem;
    color: #126591;
    font-weight: bold;
    line-height: 1.2;
}

.linkBt_bl li a:before {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background-color: #126591;
    position: absolute;
    top: 0;
    right: 0;
}

.linkBt_bl li a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
    transform: rotate(45deg);
}

.linkBt_bl li a:hover {
    opacity: 1;
    background-color: #EFF9FF;
}

.guideBook_link {
    display: block;
    margin: 40px auto 40px;
}

.guideBook_link.sp {
    display: none;
}

.kouzaLinks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.kouzaLinks > li > a {
    display: block;
    width: 790px;
    height: 186px;
    padding: 25px 50px 20px 43px;
    position: relative;
}

.kouzaLinks > li > a.premium {
    background-color: #00205F;
    display: flex;
    justify-content: space-between;
}

.kouzaLinks > li > a.pkg {
    background-color: #9F0000;
}

.kouzaLinks > li > a:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/assets/img/kenshu/kouza_ar.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.kouzaLinks > li > a.premium img {
    width: 116px;
}

.kouzaLinks > li > a.premium p {
    width: calc(100% - 130px);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
}

.kouzaLinks > li > a.pkg {
    padding: 10px 10px 20px 10px;
}

.kouzaLinks > li > a.pkg > p {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}

.kouzaLinks > li > a.pkg ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.kouzaLinks > li > a.pkg ul li {
    width: 114px;
    height: 114px;
    background: url(/assets/img/kenshu/pkg_bk.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kouzaLinks > li > a.pkg ul li p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    
}

.kouzaLinks > li > a.pkg ul li p.point {
    font-size: 1.2rem;
    color: #9F0000;
    font-weight: bold;
    margin-bottom: 10px;
}

.kouzaLinks > li > a.pkg ul li span {
    font-size: 1.0rem;
}

.kouzaSearch_wrap {
    background-color: #F5F5F5;
}

.kouzaSearch_wrap .inner {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.kouzaSearch_wrap h3.search_title {
    color: #0E357F;
    font-weight: 600;
    padding: 0;
    background-color: transparent;
    border: none;
    margin-bottom: 30px;
}

.kouzaSearch_wrap h3.search_title img {
    width: 30px;
    display: inline-block;
    margin-right: 15px;
}

ul.linkBt_wh {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 20px;
}

ul.linkBt_wh::after{
    content:"";
    display: block;
    width: 333px;
}

ul.linkBt_wh li {
    width: 365px;
    margin-bottom: 20px;
}

ul.linkBt_wh li a {
    display: block;
    width: 100%;
    height: 80px;
    background: #FCFCFC;
    border: 1px solid #D2D5D9;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 45px;
    position: relative;
}

ul.linkBt_wh li a span {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
}

ul.linkBt_wh li a span.fs14 {
    font-size: 1.4rem;
}

ul.linkBt_wh li a:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/assets/img/kenshu/arrow_red_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    transition: 0.5s;
}

ul.linkBt_wh li a img.f_ic {
    width: 60px;
    display: inline-block;
    margin-right: 15px;
}

ul.linkBt_wh.field_bt::before{
    content:"";
    display: block;
    width: 245px;
    order:1;
}
ul.linkBt_wh.field_bt::after{
    content:"";
    display: block;
    width: 245px;
}

ul.linkBt_wh.field_bt li {
    width: 236px;
    margin-bottom: 20px;
}

ul.linkBt_wh.lastBts {
    border-bottom: none;
}

ul.kenshu_guidebook{
    display: flex;
    align-items: center;
}

ul.kenshu_guidebook li:first-child {
    width: 58px;
    margin-right: 22px;
}

ul.kenshu_guidebook li:nth-child(2) {
    width: calc(100% - 80px);
}

ul.kenshu_guidebook li a.g_link {
    color: #366BD1;
    margin-top: 5px;
    padding-left: 22px;
    position: relative;
}

ul.kenshu_guidebook li a.g_link:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("/assets/img/kenshu/guide_link_ar.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 0;
}

/*
ul.kenshu_guidebook li img.g_ar {
    display: inline-block;
    width: 16px;
    vertical-align: middle;
    margin-right: 10px;
}
*/

a.pdf:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/assets/img/kenshu/pdf_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -4px;
}

ul.attend {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

ul.attend.center {
    justify-content: center;
}

ul.attend li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 380px;
    height: 85px;
    background: #0E357F;
    text-align: left;
    color: #fff;
    position: relative;
    padding-left: 25px;
    padding-right: 80px;
}

ul.attend li.apply_online a {
    background-color: #DF0615;
}

ul.attend li a span {
    color: #fff;
    font-size: 1.68rem;
    font-weight: 500;
    line-height: normal;
}

ul.attend li a:before {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url("/assets/img/kenshu/circle_ar.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -13px;
}

ul.attend li a span.fs12 {
    font-size: 1.2rem;
    margin-top: 10px;
}

.member_off_bt {
    width: 288px;
    height: 52px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 52px;
    text-align: center;
    font-weight: 500;
    background-color: #DF0615;
    margin-top: 40px;
    border-radius: 30px;
}

.member_off {
    font-size: 3.2rem;
    font-weight: 600;
    color: #0E357F;
    margin-top: 15px;
    margin-bottom: 30px;
}

.disc_text {
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}

.disc_text:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #0E357F;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

a.apply_tel {
    display: flex;
    align-items: center;
    background-color: #FCFCFC;
    border: 1px solid #D2D5D9;
    padding: 15px 20px 15px 25px;
    margin-top: 10px;
}

a.apply_tel p {
    font-size: 3rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-right: 20px;
}

a.apply_tel p span.sup {
    font-size: 1.5rem;
    vertical-align: super;
    margin-right: 10px;
}

.apply_tel span {
    font-size: 1.5rem;
}

h4.bl_18 {
    font-size: 1.8rem;
    color: #0E357F;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 30px;
}

a.text_link {
    display: inline;
    color: #366BD1;
}

.movieWrap {
    position: relative;
    width: 610px;
    margin: 40px auto 20px;
}

.movieWrap::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 比率を指定 */
}

.movieWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.katuyou_img {
    width: 523px;
    margin: 40px auto 60px;
}

.mokuji_wrap {
    display: flex;
    margin-bottom: 60px;
}

.mokuji_l {
    width: 460px;
    margin-right: 40px;
}

.mokuji_r {
    width: calc(100% - 620px);
}

.mokuji_l ul {
    margin-bottom: 40px;
}

.mokuji_l ul li {
    margin-bottom: 5px;
}

.mokuji_l ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

a.link_bt01 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 416px;
    height: 100px;
    background: #0E357F;
    text-align: left;
    color: #fff;
    position: relative;
    padding-left: 25px;
    padding-right: 80px;
}

a.link_bt01 span {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
}

a.link_bt01:before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("/assets/img/kenshu/circle_ar.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -15px;
}

a.link_bt01.sp {
    display: none;
}

.mokuji_r .d_book {
    display: block;
    width: 200px;
}

a img.file_ic {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 3px;
}

ul.ar_list {
    margin-top: 20px;
}

ul.ar_list li a {
    color: #366BD1;
    margin-top: 5px;
    padding-left: 22px;
    position: relative;
}

ul.ar_list li a:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(/assets/img/kenshu/guide_link_ar.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 0;
}


/*SideMenuスタイル削除①*/


/* ----------------------------
人材採用（業種・規模別 事業利用企業（2022年度））
---------------------------- */

.sh_graph_wrap .inner {
    padding-top: 40px;
    padding-bottom: 60px;
}

.sh_graph_wrap h2 {
    margin-bottom: 60px;
}

ul.sh_graph {
    display: flex;
    justify-content: center;
}

ul.sh_graph li {
    width: 300px;
}

ul.sh_graph li:first-child {
    margin-right: 90px;
}

.img_cap {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

/* ----------------------------
採用力UPプログラム
---------------------------- */

.main_up {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.main_up .main_up_img {
    width: 300px;
    margin-right: 60px;
}

.main_up .main_up_text {
    width: calc(100% - 360px);
}

.main_up .main_up_text p {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
}

.marker {
    background: linear-gradient(transparent 70%, #FFFF00 0%);
}


.twoColumn .mainCont .saiyo_abi .inner {
    width: 100%;
    padding: 20px 30px 35px 30px;
}

.saiyo_abi .points3 {
    justify-content: space-between;
}

.saiyo_abi .points3 li {
    margin-right: auto;
}

.saiyo_abi .points3 li > p span.red {
    color: #DF0615;
}

.kaisai {
    border: 2px solid #C1C1C1;
    border-radius: 30px;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kaisai p {
    font-size: 2.2rem;
    font-weight: 600;
}

.kaisai p.yutai {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    background-color: #0E357F;
    padding: 3px 12px;
    border-radius: 5px;
    margin-left: 20px;
}

ul.prog_outline {
    display: flex;
    justify-content: space-between;
}

ul.prog_outline li.prog_ol_img {
    width: 396px;
    margin-left: 24px;
}

ul.prog_outline li.prog_ol_text {
    width: calc(100% - 420px);
}

ul.prog_outline li.prog_ol_text p {
    / font-size: 1.8rem; */
    line-height: 1.5;
}

.recom_box {
    background-color: #EBEBEB;
    padding: 35px 55px 50px 55px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.recom_box p.osusume {
    font-size: 2.0rem;
    text-align: center;
    color: #0E357F;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.recom_box p.osusume::before,
.recom_box p.osusume::after {
  background-color: #707070;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 40px;
}
.recom_box p.osusume::before {
  margin-right: 6px;
  transform: rotate(60deg);
}
.recom_box p.osusume::after {
  margin-left: 6px;
  transform: rotate(-60deg);
}

.recom_box ul li {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px 10px;
}

table.kaisai_schedule {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 20px;
}

table.kaisai_schedule tr {
    border: 1px solid #ccc;
}

table.kaisai_schedule th,
table.kaisai_schedule td {
    padding: 10px 10px;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
}

table.kaisai_schedule th {
    background-color: #E9F1F4;
    border-right: 1px solid #ccc;
}

table.kaisai_schedule td {
    background-color: #fff;
}

table.kaisai_schedule th span.bold {
    font-weight: 600;
    display: block;
}

table.kaisai_schedule td.b_r {
    border-right: 1px solid #ccc;
    font-weight: 600;
}

table.kaisai_schedule td.text_l {
    text-align: left;
}

.l_fuki {
    position: relative;
    padding: 20px;
    background-color: #FDF4ED;
    border: 2px solid #DD9F76;
    width: calc(100% - 135px);
    border-radius: 10px;
}

.l_fuki::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 20px;
    border-right: 15px solid #DD9F76;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.l_fuki::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -12px;
    top: 20px;
    border-right: 15px solid #FDF4ED;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

ul.intership {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 45px;
}

ul.intership li.intership_r {
    width: 276px;
    margin-left: 23px;
}

ul.intership li.intership_l {
    width: calc(100% - 300px);
    display: flex;
    justify-content: space-between;
}

ul.intership li.intership_l .intership_img {
    display: block;
    width: 105px;
    min-width: 105px;
    margin-right: 15px;
}

.l_fuki > ul li {
    padding-left: 20px;
    position: relative;
}

.l_fuki > ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #DD9F76;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.l_fuki02 {
    background-color: #ECF4F5;
    border: 2px solid #6FB9C4;
}

.l_fuki02::before{
    border-right: 15px solid #6FB9C4;
}

.l_fuki02::after{
    border-right: 15px solid #ECF4F5;
}

.l_fuki02 > ul li:before {
    background: #6FB9C4;
}

.l_fuki03 {
    background-color: #ECF8E5;
    border: 2px solid #8BC56C;
}

.l_fuki03::before{
    border-right: 15px solid #8BC56C;
}

.l_fuki03::after{
    border-right: 15px solid #ECF8E5;
}

.l_fuki03 > ul li:before {
    background: #8BC56C;
}

.l_fuki04 {
    background-color: #FFEFFC;
    border: 2px solid #E692AF;
}

.l_fuki04::before{
    border-right: 15px solid #E692AF;
}

.l_fuki04::after{
    border-right: 15px solid #FFEFFC;
}

.l_fuki04 > ul li:before {
    background: #E692AF;
}

.entryBox {
    border: 4px solid #D8D8D8;
    border-radius: 10px;
    padding: 45px 120px 35px 120px;
    margin-top: 80px;
    position: relative;
}

.entryBox > p {
    font-size: 1.5rem;
    line-height: 1.5;
}

.entryBox > p a {
    display: inline;
    font-size: 2.0rem;
    font-weight: 600;
    text-decoration: underline;
    color: #0E357F;
}

ul.entryBox_in {
    display: flex;
    margin-top: 20px;
}

ul.entryBox_in > li:first-child {
    width: calc(100% - 170px);
}

ul.entryBox_in > li:last-child {
    width: 152px;
    margin-left: 18px;
}

.entryBox .policy_links {
    margin-bottom: 0;
}

.entryBox .ent_text {
    background-color: #fff;
    padding: 10px 24px;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
}

.entryBox .ent_text p {
    font-size: 2.0rem;
    text-align: center;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.entryBox .ent_text p::before,
.entryBox .ent_text p::after {
  background-color: #707070;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 40px;
}
.entryBox .ent_text p::before {
  margin-right: 6px;
  transform: rotate(60deg);
}
.entryBox .ent_text p::after {
  margin-left: 6px;
  transform: rotate(-60deg);
}

.entryBox a.mag_ent_bt {
    margin: 15px 0 20px;
}

dl.kaisai_schedule {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: 1px solid #ccc;
}

dl.kaisai_schedule dt,
dl.kaisai_schedule dd {
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}

dl.kaisai_schedule dt {
    width: 25%;
    text-align: center;
    background-color: #E9F1F4;
    border-right: 1px solid #ccc;
}

dl.kaisai_schedule dd.td01 {
    width: 25%;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    font-weight: 600;
}

dl.kaisai_schedule dd.td02 {
    width: 50%;
    display: flex;
    align-items: center;
}

dl.kaisai_schedule dt span.bold {
    font-weight: 600;
    display: block;
}

ul.entryBox_in > li:last-child .policy_links {
    display: none;
}

/* ----------------------------
取引拡大・PR
---------------------------- */

.page_title.market_title {
    width: 100%;
    height: 150px;
    background-image: url(/assets/img/market/market_title_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 0;
}

.page_title.market_title .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page_title.market_title p {
    color: #fff;
}

.page_title.market_title h1 {
    color: #fff;
}

.linkBt_bl li.to_other a {
    color: #1B1A1A;
    border: 2px solid #1B1A1A;
}

.linkBt_bl li.to_other a:before {
    background-color: #1B1A1A;
}

.linkBt_bl li.to_other a:after {
    right: 6px;
    margin-top: -4px;
    transform: rotate(-45deg);
    transition:0.2s;
}

.linkBt_bl li.to_other a:hover::after {
    transform: rotate(45deg);
}

.linkBt_bl li.to_other a span {
    color: #1B1A1A;
}

.linkBt_bl li.to_other a:hover {
    background-color: #EFEFEF;
}

ul.ev_list {
    margin-bottom: 35px;
}

ul.ev_list li {
    border-bottom: 1px solid #DEDEDE;
    padding-top: 15px;
    padding-bottom: 15px;
}

ul.ev_list li > a {
    color: #0E357F;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}

ul.ev_list li > a span.new {
    color: #DF0615;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

ul.ev_list > span {
    color: #525252;
    font-size: 1.4rem;
}

.list_bt {
    width: 320px;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #0E357F;
    padding-left: 35px;
    position: relative;
    margin: 30px auto 30px;
}

.list_bt:before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    background: url(/person/img/more_bt_ar.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -22px;
    top: 20px;
    transition: 0.5s;
}

@media screen and (min-width:768px) {
    .list_bt:hover {
        opacity: 0.9;
    }
    .list_bt:hover::before {
        right: -60px;
    }
}

.list_bt span {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
}

.activity_wrap {
    background: #F5F5F5;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 55px;
    padding-top: 50px;
}

h4.cent_title {
    color: #0E357F;
    font-weight: 600;
    text-align: center;
    font-size: 2rem;
}

ul.activity {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1080px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    margin-top: 40px;
}

ul.activity::before{
    content:"";
    display: block;
    width: 246px;
    order:1;
}

ul.activity::after{
    content:"";
    display: block;
    width: 246px;
}

ul.activity li {
    width: 246px;
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

ul.activity li .photo img {
    display: block;
    width: 246px;
    height: 170px;
    object-fit: cover;
}

ul.activity li .ttl {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.activity li .text {
    margin-top: auto;
    color: #525252;
    font-size: 1.4rem;
    line-height: 1.3;
}

ul.mlink {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 30px;
}

ul.mlink::after{
    content:"";
    display: block;
    width: 326px;
}

ul.mlink li {
    width: 326px;
    height: 217px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

ul.mlink li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

ul.mlink li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:1s all;
}

ul.mlink li a:hover img {
  transform:scale(1.2,1.2);
  transition:1s all;
}

ul.mlink li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(26,26,26,0.3);
    position: absolute;
    top: 0;
    left: 0;
}

ul.mlink li a h4 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9;
}

table.exhibit_tb {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ababab;
    margin-top: 25px;
    margin-bottom: 60px;
}

table.exhibit_tb tr {
    border-bottom: 1px solid #ababab;
}

table.exhibit_tb th,
table.exhibit_tb td {
    padding: 10px 10px;
    text-align: left;
    vertical-align: top;
}

table.exhibit_tb th {
    background-color: #CDD3DE;
    border-right: 1px solid #ababab;
    font-weight: 600;
}

table.exhibit_tb th.center {
    text-align: center;
}

table.exhibit_tb td {
    background-color: #fff;
}

table.exhibit_tb th span.bold {
    font-weight: 600;
    display: block;
}

table.exhibit_tb td.b_r {
    border-right: 1px solid #ababab;
    font-weight: 600;
}

table.exhibit_tb td.text_l {
    text-align: left;
}

h4.square {
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    padding-left: 25px;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 20px;
}

h4.square:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #0E357F;
    position: absolute;
    top: 5px;
    left: 0;
    
}

.twoBts{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

a.applyBt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 380px;
    height: 120px;
    background-color: #DF0615;
    text-align: left;
    color: #fff;
    position: relative;
    padding-left: 25px;
    padding-right: 80px;
}

a.applyBt span {
    color: #fff;
    font-size: 1.68rem;
    font-weight: 500;
    line-height: normal;
}

a.applyBt:before {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url("/assets/img/kenshu/circle_ar.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -13px;
    transition: 0.5s;
}

a.applyBt:hover::before {
    right: 15px;
}

a.magBt {
    display: block;
    width: 380px;
    height: 120px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

a.magBt span.mag_tx {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.3;
}

a.magBt span.f_here {
    font-size: 1.4rem;
    font-weight: 600;
    color: #DF0615;
    padding: 3px 10px 3px 35px;
    text-align: center;
    border: 2px solid #DF0615;
    width: 138px;
    margin: 15px auto 0;
    position: relative;
}

a.magBt span.f_here:before {
    content: '';
    display: block;
    width: 20px;
    height: 14px;
    background-image: url("/assets/img/common/mail_ic.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: 1px;
}

ul.merit_item {
    display: flex;
    justify-content: space-between;
}

ul.merit_item li {
    width: 380px;
}

ul.merit_item li > div {
    width: 100%;
    height: 100%;
    background-color: #F4F6FD;
    padding: 20px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.merit_item li img.merit_ic {
    display: block;
    width: 64px;
    margin-bottom: 12px;
}

ul.merit_item li h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.4;
}

ul.merit_item li p {
    font-size: 1.4rem;
    text-align: center;
}

ul.merit_item li .dest {
    color: #0E357F;
    font-weight: 600;
    font-size: 1.4rem;
}

ul.merit_item li img.merit_img {
    display: block;
    width: 340px;
    margin: 20px auto 20px;
}

ul.merit_item li p.fee {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 15px;
}

ul.merit_item li p.fee span {
    font-size: 2.6rem;
    color: #DF0615;
    font-weight: 600;
}

ul.merit_item li div > span {
    font-size: 1.2rem;
    text-align: center;
}

ul.merit_item li .w_waku {
    padding: 35px 32px 35px 32px;
    background-color: #fff;
    margin-top: 20px;
}

ul.merit_item li .w_waku p {
    text-align: left;
    line-height: 1.5;
}

.voice_wrap {
    background-color: #EFEDE4;
    padding: 50px 20px 45px 20px;
    margin-top: 50px;
}

ul.voice {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 45px;
}

ul.voice li {
    width: 360px;
    background: #fff;
    padding: 15px 15px 25px 15px;
    border-radius: 10px;
}

ul.voice li p {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

ul.voice li .vo_name {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

ul.voice li a.details {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: right;
    margin-top: 10px;
}

ul.voice li .vo_img {
    display: block;
    width: 240px;
    height: 180px;
    margin: 20px auto 20px;
}

ul.voice li .vo_tag {
    font-size: 1.2rem;
    color: #ccc;
    text-align: center;
    padding: 1px 10px;
    display: block;
    border: 2px solid #ccc;
    background-color: #f5f5f5;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 120px;
}

ul.voice li .vo_tag.joint {
    color: #DE5464;
    border: 2px solid #DE5464;
    background-color: #FFEAEC;
}

ul.voice li .vo_tag.buyersmtg {
    color: #EAA918;
    border: 2px solid #EAA918;
    background-color: #FFF2D5;
}

ul.voice li .vo_tag.industry {
    color: #547FD1;
    border: 2px solid #547FD1;
    background-color: #D9E7FF;
}

ul.voice li .vo_tag.business {
    color: #008736;
    border: 2px solid #008736;
    background-color: #DBFFE9;
}

ul.voice li .vo_tag.exchange {
    color: #8449C9;
    border: 2px solid #8449C9;
    background-color: #F3E8FF;
}

ul.voice li .vo_tag.tokyoExpo {
    color: #e28848;
    border: 2px solid #e28848;
    background-color: #fbecd8;
}

ul.voice li .vo_tag.businessMall {
    color: #464ee9;
    border: 2px solid #464ee9;
    background-color: #d8d9f6;
}

table.simple_tb {
    width: 100%;
    background: #fff;
    border: 1px solid #D6D6D6;
}

table.simple_tb tr {
    border-bottom: 1px solid #D6D6D6;
}

table.simple_tb td {
    border-right: 1px solid #D6D6D6;
    padding: 10px 5px;
}

ul.jirei_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

ul.jirei_wrap li {
    width: 380px;
    margin-bottom: 45px;
}

ul.jirei_wrap li > div {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 25px 20px;
    position: relative;
}

ul.jirei_wrap li > div h4 {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
}

ul.jirei_wrap li > div .tag {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 3px 10px;
    width: 80%;
    border: 2px solid #ccc;
    background-color: #fff;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
}

ul.jirei_wrap li.joint > div .tag {
    color: #DE5464;
    border: 2px solid #DE5464;
    background-color: #FFEAEC;
}

ul.jirei_wrap li.buyersmtg > div .tag {
    color: #EAA918;
    border: 2px solid #EAA918;
    background-color: #FFF2D5;
}

ul.jirei_wrap li.industry > div .tag {
    color: #547FD1;
    border: 2px solid #547FD1;
    background-color: #D9E7FF;
}

ul.jirei_wrap li.business > div .tag {
    color: #008736;
    border: 2px solid #008736;
    background-color: #DBFFE9;
}

ul.jirei_wrap li.exchange > div .tag {
    color: #8449C9;
    border: 2px solid #8449C9;
    background-color: #F3E8FF;
}

ul.jirei_wrap li.tokyoExpo > div .tag {
    color: #e28848;
    border: 2px solid #e28848;
    background-color: #fbecd8;
}

ul.jirei_wrap li.businessMall > div .tag {
    color: #464ee9;
    border: 2px solid #464ee9;
    background-color: #d8d9f6;
}

ul.jirei_wrap li > div .jirei_img {
    display: block;
    width: 190px;
    margin: 0 auto 12px;
}

ul.jirei_wrap li > div a {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    padding: 0;
    border: 1px solid #ccc;
    margin-top: 20px;
    width: 140px;
    height: 34px;
    line-height: 32px;
    border-radius: 20px;
}

ul.jirei_wrap li.joint > div a {
    color: #DE5464;
    border: 2px solid #DE5464;
}

ul.jirei_wrap li.buyersmtg > div a {
    color: #EAA918;
    border: 2px solid #EAA918;
}

ul.jirei_wrap li.industry > div a {
    color: #547FD1;
    border: 2px solid #547FD1;
}

ul.jirei_wrap li.business > div a {
    color: #008736;
    border: 2px solid #008736;
}

ul.jirei_wrap li.exchange > div a {
    color: #8449C9;
    border: 2px solid #8449C9;
}
ul.jirei_wrap li.tokyoExpo > div a {
    color: #e28848;
    border: 2px solid #e28848;
}
ul.jirei_wrap li.businessMall > div a {
    color: #464ee9;
    border: 2px solid #464ee9;
}

ul.jirei_wrap li.joint > div a:hover {
    background-color: #FFEAEC;
}

ul.jirei_wrap li.buyersmtg > div a:hover {
    background-color: #FFF2D5;
}

ul.jirei_wrap li.industry > div a:hover {
    background-color: #D9E7FF;
}

ul.jirei_wrap li.business > div a:hover {
    background-color: #DBFFE9;
}

ul.jirei_wrap li.exchange > div a:hover {
    background-color: #F3E8FF;
}

ul.jirei_wrap li.tokyoExpo > div a:hover {
    background-color: #fbecd8;
}
ul.jirei_wrap li.businessMall > div a:hover {
    background-color: #d8d9f6;
}

.contactInfo_wrap {
    width: 100%;
    padding: 60px 0 10px;
}

.contactInfo {
    background: #fcfcfc;
    border: 1px solid #D2D5D9;
    padding: 20px;
}

.contactInfo h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.contactInfo .tel_info {
    display: flex;
    align-items: center;
}

.contactInfo .tel_info > span {
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: 15px;
    line-height: 1.4;
}

.contactInfo .tel_info a {
    font-family: "Roboto", sans-serif;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 3.0rem;
    line-height: 1.4;
    margin-right: 15px;
    pointer-events: none;
}

.contactInfo .tel_info > p {
    font-size: 1.5rem;
    line-height: 1.4;
}

.contactInfo .mail_info {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.contactInfo .mail_info > span {
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: 15px;
    line-height: 1.4;
}

.contactInfo .mail_info > p {
    color: #366BD1;
    font-weight: 600;
    font-size: 1.6rem;
}

/* ----------------------------
学校法人との就職情報交換会
---------------------------- */

.main_ex .main_up_text p {
    font-size: 3rem;
}

.aster {
    font-size: 1.4rem!important;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

table.kaisai_schedule td.bl {
    border-left: 1px solid #ccc;
}

table.kaisai_schedule th.bold,
table.kaisai_schedule td.bold {
    font-weight: 600;
}

.movie_wrap {
    width: 626px;
    margin: 0 auto;
    position: relative;
}

.movie_wrap:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.movie_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

dl.tb_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 35px;
    border-left: 1px solid #ccc;
}

dl.tb_list dt,
dl.tb_list dd {
    text-align: center;
    font-size: 1.4rem;
    padding: 5px 10px;
}

dl.tb_list dt {
    width: 100%;
    background-color: #E9F1F4;
    border: 1px solid #ccc;
    border-left: none;
}

dl.tb_list dd {
    width: 33.33333333%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
}

.ex_flow {
    width: 100%;
}

.ex_flow li {
    display: flex;
    margin-bottom: 45px;
    position: relative;
}

.ex_flow li:after {
    content: '';
    width: 33px;
    height: 19px;
    background-image: url("/assets/img/contents/syuusyoku/ar.png");
    background-size: contain;
    position: absolute;
    left: 120px;
    bottom: -32px;
}

.ex_flow li:last-child::after {
    content: none;
}

.ex_flow li > div {
    padding: 12px 10px 12px;
}

.ex_flow li > div:first-child {
    width: 240px;
    vertical-align: middle;
    background-color: #EDF5FC;
    border: 1px solid #CCE7FF;
    display: flex;
    align-items: center;
}

.ex_flow li > div:last-child {
    width: calc(100% - 240px);
    border: 1px solid #CCE7FF;
    border-left: none;
    display: block; /* ここを変更：ブロック要素にしてテキストが縦に並ぶように */
}

.ex_flow li > div:first-child img {
    width: 34px;
    display: inline-block;
    margin-right: 15px;
}

.ex_flow li > div:first-child p {
    font-weight: 600;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    line-height: normal;
}

.ex_flow li > div:last-child p {
    display: block; /* ここを変更：テキストが行ごとに並ぶように */
    /* margin-bottom: 10px; */ /* 行間に余白を追加 */
}


/* ----------------------------
大手企業との求人情報面談会
---------------------------- */

.points3 li > p span.fs12 {
    font-size: 1.2rem
}

@media screen and (min-width:768px) {
    .points3 li > span.h_ad01 {
        margin-top: -2em;
    }
}

.kaisai p.limit {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    background-color: #DF0615;
    padding: 3px 12px;
    border-radius: 5px;
    margin-left: 15px;
}

.service_img_cap {
    font-size: 1.8rem;
    font-weight: 600;
    color: #0E357F;
    text-align: center;
    margin: 50px 0 20px;
}

.ky_service_img {
    width: 728px;
    max-width: 100%;
    margin: 0 auto 70px;
}

ul.jinzai {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

ul.jinzai:after {
    content:"";
    display: block;
    width: 250px;
}

ul.jinzai li {
    width: 250px;
    margin-top: 20px;
    background-color: #F4F7FD;
    border: 1px solid #0E357F;
    border-radius: 30px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.jinzai li span {
    font-size: 1.6rem;
    color: #0E357F;
    font-weight: 600;
}

.tx_rigth {
    text-align: right;
}

h3 span.rem {
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 20px;
    font-weight: 400;
}

dl.tb_list.colum04 dd {
    width: 25%;
}

dl.tb_list.colum01 dd {
    width: 100%;
}

h4.match_title {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #0E357F;
    padding: 5px 10px;
    margin-bottom: 20px;
}

ul.match_ex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

ul.match_ex > li {
    width: 49%;
}

ul.match_ex > li {
    border: 1px solid #D6D6D6;
}

ul.match_ex > li .match_box01 {
    padding: 15px 15px 15px;
    text-align: center;
}

ul.match_ex > li .match_box01 h5 {
    font-size: 1.6rem;
    font-weight: 600;
}

ul.match_ex > li .match_box01 .m_ar {
    display: block;
    width: 15px;
    margin: 10px auto 10px;
}

ul.match_ex > li .match_box02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FAFAFA;
    padding: 6px 10px;
    border-top: 1px solid #D6D6D6;
}

ul.match_ex > li .match_box02 img {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    margin-right: 10px;
    margin-top: 3px;
}

ul.match_ex li .match_box02 p {
    font-size: 1.6rem;
}

ul.ex_voice {
    display: flex;
    margin-bottom: 45px;
}

ul.ex_voice > li:first-child {
    width: 110px;
    margin-right: 20px;
}

ul.ex_voice > li:first-child span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

ul.ex_voice > li .ex_hu {
    width: 105px;
    margin: 0 auto;
}

ul.ex_voice > li:last-child {
    width: calc(100% - 130px);
}

ul.ex_voice > li .l_fuki {
    width: 100%;
}

.fs17 {
    font-size: 1.7rem;
    line-height: normal;
}

/* ----------------------------
東商ジョブサイト（求人情報サイト）
---------------------------- */

.main_ex .main_up_text p {
    font-size: 2.7rem;
}

.main_up.main_jop .main_up_img {
    width: 210px;
    margin-left: 90px;
}

.po_title > span.thr {
    margin-left: 10px;
}

.po_title > span.job_po {
    color: #1c1c1c;
    font-size: 2.8rem;
}

.job_outline {
    display: flex;
    justify-content: space-between;
}

.job_outline > div:first-child {
    width: 370px;
}

.job_outline > div:last-child img{
    width: 396px;
}

.job_outline > div:first-child p {
    font-size: 1.8rem;
}

ul.job_nums {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 12px;
}

ul.job_nums li {
    width: 389px;
    height: 162px;
    background-color: #EDF5FC;
    border: 1px solid #CCE7FF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.job_nums li .nums_01 {
    font-size: 2.0rem;
    font-weight: 600;
    margin-top: 15px;
}

ul.job_nums li .nums_02 {
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 5px;
}

ul.job_nums li .nums_02 span {
    color: #0E357F;
    font-weight: 600;
    font-size: 4.8rem;
    line-height: 1.3;
    padding: 0 5px;
}

ul.job_nums li > span {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
}

.job_match {
    padding: 25px 25px 25px;
    background-color: #EDF5FC;
    border: 1px solid #CCE7FF;
    margin-bottom: 50px;
}

.job_match h4.match_title {
    font-size: 1.6rem;
    margin-top: 30px;
}

.job_match .m_jirei {
    font-size: 2.0rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.job_match p.center {
    text-align: center;
}

.job_match p.fs16 {
    font-size: 1.6rem;
}

ul.j_matching {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.j_matching > li {
    width: 356px;
    height: 124px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

ul.j_matching > li > ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

ul.j_matching > li > ul li.p_age {
    width: 85px;
}

ul.j_matching > li > ul li.p_age img {
    display: block;
    width: 65px;
    margin: 0 auto;
}

ul.j_matching > li > ul li.p_age span {
    display: block;
    font-size: 1.0rem;
    text-align: center;
}

ul.j_matching > li > ul li.h_ar {
    width: 25px;
    margin-right: 10px;
}

ul.j_matching > li > ul li.p_text p {
    font-weight: 600;
    font-size: 1.2rem;
    padding-left: 15px;
    line-height: normal;
    position: relative;
}

ul.j_matching > li > ul li.p_text p:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #0E357F;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}

ul.job_feature {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

ul.job_feature li {
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.job_feature li:first-child {
    width: 150px;
    margin-right: 25px;
}

ul.job_feature li:last-child {
    width: calc(100% - 175px);
    font-size: 1.8rem;
}

ul.job_feature.no_bor {
    border-bottom: none;
}

ul.two_photos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.two_photos li {
    width: 380px;
    max-width: 100%;
    margin-bottom: 20px;
}

.nowrap {
    white-space: nowrap!important;
}

/* ----------------------------
デジタルシフト・DX（旧ぴったりDX）
---------------------------- */

.main_dx {
    margin: 40px auto 30px;
}

.linkBt_bl.column4 {
    display: flex;
    justify-content: space-between;
}

.linkBt_bl.column4 li {
    margin-right: 0;
    margin-bottom: 15px;
}

.linkBt_bl.column4::before{
    content:"";
    display: block;
    width:245px;
    order:1;
}
.linkBt_bl.column4::after{
    content:"";
    display: block;
    width:245px;
}

.info_dx_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.info_dx_wrap .info_dx {
    width: 500px;
}

.info_dx .toList {
    background-color: #0E357F;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info_dx .toList > p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.info_dx .toList > a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-left: 25px;
}

.info_dx .toList > a:hover {
    text-decoration: underline;
}

.info_dx .toList > a:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -9px;
}

.info_dx .toList > a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #0E357F;
  border-right: solid 2px #0E357F;
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -3px;
  transform: rotate(45deg);
}

.info_dx dl dt {
    padding: 15px 0 5px;
    font-size: 14px;
    color: #727272;
    border-top: 1px solid #DEDEDE;
    line-height: normal;
}

.info_dx dl dt:first-child {
    border-top: none;
}

.info_dx dl dd {
    margin-bottom: 10px;
    line-height: normal;
}

.info_dx dl dd a {
    display: inline-block;
    vertical-align: middle;
}

.info_dx dl dd a:hover {
    color: #366BD1;
    text-decoration: underline;
}

.info_dx dl dd .new {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #DF0615;
    font-weight: 600;
    margin-left: 8px;
}

.dx_title {
    margin-top: 40px;
}

.dx_title > p {
    font-size: 18px;
    font-weight: 600;
    color: #0E357F;
}

.dx_title > h2 {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 12px;
}

.dx_title > h2:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #0E357F;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
}

.dx_title > h2:after {
    content: '';
    display: block;
    width: 10%;
    height: 2px;
    background: #DF0615;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
}

ul.dx_service {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.dx_service::after{
    content:"";
    display: block;
    width: 333px;
}

ul.dx_service li {
    width: 333px;
    border: 1px solid #D2D5D9;
    background-color: #FCFCFC;
    padding: 20px 19px 30px;
    margin-bottom: 20px;
}

ul.dx_service li > img {
    width: 292px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

ul.dx_service li > a {
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0 0;
    padding-left: 20px;
    line-height: 1.3;
    position: relative;
}

ul.dx_service li > a:hover {
    color: #366BD1;
    text-decoration: underline;
}

ul.dx_service li > a:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #0E357F;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: -3px;
  margin-top: -9px;
}

ul.dx_service li > a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 12px;
  left: 2px;
  margin-top: -3px;
  transform: rotate(45deg);
}

ul.dx_service li > p {
    font-size: 15px;
    color: #366BD1;
}

ul.dx_service li > a span {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    color: #366BD1;
    font-weight: 400;
    line-height: 1.6;
    margin-left: -20px;
}



/* ----------------------------
20230525
---------------------------- */

ul.pageTop_links {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    border-bottom: 1px solid #B5B5B5;
}

ul.pageTop_links li {
    width: 240px;
    margin-right: 10px;
    margin-bottom: -1px;
}

ul.pageTop_links li a {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #B5B5B5;
    background-color: #F5F5F5;
    border-radius: 10px 10px 0 0;
    transition: all 0.25s ease-in-out;
}

ul.pageTop_links li a span {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    color: #0E357F;
}

ul.pageTop_links li.active a {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

ul.pageTop_links li.active a span {
    color: #1A1A1A;
    transition: all 0.25s ease-in-out;
}

ul.pageTop_links li a:hover span {
    color: #1A1A1A;
}


ul.pageTop_links li a:hover {
    opacity: 1;
/*    background-color: #fff;*/
}

/*
ul.pageTop_links li a:hover::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
}*/



/* 20231213瀧澤追加 */

.m-tile {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.m-tile .item {
  width: 31.46%;
  margin-bottom: 10px;
}
@media only screen and  (max-width: 767px) {
  .m-tile .item {
    width: 48%;
    margin-bottom: 22px;
  }
}
.m-tile .item + .item {
  margin-left: 2%;
}
.m-tile .item:nth-child(3n+1) {
  margin-left: 0;
}
@media only screen and  (max-width: 767px) {
  .m-tile .item:nth-child(3n+1) {
    margin-left: 2%;
  }
}
@media only screen and  (max-width: 767px) {
  .m-tile .item:nth-child(odd) {
    margin-left: 0;
  }
}
.m-tile .item .inner {
  border: 1px solid #cccccc;
  margin-bottom: 5px;
}
.m-tile .item .l-upper {
  display: flex;
  align-items: center;
}
.m-tile .item .img-wrap {
  width: 60px;
}
@media only screen and  (max-width: 767px) {
  .m-tile .item .img-wrap {
    width: 50px;
  }
}
.m-tile .item .ttl-wrap {
  flex: 1;
  padding-left: 10px;
  padding-right: 15px;
  font-size: 0.85rem;
  line-height: 1.1rem;
}
@media only screen and  (max-width: 767px) {
  .m-tile .item .ttl-wrap {
    font-size: 0.8125rem;
  }
}
.m-tile .item .ttl-wrap > * {
  font-weight: bold;
}
.m-tile .item .doc {
  padding: 0px 15px 5px 15px;
  font-size: 0.93rem;
  height: 80px;
}
.m-tile .item .m-btn a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.m-tile .item .l-wrap-horizontal {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.m-tile .item .l-wrap-horizontal .img-wrap {
  width: 30%;
}.block-thumb-text .txt-wrap .name
.m-tile .item .l-wrap-horizontal .text-wrap {
  flex: 1;
  padding: 0 15px 0 10px;
}
.m-tile .item .l-wrap-horizontal .ttl {
  padding: 10px;
  font-size: 0.85rem;
  color: #0e357f;
}
@media only screen and  (max-width: 767px) {
  .m-tile .item .l-wrap-horizontal .ttl {
    font-size: 0.8125rem;
  }
}
.m-tile .item .l-wrap-horizontal .ttl > * {
  font-weight: bold;
}
.m-tile .item .l-wrap-horizontal .doc {
  padding-right: 0;
  padding-left: 0;
}
.m-tile.no-thumb .item .l-upper {
  min-height: auto;
 width: 231px;
}
.m-tile.no-thumb .item .ttl-wrap {
  display: flex;
  align-items: center;
  height: 40px;
}
@media only screen and  (max-width: 767px) {
  .m-tile.no-thumb .item .ttl-wrap {
    min-height: 25px;
  }
}
.m-tile.l-col4 .item {
  width: 23.7%;
}
@media only screen and  (max-width: 767px) {
  .m-tile.l-col4 .item {
    width: 48%;
  }
}
.m-tile.l-col4 .item + .item {
  margin-left: 1.7333%;
}
.m-tile.l-col4 .item:nth-child(4n+1) {
  margin-left: 0;
}
@media only screen and  (max-width: 767px) {
  .m-tile.l-col4 .item:nth-child(odd) {
    margin-left: 0%;
  }
}
.m-tile.l-col2 .item {
  width: 47.4%;
}
.m-tile.l-col2 .item + .item {
  margin-left: 5.2%;
}
.m-tile.l-col2 .item:nth-child(2n+1) {
  margin-left: 0;
}
.m-tile.l-col2 .item:nth-child(odd) {
  margin-left: 0%;
}


/*個別企業商談会動画パネルボタンfontsize制御用*/
.otherPage #new-main .m-btn li > * {
  font-size: 13px;
}

/*table行揃え未設定　汎用*/
table.basic_style {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 60px;
}

table.basic_style tr {
    border: 1px solid #ccc;
}

table.basic_style th,
table.basic_style td {
    padding: 10px 10px;
    font-weight: 400;
    vertical-align: middle;
}

table.basic_style th {
    background-color: #E9F1F4;
    border-right: 1px solid #ccc;
}

table.basic_style td {
    background-color: #fff;
}

table.basic_style th span.bold {
    font-weight: 600;
    display: block;
}

table.basic_style td.b_r {
    border-right: 1px solid #ccc;
    font-weight: 600;
}

table.basic_style th.text_c,
table.basic_style td.text_c {
    text-align: lecenter;
}


/*フォーム入力202408*/

.form-unit input.sizeL { width: 350px; 
height: 30px; 
margin: 5px;
}
@media only screen and  (max-width: 767px) {
 width: 100%; 
margin: 5px;
}

.form-unit input.sizeM { width: 200px; 
height: 30px; 
margin: 5px;
}
@media only screen and  (max-width: 767px) {
 width: 80%; 
margin: 5px;
}

input.sizeS { width: 60px;
height: 30px;
margin: 5px;
}
@media only screen and  (max-width: 767px) {
 width: 40%; 
margin: 5px;
}
.form-unit .text_area_pos textarea {
	width: 85%;
	height: 100px;
}
@media only screen and  (max-width: 767px) {
	width: 100%;
}

.form-unit dl {
  display: table;
  width: 100%;
  border: 1px solid #cccccc;
}
@media only screen and  (max-width: 767px) {
  .form-unit dl {
    display: block;
  }
}
.form-unit dl.error dd {
  background-color: #ffd9da;
}
.form-unit dl.error dd .error-txt {
  display: block;
  color: #cc0000;
  font-weight: bold;
}
@media only screen and  (max-width: 767px) {
  .form-unit dl.error dd .error-txt {
  }
}
.form-unit dl + dl {
  border-top: 0;
}
.form-unit dl dt,
.form-unit dl dd {
  display: table-cell;
  padding: 10px 15px;
}
@media only screen and  (max-width: 767px) {
  .form-unit dl dt,
  .form-unit dl dd {
    display: block;
  }
}
.form-unit dl dt {
  width: 30%;
  background-color: #E9F1F4;
  border-right: 1px solid #cccccc;
  vertical-align: top;
}
@media only screen and  (max-width: 767px) {
  .form-unit dl dt {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #cccccc;
  }
}
.form-unit dl dt > * {
  display: block;
}
.form-unit dl dt .ttl {
  font-weight: bold;
}
.form-unit dl dt a {
  text-decoration: underline;
}
.form-unit dl dd .error-txt {
  display: none;
}
@media only screen and  (max-width: 767px) {
  .form-unit dl dd .input-area.l-col2 {
    display: flex;
  }
}
.form-unit dl dd .input-area.l-col2 .input-text {
  width: 35%;
}
@media only screen and  (max-width: 767px) {
  .form-unit dl dd .input-area.l-col2 .input-text {
    width: 49%;
  }
  .form-unit dl dd .input-area.l-col2 .input-text + .input-text {
    margin-left: 1%;
  }
}
.form-unit dl dd .radio-list {
  overflow: hidden;
}
.form-unit dl dd .radio-list li {
  float: left;
  width: 30%;
}
.form-unit dl dd .radio-list li.l-wide {
  width: 100%;
}
@media only screen and  (max-width: 767px) {
  .form-unit dl dd .radio-list li {
    float: none;
    width: 100%;
  }
  .form-unit dl dd .radio-list li + li {
    margin-top: 10px;
  }
}
.form-unit dl dd .radio-list .other {
  display: flex;
  flex-direction: column;
}
.form-unit dl dd .radio-list .other .input-text {
  width: 70%;
  margin-top: 5px;
}
@media only screen and  (max-width: 767px) {
  .form-unit dl dd .radio-list .other .input-text {
    width: 100%;
  }
}
.form-unit dl dd .input-text {
  width: 70%;
}
@media only screen and  (max-width: 767px) {
  .form-unit dl dd .input-text {
    width: 100%;
  }
}
.form-unit dl dd .checkbox-list {
  overflow: hidden;
}
.form-unit dl dd .checkbox-list li {
  float: left;
  margin-right: 1.2em;
}
@media only screen and  (max-width: 767px) {
  .form-unit dl dd .checkbox-list li {
    float: none;
  }
  .form-unit dl dd .checkbox-list li + li {
    margin-top: 10px;
  }
}
.form-unit dl dd .input-radio {
  margin-right: 0.5em;
}
@media only screen and  (max-width: 767px) {
  .form-unit dl dd .input-radio {
    width: 15px;
    height: 15px;
    vertical-align: middle;
  }
}
.form-unit dl dd .input-checkbox {
  margin-right: 0.5em;
}
@media only screen and  (max-width: 767px) {
  .form-unit dl dd .input-checkbox {
    width: 15px;
    height: 15px;
    vertical-align: middle;
  }
}
.form-unit {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ----------------------------
研修FAQ　2024/11/23
---------------------------- */

a.psrv_apply_bt {
    width: 540px;
    height: 80px;
    background-color: #0E357F;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.0rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: 30px auto 30px;
}

@media screen and (max-width:768px) {
    a.psrv_apply_bt {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
        min-height: 60px;
font-size: 1.5rem;
    }
}

.merit_box {
    background-color: #EBEBEB;
    padding: 25px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.merit_box p.osusume {
    font-size: 2.0rem;
    text-align: center;
    color: #0E357F;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.merit_box p.osusume::before {
    margin-right: 6px;
    transform: rotate(60deg);
}
.merit_box p.osusume::before, .merit_box p.osusume::after {
    background-color: #707070;
    border-radius: 5px;
    content: "";
    height: 2px;
    width: 30px;
}
.merit_box p.osusume::after {
    margin-left: 6px;
    transform: rotate(-60deg);
}
.merit_box ul li {
    font-size: 1.4rem;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px 20px;
}
.merit_midashi_ippan {
    width: 80px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    background-color: #6086c6;
    margin-top: 20px;
    border-radius: 30px;
}
.merit_midashi_kaiin {
    width: 80px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    background-color: #DF0615;
    margin-top: 20px;
    border-radius: 30px;
}
.costmerit_bt {
    color: #fff;
    font-size: 2.5rem;
    line-height: 52px;
    text-align: center;
    font-weight: 600;
    background-color: #f87e9e;
    border-radius: 30px;
}
@media screen and (max-width:768px) {
.costmerit_bt {
    color: #fff;
    font-size: 2.2rem;
    line-height: 30px;
padding: 5px 0;
    text-align: center;
    font-weight: 600;
    background-color: #f87e9e;
    border-radius: 60px;
}
}

/* YouTube埋め込み */

.l-movie {
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and  (max-width: 767px) {
  .l-movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
  }
  .l-movie > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

