@charset "UTF-8";

/*!
Theme Name: Cocoon Child Btix
Description: Cocoon専用の Btix 子テーマ
Theme URI: none
Author: Btix
Author URI: https://btix.jp/
Template:   cocoon-master
Version:    1.0.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#header-container {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25) !important;
  position: relative !important;
}
#header-container.fixed-header {
  position: fixed !important;
}

.gnv__keyvisual {
  background-image: url('https://growth.dxpo.jp/navi/wp-content/uploads/2025/12/09200902/keyvisual.png');
  background-color: #f6f6f6;
  background-size: cover;
  background-position: center center;
  padding: 20px 0;
  margin-bottom: 48px;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.gnv__keyvisual__container {
  width: 1256px;
  margin: auto;
}
.gnv__keyvisual__container__eyecatch {
  display: flex;
  justify-content: right;
}
.gnv__keyvisual__container__eyecatch__txt {
    display: inline-block;
    font-size: 32px;
    font-weight: 800;
    /* padding: 12px 20px;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 5%); */
}
.gnv__keyvisual__container__eyecatch__txt__txt {
  display: block;
  font-size: 1.55rem;
  text-shadow:
    4px 0 #fff,
    -4px 0 #fff,
    0 4px #fff,
    0 -4px #fff,
    3px 3px #fff,
    -3px 3px #fff,
    3px -3px #fff,
    -3px -3px #fff;
}
.gnv__keyvisual__container__eyecatch__txt__img {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.gnv__keyvisual__container__eyecatch__txt__img img {
  width: 580px;
}
.gnv__keyvisual__container__topPickup {
    display: flex;
    width: 640px;
    padding: 0;
}
.gnv__keyvisual__container__topPickup li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    padding: 0;
    list-style-type: none;
}
.gnv__keyvisual__container__topPickup li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 480px) {
    .gnv__keyvisual {
        min-height: 160px;
        padding: 0 16px;
        margin-bottom: 24px;
        background-position: right center;
    }
    .gnv__keyvisual__container {
        width: 100%;
    }
    .new-entry-card-thumb.widget-entry-card-thumb.card-thumb {
        width: 100%;
    }
    .gnv__keyvisual__container__eyecatch {
        justify-content: right;
        display: flex;
    }
    .gnv__keyvisual__container__eyecatch__txt {
        font-size: 18px;
        text-align: center;
        width: 50%;
    }
    .gnv__keyvisual__container__eyecatch__txt__img img  {
        width: 200px;
    }
}
.news__more {
    text-align: center;   
}
.news__more a {
    background-color: #222;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px;
    border-radius: 24px;
    border: 2px solid #222;
    font-size: 1rem;
    font-weight: 600;
}
.news__more a:hover {
    background-color: #fff;
    color: #000;
}
.category-list {
    width: 100%;
    display: flex;
    padding-left: 0;
}
.category-list li {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
    list-style-type: none;
}
.category-list li:last-child {
    margin-right: 0;
}
.category-list li a {
    display: block;
    background-color: #222;
    color: #fff;
}
.widget-entry-cards .a-wrap {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
}
.new-entry-cards.widget-entry-cards.no-icon.cf {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.widget-entry-cards.card-large-image .a-wrap,
.widget-entry-cards.card-large-image figure img {
    border-radius: 8px;
}
.widget-entry-cards.card-large-image .a-wrap {
    margin-bottom: 32px;
    padding-bottom: 8px;
}
.widget-entry-cards .a-wrap:nth-child(3n) {
    margin-right: 0;
}
.new-entry-cards.widget-entry-cards.no-icon.cf a:last-child {
    margin-right: 0;
}
.footer {
    margin-top: 80px;
}
.widget-entry-cards:not(.large-thumb-on) .card-title {
    padding-right: 8px;
}
.popular__wrapper {
    
}
.popular__wrapper .popular-entry-cards {
    display: flex;
}
.popular__wrapper .popular-entry-cards a {
    width: calc((100% - 64px) / 3);
}
.popular__wrapper .popular-entry-card-link {
    border: 1px solid #333;
}
.widget-entry-cards.ranking-visible .card-thumb::before {
    width: 24px;
    height: 24px;
}
.widget-entry-cards.card-large-image figure img {
    border-radius: 8px;
}
.widget-entry-cards.large-thumb-on .e-card {
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 4px;
}
.popular-entry-card-pv.widget-entry-card-pv {
    display: none;
}
.footer-bottom {
  margin-top: 0;
}
.copyright {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
    .category-list {
        display: block;
    }
    .category-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .new-entry-cards.widget-entry-cards.no-icon.cf {
        display: block;
    }
    .widget-entry-cards .a-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .popular__wrapper {
        padding: 0 16px;
    }
    .popular__wrapper .popular-entry-cards {
        display: block;
    }
    .popular__wrapper .popular-entry-cards a {
        width: 100%;
    }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* ------------------------------ */
/*                                */
/* colledge からの移植 */
/*                                */
/* ------------------------------ */
			h1.entry-title {
background:#333333!important;
  color:#ffffff!important;
  padding:15px;
  padding-left:20px;
  margin-bottom:20px;
  font-size:32px;
  border-bottom: solid 7px #f06400;/*下線*/
}

h2.wp-block-heading,
h3.widget-sidebar-title.widget-title {
background:#f3fff7 !important;
  color:#16a34a!important;
  padding:8px;
  padding-left:14px;
  margin-bottom:20px;
  font-size:26px;
  border-bottom: solid 7px #16a34a;/*下線*/
}

.textwidget {
  border: 1px solid #333333!important;
}

h3.wp-block-heading {
  position: relative;
  padding: 0.5rem 1rem;
  border: 2px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
}

h3.wp-block-heading:before {
  color: #8c8c8c;
  margin-right: 8px;
}

h3.ranking-head {
  position: relative;
  padding: 0.2rem 0.7rem;
  background: #333333;
	color:#ffffff;
  margin-bottom:-15px!important;
}

/**目次**/
.toc {
  border: 2px solid #333333!important;
}

/**カルーセル左右矢印の色・大きさ**/
.carousel .slick-arrow:before{
  color:#333333;
  font-size:28px;
}

.textwidget {
  border: border: 1px solid #333333!important;
}

strong {
  background: linear-gradient(transparent 50%, palegreen 50%); 
  font-size: 115%;
}

em {
  color: darkorange;
  font-weight:  bold;
}

.widget_categories ul li a:before {
  content:"■";
  margin-right:5px;
}

.widget_categories ul li ul li a:before {
  content:">";
  margin-right:5px;
}

.list-title-in {
	padding:0 0px;
}

.list-title-in:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 0px;
  height: 1px;
	background-color: #333333;}

.list-title-in:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 0px;
  height: 1px;
	background-color: #333333;}

.new-entry-card-title {
	font-size: 13px;
}

p.college-disc {
	line-height: 24px;
	font-size:15px;
	padding-bottom:0px!important;
	text-align: justify;
}

.button-glass {
  display: block;
  text-align: center;
  box-sizing: border-box;
  color: #FFF;
}
.button-glass:hover {
  opacity: 0.7;
}

.item-label{
  font-weight:bold;
  width: auto;
}

.menu-item:hover{
  filter:invert(100%);
	z-index: 2!important; /* upper要素を上に配置 */
}

.sub-menu{
  background-color:#ffffff!important;
  border: 1px solid #333!important;
}

.sub-menu > li,
.sub-menu > li a:hover{
  border-bottom: 1px solid #333!important;
}
 
.sub-menu > li:last-child,
.sub-menu > li:last-child a:hover{
  border-bottom: none!important;
}

.carousel-entry-card-title {
  font-size:12px!important;
  font-weight:bold;
  line-height:17px;
  margin-bottom:6px;
}

.carousel-entry-card-wrap {
  border-color:#333333!important;
  box-shadow:none!important;
}

.carousel-entry-card-wrap:hover {
	color:#ffffff!important;
  box-shadow:none!important;
  background:#333333;
}

.entry-card-wrap {
  border-color:#333333!important;
}

.entry-card-wrap:hover {
	background:#333333;
  filter:invert(0%);
	color:#ffffff!important;
}

.tag-cloud-link {
	color:#333333!important;
	border: 1px solid #333333!important;
}

.tag-link:hover {
	background:#333333!important;
  filter:invert(0%);
	color:#ffffff!important;
}

.tag-cloud-link {
	color:#333333!important;
	border: 1px solid #333333!important;
}

.tag-cloud-link:hover {
	background:#333333!important;
  filter:invert(0%);
	color:#ffffff!important;
}

.new-entry-card-link {
	background:#333333!important;
  filter:invert(0%);
	color:#ffffff!important;
}

.new-entry-card-link:hover {
	background:#ffffff!important;
  filter:invert(0%);
	color:#333333!important;
	border: 1px solid #333333!important;
}

.children {
	border: 2px solid #333333!important;
}



@media (min-width: 800px) {

  /* 横幅が800px以下の場合に適用するスタイル */
  .appeal-content{
    max-width:800px;
    max-height:500px;
    background-color:rgba(255,255,255,0.85);
    margin:auto;
    padding:2em;
    text-align:center;
    border-radius:var(--cocoon-basic-border-radius);
    display:block;
    position:absolute;
    text-align: center;
    right: 10%; /* 画面左から50px */
    z-index: 1!important; /* upper要素を上に配置 */
	}
}

@media (max-width: 480px) {
   /* 横幅が480px以下の場合に適用するスタイル */
   div#sidebar { width: 100%; }

  .appeal-content{
    max-width:480px;
    background-color:rgba(255,255,255,0.85);
    margin:auto;
    padding:1em;
    text-align:center;
    border-radius:var(--cocoon-basic-border-radius);
    display:block;
    position:absolute;
    top:77px;
    right: 10px; /* 画面左から50px */
    left: 10px; /* 画面左から50px */
  }
}

.list-more-button {
  display: inline-block;
  padding: 3em 3em;
  text-decoration: none;
  color:#ffffff!important;
  background:#d3d3d3;
  border: solid 10px var(--cocoon-basic-border-color);
  font-weight:bold;
  transition: 0.4s;
  margin: 1em 0 1em;
  font-size: 18px;
  border-radius: 99px;
}

.list-title{
	margin-top: 0px !important;
	height:30px;
  color:#333333;
}

 /* サイドメニューボタンの間隔 */
.wp-image-1924 {
  margin-top: -12px!important
}

.wp-image-1948 {
  margin-top: -12px!important
}

.wp-image-1949 {
  margin-top: -12px!important
}

.wp-image-1677 {
  margin-top: -12px!important
}

.wp-image-1679 {
  margin-top: -13px!important
}

.wp-image-1678 {
  margin-top: -13px!important
}

.wp-image-3640 {
  margin-top: -13px!important
}

 /* 検索窓タイトルの非表示 */
.widget-sidebar-title {
	display: none;
}

 /* この記事の作者の説明余白削除 */
.author-description{
	margin-bottom:-30px!important;
}

/* 4カラム */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  background-color: #ffffff; /* 背景の色 */
  color: #333; /* 文字の色 */
  text-align: center; /* 内容は中央配置 */
}
.col_4 > div{
  width: 24%;
  padding: 0px;
  border: 1px solid;
  margin:1px;
}
@media screen and (max-width: 1090px) {
	.col_4 > div{
		width: 49.5%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	}
}


 /* サイドメニューアコーディオン */
.details {
	transition: .3s;
	overflow: hidden;
	margin-top: -10px;
	padding-bottom: 10px;
	&:last-of-type {
		margin-bottom: 0;align-content
	}
}
.details[open] {
	margin-top: 0;
	padding-bottom: 1px!important;
} 
.details-summary {
	display: block;
	padding: 0px;
  transition: .3s;
	transform: translateY(10px);
	background-color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	border-bottom: 2px solid #333333;
  &:hover {
		cursor: pointer;
	}

}

.details-summary::-webkit-details-marker {
	display: none;
}

.details[open] .details-summary {
	transform: translateY(0);
}

.details-content {
	padding: 8px;
	background-color: #fff;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	line-height:20px;
	font-size:14px;
}

.search-edit {
	border: 2px solid !important;
}

.search-submit {
	color:#333333;
}


 /* 投稿文下のバナー構成*/
h1 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

strong {
  background: linear-gradient(transparent 50%, palegreen 50%); 
  font-size: 115%;
}

em {
  color: darkorange;
  font-weight:  bold;
}

.widget_categories ul li a:before {
  content:"■";
  margin-right:5px;
}

.widget_categories ul li ul li a:before {
  content:">";
  margin-right:5px;
}


.list-title-in {
	padding:0 0px;
}

.list-title-in:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 0px;
  height: 1px;
  background-color: #333333;
}

.list-title-in:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 0px;
  height: 1px;
  background-color: #333333;
}

.new-entry-card-title {
	font-size: 13px;
}

p.college-disc {
	line-height: 24px;
	font-size:15px;
	padding-bottom:0px!important;
	text-align: justify;
}

.button-glass {
  display: block;
  text-align: center;
  box-sizing: border-box;
  color: #FFF;
}
.button-glass:hover {
  opacity: 0.7;
}

.item-label{
  font-weight:bold;
  width: auto;
 }

.menu-item:hover{
  background-color:#333333 !important;
}

.sub-menu{
  background-color:#ffffff!important;
  border: 1px solid #333333!important;
}
 
.sub-menu > li,
.sub-menu > li a:hover{
  border-bottom: 1px solid #333333!important;
}

.sub-menu > li:last-child,
.sub-menu > li:last-child a:hover{
  border-bottom: none!important;
}


@media (min-width: 800px) {
  /* 横幅が800px以下の場合に適用するスタイル */
  .appeal-content{
    max-width:800px!important;
    background-color:rgba(255,255,255,0.85);
    margin:0px;
    padding:1em;
    text-align:center;
    border-radius:var(--cocoon-basic-border-radius);
    display:block;
    position:absolute;
      top:145px;
    right: 10%; /* 画面左から50px */
  }
}

@media (max-width: 480px) {
  /* 横幅が480px以下の場合に適用するスタイル */
  div#sidebar { width: 100%; }
  .appeal-content{
    max-width:480px;
    background-color:rgba(255,255,255,0.85);
    margin:auto;
    padding:1em;
    text-align:center;
    border-radius:var(--cocoon-basic-border-radius);
    display:block;
    position:absolute;
    text-align: center;
    right: 10px; /* 画面左から50px */
    left: 10px; /* 画面左から50px */
  }
}

.list-more-button {
  display: inline-block;
  padding: 3em 3em;
  text-decoration: none;
  color:#ffffff!important;
  background:#d3d3d3;
  border: solid 10px var(--cocoon-basic-border-color);
  font-weight:bold;
  transition: 0.4s;
  margin: 1em 0 1em;
  font-size: 18px;
  border-radius: 99px;
}

.list-title{
  margin-top:0px!important;
  height:30px;
  color: #333333;
}

 /* サイドメニューボタンの間隔 */
.wp-image-1924 {
  margin-top: -12px!important
}
.wp-image-1948 {
  margin-top: -12px!important
}
.wp-image-1949 {
  margin-top: -12px!important
}
.wp-image-1677 {
  margin-top: -12px!important
}
.wp-image-1679 {
  margin-top: -13px!important
}
.wp-image-1678 {
  margin-top: -13px!important
}
.wp-image-3640 {
  margin-top: -13px!important
}

 /* 検索窓タイトルの非表示 */
.widget-sidebar-title {
	display: none;
}

 /* この記事の作者の説明余白削除 */
.author-description{
	margin-bottom:-30px!important;
}

/* 4カラム */
*, *:before, *:after {
	box-sizing: border-box;
}

.col_4{
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  background-color: #ffffff; /* 背景の色 */
  color: #333333; /* 文字の色 */
  text-align: center; /* 内容は中央配置 */
}

.col_4 > div{
	width: 24%;
	padding: 0px;
		border: 1px solid;
margin:1px;
}

@media screen and (max-width: 1090px) {
	.col_4 > div{
		width: 49.5%;
	}
}

@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	}
}

 /* サイドメニューアコーディオン */
.details {
	transition: .3s;
	overflow: hidden;
	margin-top: -10px;
	padding-bottom: 10px;
	&:last-of-type {
		margin-bottom: 0;align-content
	}
}
.details[open] {
	margin-top: 0;
	padding-bottom: 1px!important;
} 
.details-summary {
	display: block;
	padding: 0px;
  transition: .3s;
	transform: translateY(10px);
	background-color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
  border-bottom: 2px solid #333333;
	&:hover {
		cursor: pointer;
	}
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details[open] .details-summary {
	transform: translateY(0);
}

.details-content {
	padding: 8px;
	background-color: #fff;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	line-height:20px;
	font-size:14px;
}

.search-edit {
	border: 2px solid !important;
}

/* 投稿文下のバナー構成*/
/* color */
.hp_bgfk { background: #853477;}
.hp_bgtka { background: #ea5504;}
.hp_bgtkn { background: #007E43;}
.hp_bgos { background: #195d7d;}
.hp_bgng { background: #6a3906;}
.hp_bgtk { background: #1c8008;}

/*  card */
.bl_rect {
/* 	box-sizing: border-box; */
/*   border: 1px solid #ccc; */
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.bl_rect_body {
  padding: 8px;
  text-align: center;
}

.bl_rect_body > *:last-child {
  margin-bottom: 0!important;
}

.bl_rect_head {
  color: #fff;
  margin-bottom: 5px!important;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0!important;
  padding: 4px 0!important;
}

.bl_rect_ttl {
  margin-bottom: 0!important;
  font-size: 1.225rem;
  font-weight: bold;
  margin-top: 0!important;
}

.bl_rect_txt {
  font-size: 0.9rem;
  color: #333;
  margin-top: 0!important;
}

.bl_rect > p {
	display: none;
}


/* card 4col */
.bl_rectUnit {
  display: flex;
  flex-wrap: wrap;
}

.bl_rectUnit.bl_rectUnit__col4 {
  margin-bottom: 0px;
}

.bl_rectUnit__col4 > .bl_rect {
  width:  23.58%;
  margin-right: 1.62602%;
  margin-bottom: 5px;
}

.bl_rectUnit__col4 > .bl_rect:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .bl_rectUnit.bl_rectUnit__col4 {
    margin-bottom: -20px;
  }
  .bl_rectUnit > .bl_rect {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* link card */
a.bl_rect {
  display: block;
  color: currentColor;
  text-decoration: none;
  transition: .25s;
}

a.bl_rect .bl_rect_ttl,
a.bl_rect .bl_rect_txt {
  transition: .25s;
}

a.bl_rect:focus,
a.bl_rect:hover {
  opacity: .75;
}

a.bl_rect:focus .bl_rect_ttl,
a.bl_rect:focus .bl_rect_txt,
a.bl_rect:hover .bl_rect_ttl,
a.bl_rect:hover .bl_rect_txt {
  color: #e25c00;
  /* text-decoration: underline; */
}

.bl_footerChildNav_item{
	font-size:15px;
}

.box {
  --mask:
    radial-gradient(51.43px at 50% calc(100% - 69px),#000 99%,#0000 101%) calc(50% - 46px) 0/92px 100%,
    radial-gradient(51.43px at 50% calc(100% + 46px),#0000 99%,#000 101%) 50% calc(100% - 23px)/92px 100% repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask);
}

.appeal-button {
  width:90%!important;
}
  /* 
.carousel-in{
	background:#8c8c8c!important;
}
.slick-slide{
	background:#fff!important;
}
 */

.realtobanner-tittle {
}

.realtobanner-small {
  margin-top:-25pt!important;
  margin-bottom:30pt!important;
  font-size: 10pt!important;
  color: #333333!important;
  text-align: right!important;
  line-height: 12pt!important;
  font-weight: 5em!important;
}

.details-info {
	padding: 4px;
	background-color: #fff;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	line-height:20px;
	font-size:14px;
}

.list-more-button {
	background-color:#f06400;
	color:#ffff;
	border: none;
}

.list-more-button:hover {
	background-color:#333333;
	color:#ffff;
	border: none;
}

.list-more-button-wrap {
	margin-bottom: 30px!important;
	line-height:25px;

}

.admin-pv {
	margin-bottom: 0px!important;
	line-height:25px;
}

.list-title-in {
	font-size: 20px!important;
	margin:2px!important;
	height:10px!important;
}

h1.list-new-entries-title {
	background-color:#333333;
  font-weight: bold;
	color:#ffff;
	height:40px!important;
}


/* 週間ランキング */

.popular-entry-card-link {
	border-top: 1px solid #333333!important;
	border-bottom: 1px solid #333333!important;
}

.popular-entry-card-link:hover {
	background-color:#333333!important;
	color:#ffffff!important;
}

.no-2 {
	border-top: 2px solid 333333!important;
	border-bottom: 2px solid #333333!important;

}

.no-3 {
	border-top: 2px solid #333333!important;
	border-bottom: 2px solid #333333!important;
}

.cat-item {
	border-top: 0px solid #b5b5b5!important;
	border-bottom: 0.5px solid #b5b5b5!important;
	margin-bottom:5px;
}
/* ここまで*/

.slick-dots {
	margin-bottom:15px!important;

}

.content-in {
	padding-top:0px!important;

}

.appeal-title {
  z-index: -1!important; /* upper要素を上に配置 */
  line-height:25px!important;
  margin-bottom:10px;
}

.entry-card-title {
  margin-top:15px;
	margin-bottom:15px!important;
	line-height:25px!important;
	margin-bottom:10px;
}

.border-collapse {
  border: solid 1px #333333!important;
}

.cat-label {
  border-radius:20px;
	border:none!important;
	padding-top:1%;
	padding-bottom:1%;
	margin: 0 auto;
	width:auto;
	height:auto;
  left:2%;
	top:3%;
	text-align:center;
	font-size:10px;
}

/* PR表記 */
.pr-label{
	font-size:14px!important;
  border: 1px solid rgba(51, 51, 51, 0.7);
  font-size: 0.8em;
  color: var(--cocoon-text-color);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1em;
  text-align: center;
  border-radius: var(--cocoon-badge-border-radius);
  margin-top: 0.5em;
  margin-bottom: 0.5em
}

/* モバイルで非表示 */
@media screen and (max-width: 1000px) {
  .header-container{
    display: none!important;
  }
}

.popular {
  width: auto;
  padding: 0;
}
.popular .widget-entry-card {
  display: block;
}
.popular .new-entry-card-thumb.widget-entry-card-thumb.card-thumb {
  width: 100%;
  float: none;
}
.popular .new-entry-card-thumb.widget-entry-card-thumb.card-thumb img {
  width: 100%;
}
.popular .widget-entry-card-content {
  margin-left: 0;
  width: 100%;
}
.popular .widget-entry-cards .a-wrap {
  margin-bottom: 16px;
}
.popular .widget-entry-card-title {
  font-size: 14px;
}
.admin-pv {
  display: none;
}
.main {
  padding: 0;
  background: none;
}
.main section.container {
  padding: 36px 29px;
  background-color: #fff;
}
.ect-vertical-card.ect-tile-card .a-wrap {
  min-height: 360px;
}

@media screen and (max-width: 767px){
  .popular {
    width: 100%;
    padding: 0;
  }
  .popular .widget-entry-card {
    display: flex;
  }
  .popular .new-entry-card-thumb.widget-entry-card-thumb.card-thumb {
    width: 30%;
  }
  .popular .new-entry-card-thumb.widget-entry-card-thumb.card-thumb img {
    width: 100%;
  }
  .popular .widget-entry-card-content {
    margin-left: 0;
    width: 70%;
  }
  .popular .widget-entry-cards .a-wrap {
    margin-bottom: 16px;
  }
  .main {
  padding: 0;
  background: none;
  }
  .main section.container {
    padding: 24px 16px;
    background-color: #fff;
  }
  .ect-vertical-card.ect-tile-card .a-wrap {
    min-height: inherit;
  }
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.card-thumb img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
	.ect-vertical-card .entry-card-wrap .entry-card {
		margin-bottom: 8px;
	}
	.ect-vertical-card .entry-card-wrap .entry-card-thumb {
		height: 180px;
	}
	.entry-card-title {
    	margin-top: 8px;
		margin-bottom: 2px !important;
	}
	.logo-menu-button img {
		max-height: 36px;
	}
	.jointtxt {
        font-size: 1.2rem;
        position: relative;
        top: 6px;
    }
}

.gn__topH2 {
  margin-bottom: 12px;
}
.gn__newgrad__wrapper,
.gn__career__wrapper {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
.gn__newgrad__wrapper .gn__newgrad__wrapper__more,
.gn__career__wrapper .gn__career__wrapper__more {
  text-align: center;
  margin-top: 24px;
}
.gn__newgrad__wrapper .gn__newgrad__wrapper__more a,
.gn__career__wrapper .gn__career__wrapper__more a {
  display: inline-block;
  min-width: 400px;
  background-color: #fff;
  border: 2px solid #16a34a;
  color: #16a34a;
  text-decoration: none;
  padding: 12px 24px;
  font-weight: 700;
  border-radius: 12px;
}
.gn__newgrad__wrapper .gn__newgrad__wrapper__more a:hover {
  background-color: #16a34a;
  color: #fff;
}
.gn__career__wrapper .gn__career__wrapper__more a {
  background-color: #fff;
  border-color: #f40;
  color: #f40;
}
.gn__career__wrapper .gn__career__wrapper__more a:hover {
  background-color: #f40;
  color: #fff;
}
.widget-entry-cards .a-wrap {
  padding: 10px 10px 2px;
}
.new-entry-card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.gn__topH2 {
  margin-top: 16px;
}
.gn__topH2:first-child {
  margin-top: 0;
}
.show__sp {
  display: none;
}

.newgrad_childcategory {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.newgrad_childcategory li {
  width: calc((100% - 96px) / 7);
  margin-right: 16px;
  background-color: #16a34a;
  border: 2px solid #16a34a;
  border-radius: 4px;
  list-style: none;
  position: relative;
}
.newgrad_childcategory li:nth-child(7) {
  margin-right: 0;
}
/* .newgrad_childcategory li:after {
  content: "";
  display: inline-block;
} */
.newgrad_childcategory li a {
  color: #16a34a;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 10px 4px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.newgrad_childcategory li.focus a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #16a34a;
}
.newgrad_childcategory li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  right: -30px;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  top: calc(50% - 14px);
  font-weight: 1000;
  color: #16a34a;
  font-size: 16px;
}
.newgrad_childcategory li:last-child::after {
  display: none;
}
.newgrad_childcategory li a::before {
  content: "Step 1";
  display: inline-block;
  background-color: #16a34a;
  color: #fff;
  font-size: 0.6rem;
  padding: 2px 20px 2px;
  border-radius: 12px;
}
.newgrad_childcategory li:nth-child(2) a::before {
  content: "Step 2";
}
.newgrad_childcategory li:nth-child(3) a::before {
  content: "Step 3";
}
.newgrad_childcategory li:nth-child(4) a::before {
  content: "Step 4";
}
.newgrad_childcategory li:nth-child(5) a::before {
  content: "Step 5";
}
.newgrad_childcategory li:nth-child(6) a::before {
  content: "Step 6";
}
.newgrad_childcategory li:nth-child(7) a::before {
  content: "Step 7";
}
.newgrad_childcategory li a span {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  margin-top: 2px;
}
.gn__topH2 {
  font-size: 1.5rem;
  margin-top: 48px;
  margin-bottom: 16px;
  line-height: 1.5;
}
/* カテゴリ一覧 hover時の表示 */
.newgrad_childcategory li a {
  transition:
    background-size 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.1s ease;
  /* background-size: 120% !important; */
  transform: scale(1);
  background-position: center center !important;
}

.widget-entry-cards.large-thumb-on .card-title {
  font-weight: 700;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  border-bottom: 1px dotted #ddd;
}
h1.entry-title {
  border-color: #16a34a;
}
.cat-item,
.cat-item .children {
  border: none !important;
}
.cat-item .children li {
  border-bottom: 1px dotted #ddd !important;
}
.widget.widget-sidebar.widget-sidebar-standard.widget_text {
  border: none;
}
.widget-sidebar-title.widget-title {
  display: block;
}
.single__top__category {
  position: absolute;
  top: 4px;
  left: 10px;
}
.cat-link {
  background-color: #16a34a;
  border: 1px solid #16a34a;
  font-weight: 600;
}
.cat-link:hover {
  background-color: #fff;
  color: #16a34a;
  opacity: 1;
}
.cat-link .fas.fa-folder.cat-icon.tax-icon {
  margin-right: 4px;
}
.tabposts__wrapper__items {
  display: none;
}
.tabposts__wrapper__items ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.tabposts__wrapper__items ul li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-right: 32px;
  width: calc((100% - 64px) / 3);
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 12px;
}
.tabposts__wrapper__items ul li:nth-child(3n) {
  margin-right: 0;
}
.tabposts__wrapper__items ul li:last-child {
  margin-right: 0;
}
.tabposts__wrapper__items ul li a {
  display: block;
  position: relative;
  color: #222;
  text-decoration: none;
}
.tabposts__wrapper__items ul li a .cn__child-category-name {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  display: flex;
}
.tabposts__wrapper__items ul li a .cn__child-category-name span {
  display: block;
  background-color: #16a34a;
  border: 1px solid #16a34a;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 8px;
  margin-right: 4px;
}
.tabposts__wrapper__items ul li a .cn__child-category-name span:last-child {
  margin-right: 0;
}
.tabposts__wrapper__items ul li a .cn__posts__thumnail {
  overflow: hidden;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #eee;
}
.tabposts__wrapper__items ul li a .cn__posts__thumnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.tabposts__wrapper__items ul li a .cn__posts__name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 8px;
}
.tabposts__wrapper__items ul li a:hover .cn__child-category-name span {
  background-color: #fff;
  color: #16a34a;
}
.tabposts__wrapper__items ul li a:hover .cn__posts__name {
  color: #16a34a;
}
.tabposts__wrapper__items.twi__1 {
  display: block;
}
.newgrad_childcategory {
  margin-bottom: 16px;
}
.newgrad_childcategory li.focus a {
  background-color: #16a34a;
}
.newgrad_childcategory li.focus a span {
  color: #fff;
}
.newgrad_childcategory li.focus a::before {
  background-color: #fff;
  color: #16a34a;
}
.newgrad_childcategory li a:hover {
  background-color: #16a34a;
  color: #fff;
}
.newgrad_childcategory li a:hover::before {
  background-color: #fff;
  color: #16a34a;
}
.tabposts__wrapper {
  padding: 24px;
  border: 2px solid #16a34a;
  margin-top: -2px;
  background-color: #fff;
  border-radius: 8px;
}

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

  .widget-entry-cards.large-thumb-on .card-title {
    font-size: 1rem;
  }
  .widget-entry-cards.card-large-image .a-wrap {
    margin-bottom: 16px;
  }
  .gn__newgrad__wrapper,
  .gn__career__wrapper {
    padding: 16px;
    margin: 0 16px;
  }
  .gn__newgrad__wrapper .gn__newgrad__wrapper__more,
  .gn__career__wrapper .gn__career__wrapper__more {
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .gn__newgrad__wrapper .gn__newgrad__wrapper__more a,
  .gn__career__wrapper .gn__career__wrapper__more a {
    min-width: 240px;
  }
  .show__sp {
    display: inline-block;
  }
  .gn__topH2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 24px !important;
    margin-left: 16px;
  }

  .newgrad_childcategory {
    padding: 0 16px;
  }
  .newgrad_childcategory li {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .newgrad_childcategory li:nth-child(2n) {
    margin-right: 0;
  }
  .newgrad_childcategory li a {
    padding: 0 12px;
  }
  .newgrad_childcategory li a span {
    font-size: 12px;
    padding: 8px 4px;
    width: 100%;
    text-align: center;
  }
  .footer {
    margin-top: 40px;
  }
  .sub-menu,
  .sub-menu > li {
    border: none !important;
  }
  .sub-menu li a {
    font-size: 0.85rem;
  }
  .sub-menu li a:before {
    content: '>';
    display: inline-block;
    padding-right: 8px;
    font-size: 0.7rem;
    font-weight: 800;
    transform: scale(0.5, 1);
  }
  h1.entry-title {
    font-size: 24px;
  }
  .cat-link {
    font-size: 10px;
    padding: 1px 4px;
  }

}

/* sp アコーディオン用 */
.newgrad_childcategory {
  display: flex;
}
.accordion-title {
  display: none;
}
@media screen and (max-width: 768px) {
  .accordion-title {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #16a34a;
    padding: 12px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    margin: 0 16px;
    font-size: 0.85rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: relative;
  }
  .accordion-title:after {
    content: "\f067";
    color: #fff;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 0.8rem;
    position: absolute;
    right: 12px;
  }
  .open .accordion-title:after {
    content: "\f068";
  }

  .newgrad_childcategory {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-top: 0;
    display: flex;
  }
  .newgrad_childcategory li {
    width: calc((100% - 4px) / 2);
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .newgrad_childcategory li:nth-child(2n) {
    margin-right: 0;
  }
  .newgrad_childcategory li a {
    display: flex;
    justify-content: left;
    flex-direction: inherit;
    padding: 2px 6px;
  }
  .newgrad_childcategory li a::before {
    padding: 2px 6px;
  }
  .newgrad_childcategory li a span {
    width: auto;
  }
  .newgrad_childcategory li.focus a:after {
    display: none;
  }
  .newgrad-category-accordion.open .newgrad_childcategory {
    max-height: 1200px;
    margin-top: 16px;
  }
  .tabposts__wrapper {
    border-radius: 0;
    padding: 16px;
    margin: auto 16px;
    border-radius: 4px;
  }
  .tabposts__wrapper__items ul li {
    width: 100%;
    margin-right: 0;
  }
  .newgrad_childcategory li::after {
    display: none;
  }
}

.footer-bottom-content__customlayout {
  border-bottom: 1px solid #fff;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.footer-bottom-content__customlayout a.footer-bottom-content__customlayout--anchor {
  display: flex;
  justify-content: left;
  align-items: baseline;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.footer-bottom-content__customlayout a.footer-bottom-content__customlayout--anchor:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: relative;
  right: -16px;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  top: -2px;
  font-weight: 1000;
  color: #fff;
  font-size: 10px;
}
.footer-bottom-content__customlayout a.footer-bottom-content__customlayout--anchor:hover,
.footer-bottom-content__customlayout a.footer-bottom-content__customlayout--anchor:hover::after {
  color: #bbb;
}
.footer-bottom-content__customlayout a.footer-bottom-content__customlayout--anchor .footer-bottom-content__customlayout--anchor--mainTxt {
  font-size: 1.15rem;
  font-weight: 600;
  display: block;
}
.footer-bottom-content__customlayout a.footer-bottom-content__customlayout--anchor .footer-bottom-content__customlayout--anchor--subTxt {
  font-size: 0.95rem;
  font-weight: 500;
  margin-left: 10px;
  display: block;
}
.footer-bottom-content__customlayout--ul {
  display: flex;
  justify-content: left;
  padding-left: 0;
}
.footer-bottom-content__customlayout--ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bottom-content__customlayout--ul li::marker {
  display: none;
}
.footer-bottom-content__customlayout--ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f500";
  position: relative;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  top: -2px;
  font-weight: 1000;
  color: #fff;
  font-size: 10px;
  margin-right: 4px;
}
.footer-bottom-content__customlayout--ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  padding-left: 0;
}
.footer-bottom-content__customlayout--ul li a:hover,
.footer-bottom-content__customlayout--ul li a:hover::before {
  color: #bbb;
}
.footer-bottom-content .source-org.copyright {
  color: #fff;
  font-size: 0.8rem;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .gnv__keyvisual__container__eyecatch__txt__txt {
    font-size: 0.75rem;
  }
  .footer-bottom-content__customlayout a.footer-bottom-content__customlayout--anchor .footer-bottom-content__customlayout--anchor--subTxt {
    margin-left: 0;
  }
  .footer-bottom-content__customlayout a.footer-bottom-content__customlayout--anchor {
    flex-direction: column;
    text-align: left;
    padding-right: 20px;
  }
  .footer-bottom-content__customlayout a.footer-bottom-content__customlayout--anchor:after {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
  }
}

#footer {
  background: #424242;
}