@charset "UTF-8";

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
  margin: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

a:hover {
  opacity: 0.7;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul,ol {
  padding: 0;
}
ul  li,
ol  li {
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}


@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.otf") format("opentype");
}

body {
	-webkit-font-smoothing: antialiased;
	color: #333;
	font-family: NotoSansCJKjp, -apple-system, BlinkMacSystemFont, YuGothic, "Custom Yu Gothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.wrapper {
  position: relative;
}

.wrap {
  margin: 0 auto;
  padding: 0 340px;
  box-sizing: content-box;
  position: relative;
}
@media (max-width: 1939px) {
  .wrap {
    padding: 0 17.525773195876289vw;
  }
}

.block {
  padding: 100px 0 100px;
  background-color: #fff;
}

/* 固定ボタン */
.include_fixed {
  opacity: 1;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 28px;
  display: grid;
  text-align: end;
}
.include_fixed .btn-up {
  margin-right: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1939px) {
  .include_fixed {
    bottom: 1.443298969072165vw;
  }
  .include_fixed img{
    width: 14.948453608247423vw;
  }
  .include_fixed .btn-up {
    margin-right: 2.061855670103093vw;
    margin-bottom: 0.77319587628866vw;
    width: 2.577319587628866vw;
  }
}

/* ヘッダー */
.l-header {
  width: 100%;
  max-width: 1940px;
  background-color: #fff;
  z-index: 10;
  white-space:nowrap;
  position:fixed;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.l-header .wrap {
  padding: 0 30px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header .logoArea img {
  width: 100%;
}
.l-header .wrap .logoArea {
  padding-right: 32px;
}
.l-header .wrap .menuArea {
  margin-right: 180px;
  transition-duration: 0.4s;
  display: flex;

  list-style: none;
  padding: 0;
  display: table;
  table-layout: fixed;
}
.l-header ul.menuArea > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.l-header ul.menuArea li a {
  display: block;
  text-decoration: none;
}
.l-header ul.menuArea a:hover{
  color: #EB6100;
}
.l-header ul.menuArea li ul {
  visibility: hidden;
  list-style: none;
  position: absolute;
  top: 20px;
  left: -1px;
  margin: 0;
  padding: 0;
}
.l-header ul.menuArea li:hover ul {
  visibility: visible;
}
.l-header ul.menuArea li ul li{
  width: 280px;
  padding: 15px 20px 15px;
  background-color: rgba(255,255,255,0.8);
  border-bottom:0.5px solid #DCDDDD;
}
.l-header ul.menuArea li ul li a {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.l-header ul.menuArea li ul li a img{
  width: 14px;
  height: 12px;
  text-align: center;
  margin: auto 0;
}
.l-header ul.menuArea li ul li:first-child{
  padding: 50px 20px 15px;
}

.l-header .wrap .menuArea .menu-category {
  padding:0 23px;
  font-size: 14px;
  font-weight: bold;
  border-left:0.5px solid #231815;
}
.l-header .wrap .menuArea .menu-category:last-child {
  border-right:0.5px solid #231815;
}
.l-header .wrap .contactArea .btn-contact01 {
  padding-right: 15px;
}

@media (max-width: 1939px) {
  .l-header .wrap {
    padding: 0 1.54639175vw;
    height: 4.639175257731959vw;
  }
  .l-header .logoArea img {
    width: 15vw;
  }
  .l-header .wrap .logoArea {
    padding-right: 1.64948454vw;
  }
  .l-header .wrap .menuArea {
    margin-right: 9.278350515463918vw;
  }
  .l-header ul.menuArea li ul {
    visibility: hidden;
    list-style: none;
    position: absolute;
    top: 1.030927835051546vw;
    left: -0.051546391752577vw;
    margin: 0;
    padding: 0;
  }
  .l-header ul.menuArea li ul li {
    width: 14.432989690721649vw;
    padding: 0.77319587628866vw 1.030927835051546vw 0.77319587628866vw;
    background-color: rgba(255,255,255,0.8);

  }
  .l-header ul.menuArea li ul li a img{
    width: 0.721649484536083vw;
    height: 0.618556701030928vw;
  }
  .l-header ul.menuArea li ul li:first-child{
    padding: 2.577319587628866vw 1.030927835051546vw 0.77319587628866vw;
  }
  .l-header .wrap .menuArea .menu-category {
    padding:0 1.185567010309278vw;
    font-size: 0.721649484536083vw;
  }
  .l-header .wrap .contactArea img {
    width: 6.185567010309279vw;
  }
  .l-header .wrap .contactArea .btn-contact01 {
    padding-right: 0.77319587628866vw;
    width: 15.324742268041237vw;
  }
}

.keyVisual {
  padding-top: 90px;
}
@media (max-width: 1939px) {
  .keyVisual {
    padding-top: 4.639175257731959vw;
  }
}

.home .sec01 {
  border-bottom: 1px solid #C9CACA;
}
.home .sec02 {
  border-bottom: 1px solid #C9CACA;
}

.home .sec04{
  background-color: #F9F8F4;
}
.home .sec05 {
  background-color: #F9F8F4;
}
/* フッター */
footer {
  text-align: center;
  padding: 65px 0 55px 0;
  background-color: #fff;
  border-top: 1px solid #C9CACA;
}
footer .logoArea {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 10px;
}
footer .menuArea {
 display: flex;
 justify-content: center;
 font-size: 14px;
 transition-duration: 0.4s;
 /* margin-right: 180px; */

 list-style: none;
  padding: 0;
  /* display: table; */
  table-layout: fixed;
}
footer .menuArea li {
  padding: 0 23px;
  font-size: 14px;
  border-left: 0.5px solid #231815;
}
footer .menuArea :first-child{
  border-left: none;
}

footer .menuArea .menu-list {
  border-left: none;
}

footer ul.menuArea > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
footer ul.menuArea li a {
  display: block;
  text-decoration: none;
}
footer ul.menuArea a:hover{
  color: #EB6100;
}
footer ul.menuArea li ul {
  visibility: hidden;
  list-style: none;
  position: absolute;
  bottom: 25px;
  left: -1px;
  margin: 0;
  padding: 0;
}
footer ul.menuArea li:hover ul {
  visibility: visible;
}
footer ul.menuArea li ul li{
  width: 280px;
  padding: 15px 20px 15px;
  background-color: rgba(255,255,255);
  border-bottom:0.5px solid #DCDDDD;
}
footer ul.menuArea li ul li a {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
footer ul.menuArea li ul li a img{
  width: 14px;
  height: 12px;
  text-align: center;
  margin: auto 0;
}


@media (max-width: 1939px) {
  footer {
    padding: 3.350515463917526vw 0 2.835051546391753vw 0;
  }
  footer .menuArea li {
    padding: 0 1.185567010309278vw;
    font-size: 0.721649484536083vw;
  }
  footer ul.menuArea li ul {
    visibility: hidden;
    list-style: none;
    position: absolute;
    bottom: 1.288659793814433vw;
    left: -0.051546391752577vw;
    margin: 0;
    padding: 0;
  }
  footer ul.menuArea li ul li {
    width: 14.432989690721649vw;
    padding: 0.77319587628866vw 1.030927835051546vw 0.77319587628866vw;
  }
  footer ul.menuArea li ul li a img{
    width: 0.721649484536083vw;
    height: 0.618556701030928vw;
  }
}


.company .sec01{
  padding-top: 190px;
}
@media (max-width: 1939px) {
  .company .sec01{
    padding-top: 9.793814432989691vw;
  }
}

.privacy-policy .sec01 {
  padding-top: 190px;
}
@media (max-width: 1939px) {
  .privacy-policy .sec01 {
    padding-top: 9.793814432989691vw;
  }
}
.work-environment .sec01 {
  padding-top: 190px;
}
@media (max-width: 1939px) {
  .work-environment .sec01 {
    padding-top: 9.793814432989691vw;
  }
}

.form-document-request .wrap {
  text-align: center;
}
.form-visit .wrap {
  text-align: center;
}
.form-contact .wrap {
  text-align: center;
}
.form-entry .wrap {
  text-align: center;
}
.recruit .wrap {
  text-align: center;
}
.recruit .wrap .btn-recruit-sec01 {
  margin-top: 45px;
  margin-bottom: 90px;
}
.recruit .wrap .btn-recruit-sec01 img {
  width: 350px;
}
/* 募集一覧 */
.recruit .recruitmentList {
  margin: 0 auto;
  border: 0.5px solid #9FA0A0;
}
.recruit .recruitmentList .box {
  background-color: #fff;
  border-bottom: 0.5px solid #9FA0A0;
  text-align: start;
}
.recruit .recruitmentList .box:last-child {
  border-bottom: none;
}
.recruit .sec02 p {
  text-align: start;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
}
.recruit .sec02 {
  padding: 0 0 100px;
}
.recruit .sec02 h2 {
  margin-bottom: 75px;
  font-size: 20px;
  font-weight: 500;
}
.recruit .sec03 {
  padding: 100px 0 115px;
  background-color: #F9F8F4;
}
.recruit .sec03 p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.recruit .recruitmentList .box dt {
  padding: 28px 40px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.recruit .recruitmentList .box dt:hover {
  cursor: pointer;
  opacity: 0.7;
  background-color: #F9F8F4;
}
.recruit .recruitmentList .box dt::after {
  content:'ー';
  display: block;
  position: absolute;
  top: 45%;
  right: 40px;
  margin-top: -6px;
}
.recruit .recruitmentList .box dt.isOpen::after {
  content:'＋';
}
.recruit .recruitmentList .box dt.isOpen {
  background-color: #F9F8F4;
  border-bottom: 0.5px solid #9FA0A0;
}
.recruit .recruitmentList .box dd {
  display: none;
  margin: 0;
  padding: 30px;
}
.recruit .recruitmentList .box dd a {
  text-decoration: underline;
  color: rgb(8, 158, 216);
}

@media (max-width: 1939px) {
  .recruit .wrap .btn-recruit-sec01 {
    margin-top: 2.319587628865979vw;
    margin-bottom: 4.639175257731959vw;
  }
}

/* サンケアレジデンス */
.san-care .sec02 {
  background-color: #F9F8F4;
}
.san-care .sec03 {
  border-bottom: 1px solid #C9CACA;
}
.san-care .sec03 .wrap {
  padding: 0 445px;
}
.san-care .sec03 .service01 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 100px;
}
.san-care .sec03 .service01 .textArea .btn-popup {
  margin-top: 30px;
}
.san-care .sec03 .service02 {
  text-align: center;
}
.san-care .sec03 .service03 {
  margin-bottom: 100px;
  text-align: center;
}
.san-care .sec03 .service04 {
  margin-bottom: 100px;
  text-align: center;
}
.san-care .sec03 .service05 {
  margin-bottom: 100px;
  text-align: center;
}
.san-care .sec03 .service06 {
  margin-bottom: 100px;
  text-align: center;
}
.san-care .sec04 .wrap {
  padding: 0 445px;
}
.san-care .sec04 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.san-care .sec04 .googleMap {
  margin-bottom: 20px;
  width: 100%;
  height: 655px;
}
.san-care .sec05 .wrap {
  padding: 0 445px;
}
.san-care .sec05 {
  background: #F9F8F4;
  text-align: center;
}
.san-care .sec05 .btn-pricelist{
  margin-top: 50px;
}
@media (max-width: 1939px) {
  .san-care .sec03 .wrap {
    padding: 0 22.938144329896907vw;
  }
  .san-care .sec04 .wrap {
    padding: 0 22.938144329896907vw;
  }
  .san-care .sec04 .googleMap {
    margin-bottom: 1.030927835051546vw;
    height: 33.762886597938144vw;
  }
  .san-care .sec05 .wrap {
    padding: 0 22.938144329896907vw;
  }
}

/* グループホーム */
.grouphome .sec02 {
  background-color: #EEF2F8;
}
.grouphome .sec02 .imageArea {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.grouphome .sec02 .imageBox {
  text-align: center;
  font-size: 14px;
}
.grouphome .sec03 {
  border-bottom: 1px solid #C9CACA;
}
.grouphome .sec03 .wrap {
  padding: 0 445px;
}
.grouphome .sec03 .service01 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 100px;
}
.grouphome .sec03 .service01 .textArea .btn-popup {
  margin-top: 30px;
}
.grouphome .sec03 .service02 {
  margin-bottom: 100px;
  text-align: center;
}
.grouphome .sec03 .service03 {
  margin-bottom: 100px;
  text-align: center;
}
.grouphome .sec03 .service04 {
  margin-bottom: 100px;
  text-align: center;
}
.grouphome .sec03 .service05 {
  margin-bottom: 100px;
  text-align: center;
}
.grouphome .sec03 .service06 {
  margin-bottom: 100px;
  text-align: center;
}
.grouphome .sec04 .wrap {
  padding: 0 445px;
}
.grouphome .sec04 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.grouphome .sec04 .googleMap {
  margin-bottom: 20px;
  width: 100%;
  height: 655px;
}
.grouphome .sec05 .wrap {
  padding: 0 445px;
}
.grouphome .sec05 {
  background: #EEF2F8;
  text-align: center;
}
.grouphome .sec05 .btn-pricelist{
  margin-top: 50px;
}
@media (max-width: 1939px) {
  .grouphome .sec03 .wrap {
    padding: 0 22.938144329896907vw;
  }
  .grouphome .sec04 .wrap {
    padding: 0 22.938144329896907vw;
  }
  .grouphome .sec04 .googleMap {
    margin-bottom: 1.030927835051546vw;
    height: 33.762886597938144vw;
  }
  .grouphome .sec05 .wrap {
    padding: 0 22.938144329896907vw;
  }
}

/* デイサービス */
.dayservice .sec02 {
  background-color: #FEF7F6;
}
.dayservice .sec02 .imageArea {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.dayservice .sec02 .imageBox {
  text-align: center;
  font-size: 14px;
}
.dayservice .sec04 {
  background-color: #FEF7F6;
}
.dayservice .sec05 .wrap {
  padding: 0 445px;
}
.dayservice .sec05 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.dayservice .sec05 .googleMap {
  margin-bottom: 20px;
  width: 100%;
  height: 655px;
}
.dayservice .sec06 .wrap {
  padding: 0 445px;
}
.dayservice .sec06 {
  background-color: #FEF7F6;
  text-align: center;
}

@media (max-width: 1939px) {
  .dayservice .sec05 .wrap {
    padding: 0 22.938144329896907vw;
  }
  .dayservice .sec05 .googleMap {
    margin-bottom: 1.030927835051546vw;
    height: 33.762886597938144vw;
  }
  .dayservice .sec06 .wrap {
    padding: 0 22.938144329896907vw;
  }
}


/* カルーセル */
.slider {
  /* width:94%; */
   margin:0 auto;
   font-size: 14px;
   text-align: center;
}

.slider img {
   width:100%;/*スライダー内の画像を横幅100%に*/
   height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

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

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
   position: absolute;/*絶対配置にする*/
   top: 42%;
   cursor: pointer;/*マウスカーソルを指マークに*/
   outline: none;/*クリックをしたら出てくる枠線を消す*/
   border-top: 2px solid #9FA0A0;/*矢印の色*/
   border-right: 2px solid #9FA0A0;/*矢印の色*/
   height: 15px;
   width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
   left: -1.5%;
   transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
   right: -1.5%;
   transform: rotate(45deg);
}

/* モーダル */
.hide-area{
  /* display: none; */
  height: 0px;
  overflow-y: hidden;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before{
  background:#ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#3E3A39;
}

.modaal-close:focus,.modaal-close:hover {
  outline: 0;
  background: none !important;
}

.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before {
  background: #fff !important;
  opacity: 0.7 !important;
}

.modaal-container {
  max-width: 950px !important;
}
.modaal-content-container {
  padding: 0 !important;
}
@media (max-width: 1939px) {
  .modaal-container {
    max-width: 48.969072164948454vw !important;
  }
}

/* モーダルの中のカルーセル */
.slider02 {
   margin:0 auto;
   font-size: 14px;
   text-align: center;
   width: 950px;
}

.slider02 img {
   width:100%;
   height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider02 .slick-slide02 {
   margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev02,
.slick-next02 {
   position: absolute;/*絶対配置にする*/
   top: 50%;
   cursor: pointer;/*マウスカーソルを指マークに*/
   outline: none;/*クリックをしたら出てくる枠線を消す*/
   width: 0;
   height: 0;
   border-top: 15px solid transparent;
   border-right: 15px solid #fff;
   border-bottom: 15px solid transparent;
}

.slick-prev02:hover ,
.slick-next02:hover {
  opacity: 0.7;
}

.slick-prev02 {/*戻る矢印の位置と形状*/
   left: -48%;
   transform: rotate(0deg);
}

.slick-next02 {/*次へ矢印の位置と形状*/
   right: -48%;
   transform: rotate(180deg);
}

@media (max-width: 1939px) {
  .slider02 {
    width:48.969072164948454vw;
 }
 .slick-prev02,
.slick-next02 {
   border-top: 0.77319587628866vw solid transparent;
   border-right: 0.77319587628866vw solid #fff;
   border-bottom: 0.77319587628866vw solid transparent;
}
}
