@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

html {	scroll-behavior: smooth;}


.fa-angle-down{ display:none;}

.text-danger {
	color:red;
}
	
	
h1.entry-title,
h1.archive-title{
	display:none;
}

.article h2,
.article h4{
    /* font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; */
    line-height: 100%;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
	background-color:unset;
}
.article h2,
.article h4{
    display: flex;
    align-items: center;
    color: #1273b0;
    font-size: 2rem;
	padding-top:0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.article h2:after,
.article h4:after{
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #1273b0;
    margin-left: 1rem;
}
.article h3{
padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    background: repeating-linear-gradient( 45deg, #f0f0f0, #f0f0f0 2px, #fff 0, #fff 4px );
	font-size:16px;
	border:none;
	
}
.article h4{
	border:none;
	font-size:24px;
}

.article h2{
	padding-left:0;
}
.article h2.card-title{
	font-size:1.5rem;
	color:black;
	
}

div.contact h2{
	padding:0;
}

.intro,
.contact{
border: 5px solid #eee;
    border-radius: 10px;
    padding: 2rem !important;
	background: #fafafa !important;
}

a:hover{
	color:#fff;
}


footer li.menu-item-has-children {
	border-top:none !important;
}

#footer a.title{
	font-weight:bold;
}

.ct_btu{
	font-size:16px;
}

/************************************
** 一覧ページ
************************************/
.ect-3-columns {

    border-top: solid 2px #1273b0;
	    padding-top: 63px;
		display: -webkit-inline-box;
}

.ect-3-columns .entry-card-wrap{
	padding: 3rem;

}

/************************************
** アイキャッチ画像を全幅表示する
************************************/

/*枠組み*/
.eye-catch-wrap {
	margin-left: -29px; /*左の余白*/
	margin-right: -29px; /*右の余白*/
}

/*横幅 834px 以下に適用される*/
@media screen and (max-width: 834px){
	/*枠組み*/
	.eye-catch-wrap {
		margin-left: -20px; /*左の余白*/
		margin-right: -20px; /*右の余白*/
	}
}
/************************************
** MW WP Form用
************************************/
.mb-5 {
    margin-bottom: 3rem!important;
}
.pb-3 {
    padding-bottom: 1rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.border-bottom {
	border-bottom: 1px solid #ccc;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}


.me-2 {
    margin-right: 0.5rem!important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
}

label {
    display: inline-block;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

br.sp{display:none!Important;}

@media screen and  (min-width: 768px){
.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
	.col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	#c_f_widget{
		display: block !important;
	}
}

	
/*767px以下*/
@media screen and (max-width: 767px){	}


/*520px以下*/
@media screen and (max-width: 520px){
/*背景消し*/
body.custom-background {background:none!Important;}
br.sp{display:block!Important;}
}	
	
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	h2{font-size:40px;}
}

	
/*上部ナビゲーション*/
#navi .navi-in>ul>li{	border-left: 1px #ccc solid;}
#navi .navi-in>ul>li:first-child {	border-left: none;}
#navi .navi-in>ul{ margin:0.5rem 0;}
.navi-in > ul {  justify-content: end;}
#navi .navi-in > ul > li > a {	padding: 0 0.75em;  }
a:hover{color: brown;}

/*詳細へのボタン*/
.wp-block-button__link {
	color: #fff;
	background-color:#1273b0;
	border-radius: 10px;
}
	a.wp-block-button__link:hover{color:#ccc!Important;background-color:#000!Important;}
	
body .is-layout-flex {justify-content: center; margin-top: 1rem;}
.article h2{padding: 0; font-weight: 600; font-size: 1.5rem;}



footer ul li{line-height:1.0rem;}
.widget_nav_menu ul li a{padding:0.25rem 0;}
footer li.menu-item-has-children{ margin-top:1.5rem; border-top:1px solid #ccc;}

/*上部ページごとのタイトル*/
#content-top{ background: #000; color:#fff; padding:3rem 0;}
#content-top h2{ font-size: 1.02rem;}
#content-top h3{ font-size: 2rem;}

/*上部パンくずリスト*/
.breadcrumb{text-align:right;}
.breadcrumb a:hover{color: red;}

/*TOP NEWSエリア*/
.wp-block-latest-posts__list li{
/*.wp-container-31 li{*/
	display: flex; 
	justify-content: start; 
	flex-direction: row-reverse; 
	border-bottom: 1px solid #aaa;
	gap:0px 3rem;
}

/*TOPサービスエリア*/
.over_image{margin-top: -64px;}
.over_image img{border-radius: 50% !important;}
.wp-block-buttons{align-items: flex-end;}

/*TOP実績*/
.wp-container-28 h4.has-small-font-size{ font-size: 1.35rem!important;}

/*TOP見出し上*/
img.wp-image-751{ width:3px!Important;}
body.page-id-67 h5{color:#1273b0; border: none;}
body.page-id-67 h2{color:#1273b0; justify-content: center;}
body.page-id-67 h2:after{content: none;}
body.page-id-67 .article h2{padding: 0;}
body.page-id-67 .article h5{margin-bottom: 0em;}
body.page-id-67 p{margin-bottom: 0em;}
body.page-id-67 h4{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	background: repeating-linear-gradient( 45deg, #f0f0f0, #f0f0f0 2px, #fff 0, #fff 4px );
	justify-content: center;
  }
body.page-id-67 .article h4:after {content: none;}
body.page-id-67 .has-small-font-size{font-size: inherit!important;}
body.page-id-67 .wp-container-core-columns-layout-10 ul li{display:block;width:100%; border-bottom: 1px solid #eee; }
body.page-id-67 .wp-container-core-columns-layout-10 ul li time{
	font-size:0.75rem; 
	margin-left: 2rem; 
	color: #fff; 
	font-weight:600; 
	background-color:#ccc; 
	border-radius:10px; 
	padding:0.25rem 1rem 0.25rem 1rem;
	display:inline;
}

/*フッタ前メニュー*/
	
.footer-bottom-content { display:block;}
#content-bottom{background: #0e0e29;}
.content-bottom {margin: 0; padding: 2rem 0;}
.content-bottom-in{display:flex;}
.content-bottom-in ul{margin-left: 1rem;}
.content-bottom-in ul li, .content-bottom-in ol li {  margin: 0;}
.content-bottom-in .widget_nav_menu ul li a{padding:0;}
.content-bottom .widget_nav_menu ul li a{color: #fff;}
.content-bottom .widget_nav_menu ul li ul li a{color: #fff; border-bottom: 1px solid #ccc; font-size: 1rem;}

/*footer*/
#footer {  margin-top: 0;background: #0e0e29;}
.footer-bottom-content{ border-top: 1px solid #ccc; padding-top: 0.5rem;}
.footer-bottom.fdt-left-and-right .footer-bottom-content { justify-content: end;}
#footer li a:hover{color: brown; background: rgba(255,255,255,0.85);}
ul#menu-footernavigation_left{ margin-top:1.5rem;}

/*custom widget footer下　フッターロゴサイズ等*/
#c_f_widget{display:flex;justify-content: space-between; padding: 0.5rem 0;}
#c_f_widget img{ width: 75px;}
#c_f_widget{font-size:12px;}

/*recruite 新卒*/
/*
.t01{background: #efefef; padding:0.25rem 0;}
.newg_table{border:1px solid #efefef;} 
.newg_table p{ padding: 0.25rem 1rem;}
*/

/*検索ボタン削除*/
.search-menu-button{display:none;}

/*記事2024募集*/
figure.wp-block-table table {
	margin:0px auto;
}

/*フッタのリンク色変更*/
	#footer a:hover{color:#0e0e29!Important;}

/*お問い合わせボタンのリンク色変更*/
a.has-indigo-background-color:hover{color:#ccc!Important;background-color:#000!Important;}
