@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Serif+JP&display=swap');

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

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

/*ロゴサイズ調整*/
.header-container-in.hlt-top-menu .logo-header img
{
max-height: 50px !important;
}
#pager-post-navi{
	display:none;
}

a:hover img{
    opacity:0.7;transition:0.3s;
}

#navi .navi-in>ul>li>a:hover{
	color:#3ab483;
	transition:0.3s;
}
#navi .navi-in a:hover{
		color:#3ab483;
	transition:0.3s;
}
.article h4{
	border:none;
}
table th, table td{
	border:none;
	background-color:#FFF;
}
tr:nth-child(1) td,tr:nth-child(1) th {
  border-top:1px solid #CCC;
}
table tr:nth-of-type(2n+1){
	background-color: #FFF;
}

.archive-title{
	text-align: center;
}
/*メニュー*/
.menu-header .item-label{
	font-size:16px;font-weight: bold;
}
#header-container .navi, #navi .navi-in>.menu-header .sub-menu{
	background:rgba(255,255,255,0.5);
}
a{
  transition: .3s;}


/*全体大きさ*/
.logo-header img{
	max-height:30px !important;
}
.wrap{
	width:auto;
}
.content{
	margin-top:0;
}
#header-container{
	margin:0 auto;
	padding:20px;
}
.main{
	padding-left:0;
	padding-right:0;
	padding-top:0;
}
.content{
	padding:0;
	
}
.article a:hover{
	color:#4cb7a3;
	
}
.article h2, .sidebar h2, .sidebar h3 {
	color:#224a3d;
	/*color:#00B379;*/
	background: none;
}
#footer, #footer a{
	color:#FFF;
}
#footer{
	    background-color:#3ab483;

}
.footer-bottom {
	margin-top:0;
}
.footer-left{
		width:40%;
	
}
.footer-bottom.fdt-up-and-down .footer-bottom-content{
	text-align:right;
}
 .footer-center, .footer-right{
	width:30%;
}
.widget_nav_menu{
	margin-bottom:0 !important;
}
.article h2 span{
	font-size:14px;
	color:#3ab483;
	border-bottom: double;
    padding: 0 4px 4px 4px;
}
.article h2 span.syou,#jichitai h3 span.syou{
	font-size:16px;
    border-bottom: none;
    color: #224a3d;
}
.article h2{
	padding:0;
	line-height:180%;
    margin-bottom: 1em;
	margin-top:0.5em;
	font-size: 32px;
	text-align:center;
	letter-spacing: 0.1em;
	
}
.article h3{
	border:none;
	padding:0;
	line-height:180%;
}
section{
	max-width:1360px;
	margin:3em auto;
	padding:0 1em;

}
/*記事用*/

.has-post-thumbnail{
	max-width:1000px;
	margin:3em auto;
	padding:0 1em;

}
#list{
	max-width:1300px;
	margin:3em auto;
}
.entry-card{
	margin:0 auto;
	padding:0.5em;
}

/*背景あり部分用*/
.hai-ari{
	background-color:#f8fffc;
	padding:1em 0;
}

/*白ボックス影付き*/
.siro-box{
background-color:#FFF;
padding:3em 1em;
box-shadow: 0 10px 25px 0 rgb(205 201 201 / 50%);
border-radius: 1%;
}
.yellow-box{
background-color:#fffff4;
padding:3em 1em;
box-shadow: 0 10px 25px 0 rgb(205 201 201 / 50%);
border-radius: 1%;
    margin: 0 auto;
}
/*top*/

.koujyou{
display:flex;
justify-content: space-evenly;
color:#FFF;
max-width:1000px;
margin:0 auto;
margin-bottom:4em;
}

.koujyou div{
width:28%;
background-color:#6fdbc7;
text-align:center;
border-radius: 5%;

}

.koujyou .fas{
font-size:50px;
margin-top:1em;
	margin-bottom:0.5em;
color:#FFF;

}
.tantoukensyu{
    background-color: #4BB96C;
    color: #FFF;
    font-size: 14px;
    padding: 0.2em 0.5em;
    margin-right: 1em;
    border-radius: 5px;

}
/*企業ロゴ一覧*/
@keyframes loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}
.link {
    margin: 20px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 180px;
    padding: 30px;
    max-width: auto;
    overflow: hidden;
    margin:0 auto;
    max-width:1500px;
 
}
.scroll {
    display: flex;
    align-items: center;
    animation: loop infinite linear 20s both;
    list-style: none;
    padding-left:0;

}
/*
.link div{
width:150px;
height: 150px;
object-fit: cover;
}*/
.link li img{
    min-width:150px;
    height: 150px;
    object-fit: contain;
    padding:14px;
    border-radius: 10px;
    box-shadow: 8px 8px 20px rgb(0 0 0 / 10%);
transition-duration: 0.5s;
}
.link li:hover img{
transform: translateY(-4px);
  transition-duration: 0.5s;
}
/*入会のご案内*/
.kaiin{
	display: flex;
	justify-content: space-between;
	text-align: center;
	width:80%;
	margin: 0 auto;
}
.kaiin h3 span{
	border-bottom:1px solid #00B379;
	padding:10px;
}
.kaiin h3{
	margin-bottom:20px;
}
#ippan,#sanjyo{
	padding:2em;
	flex-direction: column;
	width:50%;
	display: flex;
	text-align: center;
}

#ippan{
	border-right:1px solid #DDD;
	margin:0 auto;

}
.kaiin .button004{
	margin-top: auto;
	margin-bottom:10px;
}
.kaiin h4{
	margin-bottom:0;
}

#ippan ol{
	max-width:16em;
	margin:0 auto;
	text-align: left;
}

.kaiin li{
	list-style-type: decimal;
	text-align: left;
	
}
/*事業内容*/
.act{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 16px;
	margin-top:3em;

}

.act-b{
	position: relative;
	border-radius: 15px;
	width:22%;
	margin-right: 2%;
	margin-bottom: 3em;
	padding:1.5em;
	display: flex;
  	flex-direction: column;
	
}
.act-b a{
	text-decoration: none;

}
.act .num{
	position: absolute;
	 top: 0;
	left: 0;
	transform: translateY(-50%) translateX(2em);
	font-size:22px;

	padding: 0 1em;
	background-color:#FFF;
}
.num::before,
.num::after {
    position: absolute;
    top: 0.5rem;
    height: 1.8rem;
    content: '';
}

.num::before {
    border-left: solid 1px;
    left: -0.2em;
    transform: rotate(30deg);
}

.num::after {
    border-right: solid 1px;
    right: 0;
    transform: rotate(30deg);
}
.act-b h3{
	font-size:18px;
	margin-top:1em;
	background-image: url(https://kodomonomirai-work.or.jp/wp-content/uploads/logo-img-alpha.png);
	height:3em;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	line-height: 150%;

}
.act-b h3 span{
	display: table-cell;
	vertical-align: middle;
	height:3em;
}
.act-b p{
	font-size:16px;
}
.act-b .tuduki{
	text-align: right;
	margin-top: auto;
	font-size:16px;
}
.tuduki i{
	padding-right:0.5em;
}
#jichi{
	text-align: center;
}

#jichi p{
	text-align: left;
	display: inline-block;
}
.jichi-img{
	max-width: 1000px;
	margin:0 auto;
}

#kigyou .siro-box p{
	max-width: 1000px;
	margin:1em auto;
}
#kigyou .koujyou div{
	background-color:#FFF;
	border:1px solid #6fdbc7;
}
#kigyou .koujyou img{
	max-width:160px;
	margin-top:2em;
}
#kigyou .koujyou p{
	color:#224a3d;
	margin-top:1em;
}
.kigyou2{
	display: flex;
	align-items :top;
	width:90%;
	margin:0 auto;
}

.kigyou2 p span{
	color:#3ab483;
	font-size: 27px;
	line-height: 200%;
}
.kigyou2-l{
	width:60%;
	margin-right:5%;
}
.kigyou2-l p{
	margin-bottom:1em;
	
}
.kigyou2-r{
	width:30%;
}
.kigyou2-r p{
	color:#3ab483;
	text-align: center;
}
.kigyou3{
	display: flex;
	justify-content:space-between;
	margin-bottom:3em;
	
}
.ss{
display: block;
    width: 30%; /*24から変更 2025.06*/
   
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 8px 8px 20px rgb(0 0 0 / 10%);
    transition: .2s ease-in-out;
    transition-property: box-shadow, color;
    background-color: #fff;
	
	transition: .3s;
	

}
.kigyou3 a:hover{
transform: translateY(-4px);
}
.kigyou3 h2{
margin-bottom:0;
}
.s-in{
padding: 0 0.5em 0.5em 0.5em;
}
.kigyou3  a {
text-decoration: none;
}
.kigyou3  a h3{
margin-top:0.5em;
margin-bottom: 0.5em;
font-size:18px;
    line-height: 130%;
    height: 2.5em;
 text-align: left !important;
}
.kigyou3 .s-time{
	margin:0.5em;
	color:#629382;
	font-size:14px;
}
.kigyou3  img{
    aspect-ratio: 4 / 2.5;
    object-fit: cover;
}
.kigyou3 p{
color:#629382;
margin-bottom:0;
}
.kigyou3 .tuduki{
text-align:right;
color:#00B379;
font-size:14px;

}
.kigyou3 .tuduki span{
border-bottom:1px solid #00B379;
}
.kigyou3 .tuduki span i{
padding-right:0.3em;
}

#com,.hainasi-width{
	max-width: 1000px;
    margin:0 auto;
}
#com h3{
	text-align: center;
}
#com .button004{
	margin-bottom: 0.5em;
}
.hukidasi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around; 
	margin-bottom:1em;
}
.hukidasi .h-box{
	text-align: center;
	width:33%;
}
.hukidasi img{
	width:100%;
}
.hukidasi h4{
	margin-bottom:0;
}
.tunagari2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around; 
}
.tunagari2 div{
	width:24%;
	text-align: center;
	border-radius:20px 0 20px 0;
	margin-bottom:1em;
}
.tunagari2 h4{
	color:#FFF;
	border:none;
	font-size:16px;
	margin-top:1.62em;
}
.tunagari2 i{
	font-size:30px;
	color:#FFF;
	padding-bottom:1em;
}
.t1{
	background-color:#014b3b;
}
.t2{
	background-color:#027159;
}
.t3{
	background-color:#029676;
}
.t4{
	background-color:#32d8b0;
}
.t5{
	background-color:#044559;
}
.t6{
	background-color:#076785;
}
.t7{
	background-color:#0989b1;
}
.t8{
	background-color:#46ccf6;
}

#kyoiku .siro-in{
	max-width:1000px;
	margin:0 auto;
	
}
/*問い合わせフォーム*/
#toiawase-f th,#toiawase-f td{
	vertical-align: top;
	text-align: left;
}
.type-page  .date-tags{
	display: none;
}
/*ボタンリンク*/
/* 003 */
.button003 a {
    background: #f9a5a5;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration:none;
}
.button003 a:hover {
    background: #fb4848;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}
/* 004 */
.button004 a {
    background: #91e7b0;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration:none;
}
.button004 a:hover {
    background: #5bb37b;
    color: #FFF;
}
.button004 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button004 a:hover:after {
    border-color: #FFF;
}
/* 016 */
.button016 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    transform: skew(-10deg, 0deg);
	text-decoration: none;
}
.button016 a span {
    transform: skewX(10deg);
}
.button016 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #3ab483;
    transition: 0.3s;
}
.button016 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #3ab483;
    transition: 0.3s;
}
.button016 a:hover:before, .button016 a:hover:after {
    right: -1.2em;
}
.button016 a:hover {
	background: #e1ffe5;
    color: #3ab483;
}
/*ふわっと*/
.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/;}
.scroll-up{opacity: 0; transform: translateY(50px)/*スクロールアップする距離*/; transition: all 1s/*処理にかかる時間*/;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 2s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}
/*モバイルメニュー*/
.slicknav_menu{
	background-color:#FFF;
}

.slicknav_menu a{
	color:#000;
}
.slicknav_menu .slicknav_menutxt{
	display:none;
}
.slicknav_btn{
	text-shadow:none;
	background-color:#FFF;
}
.slicknav_menu a:hover{
	background-color:#d5ffca;
}

.slicknav_menu .slicknav_icon-bar{
	background-color:#333;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	width:2em;
	margin-bottom:0.5em;
}
.slicknav_menu .slicknav_icon{
	padding:16px;
	background-color:#FFF;
}
/*モバイルボタン　パターン２*/
.mobile-menu-buttons{
	min-height:80px;
	padding-top:16px !important;
}
.mobile-menu-buttons{
	background-color:#FFF;
}
.mobile-menu-buttons .menu-caption, .mobile-menu-buttons .menu-icon{
	color:#222;
}
.mobile-menu-buttons .menu-button > a{
	color:#FFF;
}
.copyright{

	font-size:14px;
	padding:10px 0;
}

#foot-sita{
	display:flex;
	margin-top:1em;
	margin-bottom:1em;
	 align-items:center;
}
#foot-sita1{
	width:10%;
	margin-right:5%;
	padding-left:20px;
}
#foot-sita2{
	width:60%;
}
#foot-sita3{
	width:30%;
	text-align:center;
}
.flex-harf{
    display: flex;
    align-items:stretch;
    justify-content: space-between;

}
.flex-harf .flex-harf-box{
    width:48%;
    background-color: #ecfff3;
    padding: 2em 2em 0;
    border-radius: 10px;
}
.flex-harf img{
    border-radius: 10px;
}
.flex-harf-box h3{
    text-align: center;
}
#kensyu-jigyou h4{
    margin-bottom:1em;
    border-bottom: 1px solid #3ab483;
    color: #3ab483;
}
.flex-harf-box li{
    margin:0;
}
#kensyu-jigyou section{
    margin-bottom:3em;
}
.width-s{
    max-width: 800px;
    margin: 0 auto;
}
/*記事*/
/*
.eye-catch .cat-label{
color: #06875d;	
}
.cat-link,.cat-label {
	background-color:#3ab483;
}
.a-wrap .blogcard {
  border-color: #ddd;
}
*/

/************************************
**モバイルスライドインメニュー
************************************/
#navi-menu-content{
	z-index:10000;
}
span.fas.fa-times::before{
font-family: "Font Awesome 5 Free";
content: "\f060";
color:#90C31F;/*矢印色変更はこちら*/
}
/*
ul.menu-drawer:before{
font-size:1.2em;
background: white;
color:#333;
margin-bottom:1em;
border-bottom:3px dotted #90C31F; 
content: "メニュー";
	width:100%;
	font-family:"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
*/
ul.menu-drawer:after {
background: white;
}
.menu-drawer li {
padding:0;
}
.menu-drawer li{
font-weight: bold;
}
.menu-drawer a{
font-size:16px;
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:#7b7b7b;
margin:0 .5em 0 1em;
}

	.in-link{
		display:flex;
		flex-wrap:wrap;
		list-style:none;
		margin:0 auto;
		justify-content:center;
		margin-top:20px;
	}
	.in-link li{
		flex-basis:264px;
		flex-grow:0;
		margin:0;
		transition:0.5s ease-in-out;
		-webkit-transition:0.5s ease-in-out;
		
		
	}
	.in-link li a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 16px;
		text-decoration:none;
		padding:20px;
		background-color:#9fed23;
	}
.in-link  .in-link-c2 a{
	background-color:#2ce13a;
	
}
/*団体概要*/
#intoro{
width:80%;
margin-top:2em;
}
.hatarakikata{
display:flex;
	justify-content: center;  
	margin-bottom:1em;
}
.hatarakikata div{
	width:30%;
	margin:0 10px;
	text-align:center;
	border:1px solid #c1e1d4;
	padding:1em;
	position: relative;
	max-width: 240px;
}
.hatarakikata div img {
	border-radius:50%;
	width:150px;
	height:150px;
	object-fit: cover; 
	margin-top:20px;
}
.hatarakikata h3{
	margin: auto;
	margin-bottom:0.2em;
	border: none;
    padding: 0;
    line-height: 180%;
	width:80%;
    color: #FFF;
    font-size: 18px;
	position: absolute;
	 top: 0;
	left: 10%;
	transform: translateY(-50%) translateX(0);
	background-color:#3ab483;
	border-radius: 20px;
}
.hatarakikata p{
	font-size: 16px;
    margin-bottom: 0;
	margin-top:1em;
}

.gaiyou table{
width:60%;
margin: 0 auto;
margin-bottom:3em;
}
.gaiyou th,.gaiyou td{
padding:1em;
font-size:18px;
text-align:left;
	background-color: #FFF;
	border:none;
border-bottom:1px solid #bfcdc8;
}
.daihyou{
display: flex;
width:60%;
margin:2em auto;
    padding-top:5em;
}
.daihyou  .syasin{
width:200px;
}
.daihyou .data{
margin-left:2em;
	max-width: 500px;
}
.daihyou h3 span{
    font-size:14px;
    line-height: 140%;
    display: block;
    font-weight: normal;
}
.riji{
   display: flex;
 flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    justify-content: space-between;
    align-items: top;
max-width: 980px;
    margin: 0 auto;
}
.riji-in{
width:28%;
margin-bottom:1em;

}
.riji-in .data{
font-size:16px;
}
.riji-in .syasin{
width:100%;
aspect-ratio: 3 / 4;

}
.riji-in .syasin img{
object-fit: cover;
height:100%;
width:100%;
}

.riji-in  h3{
margin:0 0 1em 0;
border-bottom: 1px solid #a6bfa8;
    font-size: 20px;

}
.daihyou h3{margin:0 0 1em 0;
border-bottom: 1px solid #a6bfa8;
    font-size: 20px;}
.riji:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.box {
    position: relative;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
}
    
    .box-left {
        width: 70%;
        height: 400px;
 		overflow: hidden;
		position: relative;
		display: flex;
	align-items: center;
	justify-content: center;
		
    }
.box-left::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 10px 15px #FFF;
}
.box-left img{
	width: 150%;
}
    
.box-right {
        position: absolute;
       top: 70%;
        right: 0;
        transform: translateY(-50%);
        width: 60%;
        height: auto;
        line-height: 1.5;
        padding: 20px;

    }

.box-right p{
font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #dbe1ea;
font-size: 32px;
    padding-bottom: 40px;
    margin-bottom: 40px;
	text-shadow: 0px 0px 10px #fff, -2px -2px 3px #fff;
}
.messe-in{
max-width:980px;
margin:2em auto;
}

/*研修*/
.pan{
text-align: right;
    font-size: 14px;
    padding-bottom: 1em;
    }
#ken-mou{
    width:90%;
    margin-bottom: 5em;
}
.ken-link{
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    margin:0 auto;
    justify-content:center;
    margin-top:20px;
}
.ken-link li{
    flex-basis:334px;
    flex-grow:0;
    margin:0;
    transition:0.5s ease-in-out;
    -webkit-transition:0.5s ease-in-out;


}
.ken-link li a{
    background: #3bcce3;
    color: #FFF;
    font-size:22px;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
   /* max-width: 280px;*/
    padding: 30px 20px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
}
.ken-link a:hover {
    background: #56dba6;
    color: #FFF;
}
.ken-link  .ken-link-c2 a{
	/*background-color:#2ce13a;*/
	
}
.ken-link a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
#ken-mou ul h3{
    font-size:18px;
  
}
#ken-mou ul h3{
    text-align: right;
}
.kensyutoku div{
    max-width: 300px;

}
.kensyutoku div p{
    text-align: left;
}

.kensyutoku div img{
    width:auto;
    border-radius: 0;
}
#t-cont h3{
   position: relative;
  overflow: hidden;
  padding: 0.5rem 1rem 0.5rem 100px;
  border: solid 1px #3ab483;
    font-size:20px;
    margin-bottom:1em;
}
#t-cont h3:before {
  position: absolute;
  content: '';
  top: -150%;
  left: -130px;
  width: 200px;
  height: 300%;
  transform: rotate(25deg);
  background: #3ab483;
}
#t-cont h3 span {
	position: absolute;
	display: block;
	left: 0;
	z-index: 1;
	font-size: 20px;
	padding-left: 16px;
	color: #fff;
}

#t-cont ol {
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
  counter-reset: number;
}
#t-cont ol li {
  position: relative;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.6em;
}
#t-cont ol li:before {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #53d1a2;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}
.bunkatu2{
    display: flex;
     justify-content: space-between;
}
.bunkatu2-block{
    width:48%;
}
#sche-post{
    width:90%;
    margin:0 auto;
}
#sche-post li{
    list-style: none;
    border-bottom:1px solid #DDD;
    padding:10px;
}
#kouginittei tr:last-child td{
    border-bottom: none;
}

/*スケジュールアコーディオン*//*ベース*/
.toggle {
	display: none;
}
.Label,.senkou {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #333;
    background-color: #e2fff0;
    margin-bottom: 0.5em;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.a-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.a-content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}

.toggle:checked + .Label + .a-content,.tune {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .7s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
/***ステップバーデザイン3***/
.step-wrap3 {
 counter-reset: count;
 margin: 2em 0;
 position: relative;
}
.step-content3 {
 padding: 1.3em 0 .3em 1em;
 margin: 0 0 1em 1em;
 position: relative;
 border-top: solid 1px #ddd;

}
.step-content3::before {
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: -10px;
 border-style: solid;
 border-width: 17px 8px 0 8px;
 border-color: #ddd transparent transparent transparent;
}
.step-content3::after {
 content: "";
 display: block;
 height: calc(100% - 36px);
 border-left: dashed 2px #ddd;
 position: absolute;
 top: 16px;
 left: -2px;
}
.step-label3 {
 padding: 3px 20px 3px 15px;
 color: #fff;
 font-weight: bold;
 position: absolute;
 top: -18px;
 left: -20px;
 background: #53d1a2;
 border-radius: 20px;
 z-index: 1;
}
.step-label3::after {
 counter-increment: count;
 content: counter(count);
 position: relative;
 left: .3em;
}
.step-title3 {
 font-weight: bold;
 font-size: 120%;
        margin-top: 0.5em;
}
.step-body3 {
 margin-top: .5em;
 padding: 0 0 1em;
    font-size:16px;
    margin-bottom: 2em;
}
.step-wrap3 > :last-child {
 box-shadow: 5px 7px 0 -5px #ddd;
}
.step-wrap3 > :last-child::before, .step-wrap3 > :last-of-type::after {
 display: none;
}
/***ステップバーデザイン3***/

.keisiki{
    border: 1px solid #DDD;
    padding: 1em;
    background-color: #f6fff8;
    margin-bottom: 10px;
}
.keisiki h4{
    margin-bottom:0;padding-left:0
}
.keisiki h4 span{
    background-color:#53d1a2;
    color:#FFF;
    padding: 0.3em 1em;
    font-size: 16px;
}
.keisiki-text{
    border: 1px solid #DDD;
    padding: 1em;
    background-color:#fffee5;
    margin-bottom: 10px;
}
.keisiki-text h4{
    margin-bottom:0;padding-left:0
}
.keisiki-text h4 span{
    background-color:#ffbd29;
    color:#FFF;
    padding: 0.3em 1em;
    font-size: 16px;
}
#nagare,#t-cont,#sche{
    max-width: 1000px;
    margin: 0 auto;
}
.head-border {
    display: flex;
    align-items: center;
    color:#3ab483;
}
 
.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #3ab483;
}
 
.head-border:before {
    margin-right: 1rem;
}
 
.head-border:after {
    margin-left: 1rem;
}
/*#tokyo-kyari table{

    max-width:800px; 
    width:100%;
}*/
#tokyo-kyari dl{

    margin:0 auto 2em;
     
  background: #f9fffc; /* 背景色 */
  border-radius:4px; /* 角丸 */
  max-width:800px; /* 横幅 */
  padding: 0; /* 余白 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2); /* 影 */
    
}
#tokyo-kyari dt{
font-size: 18px; /* 文字サイズ */
  background: #3ab483; /* 背景色 */
  text-align: center; /* 文字配置 */
  color: #fff; /* 文字色 */
  font-weight: bold; /* 文字太さ */
  letter-spacing: 0.05em; /* 文字間隔 */
  border-radius:4px 4px 0 0; /* 角丸 */
  line-height:1.5; /* 行間 */
  padding:1em 2em; /* 余白 */
}
#tokyo-kyari dd{
    margin-left:0;
    padding:1.5em 2.5em;
}
#sche table{
    margin-bottom:1em;
    width: 80%;
}

#sche .button003 a{
   /* max-width:500px;*/
     max-width:80%;
    margin-bottom:3em;
}

#sche dl{
    margin: 3em auto;
    text-align: center;
    font-size: 18px;
    border: #dcf5e6 5px solid;
    padding: 1em;
    border-radius: 10px;
    max-width: 800px;
}
#sche dt{
    font-size:22px;
}
#sche p{
    margin-bottom: 0.5em;
}
#sche dd a{
    color:#3fcd94;
    text-decoration: none;
}

/*フォーム*/
.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select{
width:auto;
}
input[type='submit']{
background-color: #5adb91;
    color: #fff;
	    margin-bottom: 0.5em;
}

::placeholder{
	color:#CCC;
}
.hissu,.nini{
color:#FFF;
padding:0.2em 0.5em;
font-size:12px;
border-radius:5px;
margin-right:0.3em;
}
.hissu{
background-color:#e94a3d;
}
.nini{
background-color:#999;
}
.nm{
min-width: 2.5em;
    display: inline-block;
color:#3ab483;
}

/*自治体向け支援*/
#jichitai h3{
    color: #3ab483;
    text-align: center;
    font-size: 30px;
    line-height: 110%;
    margin-bottom:1.3em;
    letter-spacing: .05em;
}
#jichitai h3 .suji{
    margin-right: 0.5em;
    color: #bde9d8;
    letter-spacing: 0;
}
#jichitai h3 span.syou{
    letter-spacing: 0;
}

#jichitai .ss h3{
    font-size:18px;
    line-height: 180%;
}
#jichitai h4{
    border-bottom:2px solid #3ab483;
    color: #224a3d
}
#jichitai .button004 a{
    max-width:500px;
}
#jichitai .flex-harf div{
    width:34%;
}
#jichitai .flex-harf div:first-child {
    width:60%;
}

#jichitai th{
    background-color:#e7ffe7;
}
#jichitai  th:first-child {
  width: 8em; /* ←1列目の横幅を指定 */
}
#jichitai th,#jichitai td{
    border: 1px solid #DDD;
    padding: 0.5em 1em;
}

#jichitai section{
    margin-bottom:5em;
    max-width:1000px;
}

@media (max-width:834px){
.sub-menu{
box-shadow: none;
}
}

/*
.mobile-menu-buttons .menu-caption{
	display:none;
}
*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1445px){
  /*必要ならばここにコードを書く*/
.header-container-in.hlt-top-menu {
    display: block;
}
.hlt-tm-right .navi-in > ul {
     justify-content: center !important; 
	margin-top:0.5em;
}


}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.mobile-header-menu-buttons{
		box-shadow:0 0 0 darkgrey;
	}
	.logo-menu-button img{
		    max-height: 30px !important;
	}

}

/*834px以下 モバイルメニュー切り替え値*/
@media screen and (max-width: 834px){
    .tune{
        padding:0;
    }
    #sche-post ul{
        padding-left:0;
        
    }
    .article dd{
        margin-left:0;
    }
	.article h2{
		font-size:24px;
	}
	.article h3{
		font-size:18px;
	}
    .entry-title{
        font-size:32px !important
    }

	#foot-sita,.hatarakikata,.riji,.act,.koujyou,.kigyou2,.kigyou3,.hukidasi,.kaiin,.bunkatu2,.daihyou{
	display:block;

	}
	
	.daihyou,.riji-in,.act-b,.kigyou2-l,.kigyou2-r,.kaiin,#ippan,#sanjyo,.bunkatu2-block{
		width:100%;
		
	}
    .daihyou .syasin{
        margin: 0 auto;
        width:100%;
        text-align: center;
    }
	/*フォーム*/
	tr:nth-child(1) th{
		width:100%;
	}
	table th, table td{
		width:100% !important;
		    font-size: 14px;
	}
	
	/*入会案内*/
	#ippan{
		border-right:none;
		border-bottom:1px solid #DDD;
	}
	
	/*事業内容*/
	.koujyou div{
		width:80%;
		margin:1em auto;
	}
	#kigyou .koujyou img{
		max-width: 100px;
	}
	.tunagari2 div{
		width:48%;
	}
	.kigyou2-r p{
		font-size:22px;
	}
	.ss{
		width:94%;
	}
	.hukidasi .h-box{
		width:80%;
		
	}
	#com .button004{
		margin-bottom:0.5em;
	}
	
	/*団体概要*/
	.riji-in{
		display: block;
		border-bottom: 1px dotted #DDD;
    	padding: 1em;
	}
	.riji-in .syasin{
		width:100%;
		margin: 0 auto;
        text-align: center;
        height: auto;
        aspect-ratio:0;
	}
	.riji-in .syasin img,.daihyou .syasin img{
		max-width: initial;
		
		object-fit: cover;
		 width:50%;
	}
    .riji-in .syasin img{
        height: auto;
    }
	.riji-in .data,.daihyou .data{
		
       
        margin-bottom:5em;
    }
    .daihyou .data{
        margin-left:0;
    }
	.box-left{
		height:auto;
		width:100%;
	}
	.box-right{
		position: relative;
		width:100%;
		transform: none;
		    padding: 10px;
		
	}
	.box-right p{
		border:none;
		font-size:18px;
		padding-bottom:0;
		margin-bottom:0;
		line-height:180%;
	}
	.messe-in{
		margin-top:0.5em;
	}
	
	.hatarakikata div{
		width: 80%;
		max-width: initial;
		margin: 0 auto;
		margin-bottom: 2em;
	}
	
	
	.gaiyou th, .gaiyou td{
		display: block;
	}
	.gaiyou th{
		border:none;
		padding-bottom: 0;
	}
	tr:nth-child(1) td{
		border-top:none;
	}
	.gaiyou td{
		padding-top:0;
	}
	
	#foot-sita1{
		width:20%;
		margin:0 auto;
	}
	#foot-sita2{
		width:100%;

		text-align: center;
		margin-bottom:1em;
	}
	#foot-sita3{
		width:100%;

	}
	.footer-bottom.fdt-up-and-down .footer-bottom-content{
		text-align:center;
	}
	.logo-menu-button img{
		    max-height: 25px !important;
	}
	main.main, div.sidebar{
		padding:0;
	}
	.sidebar-scroll{
		padding:0 5%;
	}
	section,.type-post{
		padding-left:5%;
		padding-right:5%;
	}
	#header-container{
	
	padding:5px 0;
	}

	/*左上画像*/
	.slicknav_nav, .slicknav_nav ul{
		z-index:200;
	}
	
	.logo-header{
		z-index:100;
	}
	/*企業ロゴ一覧*/
.link div { width:30%;}

/*団体概要*/
#intoro,.gaiyou table,#sche table{
    width:100%;
           
}     
/*研修*/
   .sp-border-none{
        border-bottom:none !important;
       padding-bottom:0 !important;
       padding-top: 1em !important;
    }
    .sp-border-dotted{
        border-bottom:1px dashed #bfcdc8 !important;
    }
    /*研修事業*/
    .flex-harf{
    display: block;
    }
    .flex-harf .flex-harf-box{
        width:100%;
        margin-bottom:1em;
    }
    /*自治体向け支援*/
    #jichitai h3 .suji{
        display: block;
        margin-bottom: 0.2em;
        margin-right: 0;
    }
    
     .responsive-table {
      width: 100%;
      overflow-x: auto;
      display: block;
         margin-bottom:2em;
    }

    .responsive-table table {
      width: 100%;
      border-collapse: collapse;
      min-width: 600px; /* スマホでも横スクロールしやすくする */

    }

    .responsive-table th,
    .responsive-table td {
      padding: 8px;
      border: 1px solid #ccc;
      text-align: left;
        width:auto !important;
    }
    #jichitai .flex-harf div,
    #jichitai .flex-harf div:first-child {
        width:100%;
    }

}

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

@media screen and (min-width: 768px){
.br-sp {display: none; }
}