/*=============================================
共通のCSS
=============================================*/
/*2023/2/10*/
body:not(#top) .widget-content.top {
	display: none;
}
/*2023/2/15*/
/*
.widget_categories li {
	box-shadow: 0 -1px 0 rgb(60 60 60 / 38%) inset;
}
.widget_categories li a {
	display: inline-block;
	box-shadow: none;
}

.loop-section.news .loop-article {
	box-shadow: 0 -1px 0 rgb(60 60 60 / 38%) inset;
}
*/
/*2023/2/15*/

.blue {
    color: /*#3094dd;*/#3b5998;
}
.comment {
	font-size: 0.9em;
    color: #666666;
}

.mb_0 {
	margin-bottom: 0 !important;
}
.no_shadow,
.no_shadow > * {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (max-width: 767px){
	.hidden-xs {
		display: none !important;
	}
}

#company .entry h3,
#greeting .entry h3,
#recruit .entry h3,
#terms .entry h3,
#aboutsite .entry h3,
#privacypolicy .entry h3 {
	margin: 8rem 0rem 4rem 0rem;
}

/* HOMEページトップニュースの調整 */
#dprecentcustompostswidget-4 {
  padding: 5% 0;
	margin-bottom:0px;
}

/* HOMEページトップニュースの調整 */
#dprecentcustompostswidget-4 .excerpt_div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

/* HOMEページトップニュースの調整 */
#dprecentcustompostswidget-4 ul.recent_entries li {
  margin: 0 auto;
}

/* HOMEページトップニュースの調整 */
#dprecentcustompostswidget-4 li {
	display: block;
  width:40% !important;
	max-width:40%;
}

#dprecentcustompostswidget-4 ul.recent_entries .widget-time {
	margin:0px;
	width: 15rem;
	min-width: 15rem;
    flex-basis: 15rem;
}

#dprecentcustompostswidget-4 .more-entry-link {
	margin-top: 20px;
  text-align: center;
}


#dprecentcustompostswidget-4 .widget-time time {
  margin-right: 30px;
	font-size: 14px;
}


#dprecentcustompostswidget-4 .more-entry-link a:hover {
	
  box-shadow:none;/* 既存のアニメーションを止める */
  transform: none;/* 既存のアニメーションを止める */
	transition: none;/* 既存のアニメーションを止める */
	
	color: #fff;
    -webkit-box-shadow: 0 18px 10px -10px rgba(0,0,0,0.34);
    box-shadow: 0 18px 10px -10px rgba(0,0,0,0.34);
	border-color: rgb(59, 89, 152);
}


#dprecentcustompostswidget-4 .more-entry-link a {
  box-shadow:none;
  transform: none;
	transition: none;
	
	cursor: pointer;
    padding: 14px 22px;
	margin-top: 4vw !important;
    margin: 10px 0;
    line-height: normal;
    -webkit-transform: translateZ(0);
    position: relative;
    border: 2px solid;
    overflow: hidden;
    background-color: transparent;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	font-size: 18px;
	width: 300px;
}

#dprecentcustompostswidget-4 .more-entry-link a span {
	transform:none;
}

#dprecentcustompostswidget-4 .more-entry-link a::after {
position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: -webkit-transform .38s cubic-bezier(0.56,0.46,0.12,1.4);
    transition: -webkit-transform .38s cubic-bezier(0.56,0.46,0.12,1.4);
    transition: transform .38s cubic-bezier(0.56,0.46,0.12,1.4);
    transition: transform .38s cubic-bezier(0.56,0.46,0.12,1.4),-webkit-transform .38s cubic-bezier(0.56,0.46,0.12,1.4);
    -ms-transform: skewX(-10deg) translateX(110%) scaleX(1.1);
    -webkit-transform: skewX(-10deg) translateX(110%) scaleX(1.1);
    transform: skewX(-10deg) translateX(110%) scaleX(1.1);
	background-color: rgb(59, 89, 152);
}

#dprecentcustompostswidget-4 .more-entry-link a:hover::after {
-webkit-transform: skewX(-10deg) translateX(0) scaleX(1.1);
    transform: skewX(-10deg) translateX(0) scaleX(1.1);
}

.header_bar {
	background-color:#ffffff !important;
}


.header_bar.trpt:not(.float):not(.no_ct_hd):not(:hover) .h_group .hd-title img {
	filter:none;
}

.header_bar.trpt:not(.float):not(.no_ct_hd):not(:hover) .global_menu_ul:not(.mq-mode)>.menu-item>.menu-link {
	color: #273349;
}

/* 現在のメニューのカラーを白にする */
.global_menu_ul.no_pjax .menu-item.current-menu-item > a {
	color:#FFFFFF !important;
}


.header_bar.trpt:not(.float):not(.no_ct_hd):not(:hover) .r_items {
	color: #273349;
}


/* =====会社概要メニューのカラー調整（アクセスが現在のメニューの場合）===== */
/* 会社概要の背景色を透過する */
.global_menu_ul.no_pjax .menu-item.menu_company.current-menu-item > a {
/*   background-color: transparent;
	color: rgb(39, 51, 73) !important; */
}

/* 会社概要のメニューをホバーした場合、カラーを白にする */
.global_menu_ul:not(.mq-mode)>.menu-item.menu_company:hover>a {
/* 	color:#FFFFFF  !important; */
}


/* =====アクセスメニューのカラー調整（ 会社概要が現在のメニューの場合）===== */
/* アクセスの背景色を透過する */
.global_menu_ul.no_pjax .menu-item.menu_access.current-menu-item > a {
  background-color: transparent;
	color: rgb(39, 51, 73) !important;
}

/* アクセスのメニューをホバーした場合、カラーを白にする */
.global_menu_ul:not(.mq-mode)>.menu-item.menu_access:hover>a {
	color:#FFFFFF  !important;
}


/* 画面のトップにいる状態のときにアクセスのカラーを白にする */
.header_bar.trpt:not(.float):not(.no_ct_hd):not(:hover) .global_menu_ul:not(.mq-mode)>.menu-item.menu_access>.menu-link {
/* 		color:#FFFFFF;  */
}

/* トップテクノロジーエリアの余白調整 */
#custom_html-14 {
	padding: 5% 0;
}

/* トップページの余白調整 */
.home .content-wrap {
  padding: 0 0 4vw;
}

#header_bar .fadeInRight {
	visibility: visible !important;
}

.flex_box {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex_align_start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex_align_stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex_align_center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_align_end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex_space_between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.flex_content_center {
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.flex_content_end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}
.flex_content_around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
}
.flex_container_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.technology_area h4 {
    text-align: center;
	color: #314C84;
	font-weight: bold;
    font-size: 26px;
    margin-bottom: 0px;
	margin-top: 30px;
}

.textwidget .technology_area img {
    margin: 0px;
/* 	width:100%;
	flex:1; */
}

.textwidget .technology_area h4::after {
    box-shadow: none;
}

.technology_area .language_area,.technology_area .dbms_area,.technology_area .framework_library_area,.technology_area .cloudservice_platform_area {
	padding: 0 30px;
	margin: 0 auto;	
}

.header_bar .hd-title.img.no-cap img {
	height:44px;
}

.br-1180{
	display:none;
}

.br-1024{
	display:none;
}

.br-940{
	display:none;
}

.br-800{
	display:none;
}

.br-599{
	display:none;
}

.br-480{
	display:none;
}

.br-375{
	display:none;
}

.font_weight_bold {
  font-weight: bold;
}

.footer_office {
	margin-bottom:10px;
}

.ml_15 {
	margin-left:15px;
	font-size:14px;
	line-height:2em
}

.text_center {
	text-align:center;
}

.content-list-h3{
	text-align:left !important;
}

a.btn, .dp-container a.btn, .dp-container .entry a.btn{
	width:300px;
}

.pt-top-content{
	padding-top:5.6vw;	
}

.pb-top-content{
padding-bottom:5.6vw;	
}


.mt-4vw{
	margin-top:4vw !important;
}

.pb-0{
	padding-bottom:0px !important;
}

.mb-0{
	margin-bottom:0px !important;
}

.mr-0{
	margin-right:0px !important;
}
.mr-10{
	margin-right:10px !important;
}
.ml-10{
	margin-left:10px !important;
}


table{
	width:100%;
}

table th{
	text-align:center;
}

/*Foo Galleryの調整*/
.fg-paging-container ul li::before{
	
	content:normal !important;
}

.border-bottom{
	border-bottom: 1px solid rgba(32,47,84,.48) !important;
}

input::placeholder,
textarea::placeholder {
	color: #bdc3c7;
}

input.btn,
button.btn{
	padding: 14px 22px !important;
	max-width:300px !important;
}

textarea {
	font-family: "MS Shell Dlg 2";
}

.wpcf7c-conf {
    background-color: inherit;
    color: inherit;
    border: none !important;
}
.btn.wpcf7-submit,
.btn.wpcf7-back,
.btn.wpcf7-confirm {
	color: #FFF !important;
	background-color: #202f54;
	border: none !important;
	vertical-align: top;
	line-height: 44px !important;
	padding: 0 20px !important;
	margin: 0 5px;
}

@media screen and (max-width:767px) {
	.btn.wpcf7-submit,
	.btn.wpcf7-back,
	.btn.wpcf7-confirm {
		margin-left: 0;
		margin-right: 0;
	}
}



/*TOPのSOLUTIONのテキストエリアの余白調整*/

.home .plx_widget .widget-box{
	width: 100%;
    padding: 0 2vw;
}

.swiper-slide .sl-content .title{
	font-size:26px !important;
}

.swiper-slide .sl-content .caption{
	font-size:14px !important;
}

#custom_html-4{
	padding-top:5.6vw;	
}

.dp_sc_flip_card.colnum5 .card_item{
	width: calc(25% - 20px) !important;
}

.dp_sc_flip_card .card_item p.fr-title{
	font-size:26px !important
}

.cinner{
	font-size:14px !important;
}

.dp_sc_flip_card .card_item .caption{
	font-size:14px !important;
}

#text-6, #custom_html-4{
	margin-bottom:0px !important;
}



.dp_parallax_widget-10 .plx_original{
	margin-top:0px !important;
}

.dp_parallax_widget-10 .plx_title .plx_caption{
	margin-top:3vw !important;
}

#foogallery_widget-2{
	padding-top:5.6vw;	
}


#dp_recentposts_for_archive-2{
	margin-bottom:0px !important;
	padding-top:5.6vw;	
}

.loop-section.portfolio{
	margin-bottom:0px !important;
}

#dp_recentposts_for_archive-2 .more-entry-link{
	text-align:center !important;
}

#dp_recentposts_for_archive-2 .more-entry-link a{
	padding:15px 30px !important;
	border: 2px solid;
}

#dp_recentposts_for_archive-2 .more-entry-link a span{
	font-size:16px !important;
}


.fg-default.fg-gutter-10{
	padding-left: 0px !important;
    margin-bottom: 0px !important;
}


#footer_menu_ul > .fadeInDown{
	animation-name:none !important:
}

.not-found{
	margin: 40px auto 40px;
}

.dp_sc_spanel .spanel_inner .spanel_content p.title{
	font-size:26px !important;
}

.dp_sc_spanel .spanel_inner .spanel_content p.hvr {
	font-size:16px !important;
}

.footer_access_title {
	font-size:18px;
}

#footer .footer-widget-content .widget-area.three a {
	text-decoration: underline;
}


#footer_menu_ul .menu-item::after{
	content: '|';
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    padding: 0 10px;
    vertical-align: baseline;
    opacity: .72;
}

.plx_widget.dp_parallax_widget-7 .plx_title{
	margin-bottom:60px !important;
}

.icon-angle-circled-right::before{
	vertical-align:-2px !important;
}

.icon-right-bold::before{
	vertical-align:middle !important;
}

.form-table input[type="text"], .form-table input[type="email"]{
	height:42px !important;
}

.form-table select{
	height:42px !important;
}

.list-img img{
/*   width:100% !important; */
}

#hidden-searchform.no-params input.search-field{
	height: 58px;
}

.swiper-slide.style-coverflow.three .sl-content .title{
		font-size:36px !important;
	}
	.swiper-slide.style-coverflow .sl-content .caption{
		font-size:24px !important;
	}

.companyinfo iframe {
/* pointer-events:none; */
}

.loop-section.normal .loop-title{
	margin:0px !important;
	padding:0px !important;
	position:static !important;
	margin-bottom: 2vw !important;
}

.loop-section.normal .loop-col h2::after{
	box-shadow:none !important;
	content:none;
}

.loop-section.normal .loop-col p{
margin-bottom:0px !important;
}
	
.loop-section .meta-cat a{
	font-size: 1.1rem;
    display: inline-block;
	line-height: 20px;
    white-space: nowrap;
	position: relative;
	text-decoration: underline;
    padding-bottom: 1px;
	text-underline-position: under;
	font-weight: normal;
}

.dp-container .loop-section a{
	color: rgb(60, 60, 60);
}

.dp-container .loop-section .loop-meta .meta-author img{
	margin:0px !important;
}


.meta-cat a:not(:last-of-type)::after {
    content: '\2022';
    font-size: 1.3rem;
    width: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

.loop-section.normal .loop-title a:hover{
	text-decoration:none;
	opacity:0.8;
	color: rgb(60, 60, 60);
}


.loop-section .meta-author .name, .loop-section .more-link a span{
	font-weight:normal;
}

.loop-section .more-link a:hover, .loop-section .meta-author a:hover{
	text-decoration:none;
	color: rgb(60, 60, 60);
}

	.plx_widget.dp_parallax_widget-7 .plx_bg{
	background-image: url(/wp/wp-content/uploads/top_company.jpg) !important;
	background-size:cover !important; 
	background-repeat: no-repeat !important;
}

.wp-block-table table{
	word-break: break-all;
}
	
figure.wp-block-table {
	display:block;
}

figure.wp-block-table>table {
	table-layout:auto;
	width: 100%;
}

figure.wp-block-table:not(.middle-valign-all-cells) td {
	vertical-align: middle;
}

figure.wp-block-table>table:not(.has-fixed-layout) td{
	white-space: normal;
}

figure.wp-block-table:not(.middle-valign-all-cells) td:first-child {
	background-color: rgba(170,170,170,0.16);
	text-align: center;
	font-weight: bold;
}

#access_map {
	width:100%;
}

.service-title-style {
	font-weight: bold;
	color: #344b91 !important;
}

.dp_sc_spanel.ovoplv-2 .spanel_inner.frnt::before {
	opacity:0.1;
}

.dp_parallax_widget-10 .plx_title, .dp_parallax_widget-7 .plx_title {
	position: relative;
    margin: 20px auto 34px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .01em;
    word-break: break-all;
    display: block;
}

.dp_parallax_widget-10 .plx_title::before, .dp_parallax_widget-7 .plx_title::before {
	background-color: #ffffff;
	-webkit-transform: translateX(calc(-50% - 1vw)) skewX(-35deg);
    transform: translateX(calc(-50% - 1vw)) skewX(-35deg);
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
  width: 4vw;
    height: 6px;
    opacity: .8;
}

.dp_parallax_widget-10 .plx_title:hover::before, .dp_parallax_widget-7 .plx_title:hover::before {
	width: 5vw;
}

.dp_parallax_widget-10 .plx_title::after, .dp_parallax_widget-7 .plx_title::after {
	transform: translateX(-50%) translateX(1vw) skewX(-35deg);
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	background-color: #ffffff;
	content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 4vw;
    height: 6px;
    opacity: .8;
}

.dp_parallax_widget-10 .plx_title:hover::after, .dp_parallax_widget-7 .plx_title:hover::after {
	width: 5vw;
}

.plx_widget.dp_parallax_widget-7 a {
	color:#ffffff !important;
}

.hd-content .hd-title {
	display: inline-block;
	background-color: rgba(255,255,255,0.7);
    min-width: 400px;
    margin: 0 auto;
    color: #000000;
    padding: 30px 30px;
}

.ct-whole .hd-title.single-title span {
	padding-bottom:10px;
}

.ct-whole .hd-title.single-title span::before, .ct-whole .hd-title.single-title span::after {
	background-color: #000000;
	opacity:1;
}

.ct-whole .inner-bg {
	filter:none;
	transform:none !important;
}

.ct-whole::before {
	content:normal;
}

.plx_widget.dp_parallax_widget-7 .plx_bg::after {
	background-color:transparent !important;
}

#custom_html-4 .textwidget p {
	text-shadow: 0px 0px 5px #000000;
}

.dp-container .loop-section a {
	color:#344b91;
}

#dp_breadcrumb_nav:not(.no_title) a{
	color:#000000;
}

#dp_breadcrumb_nav:not(.no_title) span {
	color:#000000;
}

body .company_btn_style a.wp-block-button__link:focus {
    transform: translate(-5px,-5px) skewX(-15deg);
	-webkit-transform: translate(-5px,-5px) skewX(-15deg);
}

.loop-div.normal.two-col, .loop-div.news {
	max-width:none;
}

.content-wrap.not-home {
	width: 1180px;
	padding: 5.6vw 0 4vw;
}

.content-wrap.two-col:not(.singular) {
	padding: 5.6vw 0 4vw;
}

/*=============================================
IE対応用のCSS
=============================================*/

.inside-title::before{
transform: translateX(-50%) translateX(-1vw) skewX(-35deg);
}

.inside-title::after{
transform: translateX(-50%) translateX(1vw) skewX(-35deg);
}

.ct-whole .hd-title.single-title span::before{
  transform: translateX(-50%) translateX(-1.5vw) skewX(-35deg);
}

.ct-whole .hd-title.single-title span::after{
  transform: translateX(-50%) translateX(1.5vw) skewX(-35deg);
}

/*=============================================
企業情報のCSS調整
=============================================*/

.companyinfo{
	width:100%;
}

.companyinfo th{
	text-align:center;
}
.companyinfo iframe{
	width:100%;
}


.company_btn_style a {
	color: #3b5998 !important;
    border-color: #3b5998;
    padding: 0 30px;
    border: 2px solid;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background-color: transparent;
    border-radius: 0 !important;
	margin-left:20px;
}

.company_btn_style a:hover {
	text-decoration: none;
    color: rgb(60, 60, 60);
	-webkit-box-shadow: 5px 5px;
    box-shadow: 5px 5px;
	-webkit-transform: translate(-5px,-5px) skewX(-15deg);
    transform: translate(-5px,-5px) skewX(-15deg);
}


/*=============================================
制作実績のCSS調整
=============================================*/
.works_section {
	width:100% !important;
}
.works_section .loop-excerpt {
	font-size: 1.5rem;
	opacity: 1;
	text-align: left;
}
.works_section .more-link {
	display: none;
}
.works_section .loop-title a {
	pointer-events: none;"
}

.post-type-archive-works .loop-title {
	text-align: left;
	font-size: 2.2rem !important;
	color:/*#3094DD*/#3b5998;
}

@media screen and (max-width: 767px){
	.post-type-archive-works .loop-title {
		font-size: 1.8rem !important;
	}
}

.post-type-archive-works .loop-section.normal:not(.mobile) .loop-col.one{
	box-shadow:none;
}

.post-type-archive-works .loop-section:not(.portfolio):not(.as-mega-menu):not(.mobile) .loop-article:hover .loop-col.one{
	box-shadow:none;
}


.post-type-archive-works .loop-section:not(.portfolio):not(.as-mega-menu) .loop-article{
	transition:none;
}

.post-type-archive-works .loop-section:not(.portfolio):not(.as-mega-menu):not(.mobile) .loop-article:hover{
	box-shadow:none;
}

.post-type-archive-works .loop-section:not(.portfolio):not(.as-mega-menu) .loop-article:hover{
	transform:none;
	z-index:auto;
}

.post-type-archive-works .loop-section:not(.portfolio):not(.as-mega-menu) .loop-figure.eyecatch{
	transition:none;
}

.post-type-archive-works .loop-section:not(.portfolio):not(.as-mega-menu) .loop-col.one{
	transition:none;
}

.post-type-archive-works .loop-section:not(.portfolio):not(.as-mega-menu) .loop-figure.eyecatch{
	transform:none;
}

.post-type-archive-works .loop-section.normal .loop-article::before {
	transition:none;
}

.post-type-archive-works .loop-section:not(.portfolio):not(.as-mega-menu) .loop-article:hover::before, .post-type-archive-works .loop-section:not(.portfolio):not(.as-mega-menu) .loop-article:hover::after{
	width:6vw;
}

.post-type-archive-works .loop-section:not(.portfolio):not(.as-mega-menu) .loop-article:hover .loop-col.one{
	transform:none;
}


.post-type-archive-works .ct-whole {
	background-image: url(/wp/wp-content/uploads/bg_works.jpg);
	background-size: cover;
    background-position: 50%;
    width: auto;
    height: auto;
    z-index: 0;
}


/*=============================================
ごあいさつのCSS調整
=============================================*/

.ceo_name {
	font-family: "ヒラギノ行書","HGP行書体", "ＭＳ Ｐ明朝", "ＭＳ Ｐゴシック" !important;
}

/*=============================================
経営理念と想いのCSS調整
=============================================*/

.philosophy-img{
	text-align:right;
}


/*=============================================
スタッフブログのCSS
=============================================*/

/* 太字で設定された箇所を太字にする */
.post-template-default .entry-content b {
  font-weight: bold;
}

/*画像の比率調整*/
.entry img, .dp_text_widget img, .textwidget img {
	max-width: 100% !important;
    height: auto !important;
}

/*=============================================
お問い合わせのCSS調整
=============================================*/
#contact-form table.form-table { margin:0 auto 2.14em;}
#contact-form table.form-table th{ text-align:center;}

div#wpcf7cpcnf {
	z-index: 10;
}

.wpcf7-form table th > p,
#wpcf7cpcnf table th > p {
	margin: 0 !important;
	padding-bottom: 0 !important;
}
#wpcf7cpcnf table th {
	width: 30%;
	min-width: 160px;
}

.wpcf7-form select {
  color:#3c3c3c !important;
	opacity:1;
}

.wpcf7-form select:hover {
  background-color:transparent;
}

.btn.wpcf7-back {
  width:400px;
	font-size: 1em;
}

div.wpcf7 .ajax-loader {
  width:0px;
  margin:0px;
}

.wpcf7-form .wpcf7-list-item {
	text-align: center;
}
.wpcf7-spinner {
	display: block;
	margin: 10px auto;
}
.wpcf7 .wpcf7-submit:disabled {
	opacity: .5;
}
.wpcf7cp-btns {
	text-align: center;
}
.wpcf7cp-btns button {
	color: #FFF !important;
    background-color: #202f54;
    border: none !important;
    vertical-align: top;
    line-height: 44px !important;
    padding: 0 20px !important;
	cursor: pointer;
}
.wpcf7cp-btns button:hover {
	color: #fff;
    -webkit-box-shadow: 0 18px 10px -10px rgba(0,0,0,0.34);
    box-shadow: 0 18px 10px -10px rgba(0,0,0,0.34);
	opacity: .7;
}
.insert_area {
	border: 1px solid rgba(170,170,170,0.48);
	height: 300px;
	overflow-y: auto;
	margin-bottom: 45px;
}
.insert_area .inner {
	margin: 30px;
	line-height: 1.5;
	font-size: 1.5rem;
}
.insert_area .inner p.indent {
	padding-left: 1.75em;
    text-indent: -1.75em;
	margin: 0 0 1em;
}
.insert_area .inner p.indent + ul {
	margin-left: 50px;
}
.insert_area .inner p.indent + ul > li {
	line-height: 2;
}
.insert_area .inner p.indent +  ul > li >  p {
	margin: 0;
    padding: 0 !important;
}

.insert_area .inner .frame {
	border: 1px solid rgba(170,170,170,0.48);
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
}

/*=============================================
ニュースのCSS調整
=============================================*/


.post-type-archive-news .ct-whole {
	background-image: url(/wp/wp-content/uploads/bg_works.jpg);
	background-size: cover;
    background-position: 50%;
    width: auto;
    height: auto;
    z-index: 0;
}

/*=============================================
日付ページ、投稿者ページ、カテゴリーページ共通のCSS調整
=============================================*/

.date .ct-whole, .author .ct-whole, .category .ct-whole {
	background-image: url(/wp/wp-content/uploads/bg_blog.png);
	background-size: cover;
    background-position: 50%;
    width: auto;
    height: auto;
    z-index: 0;
}

.meta-cat .cat-link>span::before, .meta-cat .cat-link>span::after {
	content:normal;
}


/*=============================================
class名「archive」が付与されているページ共通のCSS
・worksページ
・newsページ
・日付ページ
・投稿者ページ
・カテゴリーページ
=============================================*/

.archive .ct-whole.show .hd-title:not(.single-title) span::before {
	box-shadow:none;
	border:none;
}

.archive .ct-whole .hd-title:not(.single-title) span {
	padding: 0 5px;
}

.archive .ct-whole .hd-title span::before{
	content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 6vw;
    height: 7px;
	transform: translateX(-50%) translateX(-1.5vw) skewX(-35deg) !important;
	background-color: #000000;
	opacity: 1;
	top:auto;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.archive .ct-whole .hd-title span::after {
	content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 6vw;
    height: 7px;
	background-color: #000000;
    opacity: 1;
	transform: translateX(-50%) translateX(1.5vw) skewX(-35deg);
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}


.archive .ct-whole .hd-title span:hover::before, .archive .ct-whole .hd-title span:hover::after{
	width: 7vw;
}

.archive .ct-whole .hd-title span:hover::before {
transform: translateX(-50%) translateX(-1.5vw) skewX(-35deg);
	
}

.archive .ct-whole .hd-title span:hover::after{
	transform: translateX(-50%) translateX(1.5vw) skewX(-35deg);
}



/*=============================================
サイト内検索結果画面のCSS調整
=============================================*/


.search .ct-whole {
	background-image: url(/wp/wp-content/uploads/bg_works.jpg);
	background-size: cover;
    background-position: 50%;
    width: auto;
    height: auto;
    z-index: 0;
}


.search .ct-whole.show .hd-title:not(.single-title) span::before {
	box-shadow:none;
	border:none;
}

.search .ct-whole .hd-title:not(.single-title) span {
	padding: 0 5px;
}

.search .ct-whole .hd-title span::before{
	content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 6vw;
    height: 7px;
	transform: translateX(-50%) translateX(-1.5vw) skewX(-35deg) !important;
	background-color: #000000;
	opacity: 1;
	top:auto;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.search .ct-whole .hd-title span::after {
	content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 6vw;
    height: 7px;
	background-color: #000000;
    opacity: 1;
	transform: translateX(-50%) translateX(1.5vw) skewX(-35deg);
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}


.search .ct-whole .hd-title span:hover::before, .search .ct-whole .hd-title span:hover::after{
	width: 7vw;
}

.search .ct-whole .hd-title span:hover::before {
transform: translateX(-50%) translateX(-1.5vw) skewX(-35deg);
	
}

.search .ct-whole .hd-title span:hover::after{
	transform: translateX(-50%) translateX(1.5vw) skewX(-35deg);
}



/*=============================================
404ページのCSS調整
=============================================*/

.btn-404{
	margin-right:40px !important;
	background-color:#202f54 !important;
	color:#ffffff !important;
}


.error404 .ct-whole {
	background-image: url(/wp/wp-content/uploads/bg_works.jpg);
	background-size: cover;
    background-position: 50%;
    width: auto;
    height: auto;
    z-index: 0;
}


.error404 .ct-whole.show .hd-title:not(.single-title) span::before {
	box-shadow:none;
	border:none;
}

.error404 .ct-whole .hd-title:not(.single-title) span {
	padding: 0 5px;
}

.error404 .ct-whole .hd-title span::before{
	content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 6vw;
    height: 7px;
	transform: translateX(-50%) translateX(-1.5vw) skewX(-35deg) !important;
	background-color: #000000;
	opacity: 1;
	top:auto;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.error404 .ct-whole .hd-title span::after {
	content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 6vw;
    height: 7px;
	background-color: #000000;
    opacity: 1;
	transform: translateX(-50%) translateX(1.5vw) skewX(-35deg);
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}


.error404 .ct-whole .hd-title span:hover::before, .error404 .ct-whole .hd-title span:hover::after{
	width: 7vw;
}

.error404 .ct-whole .hd-title span:hover::before {
transform: translateX(-50%) translateX(-1.5vw) skewX(-35deg);
	
}

.error404 .ct-whole .hd-title span:hover::after{
	transform: translateX(-50%) translateX(1.5vw) skewX(-35deg);
}





/*=============================================
レスポンシブの調整
=============================================*/

@media screen and (max-width:1440px) {
	.content-wrap.not-home {
	width: 1180px;
	padding: 5.6vw 3vw 4vw;
}
	
	.content-wrap.two-col:not(.singular) {
		padding: 5.6vw 3vw 4vw;
	}

	#dprecentcustompostswidget-4 li {
		width: 70% !important;
		max-width:none;
	}
	
}


@media screen and (max-width:1180px) {
	
	.content-wrap.not-home {
		width:100%;
	}
	
	.content-wrap.not-home  {
		padding-left: 20px;
    padding-right: 20px;
	}
	
	.content-wrap.two-col:not(.singular) {
		padding-left: 20px;
    padding-right: 20px;
	}
	
	.technology_area .language_area,.technology_area .dbms_area,.technology_area .framework_library_area,.technology_area .cloudservice_platform_area {
		padding: 0px;	
	}
	
	.textwidget .technology_area img {
/* 		width:10%; */
	}
	
	.dp_sc_flip_card .card_item p.fr-title{
		font-size:25px !important;
	}
	
		.br-1180{
			display:block;
		}
	
	/* TOPのSERVICEエリアの画像調整 */
	.dp_sc_flip_card.colnum5 .card_item{
		width: calc(40% - 20px) !important;
	}
	/* TOPのSERVICEエリアの画像調整 */
	.dp_sc_flip_card .card_item{
		margin: 0 50px 50px !important;
	}
	
	.dp_sc_spanel .spanel_item{
/* 		width:50% !important; */
	}
	
	.global_menu_ul:not(.mq-mode) .menu-item .menu-link, .global_menu_ul:not(.mq-mode) .menu-item .menu-link *{
	font-size:10px !important;
}
	
	.dp_sc_spanel .spanel_inner .spanel_content p.hvr {
	font-size:15px !important;
}

	
}



@media screen and (max-width:1024px) {
	
	.br-1024{
	display:block;
	}


	/* フッターのACCESSを中央寄せにする */
	#custom_html-6{
		text-align:center;
	}
	
	#dprecentcustompostswidget-4 li {
		width:90% !important;
	}
	
}


@media screen and (max-width:940px) {
	
	.br-940{
	display:block;
	}
		
	.dp_sc_flip_card.colnum5 .card_item{
    	width: calc(45% - 20px) !important;
	}
	
	.dp_sc_flip_card .card_item{
		margin: 0 25px 25px !important;
	}
	
			.inside-title::before{
transform: translateX(-50%) translateX(-1.5vw) skewX(-35deg);
}

.inside-title::after{
transform: translateX(-50%) translateX(1.5vw) skewX(-35deg);
}


}
	
@media screen and (max-width:800px) {
	
	#dprecentcustompostswidget-4 .excerpt_div {
		display:block;
		text-align:center;
	}
	
	#dprecentcustompostswidget-4 .widget-time time {
		margin-right:0px;
	}
	
	#dprecentcustompostswidget-4 .widget-time time {
		font-size:12px;
	}
	
	.br-800{
		display:block;
	}

	.plx_wrap .plx_btn{
		margin-bottom:0px !important;
	}
	
	.entry h3{
		/*margin: 0rem 1rem 4rem 1.4rem !important;*/
		margin: 0 0 4rem !important;
		font-size:142% !important;
	}
	
	.philosophy-vision-text{
		font-size:40px !important;
	}
	
	.historyinfo th{
		min-width: 120px !important;
	}

	.inside-title::before{
		transform: translateX(-50%) translateX(-2vw) skewX(-35deg);
	}
	.inside-title::after{
	transform: translateX(-50%) translateX(2vw) skewX(-35deg);
	}
}
	
@media screen and (max-width:680px) {
	
	.dp_sc_flip_card.colnum5 .card_item{
		width: calc(70% - 20px) !important;
	}
}

@media screen and (max-width:599px) {
	
	.mt-30-599px{
		margin-top:30px !important;
	}
	
	.br-599{
		display:block;
	}
	
.pc .ct-whole:not(.body-bgimg):not(.video) {	
	padding-bottom: calc(4vh + 2.5vw + 60px) !important;
	}
	
	.pc .ct-whole.not-home {
    padding-top: calc(4vh + 74px) !important;
}
	
	.content-list-h3{
		text-align:center !important;
	}
	
	figure.wp-block-table:not(.middle-valign-all-cells) td:first-child{
		min-width: 100px;
	}
	
	table th {
		min-width: 100px;
	}
	
	.philosophy-vision-text{
		font-size:32px !important;
	}
	
	.swiper-slide.style-coverflow.three .sl-content .title{
		font-size:20px !important;
	}
	.swiper-slide.style-coverflow .sl-content .caption{
		font-size:14px !important;
	}

}



@media screen and (max-width:568px) {
	.ct-whole.singular .hd-title{
		font-size: 2.8rem !important;
	}
}





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

	
	.hd-content .hd-title{
		width:300px;
		min-width: auto;
	}

	.album-btn{
		display:none;
	}
	
	#foogallery_widget-2{
		display:none;
	}
	
	.header_bar .hd-title.img img {
    	/*max-width: 165px;*/
		height: 36px !important;
	}
	.br-480{
		display:block;
	}

	a.btn, .dp-container a.btn, .dp-container .entry a.btn{
		width:260px;
	}
	
	.entry .ft16px{
		font-size:13px !important;
	}
	
	.dp_sc_flip_card.colnum5 .card_item{
		width: calc(100% - 20px) !important;
	}
	
	#footer_menu_ul .menu-item .menu-link {
    padding: 20px 0px;
	}
	
	.plx_widget{
		padding: 10% 0;
	}
	
	.dp_sc_flip_card{
		margin-bottom:0px !important;
	}
	
	.ct-whole.singular .hd-title{
		font-size: 1.9rem !important;
	}
	
	figure.wp-block-table:not(.middle-valign-all-cells) td:first-child{align-content
		min-width: 80px;
	}
	
	table th {
		min-width: 80px;
	}
	
	.philosophy-vision-text{
		font-size:23px !important;
	}
	
	.header_bar .hd-title a{
		margin-top: 20px !important;
	}
	
				.inside-title::before{
transform: translateX(-50%) translateX(-3vw) skewX(-35deg);
}

.inside-title::after{
transform: translateX(-50%) translateX(3vw) skewX(-35deg);
}
	
	.dp_sc_spanel .spanel_inner .spanel_content p.hvr {
	font-size:13px !important;
	}



}

@media screen and (max-width:375px) {
	.br-375{
		display:block;
	}
	
	.dp_sc_spanel .spanel_inner .spanel_content p.title{
		font-size:16px !important;
	}
	
	.entry h3 {
    	font-size: 130% !important;
		 margin: 0rem 0rem 4rem 0rem !important;
	}
	
	.philosophy-vision-text{
		font-size:21px !important;
	}
	
					.inside-title::before{
transform: translateX(-50%) translateX(-4vw) skewX(-35deg);
}

.inside-title::after{
transform: translateX(-50%) translateX(4vw) skewX(-35deg);
}
	
	.swiper-slide.style-coverflow.three .sl-content .title{
		font-size:18px !important;
	}
	.swiper-slide.style-coverflow .sl-content .caption{
		font-size:12px !important;
	}
	
	.dp_sc_spanel .spanel_inner .spanel_content p.hvr {
	font-size:11px !important;
	}

}
/*2023/5 taisei*/
.content {
    max-width: inherit;
}
.plx_text_content {
    max-width: inherit;
}
.plx_widget.dp_parallax_widget-7 .plx_bg {
    --bg-size: 100% !important;
}
/*2023/5 taisei*/