/*
Theme Name: life_tpl_2025
Theme URI: 
Template: lightning
Description:Lifecommunication Theme
Author:Lifecommunication Co., Ltd
Tags: 
Version: 0.5.1
*/
body{
    position : relative;
    width : 100%;
    overflow-x : hidden;
}
/*--------------------------コモン---------------------------*/
/* ブラウザの標準に設定されている、htmlタグの設定をクリア */
BODY, H1, H2, H3, H4, H5, H6, P, TH, TD, OL, UL, LI, DL, DT, DD, FORM, PRE {
/* Netscape6 は * が未対応なので、全てのタグを記述して指定 */
margin: 0;
padding: 0;

}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#3B4043;
	color:var(--main-text);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
}

/*見出し*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
h2 {
}
.page img{
	display:block;
	width:100%;
	transition: all 0.5s 0s ease;
}
/*本文*/
p,
td,
th,
li,
dt,
dd,
input,
textarea,
.entryBody,
.entryMore {
	font-size: 16px;
	font-weight: normal;
}
p,
td,
th,
li,
dt,
dd{
	font-size: 16px;
}
li{
	list-style:none;
}
a{
	text-decoration:none!important;
	transition: all 0.5s 0s ease;
}
a:hover{
	transition: all 0.5s 0s ease;
}
a[href^="tel:"] {
    pointer-events: none;
}
.text-right{
	text-align:right;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.fade-in {
	opacity: 0;
   transform: translateY(30px); 
   transition: 0.8s ease;
	-webkit-transition:0.8s ease;
   will-change: opacity, transform;
}
.fade-in.show {
   opacity: 1;
   transform: translateY(0);
}
li.fade-in.show:nth-child( 2 ) {transition-delay:.2s;}
li.fade-in.show:nth-child( 3 ) {transition-delay:.4s;}
li.fade-in.show:nth-child( 4 ) {transition-delay:.6s;}
li.fade-in.show:nth-child( 5 ) {transition-delay:.8s;}
li.fade-in.show:nth-child( 6 ) {transition-delay:1.0s;}
li.fade-in.show:nth-child( 7 ) {transition-delay:1.2s;}
li.fade-in.show:nth-child( 8 ) {transition-delay:1.4s;}
li.fade-in.show:nth-child( 9 ) {transition-delay:1.6s;}
li.fade-in.show:nth-child( 10 ) {transition-delay:1.8s;}

@media screen and (max-width: 767px){
	.fade-in {
		opacity: 1;
		transform: translateY(0px);
	}

	a[href^="tel:"] {
		pointer-events: auto;
	}
}

:root {
	--main-pink:#F14567;
	--main-yellow: #FDD000;
	--main-purple:#53005F;
	--main-text:#3B4043;
	--main-green:#00C5A7;
	--main-gray:#9F9F9F;
	--main-gray02:#CECECE;
	--gray-bg:#F3F3F3;
}
.full-width{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

/*見出し*/
.Head01 {
	text-align:center;
}
.Head01 h2 {
    font-size: 1.5rem;
    font-weight: normal;
	margin-bottom:30px;
	font-weight: bold;
    letter-spacing: 0.05em;
}

.Head01 h2 span{
	font-size: 4.5rem;
    display: block;
    color: var(--main-gray02);
    margin-bottom: 20px;
    font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1;
}
.Head01 h2 span::first-letter {
}
.Head01 h2 span::first-letter{
   color:var(--main-pink);
   }
.Head01 h2 span.green::first-letter {
   color: var(--main-green);
}
.Head01 h2 span.yellow::first-letter {
   color: var(--main-yellow);
}
.Head01 h2 span.purple::first-letter {
   color: var(--main-purple);
}


.Head02 h2 {
	display: inline-block;
}
.Head02 h2:after {
	content:"";
	display:block;
	width:150%;
	height:3px;
	background:var(--main-green);
	margin-top: 10px;
}
@media screen and (max-width: 768px){
	.Head01 h2 span{
		font-size:60px;
	}
}
@media screen and (max-width: 375px){
	.Head01 h2 span {
		margin-bottom: 10px;
	}
}

.link-btn a{
	font-size:1.2rem;
	background:#fff;
	border-radius:40px;
	padding: 45px 20px;
    line-height: 1.4;
    text-align: center;
    display: block;
	position:relative;
	max-width: 500px;
    margin: auto;
	font-weight: bold;
}
.link-btn a span{
	font-size:0.9rem;
	color:var(--main-pink);display:block;
	margin-top: 10px;
}
.link-btn a:after{
	display: block;
    width: 24px;
    height: 24px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #9F9F9F;
    position: absolute;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}
.link-btn a:hover{
	background:var(--main-pink);
	color:#fff;
}
.link-btn a:hover:after{
	background: #fff;
    color: var(--main-text);
}
.link-btn a:hover {
	background:var(--main-pink);color:#fff;
}
.link-btn a:hover span{
	color:#fff;
}

@media screen and (max-width: 768px){
	.link-btn a{
		padding: 10px 20px;
		border-radius: 15px;
	}
}

.button01 a{
	display: inline-block;
	border-radius: 30px;
    padding:15px 25px;
	background:var(--gray-bg);
	font-weight: bold;
    letter-spacing: 0.05em;
}

.button01 a:after{
	display:inline-block;
	width:20px;
	height:20px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	content: "\f105";
	right: 26px;
	background:#fff;
	border-radius:50%;
	text-align: center;
    line-height: 20px;
    font-size: 14px;
	margin-left: 10px;
}
.button01 a:hover{
   background: var(--main-pink) !important;
   color:#fff !important;
}
.button01 a:hover:after{
   background:#fff;
   color:var(--main-text);
}
.button01.button-white a{
	background:#fff;
}
.button01.button-white a:after{
	display: inline-block;
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    margin: auto;
    background: var(--main-text);
	color:#fff;
	margin-left: 10px;
}
.button01.button-white a:hover{
   background: var(--main-pink);
   color:#fff;
}
.button01.button-white a:hover:after{
	background:#fff;
	color:var(--main-text);
}
.contents-padding{
	padding: 100px 0;
}
@media screen and (max-width:600px) {
	.Head01 h2 span {
     font-size: 50px;
   }
}
@media screen and (max-width: 500px){
	.Head01 h2 {
		font-size: 1.5rem;
	}
	.Head01 h2 span {
     font-size: 40px;
   }
	.top-contents{
		padding: 30px 0;
	}
	.container{
		padding-right: 6%;
		padding-left: 6%;
	}
	.Head02 h2:after {
		width: 100%;
	}
	.Head02 h2 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 390px){
	.Head01 h2 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 375px){
	.Head02 h2 {
        font-size: 1.35rem;
	}
}
@media screen and (max-width: 360px){
	.Head01 h2{
        font-size: 1.5rem;
        margin-bottom: 20px;
	}
}
@media screen and (max-width: 300px){
	.Head01 h2{
        font-size: 1.3rem;
	}
}

/*------------------------------------エントリーボタンー------------------------------------*/
.top-enter-btn a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	background-color:var(--main-pink);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;position: relative;
	flex-direction: column;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.4;
	z-index: 10000;
}
.top-enter-btn a span{
	color: #fff;
	font-size: 0.9rem;
    margin-top: 5px;
}
.top-enter-btn {
	width: 220px;
	height: 220px;
	font-size: 2rem;position: fixed;
	bottom:20px;
	right: 20px;
	z-index:10000;
	padding: 22px;
} 
.top-enter-btn::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	animation: 50s linear infinite rotation; 
	background-image: url(images/enty-btn.svg);
} 
.top-enter-btn a:hover{
	background:#fff;
	color:var(--main-pink);
}
.top-enter-btn a:hover span{
	color:var(--main-pink);
}
@keyframes rotation{
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}
@media screen and (max-width:1300px) {
	.top-enter-btn {
		width: 160px;
		height: 160px;
		padding: 18px;
	}
	.top-enter-btn a {
		font-size: 1.1rem;
	}
}
@media screen and (max-width:991px) {
	.top-enter-btn {
        width: 130px;
        height: 130px;
        padding: 15px;
		bottom: 10px;
		right: 10px;
	}
	.top-enter-btn a {
		font-size: 1.1rem;
		line-height: 1.25;
	}
}


@media screen and (max-width:600px) {
	.top-enter-btn a {
        font-size: 1rem;
	}
	.top-enter-btn {
        width: 110px;
        height: 110px;
        padding: 10px
	}
}
/*------------------------------------ヘッダー------------------------------------*/
.site-header--layout--nav-float .site-header-logo a{
	display:flex;
	height: 100px;
}

.site-header-logo img{
	width: 100px;
	height: 100px !important;
	max-height: initial;
}
.logo-text{
	font-size:16px;
	font-weight:bold;
	margin-left:15px;
	line-height: 1.5;
	padding-top: 12px;
}
.logo-text span{
	font-size:13px;
	display: block;
	margin-left: 2px;
}
.site-header--layout--nav-float .site-header-logo a:hover .logo-text,
.site-header--layout--nav-float .site-header-logo a:hover .logo-text span{
	color:var(--main-pink);
}
.site-header--layout--nav-float .site-header-logo a:hover img{
	opacity:0.7;
}
.global-nav-list > li:last-child a{
	background:var(--main-pink);
	border-radius:10px;
}
.header_scrolled .global-nav-list > li:last-child a{
	height: 50px;
}
.header_scrolled .site-header--layout--nav-float .site-header-container{
	align-items: center;
} 
.global-nav-list > li:last-child .global-nav-name{
	color:#fff;
}
.global-nav-list > li:last-child a:hover{
	color:var(--main-pink);
	background:#ffe4e9;
}
.global-nav-list > li .global-nav-name {
   font-size: 16px;
}
.site-header--layout--nav-float .site-header-container {
	height: 70px;
	max-width: initial;
	padding: 0 4%;
}
.site-header-logo {
	text-align: left;
	padding-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.global-nav-list>li>a:hover .global-nav-name{
	color:var(--main-pink);
}
.site-header:not(.home .site-header) {
	box-shadow: none;
	position: absolute;
	top: 0;
	left: 0;
}
.device-pc .global-nav-list>li>a:not(.global-nav-list > li:last-child a) {
	background: #fff;
}
.global-nav-list > li:last-child a:not(.home .global-nav-list > li:last-child a){
	margin-left: 10px;
}
.device-pc .global-nav-list>li:first-child>a:not(.home .device-pc .global-nav-list>li:first-child>a) {
	padding: 14px 1.5em 14px 30px;
	border-radius: 26px 0 0 26px;
}
@media screen and (max-width:1199px){
   .site-header--layout--nav-float .site-header-logo {
		margin-right: 10px;
   }
   .site-header--layout--nav-float .site-header-container {
		padding: 0 2%;
   }
   .site-header-logo img {
		width: 80px;
		height: auto !important;
   }
   .device-pc .global-nav-list > li > a {
		padding: 14px 1em;}
   .logo-text {
		font-size: 15px;margin-left: 8px;}
}

@media screen and (max-width: 991px) {
	.site-header-logo img {
		width: 70px;
		height: 70px !important;
	}
	.vk-mobile-nav-menu-btn {
		border-color: transparent;
		top: 10px !important;
		right: 15px !important;
		background: url(images/vk-menu-btn.svg) center 50% no-repeat rgba(255,255,255,0.95);
		border-radius: 4px;
		width: 50px;
		height: 50px;
	  }

	.vk-mobile-nav-menu-btn.menu-open {
		background: url(images/vk-menu-close.svg) center 50% no-repeat rgba(255,255,255,0.95);
		border-color: transparent;
	}
	.vk-mobile-nav nav ul li a {
		color: var(--main-text);
		border-bottom: 1px dotted var(--main-pink);padding: 15px 30px;
	}
	.vk-mobile-nav nav > ul {
		border-top: 1px dotted var(--main-pink);
	}
	.site-header--layout--nav-float .site-header-container {
		height: auto;
	}
	.home .site-header--layout--nav-float .site-header-container {
		height: 70px;
	}
}
@media screen and (max-width: 319px)
	.logo-text {
        font-size: 14px;
	}
}


/*スライドショー*/
.lightning_swiper .swiper-wrapper{
	position:relative;
}
.lightning_swiper:before {
    content: "";
    display: block;
    background: url(images/slide-on01.svg),url(images/slide-on02.svg);
    background-repeat: no-repeat,no-repeat;
    background-size: 200px,220px;
    background-position: 20px 20px,right 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    z-index: 2;
}


.lightning_swiper:after {
    content: "";
    display: block;
    background: url(images/slide-on04.svg), url(images/slide-on03.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 14%, 14%;
    background-position: 50px 20px, right 20px;
    position: absolute;
    top: calc(100vh - 350px);
    right: 20px;
    width: 100%;
    height: 350px;
    z-index: 1;
}

.lightning_swiper {
    height: calc(100vh + 50px);
    min-height: 700px;
}
.lightning_swiper .swiper-wrapper:after{
	content:"";display:block;
	background: url(images/slide-frame.svg);
	background-repeat: no-repeat;background-size: 100%;
	background-position: left bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 500px;
	z-index: 1;
}
.ltg-slide-text-title p{
	white-space: nowrap; 
	padding: 5px 20px;
	display:inline-block;
	background-color: rgba(255,255,255,0.9);
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
	border-radius: 4px;
} 
.ltg-slide-text-set{
	position:absolute;
	left:6%;
	bottom:250px;
	top: auto;
	z-index:100;
	transform: translateY(0) translateX(0);
}
.ltg-slide-text-set .container {
	max-width: initial;
}
.lightning_swiper .swiper-pagination{
	display:none;
}
/*.ltg-slide-text-title {
   display:inline-block;
   font-weight: bold;
   margin-bottom: 15px;
   overflow: hidden;
   box-sizing: border-box;
    animation: barAnime 1.5s forwards ease-in-out; } @keyframes barAnime {
   0% {
     width: 0%;
   }
   100% {
     width: 100%;
   }
}*/
.ltg-slide picture img {
    width: 100%;
    height: 99%;
    display: block;
    object-fit: cover;
}
@media screen and (min-width: 1501px) {
	.lightning_swiper .swiper-wrapper:after {
		bottom: -80px;
	}
	.ltg-slide-text-set {
		bottom: 300px;
	}
}
@media screen and (max-width: 1700px) {
	.ltg-slide-text-title p {
		font-size: 1.5rem;
	}
	.lightning_swiper .swiper-wrapper:after {
		height: 400px;
	}
}
@media screen and (max-width: 1500px) {
	.lightning_swiper .swiper-wrapper:after {
		bottom: -50px;
	}
	.lightning_swiper:after {
		top: calc(100vh - 250px);
	}
	.ltg-slide-text-set {
		left: 50px;
	}
	.ltg-slide-text-set p{
		background-color: rgba(255, 255, 255, 1);
	}
	.lightning_swiper:before {
		background-size: 15%, 15%;
	}
}
@media screen and (max-width: 1400px) {
    .lightning_swiper .swiper-wrapper:after {
        height: 300px;
	}
}
@media screen and (max-width: 1300px) {
	.lightning_swiper:after {
        top: calc(100vh - 250px);
        background-size: 15%, 15%;
	}
	.lightning_swiper .swiper-wrapper:after {
        bottom: -20px;
    }
}
@media screen and (max-width: 1100px) {
	.lightning_swiper .swiper-wrapper:after {
        bottom: 0;
    }
}
@media screen and (max-width: 991px) {
	.ltg-slide-text-set {
		bottom: 200px;
		left: 30px;
	}
	.lightning_swiper:after {
		content:"";
		display:block;
        top: calc(100vh - 300px);
		height: 250px;
		background: url(images/slide-on05.svg),url(images/slide-on03.svg);
		background-size: 12%,15%;
		background-repeat:no-repeat,no-repeat;
		background-position: 30px 90px, right 20px;
	}
}
@media screen and (max-width:767px) {
	.lightning_swiper {
		height: 100vh;
	}
	.lightning_swiper .swiper-wrapper:after {
        height: 200px;
	}
	.ltg-slide-text-set {
        bottom: 160px;
	}
}
@media screen and (max-width:600px) {
	.ltg-slide-text-title p {
		font-size: 1.3rem;
	}
	.ltg-slide-text-set {
        left: -20px;
        bottom: 140px;
    }
	.lightning_swiper:after {
		display: none;
	}
}
@media screen and (max-width:500px) {
	.ltg-slide-text-set {
        left: -35px;
		bottom: 110px;
	}
	.lightning_swiper {
        height: 90vh;
	}
}
@media screen and (max-width:450px) {
.lightning_swiper:before {
        display:none;
	}
	.lightning_swiper .swiper-wrapper:after  {
        display:none;
	}
	.ltg-slide-text-set {
        bottom: 40px;
	}
	.ltg-slide-text-title p {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:390px) {
.ltg-slide-text-set {
        bottom: auto;
        top: 40px;
	    left: -25px;
	}
}
@media screen and (max-width:320px) {
	.ltg-slide-text-title p {
        font-size: 1.2rem;
	}
}
/*スライドショー下*/
.home .site-body {
	padding-top:0;
}
.intro p{
	margin: 0;
	font-weight:bold;
	line-height:3;
	text-align:center;
	font-size:1.2rem;
	position:relative;
}
.intro p img{
	max-width:180px
}
.intro {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -80px;
	position: relative;
    z-index: 1;
}
.intro p:nth-child(2){
	margin:0 50px;
}
@media screen and (max-width:1400px) {
	.intro {
		margin-top: 0px;
	}
	.intro p img {
		max-width: 150px;
	}
}
@media screen and (max-width:768px) {
	.intro p img {
		max-width: 130px;
	}
}
@media screen and (max-width:700px) {
	.intro p img {
        max-width: 110px;
	}
	.intro p:nth-child(2) {
		margin: 0 30px;
	}
	.intro {
        margin-top: -30px;
	}
	.intro p{
		font-size: 1.1rem;
	}   
}
@media screen and (max-width:600px) {
    .intro p img {
        max-width: 90px;
	}
	.intro p:nth-child(2) {
        margin: 0 15px;
	}
}
@media screen and (max-width:500px) {
	.intro p {
		line-height: 2.2;
	}
	.intro p img {
        max-width: 70px;
	}
	.intro p:first-child img {
        max-width: 60px;
	}
	.intro p:nth-child(2) {
        margin: 0 5px 0 15px;
    }
}
@media screen and (max-width:450px) {
    .intro {
        margin-top: 30px;
	}
	.intro p {
        font-size: 1rem;
	}
}
@media screen and (max-width:415px) {
	.intro p img {
        max-width: 60px;
	}
    .intro p:first-child img {
        max-width: 50px;
	}
	.intro p:nth-child(2) {
        margin: 0 0px 0 15px;
	}
	.intro p {
		line-height: 1.8;
	}
}
@media screen and (max-width:390px) {
	.intro p:nth-child(3){
		position: absolute;
        right: 30px;
        transform: rotate(60deg);
        bottom: -55px;
	}
	.intro p:nth-child(2) {
        margin: auto;
		padding-top: 10px;
	}
	.intro p:nth-child(1){
		position: absolute;
        left: 30px;
        transform: rotate(45deg);
        top: -40px;
	}
	.intro p img {
        max-width: 50px;
	}

	.intro {
        margin-top: 40px;
	}
}
@media screen and (max-width:360px) {
	.intro p:nth-child(1) {
        max-width: 40px;
	}
	.intro p:nth-child(3)  {
        max-width: 45px;
    }
}
@media screen and (max-width:360px) {
	.intro p:nth-child(1) {
        max-width: 30px;
	}
	.intro p:nth-child(3)  {
        max-width: 35px;
    }
	.intro p:nth-child(1) {
        position: absolute;
        left: 30px;
        transform: rotate(60deg);
        top: -35px;
	}
}
/*お知らせ*/
.mask-shape img{
   mask-position: center;
   mask-repeat: no-repeat;
   mask-size: 0 0;
}
.mask-shape.show img{
	animation: reveal 1s;
	animation-fill-mode: forwards;
}
@keyframes reveal {
   0% {
     mask-size: 0 0;
   }
   100% {
     mask-size: 100% 100%;
   }
}

.info-category a:hover{
   background: var(--main-pink);
}
.info-title a:hover{
	color: var(--main-pink);
}
.Top-news{
	display: flex;
	justify-content: space-between;
	position:relative;
	margin-top: 120px;
	margin-bottom: 0px;
}
.Top-newsContents{
	padding-left: calc(50% - 500px);
}
.Top-news .Head01{
	text-align:left;
}
.Top-news ul{
	margin: 35px 0 60px;
}
.Top-news ul li{
	display:flex;
	margin-bottom: 25px;
}
.info-date{
	color:#767A7C;
	font-size: 0.85rem;
	width: 60px;
	line-height: 26px;
}
.info-category a{
	background: var(--main-text);
    color: #fff;
    font-size: 0.9rem;
    display: block;
    padding: 0px 5px;
    border-radius: 6px;
    line-height: 26px;
    height: 26px;
    margin: 0 15px;
    width: 84px;
    text-align: center;
}

.Top-news .button01 a:after{
    background: var(--main-text);
	color:#fff;
}
.Top-news .button01 a:hover:after{
    background: #fff;
	color:var(--main-text);
}
.top-news-image{
	width: 100%;
    margin-top: -50px;
    max-width: 600px;
}
.top-news-image img{
	margin-left: -100px;
}
.Top-news .info-title{
	max-width: 500px;
	width: 70%;
}
@media screen and (max-width:1700px) {
	.top-news-image {
		margin-top: 0px;
	}
	.Top-news .info-title{
		width: 60%;
	}
}
@media screen and (max-width:1500px) {
	.Top-news .info-title{
		width: 50%;
	}
}
@media screen and (max-width:1300px) {
	.top-news-image img {
		margin-left: -50px;
	}
	.top-news-image {
    	width: 45%;
	}
}
@media screen and (max-width:1100px) {
	.Top-newsContents {
		padding-left: 10%;
	}
	.top-news-image img {
        margin-left: 30px;
	}
	.Top-news .info-title{
		width:65%;
	}
}
@media screen and (max-width:991px) {
	.Top-news {
		margin-top: 100px;
	}
	.Top-news ul {
		margin: 35px 0;
	}
}
@media screen and (max-width:850px) {
	.Top-news {
        flex-direction: column-reverse;
        width: 88%;
        margin: 80px auto;
	}
	.Top-news .Head01 h2 {
		text-align: center;
	}
	.Top-news .button01{
		text-align:center;
	}
	.Top-newsContents {
        padding-left: 0;
		text-align: center;
	}
	.top-news-image img{
		/*margin-bottom: -160px;*/
		margin-left: 0;
	}
	.top-news-image {
        width: 50%;
        /* max-width: 350px; 
        margin-left: 60%;*/
		margin: auto;
        min-width: 270px;
	}
	.Top-news ul {
        display: inline-block;
	}
	.Top-news .info-title {
        width: 100%;
        text-align: left;
	}
}
@media screen and (max-width:767px) {
	.Top-news {
        width: 100%;
	}
	.top-news-image img {
        margin: -30px 0 0 0;
	}
}
@media screen and (max-width:600px) {
    .top-news-image {
        width: 70%;
	}
	.Top-news {
        margin: 50px auto;
	}
}
@media screen and (max-width:500px) {
    .top-news-image img {
        margin: 0;
	}
	.top-news-image {
        margin: 20px auto 0;
	}
}
@media screen and (max-width:450px) {
    .Top-news ul {
        margin: 0px 0 10px;
	}
	.Top-news .info-title {
        margin-top: 5px;
	}
}
@media screen and (max-width:390px) {
	.info-title{
		width:100%;
		margin-top: 5px;
	}
	.Top-news ul li {
		flex-wrap: wrap;
	}
	.info-category a {
		font-size: 0.8rem;
		line-height: 20px;
		height: 20px;
		width: 70px;
	}
	.info-date {
		line-height: 20px;
	}
}

/*共通タイトル部分*/
.title-image01 img{
	max-width:490px;
}
.top-titleContents{
	display:flex;
	/*flex-wrap:wrap;*/
	max-width:1100px;
	margin:auto;
	align-items: center;
	width: 88%;
}
.title-image01{
	width:48%;
	margin-right: 50px;
}
.top-titleContents .Head01{
	text-align:left;
	margin-top: 100px;
}
@media screen and (max-width:1600px) {
	.title-image01 {
    	width:40%;
	}
}

@media screen and (max-width:991px) {
	.title-image01 {
		width: 35%;
	}
}
.bg-gray-semicircle02{ 
    background-image: url(images/bg-gray-semicircle02.svg);
	background-repeat: no-repeat;
    background-size: 100%;
}

.bg-kazari{
	background:url(images/top-attractive-left.svg),url(images/top-attractive-right.svg);
	background-repeat:repeat-y,repeat-y;
	position:relative;
	background-position: top left,top right;
	background-size: 160px,150px;
}
@media screen and (max-width:850px) {
	.bg-kazari {
		background: url(images/top-attractive-left.svg), url(images/top-attractive-right.svg);
		background-repeat: repeat-y, repeat-y;
		background-position: top left, top right;
		background-size: 120px, 120px;
	}
}
@media screen and (max-width:768px) {
	.top-titleContents {
		flex-direction: column;
	}
	.title-image01 {
    	margin-right: 0px;
		min-width: 250px;
	}
	.top-titleContents .Head01 {
    	text-align: center;
    	margin-top: 0px;
	}
}
@media screen and (max-width:500px) {
	.bg-kazari {
		background: url(images/top-attractive-left.svg), url(images/top-attractive-right.svg);
        background-repeat: no-repeat;
        background-position: left 500px, right 500px;
    	background-size: 130px, 130px;
	}
}
/*魅力*/
.blur{
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.TopAttractive{
	background-color: var(--gray-bg);
}
/* --- modalOpen --- */
.swiperModalButton {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: space-between;
	max-width: 880px;
	margin: auto;
	margin-top: 10px;
	position: relative;
}
.TopAttractive button:hover .click p::after {
	right: -12px;
	background: var(--main-pink);
	transition: all 0.5s 0s ease;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	pointer-events: none;
	opacity: 0;
	z-index: 100;
}

.modal.is-active {
	opacity: 1;
	pointer-events: auto;
	display: flex;
}

.modal__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.modal__content {
    position: relative;
    width: 100%;
    /*max-width: 800px;*/
	max-width: 840px;
    padding: 20px;
}
.modal_inner {
	filter: drop-shadow(0px 0px 4px #555);
    background: #FFF;
    width: 90%;
    margin: 0 auto;
    border-radius: 30px;
    padding: 40px 50px;padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.modal__close-btn {
	position: absolute;
	width: 58px;
    height: 20px;
    cursor: pointer;
    z-index: 20;
	bottom: 30px;
    top: unset;
    left:auto;
	right: 50px;
    background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	align-items:center;
}

.modal__close-btn:before{
	content:"BACK";
	display:inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	margin-left: -10px;
}
.modal__close-btn:after{
	display: inline-block;
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    right: 26px;
    background: var(--main-yellow);
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin-left: 10px;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.5s 0s ease;
}
.modal__close-btn:hover {
    opacity: 0.8;
}
.modal__close-btn:hover:after{
  background: var(--main-pink);
  right:-15px;transition: all 0.5s 0s ease;
}

.TopAttractive button.modalOpen {
	background: #fff;
	border: none;
	background-size: contain;
	width: 400px;
    height: 350px;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	border-radius: 30px;
    padding:40px;
	box-shadow: 0px 0px 30px #dfe1de33;
}
.TopAttractive button:nth-child(even){
	margin-top: 60px;
}
.TopAttractive button:nth-child(3){
	margin-left: -50px;
}
.TopAttractive button:nth-child(4){
	margin-right: 50px;
}
.TopAttractive button.modalOpen h3 {
	font-size: 1.5rem;
    line-height: 2;
    text-align: left;margin-top: 0px;
   line-height: 1.8;
}

.TopAttractive button::after {
	content: "";
    display: inline-block;
    background-image: url();
	background-size: contain;
    background-repeat: no-repeat;
    width: 75px;
    height: 50px;
    position: absolute;
    bottom: 15px;
    right: 15px;
	transition: 0.3s;
}
.TopAttractive button:hover::after {
	right: 0px;
}

.TopAttractive .modal_inner {
    width: 800px;
    height: 520px;
	position: relative;
}
.TopAttractive .modal_inner .modalInSlider {
	position: relative;
}
/*
.TopAttractive .modalInSlider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}*/
.TopAttractive .modalInSlider .d-flex {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.TopAttractive .modalInSlider > img {
    position: absolute;
    right: 0px;
    width: 70px;
    height: auto;
}
.TopAttractive .modalInSlider .d-flex img {
    width: 48%;
	object-fit: cover;
}
.TopAttractive .swiperContents {
    width: 48%;
}
.TopAttractive .modalInSlider h3.swiperTitle {
    font-size: 21px;
    color: #512139;
    margin-bottom: 30px;
}
.swiper-button-next:not(.lightning_swiper .swiper-button-next):after {
	font: var(--fa-font-solid) !important;
	content: "\f105" !important;
    background: var(--main-text);
    padding: 15px 20px;
    border-radius: 50%;
	font-size: 22px !important;
}
.swiper-button-prev:not(.lightning_swiper .swiper-button-prev):after {
	font: var(--fa-font-solid) !important;
	content: "\f104" !important;
    background: var(--main-text);
    padding: 15px 20px;
    border-radius: 50%;
	font-size: 22px !important;
}
.swiper-button-next:not(.lightning_swiper .swiper-button-next)::after,
.swiper-button-prev:not(.lightning_swiper .swiper-button-prev)::after {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
}
.TopAttractive .ModalContents {
    margin-bottom: 60px ;
}
.TopAttractive .swiper-slide{
	display:flex;
	justify-content:space-between;
	align-items: center;
	min-height: 520px;
}
.TopAttractive .swiper-slide img{
	width:35%;
	height:auto;
	border-radius:20px;
}
.TopAttractive .swiper-slide .swiperText{
	width:60%;
	padding-bottom: 30px;
}
.TopAttractive .swiper-slide .swiperText h3{
	margin-bottom: 20px;
    font-size: 1.3rem;
}
.TopAttractive .swiper-slide .click {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
 .TopAttractive .swiper-slide .swiperText {
   margin-top: 50px;
   padding-left: 20px;
}
.TopAttractive .modal_inner {
     width: 100%;
}
.swiper-slide p:not(.point){
	padding-right: 0px;
}

.TopAttractive .swiper-slide{
	/*margin-bottom: 100px;*/
}
.TopAttractive .modal_inner .swiper-slide p:not(.point) {
	padding-right: 0px;
}

.TopAttractive .swiper-slide img{
	margin: 50px auto 20px;
}
.modal_inner {
	padding: 0px 20px 40px 35px;
}
.modal__close-btn {
	right: 0;
	left: 0;
	margin: auto;
}


.point{
	background: url(images/point-bg);
    background-size: 100%;
    text-align: center;
    position: absolute;
    top: -20px;
	left: -20px;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	font-size: 2rem !important;
    line-height: 1;
    font-weight: bold;
}
.point span{
	display:block;
	font-size:14px;
}
.top-attractive-image01{
}
.top-attractive-image02{
	max-width:300px;
	position:absolute;
	bottom: 250px;
	right: -200px;
	z-index: -1;
}
.click{
	position: absolute;
    bottom: 40px;
    right: 40px;
}
.click p::after {
	display: block;display:inline-block;
	width: 20px;
	height: 20px;
	right: 40px;
	bottom: 30px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f105";
	background: var(--main-yellow);
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	margin-left: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;transition: all 0.5s 0s ease; 
} 
.click p{
	padding-right: 30px;
	transition: all 0.5s 0s ease;
	position: relative;
	text-align: right;
	font-weight: bold;
	letter-spacing: 0.05em;
}
/*調整*/
.swiper-slide .point {
    top: 40px;
	left: 00px;
}
.swiper-slide p:not(.point) {
	padding-right: 20px;
}


@media screen and (max-width:1600px) {
	.swiperModalButton {
		margin-top: 50px;
	}
}
@media screen and (max-width:1200px) {
	.top-attractive-image02 {
		max-width: 250px;
		bottom: auto;
		right: -5%;
		top: -150px;
	}
}
@media screen and (max-width:1100px) {
    .top-attractive-image02 {
        top: -120px;
	}
}
@media screen and (max-width:1024px) {
	.TopAttractive button:nth-child(3) {
		margin-left: 0px;
	}
	.TopAttractive button:nth-child(4) {
		margin-right: 0;
	}
	.TopAttractive button.modalOpen {
		width: 46%;
	}
}
@media screen and (max-width:991px) {
	.TopAttractive button:nth-child(even) {
		margin-top: 0;
	}
	.swiperModalButton {
        width: 88%;
        max-width: 800px;
	}
	.top-attractive-image02 {
        top: -150px;
		right: -10%;
	}
	.modal__content {
		max-width: initial;
		max-height: 600px;
	}
	.TopAttractive .modal_inner {
        width: 100%;
        height: auto;
	}
	.TopAttractive .swiper-slide {
		overflow-y: scroll;
	}
}
@media screen and (max-width: 990px) {
     .modal__content {
         /*max-height: initial;*/
	}
}

@media screen and (max-width:850px) {
	.TopAttractive{
		margin-top: -100px;
		margin-top: -30px;
	}
	.TopAttractive button.modalOpen {
		height: 300px;
	}
	.top-attractive-image02 {
        max-width: 200px;
	}
	.point {
		top: -20px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.modal__content {
		height: 100vh;
		height: auto;
		min-height:280px;
		height: 100%;
		overflow-y: scroll;
     }

	.TopAttractive .modal_inner .point {
		top: 20px;
		left:0px;
		right: auto;
		margin: 0;
	}
}
@media screen and (max-width:800px) {
    .top-attractive-image02 {
        top: -130px;
        max-width: 170px;
	}
}
@media screen and (max-width:768px) {
	.TopAttractive button.modalOpen h3 {
    	font-size: 1.3rem;
	}
	.swiperModalButton {
		gap: 50px 6%;
	}
	.TopAttractive button.modalOpen {
    width: 47%;
		padding: 30px;
	}
	.click {
    	bottom: 20px;
    	right: 30px;
	}
}
@media screen and (max-width:750px) {
	.top-attractive-image02{
		display:none;
	}
}

@media screen and (max-width:600px) {
	.TopAttractive button.modalOpen h3 {
        font-size: 1.1rem;
	}
	.TopAttractive button.modalOpen {
        height: 250px;
	}
	
	.point {
		width: 70px;
		height: 70px;
	}
	.point span {
    	font-size: 12px;
	}
	.swiperModalButton {
		gap: 40px 4%;
		margin-top: 20px;
    }
	.TopAttractive button.modalOpen {
		width: 48%;
		padding: 30px 20px;
	}
	.TopAttractive .swiper-slide {
		flex-direction: column;
	}
	.TopAttractive .swiper-slide .swiperText {
    	width: 100%;
	}
	.TopAttractive .swiper-slide img {
		width: 150px;
		height: 200px;
		object-fit: cover;
		margin: 0 auto 20px;
		margin: 30px auto 20px;
	}
	#box1 h3 br:first-child{
		display:none;
	}
	.modal__close-btn {
		right: 0;left: 0;
    margin: auto;
}
	.modal {
		padding: 10px;
	}
	.TopAttractive .swiper-slide .swiperText {
		margin-top: 0px;
		padding-left: 0px;
	}
     .TopAttractive .swiper-slide img {
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width:500px) {
    .point {
        width: 60px;
        height: 60px;
	}
	.point {
		font-size: 1.5rem;
	}
	.TopAttractive button.modalOpen h3 {
		line-height: 1.5;
        font-size: 1.05rem;
	}
	.TopAttractive button.modalOpen {
        height: 220px;
	}
	.click p{
		font-size: 15px;
	}
	#box1 h3 br:first-child{
		display:block;
	}
	.TopAttractive .swiper-button-next:not(.lightning_swiper .swiper-button-next)::after,
	.TopAttractive .swiper-button-prev:not(.lightning_swiper .swiper-button-prev)::after {
		flex-shrink: 0;
		width: 40px;
		height: 40px;
	}
	.TopAttractive .swiper-button-prev:not(.lightning_swiper .swiper-button-prev):after,
	.TopAttractive .swiper-button-next:not(.lightning_swiper .swiper-button-next):after{
    	padding: 10px 15px;
	}
	.modal_inner {
		padding: 40px 35px;
	}
	.TopAttractive .swiper-slide img {
		margin: 0px auto 20px;
	}
}
@media screen and (max-width:479px) {
	.TopAttractive button.modalOpen {
        width: 100%;
	}
	.swiperModalButton {
        max-width: 250px;
	}
}
@media screen and (max-width:450px) {
	.TopAttractive {
        margin-top: 0px;
	}
}
@media screen and (max-width:415px) {
	.TopAttractive .swiper-slide .swiperText h3 {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 320px) {
	.TopAttractive .modal_inner .swiper-slide p:not(.point) {
		padding-right: 0px;
	}
   .TopAttractive .modal_inner .point {
	   top: 10px;
	   left: 10px;
	}
}

/*メッセージ*/
.TopStaff{ 
	background-color: var(--gray-bg); 
}
.TopMessage-bg{
	position:absolute;
	top:0;
	left:0;
	transform: scale(1, -1);
}
.bg-kazari02:before{
	background: url(images/top-message-left.svg); 
	background-position: top left;
	background-size: 160px;
	background-repeat: no-repeat;
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:160px;
	height:100%;
	z-index: 0;
}
.bg-kazari02:after{
	background: url(images/top-message-right.svg); 
	background-position: top right;
	background-size: 160px;
	background-repeat: no-repeat;
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:160px;
	height:100%;
	z-index: 0;
}
.TopMessage .top-titleContents {
    position: relative;
    padding-top: 100px;
	margin-top: -1px;
}
.TopMessage{
	background: url(images/top-message-image-bg.jpg);
    background-position: bottom;
    background-size: 100%;
	padding-bottom: 400px;
	background-repeat: no-repeat;
	position:relative;
}
.ippo-kun img{
	width:100px;
	transform: rotate(10deg);
    margin: 50px 0 0;
}

.TopMessage-text{
	max-width:730px;
	padding:0 15px;
	margin:50px auto;
}
.TopMessage-text p{
	line-height: 2.5;
    margin-bottom: 30px;
	font-weight: 500;
}

@media screen and (max-width:768px) {
	.TopMessage{
		padding-bottom: 200px;
	}
}
@media screen and (max-width:767px) {
	.swiper-button-next, 
	.swiper-button-prev {
		position: fixed;
	}
}
@media screen and (max-width:500px) {
	.TopMessage{
		padding-bottom: 100px;
	}
}
@media screen and (max-width:450px) {
	.bg-kazari02:before,
	.bg-kazari02:after{
		background:none;
	}
}
/*仕事を知る*/
.TopWork .Head01{
	text-align:left;
	width: 88%;
    margin: 0 auto 80px;
    max-width: 1100px;
}
.swiper-pagination-bullet-active {
	background: var(--main-pink);
}

.slider_work-inner .button01{
	margin-top: 20px;
	display: flex;
    gap: 10px;
}
.slider_work-inner{
	background: #fff;
    padding: 30px 2% 30px 0;
    width: 90%;
    margin-top: -40px;
    position: relative;
    border-radius: 20px;
	
}
.slider_work-text{
    height: 5em;
    overflow: hidden;
	position:relative;
}
.slider_work-text:after{
	content:"…";
	display:block;
	width:30px;
	height:20px;
	position:absolute;
	bottom:0;
	right:0;
	background:#fff;
	padding:5px;
	text-align:right;
	
}
.slider_work-catch{
	font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
	padding-right: 15px;
}

.slider_work h3{
	background: #fff;
    padding: 8px 25px 0 5px;
    height: 58px;
    border-radius: 0 8px 8px 0;
    position: absolute;
    top: -40px;
    left: -5px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}
.slider_work h3.pink{
	color:var(--main-pink);
}
.slider_work h3.purple{
	color:var(--main-purple);
}
.slider_work h3.green{
	color:var(--main-green);
}
.slider_work h3.yellow{
	color:var(--main-yellow);
}
.slider_work .slick-slide{
	margin: 15px;
}
.slider_work .slick-slide img{
	border-radius:15px;
}
.slider_work .slick-prev,
.slider_work .slick-next,
.slider_staff .slick-prev,
.slider_staff .slick-next{
    top: -50px;
    width: 40px;
    height: 40px;
    padding: 0;
    color: transparent;
    border: none;
    background: 0 0;
}
.slider_work .slick-prev,
.slider_staff .slick-prev{
    right: 110px;
    left: auto;
	transform: scale(-1, 1);
	top: -70px;
}
.slider_work .slick-next,
.slider_staff .slick-next{
	right:50px;
}
.slider_work .slick-next:before, 
.slider_work .slick-prev:before,
.slider_staff .slick-next:before, 
.slider_staff .slick-prev:before{
    color: var(--main-text);
    font-size: 40px;
    display: block;
    width: 40px;
    height: 40px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f138";
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
	opacity: 1;
}
.slider_work .slick-next:hover:before, 
.slider_work .slick-prev:hover:before,
.slider_staff .slick-next:hover:before, 
.slider_staff .slick-prev:hover:before{
    color: var(--main-pink);
}
.dots-box{
	background: var(--gray-bg);padding:30px;border-radius:30px;
}
.dots-wrap li button{
	border:none;
	background:#fff;
	width:100%;
	padding: 20px;
	cursor: pointer;
	transition: all 0.5s 0s ease;
	border-radius: 15px;
	color: transparent;
	text-align: left;
    font-weight: bold;
} 
.dots-wrap li button:hover{
	background:var(--main-pink);transition: all 0.5s 0s ease;color: transparent;} 
.dots-wrap li:nth-child(3) button:hover, 
.dots-wrap li:nth-child(4) button:hover{
	background:var(--main-green);
}
.dots-wrap li:nth-child(5) button:hover, 
.dots-wrap li:nth-child(6) button:hover{
	background:var(--main-purple);
}
.dots-wrap li:nth-child(9) button:hover{
	background:var(--main-yellow);
}
.dots-wrap{
	gap:20px 2.5% ;flex-wrap:wrap;
}
.dots-wrap li{
	width:194.39px;
	border-radius:15px;
}

.slick-dots li button{
     font-size:initial;
     color:initial;
     background:var(--main-pink);
}

.dots-box li button:before{
	content:"";
	display:inline-block;
	font-size: 16px;
    width: 16px;
    height: 16px;
    background: var(--main-pink);
    border-radius: 50%;
    vertical-align: middle;
}
.dots-box li:nth-child(3) button:before, 
.dots-box li:nth-child(4) button:before{
	background:var(--main-green);
}
.dots-box li:nth-child(5) button:before, 
.dots-box li:nth-child(6) button:before{
	background:var(--main-purple);
}
.dots-box li:nth-child(9) button:before{
	background:var(--main-yellow);
}
.dots-box li button:hover:before,
.dots-box li:nth-child(3) button:hover:before, 
.dots-box li:nth-child(4) button:hover:before,
.dots-box li:nth-child(5) button:hover:before, 
.dots-box li:nth-child(6) button:hover:before,
.dots-box li:nth-child(9) button:hover:before{
	background:#fff;
}


.dots-wrap{
	display:flex;
}

.dots-box li button:after{
	color:var(--main-text);
}
.dots-box li button:hover:after{
	color:#fff;
}
.dots-box li:nth-child(1) button:after{
	content:"保育士"
}

.dots-box li:nth-child(2) button:after{
	content:"児童指導員"
}
.dots-box li:nth-child(3) button:after{
	content:"ケアマネージャー"
}
.dots-box li:nth-child(4) button:after{
	content:"介護職員"
}
.dots-box li:nth-child(5) button:after{
	content:"理学療法士"
}
.dots-box li:nth-child(6) button:after{
	content:"作業療法士"
}
.dots-box li:nth-child(7) button:after{
	content:"保育士補助"
}
.dots-box li:nth-child(8) button:after{
	content:"児童発達支援管理者"
}
.dots-box li:nth-child(9) button:after{
	content:"看護師"
}
.slider_work-inner .button01 a::first-letter{
	color:var(--main-yellow);
}
.slider_work-inner .button01 a.mid::first-letter{
	color:var(--main-green) !important;
}
.slider_work-inner .button01 a.mid::first-letter {
   color: var(--main-green);
}
.slider_work-item .button01 a:hover{
	background:var(--main-yellow) !important;color:var(--main-text) !important;
} 
.slider_work-inner .button01 a.mid:hover{
	background:var(--main-green) !important;
	color:var(--main-text) !important;
} 
.slider_work-inner .button01 a:hover::first-letter {
	color: var(--main-text) !important;
}
@media screen and (max-width:1320px) {
	.TopWork .button01 a{
		padding:10px 15px;
	}
}
@media screen and (max-width:1200px) {
	.slider_work-inner{
		padding: 30px 0 30px 0;
	}
}
@media screen and (max-width:991px) {
	.dots-wrap li{
		width:31.5%;
	}
}
@media screen and (max-width:768px) {
	.dots-box{
		padding: 30px 10px;
	}
	.dots-wrap li{
		width:48.5%;
	}
	.dots-wrap li button{
		padding: 15px 10px; 
	}
}
@media screen and (max-width:500px) {
	.dots-box{
		border-radius:0;
	}
}
@media screen and (max-width:375px) {
	.slider_work-catch {
		font-size: 1.3rem;
		position: relative;
		z-index: 1;
	}
	.slider_work-inner {
        padding: 10px 0 0px 0;
	}
}
@media screen and (max-width:320px) {
	.slider_work .slick-prev, 
	.slider_staff .slick-prev {
		right: 70px;right:53%;
	}
	.slider_work .slick-next, 
	.slider_staff .slick-next {
    	right: 20px;right:34%;
	}
	.TopWork .button01 a {
        padding: 10px 10px;
	}
	.dots-wrap li {
        width: 100%;
	}
	.dots-wrap li button {
        padding: 10px 10px;
	}
	.dots-wrap {
    	gap: 10px;
	}
}
@media screen and (max-width:280px) {
	.TopWork .button01 a {
		padding: 10px 10px;
		letter-spacing: 0em;
		font-size: 0.9rem;
	}
}

/*人を知る スタッフインタビュー*/
.TopStaff .Head01 {
    position: relative;
}
.top-staff-kazari{
	width:150px;
	height:150px;
	position:absolute;
	top: -150px;
    right: -200px;
}
.staff-bg02{
	transform: scale(1, -1);
}
.slider_staff .slick-list{
	margin-top: 70px;
}
.slider_staff .button01{
	text-align: right;
}
.slider_staff .slick-slide{
	margin-right: 50px;
}
.slider_staff .slick-slide:nth-child(even){
	margin-top:50px;
}
.slider_staff .slick-slide img{
	display: block;
    border-radius: 20px;
    margin-bottom: 20px;
}
.slider_staff .slick-slide h3{
	font-size: 1.1rem;
	margin-bottom: 15px;
    border-bottom: 3px dashed #ccc;
    padding-bottom: 10px;
}
.slider_staff .slick-slide p{
	font-weight: bold;
	font-size: 1.2rem;
    line-height: 1.4;
	margin-bottom: 20px;
}
@media screen and (max-width:768px) {
	.slider_staff .slick-slide:nth-child(even){
		margin-top:0px;
	}
}

/*理念*/
.philosophy-text{
	max-width:730px;
	margin:60px auto 70px;
	font-weight: bold;
	padding:0 15px;
	position:relative;
	z-index:2;
}
.TopPhilosophyContents{
	position:relative;
}
.TopPhilosophyContents:before{
	content:"";
	display:block;
	width: 20%;
    height: 250px;
	background:url(images/top-philosophy-left.svg);
	background-repeat:no-repeat;
	background-size:contain;
	position: absolute;
    left: 0;
    top: 0;
}
.TopPhilosophyContents:after{
	content:"";
	display:block;
	width: 20%;
    height: 300px;
	background:url(images/top-philosophy-right.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:right;
	position: absolute;
    top: -60px;
	right:0;
}
.slider_philosophy .slick-slide{
	margin-right: 16px;
}
.slider_philosophy01{
	margin-right: 16px;
	margin-bottom:30px;
}
.slider_philosophy .slick-slide img {
    border-radius: 15px;
}


/*インスタグラム*/
.TopInstagram .Head01{
	text-align:left;
}
.top-insta-link a{
	color:#555555;
	font-size:13px;
	margin-top:10px;
	margin-top:10px;
	display:block;
}
.top-insta-link a:before{
	content:"";
	display:inline-block;
	background:url(images/insta.png);
	background-size:contain;
	background-size:30px;
	margin-right:15px;
	width: 30px;
    height: 30px;
    vertical-align: middle;
}
.TopInstagram{
	display:flex;
	justify-content:space-between;
	gap:6%;
	margin-top: 60px;
}
.TopInstagram > div img{
	border-radius:20px;
}
@media screen and (max-width:991px) {
	.TopInstagram{
		flex-direction:column;
		margin-top: 0px;
	}
	.TopInstagram .Head01{
		text-align:center;
	}
	.TopInstagram > div:first-child{
		margin-bottom:40px;
		text-align:center;
	}
}
@media screen and (max-width:500px) {
	#sb_instagram.sbi_width_resp {
        padding-bottom: 0 !important;
	}
	.TopInstagram > div img{
		border-radius:10px;
	}
}
/*募集要項*/
.bottom-Requirement{
	background-image: url(images/bottom-Requirement-bg.svg);
}
.site-body-bottom img{
	display: block;
}
.bottom-RequirementContents > div{
	display:flex;
	flex-wrap:nowrap;
	width:88%;
	max-width:1100px;
	margin:auto;
	justify-content:space-between;
	padding:100px 0;
}
.bottom-RequirementContents > div > div{
	width:47%;
}
.bottom-Requirement {
	background-size: cover;
	background-color: var(--gray-bg);
}
.bottom-RequirementContents {
	backdrop-filter: blur(20px);
   -webkit-backdrop-filter: blur(20px);
}
.LinkBack{
    text-align: right;
    margin-top: 100px;
}
.LinkBack a:hover{
    color:var(--main-pink);
}
@media screen and (max-width:991px){
	.TopPhilosophyContents:before{
		width: 15%;
		top: -50px;
	}
	.TopPhilosophyContents:after{
		width: 12%;
        top: -130px;
	}
	.bottom-Requirement {
		background-image: url(images/bottom-Requirement-bg.svg);
		background-position: top;    
		background-size: cover;
		background-color: var(--gray-bg);
		background-position-y: 50px;
		background-repeat: no-repeat;
	}
	.bottom-Requirement:after {
		content:"";
		display:block;
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
	}
	.bottom-RequirementContents {
	   backdrop-filter:none;
	   -webkit-backdrop-filter:none;
	}
	.bottom-Requirement .Head01,
	.bottom-RequirementContents{
		position:relative;z-index:1;
	}
	.bottom-Requirement {
		position: relative;}
	}
@media screen and (max-width:767px){
	.link-btn a span {
		margin-top: 0px;
	} 
}

@media screen and (max-width:768px) {
	.bottom-RequirementContents > div{
		flex-direction: column;
		gap:20px;
		padding:50px 0 100px;
	}
	.bottom-RequirementContents > div > div{
		width:100%;
	}
	.bottom-Requirement{
		background-repeat: no-repeat;
		/*background-position: bottom;*/
	}
	.ippo-kun img {
		margin: 0px 0 0;
	}
}
@media screen and (max-width:600px) {
	.bottom-Requirement .Head01 h2 span {
		padding: 0 6%;
	}
	.TopPhilosophyContents:before {
        top: -20px;
	}
}
@media screen and (max-width:500px) {
	.bottom-RequirementContents > div {
		padding: 30px 0 50px;
	}
	.button01.button-white a{
		padding: 15px 15px;
	}
	.slider_staff .slick-slide p {
		font-size: 1.1rem;
		margin-top: 5px;
	}
	.philosophy-text {
		margin: 40px auto 40px;
	}
	.home .contents-padding {
		padding: 50px 0;
	}
}
@media screen and (max-width:450px) {
	.Top-news ul li {
		flex-wrap: wrap;
	}
	.info-title{
		width: 100%;
    	text-align: left;
	}
}
@media screen and (max-width:280px) {
	.button01.button-white a {
        padding: 15px 10px;
        font-size: 1rem;
	}
}
/*募集要項　表*/
.wp-block-table td, 
.wp-block-table th {
    border: 0px solid;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    border-color: #ddd;
	color: var(--main-text);
    font-weight: 500;
}
.wp-block-table tr:last-child td{
    border-bottom: none;
}
.single-recruitment .wp-block-table td:first-child{
	color: var(--main-text);
    font-weight: 700;
    width: 250px;
}
.single-recruitment .wp-block-table{
	border-top: 4px solid var(--main-yellow);
	border-bottom: 4px solid var(--main-yellow);
	margin:50px auto;
}

/*お問い合わせ*/
.bottom-Contact{
	position:relative;
}
.Contact-photo{
	display:flex;
	position:relative;
}
.Contact-photo img{
	width: 33.333%;
}
.Contact-photo:after{
	display:block;
	content:"";
	width:100%;
	height:100%;
	background:rgba(20,0,0,0.4);
	position:absolute;
	top:0;
	left:0;
}
.Contact-on{
	width: 88%;
	height: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
	
}
.Contact-on p{
	margin-bottom: 30px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
	.Contact-on p{
		font-size:17px;
	}
}
@media screen and (max-width: 767px) {
	.single-recruitment .wp-block-table td,
	.single-recruitment .wp-block-table th{
		display:block;
		width:100%;
		border: none;
		padding: 15px 0;
	}
	.single-recruitment .wp-block-table td:first-child {
		width: 100%;
		background: #f4f4f4;
		text-align: center;
	}
   .single-recruitment .entry-title {
	   font-size: 1.7rem;
	}
   .single-recruitment .wp-block-table {
	   margin: 30px auto;
	}
}
@media screen and (max-width:600px) {
	.Contact-on p {
		margin-bottom: 20px;
	}
}
@media screen and (max-width:500px) {
	.Contact-photo img:nth-child(3){display:none;}
	.Contact-photo img{
		width:50%
	}
}
@media screen and (max-width:415px){
	.Contact-on p {
		font-size: 16px;
		letter-spacing: 0;
	}
}
@media screen and (max-width:350px){
	.Contact-on p {
		font-size: 15px;margin-bottom: 10px;
	}
}
@media screen and (max-width:320px){
	.Contact-on p {
		font-size: 14px;
	}
}
@media screen and (max-width:319px){
	.Contact-on p br{
		display:none;
	}
	.Contact-on p {
		text-align: left;
	}
}

/*フッター*/
.footer-company a{
	display:flex;
	justify-content:center;
	align-items:center;
	margin: 30px auto -10px;
    max-width: 250px;
}
.footer-company a img{
	width: 60px;
	margin-right:15px;
}
.footer-company a:hover{
	color:var(--main-pink);
}
.footer-company a:hover img{
	opacity:0.7;
}
.page_top_btn {
    background-color:transparent;
    box-shadow: none;
    right: auto;
	left: 90px;
    bottom: 10px;
}
.page_top_btn:before{
	content:"";
	display:block;
	width:110px;
	height:90px;
	background:url(images/pageTop.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	bottom:0;
	right:0;
}

.site-footer-copyright p:last-child {
    display: none;
}
.slider_philosophy01 img,
.slider_philosophy02 img{
	max-width:340px;
}
@media screen and (max-width:600px){
	.page_top_btn {
		right: auto;
		left: 60px;
	}
	.top-enter-btn a {
		font-size: 0.8rem;
	}
	.top-enter-btn a span {
		color: #fff;
		font-size: 0.8rem;
		margin-top: 0px;
	}
    .top-enter-btn {
		 width: 90px;
		 height: 90px;
	}
	.page_top_btn:before {
		width: 80px;
		height: 70px;
	}
}
@media screen and (max-width:500px){
	.footer-company a {
		margin: 15px auto 20px;
	}
   .site-footer-copyright {
	   padding: 1rem 0 100px;
	}
}
@media screen and (max-width:480px){
	.site-footer-copyright p {
		padding-bottom: 80px;
	}
}
body {
	font-family: serif;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}
.button {
	background: lightblue;
	color: #fff;
	padding: 0 2em;
	border: 0;
	width: 500px;
	height: 100px;
	font-size: 45px;
	border-radius: 5px;
	font-weight: 900;
	position: relative;
	left: 400px;
	top: 260px;
	font-family: serif;
}

.button:hover {
	background: lightcoral;
	cursor: pointer;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
}

.modal-content {
	background-color: #f4f4f4;
	margin: 20% auto;
	width: 50%;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
	animation-name: modalopen;
	animation-duration: 1s;
}

@keyframes modalopen {
	from {opacity: 0}
	to {opacity: 1}
}

.modal-header h1 {
	margin: 1rem 0;
}

.modal-header {
	background: lightblue;
	padding: 3px 15px;
	display: flex;
	justify-content: space-between;
}
.modalClose {
	font-size: 2rem;
}
.modalClose:hover {
	cursor: pointer;
}
.modal-body {
	padding: 10px 20px;
	color: black;
}

/*-------------------------------下層ページ-------------------------------*/

/*-------------------------------共通-------------------------------*/
.breadcrumb-list li span {
    color: #939393;
}
.breadcrumb-list li {
    font-size: 14px;
}
.breadcrumb-list .fa-solid, .fas {
	margin-right: 8px;
}
.breadcrumb-list {
    padding: 10px 0;
}
.page-header {
	min-height: 400px;
	background:url(images/slide001.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}
.single-post .page-header {
	min-height: 300px;
}
.page-header:after{
	content:"";
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.4);
}
.next-prev{
	margin-top: 80px;
}
@media screen and (max-width:600px) {
	.page-header {
   		min-height: 300px;
	}
}
@media screen and (max-width:500px) {
	.page-header {background: url(images/slide001.jpg);
	   background-repeat: no-repeat;
	   background-size: cover;
   }
}
@media screen and (max-width:375px) {
	.page-header-title, 
	h1.page-header-title {
		font-size:1.7rem;
	}
}
@media screen and (max-width:320px) {
	.page-header-title, 
	h1.page-header-title {
		font-size:1.5rem;
	}
}

/*----------------------------プライバシー－ポリシー--------------------------*/
.privacy-policy h2{
	margin-bottom: 20px;
}
.privacy-policy .wp-block-list li{
	list-style-type: disc;
	line-height: 1.5;
    margin-bottom: 5px;
}
.privacy-policy .wp-block-list{
	padding-left: 1.5em;
	margin-top: 10px;
}

/*----------------------------スタッフインタビュー--------------------------*/
/*詳細*/
.StaffContents{
	padding:50px 0;
}
.profile{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.profile > div{
	width: 47%;
}
.profile-text h1{
	margin-top: 0;
	line-height:1.3;
}
.staff-catchphrase,
.StaffContents h2{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.staff-fukidashi{
	background: url(images/staff-fukidashi.svg);
    background-size: 100%;
    text-align: center;
    background-repeat: no-repeat;
    width:90px;
    height:90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
}
.staff-title{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:50px;
}
.nickname{
	width:calc(100% - 120px);
}
.staff-fukidashi .Year_of_joining{
    font-size: 1.2rem;
    font-weight: bold;
	line-height: 1.4;
	color: #fff;
}
.staff-fukidashi .Year_of_joining span{
	display: block;
    font-size: 1.1rem;
	color: #fff;
}
.job_type{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3;
}
.Staff-question{
	display:flex;
	justify-content: space-between;
}
.Staff-question > div{
	width:47%;
}

.time-schedule{
	background-color:var(--gray-bg);
}
.time-schedule .Head01 {
    z-index: 10;
    position: relative;
}
.time-schedule .Head01 h2 span {
	padding: 0 6%;
}
.time-scheduleContents{
	width:88%;
	max-width:1100px;
	margin:70px auto 0;
	display:flex;
	justify-content:space-between;
	justify-content: center;
}
.time-scheduleContents > div{
	width:47%;
}
.time-schedule-photo img{
	border: 2px solid #fff;
    display: block;
}
.time_schedule-wrapper ul li{
	display:flex;
	justify-content:space-between;
}
.time_schedule-wrapper ul li p:first-child{
	width:50px;
	font-weight:bold;
	font-size:1.1rem;
	position: relative;
}
.time_schedule-wrapper ul li p:last-child{
	width:calc(100% - 116px);
	font-weight:bold;
	font-size:1.1rem;
	padding-bottom: 30px;
}
.time_schedule-wrapper ul li p:first-child:before{
	content:"";
	display:block;
	width:4px;
	height:100%;
	background:#d7d7d7;
	position:absolute;
	top:4px;
	right:-31px;
}
.time_schedule-wrapper ul li:last-child p:first-child:before{
	display:none;
}
.time_schedule-wrapper ul li p:first-child:after{
	content:"";
	display:block;
	width:22px;
	height:22px;
	border-radius:50%;
	background:var(--main-green);
	position:absolute;
	top:4px;
	right:-40px;
}
.StaffContents-bg-top img,
.StaffContents-bg-bottom img{
	display: block;
}
.StaffContents-bg-bottom{
	transform: scale(1, -1);
}
.time-schedule-kazari{
	position:relative;
}
.time-schedule-kazari:before{
	content:"";
	display:block;
	width:150px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(images/top-attractive-left.svg);
	background-repeat:no-repeat;
	background-size:100%;
	z-index: 1;
}
.time-schedule-kazari:after{
	content:"";
	display:block;
	width:150px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:url(images/top-attractive-right.svg);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:right;
	z-index: 1;
}
.time-schedule .blur {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    position: relative;
    z-index: 2;
}
.mask-shape01 img {
	-webkit-mask-image: url(images/shape01.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-image: url(images/shape01.svg);
	mask-repeat: no-repeat;
	mask-size: 100%;
}
.mask-shape02 img {
	-webkit-mask-image: url(images/shape02.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-image: url(images/shape02.svg);
	mask-repeat: no-repeat;
	mask-size: 100%;
}
.mask-shape03 img {
	-webkit-mask-image: url(images/shape02.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-image: url(images/shape03.svg);
	mask-repeat: no-repeat;
	mask-size: 100%;
}

.mask-shape img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}

.StaffContents02{
	flex-direction:row-reverse;
}
.Staff-btn{
	text-align: center;
}
.Staff-btn a{
	position:relative;
}
.Staff-btn a:after {
    display: block;
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 40px;
    bottom: 30px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    background: var(--main-yellow);
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin-left: 10px;
    transition: all 0.5s 0s ease;
}
.Staff-btn a:hover{
	color:var(--main-pink);
}
@media screen and (max-width:1300px) {
	.time-schedule-kazari:before,
	.time-schedule-kazari:after{
		width: 120px;
	}
	.time-scheduleContents {
		max-width: 800px;
	}
}
@media screen and (max-width:1024px) {
	.time-scheduleContents{
		flex-direction: column;
		max-width: 500px;
	}
	.time-scheduleContents > div {
    	width: 100%;
	}
	.time-schedule-kazari:before,
	.time-schedule-kazari:after{
		background-repeat: repeat-y;
		background-position-y: top;
	}
	.profile-text h1 {
		font-size: 1.5rem;
	}
	.staff-title {
		margin-bottom: 30px;
	}
	.staff-catchphrase, 
	.StaffContents h2 {
    	font-size: 1.4rem;
	}
	.StaffContents {
    	padding: 30px 0;
	}
}
@media screen and (max-width:991px) {
	.profile{
		flex-direction: column;
	}
	.Staff-question{
		flex-direction:column-reverse;
	}
	.profile > div,
	.Staff-question > div{
    	width: 100%;
	}
	.single-staff .mask-shape {
        max-width: 400px;
		margin: auto;
	}
	.Staff-question .mask-shape {
		margin-bottom:30px;
	}
	.single-staff .site-body {
        padding: 0;
	}
	.nickname {
		width: calc(100% - 110px);
	}
}
@media screen and (max-width:767px) {
    .time-scheduleContents {
        max-width: 400px;
	}
	.time-schedule-kazari:before,
	.time-schedule-kazari:after{
		width: 100px;
	}
}
@media screen and (max-width:600px) {
	.time_schedule-wrapper{
        background: #fff;
        padding: 30px;
        border-radius: 15px;
        margin-bottom: 30px;
	}
	.time-scheduleContents {
		margin: 30px auto 0;
	}
	.time-schedule-kazari:before,
	.time-schedule-kazari:after {
		top: 210px;
		height: calc(100% - 210px);
	}
}
@media screen and (max-width:415px) {
	.time-schedule-kazari:before,
	.time-schedule-kazari:after{
		width: 80px;
	}
	.StaffContents {
        padding: 20px 0;
    }
	.time_schedule-wrapper ul li p:last-child {
		font-size: 1rem;
	}
}
/*-------------------------------お知らせ-------------------------------*/
/*詳細*/
.entry-meta-item-updated,
.entry-meta-item-author,
.entry-footer{
	display:none;
}
.next-prev .vk_post.card {
	border: none;
}

/*一覧*/
.vk_post_imgOuter_singleTermLabel {
    padding: 7px 1.2em;
    background-color: var(--main-yellow) !important;
    color: var(--main-text) !important;
    font-size: 1rem;
    font-weight: bold;
}
.media-img {
    border: none;
}
.vk_post .vk_post_btn {
    white-space: nowrap;
    background: transparent;
    color: var(--main-text);
    font-size: 16px;
    font-weight: bold;
	border: none;
	padding-right: 25px;
}
.vk_post .vk_post_btn:after{
	display: inline-block;
    width: 20px;
    height: 20px;
    right: 40px;
    bottom: 30px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    background: var(--main-yellow);
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin-left: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    transition: all 0.5s 0s ease;
}
.btn-primary:active, .btn-primary:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled):focus {
    box-shadow: none;
	background: transparent;
    color: var(--main-text);
}
.vk_post .vk_post_btn:hover:after{
	right: -10px;
	transition: all 0.5s 0s ease;
	background:var(--main-pink);
}
.vk_post .vk_post_title a {
    color: var(--main-text);
    font-weight: bold;
    font-size: 1.2rem;
}
.vk_post .vk_post_title a:hover{
    color: var(--main-pink);
}
.vk_post_title_new {
    color: var(--main-pink);
}
.entry-body>.vk_posts>.media.vk_post-col-sm-12:first-child, 
.main-section>.vk_posts>.media.vk_post-col-sm-12:first-child {
	border-top: none;
}
.vk_post.media { 
	border-bottom: 0px solid var(--vk-color-border-hr, #e5e5e5);
}
@media screen and (max-width:600px) {
	.category-news .site-body {
		padding: 0;
	}
	.vk_post_imgOuter_singleTermLabel {
		padding: 2px 10px;
	}
}
@media screen and (max-width:415px){
   .vk_post.media {
		flex-direction: column;
	}
   .vk_post .media-body {
	   width: 100%;
	   margin-top: 15px;
	}
   .vk_post .media-img {
	   width: 100%;
	}
}
/*-------------------------------募集要項-------------------------------*/


/*一覧*/
.term-new-graduate h1.page-header-title:before{
	content:"新卒採用";
	display:inline-block;
	margin-right:10px;
}
.term-mid-career h1.page-header-title:before{
	content:"中途採用";
	display:inline-block;
	margin-right:10px;
}
.recruitmentItemTitle a:hover{
	color: var(--main-pink);
}
.term-new-graduate .recruitmentcat-title,
.term-mid-career .recruitmentcat-title{
	display: block;
    font-size: 2em;
    font-weight: bold;
}
.term-new-graduate .recruitmentcat-title::first-letter{
	color: var(--main-yellow);
}
.term-mid-career .recruitmentcat-title::first-letter{
	color: var(--main-green);
}
.recruitmentList{
	margin-top:80px;
}
.recruitmentList li > .recruitmentItemContents{
	display:flex;
	justify-content:space-between;
}
.recruitmentList li > .recruitmentItemContents > a{
	width:30%;
}
.recruitmentList li > .recruitmentItemContents > div{
	width:65%;
}
.recruitmentList li > .recruitmentItemContents > div > p{
	font-weight: bold;
	margin-bottom: 30px;
}
.facilitie{
	font-weight: bold;
	margin-bottom:30px;
	margin-top: 5px;
}
.recruitmentList li{
	margin-bottom: 80px;
}
.recruitmentList li > .recruitmentItemContents > div > ul{
	margin-bottom: 20px;
}
.recruitmentList li > .recruitmentItemContents > div > ul li{
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-weight: bold;
    margin-bottom: 10px;
}
.recruitmentList li > .recruitmentItemContents > div > ul li span{
	display: block;
    width: 100px;
    background: var(--main-pink);
    color: #fff;
    border-radius: 30px;
    margin-right: 10px;
    text-align: center;
    padding: 3px;
}
.recruitmentList li > .recruitmentItemContents > div.care-staff > ul li span,
.recruitmentList li > .recruitmentItemContents > div.care-manager > ul li span{
	background: var(--main-green);
}
.recruitmentList li > .recruitmentItemContents > div.physiotherapist > ul li span,
.recruitmentList li > .recruitmentItemContents > div.occupational-therapist > ul li span{
	background: var(--main-purple);
}
.recruitmentList li > .recruitmentItemContents > div.nurse > ul li span{
	background: var(--main-yellow);
	color:var(--main-text);
}
.recruitmentList li > .recruitmentItemContents > div.driver > ul li span,
.recruitmentList li > .recruitmentItemContents > div.cleaning > ul li span{
	background:#0055C5;
}
.recruitmentList li > .recruitmentItemContents > div > ul li p{
	width:calc(100% - 120px);
	font-weight: bold;
}
.recruitmentList li > .recruitmentItemContents > div .button01{
	text-align: right;
}
.Challenging{
	margin-top: 30px;
}
@media screen and (max-width:991px) {
	.recruitmentList {
		margin-top: 40px;
	}
}
@media screen and (max-width:768px) {
	.term-new-graduate .recruitmentcat-title,
	.term-mid-career .recruitmentcat-title{
		font-size: 1.5em;
	}
	.recruitmentList li > .recruitmentItemContents{
		flex-direction: column;
	}
	.recruitmentList li > .recruitmentItemContents > a{
		width:100%;
		max-width: 400px;
        margin: 0 auto 20px;
	}
	.recruitmentList li > .recruitmentItemContents > div{
		width:100%;
	}
}
/*--------------------------ページネーション---------------------------*/
.pagination{
	display: flex;
}
ul.page-numbers {
    padding-bottom: 80px;
}
ul.page-numbers li {
	margin: 5px;
}
ul.page-numbers li:first-child>.page-numbers {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 4px;
}
ul.page-numbers li:last-child>.page-numbers {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	
    border-radius: 50%;
}
ul.page-numbers li a, ul.page-numbers li span.page-numbers {
    padding: 3px 12px;
	border-radius: 50%;
}
ul.page-numbers li span.page-numbers.current {
    border-radius: 50%;
}
ul.page-numbers li span.page-numbers.current {
    color: var(--main-text);
    background-color: var(--main-yellow);
    border: none;
}
@media screen and (max-width: 500px){
	ul.page-numbers {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 415px){
	ul.page-numbers {
		padding-bottom: 40px;
	}
}

/*-------------------------------エントリー-------------------------------*/
.entryContents h2 {
    text-align: center;
	margin-bottom: 80px;
}
.entryContents h3 {
    text-align: center;
}
.entryContents h2.yellow::first-letter{
	color:var(--main-yellow);
}
.entryContents h2.green::first-letter{
	color:var(--main-green);
}
.flow{
	display:flex;
	justify-content: space-between;
	margin: 100px auto;
}

.flow li{
	display:flex;
	writing-mode: vertical-rl;
	background: var(--gray-bg);
    border-radius: 20px;
    box-shadow: 0px 0px 10px #5f5f5f45;
	width: 12%;
    align-items: center;
    padding: 80px 20px;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.5em;
	position: relative;
}
.flow li p{
	font-size:2.5rem;
	font-weight:bold;
    width: 90px;
    height: 100px;
    background: url(images/step-bg.svg);
    position: absolute;
    top: -50px;
    background-repeat: no-repeat;
	-webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
	letter-spacing: 0;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flow li p span{
	font-size:0.8rem;
	display:block;
	margin-top: -10px;
}
.entry-mid-career .flow li p{
	background: url(images/step-bg-green.svg);
	background-repeat: no-repeat;
	color:#fff;
}
.entry-mid-career .flow li p span{
	color:#fff;
}
.entry-mid-career .flow {
	max-width:900px;
}
.entry-mid-career .flow li {
    width: 18%;
}
.flow li:after{
    display: block;
    width: 40px;
    height: 40px;
    bottom: 0;
	top:0;
    right: -50px;
	margin:auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    background: var(--main-text);
    border-radius: 50%;
    color: #fff;
    position: absolute;
	padding: 10px 3px;
    font-size: 20px;
}
.entry-mid-career .flow li:after{
    right: -60px;
}
.flow li:last-child:after{
	display:none;
}
.bnrContents img{
	width:160px;
}
.bnrContents > div{
	display: flex;
    gap: 50px;
    margin: 50px auto 80px;
	justify-content: center;
}
.form-text{
	text-align:center;
	font-weight:bold;
}
.entry-form .wpcf7{
	max-width:900px;
	margin:auto;
}
.entryContents .EntryForm h3{
	text-align: left;
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 700;
}
.entryContents .EntryForm h3 span{
    font-size: 16px;
}
.entryContents .EntryForm h3 span.Required{
    font-size: 16px;
    margin-left: 10px;
    color: var(--main-pink);
}
/*チェックボックス*/
.entry-pp input[type="checkbox"] {
	display: none;
}
.entry-pp input[type="checkbox"] + span {
	padding-left: 28px;
	display: inline-block;
	position: relative;
}
.entry-pp input[type="checkbox"] + span:after,
.entry-pp input[type="checkbox"] + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
}
.entry-pp input[type="checkbox"] + span:before {
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	height: 20px;
	width: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0;
}
.entry-pp input[type="checkbox"] + span::after {
	border: none;
	background:url(images/check.png);
	background-size:contain;
	height: 12px;
	width: 12px;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.entry-pp input[type="checkbox"]:checked + span::after {
	display: block;
}
.entry-pp-link a{
	text-decoration:underline !important;
}
.entry-pp-link a:hover{
	color:var(--main-pink);
}
.entry-pp{
    margin: 30px 0;
}
.entry-pp span.wpcf7-list-item-label::before{
	display:none;
}
.entry-pp .wpcf7-list-item {
    margin: 0 0 0 0;
}
.entry-pp .wpcf7-list-item label{
    display:flex;
}
/*ファイル添付*/
.wpcf7-file{
	display: inline-block;
	color: #333;
	height: 100%;
	padding-left: 0; 
	margin-left: 40px;
}
.wpcf7 input[type="file"] {
	width: 100%;
}
input[type=file]::file-selector-button {
    background-color:#eaeaea;
    padding: 10px 1em;
    margin-right: 1em;
    border:1px solid #cdd6dd;
    color:#333;
    height: 100%;
    cursor: pointer;
}
textarea{
	 line-height: 1.5;
}
/*送信ボタン*/
.submit-btn input[type=submit] {
    font-size: 1rem;
    border: 0px solid var(--vk-color-primary-dark);
    background-color: var(--main-text);
    color: #fff;
    padding: 15px;
    border-radius: 40px;
    width: 100%;
    max-width: 250px;
    margin: 50px auto;
    display: block;
}
.submit-btn input[type=submit]:not(:disabled):hover {
    background-color: var(--main-pink);
}

.page-id-8 .grecaptcha-badge {
	bottom:200px !important;
}
@media screen and (max-width:1300px){
	.page-id-8 .grecaptcha-badge {
		bottom:150px !important;
	}
}
@media screen and (max-width:1199px){
	.flow li:after {
		right: -46px;
		z-index: 1;
	}
}

@media screen and (max-width:991px){
	.flow li:after {
		right: -48%;
	}
	.entry-mid-career .flow li:after {
		right: -42%;
	}
	.page-id-8 .grecaptcha-badge {
		bottom:130px !important;
	}
}
@media screen and (max-width:820px){
	.page-id-8 .contents-padding {
		padding: 50px 0;
	}
	.form-text {
		text-align: left;
	}
	.form-text br{
		display:none;
	}
}
@media screen and (max-width:767px){
	.flow {
		flex-direction: column;
	}
	.flow li,
	.entry-mid-career .flow li{
		width: 100%;
		writing-mode: horizontal-tb;
		-ms-writing-mode: tb-rl;
    	justify-content: center;
		padding: 20px;
		font-size: 1.5rem;
		margin-bottom: 60px;
	}
	.entry-mid-career .flow li:last-child{
		margin-bottom: 0;
	}
	.flow li p{
		left: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.flow{
		margin: 50px auto
	}
	.flow li:after {
		right: 0;
        left: 0;
        margin: auto;
        bottom: -46px;
		top: auto;
		transform: rotate(90deg);
		line-height: 1;
        padding-top: 6px;
        padding-left: 10px;
		width: 30px;
		height: 30px;
	}
	.entry-mid-career .flow li:after {
        right: 0;
	}
	.bnrContents > div {
		flex-direction: column;
		max-width: 300px;
		text-align: center;
	}
	.flow li p,
	.entry-mid-career .flow li p{
		width: 70px;
        height: 70px;
        background: url(images/step-bg02.svg);
		background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;padding-right: 2px;
        font-size: 2rem;
	}
	.entry-mid-career .flow li p{
		background: url(images/step-bg-green02.svg);
		background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
	}
	.flow li p span {
		margin-top: 0px;
		margin-bottom: -3px;
	}
	.entryContents h2 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width:600px){
	.submit-btn input[type=submit] {
		margin: 50px auto 0px;
	}
	.flow li {
		letter-spacing: 0.01em;
	}
	.bnrContents > div {
		gap: 30px;
		margin: 30px auto 50px;
	}
	.entry-mid-career .bnrContents > div {
        margin: 30px auto 80px;
	}
	.page-id-8 .grecaptcha-badge {
		bottom:110px !important;
	}
	
}
@media screen and (max-width:500px){
	.entry-mid-career{
		margin-bottom:0px;
	}
	.page-id-8 .grecaptcha-badge {
		bottom:105px !important;
	}
}
@media screen and (max-width:320px){
    .flow li, 
	.entry-mid-career .flow li {
        justify-content: flex-start;
        padding-left: 100px;
	}
	.entryContents .EntryForm h3 {
		font-size: 1.2rem;
	}
	.form-text {
    	font-weight: normal;
	}
	.entryContents .EntryForm h3 span.Required {
    	font-size: 14px;
	}
	.entryContents h3 {
    	font-size: 1.4rem;
	}
	.page-id-8 .contents-padding {
        padding: 30px 0;
	}
}

/*募集要項カミングスーン*/
.RequirementComingSoon{
	min-height:300px;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
}
.RequirementComingSoon span{
	background: rgba(255, 255, 255, 0.5);
    padding: 30px 50px;
    border-radius: 20px;
	margin-bottom: 50px;
}