/* トップページ */
header .primaryNav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    background-color: #FFF;
}
header.fixed > #header-logo {
    display: none;
}
#headIcons {
    display: none;
}
.primaryNav > .menus {
    display: block;
}
.toggleMenu {
    display: block;
}
.toggleMenu .navBar {
    margin: 10px 15px 10px auto;
}
header .primaryNav .logo {
    width: 275px;
}
#header-navigation {
    display: none;
}
.primaryNav h1.logo a {
	display: block;
	height: 70px;
}
.toggleMenu .navBar {
    width: 40px;
}
.toggleMenu.open #navBar01 {
    top: 12.3px;
}
.toggleMenu.open #navBar03 {
    bottom: 12.3px;
}
#navBox .gloNav li a:hover {
    color: #c9bc9c;
}
#navBox .gloNav li a::after {
    display: none;
}
#navBox.open .gloNav li {
    font-size: 1.1rem;
}
#navBox .gloNav li:not(:last-child)::after, #navBox .gloNav li::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    content: "";
    height: 1px;
    width: 1.5em;
    background: #FFF;
}
#navBox .gloNav li {
    margin-bottom: 2em;
}
#navBox .gloNav li span {
    padding-bottom: 8px;
}
.swiper-slide img {
    height: 70vw;
}
#index-philosophy {
    padding: 50px 0;
    padding-bottom: 100px;
    background: url(images/bg/01.jpg) 80% 40% no-repeat;
    background-size: cover;
}
.signature dt {
    font-size: 1.2rem;
}
.signature dd {
	font-size: 1.1rem;
}
.index-section .l-container {
    width: 95%;
    margin: 0 auto;
}
.index-content > .box .desc > p {
    font-size: 1rem;
}
.inner-content .content {
    font-size: 0.95rem !important;
}
#footNav {
    padding: initial;
}
.signature dd > img {
    height: 28px;
}
footer .primaryNav .logo {
    width: 275px;
}
#footNav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#footNav ul li {
    position: relative;
    margin-bottom: 20px;
}
#footNav ul li::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    content: "";
    height: 1px;
    width: 1.5em;
    background: #FFF;
}
#footNav ul li a {
    padding: initial;
    padding-bottom: 5px;
    margin-bottom: initial;
}
footer .primaryNav .footer-line ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .primaryNav span.big {
    font-size: 1.1rem;
}
footer .primaryNav .logo {
    height: 110px;
}
footer .primaryNav .footer-line ul > li {
    padding-top: 20px;
}
#footNav ul li {
    font-size: 1rem;
}
footer .primaryNav span.small {
    font-size: 0.9rem;
}
footer .primaryNav {
    padding: 0;
    padding-bottom: 4em;
}
#copyright {
    padding: 10px 0;
}

/*TOPページの各職種部分*/
.job-list{
    margin-top:40px;
}

/* feature slider
----------------------------------------------- */
.feature-content {
    margin-top: 0;
}


/* サブページ共通 */
.pageHead{
    margin-top:0;
}



/* 新着情報(一覧) */
/* .news .sub-info .sub-ttl h2 {
    font-size: 1.5rem;
}
.news .sub-info .tab-container ul {
    width: 100%;
}
.news .sub-info .tab-container ul a {
    font-size: 1.05rem;
}
.news .sub-info .tab-container ul li {
    min-height: 60px;
} */
.news .sub-info .contents ul a .flx-row .date {
    margin-right: 20px;
}
.news .sub-info{
    padding-top:0;
}
.news .sub-info .contents #tab01 ul a .flx-row .inf {
    font-size: 1.05rem;
}
.news .sub-info .contents .pagination .current {
    width: 30px;
    height: 35px;
    line-height: 35px;
    margin: 0 4px;
}
.news .sub-info .contents .pagination a {
    width: 30px;
    height: 35px;
    line-height: 35px;
    margin: 0 4px;
}
.news .not-archive{
	font-size:1.1rem;
}

/* 新着情報(詳細) */
.sub-page .sub-info {
    padding-top: 40px;
}
.news-page .container .sub-ttl h2 {
    font-size: 1.5rem;
}
.news-page .container .sub-inf .date {
    margin-right: 20px;
}
.news-page .container .titles h3 {
    font-size: 1.3rem;
    line-height: 1.3;
}
.news-page .container .titles {
    margin-bottom: 20px;
}
.news-page .container .news-info img{
    /* width:100%; */
}
.news-page .container .news-info h1{
    font-size:1.35rem;
    font-weight:bold;
}
.news-page .container .news-info h2{
    font-size:1.3rem;
    font-weight:bold;
}
.news-page .container .news-info h3{
    font-size:1.25rem;
    font-weight:bold;
}
.news-page .container .news-info h4{
    font-size:1.2rem;
    font-weight:bold;
}
.news-page .container .news-info h5{
    font-size:1.15rem;
    font-weight:bold;
}
.news-page .container .news-info h6{
    font-size:1.1rem;
    font-weight:bold;
}
.news-page .container .back {
    padding-top: 40px;
}





/* 募集一覧(求人案内(詳細)) */
.joblist{
    
}
.joblist .job-link > ul{
	gap:1em;
    flex-direction: column;
}
.joblist .job-link-back,
.joblist .job-link-entry{
	width:100%;
}
.joblist .job-link-back a,
.joblist .job-link-entry a{
	font-size:1.6em;
	padding:0.5rem 0;
}
.joblist .job-link-back a{
	gap:1rem;
}
.joblist .job-link-entry a{
}
.joblist .job-link-back .triangle {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #957233;
}
.joblist hr{
	margin:2rem 0;

}

.joblist .job-detail{
	display:flex;
	gap:1.5rem;
	align-items: flex-start;

    flex-direction: column;


}
.joblist .job-detail-image{
	width:100%;
	max-width:500px;
    margin:0 auto;
    

}
.joblist .job-detail-image>img{
	
}
.joblist .job-detail-content{
	width:100%;
}
.joblist .job-detail-name{
	gap:1.5rem;
	margin-bottom:1.5rem;
}
.joblist .job-detail-name-text{
	font-size:1.6rem;
}
.joblist .job-detail-name-entry{
	gap:1rem;
}
.joblist .job-detail-name-entry .triangle{

}
.joblist .job-detail-name-entry:hover .triangle{
	
}
.joblist .job-detail-text{
	font-size:1rem;
	line-height:1.3;
}

.joblist .job-content-name{
	font-size:1.6rem;
}
.joblist .job-content{
	font-size:1.05rem;
	margin-bottom:5rem;
}
.joblist .job-content .table-info th{
	font-weight:400;
}
.joblist .job-content .table-info td{
	padding:1em;
}

.bottom-link{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
	padding:0.5rem 0;
	background:rgb(237, 232, 221, 0.78);
    z-index:11;
}
.bottom-link a{
	display:flex;
	justify-content: center;
    align-items: center;
	gap:1rem;
	padding:0.5rem 0;
	background:#957233;
	color:#fff;
	text-decoration:none;
}
.bottom-link a>img{
	width:20px;
	height:100%;
    object-fit: contain;
	margin:0;
    aspect-ratio: 83 / 150;
}
.bottom-link .bottom-text{
	font-size:1rem;
	line-height:1.2;
}
.bottom-link .bottom-text-large{
	font-size:1.4em;
	display:block;
}

/*******************************
 エントリーフォーム
********************************/
.entry .content-tel{
  padding:10px 15px;
}
.entry .content-tel-item{
  flex-direction: column;
  align-items: flex-start;
  font-size:1.05rem;
}
.entry .content-tel-item:last-of-type{
  margin-bottom:0;
}
.entry .content-tel-item>span{
  padding-right:0;
}
.inner-relation {
    padding-top: 20px;
    gap:10px 20px;
}
.inner-relation a {
    width:calc(calc(100% - 20px) / 2);
    font-size: 1.05rem;
    padding: 20px 5px;
}
.inner-relation a:nth-child(2n) {
    margin-right: initial;
}
@media screen and (max-width: 450px) {
    .inner-relation {
        padding-top: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:15px;
    }
    .inner-relation a {
        margin: initial;
        /* margin-top: 15px; */
        width: 100%;
        padding: 18px 5px;
        
    }
}

/******************************
 フォーム
********************************/
.forms .set {
  gap:10px;
  padding: 15px 0;
}
.forms .set .item {
  font-size: 1.05rem;
}
.forms .set .require,
.forms .set .any {
  padding: 2.5px 4px;
}
.forms .set .information {
  font-size: 1.05rem;
}
.forms .set .information input,
.forms .set .information textarea,
.forms .set .information select {
  padding: 13px 10px;
  font-size:1.05rem;
}
.forms .set .information textarea {
  height: 175px;
}
.forms .submit {
  padding-top: 10px;
  margin-top:20px;
}
.forms .submit input {
  width: 260px;
  padding: 15px 10px;
  font-size: 1.15rem;
}

/* パンくずリスト */
.crumb-wrap{
    width:95%;
}
.crumb {
    font-size: 1rem;
}
.crumb span:first-child {
    margin-left: 5px;
}
.crumb span:last-child {
    margin-left: initial;
}



/* 職員インタビュー */
.staffinterviews .content-title{
	font-size:1.6rem;
}
.staffinterviews .schedule-box{
	margin-top:40px;
	padding-bottom:40px;
}

.staffinterviews .content-schedule{
	margin-bottom:40px;
}
.staffinterviews .schedule-text{
	font-size:1.4rem;
	line-height:1.3;
}

.staffinterviews .schedule-image>img{
	
}
.staffinterviews .schedule-image>img.pc-only{
	display:none;
}
.staffinterviews .schedule-image>img.sp-only{
    display:block;
    max-width:500px;
    margin:0 auto;
}
.staffinterviews .interview-box{

}
.staffinterviews .interview-title{
	font-size: 1.4rem;
	line-height: 1.3;

}
.staffinterviews .flex-container{
	/* padding:30px 0; */
}
.staffinterviews .not-interviews{
	font-size:1.5rem;
}

/* 2026.0122追加 フッター部分の修正の制度について修正 => バナー追加 */
/* #navBox {
    display: block;
}
#navBox .gloNav {
    padding-top: 130px;
}
#navBox .banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	width: 100%;
    padding-top: 35px;
} */
/* #navBox .banner a {
    position: relative;
    width: calc(100% / 3 - 10px);
    margin: 10px 5px;
	height: 100%;
    text-decoration: none;
    padding: 0px 5px;
    text-align: center;
    color: #ffffff;
    height: auto;
    box-sizing: border-box;
    transition: font-size, transform, 0.3s ease-in-out;
}
#navBox .banner a span.ttl-top {
    font-size: 1.1rem;
	white-space: nowrap;
    display: block;
    width: 100%;
    padding: 10px 0;
    transition: 0.3s background-color ease-in-out;
    color: #949494;
}
#navBox .banner a span.ttl-top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(to right, #ecedff 30%, #e4f3ff 60%, #e4f3ff 100%);
    border-radius: 1px;
}
#navBox .banner a span.ttl-sec {
    display: inline-block;
    font-size: 0.95rem;
}
#navBox .banner a span.wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7px 0;
    color: #fff;
}
#navBox .banner a:first-child span.wrap {
    background-color: #85bcfc;
}
#navBox .banner a:nth-child(2) span.wrap {
    background-color: #f8be7d;
}
#navBox .banner a:last-child span.wrap {
    background-color: #7ed482;
}
#navBox .banner a span.click {
    display: inline-block;
    margin-left: 5px;
}
#navBox .banner a img {
    width: 100%;
    height: 100%;
    max-width: 25px;
    max-height: 30px;
    transform: rotate(-10deg);
}
#navBox .banner a:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

@media screen and (max-width: 600px) {
    #navBox .banner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #navBox .banner a {
        width: 100%;
    }
    #navBox .gloNav {
        width: 95%;
        margin: 0 auto;
    }
    #navBox .banner {
        width: 95%;
        margin: 0 auto;
    }
    #navBox .banner a {
        margin: initial;
        margin-top: 30px;
    }
} */