@charset "utf-8";
/*	ヘッダーa
---------------------------------*/
.hd-h1{
    display: none;
}
.header{
}
.hd-inr{
    display: flex;
    height: 50px;
    padding: 5px 10px;
    margin-bottom: 10px;
    position: relative;
}
.hd-logo{
    display: block;
    width: 180px;
    position: relative;
    align-items: center;
    z-index: 1000;
}
.hd-logo.open{
    display: none;
}
.hd-logo a{
    display: block;
    position: relative;
}
.hd-right{
    display: none;
}
.hd-phone01{
    display: inline;
    font-family: 'Cinzel', serif;
    font-weight: 480;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #000;
    padding-left: 30px;
    position: relative;
}
.hd-phone01:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone.png);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hd-sns{
    text-align: center;
    margin-left: 10px;
}
.sp-sns.hd-sns{
    margin: 0 0 20px;
}
.hd-nav{
    height: 100vh;
}
@media screen and (min-width: 768px){
    .hd-inr{
        height: 90px;
        padding: 15px 20px;
        margin-bottom: 20px;
    }
    .hd-logo{
        display: block;
        width: auto;
    }
    .hd-logo.open{
        display: block;
    }
    .hd-phone01{
        font-size: 3rem;
    }
    .hd-phone01:before{
        width: 24px;
    }
}
@media screen and (min-width: 1300px){
    .hd-inr{
        display: block;
        height: auto;
        padding: 0 0 0 40px;
    }
    .hd-logo{
        width: auto;
    }
    .hd-right{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        align-items: center;
    }
    .hd-right01{
        margin-right: 20px;
    }
    .hd-right01-top{
        margin-bottom: 15px;
    }
    .hd-phone{
        margin-left: 20px;
    }
    .hd-nav{
        height: auto;
    }
    .hd-nav .li{
        padding-left: 20px;
    }
    .hd-nav .li:first-of-type{
        padding-left: 0;
    }
    .hd-nav .li a{
        display: block;
        text-align: center;
        cursor: pointer;
    }
    .hd-nav .li a p{
        letter-spacing: 0.05em;
        line-height: 16px;
    }
    .hd-btn{
        width: 120px;
        height: 120px;
        background-color: #bda469;
    }
    .hd-btn a{
        width: 100%;
        height: 100%;
        text-align: center;
        
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
@media screen and (min-width: 1300px){
}

/*ハンバーガーボタン*/
.navToggle {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: auto;
	width: 50px;
	height: 50px;
	cursor: pointer;
    z-index: 9999;
}
.navToggle div {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 25px;
	height: 16px;
}
.navToggle span {
	display: block;
	position: absolute;
	height:2px;
	width:100%;
	background: #ffffff;
	left:0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.navToggle span:nth-child(1) {
	top: 0;
}
.navToggle span:nth-child(2) {
	top: 7px;
}
.navToggle span:nth-child(3) {
	top: 14px;
}
/* ハンバーガーボタン 切り替えアニメーション */
.open .navToggle {
	position: fixed;
    z-index: 10002;
}
.open .navToggle span{
    background: #333333;
}
.open .navToggle span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open .navToggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open .navToggle span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/*---------- ハンバーガーメニュー ----------*/
.bg-hum-blue{
    background-color: #bda469;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
.gjs-dashed .navbar{
    background-color: #fff;
}
.navbar{
    background: transparent;
    max-width: 500px;
    width: 100%;
    padding: 17.5px 10px;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0px;
    width: 20px;
    height: 15px;
    margin: auto;
    margin-right: 5px;
    box-sizing: border-box;
    position: relative;
}

.navbar-dark .navbar-toggler-icon {
    background-image:none;
    background-color: #fff;
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .5s;
}

.navbar-toggler-icon:nth-of-type(1) {
    top: 0px;
}

.navbar-toggler-icon:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggler-icon:nth-of-type(3) {
    bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-color: #000;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:8px;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top: 8px;
    transform: rotate(-45deg);
}
button:focus{
    outline: none;
}
.navbar-collapse{
    padding-top: 30px;
}
.navbar-collapse.show{
    height: calc(100vh - 50px);
    overflow: scroll;
}
.navbar-nav{
    margin-bottom: 30px;
}
.nav-item{
    padding: 0 15px;
    border-bottom: solid 1px #999;
}
.nav-item:first-of-type{
    border-top: solid 1px #999;
}
.nav-item p{
    letter-spacing: 0.05em;
    line-height: 50px;
}
.sp-phone{
    text-align: center;
    margin: 0 0 20px;
}
.hd-btn-sp{
    background-color: #bda469;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.hd-btn-sp a{
    display: block;
    text-align: center;
}
.hd-btn-sp p{
    display: inline;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 60px;
    padding-left: 35px;
    position: relative;
}
.hd-btn-sp p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail.png);
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px){
    .navbar{
        padding: 30px 15px;
    }
    .navbar-dark .navbar-toggler{
        width: 40px;
        height: 30px;
        margin-right: 10px;
    }
    .navbar-dark .navbar-toggler-icon{
        width: 100%;
        height: 3px;
    }
    .navbar-collapse.show{
        height: calc(100vh - 90px);
    }
    .bg-hum-blue{
        width: 90px;
        height: 90px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1){
        top: 13px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3){
        top: 13px;
    }
    .hd-btn-sp p{
        line-height: 80px;
    }
}
@media screen and (min-width: 1300px){
    .bg-hum-blue{
        display: none;
    }
}

/*	フッター共通コンテンツ
---------------------------------*/
.ft-contact{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_ft.jpg);
}
.ft-contact-p{
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.ft-contact-cmn.flex-cnt{
    display: block;
}
.ft-contact-cmn-item{
    background-color: #fff;
    max-width: 500px;
    width: 100%;
    text-align: center;
    padding: 20px 15px;
    margin: 0 auto 20px;
}
.ft-contact-cmn-item:last-of-type{
    margin-bottom: 0;
}
.ft-contact-cmn-item-phone{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.ft-contact-cmn-item.ft-contact-cmn-btn{
    background-color: #61694d;
    padding: 0;
}
.ft-contact-cmn-item.ft-contact-cmn-btn a{
    display: block;
}
.ft-contact-cmn-item.ft-contact-cmn-btn p{
    display: inline;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 100px;
    padding-left: 40px;
    position: relative;
}
.ft-contact-cmn-item.ft-contact-cmn-btn p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail.png);
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px){
    .ft-contact-p{
        margin-bottom: 50px;
    }
    .ft-contact-cmn-item.ft-contact-cmn-btn p{
        font-size: 1.8rem;
        line-height: 120px;
        padding-left: 50px;
    }
    .ft-contact-cmn-item.ft-contact-cmn-btn p:before{
        width: 30px;
    }
}
@media screen and (min-width: 1024px){
    .ft-contact-cmn.flex-cnt{
        display: flex;
    }
    .ft-contact-cmn-item{
        width: calc((100% - 20px) / 2);
        padding: 0;
        margin: 0 20px 0 0;
    }
    .ft-contact-cmn-item:last-of-type{
        margin-right: 0;
    }
}
@media screen and (min-width: 1080px){
}

/*	フッター
---------------------------------*/
.ft-left{
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}
.ft-left01.flex-nml{
    display: block;
}
.ft-left01{
    margin-bottom: 20px;
}
.ft-logo{
    max-width: max-content;
    width: 190px;
    padding-right: 0;
    margin: 0 auto 20px;
}
.ft-sns{
    text-align: center;
}
.ft-add{
    letter-spacing: 0.05em;
    text-align: center;
}
.ft-nav{
    display: none;
}
.ft-nav .li p{
    letter-spacing: 0.05em;
}
@media screen and (min-width:768px){
    .ft-left01.flex-nml{
        display: flex;
        justify-content: center;
    }
    .ft-left01{
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .ft-logo{
        width: auto;
        padding-right: 40px;
        margin: 0;
    }
}
@media screen and (min-width:1024px){
    .ft-left{
        width: auto;
        margin: 0;
    }
    .ft-left01.flex-nml{
        justify-content: flex-start;
    }
    .ft-left01{
        max-width: none;
    }
    .ft-add{
        text-align: left;
    }
    .ft-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ft-nav-txt{
        margin-right: 60px;
    }
    .ft-nav-txt:last-of-type{
    }
    .ft-nav .li{
    }
}
@media screen and (min-width:1080px){
}
/*ページトップへ戻るボタン*/
.btn-pagetop {
    width: 50px;
    cursor: pointer;
}
@media screen and (max-width:1023px){
    .btn-pagetop{
        display: none !important;
    }
}
.pagetop-sp{
    display: block;
}
.pagetop-sp a {
    display: block;
    height: 67.5px;
    background-color: #000;
    text-align: center;
    position: relative;
}
.pagetop-sp a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
}
.pagetop-sp a div:before {
    content: '';
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
}
@media screen and (min-width:1024px) {
    .pagetop-sp {
        display: none;
    }
}

/*コピーライト（ｐタグ）*/
.copyright {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (min-width:768px) {
    .copyright {
        font-size: 1.2rem;
    }
}

/*	メイン画像
---------------------------------*/
.main-img-otr{
    margin: 0 20px;
    position: relative;
}
.main-img{
    height: 100vw;
}
.main-img.ojf:before{
    content: none;
}
.main-catch{
    max-width: 679px;
    width: 90%;
    text-align: center;
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width:768px){
    .main-img-otr{
        margin: 0 40px;
    }
    .main-img{
        height: 75vw;
    }
    .main-catch{
        width: 80%;
    }
}
@media screen and (min-width:1024px){
    .main-img{
        height: 860px;
    }
    .main-catch{
    }
}
@media screen and (min-width:1300px){
    .main-img-otr{
        margin: 0 120px;
    }
}
@media screen and (min-width:1920px){
    .main-img-otr{
        margin: 0 6.25%;
    }
    .main-img{
    }
    .main-catch{
    }
}

/*	トップページ
---------------------------------*/
.por{
    position: relative;
}
.bg-yellow{
    background-color: #fbf8f2;
}
.bg-beige{
    background-color: #fbfbfb;
}
.top-overflow{
    overflow: hidden;
}
.top-ttl{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.top-ttl .ttl-cmn01{
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
}
.top-ttl.left{
    text-align: left;
}
.top-ttl.white .ttl-cmn01,
.top-ttl.white .ttl-cmn02{
    color: #fff;
}
.top-ttl.mb0{
    margin-bottom: 0;
}
.top-concept-ttl{
    font-family: 'Cinzel', serif;
    font-size: 4rem;
    letter-spacing: 0.05em;
    color: #000;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 0;
}
.top-concept-txt{
    padding-left: 60px;
    position: relative;
}
.top-concept-txt .ttl-cmn03{
    margin-bottom: 30px;
}
.top-concept-txt .ttl-cmn03 strong{
    font-weight: 400;
}
.top-concept-txt .ttl-cmn03 strong br{
    display: none;
}
.top-concept-txt-p{
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.top-concept-txt .btn-cmn01{
    margin-left: 0;
}
.top-concept-txt-img{
    width: 150px;
    position: absolute;
    bottom: 80px;
    right: 0;
    z-index: -1;
}
.top-care-ttl{
    text-align: center;
    margin-bottom: 30px;
}
.top-care-ttl .ttl-cmn04{
    margin-bottom: 20px;
}
.top-care-green{
    max-width: 490px;
    width: 100%;
    background-color: #61694d;
    border-radius: 25px;
    text-align: center;
    margin: 0 auto;
}
.top-care-green .ttl-cmn05{
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    position: relative;
}
.top-care-green .ttl-cmn05:before{
    content: "―";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.top-care-green .ttl-cmn05:after{
    content: "―";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.top-care-item{
    position: relative;
}
.top-care-item-img-list{
    max-width: 960px;
    width: calc(100% - 30px);
    margin: 0 15px 30px;
}
.top-care-item-img-inr{
    position: relative;
}
.top-care-item-img{
    width: calc((100% - 10px) / 2);
}
.top-care-item-img:nth-of-type(2n){
    padding-top: 30px;
}
.top-care-item-txt{
    text-align: center;
    margin-right: 15px;
}
.top-care-item-txt-ttl{
    display: inline;
    background: linear-gradient(transparent 60%, #fbf8f2 60% 100%);
}
.top-care-item-txt-ttl.ttl-cmn06{
    font-size: 1.45rem;
}
.top-care-item-icon-list{
    margin-bottom: 20px;
}
.top-care-item-icon{
    text-align: center;
    max-width: 120px;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}
.top-care-item-icon:last-of-type{
    margin-right: 0;
}
.top-care-item-icon-img{
    margin-bottom: 10px;
}
.top-care-item-icon-p{
    display: inline;
    border-bottom: solid 1px #333;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.top-care-item-txt-p{
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.top-care-item-txt-p strong{
    display: inline;
    font-weight: 400;
    border-bottom: solid 1px #333;
}
.bg-top-care{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_top_care01.jpg);
    width: 100%;
    height: 84%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
}
.bg-top-care02{
    background-color: #fff;
    width: calc(100% - 15px);
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}
.slide-p-otr{
    white-space: nowrap;
    position: absolute;
    bottom: 30px;
    z-index: -1;
}
.slide-p{
    display: inline-block;
    font-family: 'Cinzel', serif;
    font-size: 15vw;
    letter-spacing: 0.1em;
    color: #f5f5f5;
    line-height: 1;
    margin-right: 10px;
    animation: flowimg 30s linear infinite;
}
@keyframes flowimg {
    0% { transform: translateX(4px); }
    100% { transform: translateX(-100%); }
}
.top-service-item.flex-btw{
    display: block;
}
.top-service-item{
    margin-bottom: 50px;
}
.top-service-item-txt{
    margin-bottom: 30px;
    position: relative;
}
.top-service-item-txt:before{
    content: "";
    background-color: #fbf8f2;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.top-service-item-txt-num{
    font-family: 'Cinzel', serif;
    font-size: 6rem;
    color: #61694d;
    line-height: 1;
    margin-bottom: 20px;
}
.top-service-item-txt01{
    padding-left: 20px;
}
.top-service-item-txt01 .ttl-cmn03{
    font-weight: 700;
    color: #000;
}
.top-service-item-txt01 .ttl-cmn07{
    margin-bottom: 20px;
}
.top-service-item-txt01-p{
    letter-spacing: 0.05em;
}
.top-service-item-img{
    text-align: center;
}
.top-service-item-txt-img{
    max-width: max-content;
    width: 25%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.bg-top-online{
    background-color: #fbfbfb;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.top-recruit{
    position: relative;
}
.top-recruit-img{
    margin-bottom: 30px;
}
.top-recruit-img.ojf:before{
    padding-top: 50%;
}
.top-recruit-txt-p{
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.top-news-inr.flex-btw{
    display: block;
}
.top-news-inr{
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}
.top-news-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}
.top-news-left .top-ttl{
    padding-bottom: 0;
    margin-bottom: 0;
}
.top-news-left .top-ttl .ttl-cmn01{
    font-size: 3rem;
}
.top-news-left-btn{
    width: 200px;
}
.top-news-right{
    margin-bottom: 30px;
}
.top-news-right .webgene-item{
    border-bottom: solid 1px #999;
}
.top-news-right .webgene-item:first-of-type{
    border-top: solid 1px #999;
}
.top-news-right .webgene-item a{
    display: block;
    padding: 10px 0;
}
.top-news-right .webgene-item .blogdate{
    font-weight: 700;
    color: #61694d;
    padding-left: 10px;
}
.top-news-right .webgene-item .cate-box{
    text-align: center;
    margin-left: 20px;
    margin-top: 3px;
}
.top-news-right .webgene-item .blogcate{
    background-color: #61694d;
    color: #fff;
    width: 100px;
    font-size: 1.4rem;
    line-height: 24px;
}
.top-news-right .webgene-item .blogttl{
    width: 100%;
    letter-spacing: 0.05em;
    padding: 0 10px;
}
.top-about-list.flex-btw{
    display: block;
}
.top-about-list{
    max-width: 1680px;
    width: calc(100% - 30px);
    margin: 0 15px;
}
.top-about-item{
    max-width: 560px;
    width: 100%;
    margin: 0 auto 4px;
}
.top-about-item:last-of-type{
    margin-bottom: 0;
}
.top-about-item-img.ojf:before{
    padding-top: 60%;
}
.top-about-item-txt{
    background-color: #fff;
    padding: 30px;
    position: relative;
}
.top-about-item-txt:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_arrow02.png);
    width: 40px;
    height: 5px;
    position: absolute;
    bottom: 40px;
    right: 30px;
}
.top-about-item-txt .ttl-cmn03{
    font-weight: 700;
    color: #000;
}
@media screen and (min-width:768px){
    .top-ttl{
        margin-bottom: 40px;
    }
    .top-ttl .ttl-cmn01{
        margin-bottom: 15px;
    }
    .top-concept-txt .ttl-cmn03 strong br{
        display: block;
    }
    .top-concept-txt-p{
        margin-bottom: 40px;
    }
    .top-concept-txt-img{
        width: 200px;
    }
    .top-care-ttl{
        margin-bottom: 50px;
    }
    .top-care-green .ttl-cmn05{
        padding: 0 35px;
    }
    .top-care-item-img{
        width: calc((100% - 20px) / 2);
    }
    .top-care-item-img:nth-of-type(2n){
        padding-top: 50px;
    }
    .top-care-item-txt-ttl.ttl-cmn06{
        font-size: 2.1rem;
    }
    .top-care-item-icon-list{
        margin-bottom: 40px;
    }
    .top-care-item-txt-p{
        margin-bottom: 40px;
    }
    .slide-p-otr{
        bottom: 0;
    }
    .top-service-item-txt:before{
        width: 215px;
        height: 215px;
    }
    .top-service-item-txt-num{
        font-size: 10rem;
    }
    .top-service-item-txt01{
        padding-left: 50px;
    }
    .top-recruit-txt-p{
        margin-bottom: 30px;
    }
    .top-news-left-btn{
        width: 250px;
    }
    .top-news-left .top-ttl .ttl-cmn01{
        font-size: 4rem;
    }
    .top-news-right .webgene-item a{
        padding: 20px 0;
    }
    .top-news-right .webgene-item .blogttl{
        flex: 1;
        width: auto;
        padding: 0 15px 0 30px;
    }
    .top-about-item-txt{
        padding: 40px;
    }
    .top-about-item-txt:before{
        width: 51px;
        height: 7px;
        bottom: 50px;
        right: 40px;
    }
}
@media screen and (min-width:990px){
    .top-care-item-img-list{
        margin: 0 auto 30px;
    }
}
@media screen and (min-width:1024px){
    .top-concept-ttl{
        font-size: 10rem;
    }
    .top-concept-txt{
        min-height: 530px;
        padding-top: 30px;
        padding-left: 150px;
    }
    .top-concept-txt-img{
        width: 300px;
    }
    .top-care-item{
        min-height: 31.25vw;
    }
    .top-care-item-img-list{
        width: 50%;
        margin: 0;
        position: absolute;
        top: -50px;
        left: 0;
    }
    .top-care-item-txt{
        max-width: 500px;
        width: 48%;
        padding-top: 50px;
        margin-left: auto;
        margin-right: 0;
    }
    .bg-top-care02{
        width: 64%;
        height: 73%;
        left: auto;
        right: 0;
    }
    .slide-p{
        font-size: 15rem;
    }
    .top-service-item.flex-btw{
        display: flex;
    }
    .top-service-item-txt{
        width: 41.7%;
        margin-bottom: 0;
    }
    .top-service-item-txt-img{
        width: auto;
    }
    .top-service-item-img{
        width: 54.17%;
    }
    .top-service-item:nth-of-type(2n){
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .top-recruit{
        padding: 140px 0 200px;
    }
    .top-recruit-txt .btn-cmn01{
        margin-left: 0;
    }
    .top-recruit-img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .top-recruit-img.ojf:before{
        padding-top: 34.9%;
    }
    .top-recruit-txt{
        width: 500px;
        margin-left: auto;
    }
    .top-news-inr.flex-btw{
        display: flex;
    }
    .top-news-left{
        width: 250px;
        display: block;
        margin-bottom: 0;
    }
    .top-news-left .top-ttl{
        margin-bottom: 40px;
    }
    .top-news-right{
        flex: 1;
        padding-left: 60px;
        margin-bottom: 0;
    }
    .top-news-right .webgene-item .blogdate{
        padding-left: 40px;
    }
    .top-about-list.flex-btw{
        display: flex;
    }
    .top-about-item{
        width: calc((100% - 4px) / 3);
        margin: 0;
    }
    .top-about-item-txt .ttl-cmn03{
        font-size: 2.4rem;
    }
}
@media screen and (min-width:1200px){
    .top-care-item{
        min-height: calc(31.25vw + 90px);
    }
    .top-care-item-img:nth-of-type(2n){
        padding-top: 140px;
    }
    .top-about-item-txt .ttl-cmn03{
        font-size: 3rem;
    }
}
@media screen and (min-width:1710px){
    .top-about-list{
        margin: 0 auto;
    }
}

/*	下層ヘッダー
---------------------------------*/
.bg-subhd{
    height: 250px;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/img_sub01.jpg);
    position: relative;
}
.subhd-ttl-otr{
    height: 250px;
    position: relative;
}
.subhd-ttl{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.subttl{
}
.subttl02{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}
@media screen and (min-width:768px){
    .bg-subhd{
        height: 300px;
    }
    .subhd-ttl-otr{
        height: 300px;
    }
    .subttl{
    }
    .subttl02{
        font-size: 2.1rem;
    }
}
@media screen and (min-width:1024px){
    .bg-subhd{
        height: 480px;
    }
    .subhd-ttl-otr{
        height: 480px;
    }
    .subttl{
    }
}
@media screen and (min-width:1080px){
}

/*	産前産後ケア
---------------------------------*/
.care-catch{
    margin-bottom: 50px;
    position: relative;
}
.care-catch-txt{
    margin-bottom: 30px;
    position: relative;
}
.care-catch-txt .ttl-cmn06{
    font-weight: 400;
    font-size: 1.7rem;
    margin-bottom: 20px;
}
.care-catch-txt .top-concept-txt-img{
    bottom: 0;
}
.care-catch-img{
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
}
.care-catch-img.ojf:before{
    padding-top: 52.7%;
}
.care-catch-item .top-care-item-txt{
    margin-right: 0;
}
.care-catch-item .top-care-item-txt-ttl.ttl-cmn03{
    font-weight: 700;
    font-size: 4.1vw;
    background: linear-gradient(transparent 70%, #ebe6da 70% 100%);
}
.care-catch-item .top-care-item-icon-list{
    margin-bottom: 0;
}
.care-catch-item .top-care-item-icon{
    max-width: 170px;
}
.care-catch-item .top-care-item-icon-p.ttl-cmn05{
    font-size: 1.6rem;
    color: #333;
}
.care-box{
    padding: 10px;
    position: relative;
    z-index: 1;
}
.care-box:before{
    content: "";
    background-color: #fbf8f2;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.care-box:after{
    content: "";
    border: solid 1px #bda469;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.care-box-inr{
    max-width: 1030px;
    width: 100%;
    padding: 40px 15px;
    margin: 0 auto;
}
.care-box .top-care-green{
    margin: 0 auto 20px;
}
.care-box-item.flex-btw{
    display: block;
}
.care-box-item-left{
    margin-bottom: 30px;
    position: relative;
}
.care-box-item-left:before{
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
}
.care-box-item-left .ttl-cmn03{
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.care-box-item-right{
    text-align: center;
}
.care-item{
    border-top: solid 1px #000;
    padding: 30px 0;
}
.care-item:last-of-type{
    border-bottom: solid 1px #000;
}
.care-item.top-service-item:last-of-type.top-service-item{
    margin-bottom: 0;
}
.partner-box{
    background-color: #fff;
    border: solid 1px #61694d;
    padding: 30px 15px;
}
.partner-box-inr.flex-btw{
    display: block;
}
.partner-box-inr{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.partner-box-item{
    background-color: #fbf8f2;
    max-width: 530px;
    width: 100%;
    padding: 25px 15px;
    margin: 0 auto 20px;
}
.partner-box-item:last-of-type{
    margin-bottom: 0;
}
.partner-box-item .ttl-cmn02{
    font-weight: 700;
    color: #61694d;
    margin-bottom: 10px;
}
.partner-box-item-p01{
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.partner-box-item-bottom.flex-nml{
    display: block;
}
.partner-box-item-bottom-p01{
    margin-bottom: 10px;
}
.partner-box-item-bottom-p01 p{
    background-color: #bda469;
    width: 110px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.partner-box-item-bottom-p02 p{
    display: inline;
    font-size: 1.4rem;
    border-bottom: solid 1px #333;
    padding-bottom: 3px;
}
@media screen and (min-width:500px){
    .care-catch-item .top-care-item-txt-ttl.ttl-cmn03{
        font-size: 2.1rem;
    }
}
@media screen and (min-width:768px){
    .care-catch{
        margin-bottom: 70px;
    }
    .care-catch-txt .ttl-cmn06{
        font-size: 2.1rem;
        margin-bottom: 30px;
    }
    .care-catch-item .top-care-item-icon{
        width: calc((100% - 80px) / 3);
        margin-right: 40px;
    }
    .care-catch-item .top-care-item-icon:last-of-type{
        margin-right: 0;
    }
    .care-catch-item .top-care-item-txt-ttl.ttl-cmn03{
        font-size: 3rem;
    }
    .care-catch-item .top-care-item-icon-p.ttl-cmn05{
        font-size: 2.4rem;
    }
    .care-box-inr{
        padding: 70px 15px;
    }
    .care-box .top-care-green{
        margin: 0 auto 40px;
    }
    .care-box-item-left .ttl-cmn03{
        margin-bottom: 30px;
    }
    .care-box-item-left:before{
        width: 320px;
        height: 320px;
    }
    .care-item{
        padding: 50px 0;
    }
    .partner-box{
        padding: 50px 15px;
    }
    .partner-box-item{
        padding: 25px;
    }
    .partner-box-item-bottom.flex-nml{
        display: flex;
    }
    .partner-box-item-bottom-p02{
        flex: 1;
        padding-left: 10px;
    }
}
@media screen and (min-width:1024px){
    .care-catch-txt{
        width: 52%;
        min-height: 480px;
        padding-top: 40px;
        margin-bottom: 0;
    }
    .care-catch-txt .top-concept-txt-img{
        width: 250px;
        right: 20px;
    }
    .care-catch-img{
        width: 47.4%;
        position: absolute;
        top: 0;
        left: 52.6%;
    }
    .care-catch-item .top-care-item-txt{
        max-width: none;
        width: 100%;
        padding: 0;
    }
    .care-catch-item .top-care-item-icon{
        width: calc((100% - 160px) / 3);
        margin-right: 80px;
    }
    .care-box-item.flex-btw{
        display: flex;
    }
    .care-box-item-left{
        width: 48%;
        padding-top: 40px;
        margin-bottom: 0;
    }
    .care-box-item-right{
        width: 48%;
    }
    .care-item.top-service-item:nth-of-type(2n){
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .partner-box-inr.flex-btw{
        display: flex;
    }
    .partner-box-item{
        width: calc((100% - 40px) / 2);
        margin: 0 0 20px;
    }
    .partner-box-item:last-of-type{
        margin: 0 0 20px;
    }
}
@media screen and (min-width:1080px){
    .care-catch-txt .top-concept-txt-img{
        width: 300px;
    }
}
@media screen and (min-width:1200px){
    .care-box-item-left:before{
        left: -40px;
    }
}

/*	コンセプト
---------------------------------*/
.concept-catch{
    text-align: center;
    position: relative;
}
.concept-catch .ttl-cmn03{
    margin-bottom: 30px;
}
.concept-catch .top-concept-txt-img{
    max-width: 120px;
    width: 35%;
    bottom: 0;
}
.concept-partner.flex-btw{
    display: block;
}
.concept-partner-img{
    text-align: center;
}
.concept-partner-txt{
    padding-top: 30px;
}
.concept-partner-txt-p{
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.concept-partner-txt .btn-cmn01{
    margin: 0 auto 20px;
}
.concept-partner-txt .btn-cmn01:last-of-type{
    margin-bottom: 0;
}
.service-list.flex-btw{
    display: block;
}
.service-list{
    margin-bottom: 30px;
}
.service-item{
    max-width: 580px;
    width: 100%;
    margin: 0 auto 30px;
}
.service-item:last-of-type{
    margin-bottom: 0;
}
.service-item-num.top-service-item-txt-num{
    color: #bda469;
    padding-left: 50px;
    position: relative;
}
.service-item-num.top-service-item-txt-num:before{
    content: "";
    background-color: #bda469;
    width: 40px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.service-item-img{
    margin-bottom: 20px;
}
.service-item-img.ojf:before{
    padding-top: 69%;
}
.service-item-p.ttl-cmn05{
    letter-spacing: 0.025em;
    color: #000;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}
.service-item-p.ttl-cmn05:before{
    content: "";
    background-color: #bda469;
    width: 80px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.concept-box{
    max-width: 1000px;
    width: 100%;
    border: solid 1px #61694d;
    text-align: center;
    padding: 30px 15px;
    margin: 0 auto;
}
.concept-box-p{
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #61694d;
    margin-bottom: 20px;
}
.concept-box-btn-list.flex-cnt{
    display: block;
}
.concept-box-btn{
    max-width: 350px;
    width: 100%;
    border: solid 1px #ccc;
    text-align: center;
    margin: 0 auto 20px;
}
.concept-box-btn:last-of-type{
    margin-bottom: 0;
}
.concept-box-btn02 a{
    display: block;
}
.concept-box-btn p{
    line-height: 60px;
}
.concept-box-btn.concept-box-btn02{
    border: none;
    background-color: #61694d;
}
.concept-box-btn02 p{
    display: inline;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    padding-left: 35px;
    position: relative;
}
.concept-box-btn02 p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail.png);
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.staff-list{
    padding-bottom: 60px;
    position: relative;
}
.bg-staff{
    background-color: #fbfbfb;
    width: 86%;
    height: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.staff-item.flex-btw{
    display: block;
}
.staff-item{
    margin-bottom: 50px;
}
.staff-item:last-of-type{
    margin-bottom: 0;
}
.staff-item-img{
    text-align: center;
    margin-bottom: 20px;
}
.staff-item-txt-ttl{
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
}
.staff-item-txt-ttl:before{
    content: "";
    background-color: #bda469;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.staff-item-txt-ttl .ttl-cmn03{
    color: #000;
}
.staff-item-txt-ttl-p{
    color: #bda469;
    letter-spacing: 0.05em;
    padding-left: 40px;
    margin-left: 20px;
    margin-bottom: 5px;
    position: relative;
}
.staff-item-txt-ttl-p:before{
    content: "";
    background-color: #bda469;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.staff-item-txt-border{
    border-bottom: solid 1px #000;
}
.staff-item-txt-p01{
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.staff-item-txt-inr{
    padding: 20px 0 20px 20px;
}
.staff-item-txt-inr .ttl-cmn06{
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}
.staff-item-txt-inr .ttl-cmn06:before{
    content: "";
    background-color: #bda469;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.staff-item-txt-inr01{
    margin-bottom: 20px;
}
.staff-item-txt-inr01:last-of-type{
    margin-bottom: 0;
}
.staff-item-txt-inr01-p{
    letter-spacing: 0.05em;
}
.staff-list02.flex-btw{
    display: block;
}
.staff-item02{
    max-width: 380px;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
}
.staff-item02:last-of-type{
    margin-bottom: 0;
}
.staff-item02-img{
    margin-bottom: 40px;
    position: relative;
}
.staff-item02-img:after{
    content: "";
    background-color: #000;
    width: 1px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.staff-item02-img.ojf:before{
    padding-top: 71%;
}
.staff-item02 .ttl-cmn06{
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.staff-item02 .ttl-cmn06:before{
    content: "";
    background-color: #bda469;
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.staff-item02-p{
    letter-spacing: 0.05em;
}
@media screen and (min-width:768px){
    .concept-catch .top-concept-txt-img{
        max-width: max-content;
        width: auto;
        bottom: auto;
        top: 0;
    }
    .concept-partner-txt-p{
        margin-bottom: 40px;
    }
    .service-item-num.top-service-item-txt-num{
        padding-left: 60px;
    }
    .service-item-num.top-service-item-txt-num:before{
        width: 50px;
    }
    .service-item-p.ttl-cmn05:before{
        width: 100px;
    }
    .concept-box{
        padding: 40px 15px;
    }
    .concept-box-btn-list.flex-cnt{
        display: flex;
    }
    .concept-box-btn{
        width: calc((100% - 30px) / 2);
        margin: 0 30px 0 0;
    }
    .concept-box-btn:last-of-type{
        margin-right: 0;
    }
    .concept-box-btn p{
        line-height: 80px;
    }
    .staff-list{
        padding-bottom: 100px;
    }
    .staff-item{
        margin-bottom: 70px;
    }
    .staff-item-txt-ttl{
        margin-bottom: 20px;
    }
    .staff-item-txt-p01{
        margin-bottom: 40px;
    }
    .staff-item-txt-inr{
        padding: 20px 0 20px 50px;
    }
    .staff-item02-img{
        margin-bottom: 60px;
    }
    .staff-item02-img:after{
        height: 60px;
        bottom: -30px;
    }
}
@media screen and (min-width:1024px){
    .concept-partner.flex-btw{
        display: flex;
    }
    .concept-partner-img{
        width: 54.17%;
    }
    .concept-partner-txt{
        width: 42%;
        padding-top: 50px;
    }
    .concept-partner-txt .btn-cmn01{
        margin: 0 0 20px;
    }
    .service-list.flex-btw{
        display: flex;
    }
    .service-item{
        width: calc((100% - 20px) / 2);
        margin: 0 0 20px;
    }
    .service-item:last-of-type{
        margin: 0 0 20px;
    }
    .service-item:nth-of-type(2n){
        padding-top: 100px;
    }
    .staff-item.flex-btw{
        display: flex;
    }
    .staff-item-img{
        width: 37.5%;
        margin-bottom: 0;
    }
    .staff-item-txt{
        width: 56.7%;
    }
    .staff-item:first-of-type{
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .staff-list02.flex-btw{
        display: flex;
    }
    .staff-item02{
        width: calc((100% - 40px) / 3);
        margin: 0;
    }
}
@media screen and (min-width:1080px){
    .service-item{
        width: calc((100% - 40px) / 2);
    }
    .staff-item02{
        width: calc((100% - 60px) / 3);
    }
}

/*	会社案内
---------------------------------*/
.greeting-txt{
    margin-bottom: 30px;
}
.greeting-txt-p{
    font-weight: 500;
    letter-spacing: 0.05em;
}
.greeting-img{
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
}
.greeting-img.ojf:before{
    padding-top: 55%;
}
.bg-greeting{
    background-color: #fbfbfb;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.company-table-tr.flex-nml{
    display: block;
}
.company-table-tr{
    border-top: solid 1px #61694d;
    padding: 10px 0;
    position: relative;
}
.company-table-tr:last-of-type{
    border-bottom: solid 1px #61694d;
}
.company-table-th{
    font-weight: 500;
    color: #61694d;
}
.about-item.flex-btw{
    display: block;
}
.about-item{
    margin-bottom: 30px;
}
.about-table{
    width: 100%;
    margin: 0 auto 30px;
}
.about-item-right{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.company-btn-list.flex-cnt{
    display: block;
}
.company-btn.btn-cmn01{
    margin: 0 auto 20px;
}
.company-btn.btn-cmn01:last-of-type{
    margin-bottom: 0;
}
@media screen and (min-width:768px){
    .company-table-tr.flex-nml{
        display: flex;
    }
    .company-table-tr{
        border-top: solid 1px #ccc;
        padding: 15px 0;
    }
    .company-table-tr:last-of-type{
        border-bottom: solid 1px #ccc;
    }
    .company-table-tr:before{
        content: "";
        background-color: #61694d;
        width: 200px;
        height: 1px;
        position: absolute;
        top: -1px;
        left: 0;
    }
    .company-table-tr:last-of-type:after{
        content: "";
        background-color: #61694d;
        width: 200px;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 0;
    }
    .company-table-th{
        width: 200px;
        padding-left: 20px;
    }
    .company-table-td{
        flex: 1;
        padding: 0 10px 0 40px;
    }
    .company-table-th{
        padding-left: 40px;
    }
    .company-table-td{
        padding: 0 10px 0 70px;
    }
    .about-item{
        margin-bottom: 50px;
    }
    .about-item-right .thumbnail-item{
        width: calc((100% - 20px) / 3);
        margin-right: 10px;
    }
    .about-item-right .thumbnail-item:nth-of-type(3n){
        margin-right: 0;
    }
    .about-item-right .thumbnail-item:nth-of-type(6n){
        margin-right: 0;
    }
    .company-btn-list.flex-cnt{
        display: flex;
    }
    .company-btn.btn-cmn01{
        width: calc((100% - 20px) / 2);
        margin: 0 20px 0 0;
    }
    .company-btn.btn-cmn01:last-of-type{
        margin: 0;
    }
}
@media screen and (min-width:1024px){
    .greeting-txt{
        width: 45%;
        min-height: 26vw;
        margin: 0;
    }
    .greeting-img{
        width: 47.4%;
        position: absolute;
        top: 0;
        left: 52.6%;
    }
    .about-item.flex-btw{
        display: flex;
    }
    .about-table{
        max-width: 500px;
        width: 46%;
        padding-top: 70px;
        margin: 0;
    }
    .about-table .company-table-tr:before{
        width: 120px;
    }
    .about-table .company-table-tr:last-of-type:after{
        width: 120px;
    }
    .about-table .company-table-th{
        width: 120px;
        padding-left: 30px;
    }
    .about-table .company-table-td{
        padding: 0 10px 0 30px;
    }
    .about-item-right{
        max-width: 600px;
        width: 50%;
        margin: 0;
    }
    .company-btn.btn-cmn01{
        width: calc((100% - 50px) / 2);
        margin: 0 50px 0 0;
    }
}
@media screen and (min-width:1200px){
    .bg-greeting{
        height: 70%;
    }
    .greeting-txt{
        padding-top: 100px;
    }
}
@media screen and (min-width:1920px){
    .greeting-txt{
        min-height: 500px;
    }
}

/*	子供向けオンライン授業
---------------------------------*/
.subttl.ttl-cmn01{
    font-size: 3.6rem;
}
.online-catch{
    position: relative;
}
.online-catch-img{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.online-catch-img.ojf:before{
    padding-top: 70%;
}
.online-catch .concept-catch{
    text-align: left;
    padding-top: 30px;
}
.online-catch .concept-catch .top-concept-txt-img{
    top: auto;
    bottom: 0;
}
.bg-online{
    background-color: #fbfbfb;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.feature-list.flex-btw{
    display: block;
}
.feature-item{
    max-width: 370px;
    width: 100%;
    margin: 0 auto 30px;
}
.feature-item:last-of-type{
    margin-bottom: 0;
}
.feature-item-top{
    margin-bottom: 40px;
    position: relative;
}
.feature-item-img.ojf:before{
    padding-top: 81.1%;
}
.feature-item-num{
    background-color: #fbf8f2;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.feature-item-num-p{
    display: inline;
    font-family: 'Cinzel', serif;
    font-size: 4rem;
    letter-spacing: 0.05em;
    color: #61694d;
    line-height: 1;
}
.feature-item-txt .service-item-p.ttl-cmn05{
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.feature-item-txt-p{
    letter-spacing: 0.025em;
}
.flow-item{
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.flow-item:last-of-type{
    margin-bottom: 0;
}
.flow-item-inr.flex-nml{
    display: block;
}
.flow-item-inr{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.flow-item-left{
    border-bottom: solid 1px #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.flow-item-left-num.top-service-item-txt-num{
    font-size: 4rem;
    margin-bottom: 0;
}
.flow-item-left-num.service-item-num.top-service-item-txt-num{
    padding-left: 60px;
}
.flow-item-left-num.service-item-num.top-service-item-txt-num:before{
    width: 50px;
}
.flow-item-left .ttl-cmn06{
    font-weight: 400;
    color: #000;
    padding-left: 20px;
}
.flow-item-right-p{
    letter-spacing: 0.05em;
}
.counseling-box-otr{
    background-color: #fff;
    border: solid 1px #957c11;
    padding: 5px;
}
.counseling-box{
    border: solid 1px #957c11;
    padding: 30px 15px;
}
.counseling-box-inr{
    position: relative;
}
.counseling-box .top-care-green{
    max-width: 680px;
    padding: 10px 0;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.counseling-box .top-care-green .ttl-cmn05{
    line-height: 1.785;
}
.counseling-box-p{
    max-width: 520px;
    width: 100%;
    padding-bottom: 60px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counseling-box-img-list{
    max-width: 586px;
    width: 100%;
    margin: 0 auto;
}
.counseling-box-img{
    width: calc((100% - 5px) / 2);
    margin-bottom: 30px;
}
.counseling-box-img:nth-of-type(2n){
    margin-top: 30px;
    margin-bottom: 0;
}
.counseling-box-img.ojf:before{
    padding-top: 127.5%;
}
.counseling-box-icon{
    width: 100px;
    position: absolute;
    bottom: 20px;
    right: 0;
}
@media screen and (min-width:768px){
    .subttl.ttl-cmn01{
        font-size: 6rem;
    }
    .feature-item-top{
        margin-bottom: 50px;
    }
    .feature-item-num{
        width: 80px;
        height: 80px;
        bottom: -40px;
    }
    .feature-item-num-p{
        font-size: 5rem;
    }
    .feature-item-txt .service-item-p.ttl-cmn05{
        font-size: 2.1rem;
    }
    .flow-item{
        margin-bottom: 50px;
    }
    .flow-item-left-num.service-item-num.top-service-item-txt-num{
        padding-left: 80px;
    }
    .flow-item-left-num.service-item-num.top-service-item-txt-num:before{
        width: 65px;
    }
    .flow-item-left-num.top-service-item-txt-num{
        font-size: 6rem;
    }
    .counseling-box .top-care-green{
        padding: 0;
    }
    .counseling-box .top-care-green .ttl-cmn05{
        line-height: 50px;
    }
}
@media screen and (min-width:1024px){
    .online-catch-img{
        width: 41.7%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .online-catch .concept-catch{
        width: 56.7%;
        min-height: 29.17vw;
        padding-top: 40px;
        margin-left: auto;
    }
    .feature-list.flex-btw{
        display: flex;
    }
    .feature-item{
        width: calc((100% - 40px) / 3);
        margin: 0 20px 0 0;
    }
    .feature-item:last-of-type{
        margin-right: 0;
    }
    .feature-item-txt .service-item-p.ttl-cmn05.fz2{
        font-size: 1.9rem;
    }
    .flow-item-inr.flex-nml{
        display: flex;
    }
    .flow-item-left{
        width: 43%;
        min-height: 100px;
        border-bottom: none;
        border-right: solid 1px #000;
        padding: 0;
        margin: 0;
    }
    .flow-item-right{
        flex: 1;
        padding: 10px 0 10px 50px;
    }
    .counseling-box{
        padding: 70px 15px 60px;
    }
    .counseling-box-inr{
        min-height: 450px;
    }
    .counseling-box .top-care-green{
        margin: 0 0 50px auto;
    }
    .counseling-box-p{
        width: 51%;
        padding: 0;
        margin: 0 0 0 auto;
    }
    .counseling-box-icon{
        width: auto;
        right: 80px;
        bottom: 0;
    }
    .counseling-box-img-list{
        width: 58.6%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .counseling-box-img{
        margin-bottom: 80px;
    }
    .counseling-box-img:nth-of-type(2n){
        margin-top: 80px;
    }
}
@media screen and (min-width:1200px){
    .online-catch .concept-catch{
        padding-top: 80px;
    }
    .feature-item{
        width: calc((100% - 90px) / 3);
        margin: 0 45px 0 0;
    }
    .feature-item-txt .service-item-p.ttl-cmn05.fz2{
        font-size: 2.1rem;
    }
}
@media screen and (min-width:1920px){
    .online-catch .concept-catch{
        min-height: 560px;
    }
    .online-catch-img{
        left: auto;
        right: 58.3%;
    }
}

/*	採用情報
---------------------------------*/
.concept-catch .ttl-cmn03.mb0{
    margin-bottom: 0;
}
.person-list.flex-btw{
    display: block;
}
.person-list{
    margin-bottom: 40px;
}
.person-item{
    background-color: #fbf8f2;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto 30px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.person-item:last-of-type{
    margin: 0 auto;
}
.person-item-img{
    margin-bottom: 30px;
}
.person-item .ttl-cmn06{
    font-weight: 400;
    color: #333;
}
.parson-p{
    letter-spacing: 0.05em;
}
.works-item{
    margin-bottom: 50px;
    position: relative;
}
.works-item:last-of-type{
    margin-bottom: 0;
}
.works-item-img{
    max-width: 1000px;
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
}
.works-item-img.ojf:before{
    padding-top: 60%;
}
.works-item-txt-otr{
    max-width: 680px;
    width: 95%;
    padding-top: 45vw;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.works-item-txt{
    background-color: #fff;
    box-shadow: 0px 0px 12.75px 2.25px rgba(0, 0, 0, 0.03);
    padding: 30px 15px;
}
.works-item-txt .flow-item-left-num{
    margin-bottom: 20px;
}
.works-item-txt .ttl-cmn03{
    letter-spacing: 0.025em;
    color: #61694d;
    margin-bottom: 20px;
}
.works-item-txt-p{
    max-width: 490px;
    width: 100%;
    letter-spacing: 0.05em;
}
.works-item:nth-of-type(2n) .works-item-img{
    left: auto;
    right: 0;
}
.works-item:nth-of-type(2n) .works-item-txt-otr{
    margin-left: 0;
}
@media screen and (min-width:768px){
    .person-list.flex-btw{
        display: flex;
    }
    .person-item{
        max-width: 313px;
        max-height: 313px;
        width: calc((100% - 60px) / 3);
        height: calc((100vw - 90px) / 3);
        margin: 0 30px 0 0;
    }
    .person-item:last-of-type{
        margin: 0;
    }
    .parson-p{
        text-align: center;
    }
    .works-item{
        margin-bottom: 70px;
    }
}
@media screen and (min-width:1024px){
    .works-item-img{
        width: 52.1%;
    }
    .works-item-txt-otr{
        width: 50%;
        min-height: 31.25vw;
        padding-top: 6.25vw;
    }
    .works-item-txt{
        padding: 50px 15px 50px 40px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1920px){
    .works-item-img{
        left: auto;
        right: 47.9%;
    }
    .works-item-txt-otr{
        min-height: 600px;
        padding-top: 120px;
    }
    .works-item:nth-of-type(2n) .works-item-img{
        left: 47.9%;
        right: auto;
    }
}

/*	サービス紹介
---------------------------------*/
.service-catch-ttl.ttl-cmn03{
    font-size: 2.2rem;
}
.service-box{
    padding: 60px 0;
}
.service-box:nth-of-type(2n + 1){
    background-color: #fbfbfb;
}
.service-box:last-of-type{
    padding: 60px 0 80px;
}
.service-box-item{
    margin-bottom: 50px;
    position: relative;
}
.service-box-item.mb0{
    margin-bottom: 0;
}
.service-box-item-txt{
    margin-bottom: 30px;
    position: relative;
}
.service-box-item-txt-ttl{
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.service-box-item-txt-ttl:before{
    content: "";
    background-color: #bda469;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.service-box-item-txt-ttl-left{
    text-align: center;
}
.service-box-item-txt-ttl-left .ttl-cmn02{
    color: #61694d;
}
.service-box-item-txt-ttl-left .top-service-item-txt-num{
    margin: 0;
}
.service-box-item-txt-ttl .ttl-cmn03{
    font-weight: 700;
    color: #000;
    padding-left: 20px;
    margin-bottom: 5px;
}
.service-box-item-txt-p{
    min-height: 100px;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
}
.service-box-item-txt-icon.top-service-item-txt-img{
    z-index: 1;
}
.service-box-item-txt-icon.top-service-item-txt-img img{
    max-height: 100px;
}
.service-box-item-txt-icon.top-service-item-txt-img.h100{
    height: calc(100% - 120px);
}
.service-box-item-txt-icon.top-service-item-txt-img.h100 img{
    max-height: max-content;
    height: 100%;
}
.service-box-item-img{
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}
.service-box-item-img.ojf:before{
    padding-top: 52.3%;
}
.service-box02-otr{
    background-color: #fff;
    border: solid 1px #bda469;
    padding: 5px;
}
.service-box02{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_service_box_01.jpg);
    border: solid 1px #bda469;
    padding: 40px 15px;
}
.service-box02-inr{
    background-color: rgba(255, 255, 255, .8);
    max-width: 1000px;
    width: 100%;
    text-align: center;
    padding: 40px 15px;
    margin: 0 auto;
}
.service-box02-inr .top-care-green{
    max-width: 810px;
    padding: 10px 0;
    margin: 0 auto 40px;
}
.service-box02-inr .top-care-green .ttl-cmn05{
    line-height: 1.785;
}
.care-box-herbs .ttl-cmn06{
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.herbs-box{
    max-width: 1000px;
    width: 100%;
    border: solid 1px #61694d;
    padding: 30px 15px;
    margin: 0 auto;
}
.herbs-box .service-item-p{
    margin-bottom: 20px;
}
.herbs-box-item.flex-btw{
    display: block;
}
.herbs-box-item{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.herbs-box-item-img{
    text-align: center;
}
.herbs-box-item-txt{
    padding-top: 20px;
}
.herbs-box-item-txt .ttl-cmn02{
    font-weight: 700;
    color: #61694d;
    margin-bottom: 10px;
}
.herbs-box-item-txt-p{
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.care-box-item-right-inr{
    max-width: 500px;
    width: 100%;
    padding-bottom: 60px;
    margin: 0 auto;
    position: relative;
}
.care-box-item-right-img01{
    width: 78%;
    margin-left: auto;
}
.care-box-item-right-img01.ojf:before{
    padding-top: 64.1%;
}
.care-box-item-right-img02{
    width: 46%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.care-box-item-right-img02.ojf:before{
    padding-top: 67.8%;
}
.service-box:nth-of-type(2n) .service-box-item-txt-icon.top-service-item-txt-img{
    left: 0;
    right: auto;
}
@media screen and (min-width:768px){
    .service-catch-ttl.ttl-cmn03{
        font-size: 3rem;
    }
    .service-box{
        padding: 100px 0;
    }
    .service-box:last-of-type{
        padding: 100px 0 150px;
    }
    .service-box-item{
        margin-bottom: 70px;
    }
    .service-box-item-txt-ttl{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .service-box-item-txt-icon.top-service-item-txt-img.h100{
        height: calc(100% - 200px);
    }
    .service-box02{
        padding: 70px 15px;
    }
    .service-box02-inr{
        padding: 70px 15px;
    }
    .service-box02-inr .top-care-green{
        padding: 0;
    }
    .service-box02-inr .top-care-green .ttl-cmn05{
        line-height: 50px;
    }
    .care-box-herbs .ttl-cmn06{
        margin-bottom: 40px;
    }
    .herbs-box{
        padding: 40px 15px;
    }
    .herbs-box .service-item-p{
        margin-bottom: 30px;
    }
    .herbs-box-item.flex-btw{
        display: flex;
    }
    .herbs-box-item-img{
        width: 33.3%;
    }
    .herbs-box-item-txt{
        width: 61.1%;
        padding-top: 40px;
    }
}
@media screen and (min-width:1024px){
    .service-box-item-txt{
        width: 50%;
        min-height: 23.4vw;
        margin-left: auto;
        margin-bottom: 0;
    }
    .service-box-item-img{
        width: 44.8%;
        margin: 0;
        position: absolute;
        top: 0;
        right: 55.2%;
    }
    .service-box:nth-of-type(2n) .service-box-item-txt{
        margin-left: 0;
    }
    .service-box:nth-of-type(2n) .service-box-item-img{
        left: 55.2%;
        right: auto;
    }
}
@media screen and (min-width:1400px){
    .service-box-item-txt-icon.top-service-item-txt-img img{
        height: auto;
    }
}
@media screen and (min-width:1920px){
    .service-box-item-txt{
        min-height: 450px;
    }
}

/*	お問い合わせ
---------------------------------*/
.contact-box{
    border: solid 1px #000;
    text-align: center;
    padding: 30px 15px;
}
.contact-box .service-item-p.ttl-cmn05{
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.contact-box .hd-phone01{
    font-size: 3rem;
    padding-left: 30px;
}
.contact-box .hd-phone01:before{
    background-image: url(/system_panel/uploads/images/icon_phone.png);
    width: 22px;
}
@media screen and (min-width:768px){
    .contact-box{
        padding: 40px 15px;
    }
    .contact-box .hd-phone01{
        font-size: 4rem;
        padding-left: 40px;
    }
    .contact-box .hd-phone01:before{
        width: 27px;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:10800px){
}
@media screen and (min-width:1920px){
}

/********************************
 20260305
*********************************/

.hd-right01_fix{
    padding-right: 120px;
}
.hd-btn_fix{
    position: fixed;
    z-index: 90;
}
@media screen and (max-width:1299px) {
    .hd-btn_fix_sp{
        width: 90px;
        height: 90px;
        background-color: #bda469;
        right: 100px;
        top: 0;
        z-index: 101;
    }
    .hd-btn_fix_sp a{
        width: 100%;
        height: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .navbar{
        position: fixed;
    }
    .bg-hum-blue{
        position: fixed;
        z-index: 88;
    }
}
@media screen and (max-width:767px) {
    .hd-btn_fix_sp{
        width: 50px;
        height: 50px;
        right: 60px;
    }
}
