@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Zen Maru Gothic */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl03 {
  text-align: center;
  padding: 10px 14px;
}

.com-btn01 {
  width: 300px;
  height: 60px;
}
.com-btn01::after {
  right: 20px;
}

.com-mail {
  width: 40px;
  height: 40px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-svg {
  width: 200px;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #efb340;
}
.com-table01 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-top: 2px dotted #cab89a;
}

.com-table02 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #efb340;
}
.com-table02 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
}
.com-table02 td {
  display: block;
  padding: 15px 10px;
  border-bottom: none;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .inner {
  padding: 50px 0;
}
#top-about .container {
  width: 100%;
}
#top-about .ttl {
  text-align: center;
}
#top-about .img {
  position: relative;
  width: 95vw;
  margin-top: 25px;
  top: unset;
  left: unset;
}
#top-about .img-deco {
  width: 53.3vw;
  right: -10px;
  bottom: -30px;
}
#top-about .txt {
  padding: 0 15px;
}

/* =========================================
    top  sp
    section-bg
========================================= */
.section-bg {
  background: url(/img/top/greeting-top.png) no-repeat center -15px/250%, url(/img/top/section-bg.jpg) no-repeat center top/cover;
}

/* =========================================
    top  sp
    top-greeting
========================================= */
#top-greeting .bg {
  overflow: unset;
}
#top-greeting .inner {
  padding: 100px 15px 50px;
}
#top-greeting .inner::after {
  width: 154px;
  height: 158px;
  top: -60px;
  right: 20px;
}
#top-greeting .container {
  width: 100%;
}
#top-greeting .ttl {
  text-align: center;
}
#top-greeting .img {
  position: relative;
  width: 120px;
  margin: 25px auto 0;
  right: unset;
  bottom: unset;
}
#top-greeting .img::before {
  width: 201px;
  height: 217px;
  left: -25px;
  bottom: -20px;
}
#top-greeting .txt {
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-attempt
========================================= */
#top-attempt .inner {
  padding: 50px 0;
}
#top-attempt .list {
  display: block;
  width: 345px;
  margin: 70px auto 0;
}
#top-attempt .list::before {
  left: 5px;
}
#top-attempt .list-item {
  margin: 0 auto;
}
#top-attempt .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-cafe
========================================= */
#top-cafe .bg {
  background: url(/img/top/cafe-top.png) no-repeat center -15px/250%, url(/img/top/cafe-btm.png) no-repeat center calc(100% + 15px)/250%, url(/img/all/pt01.jpg) left top;
}
#top-cafe .inner {
  padding: 100px 0;
}
#top-cafe .container {
  height: unset;
  background: url(/img/top/cafe-box.png) no-repeat center/cover;
}
#top-cafe .container::before {
  width: 67px;
  height: 45px;
  top: 255px;
  right: 15px;
}
@media screen and (min-width: 450px) {
  #top-cafe .container::before {
    top: 215px;
  }
}
#top-cafe .container::after {
  width: 140px;
  height: 140px;
  right: -15px;
  bottom: -70px;
}
#top-cafe .container-inner {
  padding: 75px 15px;
}
#top-cafe .container-inner::before {
  width: 131px;
  height: 135px;
  bottom: -60px;
  left: 10px;
}
#top-cafe .container-inner::after {
  width: 125px;
  height: 135px;
  top: -52px;
  right: 10px;
}
#top-cafe .img {
  width: 130px;
  top: -85px;
  left: -5px;
}
#top-cafe .txt {
  text-align: left;
}
#top-cafe .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-company
========================================= */
#top-company .container {
  width: 100%;
  min-height: unset;
}
#top-company .ttl {
  text-align: center;
}
#top-company .map {
  position: unset;
  width: 100%;
  height: 250px;
  margin-top: 25px;
}
#top-company .map iframe {
  border-radius: 15px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg {
  background: url(/img/top/news-top.png) no-repeat center -15px/250%, #fff6eb;
}
#top-news .inner::before {
  width: 106px;
  height: 122px;
  top: -20px;
  left: 5px;
}
#top-news .inner::after {
  width: 107px;
  height: 57px;
  top: 12px;
  right: 5px;
}
#top-news .container {
  position: relative;
  display: block;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-link {
  padding: 23px 15px 20px;
  color: #5d4528;
  background-color: #fff;
  border-radius: 25px;
}
#top-news .list-top {
  display: block;
}
#top-news .list-ttl {
  margin-top: 5px;
}
#top-news .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .inner {
  padding: 80px 15px;
}
#top-contact .inner::before {
  width: 86px;
  height: 205px;
}
#top-contact .inner::after {
  width: 203px;
  height: 100px;
  bottom: unset;
  top: 10px;
}
#top-contact .container {
  padding: 35px 10px 50px;
  border: 2px solid #fff;
  border-radius: 25px;
}
#top-contact .txt {
  text-align: left;
}
#top-contact .wrap {
  display: block;
  width: 100%;
  height: 130px;
  margin: 25px 10px 0 auto;
  padding: 15px;
  border-radius: 20px;
}
#top-contact .mail {
  margin: 15px auto 0;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-work
========================================= */
#sub-thought .inner,
#sub-nursing .inner,
#sub-group .inner {
  padding: 50px 0 75px;
}
#sub-thought .inner::before,
#sub-nursing .inner::before,
#sub-group .inner::before {
  width: 40px;
  height: 48px;
  top: 100px;
  right: 10px;
}
#sub-thought .container,
#sub-nursing .container,
#sub-group .container {
  width: 100%;
}
#sub-thought .img,
#sub-nursing .img,
#sub-group .img {
  position: unset;
  width: 100%;
  margin-top: 25px;
}
#sub-thought .list,
#sub-nursing .list,
#sub-group .list {
  padding: 55px 20px;
  background: url(/img/work/thought-box.png) no-repeat center top/165%, url(/img/work/thought-box.png) no-repeat center bottom/165%;
}
#sub-thought .list::before,
#sub-nursing .list::before,
#sub-group .list::before {
  width: 61px;
  height: 146px;
  left: 5px;
  bottom: -75px;
}
#sub-thought .list::after,
#sub-nursing .list::after,
#sub-group .list::after {
  width: 152px;
  height: 69px;
  top: -32px;
  right: 11px;
}
#sub-thought .list-item,
#sub-nursing .list-item,
#sub-group .list-item {
  background: url(/img/all/check-ico.png) no-repeat left 13px;
}

.work-bg::before {
  width: 80px;
  height: 105px;
  top: -65px;
  left: calc(50% + 85px);
}

#sub-attempt .list,
#sub-service .list,
#sub-feature .list {
  margin-top: 35px;
}
#sub-attempt .list-item:nth-of-type(n + 2),
#sub-service .list-item:nth-of-type(n + 2),
#sub-feature .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-attempt .list-wrap,
#sub-service .list-wrap,
#sub-feature .list-wrap {
  width: 100%;
  margin-top: 25px;
}
#sub-attempt .list-img,
#sub-service .list-img,
#sub-feature .list-img {
  position: unset;
  width: 100%;
}
#sub-attempt .list-txt,
#sub-service .list-txt,
#sub-feature .list-txt {
  margin-top: 20px;
}

#sub-support .inner {
  padding: 50px 0;
}
#sub-support .container {
  padding: 50px 10px;
  border: 2px solid #fff;
  border-radius: 20px;
}
#sub-support .container::after {
  width: 114px;
  height: 118px;
  top: -65px;
  right: 15px;
}
#sub-support .list {
  margin: 35px auto 0;
}
#sub-support .list-item {
  padding: 25px 15px;
}
#sub-support .list-ttl {
  padding-left: 25px;
  background: url(/img/work/work-arw.png) no-repeat left 10px/20px;
}

#sub-flow .inner::before {
  width: 127px;
  height: 65px;
  left: 10px;
  top: -25px;
}
#sub-flow .list {
  display: block;
}
#sub-flow .list-item {
  width: 320px;
  margin: 0 auto;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin: 50px auto 0;
  position: relative;
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  transform: rotate(90deg) translateX(50%);
  left: 47.5%;
  top: -40px;
}

#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-q {
  width: 35px;
  height: 35px;
  line-height: 33px;
  padding-left: 2px;
}
#sub-question .list-btm {
  margin-top: 15px;
  padding: 20px 15px;
}
#sub-question .list-a {
  padding-left: 2px;
}

/* =========================================
    sub  SP
    sub-nursing
========================================= */
.nursing-bg::before {
  width: 67px;
  height: 110px;
  top: -63px;
  left: calc(50% + 100px);
}

#sub-voice .inner::before {
  width: 127px;
  height: 70px;
  top: -30px;
  left: 10px;
}
#sub-voice .list {
  margin-top: 35px;
}
#sub-voice .list-item {
  display: block;
  padding: 25px 15px;
}
#sub-voice .list-img {
  display: block;
  margin: 0 auto;
}
#sub-voice .list-wrap {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-group
========================================= */
#sub-group .list {
  background: url(/img/work/thought-box.png) no-repeat center top/170%, url(/img/work/thought-box.png) no-repeat center bottom/170%;
}

#sub-worries .inner {
  padding: 50px 0;
}
#sub-worries .wrap {
  margin: 35px auto 0;
  padding: 35px 15px 90px;
  background: url(/img/group/worries-wrap.png) no-repeat center/cover;
}
#sub-worries .wrap::before {
  width: 57px;
  height: 52px;
  top: -10px;
  left: 5px;
}
#sub-worries .wrap::after {
  width: 88px;
  height: 116px;
  bottom: 0;
  right: 5px;
}
#sub-worries .wrap-box:first-of-type {
  width: 320px;
  height: 100px;
}
#sub-worries .wrap-box:nth-of-type(2) {
  width: 280px;
  height: 100px;
  margin-left: unset;
}
#sub-worries .wrap-box:nth-of-type(3) {
  width: 280px;
  height: 100px;
  margin-top: unset;
}
#sub-worries .wrap-box:nth-of-type(4) {
  width: 320px;
  height: 95px;
  margin-top: unset;
  margin-left: unset;
}
#sub-worries .wrap-box:nth-of-type(n + 2) {
  margin-top: 15px;
}
#sub-worries .wrap-img {
  width: 165px;
  transform: unset;
  left: 10px;
  bottom: 0;
}
#sub-worries .box {
  margin-top: 75px;
}
#sub-worries .box-sub-ttl {
  width: 320px;
  padding: 5px;
  border-radius: 40px;
}
#sub-worries .list {
  margin: 35px auto 0;
}

#sub-fee .inner::before {
  width: 127px;
  height: 65px;
  left: 10px;
  top: -25px;
}
#sub-fee .note {
  margin-top: 35px;
}
#sub-fee .list {
  padding: 3px 20px;
}
#sub-fee .list-item {
  gap: 20px;
  padding: 15px 0;
}

#sub-facility .inner::before {
  width: 158px;
  height: 75px;
  top: -35px;
  row-gap: 10px;
}
#sub-facility .map {
  height: 250px;
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-cafe
========================================= */
#sub-cafe .inner {
  padding: 50px 0;
}
#sub-cafe .inner::after {
  width: 133px;
  height: 139px;
  bottom: 15px;
  right: 10px;
}
#sub-cafe .ttl::before {
  width: 47px;
  height: 45px;
  top: -20px;
  left: calc(50% - 170px);
}
#sub-cafe .ttl::after {
  width: 132px;
  height: 60px;
  right: 5px;
  bottom: -60px;
}
#sub-cafe .wrap {
  padding: 25.7vw 15px 115px;
}
@media screen and (min-width: 400px) {
  #sub-cafe .wrap {
    padding: 34vw 15px 115px;
  }
}
#sub-cafe .wrap::before {
  width: 132px;
  height: 140px;
  left: 10px;
  top: unset;
  bottom: -35px;
}
#sub-cafe .wrap::after {
  width: 77px;
  height: 50px;
  top: 0px;
  right: 5px;
}
#sub-cafe .wrap-img {
  width: 100%;
}
#sub-cafe .wrap-img-deco {
  width: 72px;
  bottom: -43px;
  right: unset;
  left: 5px;
}
#sub-cafe .txt {
  text-align: left;
}

#sub-menu .list {
  justify-content: center;
}
#sub-menu .list-item {
  width: 100%;
  max-width: 340px;
}

#sub-workshop .deco::before {
  width: 86px;
  height: 100px;
  top: -50px;
  left: 5px;
}
#sub-workshop .wrap {
  margin-top: 25px;
}
#sub-workshop .wrap-img {
  position: unset;
  width: 100%;
}
#sub-workshop .wrap-box {
  margin-top: 25px;
}

#sub-access .inner::before {
  width: 147px;
  height: 77px;
  top: -43px;
  right: 26px;
}
#sub-access .list-ttl {
  text-align: left;
  padding: 9px 15px;
}
#sub-access .map {
  height: 250px;
  margin-top: 25px;
}
#sub-access .map iframe {
  border-radius: 10px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
  padding: 5px 0px;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
  padding: 25px;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 25px;
}