/*
Theme Name:switch-child
Template:switch_tcd063
Version:1.7.4
*/

body {
    font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif !important;
}

.c-logo,
.p-page-header__title,
.p-page-header__desc,
.p-archive-header__title,
.p-faq__cat,
.p-interview__title,
.p-footer-link__title,
.p-block01__title,
.p-block04__title,
.p-index-content02__title,
.p-headline02__title,
.p-index-content01__title,
.p-index-content06__title,
.p-index-content07__title,
.p-index-content09__title,
.p-plan__title,
.p-plan__catch,
.p-header-content__title,
.p-spec__title {
    font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif !important;
}

/* pc・sp 非表示 */
@media screen and (max-width: 767px) {
    .pc_only {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sp_only {
        display: none !important;
    }
}

/* PC・SPのみ改行させる方法 */
@media screen and (min-width: 767px) {
    .pc {
        display: inline;
    }

    .sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: inline;
    }
}

/* 中央 */
.center {
    text-align: center;
}

/* 下余白 */
.mb-s {
    margin-bottom: 0.5rem;
}

.mb-l {
    margin-bottom: 3rem;
}

.p-article06__title {
    font-size: 18px;
    font-weight: 900;
}

.p-article06__cat {
    left: 0;
    right: unset;
    font-size: 16px;
}

/* header幅 */
@media screen and (min-width: 767px) {
    .p-page-header {
        height: 450px;
    }
}

/* テンプレ「intervie」ページ→「facility」ページ へ変更 */
@media screen and (min-width: 767px) {
    .p-interview {
        background: unset;
        padding: 0 90px;
    }
}

.p-interview__img img {
    margin-bottom: 81px;
}

.p-interview {
    background: unset;
}

.p-interview__title {
    margin-bottom: 30px;
    line-height: 1.5;
}

/* スライダー 見出し */
.uris-slider-post-title {
    font-size: 32px;
    color: #4e4e4e;
    border-bottom: solid 2px #4e4e4e;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
    .uris-slider-post-title {
        font-size: 25px;
    }
}

table.pb_simple_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table.pb_simple_table th,
table.pb_simple_table td {
    border: 1px solid #ddd;
    line-height: 2.2;
    padding: 8px 15px;
    vertical-align: middle;
}

table.pb_simple_table th {
    text-align: center;
    width: 18%;
}

table.pb_simple_table td p {
    margin-top: 0 !important;
    padding: 0 !important;
}

table.pb_simple_table td> :last-child {
    margin-bottom: 0 !important;
}

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

    table.pb_simple_table th,
    table.pb_simple_table td {
        line-height: 1.8;
        padding: 10px 15px;
    }

    table.pb_simple_table th {
        width: 25%;
    }
}

@media only screen and (max-width: 320px) {
    table.pb_simple_table th {
        width: 30%;
    }
}
}

/* 基本設定 */
#tcd-pb-wrap,
.tcd-pb-row {
    overflow: hidden;
}

.tcd-pb-row,
.tcd-pb-col,
.tcd-pb-widget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.tcd-pb-col {
    float: left;
}

.tcd-pb-row.row5 {
    margin-bottom: 30px;
    background-color: #ffffff;
}

.tcd-pb-row.row5 .tcd-pb-row-inner {
    margin-left: -15px;
    margin-right: -15px;
}

.tcd-pb-row.row5 .tcd-pb-col.col1 {
    width: 64.9566%;
    padding-left: 15px;
    padding-right: 15px;
}

.tcd-pb-row.row5 .tcd-pb-col.col2 {
    width: 35.0432%;
    padding-left: 15px;
    padding-right: 15px;
}

.tcd-pb-row.row5 .tcd-pb-col.col1 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
}

.tcd-pb-row.row5 .tcd-pb-col.col2 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
}

.tcd-pb-row.row5 .tcd-pb-col.col2 .tcd-pb-widget.widget2 {
    margin-bottom: 30px;
}

@media only screen and (max-width:767px) {
    .tcd-pb-row.row5 {
        margin-bottom: 30px;
    }

    .tcd-pb-row.row5 .tcd-pb-row-inner {
        margin-left: -15px;
        margin-right: -15px;
    }

    .tcd-pb-row.row5 .tcd-pb-col.col1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tcd-pb-row.row5 .tcd-pb-col.col1 {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .tcd-pb-row.row5 .tcd-pb-col.col1 .tcd-pb-widget.widget1 {
        margin-bottom: 30px;
    }

    .tcd-pb-row.row5 .tcd-pb-col.col2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tcd-pb-row.row5 .tcd-pb-col.col2 {
        width: 100%;
        float: none;
    }

    .tcd-pb-row.row5 .tcd-pb-col.col2 .tcd-pb-widget.widget1 {
        margin-bottom: 30px;
    }

    .tcd-pb-row.row5 .tcd-pb-col.col2 .tcd-pb-widget.widget2 {
        margin-bottom: 30px;
    }
}

.tcd-pb-row.row6 {
    margin-bottom: 30px;
    background-color: #ffffff;
}

.tcd-pb-row.row6 .tcd-pb-row-inner {
    margin-left: -15px;
    margin-right: -15px;
}

.tcd-pb-row.row6 .tcd-pb-col.col1 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.tcd-pb-row.row6 .tcd-pb-col.col2 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.tcd-pb-row.row6 .tcd-pb-col.col1 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
}

.tcd-pb-row.row6 .tcd-pb-col.col2 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
}

@media only screen and (max-width:767px) {
    .tcd-pb-row.row6 {
        margin-bottom: 30px;
    }

    .tcd-pb-row.row6 .tcd-pb-row-inner {
        margin-left: -15px;
        margin-right: -15px;
    }

    .tcd-pb-row.row6 .tcd-pb-col.col1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tcd-pb-row.row6 .tcd-pb-col.col1 {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .tcd-pb-row.row6 .tcd-pb-col.col1 .tcd-pb-widget.widget1 {
        margin-bottom: 30px;
    }

    .tcd-pb-row.row6 .tcd-pb-col.col2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tcd-pb-row.row6 .tcd-pb-col.col2 {
        width: 100%;
        float: none;
    }

    .tcd-pb-row.row6 .tcd-pb-col.col2 .tcd-pb-widget.widget1 {
        margin-bottom: 30px;
    }
}

/*.tcd-pb-row.row6 .tcd-pb-col.col1 .tcd-pb-widget.widget1 .pb_simple_table th { background-color: #f9f9f9; color: #c9594e; }*/

/* 1日の流れ */
.flow ul {
    padding: 0;
    margin-left: 0 !important;
}

.flow li::marker {
    list-style-type: none;
}

dd {
    margin-left: 0;
}

.flow {
    padding-left: 120px;
    position: relative;
    margin-left: 0em !important;
}

.flow::before {
    content: "";
    width: 2em;
    height: 100%;
    background: #c9594e;
    margin-left: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 9.4rem;
}

.flow>li {
    position: relative;
    list-style-type: none !important;
}

.flow>li:not(:last-child) {
    margin-bottom: 2vh;
}

.flow>li .icon {
    background-color: #5b74af;
    color: #fff;
    border-radius: 10px;
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: 2px;
    left: -120px;
    z-index: 90;
    font-size: 100%;
}

.flow>li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #5b74af;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flow>li .icon::before {
    font-family: "Font Awesome 5 Free";
    content: '\f017';
    margin-right: 5px;
}

.flow>li dl {
    padding-left: 70px;
    position: relative;
    display: flex;
}

.flow>li dl::before,
.flow>li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}

.flow>li dl::before {
    width: 10px;
    height: 10px;
    margin-top: 0.5rem;
    background: #fff;
    border-radius: 50%;
    left: 2.6rem;
}

/*.flow > li dl::after {
    width: 40px;
    border-bottom: 2px dashed #999;
    position: absolute;
    left: 1.8em;
}*/
.flow>li dl dt {
    font-weight: 600;
    color: #444;
    margin-bottom: 1vh;
    width: 40%;
    background-color: #c9594e29;
}

.flow>li dl dd {
    width: 60%;
    margin: auto;
}

.flow dt {
    padding: 1rem;
    margin-right: 5px;
    border: 1px solid #c9594e;
    border-radius: 10px;
    line-height: unset;
}

@media print,
screen and (max-width: 992px) {
    .flow>li dl {
        display: block;
    }

    .flow>li dl dt {
        width: 100%;
    }

    .flow>li dl dd {
        width: 100%;
    }

    .arrow-r {
        margin-left: 50%;
    }

    .flow>li .icon::before {
        display: none;
    }

    .flow::before {
        left: 7.7rem;
    }

    .flow>li dl::before {
        left: 0.9rem;
    }

    .flow>li dl {
        padding-left: 40px;
    }
}

.merit {
    list-style-type: disc;
}

.bnr {
    max-width: 95%;
}

.opacity:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
}

/* 機能訓練の様子 */
.gallery {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-left: 0em !important;
}

.gallery li {
    width: 30%;
    list-style-type: none !important;
}

.gallery h5 {
    margin-bottom: 0.5rem;
    color: #6f3b0e;
}

.gallery p {
    line-height: 1.7;
}

.gallery img {
    width: 100%;
    margin-bottom: 0.5em;
}

@media print,
screen and (max-width: 500px) {
    .gallery {
        display: block;
    }

    .gallery li {
        width: 100%;
        list-style-type: none !important;
    }
}

/* ボタン */
.btn {
    text-align: center;
}

.q_button {
    letter-spacing: 0.1em;
    background-color: #5b74af;
}

.q_button:hover {
    background-color: #7c93c9;
}

.pdf:after {
    font-family: "Font Awesome 5 Free";
    content: '\f1c1';
    margin-left: 10px;
    font-size: 16px;
}

/* ContactForm7 テーブル */
.wpcf7 {
    border: 0px solid #ddd;
    background: unset;
}

/*「必須」文字*/
.req {
    font-size: .9em;
    padding: 5px;
    background: #f49797;
    color: #fff;
    border-radius: 3px;
    margin-left: 1em;
}

/*「任意」文字*/
.unreq {
    font-size: .9em;
    padding: 5px;
    background: #bdbdbd;
    /*グレー*/
    color: #fff;
    border-radius: 3px;
    margin-right: 1em;
}

div#wpcf7cpcnf {
    z-index: 1;
}

div#wpcf7cpcnf table {
    width: 100%;
}

div#wpcf7cpcnf th {
    background: unset;
}

.wpcf7 .wpcf7-submit {
    background-color: #64b164;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: #3e833e;
}

#wpcf7cpcnf button {
    background-color: #354466 !important;
    ;
}

#wpcf7cpcnf button:hover {
    background-color: #5b74af !important;
    ;
}

div.wpcf7cp-btns {
    display: flex;
}

@media screen and (max-width: 767px) {
    div.wpcf7cp-btns {
        display: block;
    }
}

.wpcf7 .wpcf7-list-item {
    display: inline-block;
    margin-right: 5rem;
}

fieldset {
    border: none;
    padding: 0;
}

/* 施設ページ 施設日記一覧  */
.info_diary ul {}

/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none !important;
}

.card-link a:hover {
    text-decoration: none;
    color: #5b74af;
}

.card-link img {
    width: 100%;
    min-height: 115px;
    transition: 1s all;
    overflow: hidden;
}

.card-link img:hover {
    opacity: unset;
    transform: scale(1.2, 1.2);
    transition: 1s all;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card-list figure {
    margin: 0px !important;
    overflow: hidden;
}

.card-figure {
    margin: 0;
    padding: 0;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 0.6em 0 0;
    color: #333;
    text-align: center;
    font-size: 1.8em;
}

/* カードレイアウトの説明文部分 */
.time {
    margin: 0;
    padding: 0 0 1em 3em;
    color: #818181;
    font-size: 80%;
}

.content {
    margin: 0;
    padding: 0 2.5em 3em;
    ;
    color: #818181;
}

/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
    border: 1px solid #ddd;
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0 3em;
        width: calc(100% / 2);
        /* 100%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(100% / 3);
        /* 100%幅を3で割るという指定 */
    }

    /* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after {
        content: "";
        display: block;
        width: calc(100% / 3);
    }
}

/* お知らせ box */
.info_list ul {
    display: block;
    padding-left: 0;
    list-style: none !important;
    margin-left: 0;
    margin-bottom: 0;
}

.info_list li {
    /*background: #f8f8f8;*/
    border: 1px solid #ddd;
    border-bottom: none;
}

.info_list li:last-child {
    margin-bottom: 3rem;
    border-bottom: 1px solid #ddd;
}

.info_list a {
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    color: #000;
    text-decoration: none;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    background-color: transparent;
}

.info_list a:hover {
    text-decoration: none;
    color: #5b74af;
}

.info_list_time {
    margin-right: 40px;
}

.info_list_title {
    line-height: 17px;
    font-weight: 700;
}

.info_list_content {
    margin-left: 2rem;
    width: 50%;
    line-height: 1.5;
}

/* 施設日記・お知らせ ボタン */
.info_button {
    background-color: #5b74af;
    box-sizing: border-box;
    color: #fff !important;
    display: inline-block;
    font-size: 100%;
    font-weight: 400;
    min-width: 200px;
    margin: 0;
    max-width: 90%;
    padding: 0.6em 1.3em 0.5em;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.info_button a:hover {
    color: #ffffff;
    background: #183fa3;
}

/* TOP イベント削除 */
@media screen and (min-width: 768px) {
    .p-index-content04 {
        padding: 2rem 0 2rem;
    }
}

/*@media screen and (max-width: 767px){
.p-index-content04 {
    padding: 1em 0 5px;
}*/
}

.container {
    display: flex;
}

/* TOP お知らせ box */
.news_list ul {
    display: block;
    padding-left: 0;
    list-style: none !important;
    margin-left: 0;
    margin-bottom: 0;
}

.news_list a {
    display: inline-block;
    height: 50px;
    color: #000;
    text-decoration: none;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    background-color: transparent;
}

.news_list a:hover {
    text-decoration: none;
    color: #5b74af;
}

.news_list_time {
    margin-right: 40px;
}

.news_list_title {
    line-height: 17px;
    font-weight: 700;
}

.news_list_content {
    margin-left: 2rem;
}

.news_list p {
    line-height: 1.5;
}

.p-article09 {
    margin-bottom: 40px;
    padding: 20px 40px;
}

.p-article09__title {
    font-weight: 600;
    font-size: 130%;
    color: #3f3f3f;
    margin-right: 1em;
}

@media screen and (max-width: 425px) {
    .news_list a {
        display: flex;
    }

    .p-article09__title {
        width: unset;
    }
}

/* バッジ－archive　カテゴリー */
.badge {
    display: inline-block;
    padding: 5px;
    font-size: 95%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    min-width: 12%;
}

.badge-gray {
    color: #fff;
    background-color: #5a5453;
}

.badge-blue {
    color: #fff;
    background-color: #5b74af;
}

.badge-green {
    color: #fff;
    background-color: #64b164;
}

.badge-orange {
    color: #fff;
    background-color: #ff7d00;
}

.badge-pink {
    color: #fff;
    background-color: #ea668b;
    ;
}

.badge-red {
    color: #fff;
    background-color: #c01f0e;
}

/* スタイル */
.mb-s {
    margin-bottom: 1rem;
}

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

    /* TOPページ お知らせ */
    .p-article09 {
        padding: 5px 20px 13px;
    }

    /* 施設ページ お知らせ */
    .info_list_time {
        margin-right: 20px;
    }
}

/* スライダー サムネイルsp削除 */
@media screen and (max-width: 767px) {
    .sp-bottom-thumbnails {
        display: none;
    }
}

/* footer バナーflex*/
.p-footer-link__list {
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 899px) {
    .p-footer-link__list-item {
        margin: 15px;
    }
}

@media screen and (max-width: 767px) {
    .p-footer-nav li {
        text-align: center;
    }
}

/* 求人情報 見出し下 */
.p-article04__header {
    padding: 28px 4.81928% 15px;
}

/* キャッチコピー 背景 */
.p-index-content01 {
    background-image: url(/wp/wp-content/uploads/2023/10/back_02.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-origin: border-box !important;
}

/*  */
@media screen and (min-width: 768px) {
    .p-index-content03__item {
        width: 49%;
        box-shadow: 10px 10px 2px 0px rgba(0, 0, 0, 0.2);
    }
}

.p-index-content03__item:last-of-type {
    display: none;
}

/* TOP カラム */
.p-article08__title {
    color: #6f3b0e;
}

/* TOP 運営施設 */
.p-article06 {
    background: #fffaed;
}

.p-article06__title a {
    color: #6f3b0e !important;
}

/* headerフロント画像 */
.p-header-content::before {
    background-image: url(/wp/wp-content/uploads/2023/10/catchcopy_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
    height: 11% !important;
    bottom: -3px;
}

/*  
.header-bk {
    background-image: url(http://sekirei-corp.jp/wp/wp-content/uploads/2023/10/catchcopy_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
	height: 11% !important;
	bottom: 50px;
	position: absolute;
}*/

/* アニメーション 1 */
.sa {
    opacity: 0;
    transition: all .9s ease;
}

.sa.show {
    opacity: 1;
    transform: none;
}

.sa--lr {
    transform: translate(-100px, 0);
}

.sa--rl {
    transform: translate(100px, 0);
}

.sa--up {
    transform: translate(0, 100px);
}

.sa--down {
    transform: translate(0, -100px);
}

.sa--scaleUp {
    transform: scale(.5);
}

.sa--scaleDown {
    transform: scale(1.5);
}

.sa--rotateL {
    transform: rotate(180deg);
}

.sa--rotateR {
    transform: rotate(-180deg);
}

/* H3 四葉のクローバー画像*/
h3.p-article08__title:before {
    content: '';
    padding: 1rem;
    background-image: url(/wp/wp-content/uploads/2023/10/clover.png);
    width: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30px;
    margin-right: 5px;
}

@media screen and (max-width: 550px) {
    .p-triangle--no-padding {
        width: unset;
        height: unset;
        padding-left: unset;
    }
}

.style3b:before {
    content: '';
    padding: 1rem;
    background-image: url(/wp/wp-content/uploads/2023/10/clover.png);
    width: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30px;
    margin-right: 5px;
}

.style3b {
    border: 1px solid #ddd;
    border-top: 3px solid #64b164;
    background: #fffaed;
    font-weight: 900;
    color: #6f3b0e;
}

/* 1日のスケジュール */
.timeline {
    list-style: none;
    margin-left: 0 !important;
}

.timeline>li {
    margin-bottom: 60px;
}

/* for Desktop */
/*@media ( min-width : 640px ){*/
.timeline>li {
    overflow: hidden;
    margin: 0;
    position: relative;
}

.timeline-date {
    width: 50px;
    float: left;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.timeline-content {
    width: 84%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    padding-bottom: 1.5rem;
}

.timeline-content h5 {
    display: block;
    width: 100%;
    padding: 0.5rem;
    text-align: left;
    background-color: #66ab2f;
    color: #ffffff;
    position: relative;
    border-radius: 5px !important;
    font-weight: 700;
    border: solid 2px;
    margin-right: 15rem;
    margin-bottom: 0;
}

.timeline-content h5:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -10px;
    top: 12px;
    border-right: 10px solid #66ab2f;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.timeline-content p {
    margin-bottom: 0;
    line-height: 1.5;
}
}

.timeline-img img {
    max-width: 580px;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .timeline-img img {
        max-width: 100%;
    }
}

/* 運営施設 キャッチコピー */
.catch {
    margin: 3rem 0 4rem;
    line-height: 1.5;
    font-size: 180%;
    font-weight: 800;
    color: #6f3b0e;
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
    .catch {
        font-size: 140%;
    }
}

/* TOP 運営施設 枠影  */
.p-article06 {
    box-shadow: 10px 10px 2px 0px rgba(0, 0, 0, 0.2);
}

/* 運営施設一覧 枠影  */
@media screen and (min-width: 501px) {
    .p-interview-list__item {
        width: 31.33%;
        margin: 0 2% 35px 0;
    }
}

/* 施設ページ h3 鳥  */
h3.uris-slider-post-title:before {
    content: '';
    padding: 2rem 1rem 2rem 2rem;
    background-image: url(/wp/wp-content/uploads/2023/10/bird.png);
    width: 10px;
    background-repeat: no-repeat;
    background-position: 0% 56%;
    background-size: 49px;
    margin-right: 10px;
}

/* ヘッダー ロゴ sp */
.c-logo--retina img {
    width: unset;
}

@media screen and (max-width: 768px) {
    .c-logo img {
        max-width: 250px;
    }
}

/* contactフォーム ポリシー同意のチェックボックス */
.wpcf7 .wpcf7-list-item {
    margin-right: 1rem;
}

/* 運営施設カテゴリーhover off */
.p-article06__cat:hover {
    background: unset;
}

/* テーブルのフォント */
table.pb_simple_table {
    font-family: "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* 求人情報 テーブル */
.recruit h1 {
    font-size: 220%;
}

.recruit th {
    font-weight: 700;
}

.recruit tr:nth-child(1) {
    font-weight: 700;
    font-size: 110% !important;
}

/* ボタン 2カラム */
.btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.btn-column {
    width: 100%;
    margin-bottom: 1em;
}

.btn-column+.btn-column {
    margin-left: unset;
}


@media (min-width: 992px) {
    .btn-column {
        width: 45%;
    }

    /*.btn-column+.btn-column{
    margin-left:1.0em;
}*/

}

.pb-widget-headline h3 {
    font-weight: 600;
}

/* 福ふく */

.p-headline02 {
    justify-content: center;
}

/* footer 背景色 */
.p-footer-nav {
    ;
    display: none;
}

.p-info {
    background-color: #ECECEC !important;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent)) !important;
    -webkit-background-size: 7px 7px !important;
}

.p-article09__date,
.p-article04__date {
    display: none;
}

.p-index-content07 {
    margin-bottom: 0px;
}

.p-index-content07__inner {
    color: white;
    text-shadow: 2px 2px 0 #3f3f3f, -1px -1px 0 #3f3f3f, 1px -1px 0 #3f3f3f, -1px 1px 0 #3f3f3f, 1px 1px 0 #3f3f3f;
}

.p-index-content07__title {
    font-size: 300%;
    margin-bottom: 20px;
}

.p-index-content07__desc {
    font-size: 140%;
    line-height: 2;
}

div#js-header-slider {
    display: none;
}

@media screen and (max-width: 767px) {
    .p-index-content07__desc {
        font-size: 100%;
    }

    .p-index-content04 {
        margin-bottom: 0px;
        padding-bottom: 100px;
    }
}

.l-header__inner {
    height: 100px;
}

.p-global-nav>ul>li:last-child {
    color: #fff;
    background: #5b74af;
    width: 145px;
}

.p-global-nav>ul>li:last-child a {
    color: #fff;
    border: 3px solid #5b74af;
    position: relative;
}

.p-global-nav>ul>li:last-child a:hover {
    color: #5b74af;
    background: #ffffff;
    border: 3px solid #5b74af;
}

.p-global-nav>ul>li:last-child a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    margin-left: 0.5em;
    right: 20px;
    transition: all 0.2s;
}

.p-global-nav>ul>li:last-child a:hover::after {
    right: 10px;
}

@media only screen and (max-width: 767px) {
    .l-header__logo {
        padding-left: 0;
        height: 90%;
    }
}

.p-cb {
    padding-top: 100px;
}

@media only screen and (max-width: 1199px) {
    .l-header__inner {
        height: 60px;
    }

    .p-cb {
        padding-top: 0px;
    }
}

.p-index-content04__col-link {
    display: none;
}

.top-btn {
    padding: 1.3em 3em;
    font-size: 120%;
}

@media only screen and (max-width: 767px) {
    .top-btn {
        font-size: 100%;
        width: 100%;
    }
}

.l-contents {
    display: block;
}
.l-primary {
    width: 100%;
}
.l-secondary {
    display: none;
}

.p-entry__body td, .p-entry__body th {
    font-size: 105%;
}