/* ==================================================
  Common CSS
================================================== */
#is-content{
  padding-bottom: 4rem;
}
.is-c-wrap{
  padding-top: 3em;
  padding-bottom: 3em;
}
.full{
  background: #f9f8f4;
  padding: 5em 0;
}
.is-ttl__a{
  text-align: center;
  position: relative;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}
.is-ttl__a::before {
  content: "";
  background: #39acbb;
  width: 36px;
  height: 3px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 0;
  margin: auto;
}
.is-ttl__a::after {
  content: "";
  background: #d4ceb4;
  width: 36px;
  height: 3px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 35px;
  margin: auto;
}
.is-ttl__a h2{
  font-size: max(2.2vw, 1.3rem);
  line-height: 1.4;
}
.is-ttl__a span{
  font-size: .8rem;
  color: #aaa;
  letter-spacing: .03rem;
}
.is-ttl2{
  text-align: center;
  font-size: max(3vw, 1.4em);
  padding-top: 1vw;
  line-height: 1.4;
}
.is-ttl2__sub{
  text-align: center;
  font-size: max(1vw, .7rem);
  padding-bottom: 1vw;
  letter-spacing: .2rem;
}
.is-ttl3{
  border-left: 3px solid #0864af;
  padding: 0 0 0 .6em;
  margin: 0 0 1em 0;
}
.is-main-ttl{
  font-size: max(2vw, 1rem);
  padding: 1rem 0 1.5rem 0;
}
.ini:first-letter{
  color: #39acbb;
}
.is-nav{
  display: flex;
  justify-content: space-between;
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
}
.is-nav li{
  margin: 2rem 0 0;
  width: 31%;
}
.is-nav li a{
  display: block;
  border: 1px solid #39acbb;
  text-align: center;
  color: #39acbb;
  position: relative;
  padding: 15px 10px 30px 10px;
  border-radius: 500px;
}
.is-nav li a::after{
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #39acbb;
}
.col2-img-box{
  display: flex;
  justify-content: space-between;
  padding: 2vw 0 2rem 0;
}
.col2-img-box li{
  width: 48.5%;
}
.is-txt{
  padding: 10px 0 4px;
}
@media only screen and (max-width: 768px){
  .is-nav li a{
    padding: 5px 5px 20px 5px;
    font-size: 10px;
  }
  .is-nav li a::after {
    bottom: 10px;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #39acbb;
  }
}

/* ==================================================
  Home care Service
================================================== */
.riyo{
  background: #fff;
  box-shadow: 0 2.5rem 2rem -2rem hsl(100 10% 60% / 10%);
  border-radius: 8px;
}
.riyo h3{
  border-radius: 8px 8px 0 0;
  background: #39acbb;
  color: #fff;
  padding: 10px 20px;
}
.riyo p{
  padding: 20px;
}
.col1__items{
  margin-top: 1rem;
}
.col1__items ul{
  padding: 0 40px 3rem 40px;
}
.col1__items li{
  list-style-type: square;
}
.about-list{
  border: 1px solid #39acbb;
  border-radius: 8px;
  padding: 2rem 2rem 2rem 3rem;
  margin: 1rem 0;
}
.about-list li{
  list-style-type: square;
  color: #189aab;
  font-weight: bold;
}
.flow-wrap{
  background: #fff;
  border-radius: 6px;
  padding: 5vw;
  margin: 2rem 0 0;
}
.flow-box{
  border-collapse: collapse;
  border-bottom: 2px dotted #39acbb;
  width: 100%;
}
.flow-box-inner{
  width: 100%;
}
.flow-box tr{
  border-top: 2px dotted #39acbb;
}
.flow-box th{
  padding: 1.15em 1em 1.15em 0;
  font-size: 1.5em;
  color: #39acbb;
}
.flow-box td{
  padding: 1.15em 0;
  font-size: .9em;
}
.flow-box td strong{
  font-size: 1.1em;
}
.flow-box-img li{
  list-style-type: none;
  padding-bottom: 6px;
}
.flow-guide li{
  display: flex;
  padding: 2rem;
  background: #f9f8f4;
  margin: 2.5rem 0;
  border-radius: 10px;
}
.flow-guide .list{
  position: relative;
}
.flow-guide .list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  right: 50%;
  width: 14px;
  height: 14px;
  border-top: 4px solid #39acbb;
  border-right: 4px solid #39acbb;
  transform: translateX(-50%) rotate(135deg);
}
.flow-guide li div{
  width: 12%;
}
.flow-guide .icon span{
  width: 50px;
  height: 50px;
  padding: 24px;
  background: #39acbb;
  display: block;
  border-radius: 500px;
}
.flow-guide li h3{
  width: 30%;
}
.flow-guide li h3 span{
  display: block;
  font-size: .9rem;
  color: #39acbb;
}
.flow-guide li p{
  width: 58%;
}
.infoList-wrap{
  display: flex;
  border-bottom: 1px solid #eeece7;
  padding: 1.64em 0;
}
.infoList__ttl{
  width: 25%;
  color: #39acbb;
  font-weight: 700;
}
.infoList__txt{
  width: 75%;
}

@media screen and (min-width: 769px) {
  .flow-box-inner{
    width: 70%;
  }
  .flow-box-img{
    width: 26.5%;
  }
}
@media only screen and (max-width: 768px){
  .full{
    padding: 2em 0;
  }
  .flow-box-img{
    padding-top: 1em;
  }
  .flow-box-img ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px 0px;
  }
  .flow-box-img li{
    width: calc(50% - 10px);
    margin: 0px 5px 5px;
  }
  .infoList-wrap{
    padding: 16px 0;
  }
  .infoList__ttl{
    width: 30%;
    font-size: .9em;
  }
  .infoList__txt{
    width: 70%;
    font-size: .9em;
  }
  .flow-guide li{
    flex-direction: column;
  }
  .flow-guide li div{
    width: 100%;
    text-align: center;
  }
  .flow-guide .icon span{
    margin: 0 auto;
    width: 30px;
    height: 30px;
  }
  .flow-guide li h3,.flow-guide li p{
    width: 100%;
  }
}

/* ==================================================
  Staff Page -スタッフ紹介-
================================================== */
.staff{
  background: #f9f8f4;
  padding-bottom: 5rem;
}
.staff-list{
  padding: 40px 0;
  border-bottom: 1px solid #e4e4e4;
}
.staff-prof{
  padding: 0 0 .3rem;
}
.staff-prof h3{
  color: #39acbb;
  font-size: 1.7rem;
  padding: 0;
  position: relative;
}
.staff-prof h3::after {
  content: "";
  position: absolute;
  top: 18px;
  left: -50px;
  width: 28px;
  height: 1px;
  background: #39acbb;
}
.staff-prof h3 span{
  font-size: 1rem;
}
.staff-prof .message{
  color: #39acbb;
  background: #fff;
  border: 1px solid #39acbb;
  font-weight: bold;
  border-radius: 500px;
  display: inline-block;
  font-size: .85rem;
  padding: 2px 10px;
}
.staff-prof .shikaku{
  font-size: .85rem;
  font-weight: bold;
  color: #39acbb;
  padding: 2px 0 0 4px;
}
.staff-txt .title{
  font-size: max(1.7vw, 1.1rem);
  font-weight: bold;
}
.staff-txt p{
  padding: 10px 0;
}

@media screen and (min-width: 992px) {
  .staff-list{
    display: flex;
    justify-content: space-between;
  }
  .staff-img{
    width: 30%;
  }
  .staff-txt{
    width: 65%;
  }
}

/* ======================================================
  Faq Page -よくある質問-
  ======================================================= */
.faq-wrapper{
  border-radius: 8px;
  box-shadow: 0 2.5rem 2rem -2rem hsl(100 10% 60% / 10%);
  padding: 1.6rem;
  margin: 2rem 0;
  background: #fff;
}
.c-faq__head,.c-faq__content{
  display: flex;
  align-items: flex-start;
}
.c-faq__content{
  position: relative;
  padding-top: .5em;
}
.c-faq__head .c-faq__title{
  font-size: max(1.4vw, 1em);
  padding-top: .3rem;
}
.c-faq__content .c-faq__title{
  line-height: 1.8;
  font-weight: 500;
  padding-top: .3rem;
}
.c-faq__icon{
  color: #38acbb;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height: 1.2;
  background-color: #ddecee;
  border-radius: 50%;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1.4rem;
  padding-left: .01em;
}
.c-faq__content .c-faq__icon{
  background-color: #f4f5e5;
  color: #cfdd40;
  padding-left: .02em;
}

/* ==================================================
  Company Page -会社概要-
================================================== */
.company-table{
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  margin: 2rem 0 5rem;
}
.company-table th{
  width: 20%;
  padding: 14px;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #39acbb;
  color: #fff;
}
.company-table td{
  width: 80%;
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
}
/*
.company-table{
  width: 100%;
  margin: 3rem 0 2rem 0;
}
.company-table th,.company-table td{
  padding: 1.5vw 0;
  text-align: left;
}
.company-table th{
  width: 150px;
  font-weight: bold;
  border-top: 2px solid #39acbb;
  padding-left: .5vw;
}
.company-table td{
  border-top: 1px solid #ccc;
}
*/
.ggmap{
  margin: 0 0 4.5vw 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.ggmap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==================================================
  Recruit Page -求人情報-
================================================== */
.job-box h3{
  background: #f6efeb;
  margin: 2rem 0 1.5rem;
  padding: 10px 16px;
}
.job-box table{
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  margin-bottom: 3rem;
}
.job-box th{
  width: 20%;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #39acbb;
  color: #fff;
}
.job-box td{
  width: 80%;
  padding: 10px;
  border: 1px solid #ccc;
}

/* ==================================================
  Recruit FAQ -求人情報FAQ-
================================================== */
.recruit-faq .faq-wrapper{
  border: 1px solid #ccc;
}
.recruit-faq .c-faq__icon{
  color: #2969b8;
  background-color: #edf4f8;
}
.recruit-faq .c-faq__content .c-faq__icon{
  background-color: #39acbb;
  color: #fff;
}

/* ==================================================
  Contact Page -お問い合わせ-
================================================== */
.contact{
  padding: 0 0 5rem;
  background: #f9f8f4;
}
.contact .txt{
  text-align: center;
  padding: 0 0 3rem;
}
.contact-wrap {
  border-radius: 10px;
  background: #fff;
  padding: 3vw;
  margin: 1.8em 0 3rem;
  box-shadow: 0 2.5rem 2rem -2rem hsl(400 5% 50% / 10%);
}
#form_list{
  width: 100%;
  font-size: 1.05rem;
}
#form_list th{
  width: 20%;
  text-align: left;
  padding: 10px 0;
}

#form_list th span{
  background: #39acbb;
  color: #fff;
  font-size: .75em;
  padding: 4px 6px;
  margin-left: 10px;
}
#form_list td{
  width: 80%;
  padding: 20px 0;
}
#form_list input{
  padding: 18px;
  border-radius: 4px;
  border: 1px solid #bbb;
}
.f100 {
  box-sizing: border-box;
  width: 100%;
}
.is-contact__tel{
  text-align: center;
}
.is-contact__tel .tel{
  color: #39acbb;
  font-size: max(3.1vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-top: -10px;
}
.is-contact__tel .tel a{
  color: #39acbb;
}
@media screen and (min-width: 769px) {
  .is-contact__tel .tel a{
    pointer-events: none;
  }
}

.is-contact__tel .tel:before{
  content: '';
  display: inline-block;
  width: 46px;
  height: 40px;
  background: url(../img/tel.svg) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: contain;
}
.is-contact__tel .tel span{
  font-size: 1.1rem;
}
.form{
  text-align: center;
  padding: 2em 0 0;
}
.form .form_btn{
  background: #b39b14;
  color: #fff;
  border: 0;
  width: 200px;
  padding: 1em 0;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 500px;
}
#form_list textarea{
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #bbb;
}
input[type=checkbox] {
    display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 2px 30px;
  position: relative;
  width: auto;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkbox01::after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
.thanks{
  text-align: center;
}
.thanks strong{
  display: block;
  font-size: 1.2rem;
  padding: 10px 0;
}

@media screen and (max-width: 991px) {
  #form_list th,#form_list td{
    display: block;
    width: 100%;
  }
  #form_list textarea{
    width: 100%;
  }
  .is-contact__tel .tel{
    padding-top: 10px;
  }
  .is-contact__tel .tel:before{
    width: 24px;
    height: 20px;
  }
}


/* ==================================================
  Sitemap -サイトマップ-
================================================== */
.sitemap-list{
  border-top: 1px solid #eee;
}
.sitemap-items{
  border-bottom: 1px solid #eee;
  font-weight: bold;
}
.sitemap-items a{
  color: #222;
  display: block;
  position: relative;
  padding: 18px 32px 18px 12px;
}
.sitemap-items a:hover{
  background: #fafafa;
}
.sitemap-items a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 3px solid #39acbb;
  border-right: 3px solid #39acbb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sitemap-list ul{
  display: flex;
  padding: 18px 0 26px 0;
}
.sitemap-list li{
  padding: 0 30px 0 12px;
  font-size: .9rem;
  position: relative;
}
.sitemap-list li::after{
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sitemap-list li a{
  color: #444;
}

/* ======================================================
  Privacy
  ======================================================= */
.privacy h2{
  margin: 1rem 0 1rem 0;
}
.privacy h3{
  margin: 2rem 0 .7rem 0;
}
.privacy h4{
  margin: .7rem 0 .5rem 0;
}
.privacy ul{
  padding: 1rem 0 1rem 1rem;
}
.privacy li{
  font-size: .95em;
  padding: .2rem 0;
}

.wt-wrap{
  border-radius: 8px;
  box-shadow: 0 2.5rem 2rem -2rem hsl(100 10% 60% / 10%);
  padding: 1.6rem;
  margin: 2rem 0;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .wt-wrap{
    width: 980px;
    padding: 2em;
    margin: 2rem auto;
  }
}