@charset "UTF-8";
/**
* sitetop CSS
*
*/


/*
* レイアウト
*/
#sitetop {

}


/*
* メインビジュアル
*/
#mainVisual {
  position: relative;
  width: 100%;
  margin: 0 0 160px 0;
  padding: 0 0 5vw 0;
}
/* 画像 */
#mainVisual ul.slide {
  width: 96vw;
  height: calc(96vw * 0.45);
  margin: 0 auto;
  padding: 0;
}
#mainVisual ul.slide li {
  margin: 0;
  padding: 0;
}
#mainVisual ul.slide li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
/* キャッチ */
#mainVisual h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 3vw;
  font-size: 2.5vw;
  font-weight: 300;
  letter-spacing: 0.2em;
  background-color: #FFFFFF;
  border-radius: 5vw 0 0 0;
}
/* 背景オレンジ */
#mainVisual::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 96vw;
  height: calc(96vw * 0.45);
  background-color: #FFE5D5;
  z-index: -1;
}



/*
* 特別養護老人ホームほなみについて
*/
#about {
  margin: 0 0 160px 0;
  padding: 0;
}
#about p.sub {
  margin: 0 0 80px 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
/* リンク */
#about ul.link {
  display: flex;
  margin: 0 auto;
  padding: 0;
}
#about ul.link li {
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#about ul.link li:nth-child(2n+1) { padding-right: 40px; }
#about ul.link li:nth-child(2n) { padding-left: 40px; }
#about ul.link li img.pict {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#about ul.link li h4 {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#about ul.link li h4::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100px;
  height: 20px;
  background-image: url(../img/arrowOrange01R.svg);
  background-repeat: no-repeat;
  background-size: cover;
}


/*
* 入所までの手続き・料金
*/
#procedure {
  margin: 0 0 160px 0;
  padding: 0;
}
/* リンク */
#procedure ul.link {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  padding: 0;
}
#procedure ul.link li {
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#procedure ul.link li:nth-child(2n+1) { padding-right: 40px; }
#procedure ul.link li:nth-child(2n) { padding-left: 40px; }
#procedure ul.link li img.pict {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#procedure ul.link li h4 {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#procedure ul.link li h4::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100px;
  height: 20px;
  background-image: url(../img/arrowOrange01R.svg);
  background-repeat: no-repeat;
  background-size: cover;
}


/*
* 企業情報
*/
#company {
  margin: 0 0 160px 0;
  padding: 0;
}
#company p.sub {
  margin: 0 0 60px 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#company .wrap {
  position: relative;
  margin: 0;
  padding: 0 0 620px 0;
  overflow-x: hidden;
}
/* 画像 */
#company .pict {
  position: absolute;
  top: 0;
  left: calc(50% - 500px);
  width: 1468px;
  height: 540px;
  margin: 0;
  padding: 0;
}
#company .pict img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
/* キャッチ */
#company .text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  background-color: #FFFFFF;
  z-index: 10000;
}
#company .text a {
  display: block;
  margin: 0;
  padding: 40px 60px;
}
#company .text img.arrow {
  position: absolute;
  bottom: 60px;
  right: 60px;
  object-fit: cover;
  width: 75px;
  height: 20px;
  z-index: 90001;
}
#company .text a.linkEmp img.arrow {
  border: #354F8B 2px solid !important;
}
/* 背景 */
#company .wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% + 500px);
  transform: translateX(-100%);
  width: 1468px;
  height: 540px;
  background-color: #EBEBEB;
  z-index: -1;
}


/*
* インスタ
*/
#insta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 160px auto;
  padding: 0 0 80px 0;
  background-image: url(../img/sitetop/instaBack01.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1440px 300px;
}
#insta img.logo {
  margin: 0 0 50px 0;
  padding: 0;
  width: 150px;
  height: auto;
}
#insta h3 {
  margin: 0 0 50px 0;
  padding: 0;
  color: #E56718;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#insta p {
  margin: 0 0 45px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
}
#insta a.linkEmp img.button {
  border: #354F8B 2px solid !important;
}


/*
* ほなみ医療福祉グループについて
*/
#group {
  margin: 0 0 160px 0;
  padding: 0;
}
#group .wrap {
  position: relative;
  margin: 0;
  padding: 0 0 700px 0;
  overflow-x: hidden;
}
/* 画像 */
#group .pict {
  position: absolute;
  top: 0;
  left: calc(50% - 720px);
  width: 1105px;
  height: 634px;
  margin: 0;
  padding: 0;
}
#group .pict img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 30px;
}
/* キャッチ */
#group .text {
  position: absolute;
  bottom: 100px;
  right: 40px;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  background-color: #FFFFFF;
}
#group .text a {
  display: block;
  margin: 0;
  padding: 40px 60px;
}
#group .text img.arrow {
  position: absolute;
  bottom: 50px;
  right: 60px;
  object-fit: cover;
  width: 75px;
  height: 20px;
  z-index: 90001;
}
#group .text a.linkEmp img.arrow {
  border: #354F8B 2px solid !important;
}
/* 背景 */
#group .wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 500px);
  width: 9999px;
  height: 634px;
  background-color: #EBEBEB;
  z-index: -1;
}


/*
* 採用情報
*/
#recruit {
  margin: 0 0 160px 0;
  padding: 0;
}
/* リンク */
#recruit ul.link {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  padding: 0;
}
#recruit ul.link li {
  margin: 0 auto;
  padding: 0;
}
#recruit ul.link li img.pict {
  display: block;
  width: 100%;
  height: auto%;
  margin: 0;
  padding: 0;
}
#recruit ul.link li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-bottom: #E56718 3px solid;
}
#recruit ul.link li a img {
  position: absolute;
  top: 50%;
  left: calc(50% + 6em);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
/* お問合せボタン */
#recruit .buttonContact {
  width: 825px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
#recruit .buttonContact img {
  width: 100%;
}
#recruit .buttonContact a.linkEmp img {
  border: #354F8B 2px solid !important;
}
/* 電話番号 */
#recruit .phone {
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
#recruit .phone h5 {
  margin: 0;
  padding: 0;
  color: #E56718;
  font-size: 24px;
  font-weight: 300;
}
#recruit .phone a {
  margin: 0;
  padding: 0;
  font-size: 44px;
  font-weight: 500;
}






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








/*
* スマホ用
*/


@media screen and (max-width:993px){


  /*
  * レイアウト
  */
  #sitetop {

  }


  /*
  * メインビジュアル
  */
  #mainVisual {
    position: relative;
    width: 100%;
    margin: 0 0 80px 0;
    padding: 0 0 5vw 0;
  }
  /* 画像 */
  #mainVisual ul.slide {
    width: 96vw;
    height: calc(96vw * 0.45);
    margin: 0 auto;
    padding: 0;
  }
  #mainVisual ul.slide li {
    margin: 0;
    padding: 0;
  }
  #mainVisual ul.slide li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  /* キャッチ */
  #mainVisual h2 {
    position: absolute;
    bottom: -5vw;
    right: 0;
    margin: 0;
    padding: 3vw;
    font-size: 4vw;
    font-weight: 300;
    letter-spacing: 0.2em;
    background-color: #FFFFFF;
    border-radius: 5vw 0 0 0;
  }
  /* 背景オレンジ */
  #mainVisual::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 96vw;
    height: calc(96vw * 0.45);
    background-color: #FFE5D5;
    z-index: -1;
  }


  /*
  * 特別養護老人ホームほなみについて
  */
  #about {
    margin: 0 0 80px 0;
    padding: 0 20px;
  }
  #about p.sub {
    margin: 0 0 40px 0;
    padding: 0;
    text-align: justify;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
  }
  /* リンク */
  #about ul.link {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  #about ul.link li {
    width: 100%;
    height: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  #about ul.link li:nth-child(2n+1) { padding-right: 0; }
  #about ul.link li:nth-child(2n) { padding-left: 0; }
  #about ul.link li img.pict {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #about ul.link li h4 {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 30px 10px 0;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    border-bottom: #E56718 3px solid;
  }
  #about ul.link li h4::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 15px;
    background-image: url(../img/arrowOrange01R.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }


  /*
  * 入所までの手続き・料金
  */
  #procedure {
    margin: 0 0 80px 0;
    padding: 0 20px;
  }
  /* リンク */
  #procedure ul.link {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  #procedure ul.link li {
    width: 100%;
    height: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  #procedure ul.link li:nth-child(2n+1) { padding-right: 0; }
  #procedure ul.link li:nth-child(2n) { padding-left: 0; }
  #procedure ul.link li img.pict {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #procedure ul.link li h4 {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 30px 10px 0;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    border-bottom: #E56718 3px solid;
  }
  #procedure ul.link li h4::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 15px;
    background-image: url(../img/arrowOrange01R.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }


  /*
  * 企業情報
  */
  #company {
    margin: 0 0 calc(20vw + 80px) 0;
    padding: 0;
  }
  #company p.sub {
    margin: 0 0 20px 0;
    padding: 0 20px;
    text-align: justify;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }
  #company .wrap {
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: visible;
  }
  /* 画像 */
  #company .pict {
    position: static;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #company .pict img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 15px
  }
  /* キャッチ */
  #company .text {
    position: absolute;
    bottom: -25vw;
    left: 20px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1em;
    background-color: #FFFFFF;
    border-bottom: #E56718 3px solid;
    z-index: 10000;
  }
  #company .text a {
    display: block;
    margin: 0;
    padding: 20px;
  }
  #company .text img.arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    object-fit: cover;
    width: 40px;
    height: 10px;
    z-index: 90001;
  }
  /* 背景 */
  #company .wrap::after {
    content: "";
    position: absolute;
    bottom: -30vw;
    left: 10px;
    transform: none;
    width: 100%;
    height: 60vw;
    background-color: #EBEBEB;
    z-index: -1;
  }


  /*
  * インスタ
  */
  #insta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 80px auto;
    padding: 0 0 80px 0;
    background-image: url(../img/sitetop/instaBack01.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
  }
  #insta img.logo {
    margin: 0 0 20px 0;
    padding: 0;
    width: 30%;
    max-width: 250px;
    height: auto;
  }
  #insta h3 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #E56718;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  #insta p {
    margin: 0 0 20px 0;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 300;
  }


  /*
  * ほなみ医療福祉グループについて
  */
  #group {
    margin: 0 0 calc(20vw + 80px) 0;
    padding: 0;
  }
  #group .wrap {
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: visible;
  }
  /* 画像 */
  #group .pict {
    position: static;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #group .pict img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 15px;
  }
  /* キャッチ */
  #group .text {
    position: absolute;
    bottom: -10vw;
    left: 20px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1em;
    background-color: #FFFFFF;
    border-bottom: #E56718 3px solid;
    z-index: 10000;
  }
  #group .text a {
    display: block;
    margin: 0;
    padding: 20px;
  }
  #group .text img.arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    object-fit: cover;
    width: 40px;
    height: 10px;
    z-index: 90001;
  }
  /* 背景 */
  #group .wrap::after {
    content: "";
    position: absolute;
    bottom: -20vw;
    left: 10px;
    transform: none;
    width: 100%;
    height: 50vw;
    background-color: #EBEBEB;
    z-index: -1;
  }


  /*
  * 採用情報
  */
  #recruit {
    margin: 0 0 80px 0;
    padding: 0 20px;
  }
  /* リンク */
  #recruit ul.link {
    display: flex;
    align-items: stretch;
    margin: 0 auto;
    padding: 0;
  }
  #recruit ul.link li {
    margin: 0 auto;
    padding: 0;
  }
  #recruit ul.link li img.pict {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #recruit ul.link li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    border-bottom: #E56718 3px solid;
  }
  #recruit ul.link li a img {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 6em);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  /* お問合せボタン */
  #recruit .buttonContact {
    width: 100%;
    max-width: none;
    margin: 0 auto 20px auto;
    padding: 10px 0;
  }
  #recruit .buttonContact img {
    width: 100%;
  }
  /* 電話番号 */
  #recruit .phone {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  #recruit .phone h5 {
    margin: 0;
    padding: 0;
    color: #E56718;
    font-size: 14px;
    font-weight: 300;
  }
  #recruit .phone a {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
  }















}
