/*
 * ==================================================
 * File Name     custom.css
 * Description   GENSENcssの上書きと固有スタイル
 * ==================================================
 */

@charset "UTF-8";

/*開発中の画面のヘッダー削除*/
/*#wpadminbar {
    display: none !important;
}
.admin-bar {
    padding: 0 !important;
}*/
/*
 * __________________________________________________
 * レイアウト
 */
/*@media only screen and (max-width: 1
 * 024px){
    #index_news {
        display: block !important;
    }
}*/
html {
    font-size: 62.5%;
    overflow: initial;
}
body {
    font-size: 2rem;
    font-family: 'Helvetica','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic'sans-serif;
}
img {
    vertical-align: bottom;
}
canvas,
iframe,
img,
svg,
video {
    width: auto;
    height: auto;
	max-width: 100%;
}

body #site_loader_overlay {
    height: 100%;
}

#main_col {
    margin: 50px auto 0px;
}

/*
 * __________________________________________________
 * ヘッダー
 */

/*#header #header_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.6);
    width: 100px; 
}*/
#header_logo img, #header_logo_fix img {
    max-height: 40px;
}
#header #header_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(to right, #ff007d 1%, #141e64 5%, #141e64 5%, #141e64 5%, #55aae1 84%);
}

#header #header_top .inner {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr repeat(4, auto);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: initial;
    max-width: none;
    padding: 0 5% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header #header_top .inner .global-mainmenu {
    -ms-grid-column: 4;
}
#header #header_top .inner .global-submenu {
    -ms-grid-column: 5;
}
#header #header_top .inner .global-mainmenu,
#header #header_top .inner .global-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.5rem
}
#header #header_top .inner .global-mainmenu:last-child li:first-child,
#header #header_top .inner .global-submenu:last-child li:first-child {
    border-left: 0;
}
#header #header_top .inner .global-mainmenu > .menu-item,
#header #header_top .inner .global-submenu > .menu-item {
    width: 120px;
    height: 100%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}
#header #header_top .inner .global-mainmenu > .menu-item:hover,
#header #header_top .inner .global-submenu > .menu-item:hover {
    background: rgba(0, 0, 0, 0.5);
}
#header #header_top .inner .global-mainmenu > .menu-item:first-child,
#header #header_top .inner .global-submenu > .menu-item:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#header #header_top .inner .global-mainmenu > .menu-item.is-active .child-menu,
#header #header_top .inner .global-submenu > .menu-item.is-active .child-menu {
    opacity: 1;
    visibility: visible;
    z-index: 55;
}
#header #header_top .inner .global-mainmenu > .menu-item .menu-link-area,
#header #header_top .inner .global-submenu > .menu-item .menu-link-area {
    position: relative;
    height: 100%;
}
#header #header_top .inner .global-mainmenu > .menu-item .menu-link-area a,
#header #header_top .inner .global-submenu > .menu-item .menu-link-area a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    color: #ffffff;
}
#header #header_top .inner .global-mainmenu > .menu-item .menu-link-area a span,
#header #header_top .inner .global-submenu > .menu-item .menu-link-area a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
#header #header_top .inner .global-mainmenu > .menu-item .menu-link-area a span i,
#header #header_top .inner .global-submenu > .menu-item .menu-link-area a span i {
    display: none;
}
#header #header_top .inner .global-mainmenu > .menu-item .menu-link-area .toggle-child,
#header #header_top .inner .global-submenu > .menu-item .menu-link-area .toggle-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 55;
}
#header #header_top .inner .global-mainmenu > .menu-item .menu-input-open,
#header #header_top .inner .global-submenu > .menu-item .menu-input-open {
    display: none;
}
#header #header_top .inner .global-mainmenu > .menu-item .child-menu,
#header #header_top .inner .global-submenu > .menu-item .child-menu {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#header #header_top .inner .global-mainmenu > .menu-item .child-menu li,
#header #header_top .inner .global-submenu > .menu-item .child-menu li {
    width: 100%;
    border-bottom: 1px solid #888;
    background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/dropmenu_60px-02.png) no-repeat;
    background-size: 100%;
    width: 164px;
    height: 60px;
}
#header #header_top .inner .global-mainmenu > .menu-item .child-menu li:first-child,
#header #header_top .inner .global-submenu > .menu-item .child-menu li:first-child {
    border-top: none;
    background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/dropmenu_60px-01.png) no-repeat;
    background-size: 100%;
}
#header #header_top .inner .global-mainmenu > .menu-item .child-menu li:last-child,
#header #header_top .inner .global-submenu > .menu-item .child-menu li:last-child {
    border-bottom: none;
    background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/dropmenu_60px-03.png) no-repeat;
    background-size: 100%;
}
#header #header_top .inner .global-mainmenu > .menu-item .child-menu li a,
#header #header_top .inner .global-submenu > .menu-item .child-menu li a {
    padding: 0 1em;
    font-size: 1.4rem;
    line-height: 1.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#header #header_top .inner .global-mainmenu > .menu-item .child-menu li a:hover,
#header #header_top .inner .global-submenu > .menu-item .child-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
#header #header_search {
    z-index: 10000;
}
#header_slider .item .button {
    background-color: rgba(0,0,0,0.6) !important;
    border-radius: 0;
    font-weight: bold;
}
#header_slider .caption .catchphrase {
    text-align: center !important;
}
#header #header_top .inner .sp_nav_icon {
    display: none;
}
@media only screen and (min-width: 1025px) {
    .fix_top.header_fix #logo_image, .fix_top.header_fix #logo_text{
        display: block;
    }
    #header #header_search {
        display: none !important;
    }
    #header #header_top .inner .sp_nav_icon a img {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    body {
        margin-top: 60px;
    }
    #header {
        /*background-color: #555555;*/
        position: fixed !important;
        z-index: 1000;
        top: 0;
    }
	#header_logo img, #header_logo_fix img {
		padding-right: 5rem;
		box-sizing: border-box;
	}
    #header #header_top .inner {
        grid-template-columns: 1fr repeat(4, auto);
        /*-ms-grid-rows: 60px 60px;
        grid-template-rows: 60px 60px;*/
        height: auto;
    }
    #header #header_top .inner .global-mainmenu, #header #header_top .inner .global-submenu {
        display: none;
    }
    #header #header_top .inner a.search_button {
        position: relative;
        right: initial;
    }
    #header #header_top .inner a.search_button:before,header #header_top .inner a.menu_button:before {
        font-size: 2rem;
        display: none;
    }
    #header #header_top .inner .sp_nav_icon {
        display: block;
    }

    #header #header_top .inner .global-mainmenu > .menu-item,
    #header #header_top .inner .global-submenu > .menu-item {
        /*background-color: #555;*/
        width: 100%;
        border-right: 0;
    }
    #header #header_top .inner .global-mainmenu > .menu-item:first-child,
    #header #header_top .inner .global-submenu > .menu-item:first-child {
        border-left: 0;
    }
    #header #header_top .inner .global-mainmenu > .menu-item:hover,
    #header #header_top .inner .global-submenu > .menu-item:hover {
        background: inherit;
    }
    #header #header_top .inner .global-mainmenu > .menu-item.is-active,
    #header #header_top .inner .global-submenu > .menu-item.is-active {
        background-color: #aaa;
    }
    #header #header_top .inner .global-mainmenu > .menu-item.is-active > div > a,
    #header #header_top .inner .global-submenu > .menu-item.is-active > div > a {
        color: #222 !important;
    }
    #header #header_top .inner .global-mainmenu > .menu-item .menu-link-area a,
    #header #header_top .inner .global-submenu > .menu-item .menu-link-area a {
        font-size: 1rem;
    }
    #header #header_top .inner .global-mainmenu > .menu-item .menu-link-area a span i,
    #header #header_top .inner .global-submenu > .menu-item .menu-link-area a span i {
        display: inline-block;
        font-size: 3rem;
        margin-bottom: 0.2em;
    }
    #header #header_top .inner .global-mainmenu > .menu-item .child-menu,
    #header #header_top .inner .global-submenu > .menu-item .child-menu {
        border: none;
        margin-top: 68px;
        top: 0;
        left: 0;
        width: 100%;
        /*background: #aaa;*/
        margin-top: 120px;
    }
    #header #header_top .inner .global-mainmenu {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/6;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    #header #header_top .inner .global-mainmenu > .menu-item {
        border-radius: 1em 1em 0 0;
    }
    #header #header_top .inner .global-submenu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #header #header_top .inner .global-submenu > .menu-item .menu-link-area a {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 60px;
    }
    #header #header_top .inner .global-submenu > .menu-item .menu-link-area a span {
        position: absolute;
        font-size: 0;
    }
    #header #header_top .inner .global-submenu > .menu-item .menu-link-area a span i {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60px;
        height: 60px;
        font-size: 2rem;
        margin-bottom: 0;
    }
    #header_search {
        top: 120px;
    }
    #index_header_search {
        display: none;
    }

}
/* ie用 */
@media (-ms-high-contrast: none) and (max-width: 1024px) {
    #header #header_top .inner .global_search_icon {
        -ms-grid-column: 2;
    }
    #header #header_top .inner .global_search_icon .search_button {
        right: 0;
    }
    #header #header_top .inner .global-mainmenu {
        -ms-grid-row: 2;
    }

}
/*.header_fix #header #header_logo {
    display: none;
}*/

body:not(.header_fix) #header_logo_fix {
    display: none;
}

/*
 * __________________________________________________
 * グローバルメニュー
 */

#global_menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#global_menu > ul > li {
    width: 120px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#global_menu > ul > li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#global_menu > ul > li > a {
    padding: 0;
}
#header #header_top .inner .sp_nav_icon a {
    display: block;
    width: 100%;
    margin: 0 1rem;
    
}
#header #header_top .inner .sp_nav_icon a span {
    display: block;
    width: 30px;
    height: 30px;
    padding: 1.4rem 0;
}
#header #header_top .inner .sp_nav_icon a img {
    display: block;
    width: 100%;

}
#breadcrumb {
    padding-left: 115px;
}
/*wp表示領域削除*/
/*.admin-bar {
    padding: 0;
}
#wpadminbar {
    display: none;
}
@media only screen and (max-width: 991px) {
    #global_menu {
        overflow-x: hidden;
    }
    body #global_menu > ul {
        display: inherit;
    }
    body #global_menu > ul > li > a,
    body #global_menu a {
        font-size: 1.4rem;
    }
}*/
@media only screen and (max-width: 767px) {
    body {
        font-size:1.4rem;
        line-height:3.3rem;
        top: 61px;
    }
    body #header_slider .item:before {
        content: none;
    }
    body #header_slider .item img {
        width: inherit;
        height: auto;
        position: inherit;
    }
}
.sp_global_nav_wrap {
    display: none;
    width: 100vw;
    height:100vh;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    left: 0;
}
.sp_global_nav_wrap .sp_global_nav {
    width: 80vw;
    height: 70vh;
    margin:3vh auto;
    text-align: center;
    overflow-y: scroll;
    padding:2rem 0 0 0;
    -webkit-overflow-scrolling: touch;
}
/*.sp_global_nav_wrap .sp_global_nav .global-mainmenu {
    width: 80vw;
    height: 80vh;
    margin:3vh auto;
    text-align: center;
    overflow-y: scroll;
    padding:2rem 0 0 0;
}*/
.sp_global_nav_wrap .sp_global_nav .menu-input-open {
    display: none;
}
.sp_global_nav_wrap .sp_global_nav .menu-item {
    margin: 0 0 4rem;    
}
.sp_global_nav_wrap .sp_global_nav .child-menu .menu-item {
    margin: 2rem 0 3rem;
}
.sp_global_nav_wrap .sp_global_nav .menu-link-area {
    font-size: 1.5rem;
}
.sp_global_nav_wrap .sp_global_nav .menu-link-area.parent {
    width: 50%;
    background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-middle.png) repeat-y;
    background-size: 100%;
    position: relative;
    padding: 1rem 0;
    margin: 0 auto;
}
.sp_global_nav_wrap .sp_global_nav .menu-link-area.parent:before {
    content:'';
    display: block;
    width: 100%;
    height: 2vh;
    background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-top.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -2px;
}
.sp_global_nav_wrap .sp_global_nav .menu-link-area.parent:after {
    content:'';
    width: 100%;
    height: 3vh;
    background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-bottom.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -3vh;
    left: 0;
}
/*
 * __________________________________________________
 * 検索フォーム
 */

#header_search form,
#index_header_search form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*
 * __________________________________________________
 * ヘッドライン
 */

.headlines {
    border-bottom: 0px solid #ddd;
}
.headlines .slideticker {
	max-width: 1200px;
    position: relative;
    height: 10.5em;
    overflow: hidden;
    border: 0px solid #555;
    margin: 5rem auto 3rem auto;
}
.headlines .slideticker .slideticker-list {
    position: absolute;
    width: 100%;
}
.headlines_item {
    margin: 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	height: 42px;
    border-bottom: 1px solid #000;
    font-size: 1.6rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	align-items: center;
}
.headlines_item:after {
    content: '';
    clear: both;
}
.headlines_item .headlines_data {
    width: 6em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0.8rem 0.9rem;
    width: 10%;
	font-size: 1.5rem;
}
@media only screen and (max-width: 1200px) {
	.headlines_item .headlines_data {
		width:15%;
		text-align: center;
	}
}
@media only screen and (max-width: 1030px) {
	.headlines_item .headlines_data {
		text-align:right;
	}
}

.headlines_item .headlines_title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0.8rem 0.9rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	font-size: 1.5rem;
}
.headlines_item .headlines_domain {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    width: 16vw;
	font-size: 1.5rem;
}
.headlines_item .headlines_domain:after {
    content: '';
    width: 55px;
    height: 31px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/05_icon/link_otherwindow.png) no-repeat !important;
    background-size: 100%;
    position: absolute;
    left: 17rem;
    top: 0;
}
.headlines_item .headlines_domain a {
    display: inline-block;
    padding: 0.8rem 0.9rem;
	width:126px;
}
/*.headlines_item .headlines_domain:after {
    content:'';
    display: block;
    position: absolute;
    right: 12px;
    top: 6px;
    width: 18px;
    height: 18px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/05_icon/link_otherwindow.png) no-repeat;
    background-size: 100%;

}*/



/*取り組みの場合*/
.headlines_domain[data-category*="product"] a{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_pink-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.headlines_domain[data-category*="product"] a:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_pink-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -12px;
    top:0;
}
.headlines_domain[data-category*="product"] a:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_pink-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top:0;
}
/*data-category版*/
/*ビックデータメディアの場合*/
.headlines_domain[data-category*="rpa_media"] a{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_blue-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
	text-align: center;
}
.headlines_domain[data-category*="rpa_media"] a:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_blue-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -12px;
    top:0;
}
.headlines_domain[data-category*="rpa_media"] a:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_blue-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top:0;
}

/*研修の場合*/
.headlines_domain[data-category*="training"] a{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.headlines_domain[data-category*="training"] a:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -12px;
    top:0;
}
.headlines_domain[data-category*="training"] a:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top:0;
}
/*研修の場合*/
.headlines_domain[data-category*="rss"] a{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_orange-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.headlines_domain[data-category*="rss"] a:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_orange-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -12px;
    top:0;
}
.headlines_domain[data-category*="rss"] a:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_orange-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top:0;
}
/*ロボットマートの場合*/
.headlines_domain[data-category*="robotmart"] a{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_purple-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.headlines_domain[data-category*="robotmart"] a:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_purple-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -12px;
    top:0;
}
.headlines_domain[data-category*="robotmart"] a:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_purple-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top:0;
}
/*data-category版end*/
/*href版*/
/*ビックデータメディアの場合*/
.headlines_domain[href*="rpa_media"] a{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_blue-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.headlines_domain[href*="rpa_media"] a:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_blue-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -12px;
    top:0;
}
.headlines_domain[href*="rpa_media"] a:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_blue-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top:0;
}

/*研修の場合*/
.headlines_domain[href*="training"] a{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.headlines_domain[href*="training"] a:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -12px;
    top:0;
}
.headlines_domain[href*="training"] a:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top:0;
}
/*研修の場合*/
.headlines_domain[href*="rss"] a,.headlines_domain[data-category*="efforts"] a{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_orange-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.headlines_domain[href*="rss"] a:before,.headlines_domain[data-category*="efforts"] a:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_orange-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -12px;
    top:0;
}
.headlines_domain[href*="rss"] a:after,.headlines_domain[data-category*="efforts"] a:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_orange-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top:0;
}
/*ロボットマートの場合*/
.headlines_domain[href*="robotmart"] a{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_purple-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.headlines_domain[href*="robotmart"] a:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_purple-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -12px;
    top:0;
}
.headlines_domain[href*="robotmart"] a:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_purple-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top:0;
}
/*Qiita の場合*/
.headlines_domain[data-category*="qiita"] a{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.headlines_domain[data-category*="qiita"] a:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -12px;
    top:0;
}
.headlines_domain[data-category*="qiita"] a:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top:0;
}

/*詳しくみる*/
.inner .to_detail {
    text-align: right;
    font-size: 15px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}
/*記事画面*/
/*タイトル*/
#main_contents .archive_header .headline {
    color: #4078B1;
	padding: 0 2rem;
}
.archive_header .inner {
    max-width: 1200px;
}
#main_contents .side_headline {
    color: #4078B1;
}
.styled_post_list1_tabs {
    border: none;
}
.styled_post_list1_tabs li label {
    border: none;
}
.styled_post_list1_tabs li {
    border: none;
}
.styled_post_list1 {
    border: none;
}
/*pager*/
ul.page-numbers a, ul.page-numbers span {
    background: #74bae9;
}
ul.page-numbers span.current {
    background: #4078B1;
}
ul.page-numbers a:hover {
    background: #4078B1;
}
.page_navi2 p {
    border: none;
}

/*記事一覧*/
#post_list2 .article {
    border: none;
}
#post_list2 .article:first-child {
    border:none;
}
#post_list2 .article .excerpt {
    line-height: 2.8rem;
}

/*href版end*/
@media only screen and (max-width: 767px) {
    .headlines_item .headlines_data {
        display: none;
    }
    .headlines_item .headlines_domain {
        display: none;
    }

}
@media only screen and (max-width: 780px) {
    .headlines_item {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 350px;
        border-bottom: 1px solid #000;
        padding: 1rem 0;
		box-sizing: border-box;
        font-size: 1rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
		.clearfix:after {
			content: ".";
			display: block;
			clear: both;
			height: 0;
			font-size: 0.1em;
			line-height: 0;
			visibility: hidden;
			overflow: hidden;
	}
}

/*
 * __________________________________________________
 * ？？？？
 */

.cb_content-blog_list #post_list, #post_list.content_List_fixed {
    max-width: 1200px;
    margin: 37px auto 0 auto;
}
#post_list.content_List_fixed .article .image img {
    max-width: 100%;
}
.cb_content-category_list {
    padding-top: 1em;
    border-top: 1px solid #555;
}

.cb_content-carousel .carousel {
    margin: inherit;
}
#cb_5.cb_content-carousel .inner .carousel .slick-list .slick-track .slick-slide a:hover,#cb_5.cb_content-carousel .inner .carousel .slick-list .slick-track .slick-slide a:hover .image .title {
    color: #fff;
}
.cb_content-carousel .excerpt {
    display: none;
}
.cb_content-carousel .slick-arrow {
    color: #080808;
}
@media only screen and (max-width: 767px) {
    body #header_slider .caption .button {
        font-size: 12px;
        padding: 0 2em;
        height: 3em;
        line-height: 3em;
    }
    #header_slider .caption .button {
        border-radius: 0px !important;
    }
	#post_list .article .meta {
    margin-left: 5px;
    display: none;
	}
}
.youtube {
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 70%;
}

@media only screen and (max-width: 767px) {
    body .cb_content .cb_headline {
        text-align: center;
    }
}
.widget-area .cb_headline {
    font-size: 42px;
    color: #777777;
}
@media screen and (max-width: 991px) {
    .widget-area .cb_headline {
        font-size: 20px;
    }
}

/*
 * __________________________________________________
 * 共通カテゴリー・日付
 */

ul.meta li.date {
  display: none;
}

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

.home-default #main_col {
    margin-top: 0;
}
@media only screen and (max-width:767px){
    .home-default #main_col {
        margin-top: 0 !important;
		margin-bottom: 0;
		overflow:hidden;
    }
}
/*
 * __________________________________________________
 * トップページの上部ウィジェット
 */
/*
 * __________________________________________________
 * top コンテンツ（key visual）
 */

 /*PC*/
.home_keyvisual {
    width: 100%;
	/* height: 540px; */
    position: relative;
}
.home_keyvisual p{
	height:100%;
}
img.home_keyvisual-bgimage {
    height: 100%;
    object-fit: cover;
}
.home_keyvisual .home_keyvisual-movie {
    position: absolute;
    top:10vh;
    left: 2vw;
}
.home_keyvisual .home_keyvisual-movie a {
    display: block;
    text-align: center;
    color: #2e057e;
}
.home_keyvisual .home_keyvisual-movie button.btn_movie_click {
    max-width: 300px;
    width: 30vw;
    display: block;
    background: none;
    border: none;
    outline: none;
}
.home_keyvisual .home_keyvisual-movie button.btn_movie_click img {
    width: 100%;
    display: block;
}
.home_keyvisual-bottom {
    text-align: right;
    position: absolute;
    right: 0;
    width: 200px;
}
.home_keyvisual-bottom a {
    width: 100%;
    display: block;
    position: relative;
    right: 0;
}
.home_keyvisual-bottom a img {
    width: 100%;
    display: block;
}
.home_icon {
    display: block;
    width: 65%;
    margin: 0 auto;
}

.home_icon .home_icon-wrap {
  display: flex;
  height: 130px;
  justify-content: center;
}
.home_icon .home_icon-wrap a {
  padding: 0 30px;
}
.home_icon .home_icon-wrap a img {
    height: 130px;
	max-width: 100%;
}
.main-contents_area .external_site-wantedly iframe {
    width: 90%;
}

a.font_white {
    color: #fff;
}
a.font_white:hover {
    color: #215295;
}
.home_keyvisual_button:hover {
    background-color: #fff;
    border-color: #215295;
    color: #215295;
}
.arrow-hover {
    display: none;
}

.home_keyvisual_button:hover .arrow{
    display: none;
}
.home_keyvisual_button:hover .arrow-hover{
    display: block;
}

.home_keyvisual_button img{
    position:absolute;
    top: 50%;
    right: 10%;
}

/* .font_white:hover {
    background-color: #fff;
    border-color: #215295;
    color: #215295;
} */


/* これいけてる！ */
/* .home_keyvisual_button img:hover{
    background-color: red;
} */

/* .home_keyvisual_button img:hover +.home_keyvisual_button{
    color: #215295 !important
} */



/* 追加 */
/* .font_white .home_keyvisual_button{
    display: block;
    padding: 2.5rem 4rem;
    box-sizing: border-box;
} */

/*SP*/

@media only screen and (max-width: 1024px) {
    .mobile_device .home_keyvisual {
        height: 100%;
		/* width: 350px; */
    	margin: 0 auto;
    }


    .home_keyvisual-bgimage {
        position: relative;
        display: none;
		height:380px;
		object-position:12%;
    }
	
	.home_keyvisual-bgimage-sp {
        position: relative;
        display: block;
		height:380px;
		object-position:12%;
		width: 100%;
    	object-fit: cover;
    }
	
    .mobile_device .home_keyvisual .home_keyvisual-movie {
        position: absolute;
        top: 2vh;
        left: -4vw;
    }
    .mobile_device .home_keyvisual .home_keyvisual-movie a {
        display: block;
        text-align: center;
        color: #2e057e;
        width: 80%;
        line-height: 1.4rem;
    }
    .mobile_device .home_keyvisual .home_keyvisual-movie iframe {
		width: 47%;
		height: 4rem;
		margin: 1rem auto 2rem auto;
		padding: 1rem 0;
		text-align: center;
		line-height: 1rem;
    }
    .home_keyvisual-bottom {
        text-align: right;
        position: absolute;
        right: 0;
        width: 200px;
    }
  .home_icon {
    width: 350px;
  }
  .home_icon .home_icon-wrap {
    height: auto;
  }
  .home_icon .home_icon-wrap a {
    padding: 0px 5px;
  }
  .home_icon .home_icon-wrap a img {
    height: auto;
  }
}

@media only screen and (min-width: 1024px) {
	.home_keyvisual-bgimage-sp {
/*         position: relative; */
        display: none;
/* 		height:380px;
		object-position:12%;
		width: 100%;
    	object-fit: cover; */
    }
}

.home_keyvisual_buttonarea {
  position: absolute;
  bottom: 5%;
  right: 100px;
}

.home_keyvisual_button {
  position: relative;
  width: 410px;
  text-align:left;
  margin: 1rem 0;
  border-radius: 4rem;
  background-color: #215295;
  font-weight: 600;
  font-size: 20px;
  border: 5px solid #fff;
}

.home_keyvisual_button a {
    display: block;
    padding: 2.5rem 4rem;
    box-sizing: border-box;
}

/* .home_keyvisual_button::after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: '';
  width: 23%;
  height: 10px;
  background-image: url(/obg_staging/wp-content/themes/obg/res/img/05_icon/pc_arrow_right_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
} */

.home_keyvisual_button:hover:after{
    background-image: url(/obg_staging/wp-content/themes/obg/res/img/05_icon/pc_arrow_right_hover.png);
}
.home_keyvisual_button:hover:after .font_white{
	color:#215295;
}

/* トップページ上部、キービジュアル下のヘッダー部分 */
.top_header {
  width: 100%;
  background-image: url(/obg_staging/wp-content/themes/obg/res/img/07_key_visual/top-philosophy.jpg);
  background-size: cover;
}

.top_header_contents {
  height: 100%;
  padding-top: 8rem;
  padding-bottom:10rem;
  text-align: center;
}

.top_header_contents_title {
  position: relative;
  background: linear-gradient(transparent 69%, #ff007d 10px);
  width: 300px;
}

.top_header_contents_text {
  max-width: 1200px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

.top_header_contents_button {
  width: 30rem;
  height: 7rem;
  margin: 0 auto;
  margin-top: 4rem;
  background-color: #215295;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}
.top_header_contents_button a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
}
@media only screen and (max-width: 1024px){
  .home_keyvisual_buttonarea {
	/* position: relative; */
    /* right: 0; */
    /* width: 100%; */
    /* display: flex; */

    position:absolute;
    right: 0;
    left: 0;
    width: 95%;
    display: grid;
    margin:0 auto;
    grid-template-columns: 1fr 1fr;
  }
  /* .home_keyvisual_button {
    width: 47%;
    height: 4.6rem;
    margin: 1rem auto 2rem auto;
    text-align: center;
    line-height: 0.6rem;
	font-size: 12px;
  } */
  .home_keyvisual_button:nth-child(1) {
    width: 95%;
    height: 3.6rem;
    /* margin: 1rem auto 2rem auto; */
    text-align: center;
    line-height: 0.6rem;
	font-size: 12px;
    margin-bottom: 7px;
    grid-row:1/2;
    grid-column: 1/3;
    justify-self: center;
  }
  .home_keyvisual_button:nth-child(2) {
    width: 90%;
    height: 4.6rem;
    text-align: center;
    line-height: 0.6rem;
	font-size: 12px;
    margin-bottom: 7px;
    grid-row:2/3;
    grid-column: 1/2;
    justify-self: center;
  }
  .home_keyvisual_button:nth-child(2) img {
      width: 30px;
      position:absolute;
      bottom:0;
      right: 0;
      left: 0;
      margin: auto;
  }
  .home_keyvisual_button:nth-child(3) {
    width: 90%;
    height: 4.6rem;
    text-align: center;
    line-height: 0.6rem;
	font-size: 12px;
    margin-bottom: 7px;
    grid-row:2/3;
    grid-column: 2/3;
    justify-self: center;
  }
  .home_keyvisual_button:nth-child(3) img {
    width: 30px;
    position:absolute;
    bottom:0;
    right: 0;
    left: 0;
    margin: auto;
}

  .home_keyvisual_button a{
	padding:1.5rem 0;
    height: 100%;
  }
  .home_keyvisual_button img {
      right: 15%;
      width: 30px;
  }
  .top_header_contents_title {
    width: 65%;
  }
  .home_keyvisual_button::after {
    width: 23%;
	display: block;
    position: absolute;
    top: unset;
    bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
 	-ms-transform: translateX(-50%);
	
  }
	.top_header_contents {
	  padding-top:5rem;
	  padding-bottom:5rem;
	}
	.top_header_contents_text{
	  width: 350px;
	}
	a.blog_button {
    line-height: 20px;
    transform: translateY(25%);
}
}

@media only screen and (max-width: 767px){
  .top_header_contents_button {
    width: 65%;
  }
  .top_header_contents_title {
    width: 75%;
  }
  .top_header_contents_text {
    width: 85%;
  }
/*   a.blog_button {
    line-height: 20px;
    transform: translateY(25%);
} */
	
}

/*メインコンテンツ*/
.main_contents_upper_widget ul:after {
    content:"";
    display: block;
    clear: both;
}

.main_contents_upper_widget div.main-contents_area {
    text-align: center;
}
div.main-contents_area .main-contents_title {
	position:relative;
    font-size: 2rem;
    text-align: center;
	font-weight:bold;
}
.title_underline::after {
  display: inline-block;
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 5rem;
  height: 7px;
  background-color: #ff007d;
}
span.br {
    margin-left: 1rem;
}
.top_header_contents_text span.br {
margin-left: 0;
}
div.main-contents_area img.contents_header_icon {
    display: inline;
    width: 41px;
    height: 30px;
    margin-left: 2rem;
}
div.main-contents_area img.alignnone {
    display: block;
    width: 100%;
    max-width: 90%;
    height: 6px;
    margin: 0 auto 2rem;
}
.main_contents_upper_widget div.main-contents_area div.main-contents_text p {
    font-size: 2rem;
    line-height: 4rem;
}

.main_contents_upper_widget.widget-2 {
    display: block;
    width: 70%;
    margin: 4rem auto ;

}
.main_contents_upper_widget.widget-2 .menu-item.menu-item-type-custom.menu-item-object-custom {
    display: block;
    width: 50%;
    margin: 0 auto;
    float: left;
}
.main_contents_upper_widget.widget-2 .menu a.menu-image-not-hovered {
    display: block;
    width: 70%;
    margin: 0 auto;

}
.main_contents_upper_widget.widget-2 .menu a.menu-image-not-hovered img {
    display: block;
    width: 100%;
    background: transparent;
    padding: 0;
}
/*SNSリンク*/
.social_link{
    width: 40%;
    margin: 0 auto;
    margin-top: 5rem;
}

.wp-image-10053 {
	display: none;
}

@media only screen and (max-width: 767px){
  .social_link {
    width: 350px;
	margin-top: 2rem;

  }
}
.social_link_area{
    height:50px;
    margin: 0 auto;
    display: flex;
	justify-content: center;
}

.social_link_area .social_link_img img{
/*     display: block; */
    height: 50px;
    max-width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .main_contents_upper_widget div.main-contents_area div.main-contents_text p {
        font-size:1.7rem;
        line-height:3.4rem;
    }
    div.main-contents_area .main-contents_title {
        font-size: 2rem;
        margin-bottom: 1rem;
        text-align: center;
    }
}
/**タイトル枠*/
@media(max-width: 1024px){
    div.main-contents_area .main-contents_title {
        width: 90%;
        background-size: 100%;
        position: relative;
        padding: 1rem 0;
        margin: 0 auto 2rem;
    }
}

@media only screen and (max-width: 767px){
    .cb_content {
        margin: 0;
    }
    #post_list.content_List_fixed .cb_content-blog_list #post_list{
        margin: 0 auto;
        width: 350px;
    }
    #post_list.content_List_fixed {
    max-width: 100%;
    width: 70%;
    }
    .cb_content-carousel {
        padding: 0 0 5rem;
    }
    div.main-contents_area .main-contents_title {
        width: 90%;
        background-size: 100%;
        position: relative;
        padding: 1rem 0;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 630px){
    .cb_content {
        margin: 0;
    }
    #post_list.content_List_fixed .cb_content-blog_list #post_list{
        margin: 10px 0 0 0;
    }
    .cb_content-carousel {
        padding: 0 0 5rem;
    }
    div.main-contents_area .main-contents_title {
        width: 90%;
        background-size: 100%;
        position: relative;
        padding: 1rem 0;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 510px){
    .cb_content {
        margin: 0;
    }
    #post_list.content_List_fixed .cb_content-blog_list #post_list{
        margin: 10px 0 0 0;
    }
    .cb_content-carousel {
        padding: 0 0 5rem;
    }
    div.main-contents_area .main-contents_title {
        width: 90%;
        background-size: 100%;
        position: relative;
        padding: 1rem 0;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 420px){
    .cb_content {
        margin: 0;
    }
    #post_list.content_List_fixed .cb_content-blog_list #post_list{
        margin: 10px 0 0 0;
    }

    div.main-contents_area .main-contents_title {
        width: 90%;
        background-size: 100%;
        position: relative;
        padding: 1rem 0;
        margin: 0 auto;
    }
}
/*タイトル枠end*/
/**スマホ版タイトル枠*/
@media(max-width: 1024px){
    .mobile_device div.main-contents_area .main-contents_title {
        width: 90%;
        background-size: 100%;
        position: relative;
        padding: 1rem 0;
        margin: 0 auto 2rem;
    }
}

@media only screen and (max-width: 767px){
    .mobile_device .cb_content {
        margin: 0;
    }
    .mobile_device #post_list.content_List_fixed .mobile_device .cb_content-blog_list #post_list{
        margin: 0 auto;
		margin-top: 40px
    }
    .mobile_device .cb_content-carousel {
        padding: 0 0 5rem;
    }
    .mobile_device #cb_2 {
        margin-top: 4rem;
    }
    .mobile_device div.main-contents_area .main-contents_title {
        width: 90%;
        background-size: 100%;
        position: relative;
        padding: 1.5rem 01rem;
        margin: 0 auto 1rem;
    }
}
@media only screen and (max-width: 630px){
    .mobile_device .cb_content {
        margin: 0;
    }
    .mobile_device #post_list.content_List_fixed .mobile_device .cb_content-blog_list #post_list{
        margin: 0 auto;
		margin-top: 40px;
    }
    .mobile_device .cb_content-carousel {
        padding: 0 0 5rem;
    }
    .mobile_device #cb_2 {
        margin-top: 4rem;
    }
    .mobile_device div.main-contents_area .main-contents_title {
        width: 90%;
        background-size: 100%;
        position: relative;
        padding: 1.5rem 01rem;
        margin: 0 auto 1rem;
    }
}
@media only screen and (max-width: 510px){
	.headlines .slideticker {
 	    height: 21.4rem;
    	margin-bottom: 2rem;
	}
	.inner .to_detail{
		margin-bottom:5rem;
		margin-right: 2rem;
	}
    .mobile_device .cb_content {
        margin: 0;
    }
    .mobile_device #post_list.content_List_fixed .mobile_device .cb_content-blog_list #post_list{
        margin: 0 auto;
        margin-top: 40px;
    }
    .mobile_device .cb_content-carousel {
        padding: 0 0 5rem;
    }
    .mobile_device #cb_2 {
        margin-top: 4rem;
    }
    .mobile_device div.main-contents_area .main-contents_title {
        width: 90%;
        background-size: 100%;
        position: relative;
        padding: 1.5rem 01rem;
        margin: 0 auto 1rem;
    }
}
@media only screen and (max-width: 420px){
    .mobile_device .cb_content {
        margin: 0;
    }
    .mobile_device .cb_content-carousel {
        padding: 0 0 5rem;
    }
    .mobile_device #post_list.content_List_fixed .mobile_device .cb_content-blog_list #post_list{
        margin: 40px auto 0 auto;
    	width: 350px;
    }
    .mobile_device #cb_2 {
        margin-top: 5rem;
    }
    .mobile_device div.main-contents_area .main-contents_title {
        width: 90%;
        background-size: 100%;
        position: relative;
        padding: 1.5rem 01rem;
        margin: 0 auto 1rem;
    }
	span.br {
		margin-left:0;
	    display: block;
	}
}
@media only screen and (max-width: 310px){
    .mobile_device .cb_content {
        margin: 0;
    }
    .mobile_device #post_list.content_List_fixed .mobile_device .cb_content-blog_list #post_list{
        margin: 10px 0 0 0;
    }
    .mobile_device #cb_2 {
        margin-top: 4rem;
    }
    .mobile_device div.main-contents_area .main-contents_title {
        width: 90%;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-middle.png) repeat-y;
        background-size: 100%;
        position: relative;
        padding: 1.5rem 01rem;
        margin: 0 auto 1rem;
    }
    .mobile_device div.main-contents_area .main-contents_title:before {
        content:'';
        display: block;
        width: 100%;
        height: 2vh;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-top.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: -2px;
        left: 0;
    }
    .mobile_device div.main-contents_area .main-contents_title:after {
        content:'';
        width: 100%;
        height: 10px;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-bottom.png) no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: -8px;
        left: 0;
		transform: rotateX(45deg);
		-webkit-transform: translateX(45deg);
        -ms-transform: translateX(45deg);
    }
}
/*タイトル枠end*/
@media(max-width: 1024px){
    div.main-contents_area img.alignnone {
        display: none;
        width: 100%;
        max-width: 90%;
        height: 6px;
        margin: 0 auto 2rem;
    }
    .main_contents {
        font-size:1.4rem;
        line-height:3.3rem;
    }
    .main_contents_upper_widget.widget-2 {
        display: block;
        width: 70%;
        min-width: 264px;
        margin: 4rem auto ;

    }
    .main_contents_upper_widget.widget-2 .menu-item.menu-item-type-custom.menu-item-object-custom {
        display: block;
        width: 80%;
        min-width: 264px;
        margin: 0 auto ;
        float: none;
    }
    .main_contents_upper_widget.widget-2 .menu .menu-item-type-custom a.menu-image-not-hovered {
        display: block;
        width: 50%;
        min-width: 264px;
        margin: 0 auto 4rem;

    }
    .main_contents_upper_widget.widget-2 .menu .menu-item-type-custom a.menu-image-not-hovered img.menu-image-title-after {
        display: block;
        width: 100%;
        background: transparent;
        padding: 0;

    }
    div.main-contents_area img.contents_header_icon {
        display: none;
        width: 0;
        height: 0;
        margin-left: 0;
    }
}
/* トップページ 　採用情報部分*/
.main-contents_recruiting {
  background-color: #f2f2f2;
  padding: 10rem 0;
  box-sizing: content-box;
}

.main-contents_recruiting_contents {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 57px auto 30px auto;
  background-color: #fff;
  padding: 5rem;
  border-radius: 30px;
}

.main-contents_recruiting_contents_movie iframe {
    width: 554px;
    height: 312px;
}

.main-contents_recruiting_contents_text {
    width: 45%;
}

.main-contents_recruiting_contents_text .recruitingcontents_text_title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 2rem 0;
  padding: 0 !important;
}

.main-contents_recruiting_contents_text p {
  font-size: 15px;
  line-height: 40px;
}

@media only screen and (max-width: 1024px){
	.main-contents_recruiting{
		padding:5rem 0;
	}
  .main-contents_recruiting_contents {
	width: 350px;
    flex-direction: column;
    padding: 0px 4.5rem 2rem 4.5rem;
    margin: 43px auto 2rem auto;
  }
  .main-contents_recruiting_contents_movie {
    width: 26rem;
	margin-top: 2rem;
  }
  .main-contents_recruiting_contents_movie iframe {
    width: 554px;
    height: 230px;
  }
  
  .main-contents_recruiting_contents_text {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding-top: 1rem;
	width: 100%;
  }
  .main-contents_recruiting_contents_text p{
	line-height: 1.7 !important;
    margin-bottom: 0px !important;
  }
  
  .top_header_contents_button {
    width: 260px;
    margin: 0 auto;
    margin-top: 2rem;
  }
}


/* トップページ　アクセス部分 */
.main-contents_maparea {
  width: 100%;
  background-image: url(/obg_staging/wp-content/themes/obg/res/img/07_key_visual/top-access.jpg);
}

.main-contents_backgroud_opacity {
  display: flex;
  height: 100%;
}

.main-contents_maparea_contents {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  margin: 5rem auto;
  padding: 5rem 0;
}

.main-contents_maparea_contents .map_contents {
  display: flex;
  justify-content: center;
  margin-top: 57px;
}
.google_maps {
height: 336px;
}

.main-contents_maparea_contents .google_maps iframe {
  width: 476px;
  height: 336px;
}

.main-contents_maparea_contents .company_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 5rem;
  font-size: 1.5rem;
}

.main-contents_maparea_contents .company_content .company_title {
  font-weight: bold;
  padding-bottom: 3rem;
}
  .company_data p {
    margin: 0 !important;
    line-height: 21px !important;
  }
  .route {
    padding-top: 2rem;
  }

@media only screen and (max-width: 1024px){
  .main-contents_maparea_contents {
    width: 350px;
  }
  .main-contents_maparea_contents .map_contents {
    flex-direction: column;
    margin-top: 4rem;
  }
  
  .main-contents_maparea_contents .company_content{
    height: auto;
	margin: 0 auto;
	width: 260px;
  }
  
  .main-contents_maparea_contents .main-contents_map {
    width: 80%;
    margin-bottom: 2rem;
  }
  .main-contents_maparea_contents .company_content .company_title {
    padding-bottom: 1rem;
	display:none;
  }
  .company_data p {
    margin: 0 !important;
    line-height: 21px !important;
  }
  .route {
    padding-top: 2rem;
  }
}

/* .main-contents_map {
    width: 90%;
    display: table;
    table-layout: fixed;
    margin:4rem auto;
}
.main-contents_map .google_maps {
    display: table-cell;
}
.main-contents_map .google_maps iframe {
    width: 100%;
    height: 400px;
}
.main-contents_map .company_content {
    display: table-cell;
    vertical-align: top;
    padding-left: 2rem;
}
.main-contents_map .company_content .company_title {
    display: block;
    vertical-align: top;
    margin-bottom: 10vh;
}
.main-contents_map .company_content .company_data {
    display: block;
    vertical-align: bottom;

} */
/*
 * __________________________________________________
 * トップページの最下部ウィジェット
 */

.main_contents_under_widget {
    text-align: center;
}
.main_contents_under_widget:first-child {
    padding-top: 1em;
    border-top: 0px solid #555;
}
.main_contents_under_widget ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: 120px;
    grid-gap: 1.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main_contents_under_widget ul .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.5em;
    background: #f7f7f7;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    border-radius: 100px; 
}
.main_contents_under_widget ul .menu-item a img {
    width: 110px;
    height: 110px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.main_contents_under_widget ul .menu-item a span {
    white-space: initial;
}
.main_contents_under_widget ul .menu-item a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
    .main_contents_under_widget ul {
        grid-template-columns: 1fr;
    }
    .main_contents_under_widget ul a img {
        width: 120px;
        height: 120px;
    }
}
@media (-ms-high-contrast: none) {
    .main_contents_under_widget ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .main_contents_under_widget ul li {
        width: 100%;
        max-width: 350px;
        margin: 0.75em;
    }
}
/*
 * __________________________________________________
 * コンテンツビルダー
 */

.cb_content {
    margin: 0;
}
.cb_content .cb_desc {
    margin: -8px 0 5rem 0;
    line-height: 1.5em;
    color: #fff;
}
/**研究開発**/
#cb_0.cb_content-blog_list{
    width: 90%;
    margin: 0 auto;
    position: relative;
    background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_emerydatanews-middle.png) no-repeat;
    background-size: 100% 102%;

}
#cb_0.cb_content-blog_list:before {
    content:"";
    display: block;
    width: 100%;
    height: 184px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_emerydatanews-title.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -16px;
}
#cb_0.cb_content-blog_list:after {
    content:"";
    display: block;
    width: 100%;
    height: 4vw;
    background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_emerydatanews-bottom.png) no-repeat;
    background-size: 100%;
    position: relative;
    bottom: -3vw;
}
.inner {
    width: 100%;
    max-width: 100%;
    position: relative;
}
#cb_0.cb_content-blog_list .inner {
    padding-top: 4vh;
    padding-bottom: 4vh;
}
#cb_0.cb_content-blog_list .inner #post_list{
    margin-top: 10rem;
}
#cb_0.cb_content-blog_list .inner .cb_headline{
    position: relative;
    color: #fff;
}
#cb_0 .cb_other-contents {
	display:none;
}
#cb_0 .cb_other-contents .cb_other-table {
    display: table;
    width: 230px;
    height: 60px;
    margin: 0 auto;
    position: relative;
}
#cb_0 .cb_other-contents .cb_other-table .cb_other-link:before {
    content: '';
    background: url(/obg_staging/wp-content/themes/obg/res/img/02_linkbottun/emerydata_related_smartphone-left2.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 32px;
    height: 60px;
    position: absolute;
    left: -30px;
    top: 0;
}
#cb_0 .cb_other-contents .cb_other-table .cb_other-link:after {
    content: '';
    background: url(/obg_staging/wp-content/themes/obg/res/img/02_linkbottun/emerydata_related_smartphone-right2.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 32px;
    height: 60px;
    position: absolute;
    right: -30px;
    top: 0;
}
#cb_0 .cb_other-contents .cb_other-table .cb_other-link {
    display: table-cell;
    width: 230px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/02_linkbottun/emerydata_related_smartphone-middle.png) no-repeat;
    background-size: 100% 102%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.icon_arrow_long {
    margin:0 0 0 2rem;
    vertical-align: middle;
}

#cb_2 {
    margin-top: 10rem;
}

/*tag*/

ul.meta li.cat a, ul.meta li.cat span {
    display: inline-block;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    border-radius: 0 !important;
    margin: 0 2rem 4px 0 !important;
	font-size: 1.5rem;
	color:#000;
}
.top_cat-category{
	width:126px;
}
span.cat-category.top_cat-category {
    background-color: #55c500 !important;
    color: #fff !important;
    font-weight: 600;
}

/*data-href版*/
/*TOP10*/
.cat-category[data-href*="category/news/top_media/top10"]{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_yellow-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.cat-category[data-href*="category/news/top_media/top10"]:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_yellow-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -16px;
}
.cat-category[data-href*="category/news/top_media/top10"]:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_yellow-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
}
/*関連事業*/
.cat-category[data-href*="category/related_business"]{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_lightblue-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.cat-category[data-href*="category/related_business"]:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_lightblue-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -16px;
}
.cat-category[data-href*="category/related_business"]:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_lightblue-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
}
/*取り組み(（news)*/
.cat-category[data-href*="category/product"]{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_pink-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.cat-category[data-href*="category/product"]:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_pink-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -16px;
}
.cat-category[data-href*="category/product"]:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_pink-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
}

/*プロダクト*/
.cat-category[data-href*="category/news/efforts"]{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_orange-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.cat-category[data-href*="category/news/efforts"]:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_orange-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -16px;
}
.cat-category[data-href*="category/news/efforts"]:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_orange-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
}

/*ビックデータメディアの場合*/
.cat-category[data-href*="category/news/top_media/rpa_media"]{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_blue-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.cat-category[data-href*="category/news/top_media/rpa_media"]:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_blue-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -16px;
}
.cat-category[data-href*="category/news/top_media/rpa_media"]:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_blue-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
}

/*研修の場合*/
.cat-category[data-href*="category/training/"]{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.cat-category[data-href*="category/training/"]:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -16px;
}
.cat-category[data-href*="category/training/"]:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
}

/*ロボットマートの場合*/
.cat-category[data-href*="/challet-robotmart/"]{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_purple-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.cat-category[data-href*="/challet-robotmart/"]:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_purple-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -16px;
}
.cat-category[data-href*="/challet-robotmart/"]:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_purple-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
}
/*data-href版end*/
/*href版*/
/*TOP10*/
.cat-category[href*="category/news/top_media/top10"]{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_yellow-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.cat-category[href*="category/news/top_media/top10"]:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_yellow-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -16px;
}
.cat-category[href*="category/news/top_media/top10"]:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_yellow-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
}
/*関連事業*/
.cat-category[href*="category/related_business"]{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_lightblue-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.cat-category[href*="category/related_business"]:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_lightblue-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -16px;
}
.cat-category[href*="category/related_business"]:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_lightblue-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
}
/*取り組み(（news)*/
.cat-category[href*="category/product"]{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_pink-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.cat-category[href*="category/product"]:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_pink-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -16px;
}
.cat-category[href*="category/product"]:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_pink-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
}

/*プロダクト*/
.cat-category[href*="category/news/efforts"]{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_orange-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.cat-category[href*="category/news/efforts"]:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_orange-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -16px;
}
.cat-category[href*="category/news/efforts"]:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_orange-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
}

/*ビックデータメディアの場合*/
.cat-category[href*="category/news/top_media/rpa_media"]{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_blue-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.cat-category[href*="category/news/top_media/rpa_media"]:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_blue-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -16px;
}
.cat-category[href*="category/news/top_media/rpa_media"]:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_blue-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
}

/*研修の場合*/
.cat-category[href*="category/training/"]{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.cat-category[href*="category/training/"]:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -16px;
}
.cat-category[href*="category/training/"]:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_green-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
}

/*ロボットマートの場合*/
.cat-category[href*="/challet-robotmart/"]{
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_purple-02.png) repeat-x !important;
    background-size: 100%;
    position: relative;
}
.cat-category[href*="/challet-robotmart/"]:before{
    content:'';
    width: 20px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_purple-01.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    left: -16px;
}
.cat-category[href*="/challet-robotmart/"]:after{
    content:'';
    width: 4px;
    height: 28px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/04_tag/tag_purple-03.png) repeat-x !important;
    background-size: 100%;
    position: absolute;
    right: -2px;
}
/*href版end*/
/*タグ終了*/


/*最新情報（外部リンク）*/
.cb_external_site {
    width: 100%;
    background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-middle2.png) repeat-y;
    background-size: 100%;
    position: relative;
    padding-bottom: 2rem;
}
.cb_external_site:before {
    content:'';
    display: block;
    width: 100%;
    height: 2.5vh;
    background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-top2.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -10px;
}
.cb_external_site:after {
    content:'';
    width: 100%;
    height: 22px;
    background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-bottom2.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -0.5vw;
}
.cb_external_site .external_site-title {
    margin-bottom: 2rem;
    padding-top: 2rem;
}
.cb_external_site .external_site-title h4 {
    width: 325px;
    padding: 2rem 0;
    text-align: center;
    margin:0 auto;
    background:url(/obg_staging/wp-content/themes/obg/res/img/02_linkbottun/bottun_twitter.png) no-repeat;
    background-size:100%;
    color: #fff;
}

.cb_external_site .external_site-frame {
    width: 100%;
    padding: 0;
    display: table;
    table-layout: fixed;
}
.cb_external_site .external_site-frame .external_site_contents {
    display: table-cell;
    width: 100%;
    vertical-align: top;

}
.cb_external_site .external_site-frame .external_site_contents .fb-page,.cb_external_site .external_site-frame .external_site-wantedly .wantedly-company-feeds,.cb_external_site .external_site-frame .twitter-timeline {
    display: block;
    margin: 1rem auto;
    vertical-align: top;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 #cb_7 .external_site-wantedly iframe {
    margin: 0 auto;
    display: block;
 }
@media(min-width: 1250px){
    .cb_external_site {
        width: 100%;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-middle2.png) repeat-y;
        background-size: 100%;
        position: relative;
        padding-bottom: 2rem;
    }
    .cb_external_site:before {
        content:'';
        display: block;
        width: 100%;
        height: 2.5vh;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-top2.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: -10px;
    }
    .cb_external_site:after {
        content:'';
        width: 100%;
        height: 22px;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-bottom2.png) no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: -16px;
    }
}
@media(max-width: 1200px){
    .cb_external_site {
        width: 100%;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-middle2.png) repeat-y;
        background-size: 100%;
        position: relative;
        padding-bottom: 2rem;
    }
    .cb_external_site:before {
        content:'';
        display: block;
        width: 100%;
        height: 2.5vh;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-top2.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: -10px;
    }
    .cb_external_site:after {
        content:'';
        width: 100%;
        height: 22px;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-bottom2.png) no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: -1.5vw;
    }
}
/*コンテンツ下部のスマホ用*/
@media(max-width: 1024px){
    #main_col, .inner {
        padding: 0 !important;
    }
    #cb_0.cb_content-blog_list{
        width: 90%;
        margin: 0 auto;
        position: relative;
        background: none;
        background-size: 100% 102%;

    }
    #cb_0.cb_content-blog_list:before {
        content:"";
        display: none;
        width: 0;
        height: 0;
        background: none;
        background-size: 100%;
        position: absolute;
        top: 0;
    }
    #cb_0.cb_content-blog_list:after {
        content:"";
        display: none;
        width: 0;
        height: 0;
        background: none;
        background-size: 100%;
        position: relative;
        bottom: 0;
    }
    #cb_0.cb_content-blog_list .inner .cb_headline{
        width: 100%;
        margin: 0 auto;
        position: relative;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-middle.png) no-repeat;
        background-size: 100% 102%;
        padding: 1.5rem 0 0;
        font-size:1.8rem;
        font-weight: bold;

    }
    #cb_0.cb_content-blog_list .inner .cb_headline:before {
        content:"";
        display: block;
        width: 100%;
        height: 2vw;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-top.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: -5px;
    }
    #cb_0.cb_content-blog_list .inner .cb_headline:after {
        content:"";
        display: block;
        width: 100%;
        height: 10px;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-bottom.png) no-repeat;
        background-size: 100%;
        position: relative;
        bottom: -8px;
    }
    #cb_0.cb_content-blog_list .inner {
        padding-top: 4vh;
        padding-bottom: 4vh;
    }
    #cb_0 .cb_desc {
        font-size: 12px;
        color: #000;
        text-align: center;
        line-height: 9vh;
        margin: 0 0 0 0;
    }
    #cb_0.cb_content-blog_list .inner #post_list{
        margin-top: 0;
    }
    #cb_0.cb_content-blog_list .inner .cb_headline{
        position: relative;
        color: #000;
    }
    #cb_0 .cb_other-contents {

    }
    #cb_0 .cb_other-contents .cb_other-table {
        display: table;
        width: 230px;
        height: 48px;
        margin: 0 auto;
        position: relative;
    }
    #cb_0 .cb_other-contents .cb_other-table .cb_other-link:before {
        content: '';
        background: url(/obg_staging/wp-content/themes/obg/res/img/02_linkbottun/emerydata_related_smartphone-left2.png) no-repeat;
        background-size: 100% 100%;
        display: block;
        width: 28px;
        height: 48px;
        position: absolute;
        left: -25px;
        top: 0;
    }
    #cb_0 .cb_other-contents .cb_other-table .cb_other-link:after {
        content: '';
        background: url(/obg_staging/wp-content/themes/obg/res/img/02_linkbottun/emerydata_related_smartphone-right2.png) no-repeat;
        background-size: 100% 100%;
        display: block;
        width: 28px;
        height: 48px;
        position: absolute;
        right: -26px;
        top: 0;
    }
    #cb_0 .cb_other-contents .cb_other-table .cb_other-link {
        display: table-cell;
        width: 230px;
        background: url(/obg_staging/wp-content/themes/obg/res/img/02_linkbottun/emerydata_related_smartphone-middle.png) no-repeat;
        background-size: 100% 102%;
        vertical-align: middle;
        text-align: center;
        color: #fff;
    }
    /*tag*/
    ul.meta li.cat a, ul.meta li.cat span {
        display: inline-block;
        min-width: 50px !important;
        line-height: 28px !important;
        text-align: center;
        text-decoration: none;
        border-radius: 0;
        color: #000;
        margin: 0 1rem 4px 1rem !important;
        /*overflow: hidden;*/
        -o-text-overflow:ellipsis;
        text-overflow: ellipsis;
		font-size: 12px;
    }
    /*最新情報（外部リンク）*/
    .cb_external_site {
        width: 100%;
        background: none;
        background-size: 100%;
        position: relative;
        padding-bottom: 2rem;
    }
    .cb_external_site:before {
        content:'';
        display: none;
        width: 100%;
        height: 0;
        background: none;
        background-size: 100%;
        position: absolute;
        top: 0;
    }
    .cb_external_site:after {
        content:'';
        width: 100%;
        height: 0;
        display: none;
        background: none;
        background-size: 100%;
        position: absolute;
        bottom: 0;
    }
    .cb_external_site .external_site-title {
        margin-bottom: 2rem;
        padding-top: 2rem;
    }
    .cb_external_site .external_site-title h4 {
        width: 86vw;
        max-width: 325px;
        padding: 2.2rem 0 2.6rem;
        text-align: center;
        margin:0 auto;
        background:url(/obg_staging/wp-content/themes/obg/res/img/02_linkbottun/bottun_twitter.png) no-repeat;
        background-size:100%;
        color: #fff;
    }

    .cb_external_site .external_site-frame {
        width: 100%;
        padding: 0;
        display: block;
    }
    .cb_external_site .external_site-frame .external_site_contents {
        display: block;
        width: 250px;
        margin: 2rem auto;
    }
    .cb_external_site .external_site-frame .external_site_contents .fb-page,.cb_external_site .external_site-frame .wantedly-company-feeds,.cb_external_site .external_site-frame .twitter-timeline {
        display: block;
        margin: 0;
        width: 250px;
        vertical-align: top;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /*アクセス*/
    .main-contents_map {
        width: 90%;
        display: block;
        table-layout: fixed;
        margin:0 auto;
    }
    .main-contents_map .google_maps {
        display: block;
    }
	.google_maps {
		height: auto;
	}
    .main-contents_map .google_maps iframe {
        width: 100%;
        height: 300px;
    }
    .main-contents_map .company_content {
        display: table-cell;
        vertical-align: top;
        padding-left: 2rem;
    }
    .main-contents_map .company_content .company_title {
        display: block;
        vertical-align: top;
        margin-bottom: 2vh;
    }
    .main-contents_map .company_content .company_data {
        display: block;
        vertical-align: bottom;

    }
}
@media(max-width: 670px){
    #cb_0.cb_content-blog_list .inner {
        padding: 0px 4px;
    }
    #cb_0.cb_content-blog_list .inner .cb_headline{
        width: 100%;
        margin: 0 auto;
        position: relative;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-middle.png) no-repeat;
        background-size: 100% 102%;
        padding: 1.5rem 0 0;
        font-size:1.8rem;
        font-weight: bold;

    }
    #cb_0.cb_content-blog_list .inner .cb_headline:before {
        content:"";
        display: block;
        width: 100%;
        height: 2vw;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-top.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: -2px;
    }
    #cb_0.cb_content-blog_list .inner .cb_headline:after {
        content:"";
        display: block;
        width: 100%;
        height: 10px;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-bottom.png) no-repeat;
        background-size: 100%;
        position: relative;
        bottom: -8px;
    }
}
/*スマホ版*/
@media only screen and (max-width: 1329px){
	#main_col, .inner {
    	width: 100% !important;
	}
}

@media(max-width: 767px){
    .cb_content {
        margin: 0;
    }
    .mobile_device #cb_0.cb_content-blog_list .inner {
        padding: 0px 4px;
    }
    .mobile_device #cb_0.cb_content-blog_list .inner .cb_headline{
        width: 100%;
        margin: 0 auto;
        position: relative;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-middle.png) no-repeat;
        background-size: 100% 102%;
        padding: 1.5rem 0 0;
        font-size:1.8rem;
        font-weight: bold;

    }
    .mobile_device #cb_0.cb_content-blog_list .inner .cb_headline:before {
        content:"";
        display: block;
        width: 100%;
        height: 2vw;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-top.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: -2px;
    }
    .mobile_device #cb_0.cb_content-blog_list .inner .cb_headline:after {
        content:"";
        display: block;
        width: 100%;
        height: 10px;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-bottom.png) no-repeat;
        background-size: 100%;
        position: relative;
        bottom: -8px;
    }
}
@media(max-width: 670px){
    .cb_content {
        margin: 0;
    }
    .mobile_device #cb_0.cb_content-blog_list .inner {
        padding: 0px 4px;
    }
    .mobile_device #cb_0.cb_content-blog_list .inner .cb_headline{
        width: 100%;
        margin: 0 auto;
        position: relative;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-middle.png) no-repeat;
        background-size: 100% 102%;
        padding: 1.5rem 0 0;
        font-size:1.8rem;
        font-weight: bold;

    }
    .mobile_device #cb_0.cb_content-blog_list .inner .cb_headline:before {
        content:"";
        display: block;
        width: 100%;
        height: 2vw;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-top.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: -2px;
    }
    .mobile_device #cb_0.cb_content-blog_list .inner .cb_headline:after {
        content:"";
        display: block;
        width: 100%;
        height: 10px;
        background: url(/obg_staging/wp-content/themes/obg/res/img/01_gradation/box_smartphone_title-bottom.png) no-repeat;
        background-size: 100%;
        position: relative;
        bottom: -8px;
    }
}

@media(max-width: 368px){
    .cb_external_site .external_site-title h4 {
        width: 86vw;
        max-width: 325px;
        padding: 2.0rem 0 2.1rem;
        text-align: center;
        margin:0 auto;
        background:url(/obg_staging/wp-content/themes/obg/res/img/02_linkbottun/bottun_twitter.png) no-repeat;
        background-size:100%;
        color: #fff;
    }
}
@media(max-width: 340px){
    .cb_external_site .external_site-title h4 {
        width: 86vw;
        max-width: 325px;
        padding: 1.5rem 0;
        text-align: center;
        margin:0 auto;
        background:url(/obg_staging/wp-content/themes/obg/res/img/02_linkbottun/bottun_twitter.png) no-repeat;
        background-size:100%;
        color: #fff;
    }
}
/*
 * __________________________________________________
 * ページ
 */

body.page #breadcrumb {
    display: none;
}

#header_image {
    width: 90%;
    margin: 50px auto 0;
}

@media only screen and (max-width: 767px) {
    body #header_image {
        width: 100%;
    }
    body #header_image:before {
        content: initial;
    }
    body #header_image img {
        width: initial;
        min-width: initial;
        height: initial;
        position: initial;
        top: initial;
        bottom: initial;
        left: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }
}
/* ie用 */
@media (-ms-high-contrast: none) and (max-width: 767px) {
    body #header_image:before {
        content: none;
    }
    body #header_image img {
        width: auto;
        min-width: auto;
        height: auto;
        position: static;
        top: auto;
        bottom: auto;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}



/*
 * __________________________________________________
 * 記事
 */

/* ページ内リンクでヘッダーに隠れる対策 */
.post_content [id] {
    margin-top: -5em;
    padding-top: 5em;
}

@media only screen and (max-width: 1024px) {
    .post_content [id] {
        margin-top: 1em;
        padding-top: 1em;
    }
}

#post_list .article {
    margin: 0 2.222% 15px 0;
}
#post_list .article .title {
    font-size: 1.5rem;
    line-height: 1.3em;
    height: 2.5em;
	margin-top: 6px;
    /* display: none; */
}

#post_list2 .article .image img,
#post_list .article .image img {
    bottom: 0;
    margin: auto 0;
}

@media only screen and (max-width: 767px) {
    /* 一覧 2列 */
    #post_list .article .title {
        margin: 6px 0 0 0!important;
        font-size: 12px;
        line-height: 1.3em;
        height: 4.5em;
        display: none
    }
    ul.meta li.date {
        margin: 0 0 0 0;
    }

    .post_content p {
        word-break: break-word;
    }
}
#previous_next_post_image .title {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#related_post .si_index {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 2em;
    grid-gap: 1em;
}
#related_post .si_index .si_index-item {
    border: 0;
    /*border-left: 3px solid #222 !important;
    border-bottom: 1px solid #222 !important;*/
    /*padding: 0 1em;*/
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
}
#related_post .si_index .si_index-item a {
    display: inline-block;
    line-height: 2em;
    width: 100%;
    padding: initial;
    font-weight: bold;
    white-space: nowrap;
    color: #000;
}
#related_post .headline {
    margin: 0 0 14px 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.2em;
    color: #000 !important;
}

.post_content img[class*='align'],
.post_content img[class*='wp-image-'],
.post_content img[class*='attachment-'],
.post_content img.size-full,
.post_content img.size-large,
.post_content .wp-post-image,
.post_content img {
    max-width: 70%;
}

/* ie用 */
@media (-ms-high-contrast: none) {
    #related_post .si_index {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #related_post .si_index .si_index-item {
        width: 100%;
        max-width: 250px;
        margin: 1em;
    }
    #related_post .si_index .si_index-item a {
        padding: 0;
    }
}
.wpcf7 p {
    font-size: inherit;
}

/*
 * __________________________________________________
 * サイトマップ
 */

#sitemap {
    display: -ms-grid;
    display: grid;
    grid-gap: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto;
}
#sitemap a:hover {
    color: #888;
}
#sitemap .sitemap_widget {
    font-size: inherit;
    width: 100%;
}
#sitemap .sitemap_widget.footer_banner li {
    margin: 0.5em;
}
#sitemap .sitemap_widget .footer_title > a {
    font-family: 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3',
        'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 500;
    margin: 0 0 14px 0;
    font-size: 24px;
    line-height: 1.4em;
}
#sitemap .sitemap_widget .rich_font {
    font-size: 24px;
    line-height: 1.4em;
}
#sitemap .sitemap_widget.tcdw_banner_list_widget {
    margin: 0 auto;
    width: auto;
}
#sitemap .sitemap_widget:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}
#sitemap .sitemap_widget:nth-child(2) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
#sitemap .sitemap_widget:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
#sitemap .sitemap_widget:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
#sitemap .sitemap_widget:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
}
#sitemap .sitemap_widget:nth-child(6) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
}
#sitemap .sitemap_widget:nth-child(7) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    text-align: center;
}

/*
 * __________________________________________________
 * フッター
 */
#footer_contents {
    background: linear-gradient(to right, #ff007d 1%, #141e64 5%, #141e64 5%, #141e64 5%, #55aae1 84%);
    padding:2em 0;
}
#footer_contents .inner {
/*     padding: 1em; */
    max-width: 90vw;
    /*width: 100%;*/
/*  background: linear-gradient(to right, #c2007a 1%, #580e6b 3%, #291564 6%, #2a1866 10%, #21a9e2 80%); */
    margin:0 auto;
}
#footer_widget {
    border-bottom: none;
}
.footer_widget {
    margin: 0 0 10px 0;
}
.footer_headline {
    margin: 0 0 0 0;
}
#footer_contents .inner #footer_widget {
/*     display: -ms-grid;
    display: grid;
    grid-gap: initial;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    padding: 50px 1em 0 1em; */
    padding:0;
    padding-bottom:2em;
}
#footer_contents .inner #footer_widget ul {
    display:flex;
    white-space: nowrap;
}

#footer_contents .inner #footer_widget ul > li {
    line-height: 1;
}
#footer_widget .widget_nav_menu .menu {
    list-style: none;
    font-size: 24px;
}

#footer_widget .widget_nav_menu .menu .menu-item-object-page {
    padding: 0.5rem 1rem;
    border-right: 1px solid #fff;
}
#footer_widget .widget_nav_menu .menu .menu-item-object-page:last-child {
    border-right: none;
}

#footer_info {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-end;
    padding:0;
}

#footer_contents #footer_info #footer_social_link {
position: initial;
width: auto;
/*     padding: 0 1em; */
    text-align: initial;
    left: 0;
    top: 0;
    transform: none;
            display: flex;
    flex-direction: row-reverse;
            justify-content: center;
            align-items: center;
}

#footer_contents #footer_info #footer_social_link li{
                display: flex;
                justify-content: center;
                align-items: center;
                width: 2em;
                height: 2em;
    background: #fff;
                border-radius: 50%;
                margin: 0 0.5em;
                font-size: 3rem;
}

#footer_contents #footer_info #footer_social_link li::before{
                    top: 0;
                    bottom: 0;
                    right: 0;
                    left: 0;
                    margin: auto;
    
    width: 1em;
    height: 1em;
                    color: #79c6ff;
                    font-size: 3rem;
                    line-height: 1em;   
}


#footer_contents #footer_info #footer_social_link li a{
                    width: 2em;
                    height: 2em;
}

#footer_contents #footer_info #copyright {
    flex-grow: 1;
position: initial;
width: auto;
    text-align: initial;
    left: 0;
    top: 0;
    transform: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: flex-end;
/*      padding: 0 1em; */
   font-size: 20px;
    line-height: 1.6em;
    height:3em;
}

#footer_contents #footer_info #copyright > .widget-area{
    height:100%;
}

#footer_contents #footer_info #copyright > div:last-child{
    white-space: nowrap;
}
#footer_contents #footer_info #copyright li {
/*     padding: 0 1em; */
    height: 2em;
    max-width: 350px;
/*     width: 130px; */
}
#footer_contents #footer_info #copyright a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    height:100%;
}

#footer_contents #footer_info #copyright .menu-image-title{
    display:block;
    height:100%;
}

/*.footer_widget_type1 .footer_widget_left {
    width: 100%;
}*/
.footer_widget_type1 .textwidget {
    width: 60vw;
}

.footer_widget_type1 .footer_widget_left .widget_nav_menu .menu .menu-item-object-page {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-right: 1px solid #fff;
}
.footer_widget_type1 .footer_widget_left .widget_nav_menu .menu .menu-item-object-page:last-child {
    border-right: none;
}
.footer_widget_type1 .footer_widget_left .footer_widget_bottom {
    width: 50vw;
    display: table;
    table-layout: fixed;
    margin-top: 2rem;
}
.footer_widget_type1 .footer_widget_left .footer_widget_bottom .footer_widget_image {
    display: table-cell;
    width: 22vw;
    vertical-align: middle;
}
.footer_widget_type1 .footer_widget_left .footer_widget_bottom .footer_widget_image img {
    width: 100%;
    display: block;
}
.footer_widget_type1 .footer_widget_left .footer_widget_bottom .textwidget {
    display: table-cell;
}
#footer_contents .inner #footer_widget a:hover {
    color: #888;
}
#footer_contents .inner #footer_widget .footer_widget {
    font-size: inherit;
    width: 100%;
}
#footer_contents .inner #footer_widget .footer_widget.footer_banner li {
    padding: 0 1.5em;
}

#footer_contents .inner #footer_widget .footer_widget.footer_banner li:first-child {
    padding-left:0;
}
#footer_contents .inner #footer_widget .footer_widget.footer_address .textwidget {
    margin-left: 1.5em;
}
#footer_contents .inner #footer_widget .footer_widget.widget-1 {
    -ms-grid-column: 1;
}
#footer_contents .inner #footer_widget .footer_widget.widget-2 {
    -ms-grid-column: 2;
    width: 25vw;
}
#footer_contents .inner #footer_widget .footer_widget.widget-3 {
    -ms-grid-column: 3;
}
#footer_contents .inner #footer_widget .footer_widget .footer_title > a {
    font-family: 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3',
        'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 500;
    color: #aaa;
    margin: 0 0 14px 0;
    font-size: 24px;
    line-height: 1.4em;
    color: #fff;
}
#footer_contents .inner #footer_widget .footer_widget .rich_font {
    color: #fff;
    font-size: 24px;
    line-height: 1.4em;
}
/*#footer_contents .inner #footer_widget .footer_widget .rich_font:before {
    content: '・ ';
}*/

/*スマホフッター*/
#footer_contents .inner #footer_widget .footer_widget.tcdw_banner_list_widget {
    margin: 0 auto;
    width: auto;
}
#footer_contents .inner #footer_widget .rich_font_small {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.9em;
    padding-left: 10%;
}
.mobile_device #footer_contents {
    padding-top: 0px;
}
.mobile_device #footer_contents .inner #footer_widget {
    display: initial;
    border-bottom: 0;
    padding: 10px 0em 0 0em;
}
.mobile_device #footer_contents .inner #footer_widget .footer_widget {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4em;
    text-align: center;
    word-break: keep-all;
    margin-bottom: 0em;
}
.mobile_device #footer_contents .inner #footer_widget .footer_widget.footer_banner {
    margin-top: 14px;
    /*border-top: 1px solid #222;
    border-bottom: 1px solid #222;*/
}
.mobile_device #footer_contents .inner #footer_widget .footer_widget.footer_banner li:last-child {
    display: inline-block;
}
.mobile_device #footer_contents .inner #footer_widget .footer_widget .footer_title > a {
    margin: 3px 0;
    font-size: 18px;
}
.mobile_device #footer_contents .inner #footer_widget .footer_widget .rich_font {
    font-size: 10px;
}
.mobile_device #footer_contents .inner #footer_widget .footer_widget .rich_font:before {
    content: '';
}
.mobile_device #footer_contents .inner #footer_widget .footer_widget .rich_font a,
.mobile_device #footer_contents .inner #footer_widget .footer_widget .rich_font span {
    display: inline-block;
    width: 6rem;
    margin: 0.5em auto;
}
.mobile_device #footer_contents .inner #footer_widget .footer_widget .rich_font:after,
.mobile_device #footer_contents .inner #footer_widget .footer_widget .rich_font:before {
    content: '';
}
.mobile_device #footer_contents .inner #footer_widget .footer_widget .rich_font:not(h3) {
    border-right: none;
}
.mobile_device #footer_contents .inner #footer_widget .bellows .bellows-nav .bellows-subtoggle .fa {
    margin: auto;
    top: 0;
    bottom: 0;
}
.mobile_device #footer_contents .inner #footer_widget .widget_nav_menu .menu .menu-item-object-page {
    display: inline-block;
    padding: 0.5rem 0rem;
    border-right: none;
}

@media(max-width: 1024px){
    #footer_contents .inner #footer_widget{
        display:none;
    }
    #footer_contents #footer_info #copyright {
        background: transparent;
    }
    #footer_contents .inner #footer_widget .footer_widget .rich_font {
        color: #fff;
        font-size: 1.4vw;
        line-height: 1.4em;
    }
    .footer_widget_type1 .textwidget {
        width: 100%;
        display: block;
        margin: 0 auto
    }
    
    #footer_contents #footer_info{
    height: 300px;
        flex-direction: column;
    align-items: center;
    padding: 1em;
    justify-content: space-around;
    box-sizing: border-box;
    }
    
    #footer_contents .inner #footer_widget .rich_font_small {
        color: #fff;
        font-size: 14px;
        line-height: 1.9em;
        padding-left: 0;
    }
    .footer_widget_type1 .footer_widget_left .widget_nav_menu .menu .menu-item-object-page {
        display: inline-block;
        padding: 0.5rem 1rem;
        border-right: 1px solid #fff;
    }
    .footer_widget_type1 .footer_widget_left .widget_nav_menu .menu .menu-item-object-page:last-child {
        border-right: none;
    }
    .footer_widget_type1 .footer_widget_left .footer_widget_bottom {
        width: 50vw;
        display: block;
        table-layout: fixed;
        margin-top: 2rem;
    }
    .footer_widget_type1 .footer_widget_left .footer_widget_bottom .footer_widget_image {
        display: block;
        width: 30vw;
        vertical-align: middle;
        margin:0 auto; 
    }
    .footer_widget_type1 .footer_widget_left .footer_widget_bottom .footer_widget_image img {
        width: 30vw;
        display: block;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    body:not(.mobile_device) #footer_contents .inner #footer_widget {
        grid-template-columns: 1fr;
        padding: 0;
    }
    body:not(.mobile_device) #footer_contents .inner #footer_widget .footer_widget {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.4em;
        text-align: center;
    }
    body:not(.mobile_device) #footer_contents .inner #footer_widget .footer_widget .menu {
        width: 90vw !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.4em;
        text-align: center;
    }
    body:not(.mobile_device) #footer_contents .inner #footer_widget .footer_widget.footer_banner {
        margin-top: 14px;
        /*border-top: 1px solid #222;
        border-bottom: 1px solid #222;*/
    }
    body:not(.mobile_device) #footer_contents .inner #footer_widget .footer_widget.footer_banner li:last-child {
        display: inline-block;
    }
    body:not(.mobile_device) #footer_contents .inner #footer_widget .footer_widget .rich_font {
        font-size: 2vw;
        text-align: center;
    }
    body:not(.mobile_device) #footer_contents .inner #footer_widget .footer_widget .rich_font:after,
    body:not(.mobile_device) #footer_contents .inner #footer_widget .footer_widget .rich_font:before {
        content: '';
    }
    /*body:not(.mobile_device) #footer_contents .inner #footer_widget .footer_widget .rich_font:not(h3) {
        border-bottom: 1px solid #222;
    }*/
    body:not(.mobile_device) #footer_contents .inner #footer_widget .footer_widget .rich_font a,
    body:not(.mobile_device) #footer_contents .inner #footer_widget .footer_widget .rich_font span {
        display: inline-block;
        width: 8em;
        margin: 0.5em auto;
    }
    body:not(.mobile_device) #footer_contents .inner #footer_info {
        margin: 10px 0 0 0;
    }
    .footer_widget.widget_nav_menu {
        width: 100% !important;
    }
    #footer_contents .inner #footer_widget .footer_widget .rich_font {
        color: #fff;
        font-size: 1.4vw;
        line-height: 1.4em;
    }
    .footer_widget_type1 .textwidget {
        width: 90vw;
        display: block;
    }
    #footer_contents .inner #footer_widget .rich_font_small {
        color: #fff;
        font-size: 14px;
        line-height: 1.9em;
        padding-left: 0;
    }
    .footer_widget_type1 .footer_widget_left .widget_nav_menu .menu .menu-item-object-page {
        display: inline-block;
        padding: 0.5rem 1rem;
        border-right: 1px solid #fff;
    }
    .footer_widget_type1 .footer_widget_left .widget_nav_menu .menu .menu-item-object-page:last-child {
        border-right: none;
    }
    .footer_widget_type1 .footer_widget_left .footer_widget_bottom {
        width: 90vw;
        display: block;
        table-layout: fixed;
        margin-top: 2rem;
    }
    .footer_widget_type1 .footer_widget_left .footer_widget_bottom .footer_widget_image {
        display: block;
        width: 30vw;
        vertical-align: middle;
        margin:0 auto; 
    }
    .footer_widget_type1 .footer_widget_left .footer_widget_bottom .footer_widget_image img {
        width: 30vw;
        display: block;
        margin: 0 auto;
    }
    #footer_contents .inner #footer_widget .footer_widget.footer_banner li {
        width: 25vw;
        height: 10vw;
        display: inline-block;
    }
}

/* ie用 */
@media (-ms-high-contrast: none) and (max-width: 767px) {
    #footer_contents .inner #footer_widget {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.footer_bar_widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media only screen and (max-width: 1024px) {
    body #footer_info #footer_social_link {
        display: inline-block;
        width: 49%;
        margin: 0;
            margin-top: 2em;
    }
    body #footer_info .widget-area {
        display: inline-block;
        width: 49%;
    }
    body #footer_contents {
        padding-top: 0;
    }
    body #footer_contents #footer_info #copyright {
        flex-grow: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 10px 0 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        
    height: 100%;
    justify-content: space-around;
    }
    body #footer_contents #footer_info #copyright .widget-area {
        width: 100%;
        height:auto;
    }
	#copyright div {
    font-size: 15px;
	}
    .menu-item a img{
        height:100%;
    }
}

/*menu-item.cssの内容を上書き*/
.menu-item a img {
    border: none;
    box-shadow: none;
    vertical-align: middle;
    width: auto;
    display: inline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
/*     width: 40%;
    height: 100%; */
    font-size: 18px;
    font-weight: 700;
    line-height: 2.5em;
/*     background: #f7f7f7; */
    white-space: nowrap;
    text-align: left;
    /*border-radius: 60px; */
}
.menu-item a.menu-image-hovered img.hovered-image,
.menu-item a.menu-image-hovered:hover img.menu-image {
    opacity: 0;
    transition: opacity 0.25s ease-in-out 0s;
}
.menu-item a.menu-image-hovered:hover img.hovered-image {
    opacity: 1;
}
.menu-item a.menu-image-title-after.menu-image-not-hovered img,
.menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px; 
}
.menu-item a.menu-image-title-before.menu-image-not-hovered img,
.menu-item a.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper {
    padding-left: 10px;
}
.menu-item a.menu-image-title-above,
.menu-item a.menu-image-title-below {
    text-align: center;
}
.menu-item a.menu-image-title-above.menu-image-not-hovered img,
.menu-item a.menu-image-hovered.menu-image-title-above .menu-image-hover-wrapper {
    display: block;
    padding-top: 10px;
    margin: 0 auto !important;
}
.menu-item a.menu-image-title-below.menu-image-not-hovered img,
.menu-item a.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper {
    display: block;
    padding-bottom: 10px;
    margin: 0 auto !important;
}
#footer .menu-item a {
    display: block;
}
.menu-item a.menu-image-title-hide .menu-image-title {
    display: block;
}

/*design-plus.cssの内容を上書き*/
.post_content .style3bs {
    margin: 1.5em 0 1.5em 0;
    padding: 0.6em 0.9em;
    font-size: 22px;
    font-weight: 400;
    border-top: none;
    border-left: 6px solid #ff007d;
    background: #215295;
    line-height: 150%;
    color: #fff;
}

.post_content .style4as {
    margin: 1.2em 2px 1.2em;
    padding: 0.3em 0 0.3em 0.8em;
    font-size: 18px;
    font-weight: 400;
    border-bottom: none;
    border-left: 4px solid #1c83c8;
}
.post_content .style5b.obg {
    margin: 2em 0 0em;
    padding: 0.6em 0.9em;
    font-size: 22px;
    font-weight: bold;
    border-top: none;
    border-radius: 0;
    border-left: 6px solid #ff007d;
    background: #215295;
    color: #fff;
}
.ordina {
    line-height: 200%;
}

.ordina-img {
    height: auto;
    max-width: 145%;
}

.flex1 {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.knowledge-p {
    width: 100%;
    margin: 0px 0px 10px 0;
    padding: 5px 0px 7px 0px;
    border-radius: 0 0 10px 10px;
}
.knowledge-si {
    width: 100%;
    margin: 0px 0px 10px 0;
    padding: 5px 0px 7px 0px;
    border-radius: 0 0 10px 10px;
}
.knowledge2 {
    width: 30%;
    margin: 0px 0px 0px 3%;
    padding-bottom: 1px;
}
.kn_title {
    border-left: solid #1c83c8 0.3em;
    line-height: 1.1em;
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 5px;
    font-size: 120%;
}

@media screen and (max-width: 480px) {
    .knowledge2 {
        width: 45%;
        margin: 0px 0px 0px 5%;
        font-size: 80%;
    }
    .post_content img[class*='wp-image-'] {
        max-width: 100%;
    }
    .post_content img[class*='sign'] {
        height: auto;
        max-width: 25%;
    }

    .post_content img[class*='message'] {
        height: auto;
        max-width: 100%;
    }
}
/* 記事本文 */
.post_content {
    font-size: 14px;
    line-height: 2.4em;
}
.post_content a {
    color: #b69e84;
    text-decoration: underline;
}
.post_content a:hover {
    text-decoration: underline;
}
.post_content > :last-child {
    margin-bottom: 0;
}
/*体制図リンク*/
.link_under_text {
    text-align: right;
    color: #000;
}
.post_content .link_under_text a {
    color: #000;
}
.link_under_text a {
    text-decoration: none;
    color: #000;
}
.link_under_text a:hover {
    color: #FF007D;
    text-decoration: underline;
}
/* list */
.post_content li,
.post_content dt,
.post_content dd {
    line-height: 1.5em;
}
.post_content ul,
.post_content ol,
.post_content dl {
    margin-bottom: 24px;
}
.post_content ol {
    list-style: decimal outside none;
    margin-left: 1.5em;
}
.post_content ul {
    list-style: none;
    margin-left: 1.3em;
}
.post_content li > ul,
.post_content li > ol {
    margin-bottom: 0;
}
.post_content dt {
    font-weight: bold;
}
.post_content dd {
    margin-bottom: 1em;
}

.fix_top.header_fix {
    padding-top: 0px;
}
.fix_top.header_fix.admin-bar {
    padding-top: 32px;
}

/* OC */
.post_content .oc_title {
    margin: 2em 0 0em;
    padding: 0.6em 0.9em;
    font-size: 22px;
    font-weight: bold;
    border-top: none;
    border-left: 6px solid #ff007d;
    background: #215295;
    color: #fff;
}

/*会社リスト用*/
.company_list_smart_area {
    width: 100%;
    overflow: hidden;
}

.company_list_smart {
    display: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #999999;
    border-radius: 0;
    font-size: 18px;
}
/*ウオンテッドリー バナー設置*/
.single_share .share-btm {
    display: inline-block;
    width: 34%;
}
.single_share iframe {
    display: inline-block;
    vertical-align: top;
}

/*モーダル*/

/*--------
modal POPUP
--------*/
.modal {
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: -100;
  top: 0;
  opacity: 0;
}

.modal_box {
  width: 90vw;
  min-height: 500px;
  
  background-size: 100% 100%;
  position: relative;
  margin: 0px auto 0;
  top: 0px;
  font-size: 28px;
  padding-bottom: 36px;
}

.modal_contents {
  width: 94%;
  margin: 0px auto 0;
  padding: 15% 0 15%;
  display: block;
  text-align: left;
  color: #FFF;
  line-height: 40px;
}
.modal_contents iframe {
    width: 100%;
    height: 50vw;
    display: block;
    max-height: 400px;
}
.modal_contents .modal_head_img {
    width: 100%;
    display: block;
}
.modal_contents p {
    text-align: center;
    line-height: 1.5em;
}
.modal_contents .font_large {
    font-size: 34px;
}

.close_box {
    width: auto;
    text-align: center;
    position: absolute;
    right: -4vw;
    top: 0;
}
.close_box button {
    display: inline-block;
    text-align: center;
    width: 80px;
    border: none;
    outline: none;
    margin: 0 10px;
    padding:0;
    background-color: transparent;
}
.close_box button img {
    width: 100%;
}
a.btn_yes {
    text-align: right;
    width: 20vw;
    display: block;
    position: absolute;
    right: 0;
}
@media screen and (max-width: 665px){
    .modal_contents {
      width: 94%;
      margin: 0px auto 0;
      padding: 7% 0 7% !important;
      display: block;
      text-align: left;
      color: #FFF;
      line-height: 40px;
    }
    .modal_contents iframe {
        width: 100%;
        height: 50vw;
        display: block;
        max-height: 400px;
    }
    .modal_contents .modal_head_img {
        width: 100%;
        display: block;
    }
    .modal_contents p {
        text-align: center;
        line-height: 1.5em;
    }
    .modal_contents .font_large {
        font-size: 34px;
    }

    .close_box {
        width: 100%;
        text-align: center;
        right: 0;
        position: relative;
        z-index: 2000;
    }
    .close_box button {
        display: inline-block;
        text-align: center;
        width: 80px;
        border: none;
        outline: none;
        margin: 0 10px;
        padding:0;
        background-color: transparent;
    }
    .close_box button img {
        width: 100%;
    }
    a.btn_yes {
        text-align: right;
        width: 100%;
        display: block;
        position: absolute;
        right: 0;
    }
}
.mobile_device .close_box {
    width: 100%;
    text-align: center;
    right: 0;
    position: relative;
    z-index: 2000;

}
.mobile_device .close_box button {
    display: inline-block;
    text-align: center;
    width: 80px;
    border: none;
    outline: none;
    margin: 0 10px;
    padding:0;
    background-color: transparent;
}
.mobile_device .close_box button img {
    width: 100%;
}
.mobile_device a.btn_yes {
    text-align: right;
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
}


/* recruit-all */

.about01 .block-grid {
  width: auto;
  overflow: hidden;
  list-style: none;
  margin: 0 -1% 30px;
  padding: 0;
}
.about01 .block-grid li {
  float: left;
  margin: 0 1% 30px;
  padding: 0;
}
.about01 .block-grid a {
  text-decoration: none;
  font-size: 1.6em;
}

@media (min-width: 800px) {
  .about01 .block-grid-1-2 li {
    width: 48%;
  }
  .about01 .block-grid-1-2 li:nth-child(2n+1) {
    clear: both;
  }
}
.tit_bg {
  width: 96%;
  padding: 0px;
}
.tit_bg p {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.tit_bg p img {
  width: 100%;
}

.txt {
  background-color: #1b1464;
  padding: 6px;
  padding-left: 26px;
  width: 100%;
}
.txt h1 {
  color: #fff;
  font-size: 18px;
}

.about01.recruit-all .col1-2 {
  padding: 16px 4px;
  border: 1px solid #e0e0e0;
  border-radius: 22px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 1px -5px 5px -5px grey inset;
}
.about01.recruit-all .label {
  font-size: 0.7em;
  padding: 6px 0px;
}
.about01.recruit-all .label span {
  padding: 2px 16px;
  background-color: #1b1464;
  border-radius: 12px;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  margin: 0.2rem;
}
.about01.recruit-all .contents_text_wrap {
  height: 96px;
  overflow: hidden;
}
.about01.recruit-all .contents_text_wrap .label_r {
  position: relative;
}
.about01.recruit-all .contents_text_wrap .label_r a {
  position: absolute;
  top: 4px;
  right: 6px;
  background-color: #74BAE9;
  border-radius: 38px;
  color: #fff;
  padding: 0px 14px;
  width: 22px;
  text-align: center;
  line-height: 3;
  display: block;
  text-emphasis: none;
}
.about01.recruit-all .more {
  position: absolute;
  top: 4px;
  right: 6px;
  background-color: #74bae9;
  border-radius: 38px;
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  padding: 0px 14px;
  box-shadow: 2px 2px 6px #999;
  text-align: center;
  line-height: 2;
  display: block;
  text-emphasis: none;
}
.about01.recruit-all .more:hover {
  background-color: rgba(116, 186, 233, 0.8);
}
.about01.recruit-all .more:active {
  background-color: rgba(116, 186, 233, 0.8);
  box-shadow: none;
  border: none;
  outline: none;
}
.about01.recruit-all .more:focus {
  border: none;
  outline: none;
}
.about01.recruit-all .box {
  padding: 0px 28px;
}
.about01.recruit-all .col1-2 .heading {
  font-size: 18px;
  border-bottom: 3px solid #74bae9;
  display: inline;
}
.about01.recruit-all .col1-2 .desc {
  padding-top: 6px;
}
.about01.recruit-all .col1-2 .btn-r {
  margin-bottom: 20px;
  text-align: center;
}
.about01.recruit-all .col1-2 .btn-r a {
  padding: 2px 11px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  width: 40%;
  display: inline-block;
}
.about01.recruit-all .col1-2 .btn-r span {
  padding: 0px 11px;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
}
.about01.recruit-all .bg-left {
  background-color: #1c83c8;
  color: #fff;
}
.about01.recruit-all .bg-left span {
  font-size: 0.6em;
}
.about01.recruit-all .bg-right {
  background-color: #FF007D;
  color: #fff;
}
.about01.recruit-all .bg-right span {
  font-size: 0.6em;
}
.about01.recruit-all .cp_linetab {
  position: relative;
  overflow: hidden;
  margin: 0 3px;
  float: left;
}
.about01.recruit-all .cp_linetab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.about01.recruit-all .cp_linetab .cp_linetab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.about01.recruit-all .cp_linetab .cp_linetab-content p {
  margin: 1em;
  font-size: 14px;
}
.about01.recruit-all .cp_linetab p {
  margin-bottom: 18px;
}
.about01.recruit-all .cp_linetab label {
  position: absolute;
  top: 4px;
  right: 6px;
  background-color: #74BAE9;
  border-radius: 38px;
  color: #fff;
  padding: 0px 14px;
  width: 22px;
  text-align: center;
  line-height: 3;
  display: block;
  text-emphasis: none;
}
.about01.recruit-all .cp_linetab label:after {
  color: #fff;
  font-family: "FontAwesome";
  content: " \f078";
  position: absolute;
  top: 0;
  right: 9px;
  width: 2em;
  height: 3em;
}
.about01.recruit-all .cp_linetab input:checked ~ label::after {
  color: #fff;
  font-family: "FontAwesome";
  content: " \f077";
}
.about01.recruit-all ul li .cp_linetab input:checked ~ .cp_linetab-content {
  max-height: 100%;
}
.about01.recruit-all span i {
  padding: 6px;
}

/* アコーディオン */
@media (max-width: 800px) {
  .about01.recruit-all .col1-2 .btn-r a {
    display: block;
    margin-bottom: 4px;
    width: 100%;
    padding: 0.5rem 0;
  }
  .about01.recruit-all .label_r a {
    top: -115px;
    right: -24px;
    padding: 0px 5px;
  }
}
@media (max-width: 400px) {
  .about01.recruit-all .label {
    width: 80%;
  }
}
@media (max-width: 320px) {
  .about01.recruit-all .label span {
    padding: 3px 7px;
    background-color: #1b1464;
    border-radius: 12px;
    color: #fff;
    margin-right: 4px;
  }
  .about01.recruit-all .col1-2 .btn-r span {
    display: block;
    margin-bottom: 4px;
  }
  .about01.recruit-all .col1-2 .btn-r a {
    display: block;
    margin-bottom: 4px;
    width: 100%;
    padding: 0.5rem 0;
  }
}

/*--Brockensearch--*/
/*
.menu_search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: calc(100vh - 60px - 65px);
}

@media only screen and (max-width: 1024px){
	.menu_search {
    	height: calc(100vh - 60px);
	}
}

.menu_search .menu_search_img {
    display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
	height: 2em;
	padding: 1em 0;
    border-top: 1em solid #ffbb55;
    border-bottom: 0.1em solid #ffbb55;
}
.menu_search .menu_search_img img {
	height: 100%;
}
.menu_search .menu_search_content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (min-width: 1024px){
	.menu_search .menu_search_content {
    	width: 80%;
    	margin: 0 auto;
	}
}

.menu_search .menu_search_content .menu_search_content_form {
	display: flex;
	padding: 2em 1em 1em;
}
.menu_search .menu_search_content .menu_search_content_form .menu_search_content_form_input {
	flex-grow: 1;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 1em;
	border-radius: 2em;
	outline: none;
}
.menu_search .menu_search_content .menu_search_content_form .menu_search_content_form_btn {
	position: relative;
	width: 4em;
	height: calc(2.5em - 4px);
	border: 1px solid #ffbb55;
	background: #ffbb55;
	box-shadow: 0 4px 0 #995c00;
	margin-left: 1em;
	color: #222;
	filter: none;
	transition: 0.3s;
	transform: translateY(0);
	border-radius: 2em;
	cursor: pointer;
	outline: none;
}
.menu_search .menu_search_content .menu_search_content_form .menu_search_content_form_btn:active {
	transform: translateY(4px);
	box-shadow: 0 0 0;
	transition: 0.1s;
}
.menu_search .menu_search_content .menu_search_content_form .menu_search_content_form_btn i {
	position: absolute;
	top: 0.5em;
	left: 0;
	right: 0;
	margin: auto;
}
.menu_search .menu_search_content .menu_search_annotation ,.menu_search .menu_search_brocken_btn  .menu_search_annotation{
	padding: 0 2em;
	font-size: 1.2rem;
}
.menu_search .menu_search_error_mes {
	color:crimson;
	padding: 1em 2em;
	opacity: 0;
	transition: 0.2s;
    height: 1em;
}
.menu_search .menu_search_error_mes.is-show {
	opacity: 1;
}

.menu_search .menu_search_brocken_btn {
	padding: 1em;
	text-align: center;
}

.menu_search .menu_search_brocken_btn a {
	padding: 10px 10px;
	border-radius: 40px;
	color: #000;
	text-decoration: none;
	width: 48%;
	display: inline-block;
	margin: 1rem 0.5rem;
	background-color: #feba5e;
	box-shadow: 2px 2px 6px #999;
	line-height: 190%;
}

.menu_search .menu_search_brocken_btn a:hover {
	text-decoration: none;
	background-color: rgba(254, 186, 94, 0.59);
	color: #0009;
}
*/

/* topアコーディオン関連 */
/*
body.home-default[data-js_main_accordion_flg="false"] #header{
	overflow:hidden;
}
body.home-default[data-js_main_accordion_flg="false"] #header_top,
.home-default #main_col,
.home-default #footer{
	height:0;
	overflow:hidden;
    transition: 0.2s;
}
body.home-default{
	transition:0.2s;
}
body.home-default[data-js_main_accordion_flg="false"]{
	margin-top:0;
}
.home-default[data-js_main_accordion_flg="false"] #index_news_mobile{
	margin-top:0;
}
.home-default[data-js_main_accordion_flg="false"] #main_col{
    margin-bottom:0;
}
.home-default[data-js_main_accordion_flg="false"] .menu_search{
	height: 100vh;
}
@media only screen and (min-width: 1024px){
	.home-default[data-js_main_accordion_flg="false"] .menu_search{
		height: calc(100vh + 110px);
	}
}

.brocken_more_btn {
    display: flex;
    justify-content: center;
    align-items: center;
	height:50px;
	background-color: #ffbb55;
	text-align: center;
	box-shadow: 2px 2px 6px #999;
	margin-top: 3em;
	z-index: 11;
}
.brocken_more_btn button{
	width:100%;
	height:100%;
	border:0;
	outline:none;
	background:transparent;
	cursor:pointer;
}
.brocken_more_btn button i {
	background-color: white;
	border-radius: 30px;
	margin-left:0.5em;
	padding: 0.5em;
    width: 1em;
    height: 1em;
	box-shadow: 0px 0px 6px #999;
	transition:0.2s;
}
[data-js_main_accordion_flg="true"] .brocken_more_btn button i {
	transform:rotateX(180deg);
}
*/

/* 固定ページ用ヘッダー */
section.page_header {
    background-color: #f2f2f2;
    padding: 5rem 2rem;
    box-sizing: content-box;
}
.page_header_area {
    background-color: #fff;
    max-width: 900px;
    height: 200px;
    margin: 0 auto;
    border-radius: 22px;
    font-size: 50px;
    text-align: center;
	font-family: YuGothic-Bold;
}

