*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 10px;
  /*font-size: 10px;*/
}

html,
body {
  /* color: #7a7573; */
  color: #464646;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  line-height: 1.5;
   font-family:
    "Hiragino Maru Gothic Pro", "Yu Gothic", "YuGothic", "Maru Gothic",
    "ヒラギノ丸ゴ Pro W4","Kosugi Maru", "Meiryo", sans-serif;
    /*font-family: "Zen Maru Gothic", sans-serif;*/
    font-weight: 400;

}
a:hover img {
}

a,
a:hover {
}
a:hover {
}
a:hover.disable {
  opacity: 1 !important;
}
.imgCenter {
  margin: auto;
  display: block;
}

.sp_only {
  display: none;
}

.pc_only {
  display: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.di-fl {
  display: flex;
  flex-wrap: wrap;
}

section {
  margin: 10rem 0;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.murecho {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* PC用: ハンバーガーボタンは非表示 */
.hamburger-btn {
  display: none;
}

.nav-overlay {
  display: none;
}

header .header-nav ul {
  display: flex;
  gap: 2rem;
  background: #fff;
  border-radius: 20px;
  padding: 1rem 3rem;
}

header .header-nav ul li {
  padding-right: 2rem;
  position: relative;
}

/*header .header-nav ul li::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  border-right: 2px solid #7a7573;
  border-top: 2px solid #7a7573;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 39%;
  transform: translateY(-50%) rotate(135deg);
}
*/
header .header-nav ul li a{
  font-size: 1.5rem;
}
header .inner h1 img {
  width: 215px;
}

header {
  padding: 1.5rem 0;
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
}


footer {
  margin-top: 5rem;
}



footer .inner {
  display: flex;
 align-items: center;
  justify-content: space-between;
}


footer h1:nth-child(1) {
  max-width: 340px;
}


footer .footer-address {
  font-size: 1.5rem;
}


.footer-address > p:nth-child(1) > span {
  display: block;
}


footer ul {
  display: flex;
  gap: 1rem;
}


footer ul li img {
  width: 60px;
}


/* 要素 | https://demo.moe-joule.me/mikaduki/business */

.copyright {
  margin-top: 3rem;
  margin-left: 1%;
  margin-bottom: 1%;
}

.fixed {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-visual {
  position: relative;
}

div.main-bnr:nth-child(2) {
  position: fixed;
  width: 110px;
  right: 1%;
  top: 15%;
}

.top-page .main-visual__image h2 {
  font-size: 7.2rem;
  position: absolute;
  left: 50%;
  top: 43%;
  width: fit-content;
  width: 60%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  line-height: 1.3;
}

.top-page .main-visual__image h2 > span {
  display: inline-block;
}

/* メインタイトル .mask（左からスライド＋白マスクが抜ける） */
.top-page .main-visual__image h2 .mask-wrap {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
}

.top-page .main-visual__image h2 .mask {
  position: relative;
  left: -100%;
  display: inline-block;
  transition: left 0.85s cubic-bezier(0.65, 0, 0.35, 1);
}

.top-page .main-visual__image h2 .mask.is-visible {
  left: 0;
}

.top-page .main-visual__image h2 .mask .mask-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  pointer-events: none;
  transition: left 0.65s cubic-bezier(0.65, 0, 0.35, 1);
}

.top-page .main-visual__image h2 .mask .mask-bg.is-visible {
  left: 100%;
}

.top-page .main-visual__image h2 .mask img {
  position: relative;
  z-index: 0;
  display: block;
}

.main-visual__image > h2:nth-child(1) > span {
  font-size: 6.6rem;
}
.main-visual__image > h2:nth-child(1) > span > span {
  font-size: 5.4rem;
}

.contact-area {
  background: #f7f7f7;
  padding: 13rem 0;
}

.contact-area > .inner > p {
  font-size: 3rem;
  text-align: center;
  letter-spacing: -2px;
}
.contact-area > .inner > .contact-btn {
  margin-top: 3rem;
}
.contact-area > .inner > .contact-btn a {
  background: #fb9900;
  color: #fff;
  font-size: 3.4rem;
  padding: 2rem 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: fit-content;
  margin: auto;
  border: solid 1px #fb9900;
}

.contact-area > .inner > .contact-btn a .cls-1 {
  fill: #fff;
}

.contact-area > .inner > .contact-btn > a > svg {
  width: 30px;
}

.contact-area > .inner > .contact-btn a:hover {
  background: #fff;
  color: #fb9900;
  border: solid 1px #fb9900;
}

.contact-area > .inner > .contact-btn a:hover .cls-1 {
  fill: #fb9900;
}

.contact-area > .inner > .contact-btn > a > img {
  width: 33px;
}
.contact-area > .inner > .contact-btn > a::after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 8px 0 7px 11px;
}
.contact-area > .inner > .contact-btn > a:hover::after {
  border-color: transparent transparent transparent #fb9900;
}
.contact-btn a .icon-mail-hover {
  display: none;
}
.contact-btn a:hover .icon-mail-normal {
  display: none;
}
.contact-btn a:hover .icon-mail-hover {
  display: inline;
}

.price-area h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
.price-area p {
  font-size: 1.6rem;
  margin-left: 2rem;
}

.bnr-area {
  background: #ff7075;
  padding: 13rem 0;
}

/* トップページ */
.top-catch-area {
  background: url(../images/top/main-bg.webp) no-repeat bottom center;
  background-size: cover;
  padding: 13rem 0 30rem;
  margin: 0;
}

.top-catch-area__inner {
  width: 57%;
  margin: auto;
}

.top-catch-area__inner > h2 > img {
  width: 60%;
}

.top-catch-area__inner > h2 {
  margin-bottom: 4rem;
}

.catch-content {
  margin-left: 5rem;
}

.catch-content > img:nth-child(1) {
  margin-bottom: 3rem;
}

.catch-content > p:nth-child(2) {
  /* color: #7a7573; */
  color: #464646;
  font-size: 2rem;
  line-height: 2.5;
}

.top-catch-area .pdf-btn {
  width: 300px;
  margin-left: auto;
  margin-right: 11rem;
}


.other-page .main-visual__image {
  position: relative;
  width: 85%;
  margin: auto;
  min-height: 250px;
  display: flex;
  align-items: center;

}
.other-page .main-visual__image h2 img {
  width: 280px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

.other-page.main-visual {
  background: #cbfdfc;
  padding: 5rem 0;
  margin: 9rem 0 18rem;

}



.other-page .main-visual__image > p {
  font-size: 2rem;
  line-height: 2.5;
  font-weight: bold;

}
@media screen and (min-width: 768px) and (max-width: 1000px) {
.other-page .main-visual__image > p{
width: 58%;
font-size: 1.75vw;
}
.other-page .main-visual__image img {
  width: 34%;


}
}
.main-ttl-area  h2{
  width: 450px;
  margin: 0 auto 5rem;
  text-align: center;
}


/*

企業理念

*/

.company-page .main-ttl-area h2{
  margin: 0 auto 5rem;
}
.company-page section{
  margin: 15rem 0;
}

.company-page {
  background: url(../images/company/bg.webp) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 10rem;
}

.philosoph-area p {
  font-size: 2.6rem;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  color: #544e4d;
}



.philosoph-area p {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  color: #544e4d;
}

.greeting-content__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
}

/* 要素 | https://demo.moe-joule.me/mikaduki/company */

.greeting-content__text > p {
  font-size: 1.8rem;
}

/* 要素 | https://demo.moe-joule.me/mikaduki/company */

.greeting-content_history_title {
  font-size: 1.8rem;
  margin-bottom: 3px;
}
.greeting-content_history_content {
  font-size: 1.4rem;
}

.greeting-content_history {
  margin-top: 3rem;
}

.greeting-content__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
}

.greeting-content__text {
  font-size: 1.9rem;
}

.greeting-content_history_title {
  font-size: 1.8rem;
  margin-bottom: 3px;
}

.greeting-content_history_content {
  font-size: 1.4rem;
}

.greeting-content_history {
  margin-top: 3rem;
}

.content-table dl {
  display: grid;
  grid-template-columns: 1fr 3.4fr;
  padding-bottom: 1rem;
  border-bottom: solid 1px;
  margin-bottom: 1rem;
}

.content-table dl > dt {
  font-size: 1.9rem;
  padding-left: 2rem;
}

.content-table dl > dd {
  font-size: 1.9rem;
}



.content-table {
  max-width: 990px;
  margin: auto;
}

.office-content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 8rem;
}

.office-content > div:nth-child(2) {
  margin-top: 3rem;
}
.business-area .main-ttl-area h2{
  margin: 0 auto 8rem;
}

.business-page {
  background: url(../images/business/bg.webp) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 10rem;
}



.business-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
}

.business-content_img > img + img {
  margin-top: 7rem;
}
.business-content_text > dl + dl {
  margin-top: 5rem;
}

.business-content_text > dl > dt {
  font-size: 3rem;
  letter-spacing: 8px;
  margin-bottom: 1rem;
  font-weight: bold;
}

.business-content_text > dl > dd {
  font-size: 1.8rem;
}

.business-content_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/*

利用案内

*/



.care_manager-area ,
.service-area{
  margin: 15rem 0;
}


.guidance-page{
  background: url(../images/guidance/bg.webp) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 10rem;
}

.guidance-area

.guidance-content {
  max-width: 990px;
  margin: auto;
}


 .service-area .main-ttl-area h2,
 .guidance-area .main-ttl-area h2 {
  margin: 0 auto 5rem;
  font-weight: bold;
}


.care_manager-content {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 4rem;
}
.care_manager-content__text .title {
  font-size: 3rem;
  margin-bottom: 3rem;
}

.care_manager-content__text .text {
  font-size: 2rem;
  line-height: 2;
}


.service-area  .main-ttl-area  h2 {
  font-size: 3.8rem;
}


.service-content > dl + dl {
  margin-top: 7rem;
}


.service-content > dl > dt {
  font-size: 3rem;
  font-weight: bold;
}
.service-content > dl > dd {
  font-size: 1.9rem;
    margin-top: 1rem;
  } 


/*

アクセス

*/


.access-content{
  max-width: 900px;
  margin: auto;
}

.access-content iframe {
  width: 100%;
  height: 450px;
}


.access-content_map {
  margin-top: 1rem;
  margin-bottom: 10rem;

}

.access-content p {
  font-size: 1.8rem;
  text-align: center;

  margin-top: 1rem;
}


/*
採用情報
*/

.recruit-page.other-page .main-visual__image{
  width: 100%;
}


.recruit-page.other-page .main-visual__image h2 img {
  right: 11%;
}


.recruit-page .main-visual__image > p > img:nth-child(1) {
  width: 500px;
  display: block;
  margin-left: -1rem;
  position: absolute;
  top: -5rem;
  transform: translateY(-50%);
}


/* style.css | https://demo.moe-joule.me/mikaduki/aseets/css/style.css?v=1774391030 */

.recruit-page.other-page.main-visual {
  /* background: #cbfdfc; */
  background: #e1e8e5;
}

.recruit-table dl {
  display: grid;
  grid-template-columns: 1fr 4fr;
  padding-bottom: 1rem;
  border-bottom: solid 1px;
  margin-bottom: 1rem;
}

.recruit-table dl > dt {
  font-size: 2rem;
  padding-left: 2rem;
}

.recruit-table dl > dd {
  font-size: 2rem;
}


.recruit-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}


.recruit-content__text > dl > dt {
  font-size: 3rem;
  font-weight: bold;
}

.recruit-content__text > dl > dt::before{
  content: "";
  display: inline-block;
  margin-right: 1rem;
  width: 13px;
  height: 13px;
  background: #338b7d;
  top: -9%;
  position: relative;
}


.recruit-content__text > img {
  margin-bottom: 2rem;
  margin-left: -1rem;
}

.recruit-content__text > dl > dd {
  font-size: 1.8rem;
}


.recruit-content__text > dl {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px;
}

.recruit-content__text > dl + dl {
  margin-top: 3rem;
}




img.recruit-text01 {
  width: 80%;
  margin: auto;
  display: block;
  margin-top: 8rem;
}



img.recruit-text02 {
  width: 70%;
  margin: auto;
  margin-top: auto;
  display: block;
  margin-top: 8rem;
}
