@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagehead{
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.pagehead-bg::before{
  content: "";
  background: rgb(105,105,105,0.46);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 820px) {
  .pagehead-bg{
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .pagehead-bg{
    height: 200px;
  }
}

/******************************
  ページhead
******************************/
.pagehead-ttl {
  padding: 20px;
  color: #fff;
  position: absolute;
  top: 178px;
  left: 100px;
}
.pagehead-ttl h2 {
  font-size: 26px;
}
.pagehead-ttl p {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
  .pagehead-ttl{
    top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pagehead-ttl {
    top: 40px;
    left: 6px;
  }
  .pagehead-ttl h2 {
    font-size: 20px;
  }
  .pagehead-ttl p {
    font-size: 14px;
  }
}
/*****************************
  プラポリ
*****************************/
.page-privacy{
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-privacy .pplist .pplist .ppbox{
  margin: 2rem 0;
}
.page-privacy .pplist .ttl{
  border-left: 5px solid #46a98d;
  color: #46a98d;
  font-size: 2rem;
  font-weight: bold;
  margin: 3rem 0 1rem;
  padding: .8rem 1.5rem;
}
.page-privacy .pplist .content .add{
  margin-top: 2rem;
}
.page-privacy p,
.page-privacy .pplist .content{
  line-height: 1.8;
}
.page-privacy .pplist .content ul{
  margin-top: 1rem;
  margin-left: 2rem;
}
.page-privacy .pplist .content li{
  list-style: "・";
}
@media only screen and (max-width: 767px) {
  .page-privacy .pplist .ttl{
      font-size: 1.8rem;
  }
}

/*****************************
  サイトマップ
*****************************/
.sitemap_m{
margin-bottom: 60px;
}
.sitemaplist {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 50px;
}
.sitemaplist li {
width: 47%;
list-style: none;
margin: 10px;
}
@media screen and (max-width: 767px) {
.sitemaplist li {
width: 100%;
list-style: none;
}
}
.sitemaplist li a{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
border-color: #c78aa1;
color: #181818;
opacity: 1;
}
.sitemaplist li a:hover{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
background: #c78aa1;
color: #fff;
}
.sitemaplist li a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #c78aa1;
}
.sitemaplist li a:hover::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff;
}
.sitemap-current a{
color: #fff !important;
border: 1px solid;
background: #c78aa1;
}
.sitemap-current a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff !important;
}
/*****************************
  フォーム
*****************************/
.formbox{
max-width: 800px;
margin: 0 auto;
}
.formbox .fomin {
background: #EAEFF0;
border-bottom: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
border-left: 1px solid #c7c7c7;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
.formbox .fomin:first-of-type {
border-top: 1px solid #c7c7c7;
}
.formbox .fomttl{
padding: 0 1rem;
text-align: left;
width: 230px;
}
.formbox .fomttl span{
background: #A42020;
border-radius: 6px;
color: #fff;
font-size: 1.2rem;
line-height: 1;
margin-left: .5rem;
padding: 0rem .5rem .3rem;
}
.formbox .fomcontent{
background: #fff;
padding: 1.6rem;
width: calc(100% - 230px);
}
.formbox .fomcontent span.error{
background: none;
margin: 0;
}
.formbox .fomcontent dl{
margin-bottom: 1rem;
}
.formbox .fomcontent dt{
width: 145px;
}
.formbox .fomcontent dd{
margin-left: auto;
width: calc(100% - 165px);
}
.formbox .input-check{
text-align: left;
}
.formbox .input-check .horizontal-item + .horizontal-item {
margin-left: 0;
}
.formbox .input-check .horizontal-item{
display: inline-block;
margin-right: 1rem;
}
.input-submit{
margin: 3rem auto;
text-align: center;
}
.formtxt{
max-width: 500px;
margin: 2rem auto;
padding: 2rem 0 0;
}
.formtxt .inbox{
margin: 2rem 0;
}
.formtxt .inbox p{
margin-bottom: 2rem;
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
background: #f3f3f3;
border: 1px solid #133953;
border-radius: 3px;
width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
max-width: 60px;
}
.formbox .input-day:first-child{
margin-bottom: 1rem;
}
.formbox .input-day input{
width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
height: 36px;
padding: 0 .5em;
}
.formbox .input-date input{
margin: .5rem 0;
}
.formbox .input-select select{
appearance: auto;
}
.formbox .input-txtarea textarea {
padding: .5em;
}
.formbox .input-submit {
text-align: center;
margin-top: 2em;
}
.formbox .input-submit div {
display: inline-block;
vertical-align: middle;
}
.formbox .input-submit input {
height: 50px;
padding: 0 30px;
}

.formbox .fominadd .input-zip input{
max-width: 100px;
}
.formbox .fominadd .input-zip span{
color: #0096CE;
}
.formbox .fominadd .input-txt{
margin: 1rem 0;
}

.fomb {
margin: 0 auto;
max-width: 150px;
position: relative;
text-align: center;
z-index: 1;
}
.fomb input {
background: #df2a4a;
border: 1px solid #fff;
color: #fff;
display: inline-block;
padding: 0.5rem 2rem;
transition: .5s;
}
.fomb:hover input {
background: #fff;
border: 1px solid #df2a4a;
color: #df2a4a;
opacity: 1;
}
.fomb::before,
.fomb::after{
content: "";
/* border: 1px solid #0E1822; */
height: 50%;
position: absolute;
width: calc(100% + 0.8rem);
z-index: -1;
}
.fomb::before{
border-bottom: 0px;
left: -0.5rem;
top: -0.5rem;
}
.fomb::after {
border-top: 0px;
left: -0.5rem;
bottom: -0.5rem;
}

.contact_sec{
position: relative;
margin-top: 60px;
}
.contact_sec-complete{
background: none;
}
.contact_sec .inner1{
position: relative;
}
.contact_sec .txtbox{
margin: 0 auto 2rem;
max-width: 800px;
padding: 1rem;
position: relative;
text-align: center;
}
.contact_sec .box{
margin-top: 2rem;
position: relative;
padding-top: 1rem;
}
.contact_sec .formlinks{
text-align: center;
}
.contact_sec .formlinks a{
text-decoration: underline;
}
.contact_sec .fombcheck {
display: none;
}
.contact_sec-check .fombcheck {
display: inline-block;
}
.contact_sec-check .input-txt,
.contact_sec-check .input-txtarea,
.contact_sec-check .input-select{
background: #f3f3f3;
padding: .5rem;
}
.contact_sec .fomb {
margin-top: 2rem;
}
.contact_sec .ppbox{
margin-top: 2rem;
text-align: center;
}
.contact_sec .ppbox a{
text-decoration: underline;
}
.contct_txt{
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}
@media only screen and (max-width: 1180px) {

}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 820px) {
.contact_sec .ob5{
    left: -9rem;
}

.contact_sec-complete .ob1 {
    left: 9rem;
}
.contact_sec-complete .ob5 {
    bottom: -18rem;
}
.contact_sec-complete .ob2 {
    top: 11rem;
}
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 767px) {
.formbox .fomttl {
    padding: 0.5rem 1rem;
    text-align: left;
    width: 100%;
}
.formbox .fomcontent{
    width: 100%;
}
.formbox .fomin {
    margin: 1rem auto;
}
.formbox .fominadd .input-zip span{
    display: block;
}
}

/*****************************
  下層 汎用SECTION
*****************************/
.pagesec{
  margin: 30px 0;
  padding: 30px 0;
}

/*****************************
  下層TTL
*****************************/
.page_ttl{
  margin-bottom: 30px;
}
.page_ttl h2{
  border-bottom: 3px solid #fcc4d9;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: .5em;
  position: relative;
  line-height: 1.5;
}
.page_ttl h2::after{
  content: "";
  width: 4em;
  height: 3px;
  background: #de88a8;
  position: absolute;
  left: 0;
  bottom: -3px;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .page_ttl h3{
    font-size: 18px;
  }
}


/*****************************
  ABOUT FLEX
*****************************/
.flextype{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.flextype article {
  width: calc(72% - 40px);
}
.flextype aside {
  width: 30%;
}
@media only screen and (max-width: 820px) {
  .flextype article {
    width: calc(75% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .flextype aside{
    width: 100%;
  }
  .flextype article{
    width: 100%;
  }
  .sidewrap {
    min-height: inherit;
  }
}

/*****************************
  flex inner
*****************************/
.flextype_inner{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 1rem;
}
@media screen and (max-width: 1180px) {
  .flextype_inner{
    padding: 0 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .flextype_inner{
    padding: 0 2rem;
  }
}
@media screen and (max-width: 820px) {
  .flextype_inner{
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .flextype_inner{
    padding: 0 0.5rem;
  }
}

/*****************************
  ABOUT
*****************************/
.about_btn{
  margin: 20px 0;
}
.about_btn a{
  background: #0096CE;
  border: 1px solid #0096CE;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  padding: 6px 10px;
  transition: .5s;
}
.about_btn a:hover{
  background: #fff;
  color: #0096CE;
  opacity: 1;
}
.about_subttl{
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .about_btn a{
    font-size: 14px;
  }
}

/* 職員構成tbl */
.tb01{
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  font-weight: 700;
}
.tb01 th {
  background: #ff9ac0;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.tb01 td:first-child{
    background: #ff9ac0;
    color:#fff;
    font-weight:bold;
  }
  table.tb01 td:before{
    content: attr(data-label);
    font-size: 1rem;
    font-weight:bold;
    color: #999;
    display: block;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}
.aboutimg{
  margin-top: 20px;
}
.aboutimg img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .aboutimg img {
    height: auto;
  }
}

/*****************************
  SERVICE
*****************************/
.service_txt{
  width: 70%;
  margin: 0 auto;
}
.servicelist li{
  list-style: "・";
  margin-left: 10px;
  margin-bottom: 16px;
}
.service_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.service_fbox{
  width: 60%;
  margin-right: 20px;
}
.service_fbox2{
  width: 37%;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .service_txt{
    width: 100%;
  }
  .service_fbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .service_fbox2{
    width: 100%;
  }
}

/*****************************
  FLOW
*****************************/
.balloon {
  background: #fffef2;
  box-shadow: 0px 5px 10px 0px #ccc;
  padding: 3.5rem;
  position: relative;
  width: 100%;
  z-index: 10;
}
.balloon:before {
  content: "";
  border: 30px solid transparent;
  border-top: 30px solid #fffef2;
  margin-left: -30px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
}
.balloon2,
.balloon2::before{
  z-index: 9;
}
.balloon3,
.balloon3::before{
  z-index: 8;
}
.balloon4,
.balloon4::before{
  z-index: 7;
}
.balloon5,
.balloon5::before{
  z-index: 6;
}
.balloon6,
.balloon6::before{
  z-index: 5;
}
.balloon7,
.balloon7::before{
  z-index: 4;
}
.balloon:nth-child(odd) {
  background: #fff;
}
.balloon:nth-child(odd):before {
  border-top: 30px solid #fff;
}
.balloon:last-child::before{
  display: none;
}
.pc_w60{
  width: 60%;
}
.title_type05 {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.title_type05::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  content: '';
  width: 15%;
  height: 1px;
  background-color: #075990;
}
/* 流れ */
@media (max-width: 820px) {
    .balloon {
      padding: 4rem 1rem;
  }
  .pc_w60 {
    width: 55% !important;
  }
}
  @media (max-width: 767px) {
    .balloon .flex{
        display: block;
    }
    .title_type05 {
        font-size: 20px;
        margin-top: 10px;
    }
  .balloon .bl_flex_item:first-child {
      margin-right: 20px;
  }
  .balloon {
      padding: 4rem 1rem;
  }
  .read_m p{
    text-align: left;
  }
  .pc_w60 {
    width: 100% !important;
  }
}

/*****************************
  内容　注釈
*****************************/
.box-007 {
  max-width: 100%;
  border: 2px solid #ffb36b;
  border-radius: 5px;
  margin-top: 30px;
}
.box-007 div {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  position: relative;
  top: -13px;
  left: 10px;
  margin: 0 7px;
  padding: 0 8px;
  background: #fff;
  color: #ffb36b;
  font-weight: 600;
  vertical-align: top;
}
.box-007 div::before {
  width: 22px;
  height: 22px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.8995 6.85453L17.1421 11.0972L7.24264 20.9967H3V16.754L12.8995 6.85453ZM14.3137 5.44032L16.435 3.319C16.8256 2.92848 17.4587 2.92848 17.8492 3.319L20.6777 6.14743C21.0682 6.53795 21.0682 7.17112 20.6777 7.56164L18.5563 9.68296L14.3137 5.44032Z' fill='%23ffb36b'%3E%3C/path%3E%3C/svg%3E");
}
.box-007 p {
  margin: 0;
  padding: 0 1.5em 1em;
}
@media only screen and (max-width: 767px) {
  .box-007 p {
    padding: 0 1em 1em;
  }
}

/*****************************
  ショートステイ
*****************************/
/* ナンバリング list */
.numberlist{
  margin: 20px 0;
  counter-reset: count 0;
}
.numberlist li{
  padding-left: 2rem;
  position: relative;
  margin-top: 10px;
}
.numberlist li:before {
  content: counter(count) "、 ";
  counter-increment: count 1;
  position: absolute;
  top: 0;
  left: 0;
}
/* ナンバリング list ここまで */
.tbl_under{
  margin-top: 30px;
  text-align: center;
}

.pdflist li {
    list-style: none;
    margin-bottom: 10px;
}
.pdflist li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
}
/* PDF */
.pdflist li.pdf::before {
    content: "\f1c1";
    color: #df2a4a;
}
/* Word */
.pdflist li.word::before {
    content: "\f1c2";
    color: #2b579a;
}
/* Excel */
.pdflist li.excel::before {
    content: "\f1c3";
    color: #217346;
}
/* PowerPoint */
.pdflist li.powerpoint::before {
    content: "\f1c4";
    color: #d24726;
}
.pdflist li a{
  font-weight: 700;
  font-family: "FOT-TsukuARdGothic Std", "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", 'Open Sans', sans-serif;
}
.pdflist li a:hover{
  color: #075990;
  border-bottom: 1px solid #075990;
}
.shortbox{
  background: #fffef2;
  padding: 30px 20px;
  border-radius: 5px;
  margin-top: 30px;
  font-weight: 700;
}

/*****************************
  ACCESS
*****************************/
.acc_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.acc_fbox{
  width: 60%;
  margin-right: 20px;
}
.acc_fbox2{
  width: 37%;
}
.acc_fbox2 iframe{
  width: 100%;
  height: 300px;
}
.accfc{
  color: #075990;
}
.accfc:hover{
  color: #A42020;
}

@media only screen and (max-width: 767px) {
  .acc_fbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .acc_fbox2 {
    width: 100%;
  }
}

/* 経路ボックス */
.cp_point {
	position: relative;
	margin: 40px 0 30px;
	padding: 55px 20px 15px 40px;
	border: 1px solid #83aaea;
	background-color: #f8fdff;
}
.cp_point::before {
	position: absolute;
	top: .7em;
	left: 0em;
	content: "長寿園までの経路(西東京バス)";
	padding: 0em 2em 0em .5em;
	font-size: 90%;
	font-weight: bold;
	line-height: 2;
  letter-spacing: 1.6px;
	color: #fff;
	width: 260px;
	height: 28px;
	background-color: #83aaea;
	border-top: dashed 1px #FFF;
	border-bottom: dashed 1px #FFF;
	box-shadow: 0px 0px 0px 3px #83aaea;
}
.cp_point::after {
	position: absolute;
	content: '';
	z-index: 1;
	top: .49em;
	left: 18em;
	width: 3px;
	height: 0px;
	border-width: 17px 8px 17px 0px;
	border-color: transparent #f8fdff transparent transparent;
	border-style: solid;
}
.cp_point li {
	list-style: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #83aaea;
  list-style-position: inside;
  margin-bottom: 10px;
}
.cp_point li span{
  color: #345678;
  margin-left: 5px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .cp_point{
    margin: 20px 0 30px;
    padding: 55px 20px 15px 20px;
  }
}
.fs18{
  font-size: 18px;
}

/*****************************
  TIME LINE
*****************************/
.timeline{
  width: 60%;
  margin: 20px auto;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #c78aa1;
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #c78aa1;
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #c78aa1;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .timeline{
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .timeline{
    width: 100%;
  }
  .flow > li dl dt{
    flex-basis: inherit;
  }
  .flow > li dl{
    padding: 20px;
  }
}

/*****************************
  RECRUIT
*****************************/
.recruit_bnr{
  width: 600px;
  max-width: 100%;
  margin: 30px auto;
}
.recruit_bnr img{
  border: 1px solid #ddd;
  padding: 20px;
}

/*****************************

*****************************/