@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,500,900&display=swap&subset=japanese");

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


/*
.entry-card-new-ribbon {
	display:none;
}
.entry-card-new-ribbon {
    display: none!important;
}
body.archive div.news-blog-title-bar-fixed > p.news-blog-title-bar-fixed-title--sub {
    display: none;
}
.entry-card-wrap:first-child {
  display:none;
}

#list > article{
	display:none;
}
*/


html {
    scroll-behavior: smooth !important;
}
/* レイアウト
--------------------------------------------- */
@media screen and (max-width: 768px) {
    .l-container--295_78-sp {
        min-width: 295px;
        width: 78%;
        margin-left: auto;
        margin-right: auto;
    }
    .l-container--295_89-sp {
        min-width: 295px;
        width: 89%;
        margin-left: auto;
        margin-right: auto;
    }
    .l-container--295_95-sp {
        min-width: 295px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}

.l-container--1080-pc {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.l-container--1200-pc {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.l-container--1440-pc {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

/* ユーティリティー
--------------------------------------------- */
/* text-align */
.u-text-left {
	text-align: left;
}
.u-text-center {
	text-align: center;
}
.u-text-right {
	text-align: right;
}

/* text-color */
.u-text-color-white {
    color: #fff;
}

/* margin */
.u-mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.u-ml-auto {
    margin-left: auto;
}
.u-mr-auto {
    margin-right: auto;
}

/* position */
.u-position-relative {
    position: relative;
}


.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: initial !important;
  }
}
.tolink {
  display: none;
}
a:hover {
    opacity: .75;
}
body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow-x: hidden;
}
body.public-page {
  background-color: #fff;
}
body.home {
  min-width: 1200px;
}
body.home #main.main {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
}

/* 共通リストスタイルリセット */
ul {
  list-style: none;
  padding-left: 0;
}

/* recaptchaのバッジ非表示 */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* "エントリーカード" での NEW ラベル */
.entry-card-new-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    background: linear-gradient( 66deg, #f8b500, #f8b862);
    color: #fff;
    font-weight: 900;
}

/* ページネーション周り(投稿ページ/アーカイブ) */
div.pagination-next {
  display: none;
}

/* 主にフロントページ用ボタンレイアウト */
.more-btn1 {
  padding: 10px 70px;
  display: inline-block;
  border: 1px solid #000;
  margin: 0 auto;
}

.con-inner a {
  text-decoration: none;
  color: #000;
}

.front-sp-only {
  display: none;
}

.more-btn1:hover {
  background: #f7838a;
  color: #fff;
  border: 1px solid #fff;
}

/* 投稿だけはタイトルを表示させる */
.single:not(.single-post) .entry-title {
    display: none;
}
.single-post h1:not(.entry-title) {
    /* 仮で非表示設定にしておく */
    display: none !important;
}
.single-post h1.entry-title {
    text-align: center !important;
}
.single-post h1.entry-title::after {
    margin-right: auto !important;
    margin-left: auto !important;
    background-color: #c85b52 !important;
}

.single .article {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  margin-top: 80px;
  padding: 5%;
  max-width: 1000px;
}

.date-tags {
  display: none;
  margin-bottom: 0;
}

video {
  max-width: none;
}

/* 投稿ページ下部SNSボタン */
footer div.sns-share {
  border: 1px solid #ddd;
}
footer div.sns-share > div.sns-share-message {
  font-size: 13px;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -8px;
  font-weight: 100;
  background: #fff;
}
footer div.sns-share > div.sns-share-buttons {
  padding: 2%;
}
footer div.sns-share > div.sns-share-buttons > a {
  border-radius: 0;
}

/* SNSシェアボタン h1直下 */
header .sns-share {
    max-width: 768px;
    margin: 0 auto;
    padding-bottom: 1rem;
}
header .sns-share .sns-share-buttons {
    justify-content: flex-end;
}
header .sns-share .sns-share-buttons .share-button {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-left: 10px;
}
header .sns-share .sns-share-buttons .share-button .button-caption {
    display: none;
}
/* 768px以下 */
@media screen and (max-width: 768px) {
    header .sns-share {
        max-width: 95vw;
    }
    header .sns-share .sns-share-buttons .share-button {
        margin-left: 1.5vw;
    }
}
  



/* body.home nav {
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0px;
}
body:not(.front-top-page) nav {
  top: 0;
}*/
body:not(.front-top-page) .header .header-in {
  min-height: 0vh;
}

body.home .fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
nav#fixedBox {
  height: 140px;
  border-bottom: 1px solid #ddd;
}

#fixedBox ul.menu-header {
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
}
#fixedBox ul.menu-header > li {
  width: auto;
  height: 70px;
  padding-top: 5px;
  font-weight: 500;
  position: static;
}
#fixedBox ul.menu-header > li > a {
  letter-spacing: -0.5px;
  width: 100%;
  height: 100%;
}
#fixedBox ul.menu-header > li > a .caption-wrap,
#fixedBox ul.menu-header > li > a .item-label {
  width: 100%;
  height: 100%;
}
/* ロゴ部 */
#fixedBox ul.menu-header > li:nth-child(1) {
  max-width: 50%;
  height: 70px;
  text-align: left;
}
#fixedBox ul.menu-header > li:nth-child(1) img {
  height: 100%;
  max-width: 300px;
  object-fit: contain;
}
#fixedBox ul.menu-header > li:nth-child(2) {
  width: 20%;
  height: 70px;
  min-width: 235px;
  max-width: 300px;
  background-color: #f7e2e3;
  text-align: center;
  border-radius: 500px;
  font-weight: 600;
  margin: 0 1% 0 auto;
  padding: 10px;
  height: 55px;
  line-height: calc((55px - 20px) / 2);
  position: relative;
}
#fixedBox ul.menu-header > li:nth-child(2)::before,
#fixedBox ul.menu-header > li:nth-child(2):hover::before {
  content: "";
  position: absolute;
  top: calc((55px - 27.5px) / 2);
  left: 20px;
  width: 27.5px;
  height: 27.5px;
  background-image: url(/wp-content/uploads/2020/09/smartphone.png);
  background-size: cover;
}
#fixedBox ul.menu-header > li:nth-child(2),
#fixedBox ul.menu-header > li:nth-child(3) {
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
#fixedBox ul.menu-header > li:nth-child(2):hover,
#fixedBox ul.menu-header > li:nth-child(3):hover {
  border-bottom: 0 !important;
  opacity: 0.8;
}
#fixedBox ul.menu-header > li:nth-child(2) > a:hover,
#fixedBox ul.menu-header > li:nth-child(3) > a:hover {
  background-color: transparent;
}
#fixedBox ul.menu-header > li:nth-child(3) {
  width: 20%;
  height: 70px;
  min-width: 225px;
  max-width: 300px;
  background: #ff8b7e;
  text-align: center;
  border-radius: 500px;
  font-weight: 600;
  margin: 0 0 0 1%;
  padding: 10px;
  height: 55px;
  line-height: calc((55px - 20px) / 2);
  position: relative;
  border-bottom: 2.5px #f7e2e3 solid;
  color: #fff;
}
#fixedBox ul.menu-header > li:nth-child(3)::after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  top: calc((55px - 20px) / 2);
  right: 20px;
  color: #fff;
}
#fixedBox ul.menu-header > li:nth-child(3) > a {
  color: #fff;
}
#fixedBox ul.menu-header > li:nth-child(4) {
  /* サイズ調整用 */
  width: 100vw;
  height: 0;
  margin: 0;
  padding: 0;
}
#fixedBox ul.menu-header > li:nth-child(4) * {
  visibility: hidden !important;
}
#fixedBox ul.menu-header > li:nth-child(n + 5) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#fixedBox ul.menu-header > li:nth-child(n + 5) .has-icon {
  right: -17.5px;
}

/*1030px以下*/
@media screen and (max-width: 900px) {
  #fixedBox ul.menu-header > li > a {
    font-size: 0.8em;
  }
}

#fixedBox ul.menu-header > li > ul.sub-menu {
  width: 100%;
  left: 0;
  background: #ff8b7e;
}
#fixedBox ul.menu-header > li > a:hover {
  background: #fff;
}
/* ホバー時サブメニュない場合下線エフェクト */
#fixedBox ul.menu-header > li:not(.menu-item-has-children):hover {
  border-bottom: 4px solid #ff8b7e;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
/* ロゴ部 */
#fixedBox ul.menu-header > li:first-child:hover {
  border: none;
}
/* 採用バナー目立つ場所 */
#fixedBox ul.menu-header > li:last-child:hover {
  border: none;
}
#fixedBox div.recruit-front-banner {
  position: absolute;
  top: -150px;
  right: 30px;
}
#fixedBox div.recruit-front-banner > img {
  width: 460px;
}

/* ホバー時サブメニューある場合 */
#fixedBox ul.menu-header > li:hover {
  position: relative;
}
#fixedBox ul.menu-header > li:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  display: block;
}
#fixedBox ul.menu-header > li > ul.sub-menu {
  /* 非hover */
  opacity: 0;
  transition-duration: 0.15s;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
}
#fixedBox ul.menu-header > li:hover > ul.sub-menu {
  /* hover */
  opacity: 1;
  visibility: visible;
}
#fixedBox ul.menu-header > li:hover > ul.sub-menu::after {
  content: "";
  display: block;
  width: 100vw;
  height: 50px;
  background-color: transparent;
  position: absolute;
  bottom: -50px;
}
#fixedBox ul.menu-header > li > ul.sub-menu > li {
  height: 80px;
  line-height: 80px;
}
#fixedBox ul.menu-header > li > ul.sub-menu a {
  color: white;
  padding: 0 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
#fixedBox ul.menu-header > li > ul.sub-menu a:hover {
  background-color: #ffffff44;
}

/* フロントその他 */
div.front-con-inner {
  margin-bottom: 15vh;
  text-align: left;
}
div.front-con-inner > div {
  text-align: center;
}

/*アピールエリア-トップエリアリンク */
.appeal-content {
  max-width: 800px;
  position: fixed;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -56%);
  top: 150px;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  padding: 0;
  width: 100%;
}
.top-area-link a {
  text-decoration: none;
  color: #fff;
  margin: 0 30px;
  padding-bottom: 10px;
  font-weight: nomal;
  font-size: 17px;
}
.top-area-link a:hover {
  border-bottom: 4px solid #a90009;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.site-name-text {
  font-size: 32px;
}
.logo-text {
  padding: 25px 0 0px;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 5px;
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, 0%);
}
.tagline {
  margin: -6px 0;
  font-size: 15px;
  letter-spacing: 2px;
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, 300%);
}
.header .header-in {
  min-height: 100vh;
}
.header-in {
  display: block;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.wrap {
  width: 100%;
}

.contact-caution {
  text-align: left;
  width: 60%;
  margin: 0 20%;
}

::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}

.contact-wrap {
  width: 60%;
  margin: 0 20%;
}

input[type="submit"] {
  padding: 11px;
  width: 50%;
  margin: 5vh 25% 0 25%;
  font-size: 18px;
  letter-spacing: 3px;
  border-radius: 7px;
  border: none;
  background: #7b7b7b;
  color: #fff;
}

.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text {
  font-size: 23px;
  letter-spacing: 4px;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.content {
  margin-top: 0px;
}

.kyo-wrap {
  padding: 15vh 0;
  position: relative;
}
.kyo-wrap img {
  width: 80%;
}
.kyo-wrap img:hover {
  opacity: 0.7;
}

.kyo-text {
  position: absolute;
  left: 41%;
  top: 45%;
  font-size: 30px;
  letter-spacing: 18px;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #484848;
}

.kyo-a {
  text-decoration: none;
}

#footer {
  position: relative;
  z-index: 12;
  background-color: #f7e2e3;
  color: #ff9d9e;
  text-shadow: 1px 1px 1px #999;
}
.copyright {
  margin-top: 0px;
  font-weight: 900;
  color: #999;
  text-shadow: none;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ft-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-around;
  line-height: 30px;
  width: 1080px;
  margin: 40px auto 0 auto;
}
.ft-menu-wrap__top {
  text-align: left;
}
.ft-menu-wrap__bottom {
  margin: 0 auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ft-menu-wrap__bottom > div {
  text-align: center;
}
.ft-menu-wrap::not(.ft-menu-wrap__bottom) > div {
  width: 16.6667%;
  text-align: left;
}
.ft-menu-wrap a {
  color: rgba(255, 255, 255, 0.93);
}
.ft-menu-wrap a:hover {
  text-decoration: underline;
}
/* 非リスト及びリストの一番先頭のみ太字 */
.ft-menu-wrap__top > div > div > a:first-child {
  font-size: 13.5px;
  font-weight: 800;
  display: block;
  margin-bottom: 0.9rem;
  letter-spacing: 0.05rem;
  line-height: 1.25;
}
.ft-menu-wrap__top > div > div > ul > li:nth-child(2) {
  margin-top: -30px;
}
.ft-menu-wrap__bottom .search-box {
  margin: 2rem 0 1rem;
}
.ft-menu-wrap__bottom > div.sns-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 45px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ft-menu-wrap__bottom > div.sns-buttons a {
  background-color: #aaa;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  font-size: 25px;
  color: #fff;
}

.ft-bf01 {
  display: inline-block;
  width: 40%;
  font-size: 20px;
  padding: 30px 20px;
  background: #ff91c0;
  margin-top: 30px;
  color: #fff;
}
.ft-bf01:hover {
  background: #ffd4e6;
}

.ft-bf02 {
  display: inline-block;
  width: 40%;
  font-size: 20px;
  padding: 30px 20px;
  background: #8384f3;
  margin-top: 30px;
  color: #fff;
}
.ft-bf02:hover {
  background: #bcbdff;
}

.footer-bottom {
  margin-top: 0px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 12.5px;
}

.content-bottom {
  text-align: center;
  background: #f7e2e3;
  padding: 2rem 0 0 0;
  margin: 3rem auto 0 auto;
  z-index: 1;
  position: relative;
}

.widget {
  margin-bottom: 0px;
}

.content-bottom a {
  text-decoration: none;
  color: #666;
}
.content-bottom h2 {
  font-size: 25px;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
}
.footer {
  margin-top: 0px;
}
div.footer-center {
  font-size: 30px;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
    div.footer-center {
        height: .1px !important;
    }
    div.footer-center #custom_html-10 {
        display: none !important;
    }
}

.con-title2::before {
  content: "";
  position: absolute;
  top: -29px !important;
  left: 50%;
  width: 260px !important;
  height: 151px !important;
  border-radius: 50%;
  border: 5px solid #ffcce1;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ニュース&ブログページ */
article.article.type-post div.entry-content {
  margin: 0;
}

div.ect-vertical-card > a.a-wrap {
  width: 38%;
}
div.ect-vertical-card > a.a-wrap:hover {
    opacity: .7;
}
div.ect-vertical-card > a.a-wrap h2 {
  margin: 3% 3% 3% 0;
  font-size: 24px;
}
div.ect-vertical-card > a.a-wrap div.entry-card-content {
  padding-bottom: 2em;
}

div.ect-vertical-card > a.a-wrap div.entry-card-content div.entry-card-snippet {
  max-height: 100%;
  font-size: 1rem;
  color: #666;
}
div.ect-vertical-card > a.a-wrap div.entry-card-meta {
  font-size: 1.2rem;
}
/* ウィジェットでのニュース&ブログページタイトル調整 */
div.news-blog-title-bar-fixed {
  position: relative;
  height: 275px;
}
div.news-blog-title-bar-fixed > h1.news-blog-title-bar-fixed-title,
body.archive div.news-blog-title-bar-fixed > p.news-blog-title-bar-fixed-title--sub {
  margin: 30px 0;
  padding: 140px 0px;
  background: none;
  color: #d5a23c;
  font-size: 45px;
  letter-spacing: 8px;
  text-align: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 99vw;
  left: 50%;
  top: -60px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* ウィジェット用カスタムHTML文字を表示しないように(文字色を白く) */
.main-widget-label {
  color: #fff;
}

/* -------------------------------------- */
/* bodyにblogクラスが付いているものに適用 */
/* -------------------------------------- */
/* サムネイル上重複表示しているカテゴリラベル削除 */
body.blog span.cat-label {
  visibility: hidden;
}

body.blog div.ect-vertical-card > a.a-wrap .entry-card-title {
  font-size: 16px;
  font-weight: 800;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

body.blog
  div.ect-vertical-card
  > a.a-wrap
  div.entry-card-content
  div.entry-card-snippet {
  font-size: 13.5px;
  line-height: 25px;
  color: #666;
}

/* ビデオコンテナ辺りを消す */
body.blog nav {
  top: 0;
}
body.blog .video-container {
  display: none;
}
body.blog .header .header-in {
  display: none;
}
body.blog .content .main {
  width: 100%;
  padding: 0px;
  background: #fff;
  margin: 20px auto;
}
body.blog main#main {
  margin-top: 45px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
body.blog span.cat-label {
  color: #333;
}
body.blog div.list a {
  width: 22.5%;
}


/* ニュース&ブログ 操作タブ部 */
div.front-blog-cards-tab-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 50px;
  border-bottom: 1px solid #999;
  position: relative;
}
div.front-blog-cards-tab-index div.front-blog-cards-tab-inner {
  width: 16.6% !important;
  border: 1px solid #999;
  position: relative;
  bottom: -1px;
  cursor: pointer;
}
div.front-blog-cards-tab-index div.front-blog-cards-tab-inner > p {
  text-align: center;
}
div.front-blog-cards-tab-index div.front-blog-cards-tab-inner > p > a {
  text-decoration: none;
  color: #333;
}

/* 問い合わせ */
div.contact-wrap-pre {
  background: #fff;
  padding: 5% 2%;
  font-size: 20px;
  text-align: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
div.contact-wrap-pre > img {
  width: 25px;
  line-height: 30px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
div.contact-wrap {
  text-align: left;
  max-width: 700px;
  padding: 5% 2%;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
}
div.contact-wrap > img {
  width: 25px;
  line-height: 30px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
div.contact-caution {
  text-align: left;
  width: 96%;
  margin: 0 2%;
}

/* 一般/利用者/職員 */
.page-id-492 .meassage-to-ordinary,
.page-id-8336 .meassage-to-staff,
.page-id-8322 .meassage-to-user {
  padding: 15px;
}
.page-id-492 .entry-content,
.page-id-8336 .entry-content,
.page-id-8322 .entry-content {
  width: 700px;
  margin: 30px auto !important;
}

/*問い合わせここまで*/

.enkaku {
  padding: 0px 20px 0 60px;
}

/* 事業・サービス */
div.services-wrapper > div.table-of-contents {
  width: 95%;
  margin: 0 auto;
}
div.services-wrapper > div.table-of-contents > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  margin: 0;
  height: 100px;
}
div.services-wrapper > div.table-of-contents > ul > li {
  padding: 15px 20px;
  margin: 20px 0;
}
div.services-wrapper > div.table-of-contents > ul > li > a {
  color: #000;
}
div.services-wrapper > div.home-imp-nursing {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  margin-top: 80px;
  padding: 5%;
  max-width: 1000px;
}
div.services-wrapper > div.home-imp-nursing > div:first-child > h1 {
  background: #f7838a;
  font-family: sans-serif;
  padding: 1.5% 0;
  color: #fff;
  position: relative;
  left: -10%;
  width: 65%;
  font-size: 32px;
}
div.services-wrapper > div.home-imp-nursing > div:first-child > p {
  width: 700px;
  margin: 0 auto;
}
div.services-wrapper > div.home-imp-nursing > div:nth-child(2) {
  width: 700px;
  margin: 0 auto;
}
div.services-wrapper > div.home-imp-nursing > div:nth-child(2) > h3 {
  padding-left: 0;
  color: #f7838a;
  font-size: 26px;
}
div.services-wrapper > div.home-imp-nursing > div:nth-child(3) {
  width: 700px;
  margin: 0 auto;
}
div.services-wrapper > div.home-imp-nursing > div:nth-child(3) > h3 {
  padding-left: 0;
  color: #f7838a;
  font-size: 26px;
}

div.services-wrapper > div.char-tsuchiya {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  margin-top: 80px;
  padding: 5%;
  max-width: 1000px;
}
div.services-wrapper > div.char-tsuchiya > h1 {
  padding: 1.5% 0;
  background: #f7838a;
  font-family: sans-serif;
  color: #fff;
  position: relative;
  left: -10%;
  width: 65%;
  font-size: 32px;
}
div.services-wrapper > div.char-tsuchiya > div.char-tsuchiya-explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.services-wrapper > div.char-tsuchiya > div.char-tsuchiya-explain > div {
  width: 480px;
  padding: 2%;
  background: #fff;
}
div.services-wrapper
  > div.char-tsuchiya
  > div.char-tsuchiya-explain
  > div
  > h3 {
  border-radius: 100%;
  width: 220px;
  height: 220px;
  margin: 10% auto 15% auto;
  padding: 15% 2%;
  text-align: center;
  color: #333;
}
div.services-wrapper
  > div.char-tsuchiya
  > div.char-tsuchiya-explain
  > div.ct-one
  > h3 {
  background: #f7838a55;
}
div.services-wrapper
  > div.char-tsuchiya
  > div.char-tsuchiya-explain
  > div.ct-two
  > h3 {
  background: #ffff0022;
}
div.services-wrapper > div.char-tsuchiya > div.char-tsuchiya-explain > div > p {
  font-size: 13.5px;
  margin: 0;
}
div.services-wrapper > div.char-tsuchiya > a {
  text-decoration: none;
  color: #000;
}
div.services-wrapper > div.char-tsuchiya > a > div {
  display: block;
  width: 220px;
  text-align: center;
  margin-top: 100px;
}
div.services-wrapper > div.flow-to-start {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  margin-top: 80px;
  padding: 5%;
  max-width: 1000px;
}
div.services-wrapper > div.flow-to-start > h1 {
  font-family: sans-serif;
  background: #f7838a;
  padding: 1.5% 0;
  color: #fff;
  position: relative;
  left: -10%;
  width: 65%;
  font-size: 32px;
}
div.services-wrapper > div.flow-to-start > div {
  width: 700px;
  margin: 0 auto;
}
div.services-wrapper > div.flow-to-start > div > h3 {
  padding-left: 0;
  color: #f7838a;
  font-size: 26px;
}
div.services-wrapper > div.flow-to-start > div > a {
  text-decoration: none;
  color: #000;
}
div.services-wrapper > div.flow-to-start > div > a > div {
  display: block;
  width: 280px;
  text-align: center;
  margin-top: 60px;
}
div.services-wrapper > div.eg-some {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  margin-top: 80px;
  padding: 5%;
  max-width: 1000px;
}
div.services-wrapper > div.eg-some > div {
  margin-bottom: 8vh;
}
div.services-wrapper > div.eg-some > div > h1 {
  background: #f7838a;
  font-family: sans-serif;
  padding: 1.5% 0;
  color: #fff;
  position: relative;
  left: -10%;
  width: 65%;
  font-size: 32px;
}
div.services-wrapper > div.eg-some > div.case-top {
  width: 65%;
  text-align: left;
  margin-bottom: 15vh;
  margin-right: auto;
  margin-left: auto;
}
div.services-wrapper > div.eg-some > div.case-wrap00 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
div.services-wrapper > div.eg-some > div.case-wrap00 > div.case-wrap01 {
  width: 100%;
  margin: 0;
}
div.services-wrapper
  > div.eg-some
  > div.case-wrap00
  > div.case-wrap01
  > div.case-con01 {
  background: #fdf9e7;
}
div.services-wrapper > div.eg-some > div.case-wrap00 > div.case-wrap02 {
  width: 100%;
  margin: 0;
}
div.services-wrapper > div.eg-some > div.more-btn1 {
  display: block;
  width: 220px;
  text-align: center;
  margin-top: 100px;
}
div.services-wrapper > div.eg-some > div.more-btn1 > a {
  text-decoration: none;
  color: black;
}

/* ------------- */
/* 私達のビジョン */
/* ------------- */
body.page-id-972 h1.entry-title {
  max-width: 1000px;
  margin-right: auto !important;
  margin-left: auto !important;
  width: 95%;
  padding: 0 5% !important;
}
div.our-vision {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  padding: 5%;
  max-width: 1000px;
  letter-spacing: 0.5px;
  font-size: 1.1rem;
}
div.our-vision > div.our-vision-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  padding: 0 10%;
}
div.our-vision > div.our-vision-profile > div.our-vision-profile-picture > img {
  height: 200px;
}
div.our-vision > div.our-vision-profile > div.our-vision-profile-sentence {
  text-align: right;
}

/*事例紹介*/

.case-con03 {
  font-weight: bold;
  border-bottom: 3px solid #ffd800;
  letter-spacing: 20px;
  text-align: center;
  font-size: 17px;
  margin: 0 30% 8px 30%;
}

.case-age {
  font-size: 14px;
  padding-left: 10px;
  color: #959595;
  letter-spacing: 3px;
}

.case-top {
  text-align: center;
  margin-bottom: 15vh;
}

.case-wrap00 {
  background: #fdf9e7;
  padding: 10vh 0;
  width: 80%;
  margin: 5vh 10%;
  border-radius: 15px;
}

.case-wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 10%;
  border: 1px dotted #999;
  color: #302d2d;
  font-size: 18px;
}

.case-con01 {
  width: 30%;
  background: #ffd800;
  text-align: center;
  padding: 20px 0;
}
.case-con02 {
  width: 70%;
  background: #fff;
  padding: 20px 30px;
}
.case-wrap02 {
  width: 80%;
  margin: 0 10%;
  padding: 45px;
  background: #fff;
  border-bottom: 1px dotted #999;
  border-left: 1px dotted #999;
  border-right: 1px dotted #999;
}

.case-con04 {
  text-align: center;
  width: 75%;
  margin: 0 auto 30px auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.case-con04-fir {
  padding: 8px;
  width: 30%;
  background: #fdf9e7;
}
.case-con04-sec {
  padding: 8px;
  width: 70%;
  background: #eeeeee99;
}

/* 土屋の特徴 */
body.page-id-1071 div.home-imp-nursing {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  margin-top: 80px;
  padding: 5%;
  max-width: 1000px;
}

/* プライバシーポリシー */
div.privacy-policy {
  width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
}
div.privacy-policy > span {
  display: block;
  font-weight: 800;
  font-size: 1.2em;
}

/* サービス内容 */
.ser01 {
  text-align: left;
  margin: 8vh 20vw;
  line-height: 32px;
}
.ser02 {
  width: 100%;
  text-align: center;
  margin: 12vh 0;
}
.ser03 {
  text-align: left;
  margin: 5vh 7vw;
  padding: 20px 30px;
  line-height: 32px;
  background: #b1e4ff;
}
.ser03-block {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.ser03-block p {
  margin: 0 0 15px 0;
  padding: 10px 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  color: #ff7500;
  border-bottom: 5px solid #ff7070;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 16px;
}

/*サービスをお探しの方へ*/

.for-top-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.for-top-base a {
  background: #899bff;
  width: 17%;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-left: #98c0da 1px solid;
}
.for-top-base a:hover {
  background: #b5bff6;
}

.for-top-title {
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  font-size: 25px;
  letter-spacing: -1px;
}
.for-top-title:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url(/wp-content/uploads/2019/05/cli.png);
  background-size: contain;
  vertical-align: middle;
}

.for-po-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 25px;
}

.for-po-bcolor1 {
  width: 100%;
  background: #fff;
  padding: 13vh 0;
}
.for-po-bcolor2 {
  width: 100%;
  background: #ffefef;
  padding: 13vh 0;
}

.for-po-wrap2 {
  width: 80%;
  margin: 0 auto;
}

.for-po1 {
  width: 25%;
  padding: 0 10px;
}

.for-po1 img {
  border-radius: 12px;
}

.for-po-cap {
  background: #5ad1ab;
  text-align: center;
  color: #fff;
  border-radius: 22px;
  top: -18px;
  position: relative;
  padding: 6px 0;
  width: 80%;
  margin: 0 auto;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 1px;
}

.for-po-sonota {
  padding: 0 10px;
}
.sonobase {
  padding: 20px 0;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  margin: 15px 0;
}

.for-iryou-1 {
  background: #fff;
  color: #222;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}

.for-iryou-2 {
  text-align: left;
  margin-bottom: 30px;
}

.for-care1 {
  text-align: center;
  margin: 20px 0;
}

.for-no span {
  background: #fff;
  border-radius: 20px;
  padding: 6px 8px;
  color: #ff9000;
  margin-right: 20px;
  font-weight: bold;
  letter-spacing: 0px;
}

.for-no {
  text-align: left;
  display: inline-block;
  width: auto;
  background: #ff9000;
  padding: 4px 35px 5px 6px;
  border-radius: 26px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 7px;
  line-height: 34px;
  font-weight: bold;
}

.for-no-te {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 35px;
}

.case-more-button {
  background: #ec7676;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  border-radius: 7px;
  margin: 30px 35% 0 35%;
  width: 30%;
}
.quest-wrap-all {
  border: 1px dotted #999;
  margin-top: 45px;
}
.quest-wrap-all > div {
  height: auto;
  border-bottom: 1px dotted #999;
}
.quest-wrap-all > div:last-child {
  border-bottom: none;
}
.quest-title {
  background: #ffefef;
  padding: 2px 15px 2px 22px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.5px;
}
.quest-title > span {
  color: #ffd800;
  font-size: 30px;
  margin-right: 22px;
  vertical-align: -2px;
}
.quest-content {
  padding: 20px 23px;
  line-height: 30px;
}

/*固定ページ */

.con-title {
  text-align: center;
  color: #333;
  margin-top: 20vh;
  margin-bottom: 15vh;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 7px;
  position: relative;
}
.con-title:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  width: 200px;
  height: 90px;
  border-radius: 50%;
  border: 5px solid #ffcce1;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.con-inner {
  text-align: center;
  padding: 0 20%;
  letter-spacing: 4px;
  line-height: 35px;
}

.con-fer00 {
  padding: 0px 6vw;
  position: relative;
  margin: 20vh 0;
}

.con-fer01 {
  width: 469px;
  position: absolute;
  top: -58px;
  background: #ffffefde;
  padding: 30px;
  line-height: 32px;
}
.con-fer02 {
  width: 100%;
  text-align: right;
}
.con-fer02 img {
  width: 600px;
}

.con-fer03-base {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10vh;
}
.con-fer03 {
  text-align: center;
  width: 211px;
  background: #899bff;
  margin: 0 25px;
  padding: 62px 7px;
  border-radius: 207px;
  color: #fff;
  font-size: 15px;
}

.con-fer03 span {
  font-size: 30px;
}

.con-fer04 {
  width: 80%;
  background: #fff;
  border: 0px solid #899bff;
  background-image: url(/wp-content/uploads/2019/05/pixta_23059055_M.jpg);
  background-size: cover;
  margin: 0 10%;
}

.con-fer04-inner {
  padding: 10px 14px;
  background: #fffc;
  width: 360px;
  margin: 0px 23px;
}

.no-sidebar:not(.home) .content main.main {
  margin: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
}
.entry-content {
  margin: 0;
}
#content .article h1 {
  margin: 0;
  padding: 126px 100px;
  background-image: url(/wp-content/uploads/2019/05/con-back.jpg);
  background-size: cover;
  background-position: bottom right;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 30px;
  letter-spacing: 8px;
}
body.page .eye-catch-wrap {
    display: none !important;
}
/* 投稿ページ全般 */
body.single-post .eye-catch-wrap img {
    max-height: 400px !important;
    object-fit: contain !important;
}
div.toko-page-tab-title-composition {
  position: absolute;
  top: 0;
  left: 0;
  width: 98.6vw;
  height: 320px;
}
div.toko-page-tab-title-composition > div > h1 {
  padding: 6% 0;
}

/* 投稿ページ日付 */
body.single-post header .date-tags {
  display: block;
  position: relative;
  margin-left: auto;
  font-size: 20px;
  font-weight: 100;
}
body.single-post header .date-tags > span.post-date,
body.single-post header .date-tags > span.post-date:before {
  /* display: none; */
  display: initial;
}

/* 投稿ページセンタリング */
body.single-post .content-in {
    max-width: 1400px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* 投稿ページパンくずリスト */
body.single-post div.breadcrumb {
  margin-top: 200px;
  padding-top: 0;
}
body.single-post div.breadcrumb span.fa-fw {
  width: 0;
}
body.single-post div.breadcrumb span.fa-fw:before {
  display: none;
}
/* 投稿ページ タイトル下カテゴリ/タグ部装飾 */
body.single-post div.entry-categories-tags > div.entry-categories a.cat-link {
  color: #fff;
  background: #c85b52;
  padding: 0.1rem 0.5rem;
  font-size: 14px;
  line-height: 2;
  vertical-align: sub;
}
body.single-post
  div.entry-categories-tags
  > div.entry-categories
  a.cat-link::before {
  display: none;
}
body.single-post div.entry-categories-tags > div.entry-tags {
  color: #666;
}
body.single-post div.entry-categories-tags > div.entry-tags a.tag-link {
  font-size: 14px;
}

/* 投稿ページ ウィジェット系のタイトル(widgettitle) の CSS */
body.single-post .widgettitle {
    color: #ff8b7e !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    font-family: initial !important;
    letter-spacing: .1rem !important;
    padding-bottom: 2.5px !important;
    border-bottom: 1px solid !important;
}
body.single-post .related-entry-heading.widgettitle {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
/* 投稿ページ下部関連記事機能 */
body.single-post div.under-entry-content {
  position: relative;
  width: 140%;
}
body.single-post div.under-entry-content .related-entry-heading {
  color: #d5a23c;
  font-size: 1.5rem;
  font-weight: 100;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  padding-left: 0;
  margin-top: 45px;
  margin-right: 25px;
}
body.single-post div.under-entry-content div.related-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
body.single-post div.related-list > a.related-entry-card-wrap span.cat-label {
  color: #333;
  position: relative;
  bottom: 0;
  left: 0;
  border: none;
  background: #f0f0f0;
  padding: 1% 3%;
  font-size: 12px;
}

body.single-post a.related-entry-card-wrap span.post-date {
  display: initial;
  /* display: none; */
  font-size: 0.8em;
}
body.single-post
  div.related-list
  > a.related-entry-card-wrap
  /* span.post-date::before { */
  span.post-date > span {
  display: none;
}

body.single-post
  div.related-list
  > a.related-entry-card-wrap
  div.related-entry-card-content {
  margin-top: 5px;
  padding-bottom: 25px;
}
body.single-post
  div.related-list
  > a.related-entry-card-wrap
  div.related-entry-card-content
  .related-entry-card-title {
  color: #666;
  margin-bottom: 12px;
  border-left: 0;
}
body.single-post div.related-entry-card-content div.related-entry-card-snippet {
  overflow: initial;
  font-size: 14px;
}

/* 投稿ページ上部タブ用 */
body.single-post div.content {
  position: relative;
}
body.single-post main {
  position: initial;
}

body.single-post div.front-blog-cards {
  padding-bottom: 1px;
}

body.single-post article.article {
  width: 100%;
  min-width: 600px;
  padding: 1% 4%;
  margin-top: 0;
}
body.single-post div.content {
  background: #fff;
}
body.single-post h1.entry-title {
  background: #fff;
  padding: 3% 0;
  color: #a90009;
  font-size: 32px;
  margin-top: 100px !important;
}
body.single-post #content div.entry-content .column-mainly-author-name {
  margin: 0 0 25px 0;
  font-size: 22px;
    padding: 40px 20px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
}
body.single-post main#main {
  background: #fff;
  width: 62%;
}
body.single-post div#sidebar {
  width: 25%;
  max-width: 380px;
  margin-top: 600px;
  padding-top: 1%;
  display: initial;
}
body.single-post div#sidebar .widget {
    margin-bottom: 2.5rem;
}
body.single-post div#sidebar div.new-entry-card {
  padding: 0;
  border-bottom: 0;
}
body.single-post div#sidebar div.new-entry-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
body.single-post div#sidebar div.new-entry-card-date {
  display: initial;
}
body.single-post div#sidebar div.new-entry-card-title {
  margin: 3%;
  color: #555;
}
body.single-post div#sidebar span.post-date {
  display: block;
  /* display: none; */
  margin: 0 2%;
}
body.single-post div#sidebar span.post-date:before {
  display: none;
}
/* カテゴリボーダー */
body.single-post div#sidebar ul.sidebar-category li.cat-item {
  border-bottom: 1px solid #eee;
  padding: 0.5%;
}
/* カテゴリマージン */
body.single-post div#sidebar ul.sidebar-category li.cat-item a {
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  padding-right: 4px;
  padding-left: 4px;
}
/* 掲載月 ドロップダウン方式時 */
body.single-post div#sidebar #archives-dropdown--1 {
    margin: 1rem 0 0 0;
}
/* noRecogniseだけ非表示する */
div#sidebar li.cat-item-29 {
  display: none !important;
}

/* アーカイブ年 */
body.single-post div#sidebar aside a {
  border-bottom: 1px solid #eee;
  padding: 3.5% 2%;
}
body.single-post div#sidebar aside a span.post-count {
  display: initial;
  margin-right: 20px;
}
/* アーカイブページ */
body.archive main#main {
  background: #fff;
  margin-top: 140px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
/* タグ(アーカイブ)ページ */
body.tag .archive-title span.fa::before {
  content: "#";
  font-style: italic;
}
/* 年月表示 */
body.archive h1.archive-title {
  position: relative;
  z-index: 1;
  top: 130px;
  text-align: center;
  font-size: 18px;
  font-weight: 100;
}
body.archive h1#archive-title {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 30px;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #d5a23c;
  letter-spacing: 8px;
  text-align: center;
}

body.archive h1.archive-title:after {
  content: " の記事一覧";
}
body.archive h1.archive-title span.fa-calendar {
  display: none;
}
body.archive h1.archive-title > span:before {
  display: none;
}
body.archive div.ect-vertical-card {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
body.archive div.ect-vertical-card > a.a-wrap {
  width: 22.5%;
  margin: 0 1.25%;
}
body.archive div.ect-vertical-card > a.a-wrap:hover {
    opacity: .7;
}
body.archive div.ect-vertical-card .entry-card-title {
  font-size: 16px;
  font-weight: 800;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
body.archive
  div.ect-vertical-card
  > a.a-wrap
  div.entry-card-content
  div.entry-card-snippet {
  font-size: 13.5px;
  line-height: 25px;
  color: #666;
}
/* サムネイル上重複表示しているカテゴリラベル削除 */
body.archive .cat-label {
  visibility: hidden;
}
/* アイコン非表示 */
body.archive span.post-date::before {
  display: none;
}

/*お知らせ*/
.whatsnew h2 {
  padding: 30px;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 7px;
  color: #222;
}

.whatsnew hr {
  color: #fff;
  border: none;
  background: #fff;
}

div.whatsnew dl {
  border-bottom: 1px dashed #aaa !important;
  padding: 23px 0 !important;
}
div.whatsnew {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto !important;
  font-size: 13px !important;
}
div.whatsnew dd {
  text-align: left;
  padding-left: 30px !important;
}
.whatsnew a {
  color: #3e291c !important;
}
div.whatsnew dt {
  color: black !important;
}
div.whatsnew .newmark {
  background-color: #7ba4d8 !important;
}

.home.page .entry-title {
  display: none;
}

/*グローバルナビ成形・色*/
#navi .navi-in a:hover {
  background-color: #ddd;
}
.navi-in > ul li {
  width: 155px;
}
.navi-in > ul .sub-menu {
  min-width: 155px;
}
.navi-in a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #555;
  font-size: 14px;
}

.navifixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/*アピールエリア*/

.front-bt01 {
  background-color: #ff91c0;
  width: 400px;
  padding: 17px 20px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}
.front-bt01:hover {
  background-color: #ffd4e6;
}

.front-bt02 {
  background-color: #8384f3;
  width: 400px;
  padding: 17px 20px;
  color: #fff;
  font-size: 20px;
}
.front-bt02:hover {
  background-color: #bcbdff;
}

.appeal-message a {
  text-decoration: none;
}

div.appeal-message {
  margin-bottom: 0;
}

.main {
  position: relative;
}
.wp-block-button.alignright {
  text-align: right;
  position: absolute;
  right: 30px;
  top: -233px;
}
/* フッター表示(スマホ用フッターナビ) */
aside#custom_html-6 {
  display: none;
}

/*テスト挿入*/

.contact-wrap {
  width: 60%;
  margin: 0 20%;
  background: #fff;
  padding: 30px 40px;
}

.no-sidebar .content .main {
  margin: 0;
  width: 100%;
  padding: 0;
  background: #f3f3f3;
}

#content .article h1 {
  margin: 30px 0;
  padding: 140px 0px;
  background-image: url(/wp-content/uploads/2019/06/tibk.png);
  background-size: auto 100%;
  background-position: center center;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #d5a23c;
  font-size: 30px;
  letter-spacing: 8px;
  text-align: center;
  background-repeat: no-repeat;
}

/* ----------------------- */
/* Fluid Video Embeds      */
/* フロントのyoutubeサムネ */
.fve-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: transparent;
  padding-bottom: 56.25%;
  margin: 0.5em 0;
}
.fve-video-wrapper iframe,
.fve-video-wrapper object,
.fve-video-wrapper embed {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fve-video-wrapper a.hyperlink-image {
  position: relative;
  display: none;
}
.fve-video-wrapper a.hyperlink-image img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.fve-video-wrapper a.hyperlink-image .fve-play-button {
  position: absolute;
  left: 35%;
  top: 35%;
  right: 35%;
  bottom: 35%;
  z-index: 3;
  background-color: rgba(40, 40, 40, 0.75);
  background-size: 100% 100%;
  border-radius: 10px;
}
.fve-video-wrapper a.hyperlink-image:hover .fve-play-button {
  background-color: rgba(0, 0, 0, 0.85);
}

/*----------*/
/* 行動指針 */
/*----------*/
/*企業理念*/
.mi-01 {
  padding: calc(140px + 20vh) 0 20vh 0;
}
.mi-01 img {
  width: 180px;
}
.mi-01-te {
  font-size: 19px;
  line-height: 56px;
  font-weight: 300;
  margin-bottom: 20vh;
}

.mi-02 {
  font-size: 19px;
  font-weight: 300;
  line-height: 50px;
}
.mi-02 img {
  margin: calc(140px + 20vh) 0 20vh 0;
  width: 180px;
}
.mi-02-te {
  font-size: 33px;
  font-weight: 100;
  padding-bottom: 150px;
}
.mi-02-con {
  font-size: 19px;
  line-height: 35px;
  font-weight: 300;
  padding: 10vh 0;
}
.mi-02-con p {
  border-bottom: 4px solid #e07777;
  margin: 100px 43vw 3vh 43vw;
  line-height: 44px;
}
.mi-03-logo {
  padding: calc(140px + 20vh) 0 20vh 0;
}

.mi-04-back {
  text-align: center;
  padding: 42vh 0 0 0;
  background: #f6f6f6;
}
.mi-04 img {
  width: 180px;
}
.mi-04-con {
  font-size: 19px;
  line-height: 35px;
  font-weight: 300;
  padding: 25vh 0 5vh 0;
  background: #f6f6f6;
}
.mi-04-con p {
  border-bottom: 4px solid #e07777;
  margin: 100px 41vw 3vh 41vw;
  line-height: 44px;
}

div.behavior-guide {
  padding: 0px 18vw;
}
div.behavior-guide > div.bg-summary {
  width: 450px;
  margin: 10px auto 0 auto;
  background: #eeeeee77;
  font-size: 20px;
}
div.behavior-guide > div.bg-summary > ol {
  list-style: none;
  padding-left: 78px;
  padding-bottom: 10px;
}
div.behavior-guide > div.bg-summary > ol > li {
  font-size: 19px;
  line-height: 310%;
  font-weight: 300;
  text-align: left;
}
div.behavior-guide > div.bg-summary > ol > li:first-child {
  padding-top: 25px;
}
div.behavior-guide > div.bg-summary > ol > li:last-child {
  padding-bottom: 25px;
}
div.behavior-guide > div.bg-summary > ol > li > a {
  color: #000;
  text-decoration: none;
}
div.behavior-guide > div.bg-summary > ol > li > span {
  /* border-bottom: 4px solid #e07777; */
  margin: 22px 0 3vh 0;
  line-height: 30px;
  display: inline-block;
}

div.behavior-guide > div.bg-precise {
  text-align: left;
  margin: 100px auto 0 auto;
  max-width: 900px;
  width: 100%;
  font-size: 17px;
}
div.behavior-guide > div.bg-precise > ol {
  list-style: none;
  padding-left: 0;
}
div.behavior-guide > div.bg-precise > ol > li {
  font-weight: 300;
  margin: 10rem 0;
  line-height: 35px;
}
div.behavior-guide > div.bg-precise > ol > li > span {
  font-size: 22.5px;
  font-weight: 300;
  color: #333;
  vertical-align: super;
  display: block;
  text-align: center;
  border-bottom: 4px solid #e07777;
  width: 355px;
  margin: 0 auto 2.5rem auto;
  line-height: 44px;
}

/* ---------------------------- */
/* ブログカード(ライター管理用) */
/* ---------------------------- */
.internal-blogcard-wrap {
  margin: 50px auto;
  width: 100%;
  height: 215px;
  border: 1px solid #ddd;
}
.internal-blogcard {
  height: 215px;
  padding: 0;
}
.internal-blogcard-thumbnail {
  width: 215px;
  height: 215px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  top: -2px;
  left: -2px;
}
.internal-blogcard-thumbnail > img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.internal-blogcard-title {
  width: 50%;
  position: absolute;
  left: 10%;
  top: 25px;
}
.internal-blogcard-title:before {
  content: "書いた人:";
  display: block;
  font-size: 0.85em;
  margin-bottom: 2.5px;
}
.blogcard-content > .button {
  width: 42.5%;
  position: absolute;
  top: 35px;
  right: 2.5%;
  background: #eae7e2;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.blogcard-content {
  overflow: initial;
  position: relative;
  max-height: 215px;
  height: 215px;
}
.blogcard-footer {
  display: none;
}
.blogcard-snippet {
  position: absolute;
  width: 87.5%;
  right: 2.5%;
  top: 90px;
  padding-top: 10px;
  border-top: 1px solid #cccccc88;
  font-size: 0.85em;
  line-height: 22.5px;
}

/* アーカイブぺージの写真トリミング */
.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(50px + 10vw);
}

/*検索結果ページ*/
.search-results .main {
  background-color: #fff !important;
}
.search-results h1.archive-title {
  text-align: center;
  color: #555;
  margin: 75px 0;
}
.search-results h1.archive-title:after {
  content: "の検索結果";
}
.search-results a.a-wrap h2.entry-card-title {
  color: #555;
  font-size: 16px;
}
.search-results .entry-card-snippet,
.entry-card-meta,
.cat-label {
  display: none;
}
.search-results div.ect-vertical-card > a.a-wrap {
  width: 22.5%;
}

.search-results div.ect-vertical-card > a.a-wrap[style*="none"] {
    display: block !important;
}
.search-results div.ect-vertical-card > a.a-wrap:not([style*="none"]) {
    display: none !important;
}

/*結果無し*/
.search-no-results .main {
  background-color: #fff !important;
}
.search-no-results h1.archive-title {
  visibility: hidden;
  height: 25vh;
}

/* bbpress */
.bbpress #main {
  max-width: 1200px;
  padding: 0 5%;
  margin: 0 auto 50px auto;
}
.bbpress #main .toko-page-tab-title-composition,
.bbpress #main h1.entry-title,
.bbpress #main .article-footer {
  display: none;
}
.bbp-breadcrumb-current {
  display: none;
}
.bbp-author-avatar {
  display: none;
}
.bbp-search-form {
  float: none !important;
}
#bbp_search_submit {
  margin: auto auto auto 10px;
  background-color: #aaa;
}
.form-allowed-tags {
  display: none;
}
.bbp-author-link {
  pointer-events: none;
  color: initial;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/* 1023px以下 */
@media screen and (max-width: 1023px) {
  .mobile-footer-menu-buttons {
    display: none;
  }
}
/*768px以下*/
@media screen and (max-width: 768px) {
  /*必要ならばここにコードを書く*/

  /*スマホナビメニューの下矢印をずらす*/
  .top-has-sub {
    display: inline;
    margin-left: 10px;
  }

  /* トップページ */
  /* ボタン配色 */
  .front-bt01 {
    background-color: #ff8585ee;
  }
  .front-bt02 {
    background-color: #4196cc;
  }
  body.home {
    background-color: #fff;
    min-width: auto;
  }
  div.container {
    width: 100%;
    overflow-x: hidden;
  }
  #header a.site-name-text-link {
    margin: 0 18vw;
  }
  #header span.site-name-text {
    font-size: 5.5vw;
    display: block;
    padding: 1vw 0;
  }

  #footer {
    border-top: 0;
    position: relative;
    z-index: 1;
  }
  /* コピーライト部 */
  #footer .copyright {
    font-size: 3.2vw;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: "Droid Sans", Verdana, serif;
  }

  /* 投稿ページ下部SNSボタン */
  footer div.sns-share {
    margin: 5vw 2% 0 2%;
  }
  footer div.sns-share > div.sns-share-message {
    font-size: 3.5vw;
    width: 20vw;
    margin-top: -2.5vw;
  }

  /* フッター */
  .content-bottom {
    padding: 0;
    margin: 0;
  }
  /* フッター表示(事業所一覧) */
  div.kyo-wrap {
    padding: 10vw 0;
    position: relative;
  }
  div.kyo-wrap > div.kyo-text {
    position: absolute;
    left: 24%;
    top: 42%;
    font-size: 6.2vw;
    font-weight: 400;
    letter-spacing: 5.2vw;
    z-index: 1;
  }
  div.kyo-wrap > img {
    width: 200%;
    max-width: 200%;
    margin: 0 -50%;
    height: 50vw;
    z-index: 2;
    opacity: 0.75;
    text-align: center;
  }
  /* フッター表示 */
  aside#custom_html-2 {
  }
  aside#custom_html-2 > h2 {
    font-size: 5.5vw;
    letter-spacing: 1.2vw;
    font-weight: 500;
    color: #4d4d4d;
  }

  /* カード画像下部エフェクト(スマホナビメニュー表記正しくするため) */
  div.front-link-cards > div.front-link-cards-main > div > a div.img::after {
    z-index: 0;
  }

  /* 表示 */
  aside#custom_html-6 {
    display: initial;
  }
  aside#custom_html-6 > h2 {
    display: none;
  }
  aside#custom_html-6 > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    font-size: 3.5vw;
    margin-top: 5vw;
  }
  .ft-menu-wrap {
    display: none;
  }
  aside#custom_html-6 > div > div.ft-menu-wrap-sfsuite {
    margin-top: 0;
  }
  div.ft-menu-wrap-sfsuite > p {
    margin: 8vw 0 0 0;
    width: 50%;
    text-align: center;
  }
  aside#custom_html-6 div.ft-menu-wrap-sfsuite > p > a {
    font-weight: 800;
    color: #666;
    font-size: 3vw;
    letter-spacing: 0.2vw;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    text-shadow: none;
  }
  aside#custom_html-6 div.ft-menu-wrap-sfsuite > p:first-child {
    border-right: 1px solid #fff;
  }
  /* スマホ版のキャッチコピー */
  aside#custom_html-6 div.footer-sfsuite-catchcopy > p {
    font-size: 5.8vw;
    text-align: center;
    font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-right: auto;
    margin-left: auto;
    font-weight: 400;
    text-shadow: none;
  }
  aside#custom_html-6 > div > div.sns-buttons {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    height: 15vw;
    width: 75vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: calc(5vw + 1.2em);
  }
  aside#custom_html-6 > div > div.sns-buttons > div {
    width: 15vw;
    height: 15vw;
    margin: 0 -1.5vw;
  }
  aside#custom_html-6 > div > div.sns-buttons > div > a {
    background-color: #999;
    color: #fff;
    height: 15vw;
    line-height: 15vw;
    font-size: 5vw;
    border-radius: 50%;
  }

  /* 私達のビジョン */
  body.page-id-972 .entry-content {
    margin: 0;
  }
  div.our-vision {
    padding: 8% 5%;
    line-height: 7.8vw;
  }
  div.our-vision > div.our-vision-profile {
    display: block;
    margin: 0;
    padding: 0;
  }
  div.our-vision > div.our-vision-profile > div.our-vision-profile-picture {
    text-align: center;
  }
  div.our-vision
    > div.our-vision-profile
    > div.our-vision-profile-picture
    > img {
    width: 85%;
    height: auto;
  }
  div.our-vision > div.our-vision-profile > div.our-vision-profile-sentence {
    margin-top: 6.5vw;
    text-align: right;
    font-size: 3.2vw;
  }
  div.our-vision
    > div.our-vision-profile
    > div.our-vision-profile-sentence
    > span {
    font-size: 4.2vw;
    letter-spacing: 0.2vw;
  }

  div.entry-content {
    margin: 4vw 1vw;
    font-size: 4vw;
  }
  .front-sp-only {
    display: initial;
  }

  /* メッセージ */
  div.con-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 8vh auto;
    font-size: 8vw;
    letter-spacing: 1vw;
    line-height: 1.5;
    color: #555;
    font-weight: 500;
    position: relative;
    border-bottom: 3px solid #aaa;
  }

  .con-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 35%;
    height: inherit;
    border: 0;
    border-bottom: 3px solid #ff797e;
    border-radius: unset;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* 各標題に対して */
  .con-title::after {
    display: block;
    position: absolute;
    line-height: 2;
    font-size: 6vw;
  }
  /* front-sp-only内のみ↓ */
  .front-sp-only .con-title {
    margin: 8vh auto 6vh auto;
  }
  .front-sp-only .con-title:nth-of-type(2)::after {
    content: "使 命";
    left: calc(50% - 9vw);
  }
  .front-sp-only .con-inner {
    text-align: center;
    margin-bottom: 15vh;
  }
  .front-sp-only .con-inner:nth-of-type(3) {
    font-size: 5vw;
    font-weight: 100;
    letter-spacing: 1vw;
    margin-top: 11.5vh;
    line-height: 2.1;
  }
  .front-sp-only .con-title:nth-of-type(4)::after {
    content: "未来図";
    left: calc(50% - 11vw);
  }
  .front-sp-only .con-inner:nth-of-type(5) strong {
    font-size: 5.25vw;
    line-height: 4;
    vertical-align: text-top;
  }
  .front-sp-only .con-title:nth-of-type(6)::after {
    content: "行動指針";
    left: calc(50% - 13.5vw);
  }
  .front-sp-only .con-inner:nth-of-type(7) > ul {
    padding-left: 0;
    text-align: left;
    width: 80vw;
    margin: 12vh auto 0 auto;
    font-weight: bold;
    font-size: 5vw;
    letter-spacing: initial;
  }
  .front-sp-only .con-inner:nth-of-type(7) > ul li {
    margin-top: 0.5em;
  }
  .front-sp-only .more-btn2 {
    padding: 0 15px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 25px;
    line-height: 1.75;
    letter-spacing: 0;
  }
  /* front-sp-only内のみ↑ */
  /* 追加アコーディオン部↓ */
  .more-additional {
    text-align: left !important;
  }
  .more-additional .our-vision-profile-sentence {
    font-size: 3.2vw;
  }
  .more-additional ul {
    padding-left: 0;
  }
  .more-additional ul li {
    margin-top: 13vw;
  }
  .more-additional h5 {
    text-align: center;
    border-bottom: 4px solid #e07777;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  /* 追加アコーディオン部↑ */

  div.con-fer00 {
    height: 66vh;
    padding: 0;
    margin-top: 32vh;
  }
  div.con-fer00 > div.con-fer01 {
    width: 100%;
    padding: 3vh 3.5vw;
    margin-top: 25vh;
    line-height: 5vh;
  }
  div.con-fer00 > div.con-fer02 {
    position: absolute;
    top: -20vh;
    left: 0vh;
  }

  div.con-inner {
    margin: 0 5.2vw;
    margin-top: 0;
    padding: 0;
    font-size: 4.2vw;
    letter-spacing: 0.5vw;
    line-height: 9vw;
  }
  /* ボタン */
  div.con-inner > div {
    margin-top: 10vw;
  }
  div.con-inner .more-btn1::before {
    content: "▼";
    font-size: 3.5vw;
    vertical-align: bottom;
  }
  /* メッセージ 終 */

  /* 土屋訪問介護事業所の約束 */
  .front-message-explain > h1 {
    font-size: 7.5vw !important;
    font-family: sans-serif !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
    margin: 15vh 0 6% 0 !important;
    padding: 0 !important;
    border-bottom: 0.5vw solid !important;
    color: #ff797e !important;
    background-image: none !important;
  }

  /* サービス内容 */
  div.con-title2 {
    margin-top: 25vh;
    font-size: 5.5vw;
    letter-spacing: 1vw;
  }
  .con-title2::before {
    height: 35vh !important;
    width: 95vw !important;
    top: -11vh !important;
  }
  div.ser01 {
    margin: 22vh 2vw 0 2vw;
    line-height: 5vh;
  }
  div.ser03 {
    padding: 3.5vw;
    margin: 5vh 0;
  }
  div.ser03 div.ser03-block {
    padding: 3vw 4vw 4vw 4vw;
    margin-bottom: 3.5vw;
    line-height: 4.5vh;
  }
  div.ser03 div.ser03-block:last-child {
    margin-bottom: 0;
  }
  div.ser03 div.ser03-block > p {
    font-size: 5.5vw;
    padding: 3vw 3vw 4vw 3vw;
    margin: 0 auto 2vh auto;
    border-bottom: 1.5vw solid #ff7070;
  }
  /* サービス内容 終 */

  /* プライバシーポリシー */
  div.privacy-policy {
    width: 96.5%;
    padding: 5% 8%;
    font-size: 3.8vw;
  }
  div.privacy-policy > span {
    display: block;
    font-weight: 800;
    font-size: 1.2em;
  }
  /* プライバシーポリシー 終 */

  /* 事例紹介 */
  div.con-title3 {
    margin-top: 22vh;
    font-size: 6vw;
    letter-spacing: 1.5vw;
  }
  .con-title3::before {
    height: 24vh !important;
    width: 85vw !important;
    top: -10vh !important;
  }
  div.case-top {
    margin-top: 18vh;
    margin-bottom: 12vh;
    line-height: 6vh;
  }
  div.case-wrap00 {
    margin: 0;
    width: 100%;
    padding: 6vh 0;
  }
  div.case-wrap00 > div.case-wrap01 {
    width: 90%;
    margin: 0 auto;
  }
  div.case-wrap00 > div.case-wrap01 > div.case-con01 {
    font-size: 4.2vw;
    font-weight: bold;
  }
  div.case-wrap00 > div.case-wrap01 > div.case-con02 {
    padding: 5vw 3vw;
    font-size: 4.2vw;
  }
  div.case-wrap00 > div.case-wrap01 > div.case-con02 > span {
    font-size: 4vw;
    padding-left: 2.5vw;
    letter-spacing: 0.6vw;
  }
  div.case-wrap00 > div.case-wrap02 {
    width: 90%;
    margin: 0 auto;
    padding: 4vw 4.5vw;
  }
  div.case-wrap00 > div.case-wrap02 > div.case-con03 {
    border-bottom: 1vw solid #ffd800;
    letter-spacing: 2vw;
    font-size: 5vw;
    margin: 0 28% 2vh 28%;
  }

  div.case-wrap00 > div.case-wrap02 > div.case-con04 {
    width: 100%;
    margin: 3vh auto;
    font-size: 3.8vw;
  }
  /* 事例紹介 終 */
  /* 事業・サービス */
  div.services-wrapper {
  }
  div.services-wrapper > div.table-of-contents {
    width: 80%;
    margin: 0 auto;
  }
  div.services-wrapper > div.table-of-contents > ul {
    display: block;
    text-align: center;
    height: auto;
  }
  div.services-wrapper > div.table-of-contents > ul > li {
    padding: 2.5vw;
    margin: 0;
  }
  div.services-wrapper > div.table-of-contents > ul > li > a {
    color: #000;
  }
  div.services-wrapper > div.table-of-contents > ul > li:nth-child(2n) {
    display: none;
  }
  div.services-wrapper > div.home-imp-nursing {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    margin-top: 15vw;
    padding: 5%;
    max-width: 1000px;
  }
  div.services-wrapper > div#home-imp-nursing > div > h1 {
    background: #f7838a;
    font-family: sans-serif;
    padding: 9.5% 0 3% 0;
    color: #fff;
    position: relative;
    left: -14%;
    width: 110%;
    font-size: 5.3vw;
  }
  div.services-wrapper > div.home-imp-nursing > div:first-child > p {
    width: auto;
  }
  div.services-wrapper > div.home-imp-nursing > div:nth-child(2) {
    width: auto;
  }
  div.services-wrapper > div.home-imp-nursing > div:nth-child(2) > h3 {
    font-size: 5vw;
  }
  div.services-wrapper > div.home-imp-nursing > div:nth-child(3) {
    width: auto;
  }
  div.services-wrapper > div.home-imp-nursing > div:nth-child(3) > h3 {
    font-size: 5vw;
  }

  div.services-wrapper > div.char-tsuchiya {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    margin-top: 80px;
    padding: 5%;
    max-width: 1000px;
  }
  div.services-wrapper > div#char-tsuchiya > h1 {
    background: #f7838a;
    font-family: sans-serif;
    padding: 9.5% 0 3% 0;
    color: #fff;
    position: relative;
    left: -14%;
    width: 110%;
    font-size: 5.3vw;
  }
  div.services-wrapper > div.char-tsuchiya > div.char-tsuchiya-explain {
    display: block;
  }
  div.services-wrapper > div.char-tsuchiya > div.char-tsuchiya-explain > div {
    width: 100%;
    padding: 2%;
    background: #fff;
    margin-bottom: 8vw;
  }
  div.services-wrapper
    > div.char-tsuchiya
    > div.char-tsuchiya-explain
    > div
    > h3 {
    border-radius: 100%;
    width: 65vw;
    height: 65vw;
    margin: 10% auto 15% auto;
    padding: 26% 2%;
    text-align: center;
    color: #333;
    font-size: 6vw;
  }
  div.services-wrapper
    > div.char-tsuchiya
    > div.char-tsuchiya-explain
    > div.ct-one
    > h3 {
    background: #f7838a55;
  }
  div.services-wrapper
    > div.char-tsuchiya
    > div.char-tsuchiya-explain
    > div.ct-two
    > h3 {
    background: #ffff0022;
  }
  div.services-wrapper
    > div.char-tsuchiya
    > div.char-tsuchiya-explain
    > div
    > p {
    font-size: 4vw;
    margin: 0;
  }
  div.services-wrapper > div.char-tsuchiya > a {
    text-decoration: none;
    color: #000;
  }
  div.services-wrapper > div.char-tsuchiya > a > div {
    width: 85%;
    margin: 10vw auto;
  }
  div.services-wrapper > div.flow-to-start {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    margin-top: 80px;
    padding: 5%;
    max-width: 1000px;
  }
  div.services-wrapper > div#flow-to-start > h1 {
    background: #f7838a;
    font-family: sans-serif;
    padding: 9.5% 0 3% 0;
    color: #fff;
    position: relative;
    left: -14%;
    width: 110%;
    font-size: 5.3vw;
  }
  div.services-wrapper > div.flow-to-start > div {
    width: auto;
  }
  div.services-wrapper > div.flow-to-start > div > h3 {
    font-size: 5vw;
    margin-bottom: 0;
    margin-top: 12vw;
  }
  div.services-wrapper > div.flow-to-start > div > p {
    margin: 0;
  }
  div.services-wrapper > div.flow-to-start > div > a {
    text-decoration: none;
    color: #000;
  }
  div.services-wrapper > div.flow-to-start > div > a > div {
    width: 92%;
    margin: 0 auto 10vw auto;
  }
  div.services-wrapper > div.eg-some {
    width: 96.5%;
    margin: 0 auto;
    background: #fff;
    margin-top: 80px;
    padding: 3.5%;
    max-width: 1000px;
  }
  div.services-wrapper > div.eg-some > div {
    margin-bottom: 8vh;
  }
  div.services-wrapper > div#eg-some > div > h1 {
    background: #f7838a;
    font-family: sans-serif;
    padding: 9.5% 0 3% 0;
    color: #fff;
    position: relative;
    left: -14%;
    width: 110%;
    font-size: 5.3vw;
  }
  div.services-wrapper > div.eg-some > div.case-top {
    width: 100%;
    text-align: left;
    margin: 2vw auto 10vw auto;
    line-height: 2;
  }
  div.services-wrapper > div.eg-some > div.more-btn1 {
    width: 88% !important;
    margin: 15vw auto 12vw auto !important;
  }

  /* サービスをお探しの方へ */
  div.for-top-base {
    display: block;
  }
  div.for-top-base > a {
    display: block;
    width: 100%;
    margin: 1vh 0;
    padding: 1vh 0;
    font-size: 4vw;
  }
  div.con-title4 {
    margin-top: 10vh;
    font-size: 6vw;
    letter-spacing: 1.5vw;
  }
  .con-title4::before {
    height: 24vh !important;
    width: 85vw !important;
    top: -10vh !important;
  }
  div.for-po-bcolor1 > div.con-fer03-base {
    margin-top: 22.5vh;
    display: block;
  }
  div.for-po-bcolor1 > div.con-fer03-base > div.con-fer03 {
    width: 90%;
    margin: 2vh auto;
    padding: 1vh 0;
    border-radius: 15vw;
    font-size: 4vw;
  }
  div.for-po-bcolor1 > div.con-fer03-base > div.con-fer03 > span {
    font-size: 7vw;
  }
  div.for-po-bcolor1 > div.con-fer04 {
    width: 100%;
    margin: 0;
    padding: 1vh 0 1.4vh 0;
  }
  div.for-po-bcolor1 > div.con-fer04 > div.con-fer04-inner {
    width: 95%;
    margin: 0px auto;
    background: #ffffffdd;
  }

  div.for-po-bcolor2 {
    padding: 5vh 0;
  }
  div.for-po-bcolor2 > div.for-po-wrap2 {
    width: 82vw;
  }
  div.for-po-bcolor2 > div.for-po-wrap2 > div.for-top-title {
    font-size: 7vw;
  }
  div.for-po-bcolor2 > div.for-po-wrap2 > div.for-po-base {
    display: block;
    padding-top: 5vh;
  }
  div.for-po-bcolor2 > div.for-po-wrap2 > div.for-po-base > div.for-po1 {
    width: 100%;
    padding-bottom: 2vh;
    margin: 0 auto;
  }
  div.for-po-bcolor2 > div.for-po-wrap2 > div.for-po-base > div.for-po1 > img {
    min-width: 100%;
  }
  div.for-po-bcolor2
    > div.for-po-wrap2
    > div.for-po-base
    > div.for-po1
    > div.for-po-cap {
    font-size: 5vw;
    top: -4vh;
  }
  div.for-po-bcolor2 > div.for-po-wrap2 > div.sonobase {
    border-top: 0.5vh solid #fff;
    border-bottom: 0.5vh solid #fff;
    font-size: 3.5vw;
    margin: 0;
    padding: 3vh 0;
  }
  div.for-po-bcolor1 > div.for-po-wrap2 {
    width: 100%;
  }
  div.for-po-bcolor1 > div.for-po-wrap2 > div.for-top-title {
    font-size: 7vw;
    margin-bottom: 3vh;
  }
  div.for-po-bcolor1 > div.for-po-wrap2 > div.for-iryou-1 {
    font-size: 5vw;
    margin-bottom: 3vh;
  }
  div.for-po-bcolor1 > div.for-po-wrap2 > div.for-iryou-2 {
    margin-bottom: 5vh;
    padding: 0 1.5vw;
    line-height: 4.2vh;
  }
  div#p04 + div.for-po-bcolor2 {
    width: 92vw;
    margin: 0 auto;
  }
  div#p04 + div.for-po-bcolor2 > div.for-po-wrap2 {
    width: 92%;
  }
  div#p04 + div.for-po-bcolor2 > div.for-po-wrap2 > div.for-iryou-2 {
    font-size: 4vw;
  }

  div#p05 + div.for-po-bcolor1 > div.for-po-wrap2 {
    width: 92%;
    margin: 0 auto;
    font-size: 4vw;
  }
  div#p05 + div.for-po-bcolor1 > div.for-po-wrap2 > div.for-no {
    margin: 1.5vh 0;
    padding: 1.8vh 5vw 1.5vh 5vw;
    font-size: 5.5vw;
    border-radius: 10vw;
  }
  div#p05 + div.for-po-bcolor1 > div.for-po-wrap2 > div.for-no > span {
    margin-right: 5vw;
    padding: 0.5vw 2vw;
    font-size: 3.8vw;
    border-radius: 20vw;
  }
  div#p05 + div.for-po-bcolor1 > div.for-po-wrap2 > div.for-no-te {
    margin: 3vh 2vw 4.5vh 2vw;
  }

  div.for-po-bcolor2 > div.for-po-wrap2 > div.case-wrap01 {
    width: 100%;
    margin: 0;
    font-size: 4vw;
  }
  div.for-po-bcolor2 > div.for-po-wrap2 > div.case-wrap01 > div.case-con02 {
    padding: 3vw;
  }
  div.for-po-bcolor2 > div.for-po-wrap2 > div.case-wrap02 {
    width: 100%;
    margin: 0;
    padding: 4vw 4.5vw;
    font-size: 4vw;
  }
  div.for-po-bcolor2 > div.for-po-wrap2 > div.case-wrap02 > div.case-con03 {
    font-size: 5vw;
    letter-spacing: 2vw;
    margin: 0 28% 2vh 28%;
  }

  div.for-po-bcolor2 > div.for-po-wrap2 div.case-more-button {
    padding: 2vh;
    margin: 5vh 12.5% 0 12.5%;
    width: 75%;
    font-size: 4.2vw;
  }

  div.for-po-bcolor1 > div.for-po-wrap2 div.quest-wrap-all {
    width: 92%;
    margin: 0 auto;
  }
  div.for-po-bcolor1 > div.for-po-wrap2 div.quest-wrap-all div.quest-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5vw;
    font-size: 4vw;
  }
  div.for-po-bcolor1
    > div.for-po-wrap2
    div.quest-wrap-all
    div.quest-title
    > span {
    display: block;
    width: 15%;
    height: 7vh;
    font-size: 8vw;
    margin: -2.5vw 1.2vw 0 0;
    text-align: center;
  }
  div.for-po-bcolor1 > div.for-po-wrap2 div.quest-wrap-all div.quest-content {
    padding: 4.5vw;
    font-size: 4vw;
    line-height: 4.2vh;
  }
  /* サービスをお探しの方へ 終 */

  /* ニュース&ブログページ */
  article.article.type-post div.entry-content {
    margin-top: 22vw;
  }

  div.ect-vertical-card {
    display: block;
    margin-top: -20vw;
  }
  body.blog div.ect-vertical-card {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.archive div.ect-vertical-card {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.blog div.ect-vertical-card > a.a-wrap {
    width: 50% !important;
    margin-bottom: 10vw;
  }
  body.blog div.ect-vertical-card > a.a-wrap h2.entry-card-title {
    font-size: 4vw;
    padding: 5% 2% 5% 0;
  }
  body.archive div.ect-vertical-card > a.a-wrap {
    width: 47% !important;
    margin: 0 1.5% 10vw 1.5%;
    padding: 0;
  }
  body.archive div.ect-vertical-card > a.a-wrap h2.entry-card-title {
    font-size: 4vw;
    padding: 5% 2% 5% 0;
  }

  body.blog
    div.ect-vertical-card
    > a.a-wrap
    div.entry-card-content
    div.entry-card-snippet {
    font-size: 4vw;
    line-height: 6vw;
  }
  body.archive
    div.ect-vertical-card
    > a.a-wrap
    div.entry-card-content
    div.entry-card-snippet {
    font-size: 4vw;
    line-height: 6vw;
  }

  div.ect-vertical-card > a.a-wrap h2 {
    font-size: 5.8vw;
  }
  div.ect-vertical-card > a.a-wrap div.entry-card-content {
    padding-bottom: 2em;
  }

  div.ect-vertical-card
    > a.a-wrap
    div.entry-card-content
    div.entry-card-snippet {
    font-size: 4vw;
    line-height: 6vw;
  }
  div.ect-vertical-card > a.a-wrap div.entry-card-meta span.post-date {
    font-size: 3.5vw;
  }

  div.ect-vertical-card > a.a-wrap .entry-card-thumb img {
    height: calc(25px + 27.5vw);
  }

  /* 問い合わせ */
  .contact-caution {
    text-align: left;
    width: 96%;
    margin: 0 2%;
  }
  .contact-wrap {
    width: 90%;
    margin: 0 5%;
  }
  /* 問い合わせ */
  div.contact-wrap-pre {
    padding: 5% 2% 4% 2%;
  }
  div.contact-wrap-pre > span {
    font-size: 5.8vw;
  }
  div.contact-wrap {
    font-size: 4vw;
  }
  div.contact-wrap > span {
    font-size: 5.8vw;
  }
  div.contact-wrap > p {
    margin: 2em 0;
  }
  div.contact-caution {
    margin: 5% auto;
  }

  /* 一般/利用者/職員 */
  .page-id-492 div.entry-content,
  .page-id-8336 div.entry-content,
  .page-id-8322 div.entry-content {
    width: 100vw;
  }
  /*問い合わせここまで*/

  /* フロントページ */
  body.home > div.container > div.content {
    background-color: #fdf9e7;
  }
  /* お知らせ */
  body.home div.entry-content div.whatsnew {
    margin: 0 auto !important;
    width: 90%;
  }
  body.home div.entry-content div.whatsnew > h2 {
    padding: 12vw 0 8vw 0;
    font-size: 6.5vw;
    letter-spacing: 3vw;
    margin: 0;
    font-weight: 400;
    text-align: center;
  }
  body.home div.entry-content div.whatsnew > dl {
    text-align: left;
    font-size: 3.8vw;
    padding: 0 0 1rem 0 !important;
    margin: 2%;
  }
  footer.article-footer > div.entry-categories-tags {
    margin-bottom: 0;
  }

  /* フロントページ video部 */
  div.front-video-wrapper
    > div.front-video-explain
    > h1.front-video-explain-title {
    background: none !important;
  }
  div.front-video-wrapper > div.front-video-explain p {
    font-size: 6vw;
    font-weight: 100;
    width: 19.5vw;
    letter-spacing: 0.5vw;
    margin: 0 auto 12vw auto;
    border-bottom: 2.5px solid #d5a23c;
    padding-bottom: 5vw;
  }
  div.front-video-wrapper > div.front-video-mainpart {
    display: block;
    margin: 0 2.5vw;
    position: relative;
    z-index: 0;
  }
  div.front-video-wrapper {
    margin-top: 0;
    margin-bottom: -10vh;
  }
  /* プラグイン用CSS */
  div.front-video-wrapper .fve-video-wrapper {
    margin: 0;
    padding-bottom: 56.25% !important;
  }
  div.front-video-wrapper > div.front-video-mainpart > div.front-video {
    width: 100%;
    position: relative;
  }
  div.front-video-wrapper > div.front-video-mainpart > div.front-video-side {
    width: 100%;
    background: #cecdce;
    padding: 1% 4.5% 4vw 4.5%;
    text-align: center;
  }
  div.front-video-wrapper
    > div.front-video-mainpart
    > div.front-video-side
    > p {
    margin: 4.5% 0;
    font-size: 3.6vw;
    line-height: 8vw;
    margin-bottom: 6.5vw !important;
  }
  div.front-video-wrapper
    > div.front-video-mainpart
    > div.front-video-side
    > a
    > div {
    width: 98%;
    max-width: 360px;
  }
  /* フロントページ メッセージ部 */
  body.home #frontMoreAdditionalMessage {
    padding: 0;
    font-size: normal;
  }
  body.home #frontMoreAdditionalMessage .our-vision-profile {
    display: block;
  }
  /* フロントページ イベント告知部 */
  body.home .event-news {
    padding: 4vw 0 8vw 0;
    font-size: 6vw;
    height: 6vw;
    line-height: 6vw;
    color: #333;
    letter-spacing: 0.5vw;
    font-weight: bold;
    margin: 30vw 3vw 0 3vw;
    background: rgb(243, 243, 243);
  }
  body.home .event-news2 {
    border: 3px solid rgb(243, 243, 243);
    margin: 0 3vw;
    padding: 5vw 2vw;
  }

  /* フロントページ リンクカード部 */
  div.front-link-cards {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  div.front-link-cards
    > div.front-link-cards-explain
    > h1#front-link-cards-explain-title {
    background: #fff;
    font-size: 7.5vw;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 0.5vw;
    margin: 0 0 6% 0;
    padding: 0 0 1% 0;
    border-bottom: 1vw solid;
  }
  div.front-link-cards > div.front-link-cards-explain > p {
    font-size: 5vw;
    font-weight: 100;
    width: 44vw;
    letter-spacing: 0.5vw;
    margin: 0 auto 45px auto;
    border-bottom: 2.5px solid #d5a23c;
    padding-bottom: 25px;
  }
  div.front-link-cards > div.front-link-cards-main {
  }
  div.front-link-cards > div.front-link-cards-main > div {
    display: block;
  }
  div.front-link-cards > div.front-link-cards-main > div > a {
    color: #b0211d;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  /* カード個別 */
  div.front-link-cards > div.front-link-cards-main div.front-card {
    width: 100% !important;
    margin: 0 !important;
  }
  div.front-link-cards
    > div.front-link-cards-main
    > div
    > a
    > div.front-card
    > h3 {
    font-size: 6.5vw;
    margin: 6vh 0 2vw 2vw;
  }
  div.front-link-cards
    > div.front-link-cards-main
    > div
    > a
    > div.front-card
    > p {
    font-size: 5vw;
    margin: 1vw 0 15vw 2.5vw;
  }
  div.front-link-cards
    > div.front-link-cards-main
    > div
    > a
    .front-card::after {
    text-align: center;
    color: #1967d2;
    display: block;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }
  div.front-link-cards
    > div.front-link-cards-main
    > div
    > a:nth-child(1)
    .front-card::after {
    content: "⇒重度訪問介護について詳しくはこちら";
  }
  div.front-link-cards
    > div.front-link-cards-main
    > div
    > a:nth-child(2)
    .front-card::after {
    content: "⇒お近くの事業所をお探しいただけます";
  }
  /* フロントページ ニュース&ブログ 操作タブ部 */
  div.front-blog-cards div.front-blog-cards-tab-index {
    margin-bottom: 10vw;
  }
  div.front-blog-cards
    div.front-blog-cards-tab-index
    div.front-blog-cards-tab-inner {
    width: 30% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  div.front-blog-cards
    div.front-blog-cards-tab-index
    div.front-blog-cards-tab-inner
    > p {
    font-size: 3.5vw;
  }
  /* ニュース&ブログ/アーカイブ 操作タブ部 */
  div.front-blog-cards-tab-index {
    margin-bottom: 10vw;
  }
  div.front-blog-cards-tab-index div.front-blog-cards-tab-inner {
    width: 30% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  div.front-blog-cards-tab-index div.front-blog-cards-tab-inner > p {
    font-size: 3.5vw;
  }

  div.front-blog-cards-tab-index div.front-blog-cards-tab-inner br {
    display: initial;
  }

  /* フロントページ ニュース&ブログ部 */
  /* フロント投稿ページ一覧個別カードwidget部 */
  div.front-blog-cards {
    padding-bottom: 0;
    padding-top: 10%;
  }
  /* ul */
  div.front-blog-cards
    > div.front-blog-cards-main
    > div.category-express
    div.rpwe-block
    > ul.rpwe-ul {
    padding: 0;
    display: block;
  }
  /* liカード */
  div.front-blog-cards
    > div.front-blog-cards-main
    > div.category-express
    div.rpwe-block
    > ul.rpwe-ul
    > li.rpwe-li {
    margin-bottom: 10%;
    width: 47%;
    display: inline-block;
    vertical-align: top;
  }

  div.front-blog-cards
    > div.front-blog-cards-main
    > div.category-express
    div.rpwe-block
    > ul.rpwe-ul
    > li.rpwe-li
    > a.rpwe-img:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-filter: opacity(0.9);
    filter: opacity(0.9);
  }
  div.front-blog-cards
    > div.front-blog-cards-main
    > div.category-express
    div.rpwe-block
    > ul.rpwe-ul
    > li.rpwe-li
    > h3.rpwe-title:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-filter: opacity(0.9);
    filter: opacity(0.9);
    cursor: pointer;
  }

  /* サムネイル画像 */
  div.front-blog-cards
    > div.front-blog-cards-main
    > div.category-express
    div.rpwe-block
    > ul.rpwe-ul
    > li.rpwe-li
    > a.rpwe-img
    > img {
    width: 95%;
    height: calc(25px + 27.5vw);
  }
  /* タイトル及びそのリンク */
  div.front-blog-cards
    > div.front-blog-cards-main
    > div.category-express
    div.rpwe-block
    > ul.rpwe-ul
    > li.rpwe-li
    > h3.rpwe-title {
    margin: 0;
    padding: 5% 2% 5% 0;
    border-left: 0;
  }
  div.front-blog-cards
    > div.front-blog-cards-main
    > div.category-express
    div.rpwe-block
    > ul.rpwe-ul
    > li.rpwe-li
    > h3.rpwe-title
    > a {
    margin: 2% 0 10% 0;
    font-size: 4vw;
  }
  /* (投稿)時間 */
  div.front-blog-cards
    > div.front-blog-cards-main
    > div.category-express
    div.rpwe-block
    > ul.rpwe-ul
    > li.rpwe-li
    > time.rpwe-time {
    position: initial;

    /*		font-size: 13px;
		bottom: -10%;
		right: 8%; */
  }
  /* サマリー、抜粋部 */
  div.front-blog-cards
    > div.front-blog-cards-main
    > div.category-express
    div.rpwe-block
    > ul.rpwe-ul
    > li.rpwe-li
    > div.rpwe-summary {
    margin-top: 5%;

    font-size: 13.5px;
    line-height: 25px;
    padding: 0 5% 0 2%;
    color: #666;
  }
  /* 記事を更に見るボタン */
  div.front-blog-cards > div.blog-more-button > a.blog-more-button {
    width: 80%;
    font-size: 3.75vw;
    background: #f9f9f9;
    color: #000;
    font-weight: 200;
    padding: 3vw 0;
    margin: -20vw auto 20vw auto;
  }

  /* フロント今月の人気記事コーナー */
  /* .front-popular-card {
  } */
  #content div.front-popular-card > h1.front-popular-card-title {
    font-size: 6.8vw;
    font-family: sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7% 0;
  }
  .front-popular-card .front-popular-card-scroll-wrapper {
    overflow-x: hidden;
    height: auto;
  }
  .front-popular-card .front-popular-card-list {
    display: block;
    width: 100%;
  }
  /* .front-popular-card .front-popular-card-list a.popular-entry-card-link { */
  a.popular-entry-card-link {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .front-popular-card
    .front-popular-card-list
    a.popular-entry-card-link
    > .popular-entry-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .front-popular-card
    .front-popular-card-list
    a.popular-entry-card-link
    > .popular-entry-card
    figure {
    width: 27.5%;
    margin: 0 5% 0 2%;
  }
  .front-popular-card
    .front-popular-card-list
    a.popular-entry-card-link
    > .popular-entry-card
    figure
    > img {
    width: 27.5vw;
    height: 27.5vw;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
  }

  /* 2位以降カード背景色 */
  .front-popular-card
    .front-popular-card-list
    a.popular-entry-card-link
    > .popular-entry-card
    .card-thumb:before {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-weight: 500;
    font-size: 3.75vw;
    z-index: 0;
  }
  .front-popular-card
    .front-popular-card-list
    a.popular-entry-card-link
    > .popular-entry-card
    .popular-entry-card-content {
    margin-right: 2%;
    width: 63.5%;
  }
  .front-popular-card
    .front-popular-card-list
    a.popular-entry-card-link
    > .popular-entry-card
    .popular-entry-card-content
    .popular-entry-card-title {
    margin: 0;
    font-size: 4vw;
  }
  .front-popular-card
    .front-popular-card-list
    a.popular-entry-card-link
    > .popular-entry-card
    .popular-entry-card-content
    .popular-entry-card-pv {
    font-size: 3.75vw;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 5vw;
    padding: 1vw 2vw;
  }

  /* フロント動画コーナー */
  div.youtube-video {
  }

  #content div.youtube-video > h1.youtube-video-explain-title {
    font-size: 6.8vw;
    padding: 0 0 8% 0;
  }
  div.youtube-video > div.video-wrapper > div.video-card {
    width: 33%;
    margin: 0;
  }
  div.youtube-video > div.video-wrapper > div.video-card > p {
    padding: 14px 4% 0 1%;
    font-size: 3vw;
  }
  div.youtube-video
    > div.video-wrapper
    > div.video-card
    > div.video-card-thumbnail {
    width: 100%;
    height: 30vw;
  }
  div.youtube-video > div.youtube-official-link > a.youtube-official-link {
    width: 80%;
    font-size: 3.75vw;
    background: #f9f9f9;
    color: #000;
    font-weight: 200;
    padding: 3vw 0;
    margin: 10vw auto 0 auto;
  }

  /* フッターナビ最下部検索機能非表示 */
  .mobile-footer-menu-buttons {
    background-color: #ee8081;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-footer-menu-buttons .menu-button {
    padding-top: 5px;
  }
  .mobile-footer-menu-buttons .menu-button > a {
    color: #fff;
  }
  .mobile-footer-menu-buttons > .home-menu-button,
  .mobile-footer-menu-buttons > .search-menu-button,
  .mobile-footer-menu-buttons > .top-menu-button,
  .mobile-footer-menu-buttons > .sidebar-menu-button {
    display: none;
  }
  .mobile-footer-menu-buttons > .navi-menu-button,
  .mobile-footer-menu-buttons > .applicant-menu-button {
    width: 27.5%;
  }
  .mobile-footer-menu-buttons > .contact-menu-button {
    width: 45%;
  }
  .mobile-footer-menu-buttons .navi-menu-close-button {
    color: #555;
  }
  .mobile-footer-menu-buttons ul.menu-drawer > li {
    line-height: 5.5vh;
  }
  .mobile-footer-menu-buttons ul.menu-drawer > li.mobile-menu-has-sub {
    position: relative;
  }
  .mobile-footer-menu-buttons ul.menu-drawer > li.mobile-menu-has-sub::after {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    color: #555;
    top: calc(5.5vh / 2);
    right: 6px;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
  }
  .mobile-footer-menu-buttons
    ul.menu-drawer
    > li.mobile-menu-has-sub--open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mobile-footer-menu-buttons ul.menu-drawer ul.sub-menu > li {
    line-height: 3vh;
  }
  /* ヘッダー */

  /* --------------------------- */
  /* --------------------------- */
  /* 4/10 SP動画背景用追加分(仮) */
  /* --------------------------- */
  /* --------------------------- */
  .header-container {
    display: none;
  }
  li .caption-wrap {
    background: transparent !important;
  }
  /* spアピールエリア(都市リンク等) */
  div.appeal {
    /* 		background-image: url(https://tsuchiya-houmon.com/wp-content/uploads/2019/06/上半身スマホ用3-1.png); */
    position: relative;
    height: 30vw;
    background-position-y: bottom;
    z-index: 0;
  }
  div.appeal > div.appeal-in {
    height: 0;
  }
  .appeal-content {
    position: absolute;
    top: 28vw;
    width: 100%;
    background: none;
    padding: 0;
    z-index: 1;
  }
  .appeal-content > .appeal-message > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10vw 0 2vw 0;
  }
  .appeal-content > .appeal-message > div > a {
    margin: 0 1.5vw;
    font-size: 3vw;
  }
  /*フッター整形*/
  #footer .footer-bottom {
    padding: 0 0 1rem 0;
    margin-top: 0;
  }
  .footer-mobile {
    padding: 0;
  }

  /* ヘッダーロゴ(mobile only) */
  div.header-mobile-only {
    width: 100%;
    height: 18vw;
    position: fixed;
    top: 0;
    padding: 0;
    z-index: 10002;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
  }
  div.header-mobile-only img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 15vw;
    width: 90%;
    margin: 1.5vw auto;
  }

  /* ヘッダーロゴ被せaタグ(ホームリンク)用 */
  .header-logo-cover-for-link {
    width: 60vw;
    height: 20vw;
    display: block;
    margin: 0 auto;
  }

  /* 投稿ページ全般 */
  /* 投稿ページパンくずリスト */
  body.single-post h1.entry-title {
    margin-top: 150px !important;
    margin-bottom: 10px !important;
  }
  body.single-post div.breadcrumb {
    margin-top: 0;
    position: relative;
    top: 25vw;
    padding-top: 0;
  }
  body.single-post div.breadcrumb span {
    font-size: 3.2vw;
  }
  /* 投稿ページ日付 */
  body.single-post header .date-tags {
    top: 15vw;
    margin-left: 0;
    font-size: 4.5vw;
  }
  body.single-post header .date-tags > span.post-date {
    padding: 0;
  }
  /* 投稿ページ下部関連記事機能 */
  body.single-post div.under-entry-content {
    position: relative;
    width: 100%;
  }
  body.single-post div.under-entry-content .related-entry-heading {
    font-size: 5vw;
    margin: 5% 3.5%;
    padding-bottom: 2%;
    padding-left: 0;
    font-weight: 200;
  }

  body.single-post
    div.under-entry-content
    div.related-list
    > a.related-entry-card-wrap
    span.cat-label {
    font-size: 3vw;
  }

  body.single-post
    div.under-entry-content
    div.related-list
    > a.related-entry-card-wrap
    span.post-date {
    font-size: 2.5vw;
  }

  body.single-post
    div.under-entry-content
    div.related-list
    > a.related-entry-card-wrap
    div.related-entry-card-content {
    margin-top: 5vw;
    padding-bottom: 4vw;
  }
  body.single-post
    div.under-entry-content
    div.related-list
    > a.related-entry-card-wrap
    div.related-entry-card-content
    .related-entry-card-title {
    font-size: 4vw;
    font-weight: 300;
    margin-bottom: 3vw;
    color: #333;
  }
  body.single-post
    div.under-entry-content
    div.related-list
    > a.related-entry-card-wrap
    div.related-entry-card-content
    div.related-entry-card-snippet {
    font-size: 3vw;
    color: #666;
  }
  body.single-post div#sidebar div.new-entry-card-content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* 投稿ページ タイトル下カテゴリ/タグ部装飾 */
  body.single-post div.entry-categories-tags > div.entry-categories a.cat-link {
    color: #fff;
    background: #c85b52;
    padding: 0.1rem 0.5rem;
    font-size: 14px;
    line-height: 2;
    vertical-align: sub;
  }
  body.single-post
    div.entry-categories-tags
    > div.entry-categories
    a.cat-link::before {
    display: none;
  }
  body.single-post div.entry-categories-tags > div.entry-tags {
    color: #666;
  }
  body.single-post div.entry-categories-tags > div.entry-tags a.tag-link {
    font-size: 14px;
  }
  /* 画像横幅100% */
  body.single-post div.entry-categories-tags + img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  /* 投稿ページ上部タブ用 */
  body.single-post main#main {
    width: 100%;
  }
  body.single-post div.front-blog-cards div.front-blog-cards-tab-index {
    margin-bottom: 0;
  }
  body.single-post article.article {
    min-width: auto;
    padding: 0;
  }
  body.single-post #content div.entry-content {
    width: 95vw;
    margin: 0 auto;
    font-size: 4vw;
  }
  body.single-post #content div.entry-content h1 {
    padding-top: 25vw;
    margin-bottom: 0;
    font-size: 7vw;
    letter-spacing: 0.5vw;
    text-align: left !important;
  }
  body.single-post #content div.entry-content .column-mainly-author-name {
    margin: 0;
    padding: 0 0 15vw 0;
    line-height: 1.05;
  }
  /* シェアボタン */
  body.single-post div.sns-share-message {
    font-size: 4vw;
  }
  /* 前後カード文言サイズ */
  body.single-post div.next-post-title,
  div.prev-post-title {
    font-size: 3.5vw;
  }

  body.single-post div#sidebar {
    width: 100%;
    max-width: 767px;    
    margin-top: 0;
    display: block;
    padding: 1% 2%;
  }
  body.single-post .widgettitle {
        font-size: 5vw;
        margin: 5% 0;
        padding-bottom: 2%;
    }
  body.single-post div#sidebar div.new-entry-card {
    /* padding: 1.5% 0; */
    padding: 0;
  }
  body.single-post div#sidebar div.new-entry-card-title {
    margin: 1%;
  }
  body.single-post div#sidebar span.post-date {
    font-size: 2.5vw;
    margin: 0;
  }

  /* カテゴリボーダーパディング調整 */
  body.single-post div#sidebar ul.sidebar-category li.cat-item {
    border-bottom: 1px solid #eee;
    padding: 0.5%;
  }
  /* カテゴリフォントサイズ(aタグ) */
  body.single-post div#sidebar ul.sidebar-category li.cat-item a {
    font-size: 4vw;
    font-weight: 100;
    padding: 1% 0;
  }
  /* アーカイブ年 */
  body.single-post div#sidebar aside.widget_archive a.cf {
    font-size: 4vw;
    font-weight: 100;
    padding: 1.5% 0;
    border-bottom: none;
  }
  body.single-post div#sidebar aside.widget_archive a.cf > span.post-count {
    margin-left: 2.5vw;
  }

  /* body.blog */
  /* topタイトル */
  body.blog div.news-blog-title-bar-fixed {
    height: 15vw;
  }
  body.blog div.news-blog-title-bar-fixed > h1.news-blog-title-bar-fixed-title {
    font-size: 7.5vw;
    padding: 7.5vw 0;
    margin: 10vw 0 0 0;
  }

  /* アーカイブページ */
  /* topタイトル */
  /* アーカイブページ */
  body.archive main#main {
    margin-top: 10vw;
  }
  body.archive div.news-blog-title-bar-fixed {
    height: 40vw;
  }
  body.archive
    div.news-blog-title-bar-fixed
    > p.news-blog-title-bar-fixed-title--sub {
    font-size: 7.5vw;
    padding: 7.5vw 0;
    margin: 10vw 0 0 0;
  }
  /* 年月表示 */
  body.archive h1.archive-title {
    top: 40vw;
    font-size: 5vw !important;
    z-index: auto;
  }
  body.archive div.ect-vertical-card {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.archive div.ect-vertical-card h2 {
    font-size: 4vw;
    margin: 4% 0 4% 1.5%;
  }

  body.archive
    div.ect-vertical-card
    > a.a-wrap
    div.entry-card-content
    div.entry-card-snippet {
    font-size: 3vw;
    line-height: 5.8vw;
    padding: 0;
    margin: 0;
  }
  /* 日時の表示サイズ */
  body.archive
    div.ect-vertical-card
    > a.a-wrap
    div.entry-card-meta
    span.post-date {
    font-size: 2.8vw;
  }

  .tolink {
    display: block;
  }

  /* Fruid Video Embed */
  .fve-video-wrapper object,
  .fve-video-wrapper embed {
    display: none;
  }
  .fve-video-wrapper iframe {
    display: block;
  }
  .fve-video-wrapper a.hyperlink-image {
    display: block;
  }
  .fve-video-wrapper a.hyperlink-image .fve-play-button {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: rgba(40, 40, 40, 0);
    background-size: 100% 100%;
    border-radius: 10px;
    height: 100vh;
  }

  /*----------*/
  /* 行動指針 */
  /*----------*/
  /*企業理念*/
  .mi-01 img {
    width: 200px;
  }
  .mi-01 {
    padding: calc(50px + 20vh) 0 20vh 0;
  }
  .mi-02 img {
    margin: calc(50px + 20vh) 0 20vh 0;
    width: 200px;
  }
  .mi-02-te {
    font-size: 6vw;
    font-weight: 300;
  }
  .mi-02-back {
    font-size: 5vw;
  }
  .mi-02-con {
    font-size: 4.5vw;
  }
  .mi-02-con p {
    margin: 100px 25vw 3vh 25vw;
    font-size: 6.5vw;
  }
  .mi-03-logo {
    padding: calc(50px + 20vh) 0 20vh 0;
  }
  .mi-03 img {
    width: 200px;
  }
  .mi-03-con {
    padding: 0;
    font-size: 4.5vw;
  }
  .mi-03-con p {
    margin: 100px 17vw 3vh 17vw;
    font-size: 6.5vw;
  }

  div.behavior-guide {
    padding: 0;
  }
  div.behavior-guide > div.bg-summary {
    width: auto;
    margin: 0 auto;
    font-size: 20px;
  }
  div.behavior-guide > div.bg-summary > ol {
    padding-left: 4vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  div.behavior-guide > div.bg-summary > ol > li {
    font-size: 5.2vw;

    line-height: 310%;
    font-weight: 300;
    text-align: left;
  }
  div.behavior-guide > div.bg-summary > ol > li:first-child {
    padding-top: 5vw;
  }
  div.behavior-guide > div.bg-summary > ol > li:last-child {
    padding-bottom: 5vw;
  }
  div.behavior-guide > div.bg-summary > ol > li > a {
    color: #000;
    text-decoration: none;
  }
  div.behavior-guide > div.bg-summary > ol > li > span {
    /* border-bottom: 4px solid #e07777; */
    margin: 22px 0 3vh 0;
    line-height: 30px;
    display: inline-block;
  }

  div.behavior-guide > div.bg-precise {
    text-align: left;
    margin: 10vw auto 0 auto;
    width: 100%;
    font-size: 17px;
  }
  div.behavior-guide > div.bg-precise > ol {
    list-style: none;
    padding-left: 0;
  }
  div.behavior-guide > div.bg-precise > ol > li {
    font-weight: 300;
    margin: 5rem 2.5%;
    line-height: 35px;
  }
  div.behavior-guide > div.bg-precise > ol > li > span {
    width: auto;
    font-size: 5.5vw;

    font-weight: 300;
    color: #333;
    vertical-align: super;
    display: block;
    text-align: center;
    border-bottom: 4px solid #e07777;
    margin: 0 auto 3.3vh auto;
    line-height: 44px;
  }

  /* ---------------------------- */
  /* ブログカード(ライター管理用) */
  /* ---------------------------- */
  .internal-blogcard-wrap {
    margin: 5vh auto;
    width: 100%;
    height: 100vh;
    border: 1px solid #ddd;
  }
  .internal-blogcard {
    width: 80vw;
    height: 80vw;
    padding: 5vw;
    margin: 5vw auto;
  }
  .internal-blogcard-thumbnail {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .internal-blogcard-title {
    top: 50vh;
    left: 5%;
  }
  .internal-blogcard-title:before {
    content: "書いた人:";
    display: block;
    font-size: 0.85em;
    margin-bottom: 2.5px;
  }
  .blogcard-content > .button {
    top: 50vh;
    right: 5%;
    width: 57.5%;
  }
  .blogcard-content {
    position: absolute;
    width: 90vw;
    -webkit-transform: translateX(-10vw);
    -ms-transform: translateX(-10vw);
    transform: translateX(-10vw);
    margin: 0;
  }
  .blogcard-snippet {
    top: 60vh;
    width: 90%;
    left: 5%;
    right: 5%;
  }

  /*検索結果ページ*/
  .search-results h1.archive-title {
    padding: 7.5vh 0 5vh 0;
  }
  .search-results .entry-card-snippet {
    display: none !important;
  }
  .search-results #list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-results div.ect-vertical-card > a.a-wrap {
    width: 48% !important;
  }
  .search-results div.ect-vertical-card > a.a-wrap div.entry-card-content {
    padding-bottom: 1em;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  /* ニュース&ブログ 一部内容480未満画面サイズでも表示させる*/
  div.ect-vertical-card
    > a.a-wrap
    div.entry-card-content
    div.entry-card-snippet {
    display: initial;
  }
}
/*ハンバーガメニュ色変更*/
.c-hamburger-btn__bar {
  background: #f00;
}
.c-hamburger-btn__label {
  color: #f00;
}

/*----------------------------*/
/* 医療介護スタッフ求人ページ */
/*----------------------------*/

.page-id-9027 .waku01 {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 6vw;
  width: 95%;
  margin: 40px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border-top: solid 5px #5d627b;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
}
.page-id-9027 .to-entrypage__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-id-9027 .to-entrypage__wrapper .to-entrypage {
  display: block;
  text-align: center;
  border-radius: 60px;
  width: 45%;
  margin: 5vh 0;
  background: #333;
  font-weight: bold;
  height: 70px;
  border: 0;
  padding: 5px 0;
}
.page-id-9027 .to-entrypage__wrapper .to-entrypage a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  position: relative;
}
.page-id-9027 .to-entrypage__wrapper .to-entrypage a:after {
  position: absolute;
  right: 22.5px;
  top: 22.5px;
  font-family: "FontAwesome";
}
.page-id-9027 .to-entrypage__wrapper .to-entrypage:nth-child(1) a:after {
  content: "\f105";
}
.page-id-9027 .to-entrypage__wrapper .to-entrypage:nth-child(2) a:after {
  content: "\f08e";
}

.page-id-9027 .specified {
  margin: 3vh 3vw;
}
.page-id-9027 #content .article h1 {
  margin: 10rem auto 0 auto;
  padding: 5rem 0 0 0 !important;
  font-family: cursive;
  color: black;
  background: white;
  font-size: 2vw;
  max-width: 940px;
}
.page-id-9027 .conta {
  display: block;
  margin-bottom: 50px;
}
.page-id-9027 .bun01 {
  width: 100%;
}
.page-id-9027 .title01 {
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  margin-right: 25px;
  font-weight: bold;
  white-space: nowrap;
  color: #5d627b;
}
.page-id-9027 .aicon01 {
  width: 20px;
  vertical-align: -7% !important;
}

.page-id-9027 .widget-front-work {
  margin-bottom: 0;
}
.page-id-9027 .widget-front-work .gree-base {
  padding-top: 0;
  padding-bottom: 2.5vh;
  text-align: center;
}
.page-id-9027 .widget-front-each-part-title {
  text-align: center;
  padding: 5vh 0 1vh !important;
  background-color: #fff !important;
  color: inherit !important;
}

.page-id-9027 .widget-company {
  margin-bottom: 0;
}
.page-id-9027 .widget-company .gree-base {
  padding-top: 0;
  padding-bottom: 2.5vh;
  text-align: center;
  display: block;
}
.page-id-9027 .entry-content {
  margin-top: 10rem;
  background: #fff;
}
.page-id-9027 .entry-content > *,
.demo .entry-content p {
  margin-bottom: 0;
  margin-top: 0;
}
.page-id-9027 .success-box,
.sp-success,
.success {
  color: black;
  background-color: white;
}
.page-id-9027 .topimg,
.under_margin,
.specified01 {
  text-align: center;
}
.page-id-9027 .success-box {
  max-width: 1080px;
  margin: 0 auto;
}

.page-id-9027 .article .kaigo-work__headline {
    margin-left: -30px;
    margin-top: 1.87em;
    margin-bottom: 14px;
    font-size: 22px;
    padding: 12px 20px 0;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-id-9027 .waku01 {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    width: 95%;
    margin: 40px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    border-top: solid 5px #5d627b;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
  }
  .page-id-9027 .to-entrypage__wrapper {
    display: block;
  }
  .page-id-9027 .to-entrypage__wrapper .to-entrypage {
    display: block;
    text-align: center;
    border-radius: 60px;
    width: 95%;
    margin: 5vh auto;
    background: #333;
    font-weight: bold;
    height: auto;
  }
  .page-id-9027 .article .kaigo-work__headline {
    margin-left: 0;
    padding: 0;
    line-height: 1.1;
    }
  .page-id-9027 .specified {
    margin: 3vh 3vw;
  }
  .page-id-9027 #content .article h1 {
    margin: 0 !important;
    padding: 80px 2.5% 0 2.5% !important;
    font-family: cursive;
    color: black;
    font-size: 7vw;
    letter-spacing: 0;
    text-align: center;
    background: #fff;
  }
  .page-id-9027 .conta {
    display: block;
    margin-bottom: 50px;
  }
  .page-id-9027 .bun01 {
    width: 100%;
    font-size: 4vw;
    line-height: 6vw;
  }
  .page-id-9027 .title01 {
    width: 100%;
    font-size: 5vw;
    margin-bottom: 10px;
    margin-right: 25px;
    font-weight: bold;
    white-space: nowrap;
    color: #5d627b;
  }
  .page-id-9027 .aicon01 {
    width: 5.1vw;
    vertical-align: -7% !important;
  }
  .page-id-9027 .widget-front-work {
    margin-bottom: 0;
  }
  .page-id-9027 .widget-front-work .gree-base {
    padding-top: 0;
    padding-bottom: 2.5vh;
    text-align: center;
  }
  .page-id-9027 .widget-front-each-part-title {
    text-align: center;
    padding: 5vh 0 1vh !important;
    background-color: #fff !important;
    color: inherit !important;
  }
  .page-id-9027 .widget-company {
    margin-bottom: 0;
  }
  .page-id-9027 .widget-company .gree-base {
    padding-top: 0;
    padding-bottom: 2.5vh;
    text-align: center;
    display: block;
  }
  .page-id-9027 .entry-content {
    margin: 10vw 2.5%;
    background: #fff;
  }
  .page-id-9027 .entry-content > *,
  .demo .entry-content p {
    margin-bottom: 0;
  }
  .page-id-9027 .success-box {
    padding-right: 0;
    padding-left: 0;
  }
  .page-id-9027 .success-box,
  .sp-success,
  .success {
    color: black;
    background-color: white;
  }
}

/* 
 * 大規模リニューアル新規ページ(R02/9月~)
 */
/* 基本エントリータイトルのスタイル */
h1.entry-title {
  margin-top: 200px !important;
  font-size: 2.5rem !important;
  letter-spacing: 0.1rem !important;
  background-image: none !important;
  color: #444 !important;
  text-align: left !important;
  padding: 0 !important;
}
h1.entry-title::after {
  content: "" !important;
  display: block !important;
  width: 80px !important;
  height: 4px !important;
  margin: 15px auto 15px 0 !important;
  background-color: #cc9955 !important;
}
@media screen and (max-width: 768px) {
  h1.entry-title {
    font-size: 6.5vw !important;
    margin-top: 35vw !important; /* headerに合わせて */
  }
}
/* ----------- */
/* サービス内容 */
/* ----------- */
body.parent-pageid-835 #content h1.entry-title {
  margin-top: 200px;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  background-image: none;
  color: #333;
  text-align: left;
  padding: 0;
}
body.parent-pageid-835 h1.entry-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 15px auto 15px 0;
  background-color: #cc9955;
}
body.parent-pageid-835 article.article {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.parent-pageid-835 #content h1.entry-title {
    font-size: 6.5vw;
    margin-top: 35vw; /* headerに合わせて */
  }
  body.parent-pageid-835 article.article {
    padding: 0 2.5%;
    font-size: 4.2vw;
  }
  body.parent-pageid-835 article.article div.entry-content {
    margin-top: 0;
  }
}
/* 重度訪問介護サービスとは？ */
.services-about__wrapper h2 {
  padding: 0;
  border: 0;
  color: #333;
}
.services-about__box {
  padding: 0 30px;
  margin-bottom: 40px;
  margin-top: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  background-color: #ffffe1;
  line-height: 2;
}
.services-about__box > div {
  margin: 1.75rem 0;
}
.services-about__box span {
  color: #999;
}
/* 土屋訪問介護の特徴 */
.service-character__bg {
  margin: 3rem auto;
}
.service-character__bg img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
.service-character__explain .service-character__explain-title {
  padding: 0;
  color: #333;
  font-size: 24px;
  margin-top: 2em;
  font-weight: bold;
  margin-bottom: 1rem;
}
.service-character__explain .service-character__explain-title::before {
  display: inline-block;
  background-color: #cc9955;
  border-radius: 50%;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.service-character__explain > div:nth-child(1) .service-character__explain-title::before {
  content: "1";
}
.service-character__explain > div:nth-child(2) .service-character__explain-title::before {
  content: "2";
}
.service-character__explain > div:nth-child(3) .service-character__explain-title::before {
  content: "3";
}
.service-character__explain p {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .service-character__explain > div {
    margin-bottom: 3rem;
  }
  .service-character__explain p {
    padding-left: 0;
  }
  .service-character__explain .service-character__explain-title::before {
    display: block;
    margin-bottom: 1rem;
  }
}
/* サービス開始までの流れ */
.tsuchiya-service-flow__block {
  margin-bottom: 4.5rem;
}
.tsuchiya-service-flow__block .tsuchiya-service-flow__title-num {
  background-color: #fff;
  padding-left: 0;
  padding-bottom: 0;
  color: #cc9955;
  margin-top: 1.87em;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
}
.tsuchiya-service-flow__block > p {
  color: #000;
}
@media screen and (max-width: 768px) {
  .tsuchiya-service-flow__block {
    margin-bottom: 3rem;
  }
}
/* ------------ */
/* サービス事例 */
/* ------------ */
.tsuchiya-service-example__list {
    margin: 5rem auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.25em;
    line-height: 2;
}
.tsuchiya-service-example__list a {
    color: #333;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted;
    -webkit-text-decoration-color: grey;
            text-decoration-color: grey;
}
.tsuchiya-service-example__list a:hover {
    opacity: .75;
}
.tsuchiya-service-example__inner {
  max-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 3rem auto;
}
.tsuchiya-service-example__inner-texts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tsuchiya-service-example__inner-texts hr {
  margin: 30px 0;
  background-color: #a8ce47;
  height: 0.1px;
  border: 0;
}
.tsuchiya-service-example__inner-texts p {
  margin: 0 0 1.5rem 0;
  text-align: left;
}
.tsuchiya-service-example__inner-texts p > span {
  font-weight: 900;
  font-size: 1.1em;
}
.tsuchiya-service-example__inner .tsuchiya-service-example__inner-texts button {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
    .tsuchiya-service-example__list {
        margin: 2.5rem auto;
        width: 100%;
        font-size: inherit;
        padding-left: 0 !important;
    }
  .tsuchiya-service-example__inner-texts hr {
    margin: 1rem 0;
  }
  .tsuchiya-service-example__inner-texts p:last-child {
    margin: 0;
  }
}
/* ---------------------- */
/* サービス事例・子ページ */
/* ---------------------- */
body.parent-pageid-12296 article.article {
    max-width: 900px;
    margin: 0 auto;
}
body.parent-pageid-12296 .tsuchiya-service-example-case__label {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  margin: 1rem 0 1.25rem;
  display: inline-block;
  background-color: #d5a23c;
  padding: 1rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
    body.parent-pageid-12296 h1.entry-title {
        padding: 0 4vw !important;
    }
}


/* --------------------------- */
/* プレスリリース page-id-12328 */
/* --------------------------- */
body.page-id-12328 #content h1.entry-title {
  display: none;
}
body.page-id-12328 .about-press {
  max-width: 960px;
  margin: 5rem auto;
}
body.page-id-12328 .about-press .base__block {
  margin-bottom: 3rem;
}
body.page-id-12328 .about-press h2 {
  color: #333;
  padding-left: 0;
  position: relative;
}
body.page-id-12328 .about-press h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 15px auto;
  position: absolute;
  background-color: #cc9955;
  left: 0px;
}
body.page-id-12328 .about-press dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body.page-id-12328 .about-press dt {
  width: 15%;
  margin-left: 2.5%;
}
body.page-id-12328 .about-press dd {
  width: 82.5%;
  margin: 0;
}
body.page-id-12328 .about-press dt,
body.page-id-12328 .about-press dd {
  border-bottom: 1px solid #ececec;
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  body.page-id-12328 .about-press {
    padding: 0 2.5%;
    margin-top: 35vw;
  }
  body.page-id-12328 .about-press dt {
    width: 100%;
    margin-left: 0;
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  body.page-id-12328 .about-press dd {
    width: 100%;
    margin-left: 2.5%;
    padding-bottom: 1rem;
  }
}
/* ---------------------------- */
/* グループ会社紹介 page-id-3365 */
/* ---------------------------- */
body.page-id-3365 #content h1.entry-title {
  margin-top: 200px;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  background-image: none;
  color: #333;
  text-align: left;
  padding: 0;
}
body.page-id-3365 h1.entry-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 15px auto 15px 0;
  background-color: #cc9955;
}
body.page-id-3365 article.article {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.page-id-3365 #content h1.entry-title {
    font-size: 6.5vw;
    margin-top: 35vw; /* headerに合わせて */
  }
  body.page-id-3365 article.article {
    padding: 0 5%;
    font-size: 4.2vw;
  }
  body.page-id-835 article.article div.entry-content {
    margin-top: 0;
  }
}
.related-company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  margin: 100px auto;
  max-width: 1300px;
  padding: 50px 0;
}
.related-company__box {
  width: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  margin-bottom: 40px;
  margin-top: 60px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  background-color: #ffffe1;
}
.related-company__title {
  margin: 0 !important;
  font-size: 1.1rem;
  color: #555;
  font-weight: 600;
}
.related-company__box a {
  margin-top: auto;
  color: #fff;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  background-color: #ff8b7e;
  padding: 5px 25px;
  border-radius: 50px;
}
.related-company__box a:hover {
  opacity: 0.6;
}
.related-company__box img {
  width: 100%;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
}
.related-company__box p {
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .related-company__wrapper {
    max-width: 100%;
    display: block;
    margin: 0 0 5rem 0;
    padding: 0;
  }
  .related-company__wrapper a {
    display: block;
    border-bottom: #ddd 1px solid;
  }
  .related-company__box {
    width: 100%;
    padding: 10vw 5vw;
    margin: 3rem auto;
  }
  .related-company__box div {
    height: 10vh;
    line-height: 10vh;
    margin: 1.2em 0;
    padding: 15px;
  }
  .related-company__box img {
    height: 10vh;
  }
  .related-company__title {
    padding: 0;
    font-size: 6vw;
  }
}
/* -------------------------------
 * 「事業担当者/ご利用者の方」共通 12475 12473
 ------------------------------- */
body.page-id-12473 #content header.entry-header,
body.page-id-12475 #content header.entry-header {
  display: none;
}
body.page-id-12473 #content .base__wrapper,
body.page-id-12475 #content .base__wrapper {
  margin-top: 140px;
}
body.page-id-12473 #content .base__wrapper .img-div,
body.page-id-12475 #content .base__wrapper .img-div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-id-12473 #content .head-eye-catch-inner,
body.page-id-12475 #content .head-eye-catch-inner {
  padding: 25px;
}
body.page-id-12473 #content .head-eye-catch-inner .hl2,
body.page-id-12475 #content .head-eye-catch-inner .hl2 {
  background-color: transparent;
  padding: 0;
  margin: .5rem 0;
  color: #fff;
  max-width: none;
  font-size: 3rem;
}
body.page-id-12473 #content .head-eye-catch-inner hr,
body.page-id-12475 #content .head-eye-catch-inner hr {
  width: 200px;
}
body.page-id-12473 #content .head-eye-catch-inner p,
body.page-id-12475 #content .head-eye-catch-inner p {
  color: #fff;
  margin: 2rem .5rem;
}
/* アイキャッチ下リンクボタン */
body.page-id-12473 #content .cu-head-links,
body.page-id-12475 #content .cu-head-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-id-12473 #content .cu-head-links > a,
body.page-id-12475 #content .cu-head-links > a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
  overflow: hidden;
}
body.page-id-12473 #content .cu-head-links .img-div,
body.page-id-12475 #content .cu-head-links .img-div {
  color: #fff;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  /* transform-origin: left; */
}
body.page-id-12473 #content .cu-head-links .img-div:hover,
body.page-id-12475 #content .cu-head-links .img-div:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
body.page-id-12473 #content .cu-head-links .hl3,
body.page-id-12475 #content .cu-head-links .hl3 {
  border: 0;
  padding-right: 0;
  padding-left: 0;
  font-size: 2rem;
  text-align: center;
}
/* 各タイトル */
body.page-id-12473 #content .cu-service .hl2,
body.page-id-12475 #content .cu-service .hl2 {
  max-width: 1180px;
  margin: 2rem auto .5rem;
  color: #555;
  font-size: 3rem;
  letter-spacing: -0.25rem;
}
@media screen and (max-width: 768px) {
    body.page-id-12473 #content .base__wrapper,
    body.page-id-12475 #content .base__wrapper {
        margin-top: 75px;
    }
    body.page-id-12473 #content div.entry-content,
    body.page-id-12475 #content div.entry-content {
        margin-right: 0;
        margin-left: 0;
    }
  body.page-id-12473 #content .head-eye-catch-inner,
  body.page-id-12475 #content .head-eye-catch-inner {
    padding: 5vw;
  }
  body.page-id-12473 #content .head-eye-catch-inner .hl2,
  body.page-id-12475 #content .head-eye-catch-inner .hl2 {
    font-size: 10vw;
  }
  body.page-id-12473 #content .cu-head-links,
  body.page-id-12475 #content .cu-head-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.page-id-12473 #content .cu-head-links > a,
  body.page-id-12475 #content .cu-head-links > a {
    width: 100vw;
  }
  body.page-id-12473 #content .cu-head-links .img-div,
  body.page-id-12475 #content .cu-head-links .img-div {
    position: relative;
    height: 300px;
    padding: 5vw;
  }
  body.page-id-12473 #content .cu-head-links .img-div::after,
  body.page-id-12475 #content .cu-head-links .img-div::after {
    content: "\f103";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 30px;
    text-align: center;
    -webkit-animation-name: blinkOpacity;
    animation-name: blinkOpacity;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  body.page-id-12473 #content .cu-service .hl2,
  body.page-id-12475 #content .cu-service .hl2 {
    font-size: 8vw;
    padding: 0 2.5vw;
    letter-spacing: 0;
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
}
@-webkit-keyframes blinkOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinkOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -----------------------------
 * 「事業担当者の方」pageid:12475
 ------------------------------- */
body.page-id-12475 .cu-service-outline__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
body.page-id-12475
  .cu-service-outline__wrapper
  > .cu-service-outline__inner-left-div,
body.page-id-12475
  .cu-service-outline__wrapper
  > .cu-service-outline__inner-right-div {
  width: 540px;
}
body.page-id-12475 .cu-service-outline__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 40px 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #ddd;
}
body.page-id-12475 .cu-service-outline__inner-left {
  width: 50%;
}
body.page-id-12475 .cu-service-outline__inner-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
}
body.page-id-12475 .cu-service-outline .cu-service-outline__inner-right .hl3 {
  padding: 0;
  text-align: left;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1;
}
body.page-id-12475 .cu-service-outline .cu-service-outline__inner-right hr {
  margin: 30px 0;
  width: 100px;
  background-color: #f7e2e3;
  border: 0;
  height: 1px;
}
body.page-id-12475 .cu-service-outline .cu-service-outline__inner-right p {
  margin: 0 0 20px 0;
  text-align: left;
}
body.page-id-12475
  .cu-service-outline
  .cu-service-outline__inner
  .cu-service-outline__inner-right
  button {
  margin-bottom: 1.5rem;
  background-color: #ff8b7e;
}
body.page-id-12475 .cu-service-example__inner {
  max-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 3rem auto;
  border: 1px solid #ddd;
}
body.page-id-12475 .cu-service-example__inner:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
body.page-id-12475 .cu-service-example__inner-img {
  width: 50%;
}
body.page-id-12475 .cu-service-example__inner-texts {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
}
body.page-id-12475 .cu-service-example .cu-service-example__inner-texts .hl3 {
  padding: 0;
  text-align: left;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1;
}
body.page-id-12475 .cu-service-example .cu-service-example__inner-texts hr {
  margin: 30px 0;
  width: 100px;
  background-color: #f7e2e3;
  border: 0;
  height: 1px;
}
body.page-id-12475 .cu-service-example .cu-service-example__inner-texts p {
  margin: 0 0 1.5rem 0;
  text-align: left;
}
body.page-id-12475 .cu-service-example .cu-service-example__inner-texts p span {
  font-weight: 600;
}
body.page-id-12475
  .cu-service-example
  .cu-service-example__inner
  .cu-service-example__inner-texts
  button {
  margin-bottom: 1.5rem;
}
body.page-id-12475 .cu-service-movie .cu-service-movie__wrapper {
  padding: 0 2.5vw 3rem 2.5vw;
}
body.page-id-12475
  .cu-service-movie
  .cu-service-movie__wrapper
  .video-container {
  max-width: 1120px;
  margin: 0 auto;
  display: block;
  position: static;
  height: auto;
}
body.page-id-12475
  .cu-service-movie
  .cu-service-movie__wrapper
  .video-container
  .video {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body.page-id-12475 .cu-service-outline__inner {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-id-12475 .cu-service-outline__inner-left {
    width: 100%;
    height: 150px;
  }
  body.page-id-12475 .cu-service-outline__inner-right {
    width: 100%;
    padding: 2.5vw;
  }
  body.page-id-12475 .cu-service-outline .cu-service-outline__inner-right .hl3 {
    margin: 20px 0 0 0;
    font-size: 5.5vw;
    letter-spacing: 0;
    border-left: 0;
  }
  body.page-id-12475 .cu-service-outline .cu-service-outline__inner-right hr {
    margin: 20px 0;
  }
  body.page-id-12475 .cu-service-example__inner {
    display: block;
    width: 95%;
    margin: 0 auto 3rem auto;
  }
  body.page-id-12475 .cu-service-example__inner-img {
    width: 100%;
    height: 150px;
  }
  body.page-id-12475 .cu-service-example__inner-texts {
    width: 100%;
    padding: 2.5vw;
  }
  body.page-id-12475 .cu-service-example .cu-service-example__inner-texts .hl3 {
    margin: 20px 0 0 0;
    font-size: 5.5vw;
    letter-spacing: 0;
  }
  body.page-id-12475 .cu-service-example .cu-service-example__inner-texts hr {
    margin: 20px 0;
  }
}
/* -----------------------------
 * 「利用者の方」 pageid:12473
 ------------------------------- */
body.page-id-12473 .cu-service-outline__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
body.page-id-12473
  .cu-service-outline__wrapper
  > .cu-service-outline__inner-left-div,
body.page-id-12473
  .cu-service-outline__wrapper
  > .cu-service-outline__inner-right-div {
  width: 540px;
}
body.page-id-12473 .cu-service-outline__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 40px 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #ddd;
}
body.page-id-12473 .cu-service-outline__inner-left {
  width: 50%;
}
body.page-id-12473 .cu-service-outline__inner-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
}
body.page-id-12473 .cu-service-outline .cu-service-outline__inner-right .hl3 {
  padding: 0;
  text-align: left;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1;
}
body.page-id-12473 .cu-service-outline .cu-service-outline__inner-right hr {
  margin: 30px 0;
  width: 100px;
  background-color: #f7e2e3;
  border: 0;
  height: 1px;
}
body.page-id-12473 .cu-service-outline .cu-service-outline__inner-right p {
  margin: 0 0 20px 0;
  text-align: left;
}
body.page-id-12473
  .cu-service-outline
  .cu-service-outline__inner
  .cu-service-outline__inner-right
  button {
  margin-bottom: 1.5rem;
  background-color: #ff8b7e;
}
body.page-id-12473 .cu-service-example__inner {
  max-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 3rem auto;
  border: 1px solid #ddd;
}
body.page-id-12473 .cu-service-example__inner:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
body.page-id-12473 .cu-service-example__inner-img {
  width: 50%;
}
body.page-id-12473 .cu-service-example__inner-texts {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
}
body.page-id-12473 .cu-service-example .cu-service-example__inner-texts .hl3 {
  padding: 0;
  text-align: left;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1;
}
body.page-id-12473 .cu-service-example .cu-service-example__inner-texts hr {
  margin: 30px 0;
  width: 100px;
  background-color: #f7e2e3;
  border: 0;
  height: 1px;
}
body.page-id-12473 .cu-service-example .cu-service-example__inner-texts p {
  margin: 0 0 1.5rem 0;
  text-align: left;
}
body.page-id-12473 .cu-service-example .cu-service-example__inner-texts p span {
  font-weight: 600;
}
body.page-id-12473
  .cu-service-example
  .cu-service-example__inner
  .cu-service-example__inner-texts
  button {
  margin-bottom: 1.5rem;
}
body.page-id-12473 .cu-service-movie .cu-service-movie__wrapper {
  padding: 0 2.5vw 3rem 2.5vw;
}
body.page-id-12473
  .cu-service-movie
  .cu-service-movie__wrapper
  .video-container {
  max-width: 1120px;
  margin: 0 auto;
  display: block;
  position: static;
  height: auto;
}
body.page-id-12473
  .cu-service-movie
  .cu-service-movie__wrapper
  .video-container
  .video {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body.page-id-12473 .cu-service-outline__inner {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-id-12473 .cu-service-outline__inner-left {
    width: 100%;
    height: 150px;
  }
  body.page-id-12473 .cu-service-outline__inner-right {
    width: 100%;
    padding: 2.5vw;
  }
  body.page-id-12473 .cu-service-outline .cu-service-outline__inner-right .hl3 {
    margin: 20px 0 0 0;
    font-size: 5.5vw;
    letter-spacing: 0;
    border-left: 0;
  }
  body.page-id-12473 .cu-service-outline .cu-service-outline__inner-right hr {
    margin: 20px 0;
  }
  body.page-id-12473 .cu-service-example__inner {
    display: block;
    width: 95%;
    margin: 0 auto 3rem auto;
  }
  body.page-id-12473 .cu-service-example__inner-img {
    width: 100%;
    height: 150px;
  }
  body.page-id-12473 .cu-service-example__inner-texts {
    width: 100%;
    padding: 2.5vw;
  }
  body.page-id-12473 .cu-service-example .cu-service-example__inner-texts .hl3 {
    margin: 20px 0 0 0;
    font-size: 5.5vw;
    letter-spacing: 0;
  }
  body.page-id-12473 .cu-service-example .cu-service-example__inner-texts hr {
    margin: 20px 0;
  }
}
/* ----------------- */
/* 事業所一覧 (17883) */
/* ----------------  */
body.page-id-17883 article.article {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
body.page-id-17883 article.article #tocWrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 6rem 0;
}
body.page-id-17883 article.article #tocWrapper ul > li {
  margin-right: 75px;
}
body.page-id-17883 article.article #tocWrapper button {
  cursor: pointer;
  max-width: 280px;
  width: 30vw;
  background-color: #777;
  color: #fff;
  border: 0;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  padding: 0.5rem 0;
  margin: 0.5rem auto;
  font-weight: 600;
  font-size: 1.25em;
}
body.page-id-17883 article.article #tocWrapper button:hover {
  opacity: 0.5;
}
body.page-id-17883 article.article .office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 1rem auto 1.5rem;
  padding: 1rem 0;
  font-size: 1.1rem;
  color: #555;
}

body.page-id-17883 article.article .office__left {
  padding: 0 5% 0 0;
  width: 100%;
}
body.page-id-17883 article.article .office__right {
    display: none;
}
body.page-id-17883 article.article iframe {
    display: none;
}
body.page-id-17883 article.article .office-name {
  padding: 0;
  margin-top: 0;
  font-size: 1.4rem;
  color: #555;
  text-decoration-line: none;
  border-bottom: dotted 2px #555;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .05rem;
}
body.page-id-17883 article.article .office-name:hover {
    opacity: .75;
}
body.page-id-17883 article.article .office-address {
    line-height: 1.5;
    margin: .25rem 0 .75rem;
}
body.page-id-17883 article.article .office-address p {
    margin: 0 10px 0 0;
    display: inline-block;
    line-height: 1.25;
}
body.page-id-17883 article.article .office-contact {
    font-size: 14px;
}
body.page-id-17883 article.article .office-bis-num {
    display: none;
}
body.page-id-17883 article.article p {
  margin: 0 0 10px 0;
  line-height: 1.25;
}
body.page-id-17883 article.article .fc-mark {
    background-color: #f7e2e3;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 1.5px;
    border-radius: 4px;
    margin: .5rem 0 .5rem .5rem;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    body.page-id-17883 article.article {
        width: 95%;
    }
    body.page-id-17883 article.article #tocWrapper ul {
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 3rem 0;
    }
    body.page-id-17883 article.article #tocWrapper ul > li {
        margin-right: 0;
    }
    body.page-id-17883 article.article #tocWrapper button {
        width: 27.5vw;
        font-size: 4vw;
        font-weight: 500;
    }
    body.page-id-17883 article.article .office {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 4vw;
    }
    body.page-id-17883 article.article .office__left {
        padding: 0;
    }
    body.page-id-17883 article.article .office-name {
        font-size: 5.5vw;
        margin-bottom: .5rem;
    }
    body.page-id-17883 article.article .office-bis-num {
        text-align: left;
        font-size: 3.25vw;
        margin: 0;
        line-height: 1.5;
    }
    body.page-id-17883 article.article p {
        margin: 0 0 0.5rem 0;
        line-height: 1.25;
        font-size: 4vw;
    }
    body.page-id-17883 article.article .fc-mark {
        margin: 0 auto 1rem 0;
    }
    body.page-id-17883 article.article .office-address {
        margin: 0 0 1rem;
    }
    body.page-id-17883 article.article .office-address p:first-child {
        display: block;
    }
    body.page-id-17883 article.article .office-contact {
        font-size: 3.5vw;
    }
}

/* ------------------ */
/* 事業所一覧 子ページ */
/* ------------------ */
body.parent-pageid-17883 article.article {
    max-width: 900px;
    margin: 0 auto;
}
body.parent-pageid-17883 .fc-mark {
    background-color: #f7e2e3;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 1.5px;
    border-radius: 4px;
    margin: .5rem 0;
}
body.parent-pageid-17883 .office-name {
    display: none;
}
body.parent-pageid-17883 p {
    margin-bottom: 0;
}
body.parent-pageid-17883 #tocWrapper {
    display: none;
}
body.parent-pageid-17883 .office-bis-num {
    text-align: right;
}
body.parent-pageid-17883 iframe {
    width: 100%;
}
body.parent-pageid-17883 .office-address > p:not(:first-child) {
    display: inline-block;
    margin-right: 10px;
}
body.parent-pageid-17883 .office-address > p:last-of-type {
    margin-bottom: 1.25rem;
}
body.parent-pageid-17883 .office-address::before,
body.parent-pageid-17883 .office-contact::before,
body.parent-pageid-17883 .office-greeting::before,
body.parent-pageid-17883 .office-picture::before {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1;
    margin: 2.5rem 0 1.25rem;
    display: inline-block;
    background-color: #ff8b7e;
    padding: 1rem;
    color: #fff;
}
body.parent-pageid-17883 .office-address::before {
    content: "所在地";
}
body.parent-pageid-17883 .office-contact::before {
    content: "連絡先";
}
body.parent-pageid-17883 .office-greeting::before {
    content: "ご挨拶";
}
body.parent-pageid-17883 .office-picture::before {
    content: "写真";
}
body.parent-pageid-17883 .office-picture__inner-wrapper {
    display: flex;
    flex-wrap: wrap;
}
body.parent-pageid-17883 .office-picture__inner-wrapper img {
    object-fit: cover;
    padding: 15px;
}
@media screen and (max-width: 768px) {
    body.parent-pageid-17883 article.article {
        width: 97.5%;
    }
    body.parent-pageid-17883 .office-picture__inner-wrapper img {
        padding: 10px;
    }
}


/* ---------------- */
/* 土屋wiki 子ページ */
/* ---------------- */
.parent-pageid-2082 h1.entry-title {
  padding: 0 30px !important;
  max-width: 1080px;
  /* margin: 0 auto; */
  margin-right: auto !important;
    margin-left: auto !important;
}
.parent-pageid-2082 header .sns-share {
    max-width: 1020px;
    margin-bottom: 1rem;
}
.parent-pageid-2082 div.entry-content {
    max-width: 1080px;
    padding: 0 30px !important;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .parent-pageid-2082 h1.entry-title {
        padding: 0 5vw !important;
    }
    .parent-pageid-2082 header .sns-share {
        padding: 0 5vw;
    }
    .parent-pageid-2082 div.entry-content {
        padding: 0 5vw !important;
    }      
}