@charset "utf-8";
html { scroll-behavior: smooth;}

body {
  /* font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif; */
  font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
  font-weight:400;
  letter-spacing:0.1px;
  /* font-size:1.5rem; */
  /* background:var(--color-brown-02); */
  color:#000;
  font-size:1.6rem;
  line-height:1.8;
    
    background-repeat: no-repeat;
    background-size:cover;
    /* background-size: 100% 100%; */
    overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}


:root {
    --max-width:1100px;
    --color-orange-01:#FE9000;
    --color-gold:#C3AC80;
    --color-gray:#F0F0F0;
    --color-pink:#F168AE;
    --color-blue:#07AFDA;
    --font-small-lead:1.3rem;
    --font-normal:1.5rem;
    --font-en:"Roboto", sans-serif;
    --font-san:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

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

.loading-box {
  width:55px;
  height:55px;
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:9999999999999999999;
  text-align:center;
}

.curtain01 {
  width: 100%;
  height:100vh;
  background:#000;
  position: fixed;
  top:0;
  z-index: 999999999;
}

@keyframes rotation1{
  0%{ height:100vh;}
  100%{height:0vh;background: #000; }
}

.anim01 {
  animation:0.4s ease-in rotation1 forwards;
}
.loading-txt {
  text-align:center;
  font-size:1.1rem;
  font-family:var(--font-en);
  color:#fff;
  letter-spacing:1px;
  font-weight:500;
  padding-top:7px;
}


/*
リンク色と下線の設定 --------------------------------------------*/

a {

}

a:link {
	color:#000;
	text-decoration:underline;

	}

a:visited {
	color:#000;
	text-decoration:underline;
	}

a:hover {
	color:#000;
	text-decoration:none;
	}

a:active {
	color:#000;
	text-decoration:underline;
	}

#wrapper {
	position:relative;
}

#wrapper:after {
  width:100%;
  height:100vh;
  position:fixed;
  z-index:-1;
  display:block;
  background:url(imgs/bg-body.png) no-repeat 0 0 / contain;;
  content:'';
  top:0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}


/*
p {
    font-size:1.45rem;
    line-height:1.9;
}
*/

table {
	width: 100%;
}

table th {
	width: 100%;
	padding:5px 0;
	text-align: left;
	border-top:none;
	border-bottom:none;

	display: block;

}

table td {
	width: 100%;
	padding:5px 0;
	border-top:1px solid #ccc;
	border-bottom:none;
	display: block;
  padding-top:15px;
	margin-bottom: 10px;
}


table.form_tb th {
	font-weight: bold;
}


table.type_A {
	width: 100%;
}

table.type_A th {
	width: 100%;
	padding:10px 0 10px 0;
	text-align: left;
	border-top:none;
	border-bottom:none;
	font-size:.9375rem;
	display: block;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
}

table.type_A td {
	width: 100%;
	padding:10px 0 10px 0;
	border-top:1px solid #eee;
	border-bottom:none;
	display: block;
	font-size:.9375rem;
	line-height:1.75rem;
	margin-bottom: 10px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

/*  overflow: hidden;*/
}

header#g_hd {
	width:100%;
	/* background:rgba(255, 255, 255, 0.5); */

	/* position:fixed;
	padding:2px 3% 5px;
	top:0;*/
  	z-index:20;

}

header#g_hd .logo-h1 {
	width:65%;
	display:block;
	padding:13px 0 0 13px;
}

header#g_hd .menu {
  z-index: 10;
  position:absolute;
  right:1%;
  top:4px;
  position:fixed;
}

header#g_hd .menu p {
  width: 60px;
  height: 50px;
  /* display: table; */
  transition: all .5s;
  font-weight: bold;
}


header#g_hd .menu .toggle {

  position: relative;
  cursor: pointer;
}

header#g_hd .menu .toggle span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  /* left: 50%; */
  /* margin-left: -22px; */
  width: 50%;
  height: 2px;
  left:12px;
  background: #000;
  border-radius:15px;
}

header#g_hd .menu .toggle span:nth-of-type(1) {
  top: 30%;
}

header#g_hd .menu .toggle span:nth-of-type(2) {
  top: 50%;
  margin-top: -2px;
}

header#g_hd .menu .toggle span:nth-of-type(3) {
  bottom: 32%;
}

.toggle.active span:nth-of-type(1) {
  transform: translateX(0px) translateY(8px) rotate(45deg);
}

.toggle.active span:nth-of-type(2) {
  opacity: 0;
}

.toggle.active span:nth-of-type(3) {
  transform: translateX(0px) translateY(-9px) rotate(-45deg);
}


body.fixed .gnav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
/*  backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
transition:0.5s;*/
}

.gnav {
  width: 100%;
  max-width: inherit;
  padding:40px 5% 120px;
    background-image: url(imgs/background@2x.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  height: 100vh;
}

.gnav ul li a {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  color: #000;
  text-decoration: none;
  text-align:center;
  font-family:var(--font-en);
}

.gnav ul  > li {
  /* border-bottom: 1px solid #000; */
  padding: 14px 0 0px 10px;
  margin-bottom:10px;

}

.gnav ul  li > ul {
  padding-top: 5px;
  padding-left: 1.2rem;
}

.gnav ul  li > ul > li {
  padding: 4px 0;
}

.gnav ul  li > ul > li a span {
  font-size: 1.4rem;
}

.gnav li {
    opacity: 0;
}

.gnav.ope li {
    opacity: 1;
}

.gnav li:nth-child(1) {
    -webkit-transition: opacity 1s ease .3s;
    transition: opacity 1s ease .3s;
}

.gnav li:nth-child(2) {
    -webkit-transition: opacity 1s ease .4s;
    transition: opacity 1s ease .4s;
}

.gnav li:nth-child(3) {
    -webkit-transition: opacity 1s ease .5s;
    transition: opacity 1s ease .5s;
}

.gnav li:nth-child(4) {
    -webkit-transition: opacity 1s ease .6s;
    transition: opacity 1s ease .6s;
}

.gnav li:nth-child(5) {
    -webkit-transition: opacity 1s ease .7s;
    transition: opacity 1s ease .7s;
}

.gnav li:nth-child(6) {
    -webkit-transition: opacity 1s ease .8s;
    transition: opacity 1s ease .8s;
}

.gnav li:nth-child(7) {
    -webkit-transition: opacity 1s ease .9s;
    transition: opacity 1s ease .9s;
}

.gnav li:nth-child(8) {
    -webkit-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s;
}

.gnav li:nth-child(9) {
    -webkit-transition: opacity 1s ease 1.1s;
    transition: opacity 1s ease 1.1s;
}

.gnavSNS {
	display:flex;
	justify-content:center;
	gap:10px;
	padding-top:5px;
}

.gnavSNS li {
	width:35px;
}

.fv {
  padding:50px 5% 0;
  position:relative;
}

.fv img {
  width:100%;
  /* margin-bottom:15px; */
}

.fv__lead {
  font-size:var(--font-small-lead);
}


.anx {
  width:100%;
  overflow:hidden;
  padding:30px 0;
  margin-bottom:0px;
}

.anx a {
  text-decoration:none;
}

.anx__item {
  /* width:94%; */
  width:100%;
  background:#fff;
  border-radius:10px;
  border-right:5px solid #ccc;
  border-bottom:5px solid #ccc;
  position:relative;
  margin:auto;
}

.anx__photo {
  overflow:hidden;
  border-radius:10px 10px 0 0;
}

.anx__text {
  padding:20px 5px;
  border-left:1px solid #eee;
}

.anx__icon {
  width:60px;
  position:absolute;
  top:-15px;
  left:-10px;
}

.anx__textKonna {
  text-align:center;
}

.anx__textKonna img {
  margin:auto;
}

.icon-an-huki {
  width:70%;
}

.anx__catch {
  font-size:2rem;
  font-weight:600;
  padding:12px 0;
  text-align:center;  
}

.anx__more {
  font-size:1.3rem;
  text-align:right;
  padding:0 10px;
}

.anx__more img {
  display:inline-block !important;
}



.slider {
    width:94%;
    margin:0 auto;
}
 
.slider .slick-list {
  overflow:visible !important;
}


.slider .slick-slide {
    margin:0 10px;

}
 

.slick-prev, 
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;

    height: 35px;
    width: 35px;
    z-index:2;
}
 
.slick-prev {
    left: 1.5%;
}
 
.slick-next {
    right: 1.5%;
}
 

 
.slick-dots {
    text-align:center;
    margin:15px 0 0 0;
}
 
.slick-dots li {
    display:inline-block;
    margin:0 5px;
}
 
.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#ccc;
}
 
.slick-dots .slick-active button{
    background:var(--color-pink);
}

.sec01 {
  width:90%;
  margin:0 auto 60px;
  background:rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding:50px 5%;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius:15px;
}

.ttl_main {
  text-align:center;
  margin-bottom:25px;
}

.ttl_sub {
  width:90%;
  margin:auto;
  display:flex;
  align-items:center;
  border:1px solid #000;
  border-radius:50px 50px 50px 50px;
  margin-bottom:15px;
}

.ttl_sub01 {
  text-align:center;
  font-size:1rem;
  line-height:1.15;
  color:#fff;
  background:#000;
  width:45px;
  height:45px;
  border-radius:100%;
  padding-top:7px;
}

.ttl_sub01 span {
  font-size:2rem;
  font-weight:600;
  font-family:var(--font-en);
}

.ttl_sub02 {
  font-size:1.3rem;
  text-align:center;
  width:calc(100% - 45px);
}

.sec01__sub01 {
  position:relative;
  padding-bottom:30px;
  margin-bottom:40px;
  border-bottom:1px solid #ccc;
}

img.img-sec-01 {
  margin-bottom:20px;
}

.sec01__sub02 {
  position:relative;
  margin-bottom:30px;
}

.img-family,
.img-woman {
  display:none;
}

.careworker {
  background:#EDF2F2;
  box-shadow: 0px 0px 15px -5px #777777;
  border:6px solid #fff;
  padding:40px 20px;
  position:relative;
}

.img-care-ttl {
  width:180px;
  position:absolute;
  top:10px;
  left:25px;
  z-index:2;
}

.careworker__inner {

}

.careworker__innerPhoto {
  margin-bottom:15px;
  padding:0 30px;
  position:relative;
}

.careworker__innerPhoto .st-name {
  background:var(--color-pink);
  color:#fff;
  padding:2px 5px;
  margin:-10px auto 0;
  text-align:center;
  width:100%;
  border-radius:5px;
  position:relative;
  font-size:1.4rem;
}

.careworker__innerPhoto .st-name span {
  font-size:1.2rem;
}

.careworker__innerText {
  
}

.careworker__innerText dl:first-child {
  margin-bottom:20px;
}

.careworker__innerText dt {
  margin-bottom:5px;
  font-weight:600;
  font-family:var(--font-en);
}

.careworker__innerText dd {
  font-size:1.4rem;
  font-weight:400;
}


.topRecruit {
  position:relative;
  margin-bottom:60px;
/* background: rgb(238,238,238);
background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 69%);*/
background:#F4F4F4;
}

.topRecruit__grade {
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, rgba(181,229,202,1) 0%, rgba(184,218,228,1) 28%, rgba(219,190,222,1) 49%, rgba(252,209,209,1) 73%, rgba(254,211,169,1) 100%);
  background-size: 200% 200%;
  animation: bggradient 7s ease infinite;
}

.topRecruit__gradeitem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.topRecruit__inner {
  padding:50px 0 0;
  position:relative;
}

.topRecruit__body {
  margin-bottom:30px;
  position:relative;
}

.topRecruit__bodyInner {
  padding:0 5%;
  position:relative;
  z-index:2;
}

.topRecruit__photo {
  
}

.loop-txt {
  display: flex;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  position:absolute;
  z-index:0;
  bottom:0;
}


.loop-txt ul {
  padding:0 !important;
  animation: flowing 140s linear infinite;
  font-size:10rem;
  line-height:10rem;
  transform:translateX(100%);
  -webkit-user-select: none;
  -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family:var(--font-en);
}
.loop-txt ul li{
  color:#fff;
  display: inline;
  font-weight: bold;
  vertical-align: bottom;
  letter-spacing:0;
}

@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

.midashi {
  font-size:2rem;
  font-weight:600;
  margin-bottom:10px;
}

img.img-visit {
  display:block;
  width:90%;
  margin:10px auto 0;
}

.suisen__list {
  margin-bottom:30px;
}

.suisen__list > li {
  margin-bottom:35px;
}

.suisen__list > li:last-child {
  margin-bottom:0;
}

.meritTitle {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:15px;
  border-bottom:1px solid #000;
  margin-bottom:18px;
  margin-top:20px;
}

.meritTitle .icon {
  width:14%;
}

.meritTitle .txt {
  width:83.5%;
  font-size:1.8rem;
  font-weight:600;
  color:var(--color-pink);
}

a.btn-base01 {
  border:1px solid #000;
  background:#fff;
  display:block;
  text-decoration:none;
  padding:13px 0;
  text-align:center;
  font-weight:500;
}

a.btn-base01 i {
  color:var(--color-pink);
}

.suisenFlow {
  margin-top:40px;
  position:relative;
}

.ttl_midashi {
  text-align:center;
  font-size:2rem;
  font-weight:600;
  border-bottom:1px solid #000;
  padding-bottom:5px;
  margin-bottom:20px;
}

.icon-step {
  width:25%;
  display:block;
  margin:0 auto 3px;
  padding:3px 10px 1px;
  text-align:center;
  border-radius:20px;
  background:var(--color-pink);
  color:#fff;
  font-family:var(--font-en);
  font-weight:500;
  font-size:1.3rem;
}

.suisenFlow__step {

}

.suisenFlow__step h4 {
  text-align:center;
  font-weight:600;
  font-size:1.9rem;
}

.suisenFlow__step h5 {
  text-align:center;
  font-weight:500;
  font-size:1.7rem;
}

ul.btn-flex {

}

ul.btn-flex li:first-child {
  margin-bottom:20px;
}

.suisenCaptxt {
  text-align:center;
  padding:8px 0;
  font-size:1.2rem;
}

.icon-triangle-red-b {
  display:block;
  width:22%;
  margin:40px auto;
}

img.img-suisensyo {
  display:none;
}

.img-voice-photo {
  margin:15px 0 20px;
}

ul.voice-list {

}

ul.voice-list > li:first-child  {
  margin-bottom:50px;
}

.voicettl {
  display:flex;
  align-items:center;
  margin-bottom:15px;
}

.voiceface {
  width:23%;
  margin-right:13px;
}

.voiceface img {
  border-radius:100%;
}

.voicename {
  width:77%;
}

.voicename01 {
  font-family:var(--font-en);
  color:var(--color-pink);
  font-size:1.3rem;
  line-height:1;
}

.voicename02 {
  font-size:1.7rem;
  font-weight:bold;
}

.voicename03 {
  font-size:1.3rem;
}

.voice-list h3 {
  color:var(--color-pink);
  font-size:1.7rem;
  font-weight:500;
  margin-bottom:10px;
}

.voice-text {
  font-size:1.3rem;
}

ul.stdata {
  padding:0 15%;
}

ul.stdata li {
  margin-bottom:40px;
}

footer {
  background:#000;
  padding:20px 0 80px;
  color:#fff;
  text-align:center;
}

footer .copy {
  font-size:1.2rem;
  font-family:var(--font-en);
  letter-spacing:1px;
}

.fix-area {
  width:100%;
  background: rgb(222,58,129);
  background: linear-gradient(90deg, rgba(222,58,129,1) 0%, rgba(245,130,143,1) 100%);
  position:fixed;
  bottom:0;
  z-index:9;
}

.fix-inner {
  width:94%;
  display:flex;
  margin:auto;
  align-items:center;
  position:relative;
  z-index:2;
}

.fix-item-01 {
  width:36%;
}

.fix-item-02 {
  display:none;
}

.fix-item-03 {
  width:63%;
  transform:translateX(7px);
}

.fix-shine-conte {
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden;
  padding:7px 0;
}


.fix-shine-conte::after {
  animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 100%);
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}

@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}























































































































.grecaptcha-badge { visibility: hidden; }


/* txt parts
*************************/
.txt_c {
	text-align:center;
}

.line_y {
	background:linear-gradient(transparent 60%, #ff6 60%);
}

.f-red {
	color:#E30D0D;
}

.f12 {
  font-size:1.2rem;
}

.f-pink {
  color:var(--color-pink);
}

.f-blue {
  color:var(--color-blue);
}


/* bg parts
*************************/
.bg-none {
	background:none !important;
}

.bg-wh {
	background:#fff !important;
}


/* SP margin parts
*************************/
.mb25 {margin-bottom:25px}
.m0 {margin:0 !important}
.mb20 {margin-bottom:20px}
.mb15 {margin-bottom:15px}
.mb0 {margin-bottom:0 !important}

/* SP padding parts
*************************/
.p0 {padding:0 !important}



/*
SP block --------------------------------------------*/
.i_p_b {display: none !important;}
.i_t_b {display: none !important;}
.i_s_b {display: block !important;}
.i_pt_b {display: none !important;}
.i_ts_b {display: block !important;}