@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body{
	background: #fff;
}
a{
	text-decoration: none;
}
@media (max-width: 560px){
.wp-block-spacer{
	display: none;
}
}
.wp-block-buttons a:hover{
	opacity: .8;
}
.article .eye-catch img{
	width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.displaynone{
	display: none;
}
/******************
投稿ページのボタン
*******************/
@media (max-width: 560px){
.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: 100%;
}
.wp-block-buttons>.has-medium-font-size {
	font-size: 15px !important;
}	
}

/******************
表のデザインを変更
*******************/
.entry-content table {
    border-bottom: 1px solid #e6e6e6;  
}
.entry-content th ,.entry-content tr>*:first-child {
    padding: 0.8em .6em;
    background-color: #EEEFF6;
    color: #333;
    letter-spacing: 0.1em;
    text-align: center; 
	border: none; 
	font-weight: bold;
}
.entry-content tr { 
    border: 1px solid #160062; 
}
.entry-content td {
    padding: 0.8em 0.8em; 
    border: 1px solid #160062; 
}
.post-type-archive.post-type-archive-seminar .ect-entry-card a{
	border-bottom: 1px dotted #eeeff6;
}
/******************
サムネ
*******************/
body .new-entry-cards.widget-entry-cards a:hover{
	color: #333;
	background-color: #eeeff6;
}
/******************
TOPへ戻るボタン
*******************/
.go-to-top-button {
	width: 80px;
	height: 80px;
}
/******************
ヘッダー
*******************/
.header-container-in.hlt-top-menu {
  width:96%;
	max-width: 1800px;
}
#header-container{
	box-shadow: 0 1px 2px #d5d5d5;
    padding: 1em 0;
}
@media (max-width: 560px){
#header-container{
    padding: 2em 0 .5em;
}
}
.navi-in > ul li {
	width: 150px;
	font-size: 14px;
}
.item-label{
	font-size: 14px;
}
.navi-in > ul li:last-child{
	width: 250px;
}
.navi-in > ul li form{
	margin: 0;
}
#navi .navi-in a:after{
position: absolute;
content: "";
left: 10%;
bottom: 0;
height: 2px;
width: 80%;
background: #f2991c;
transform: scale(0,1);
transition: 0.3s;
}
#navi .navi-in a:hover:after{
transform: scale(1);
}
/******************
CTAボタン
*******************/
.cta-area{
	padding-top: 2.5rem;
}
@media (max-width: 560px){
.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(50% - var(--wp--style--block-gap, .5em)* .75);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(90% - var(--wp--style--block-gap, .5em)* .90);
}
}	
.button12 {
  background-color: #fff;
  border: solid 2px #191970;
  color: #191970;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  box-shadow: 0 5px 0 #191970;
  display: inline-block;
  transition: .3s;
	width: 270px;
    margin: 0 0 .67rem;
    font-size: 20px;
   text-align: center;
	position: relative;
}
.button12:after {
   font-family: "Font Awesome 5 Free";
   content: "\f105";
   position: absolute;
	font-size: 1em;
   top: 50%;
   right: 5%;
   transform: translateY(-50%);
	    color: #f2991c;
	 font-weight: 900;
}
.button12.tel:before {
   font-family: "Font Awesome 5 Free";
   content: "\f2a0";
   position: absolute;
	font-size: 1.5em;
   top: 35%;
   left: 15%;
  transform: translateY(-50%);
	transform:rotate(-45deg) translateY(-50%);
	    color: #f2991c;
	 font-weight: 900;
}
.button12:hover {
  color: #191970;
  transform: translateY(5px);
  box-shadow: 0 0 0 #191970;
}

.cta_02 p{
	margin-bottom: .8em;
}
.cta_02 a {
	padding: 1.3rem .5em;
  display: inline-block;
	border-radius: 20px;
	border: 2px solid #1e057b;
	font-size: 16px;
	box-shadow: 0 5px 0 #d5d5d5; 
	  transition: .3s;
	position: relative;
}
.cta_02 a:after {
   font-family: "Font Awesome 5 Free";
   content: "\f105";
   position: absolute;
	font-size: 2em;
   top: 50%;
   right: 10%;
   transform: translateY(-50%);
	    color: #f2991c;
	 font-weight: 900;
}
.cta_02 a:hover {
  box-shadow: none;
  transform: translateY(5px);
	transition: transform 0.3s ease;
}
@media (max-width: 560px){
.cta_02 a {
	padding: .5rem 1.5em .5em .5em;
	font-size: 15px;
	}	
.cta_02 a:after {
   right: 5%;
	}
}

/******************
見出し＆フォント
*******************/
@media (max-width: 560px){
	.has-medium-font-size{
		font-size: 18px;
	}
}
.title_01{
  position: relative;
	text-align:center;
}
.title_01 p:after {
  content: '';
    position: absolute;
    top: 70%;
    left: 50%;
    display: inline-block;
    width: 150px;
    height: 3px;
    background-color: black;
    translate: -0% -50%;
    rotate: -60deg;
    opacity: .05;
	background-color: #1E057B;
	z-index: -10;
}
.title_01 p{
  margin-bottom: 0;	
    font-size: 70px;
	color: #d5d5d5;
	padding-top: 5rem;
}
@media (max-width: 560px){
.title_01 p{
  font-size: 50px;
	padding-top: 2rem;
	}
}
.title_01 p::before{
    content: '- ';
	color: #f2991c;
}
.article .title_01 h2{
	font-size: 16px;
	color: #333;
	 padding-top: 0;
	 	background-color: #fff;
  text-align: center; 
}
.text-orange-small{
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.text-orange{
font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
}
/******************
TOPページ設定
*******************/
.home.page .date-tags{
	display: none;
}
.home.page .content{
	margin-top: 2px;
}
.home.page .entry-content {
	margin-top: 0;
}
.main {
	padding: 0 29px 36px;
}
@media (max-width: 560px){
main.main {
	padding: 0 20px 36px;
}
}
.main {
    border: none;
}

/******************
FV
*******************/
.wp-block-cover.fv-area_04{
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.wp-block-cover{
margin: 0 calc(50% - 50vw) 1.5em; 
padding:0  calc(50vw - 50%); 
width: auto;
/*min-height: 230px;*/
}
@media (max-width: 1200px){
.home.page .wp-block-cover .wp-block-cover__image-background{
	height: auto;
	bottom: 0;
	top: auto;
}
}


.wp-block-cover.alignfull.fv-area_02{
background-repeat: repeat;
    background-size: auto;
    background-image: url(https://ymg-hayashikaikei-sol.jp/wp-content/uploads/2025/03/back_or-40.webp);
    height: 500px;
    position: relative;
}
@media (max-width: 800px){
.wp-block-cover.alignfull.fv-area_02{
    height: 400px;
}
}
.fv-inner{
	position: absolute;
	bottom: 0;
	left:50%;
	width: 90%;
	max-width: 1000px;
	transform: translate(-50%, 50%);
}

.widget-entry-card-date {
	display:block;
}

/*日付にアイコン追加*/
.widget-entry-card-post-date::before,
.widget-entry-card-update-date::before{
	font-family: "Font Awesome 5 Free";
	padding-right: 3px; /*右余白*/
	font-size:10px;
}
/*投稿日アイコン*/
.widget-entry-card-post-date::before{
	font-weight:normal; 
	content: "\f017"; /*fa fa-clock-oアイコン*/
}
/*更新日アイコン*/
.widget-entry-card-update-date::before{
	font-weight:bold; 
	content: "\f1da"; /*fa-historyアイコン*/
}
/*sec_coach*/
.sec_coach{
	padding-top: 5.5rem 0 2rem;
}
@media (max-width: 560px){
.sec_coach{
	padding: 2rem 1rem 10rem;
}
}
.sec_coach p{
	line-height:2.3;
}
.sec_coach.wp-block-cover .wp-block-cover__image-background{
	opacity: .3;
}
/*pr-block_sec_service*/
.pr-area{
	padding: 2rem 0;
}

.pr-block-wp.wp-block-columns {
	align-items: stretch;
}
.pr-block-wp .wp-block-column {
	display: flex;
	flex-direction: column;
	padding: 3em;
  margin: 0 1rem  
}
@media (max-width: 560px){
.pr-block-wp .wp-block-column {
    padding: 1rem;
	margin: 0;
}
}
.pr-block-wp .grow {
 flex-grow: 1;
}
.pr-block-wp .wp-block-buttons {
  display: flex;
  align-items: flex-end;
}
.article .pr-block-wp .wp-block-column h3{
	margin-bottom: .5em;
  position: relative;
	color: #333;
font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
   border: none;
}
.article .pr-block-wp .wp-block-column h3::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 50%;
  width: 30px;
  height: 5px;
  background: #F2991C;
  z-index: 1;
}

@media (max-width: 560px){
	.pr-block-wp .is-style-secondary-box{
		padding: .5rem;		
	}	
	.article .pr-block-wp p, .body .pr-block-wp .wp-block-group{
		margin-bottom: 1rem;
	}
	
}
.opacity:hover{
	opacity: .8;
	cursor: pointer;
}
/*sec_blog*/
.sec_blog .new-entry-cards.widget-entry-cards,
.sec_client .new-entry-cards.widget-entry-cards{
	display: flex;
	width: 100%;
	justify-content:space-between;
    max-width: 1200px;
    gap: 0;
}
.sec_blog .new-entry-cards.widget-entry-cards a,
.sec_client .new-entry-cards.widget-entry-cards a{
	width: 30%;
	padding: .5em;
}
@media (max-width: 560px){
.sec_blog .new-entry-cards.widget-entry-cards, .sec_client .new-entry-cards.widget-entry-cards {
	flex-wrap:wrap;
	}
.sec_blog .new-entry-cards.widget-entry-cards a, .sec_client .new-entry-cards.widget-entry-cards a{
    width: 100%;
	justify-content: space-evenly;
}
	
	.new-entry-card.widget-entry-card{
		display: flex;
		align-items:center;
		width: 100%;
	}
	.widget-entry-cards.card-large-image figure {
		width: 30%;
	}
	.new-entry-card-content.widget-entry-card-content.card-content{
		width: 70%;
	}
.sec_seminar	.new-entry-card-content.widget-entry-card-content.card-content{
		width: 100%;
	}

}
.widget-entry-cards.card-large-image .e-card{
font-size: clamp(12px, calc(0.25vw + 13px), 15px);
}
.sec_client .new-entry-cards.widget-entry-cards a{
	color: #d5d5d5;
}
/*sec_seminar*/
.sec_news .widget-entry-cards a, 
.sec_seminar .widget-entry-cards a {
    border-bottom: 2px dotted #eeeff6;
}
.sec_news .widget-entry-cards figure,
.sec_seminar .widget-entry-cards figure {   display: none;
}
.sec_news .widget-entry-card-content,
.sec_seminar .widget-entry-card-content {   margin-left: 0px;
}
.sec_news .widget-entry-cards a,
.sec_seminar .widget-entry-cards a{
	padding: 1.5em;
	font-size: 20px;
}
/*box-cotaine*/
.box-container{
	padding-top: 5rem;
}
.body .box-container .item-block{
	padding: .67rem 1rem 1rem;
	background-color: #fff;
	border-radius:23px;
}
@media (max-width: 560px){
.body .box-container .item-block{
	padding: .67rem 0rem 1rem;
}
}
.box-container .item-block ul{
font-size: clamp(0.938rem, 0.664rem + 0.78vw, 1.25rem);
	padding: .5rem 0;
}
.box-container .item-block figure{
	padding: 0 1rem;
}
@media (max-width: 560px){
.box-container .item-block figure{
	width: 60%;
	margin: 0 auto;
	}
}
/*リストアイコン チェック*/
[class*=is-style-icon-list-] > li::before {
    color: #F2991C;
}
/******************
投稿ページ見出し
*******************/

.article h1, .post-type-archive h1{
  position: relative;
  font-size: 35px;
  font-weight: bold;
  padding: 0 30px 30px;
  margin-bottom: 1em;
}
.article h1::before,  .post-type-archive h1::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 10px;
  background: #160062;
  z-index: 1;
}
.article h1::after,  .post-type-archive h1::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #EEEFF6;
}
@media (max-width: 560px){
.article h1,  .post-type-archive h1{
  font-size: 25px;
  padding: 0 15px 15px;
}
}
@media (max-width: 560px){
.article h1::before,  .post-type-archive h1::before {
	height: 5px;
	}
}
@media (max-width: 560px){
.article h1::after,  .post-type-archive h1::after {
	height: 5px;
	}
}
.article h2 {
  font-size: 25px;
  font-weight: bold;
  padding: 15px 30px;
  margin-bottom: 1em;
  color: #ffffff;
  background: #160062;
}
@media (max-width: 560px){
.article h2 {
  font-size: 18px;
  padding: 10px 15px;
}
}	
.article h3{
  font-size: 25px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 1em;
	border: none;
  border-left: 8px solid #160062;
}
@media (max-width: 560px){
.article h3 {
  font-size: 18px;
  padding: 8px 10px;
}
}
.article h4 {
  font-size: 25px;
  font-weight: bold;
  padding: 10px 30px;
  margin-bottom: 1em;
  border-radius: 10px;
  border: 3px solid #160062;
	
}
@media (max-width: 560px){
.article h4 {
  font-size: 18px;
  padding: 8px 10px;
}
}

.article h5 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 1em;
	border: none;
  border-bottom: 3px dotted #160062;
}
@media (max-width: 560px){
.article h5 {
  font-size: 16px;
  padding: 8px 10px;
}
}

.article h6 {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 20px;
  margin-bottom: 1em;
	border-bottom: none;
  border-bottom: 3px solid #160062;
	
}

/*サイドバー*/
#sidebar h3{
  border-left: 8px solid #160062;
  background: #EEEFF6;
}
.nwa .toc {
    border: 1px solid #eeeff6;
}
/*serviceページ パーツ*/
.sec_introduce{
	text-align: center;	
}
.balloon1 {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
	padding: 1rem 0.67rem;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f5f3f3;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
.wp-block-group.count-box {
	position: relative;
	margin: 3.5rem auto!important;
	padding: 1.5rem 2rem !important;
}
@media (max-width: 560px){
.wp-block-group.count-box {
	padding: 1.5rem .67rem!important;
}
}
.count-box .kazari-number{
	position: absolute;
	top: -3.5rem;
	left:0;
	font-size: 3rem;
	color: #f2991c;
}
.count-box h3{
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 1em;
	border: none;
  border-left: 8px solid #160062;
}	
@media (max-width: 560px){
.count-box h3{
  font-size: 18px;
	
}
}
.flow-item{
	padding: .5rem .5rem 2rem;
	  position: relative;
}
.flow-item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5rem;
  border: 5rem solid transparent;
  border-top: 1.2rem solid #eeeff6;
}
.flow-item h3{
	font-size: 20px;
	border-bottom: 3px solid #f2991c;
	border-left: none;
}
.box_01{
	border: 2px solid #1E057B;
	padding: 2rem 3rem;
}
@media (max-width: 560px){
.box_01{
	padding: 1rem .67rem;
}
}

.cta-area-komon{
padding-bottom: 2rem;	
}






/******お問い合わせ********/
div.formouter {
		display:flex;
	justify-content:space-around;
	border-bottom: 1px solid #eeeff6;
}
.item-container div.formouter:last-child{
	border-bottom: none;
}
p.koumoku {
	width:12em;
	font-weight:bold;
		padding: 1.5rem 0;

}
div.inputspace {
width:60%;
			padding: 1.5rem 0;

}
@media (max-width: 560px){
div.formouter {
		flex-direction: column;
}
	p.koumoku {
		padding: 1.5rem 0 0;
	}
	div.inputspace {
    width: 100%;
    padding: .8rem 0 1.5rem;
}
	
}
.article .item-container p{
	margin-bottom: 0;
}


.wpcf7-form-control:focus {
	background: #EEEFF6!important;
    border: 2px solid #FF1493;
	outline: 0;
}


	form span.requied {
font-size:.7em;
padding: 1px 6px;
background: #eb2a2a;
color: #ffffff;
margin-left: 10px;
display:inline-block;
		line-height: 1.4;
	}

input[type=submit].submit {
    background:#f2991c;
    color: #ffffff;
    font-size: 1.4em;
    padding: 10px 20px;
    margin: 2em auto;
	 width:80%;
	    display: block;
	font-weight: bold;
}
.submit:hover {
background: #ccc;
color: #666;
}

@media (max-width: 560px){	
figure.director{
width: 80%;
	margin: 0 auto;
	}
	}
@media (max-width: 560px){	
.container-logo .is-layout-flex{
	gap: 1rem;
}
}

.post-type-archive-seminar .list.ect-entry-card figure{
	display: none;
}
.post-type-archive-seminar .list.ect-entry-card .entry-card-content{
	margin-left: 0;
}
.widget-entry-card {
    font-size: 14px;
}
/*一覧ページ*/

.group-link_02 .titile{
	font-size: 20px;
}
.group-link_02 a.wp-block-button__link{
	font-size: 14px;
}
.article .group-link_02 p{
	margin-bottom: .6rem;
}
.group-link_02{
	text-align: center;
}
.group-link_02 img{
	opacity: .8;
}
.group-link_02 .inner{
	display: inline-block;
	padding: 1rem .67rem;
	background-color: rgba(255, 255, 255, 0.8);
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px !important;
}
@media (max-width: 560px){
	.group-link_02 .inner{
		width: 90%;
	}
}
/*コンテンツ下ウィジェット*/
.content-bottom.wwa{
	margin: 0 calc(50% - 50vw) 1.5em;
    padding: 0 calc(50vw - 50%);
    width: auto;
  background-color: #eeeff6;
	margin-bottom: 0;
}
.content-bottom-in.wrap{
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}
.content-bottom-in.wrap .cta-area{
	display: flex;
	justify-content: space-between;
}
.cta-item:first-child{
	margin-right: 2rem;
}
p.cta-bottom{ 
	font-size: .8rem;
  text-align: right;
}
.content-bottom-in.wrap iframe{
    padding: 1rem 2rem 0 0;
}
.widget h2, .widget h3 {
    font-size: 18px;
    margin: 2rem 0 .5rem;
}

@media (max-width: 1000px){
.content-bottom-in.wrap{
flex-direction: column;
align-items: center;	
}
.content-bottom-in.wrap iframe{
    padding: 1rem 1rem;
}
.widget h2 {
    margin: 2rem 2rem .5rem;
}
}
@media (max-width: 590px){
.content-bottom-in.wrap .cta-area{
	flex-direction: column;
}
.cta-item:first-child{
	margin-right: 0;
}	
}
/******************
フッター
*******************/
.footer-widgets.cf h3,
.widget-footer-mobile h3{
	border-bottom: dotted #eeeff6 1px;
}
.footer-widgets.cf a,
.widget-footer-mobile a{
	position: relative;
}
.footer-widgets.cf a:after,
.widget-footer-mobile a:after {
   font-family: "Font Awesome 5 Free";
   content: "\f105";
   position: absolute;
	font-size: 1.2em;
   top: 50%;
   right: 10%;
   transform: translateY(-50%);
	    color: #eeeff6;
	font-weight: 600;
}

.footer-widgets.cf a:hover{
	color: #333 !important;
}
#footer a:not(.sns-button):hover {
    color: #333;
}
.cover-link_02{
	width: 800px;
}
.widget-footer-left.widget_media_image{
	padding: 2rem 0 0;
	width: 60%;
}
.footer{
	margin-top: 0;
}

/************************************
****　モバイル表示　ヘッダーメニュー・検索アイコン
************************************/
.mobile-menu-buttons{
height:50px;
box-shadow: none;
}
.mobile-menu-buttons > li {
padding-top:0;
}
.menu-button{
margin: auto;
}
.mobile-menu-buttons .menu-button:hover{
background-color:white;
}
span.fas.fa-search::before{
color:#1e057b;
margin-left:1em;
}
span.fas.fa-bars::before{
color:#1e057b;
margin-right:1em;
}
.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption{
display:none;
}
/************************************
**モバイルスライドインメニュー
************************************/
span.fas.fa-times::before{
font-family: "Font Awesome 5 Free";
content: "\f060";
color:#1e057b;
}
ul.menu-drawer:before{
font-size:2em;
background: white;
color:#333;
margin-bottom:1em;
border-bottom:3px solid #1e057b;
content: "メニュー";
}
ul.menu-drawer:after {
background: white;
}
.menu-drawer li {
padding:0;
}
.menu-drawer li{
font-weight: bold;
}
.menu-drawer a{
font-size:1.3em;
background-color:#ffffff;
color:#545454;
margin: .5em 0;
}
.menu-drawer a:hover{
background-color:#f7f7f7;
}
.menu-drawer .sub-menu {
padding:0;
}
.menu-drawer .sub-menu li{
font-size: .9em;
}
.menu-drawer .sub-menu li a::before {
font-family: "Font Awesome 5 Free";
content : "\f105";
color:#f2991c;
margin:0 .5em 0 1em;
}

.new-entry-cards .cat-label {
  display: inline;
}

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

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

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