@charset "UTF-8";
/* CSS Document */
/* width960px以下非表示*/
@media (min-width: 960px){
	.navToggle,.tbsp{
		display: none !important;}
}
@media (min-width: 750px){
	.sp_only{
		display: none!important;}
	}

body{
	background: #fff;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	color: #595757;
}

a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
/* スペース調整==================== */
.w1680{
	max-width: 1680px;
	margin: auto;
}
.w960{
	max-width: 960px;
	margin: auto;
}
.h70{
	height: 70px;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}
.flexbox{
	display: flex;
	align-items: flex-start;
}

.bg_img01{
	background: url("../img/bg_dot02_l.png") no-repeat;
	background-position: right;
	background-size:auto 100%;
	background-color: #f5f5f5;
}
.bg_g{
	background-color: #f5f5f5;
}
.bg_in_w{
	background:rgba(255,255,255,0.65);
	padding: 15px;
}

/* Loading背景画面設定　*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#fff;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:300px;
}

/* ヘッダー　==================== */
header{
	position:fixed;
	width: 100%;
	z-index: 90;
}
nav.header_nav{
	position: relative;
	width: 100%;
	height: 130px;
	background-color: #fff;
	
}
nav.header_nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 140px);
	margin: auto;
}
nav.header_nav ul li{
	flex: 1;
	text-align: center;
	padding: 1em;
	font-size: 1em;
	line-height: 150%;
}
nav.header_nav h1 img{
	text-align: center;
	width: auto;
	height: 98px;
}
.nav_txt a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #595757;
	transition: .5s;
}
.nav_txt :hover{
	color: #ff3b60;
}
.nav_icon a i{
	font-size: 200%;
	margin: 0 5px;
	color: #595757;
	transition: .5s;
}
.nav_icon a i:hover{
	color: #ff3b60;
}


/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	padding: 130px 70px 0;
	position: relative;
}

.svg_wrap{
	position: absolute;
	width: calc(100% - 60px);
	max-width: 800px;
	padding: 50px;
	top:60%;
	left: 50%;
	transform: translate(-50% ,-50%);
	z-index: 10;
}

/*===スライダー==============================*/
.top_slider{
	overflow: hidden;
	position: relative;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: calc(100vh - 130px);
	background:#c3dee3;
	min-height: 600px;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background:url("../img/slider11.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top02{
	background:url("../img/slider12.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top03{
	/* background:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url("../img/slider13.jpg"); */
	background:url("../img/slider13.jpg") no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.top_slider .slider li .catch{
	position: absolute;
	top: 90%;
	right: 5%;
	width: 100%;
	text-align:right;
	color: #fff;
	font-size: 2.5rem;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	padding-bottom: 120px;
	opacity: 0;
	transition: 2s;
}
.top_slider .slider li.slick-active .catch{
	top: 30%;
	transform: translateY(-50%);
	opacity: 1;
	animation-name: appear;
	animation-duration:5.5s;
	transition-timing-function:ease-in-out;
}

.top_slider .slider li .slide_img01{
	position: absolute;
	top: 110%;
	right: 5%;
	opacity: 0;
	transition: 2.5s;
	animation-delay:.5s;
	width: 90%;
	max-width: 500px;
	min-width: 300px;
	filter:drop-shadow(2px 2px rgba(255,255,255,1.0));
}
.top_slider .slider li.slick-active .slide_img01{
	top: 60%;
	opacity: 1;
	animation-name: appear;
	animation-duration:5.5s;
	transition-timing-function:ease-in-out;
}

/*
@keyframes appear{
	0% {
		opacity: 0;
		transform: translateY(0);
	}
	40% {
		opacity: 1;
		transform: translateY(-50%);
	}
	70% {
		opacity: 1;
		transform: scale(1) translateY(-50%);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(-50%);
	}
}
*/

.f_red::first-letter{
	font-size: 200%;
	color: #ff3b60;
}
.f_orange::first-letter{
	font-size: 200%;
	color: #ff6b20;
}
.f_blue::first-letter{
	font-size: 200%;
	color: #567fff;
}
.f_green::first-letter{
	font-size: 200%;
	color: #13e9a2;
}
.f_yerrow::first-letter{
	font-size: 200%;
	color: #f4d925;
}

/* スライダー内 ======================================== */

h2.slide_txt{
	color: #fff;
	font-size: 3em;
	margin: 0;
	line-height: 100%;
}
h2.slide_txt02{
	color: #595757;
	font-size: 2.5em;
	margin: 0;
	line-height: 100%;
}

/*SVGの可変*/
.svg_wrap svg{
	width:100%;

}

/*アニメーション前のパスの指定*/
.svg_wrap svg path {
	fill-opacity: 0;/*最初の状態*/
	transition: fill-opacity .5s;/*カラーがつく際のアニメーション*/
	fill: none;/*塗りがない状態*/
	stroke: #595757;/*線の色*/
}

/*アニメーション後に.doneというクラス名が付与された時*/
.svg_wrap svg.done path{
	fill-opacity: 1;/*透過1で見える状態*/
	fill: #595757;/*塗りの色*/
	stroke: #595757;/*線の色*/
}

/* 最大表示幅枠　==================== */
main{
	max-width: 1680px;
	margin: auto;
}

/* コンテンツ枠==================== */
.contents{
	padding: 10px 0;
}
.inner{
	width: calc(100% - 140px);
	margin: 50px auto;
}
/* コンテンツ見出し*/
.txt_level2{ 
	font-size: 2em;
	font-weight: 400;
	vertical-align: bottom;
	line-height: 120%;
	text-align: center;
	background:url("../img/dot_line.png") no-repeat;
	background-position: bottom center;
	background-size: 100px;
	padding-bottom: 25px;
}
/* 見出し_1文字目大*/
.txt_level3{
	font-size: 1.5em;
}
.txt_level3::first-letter{
	font-size: 150%;
	color: #ff6b20;
}
/* 見出し_ブルーポイント*/
.txt_level4_b{
	font-size: 1.5em;
	background: url("../img/dot_blue.png") no-repeat;
	background-size: 1.5em;
	padding-left: 2em;
	background-position: top 5px left;
	color: #595757;
	margin-bottom: 30px;
}
/* 見出し_背景ブルー*/
.txt_level5_b{
	font-size: 1em;
	width: 6em;
	padding: 0.5em 1em;
	line-height: 100%;
	background:#567fff;
	color: #fff;
	border-radius: 30px;
	margin-bottom: 30px;
}
/* 見出し_レッドポイント*/
.txt_level4_r{
	font-size: 1.5em;
	background: url("../img/dot_red.png") no-repeat;
	background-size: 1.5em;
	padding-left: 2em;
	background-position: top 5px left;
	color: #595757;
	margin-bottom: 30px;
}
/* 見出し_背景レッド*/
.txt_level5_r{
	font-size: 1em;
	width: 6em;
	padding: 0.5em 1em;
	line-height: 100%;
	background:#ff3b60;
	color: #fff;
	border-radius: 30px;
	margin-bottom: 30px;
}
.border_y li{
	font-size: 1.1em;
	line-height: 180%;
	border-bottom: solid 3px #f4d925;
	margin-bottom: 1em;
	text-indent: -1em;
	padding-left: 2em;
}
.border_y li i{
	color: #f4d925;
}

/* ボタン==================== */
.button27 {
	width: 200px;
	text-align: right;
	margin: 0 0 0 auto;
	cursor: pointer;
	position: relative;
}

.button27 a {
	display: inline-block;
	position: relative;
	padding: 1em 1em 1em 50px;
	color: #595757;
	font-size: 1.2em;
	font-weight: 600;
	transition: 0.3s;
}

.button27 a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url("../img/dot_blue.png");
	background-size: contain;
	transition: 0.3s;
}

.button27 a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: 0.3s;
}

.button27 a:hover {
	color: #ff3b60;
}

.button27 a:hover::before {
	background: url("../img/dot_red.png");
	background-size: contain;
	background-color: #fff;
}

.button27 a:hover::after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.button27 .comment{
	position: absolute;
	display: block;
	z-index: 1;
	bottom: -1em;
	left: 50%;
	transform: translateX(-50%);
	background: #f5f5f5;
	padding: 0.2em 1em;
	color: #ff3b60;
	font-weight: 600;
	border-radius: 50px;
	font-size: 90%;
	
}
@media (max-width: 959px){
	.button27 .comment{
		font-size: 80%;
		bottom: -0.5em;
	}
}


/* トピックス　==================== */
.news_wrap{
	width: calc(100% - 140px);
	margin: 50px auto 10px;
}
.news{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-around;
}
.news h3{
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	width: 180px;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 10px;
	color: #595757;
	border-right: solid 1px #595757;
	line-height: 150%;
}
.news h3 span{
	font-size: 180%;
}
.news_in{
	width: 100%;
	height: 250px;
	margin: 0 15px;
	overflow-y: auto;
}



/* ご挨拶　==================== */
.txt_catch01{
	font-size: 2.5em;
	text-align: center;
	font-weight: 400;
	margin-bottom: 50px;
	
}
.txt_catch01 span{
	background: url("../img/bg_dot_l.png"),url("../img/bg_dot_r.png");
	background-repeat: no-repeat;
	background-position: left bottom,right top;
	padding: 60px 100px;
	background-size: 120px;
	
}
.txt_catch01::first-letter{
	font-size: 200%;
	color: #ff3b60;
}

.greeting_wrap{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.greeting_wrap .txt ,.greeting_wrap .img {
	width: 100%;
	align-self: stretch;
	padding: 10px;
	
}
.greeting_wrap .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom left;
	border-radius: 5px;
}
.greeting_wrap .img02 img{
	width: 100%;
	height: 100%;
	max-width: 450px;
	object-fit:contain;
	object-position:center;
	border-radius: 5px;
}
.greeting_wrap dl{
	display: flex;
	align-items:center;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	border-bottom: solid 3px #f4d925;
	margin-bottom: 10px;
}
.greeting_wrap dl dt{
	margin-right: 1em;
	font-weight: 600;
	font-size: 1.2em;
	color: #ff6b20;
	display: inline-block;
	min-width: 2.5em;
}
/*  事業内容 ================================================= */
.contents_wrap{
	max-width: 1200px;
	margin: auto;
}
.flex_contents{
	display: flex;
	justify-content: center;
	padding: 50px 10px;
	max-width: 1200px;
	margin: auto;
}
.border_dash{
	border-bottom: dashed 1px #595757;
}

.flex_contents .img{
	width: 350px;
	padding: 10px;
}
.flex_contents .img img{
	width: 100%;
	border-radius: 5px;
}
.flex_contents .txt{
	flex:1;
	padding:10px;
}
.flex_contents .txt h3{
	font-size: 1.5em;
}
.flex_contents .txt h3::first-letter{
	font-size: 150%;
	color: #ff6b20;
}
ul.top_projects{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
ul.top_projects li{
	margin-right: 1em;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-size: 1.2em;
}
ul.top_projects li span.pink{
	color: #ff3b60;
}
ul.top_projects li span.green{
	color: #13e9a2;
}
ul.top_projects li span.blue{
	color: #567fff;
}
ul.top_projects li span.orange{
	color: #ff6b20;
}



/*  リンクコンテンツ ================================================== */
.grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: auto;
	padding: 30px 0;
}
figure.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 3 - 20px);
	height: 500px;
	background:#333;
	overflow: hidden;
	margin-bottom: 20px;
}
figure.effect-chico img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	object-fit: cover;
	object-position: center center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.4;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	width: 100%;
	padding: 3em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h3 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	color: #fff;
}


figure.effect-chico p {
	font-size: 0.9em;
	margin: 0 auto 0 0;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-chico .arrow{
	position: absolute;
	color: #fff;
	bottom:40px;
	right: 40px;
	font-size: 1rem;
}

/*  連絡先 ================================================= */
.contact_wrap{
	background:url("../img/bg_dot02_l.png") no-repeat;
	background-position: right center;
	background-size: auto;
	background-color: #f5f5f5;
	width: calc(100% - 30px);
	margin: auto;
}
.contact_wrap .flex_contents div{
	width: 100%;
	align-items: flex-end;
	padding:0 10px;
	text-align: center;
}
.tel_footer,.mail_footer{
	text-align: center;
	align-self: flex-end;
}
.contact_wrap h4{
	font-size: 1.1em;
}
.contact_wrap h3,.contact_wrap h4{
	font-weight: 600;
	text-shadow: 1px 1px #fff,-1px 1px #fff,1px -1px #fff,-1px -1px #fff,0px 1px #fff,1px 0 #fff,0px -1px #fff,-1px 0 #fff;
}
.tel_footer{
	display:block;
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
	width: 100%;
	max-width: 500px;
	height: 50px;
	position: relative;
	margin: 10px;
}
.tel_footer a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color:#ff3b60;
	color: #fff;
	padding: 0.3em;
	border-radius: 10px;
}
.tel_footer::after{
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.tel_footer a:hover{
	color: #fff;
	background:#595757;
	transition: .5s;
}
.tel_footer:hover::after{
	right: 10px;
	transition: .5s;
}
.mail_footer{
	display:block;
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
	width: 100%;
	max-width: 500px;
	height: 50px;
	position: relative;
	margin: 10px;
}
.mail_footer a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background:#567fff;
	color: #fff;
	padding: 0.3em;
	border-radius: 10px;
}
.mail_footer::after{
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.mail_footer a:hover{
	color: #fff;
	background-color:#595757;
	transition: .5s;
}
.mail_footer:hover::after{
	right: 10px;
	transition: .5s;
}
/* フッター部分　==================== */
footer{
	margin-bottom: 0;
	margin: auto;
	max-width: 1680px;
	width: 100%;
}
.footer_in{
	max-width: 960px;
	margin: auto;
	padding-bottom: 30px;
}
.footer_in img{
	width: 250px;
	padding: 10px;
}

.footer_flex{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

footer small p{
	text-align: center;
	padding: 1.5em;
	color: #595757;
	background: #f5f5f5;
}

/* サブページタイトル ================================================== */
.subtitle_wrap{
	padding: 100px 70px 0;
	width: 100%;
	height: 430px;
	position: relative;
	background: #fff;
}
.subtitle{
	width: 100%;
	height: 330px;
	background: url("../img/bg_dot02_l.png") no-repeat;
	background-position: right;
	background-size: contain;
	background-color: #f5f5f5;
}

.sub_copy h2{
	position: absolute;
	top:55%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	font-size:2rem;
	color: #595757;
	text-align: center;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	background: url("../img/dot_line.png") no-repeat;
	background-position: bottom center;
	width: 100%;
	background-size: 120px;
	padding-bottom: 20px;

}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 5px;
	left: 75px;
	padding: 3px 5px;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #595757;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #595757;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

.photo_flex{
	display: flex;
	justify-content: space-between;
}
.photo_flex div{
	width: 100%;
	padding: 10px;
}
.photo_flex div img{
	width: 100%;
}
/* Table==================== */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #ff6b20;
	padding: 0.5em;
	width: 200px;
}
.line02 table td{
	border-bottom: solid 3px #ccc;
	padding: 0.5em;
}
/* Table==================== */
.line02_blue table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02_blue table th{
	border-bottom: solid 3px #567fff;
	padding: 0.5em;
	width: 200px;
}
.line02_blue table td{
	border-bottom: solid 3px #ccc;
	padding: 0.5em;
}

/* 放課後ディサービス==================== */
.photo_flex_d{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.photo_flex_d .img{
	width: calc(100% / 3);
	padding: 10px;
	transform: scale(1.0);
	transition: .5s;
}
.photo_flex_d .img img{
	width: 100%;
	height: 250px;
	object-fit: contain;
	background-color: #f5f5f5;
}
.photo_flex_d .img:hover{
	transform: scale(1.1);
}
.service dl{
	padding: 2rem 1rem;
}
.service dl dt{
	font-size: 1.1rem;
	border-bottom: solid 3px #f4d925;
	line-height: 150%;
	padding: 0.5rem;
}
.service dl dd{
	font-size: 1.2rem;
	background: url("../img/arrow.png") no-repeat;
	background-position: left center;
	background-size: 2rem;
	padding:0.5rem 0.5rem 0.5rem 2.2rem;
	font-weight: 600;
	line-height: 150%;
}
.service_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 1366px;
	margin: auto;
}
.s_inner{
	width: calc(100% / 2 - 20px);
	background: #fff;
	padding: 15px;
	margin: 10px;
	align-self: stretch;
}
.s_inner ul{
	display: flex;
	flex-wrap: wrap;
}
.s_inner ul li{
	padding: 0.5em;
}




.service_inwrap250207{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service_inwrap250207 .inwrap{
	width: 49%;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 15px;
	color: #fff;
}
.service_inwrap250207 .inwrap.bc01{
	background-color: #5e8bff;
}
.service_inwrap250207 .inwrap.bc02{
	background-color: #ff597f;
}
.service_inwrap250207 .inwrap.bc03{
	background-color: #ff935d;
}
.service_inwrap250207 .inwrap.bc04{
	background-color: #28eaa9;
}
.service_inwrap250207 .inwrap.bc05{
	background-color: #935DFF;
}
.service_inwrap250207 .inwrap h4{
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	border-bottom: 2px dashed #fff;
	margin-bottom: 10px;
}
@media (max-width: 1200px){
	.service_inwrap250207{
		display: block;
	}
	.service_inwrap250207 .inwrap{
		width: 100%;
	}
}
@media (max-width: 750px){
}





/* ヘルパー短期入所==================== */
.kaigo li strong{
	font-weight: 600;
	border-bottom: solid 3px #f4d925;
}
.card002{
	display: flex;
	justify-content: center;
	align-content:flex-end;
	background: #fff;
}
.card002 div{
	width: 100%;
	padding: 10px;
	align-self: flex-end;
}
.card002 div img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.card002 table{
	width: 100%;
	margin: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.card002 table td{
	padding: 0.5em;
	border-bottom: solid 3px #ccc;
}
.card002 table th{
	width: 5em;
	padding: 0.5em;
	border-bottom: solid 3px #567fff;
}

.card003{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card003 div{
}
.card003 .img{
	width: 300px;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 0 15px;
}

.recruit li{
	font-size: 1em;
	border-bottom: solid 3px #f4d925;
	margin-bottom: 0.5em;
}
/*リクルートページTable内詳細*/
.line02 td h4{
	color: #567fff;
}
.line02 td dl{
	font-size: 0.9em;
	display: flex;
	line-height: 150%;
	margin-bottom: 0.5em;
}
.line02 td dl dt{
	width: 5em;
	padding-right: 1em;
}
.line02 td dl dd{
	flex: 1;
}
.line02 td dl dd span{
	font-size: 90%;
	color: #999;
}


/* タイムライン ============================== */
.services_flow{
	max-width: 960px;
	margin: auto;
	background: #fff;
	padding: 15px;
}
.flow {
	padding-left: 120px;
	position: relative;
}
.flow::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #ccc;
	margin-left: -8px;
	display: block;
 	position: absolute;
	top: 0;
	left: 120px;
}
.flow > li {
	position: relative;
}
.flow > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flow > li .icon {
	font-size: 0.8em;
	color: #fff;
	font-weight: 600;
	background:#567fff;
	padding: 8px 20px;
	border-radius: 5px;
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 10;
}
.flow > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #567fff;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow > li dl {
	padding-left: 70px;
	position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.flow > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #ff6b20;
	border-radius: 50%;
	left: -4px;
}
.flow > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}
.flow > li dl dt {
	font-size: 1.1em;
	font-weight: 600;
	color: #ff6b20;
	margin-bottom: 1vh;
}
.flow > li dl dd{
	line-height: 200%;
	background: rgba(255,255,255,0.49);
	padding: 5px;
	border-radius: 10px;
	font-size: 1rem;
}
/* ご相談のながれ ================================================== */
.flow_wrap{
	padding: 10px 0;
}
.flow_inner{
	width:100%;
	max-width: 960px;
	margin: auto;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: flex-start;
}

.flow_photo{
	width: 250px;
	text-align: center;
	background:rgba(152,199,41,0.25);
	padding: 15px;
	height: 150px;
	position: relative;
}
.flow_photo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 150px;
	object-fit: cover;
}

.h_number{
	position: absolute;
	top:10px;
	left: -20px;
	display: inline-block;
	line-height: 60px;
	vertical-align: middle;
	width: 60px;
	background:url("../img/dot_blue.png") no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 10px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 2em;
	z-index: 1;
}
.flow_txt{
	padding: 10px;
	font-size: 1em;
	flex:1;
}
.flow_txt p{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
}
.flow_txt h4{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-size: 1.3em;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
}
/* 活動内容 ============================== */
.shiten{
	
}
.shiten dl{
	margin-bottom: 50px;
}
.shiten dl dt{
	color:#ff6b20;
	font-weight: 600;
	font-size: 1.2em;
	border-bottom: dashed 1px #ccc;
}
.shiten dl dd{
	padding: 0.5em 0;
}
/* 応募情報==================== */
.flex_contents .button27{
	margin: auto;
	width: 100%;
	text-align: center;
}
.linkbtn{
	text-align: center;
	margin: 30px 0 30px auto;
	padding: 0.5em 1em;
	width: 150px;
	height: 2rem;
	background: #567fff;
	color: #fff;
	position: relative;
	font-size: 1rem;
	line-height: 100%;
	border-radius: 30px;
	transition: .5s;
}
.linkbtn a{
	position: absolute;
	display: inline-block;
	font-size: 1rem;
	line-height: 100%;
	top: 0;
	left: 0;
	width: 150px;
	height: 100%;
	padding: 0.5em 1em;
	border-radius: 30px;
	color: #fff;
}
.linkbtn:hover{
	background: #ff3b60;
}

.oubo{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	max-width: 900px;
	margin: auto;
	padding: 30px 0;
}
.oubo dl{
	display: flex;
	align-items: flex-end;
	font-size: 1.2em;
	border-bottom: dashed 1px #ccc;
}

.oubo dl dt{
	font-weight: 600;
	width: 7em;
}
.oubo dl dd {
}
.list001 ul {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	padding: 1em 0;
	font-size: 1.2em;
}
.list001 ul li{
	padding: 0.5rem 0;
}
.list001 ul li::first-letter{
	font-size: 150%;
	padding-right: 5px;
	color: #ff3b60;
}
/* 職場の雰囲気==================== */
.rec_mood table{
	max-width: 700px;
	margin: auto;
	vertical-align: middle;
}
.rec_mood table .mood_l{
	padding: 0.5rem 0;
	width: 40%;
	text-align: right;
}
.rec_mood table .mood_r{
	padding: 0.5rem 0;
	width: 40%;
	text-align: left;
}
.rec_mood table .mood_c{
	padding: 0.5rem 0;
	text-align: center;
}
.rec_mood table .mood_c i{
	width: 1.5rem;
	font-size: 0.3rem;
}
.rec_mood table .mood_c i.point{
	font-size: 1rem;
	color: #ff3b60;
}

/* メールフォーム==================== */
.tel_button{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
    background:#567fff;
	border-radius: 5px;
    padding: 10px 30px;
	font-size: 1.5em;
    text-align: center;
	margin: 16px auto;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
}
/*ボタン内spanの形状*/
.tel_button span {
	position: relative;
	z-index: 3;
	color:#fff;
}
/*== 背景が流れる*/
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#595757;
 	width: 100%;
	height: 100%;
	border-radius: 5px;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
#mailform{
	width: 100%;
	padding: 20px;
	margin: 30px 0;
}
#mailform h3{
	color:#587b3b;
	margin-bottom: 1em;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table th{
	width: 200px;
	text-align: left;
	padding: 0.5em;
	vertical-align: top;
	line-height: 120%;
}
#mailform table tr:nth-child(odd){
	background-color: rgba(255,255,255,0.49);
}
#mailform table td{
	width: calc(100% - 210px);
	padding: 0.5em 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
	margin-bottom: 0.5rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 5px 10px;
	border:solid 1px #ccc;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#ff3b60;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	font-weight: 400;
	background:#567fff;
	color:#fff ;
	border-radius: 5px;
	margin: 0 auto;
}
input[type='submit']:hover{
	color: #fff;
	background:#595757;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 5px 10px;
	border:solid 1px #ccc;
	background:#fff;
}
.postcord_btn{
	font-size: 0.8em;
	border:solid 1px #ccc;
	background:#fff;
	padding: 0.25em;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #333 !important;
	font-size: 1em !important;
	padding: 1em 0;
}
.infobox h5{
	color: #333;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5em;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}

label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #ff3b60;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}
.txt_small{
	font-size: 80%;
	color: #666;
}


/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 0.8;
	z-index: 99999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#595757;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* スクロールフェードイン==================== */
.fadein {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 1s;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


