@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Zen Kaku Gothic Antique', sans-serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Maru Gothic', serif;
font-family: 'Zen Old Mincho', serif;

*/
/*BootStrap アイコン*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 24
}




/*
共通
************************************************************/

body {
    /*font-family: 'Noto Sans JP', sans-serif;*/
    color: #003;
}


h1 {
    font-weight: 500;
    font-size: 1.8rem;
}

h2 {
    font-size: 1.5rem;


}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.18rem;
}

h6 {
    font-size: 1rem;
}


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

a:hover {
    /*text-decoration: underline;*/
    /*border-bottom: solid 2px #003;*/
    color: #003;
    /*padding-bottom: 5px;*/

    opacity: 0.8;
}

body header .navbar-brand a:hover {
    border-bottom: none;
}


#wrapper-navbar .head-small {
    font-size: 11px;
    color: #000033cc;
    line-height: 1rem;

}

/*
テーブル
*/
#tablepress-1 table,
#tablepress-1 table td,
#tablepress-1 table tr {
    border: none;
}

/*
ヘッダー
************************************************************/


/**　グローバルメニュー（メインメニュー　**/

.nav-link {
    font-weight: 500;
}

/**ドロップダウン：hover　オープン**/
.dropdown:hover>.dropdown-menu {
    display: block;
}

#page-wrapper {
    padding-top: 1rem;
}

.dropdown:hover>.dropdown-menu {
    padding: 0;
}

.dropdown-menu {
    background-color: #ffffff;
    /*border: unset;*/
    border-radius: unset;
}

.dropdown-menu li.menu-item {
    border-bottom: solid 1px #dddddd;
}

.dropdown-menu li.menu-item:last-child {
    border-bottom: unset;
}

/*
フッター
************************************************************/

#wrapper-footer-full{
    margin-top: 8rem;
}


/*
サイドメニュー
************************************************************/



/*天気予報*/
.max_temp {
    display: inline-block !important
}

.min_temp {
    display: inline-block !important
}

.temp {
    display: block !important
}

.rain_s {
    display: block !important
}

.pop-rain {
    display: block !important
}

.speed-wind {
    display: block !important
}

.deg-wind {
    display: block !important
}

.w_snow {
    undefined
}

.w_bg {
    background: linear-gradient(to right, #ffffff, #fff)
}

#weather-rss #weather1 {
    flex-direction: column;
}

#weather-rss #weather1 .sep {
    padding-left: 10px;
}

#weather-rss #weather2 .weather-c-name {
    text-decoration: none;
}

#weather-rss #weather2 .weather-c-name a {
    color: #545454;
    text-decoration: none;
    text-decoration-color: #259A4D;
}

#weather-rss #weather2 .weather-c-name a:hover {
    border-bottom: unset;
}


@media screen and (min-width: 461px) {
    #weather-rss #weather1 .sep .weather-box {
        /*margin-left: 20px;*/
        margin-left: unset;
        text-align: end;
    }
}

/*
メイン
************************************************************/

h2 {
    border-bottom: solid 4px rgba(37, 152, 77, 0.2);
    position: relative;
    margin-bottom: 2.5rem;
    padding-bottom: 0.3rem;
    font-weight: 600;
    color: #1d753c;
    padding-left: 3px;

}

h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #259A4D;
    bottom: -3px;
    width: 35%;
    left: 0;

}



/*
.page h2 {

    padding: 1rem;
    position: relative;
    color: #fff;
    background: #259A4D;
    margin-bottom: 2rem;
}
*/
/*
.page h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1b2";
font-weight: 900;
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 10px transparent;
border-right: solid 20px rgb(20, 86, 110);

}
*/
.page h3 {
    border-bottom: 1px solid #172D4C;
    /*padding-left: 30px;*/
    padding-left: 10px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page h3::before {
    /*font-family: 'Material Icons';
    content: 'f607';*/
}

/*ページタイトル　ヘッダー*/
#page-title-had {
    background-color: #fa803a45;
}

/*

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

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


/*
トップページ home
************************************************************/

.home h2 {
    /*padding: unset;
    color: #010101;
    background: unset;
    border-bottom: none;*/
    margin-bottom: 1.2rem;
    line-height: 2rem;
    padding-bottom: 0.85rem;
}
.home h2.h6{
    padding-bottom: 1rem;
}
.home h2.h6:after {
    content: unset;
}

.home #top-copy h4 {
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.home .card:hover {
    /*border: unset;*/
    background-color: #ceffdf49;
}


.home .card .card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1d753c;
}

.top-banner figure.wp-block-image img{
    margin-bottom: 0;
}





/*
求人　関連
************************************************************/
h2.headline01 {
    border-bottom: unset;
    position: unset;
    margin-bottom: unset;
    padding-bottom: unset;
    font-weight:unset;
    color: unset;
    padding-left: unset;

}

h2.headline01:after {
    position: unset;
    content: unset;
    display: unset;
    border-bottom: unset;
    bottom: unset;
    width: unset;
    left: unset;

}


h2.headline01 {
  position: relative;
    padding: .3em .8em;
    color: #333333;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
    color: #15582d;
    background-color: #f3fffc;
}

h2.headline01::before,
h2.headline01::after {
 display: inline-block;
    position: absolute;
    width: .8em;
    height: .8em;
    content: '';
	/*background-color: #259A4D;*/
}

h2.headline01::before {
	  top: 0;
    left: 0;
    border-top: 4px solid #259A4D;
    border-left: 4px solid #259A4D;
}
h2.headline01::after {
	    bottom: 0;
    right: 0;
    border-bottom: 4px solid #259A4D;
    border-right: 4px solid #259A4D;
}
#tablepress-5 {}
#tablepress-5 .column-2{
    font-weight: 900;
}

#tablepress-5 .row-1{
    border-top: 1px solid var(--border-color);
}
#tablepress-5 .row-6{
    border-bottom: 1px solid var(--border-color);
}




/* `sm` は極小デバイス（縦向きモバイル, 576px未満）に適用 */
@media (max-width: 575.98px) {}

/* `md` は小デバイス（横向きモバイル, 768px 未満）に適用 */
@media (max-width: 767.98px) {}

/* `lg` は中デバイス（タブレット, 992px 未満）に適用 */
@media (max-width: 991.98px) {}

/* `xl` は大デバイス（デスクトップ, 1200px 未満）に適用 */
@media (max-width: 1199.98px) {}

/* `xxl` は特大デバイス（ワイド・デスクトップ, 1400px 未満）に適用 */
@media (max-width: 1399.98px) {}