@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/*============================
	index 共通
============================*/
/* btn ▼*/
html.active {
    overflow-y: hidden;
}


@media screen and (max-width:1024px) {
	body {
		padding-bottom:70px;
	}
	body.appear #container {
		overflow:hidden;
	}
	.g-nav {
		overflow:hidden;
	}
}




.link__btn a {
    font-weight: bold;
    display: block;
    max-width: 100%;
    letter-spacing: .05em;
    line-height: 1;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    transition: .5s;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.link__btn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #111;
    left: 50%;
    bottom: 0px;
    border-radius: 1px;
    transition: .5s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.link__btn a:hover::before {
    width: 60%;
}

.link__btn a:hover {
    opacity: .9;
}

.link__btn02 a {
    display: block;
    width: 230px;
    background: url(../img/cmn/btn-arw.png)no-repeat center right 5px/20%;
    border-bottom: solid 2px #fff;
    transition: .5s;
    line-height: 50px;
    white-space: nowrap;
    color: #fff;
}

.link__btn02 a:hover {
    background-position: center right 10px;
}

/* btn ▲*/
.section__ttl {
    font-weight: bold;
    text-align: center;
    position: relative;
}

.section__ttl .font-en {
    font-size: 3rem;
    letter-spacing: .05em;
    display: block;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
}

#home .section__ttl .font-en {
    font-size: 5rem;
}


@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {
    .section__ttl .font-en {
        font-size: 4rem;
    }
	#home .section__ttl .font-en {
	    font-size: 4rem;
	}
}

@media screen and (max-width:599px) {
    .section__ttl .font-en {
        font-size: 1.8rem;
/*
        font-size: 3.6rem;
*/
    }
	#home .section__ttl .font-en {
	    font-size: 3.6rem;
	}

    .link__btn a {
        font-size: 2.4rem;
    }
}

/*============================
	header
============================*/

header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    padding: 0 0 0 1%;
    height: 90px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12); */
}

header.active {
    background: rgba(0, 0, 0, .3);
}

header.active .g-nav__pc {
    display: none;
}

.hd__left {
    width: 10%;
    padding: 36px 0 0;
}

.hd__right {
    width: 80%;
}

.hd__logo {
    width: 156px;
    min-width: 150px;
    max-width: 100%;
    height: auto;
}

.hd__contact {
    width: 90px;
}

.hd__contact img {
    width: 35px;
    vertical-align: middle;
}

.hd__contact a {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    padding: 0 1%;
    background: #0b0b0b;
}


/***** g-nav PC ▼*****/
.g-nav__pc {
    text-align: center;
    margin-right: 5%;
    transition: .5s;
}

.g-nav__pc--ul li {
   margin: 0 1.5%;
    position: relative;
    z-index: 9;
    line-height: 90px;
}


.g-nav__pc--ul li:last-child {
    margin: 0 0 0 2%;
}

.g-nav__pc--ul li a {
    white-space: nowrap;
    font-size: min(1.6rem, 1.4vw);
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.g-nav__pc--ul li a:hover {
}

.g-nav__pc--ul li a span {
    display: block;
    width: 100%;
    height: 100%;
    opacity:1;

}
.g-nav__pc--ul li a span:hover {
  opacity:0;
  animation-name: sample01; 
  animation-duration: 1s; 
  animation-iteration-count:1;
  animation-fill-mode: forwards; 
}
@keyframes sample01 {
0% {
  opacity: 0;
}
 100% {
  opacity: 1;
} 
}

.g-nav__pc--ul li:nth-child(1) a span {
    width: 4em;
}
.g-nav__pc--ul li:nth-child(2) a span {
    width: 6em;
}
.g-nav__pc--ul li:nth-child(3) a span {
    width: 9em;
}
.g-nav__pc--ul li:nth-child(4) a span {
    width: 3em;
}
.g-nav__pc--ul li:nth-child(5) a span {
    width: 4em;
}
.g-nav__pc--ul li:nth-child(6) a span {
    width: 5em;
}
.g-nav__pc--ul li:nth-child(7) a span {
    width: 6em;
}

.g-nav__pc--ul li a span:hover {
    transition: 1s;
}

/* g-nav 伸びるボーダー */

.g-nav__pc--ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    left: 50%;
    bottom: 20px;
    border-radius: 1px;
    transition: .5s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.g-nav__pc--ul li a:hover:before {
    width: 60%;
}

.g-nav__pc--ul li a.black::before {
    background: #000 !important;
}

/***** g-nav ▲*****/



/***** ハンバーガー ▼*****/
.hd__flex--sp {
    width: 90px;

}

.hd__menu {
    font-weight: bold;
    font-size: 1rem;
    width: 90px;
    height: 90px;
    background: #5f6a4d;
    transition: .5s;
    margin: 0 0 0 auto;
    padding: 35px 30px;
   
}

.hd__hamburger {
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 9999;
    position: relative;
    margin: 0 auto;    
}
.hd__menu .active {
    right: 65% !important;
}


.hd__hamburger span {
    background: #fff;
    height: 2px;
    width: 100%;
    left: 0;
}

.hd__menu.active span {
    background: #98ab95;
}

.hd__menu .hd__menu--txt {
    font-size: 1rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    transition: .5s;
    margin-top: 5px;
}

.hdColor-default .hd__hamburger span {
    background: #fff;
}

.hdColor-default .hd__menu--txt {
    color: #fff;
    text-align: center;
    transition: .5s;
}

.hd__hamburger--top {
    top: 0;
    transition: .5s;
}

.hd__hamburger--mid {
    top: 42.5%;
    transition: .5s;
}

.hd__hamburger--bt {
    bottom: 0;
    transition: .5s;
}

.hd__hamburger.active .hd__hamburger--top {
    transform: translateY(9px) rotate(45deg);
}

.hd__hamburger.active .hd__hamburger--mid {
    display: none;
}

.hd__hamburger.active .hd__hamburger--bt {
    transform: translateY(-8px) rotate(-45deg);
}

/***** sp nav *****/
#container::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, .8);
    opacity: 0;
    display: none;
    transition: .5s;

}

html.active #container:before {
    opacity: 0;
    z-index: 99;
    display: block;
    animation-name: BgAppear;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

@keyframes BgAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

@keyframes BgHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

}


.g-nav__bg {
    position: fixed;
    top: 0;
    right: -120%;
    height: 100vh;
    width: 60vw;
    transition: all .5s;
    padding: 120px 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 100px;
    z-index: 1000;
}

.g-nav__bg--inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.g-nav__bg::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #111;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
}

.g-nav__bg.active {
    right: 0;
}

.g-nav__sp-ul {
    margin: 0 0 0 auto;
    padding: 0 20%;
}

.g-nav__sp {
    max-width: 420px;
    margin: 0 15% 0 auto;
    padding: 3% 0;
    border-top: solid 1px #808080;
    border-bottom: solid 1px #808080;
}

.g-nav__bg .g-nav__li {
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: .05em;
    height: 100%;
    text-align: left;
    color: #fff;
}

.g-nav__bg .g-nav__li a {
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: .05em;
    height: 100%;
    display: block;
    text-align: left;
    margin-bottom: 14px;
    color: #fff;
}

.g-nav__bg .g-nav__li span {
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: .05em;
    height: 100%;
    display: block;
    text-align: left;
    margin-bottom: 14px;
    color: #fff;
}

.g-nav__bg .g-nav__li:last-child a {
    margin-bottom: 0;
}


.g-nav__tel.sp {
    display: block;
}

.hd__snswrap {
    max-width: 420px;
    margin: 3% 15% 0 auto;
    padding: 0 5%;
    color:#fff;
    font-size:9px;
}

.hd__snswrap img {
/*
    vertical-align: middle;
*/
    max-width:24px;
    max-height:24px;
}

.hd__snswrap p {
    text-align:center;
}

@media screen and (max-width:1024px) {
    .g-nav__pc {
        display: none;
    }


    .hd__tel--wrap {
        display: none;
    }

    .hd__contact.pc {
        display: none;
    }

    .hd__flex--sp.sp {
        display: block;
    }

    .hd__gnav--sp {
        display: block;
    }

    .g-nav__tel--time.sp {
        display: block;
    }

    header {
        height: 55px;
        position: fixed;
        width: 100%;
        padding: 0 0 0 5%;

    }

    .hd__logo {
        min-width: 120px;
/*
        min-width: 150px;
*/
        height: auto;
        position: relative;
        z-index: 999;
    }

    .hd__flex {
        display: flex;
    }


}

@media screen and (max-width:768px) {
    .hd__right.pc {
        display: flex;
    }

    .g-nav__bg {
        width: 70vw;
        padding: 90px 0;
    }

    .g-nav__sp {
        max-width: 300px;
    }

    .hd__snswrap {
        max-width: 300px;
    }
}

@media screen and (max-width:599px) {

    .hd__left {
        width: auto;
        padding-top: 16px;
    }

    .hd__right {
        width: auto;
    }

    .g-nav__bg {
        width: 100vw;
        padding: 60px 0 100px;
    }

    .hd__logo {
        width: 90px;
    }

    .g-nav__sp-ul {
        padding: 0 15%;
    }

    .g-nav__bg .g-nav__li span {
        font-size:14px !important;
    }

    .hd__contact {
        width: 55px;
    }

    .hd__contact a {
        width: 55px;
        height: 55px;
        line-height: 50px;
	display:none !important;
    }

    .hd__contact img {
        width: 18px;
    }

    .hd__flex--sp {
        width: 55px;
    }

    .hd__menu {
        width: 55px;
        height: 55px;
        padding: 22px 0 0;
        position: relative;
        z-index: 9999;
    }
    html.active .hd__menu{
        background: none;
    }

    .hd__hamburger {
        width: 15px;
        height: 10px;
    }

    .hd__hamburger span {
        height: 1px;
    }

    .hd__hamburger.active .hd__hamburger--top {
        transform: translateY(4.5px) rotate(45deg);
    }


    .hd__hamburger.active .hd__hamburger--bt {
        transform: translateY(-4px) rotate(-45deg);
    }

    .g-nav__sp {
        max-width: 200px;
    }

    .g-nav__bg .g-nav__li a {
        font-size: 1.4rem;
        margin-bottom: 7px;
	/* 1226 */
	display:block;
    }

    .hd__snswrap {
        display: flex;
        max-width: 200px;
        padding: 0;
    }


}

/*============================
	fv
============================*/
.fv__movie {
    background-color: black;
}
.fv__movie video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    opacity: 0.5;
}

.fv__copy {
    font-size: 3rem;
    font-weight: bold;
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    z-index: 99;
    top: 50%;
}


/* .fv__scroll {
    font-size: 1.6rem;
    color: #fff;
    font-weight: normal;
    bottom: 120px;
    left: 50%;
    z-index: 99;
    position: absolute;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);

}

.fv__scroll::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 120px;
    background: -webkit-linear-gradient(#fff 0%, #fff 50%, #fed703 50%, #fed703 100%);
    background: -moz-linear-gradient(#fff 0%, #fff 50%, #fed703 50%, #fed703 100%);
    background: linear-gradient(#fff 0%, #fff 50%, #fed703 50%, #fed703 100%);
    left: 50%;
    top: 30px;
    animation: scrollAnime 2s 0s infinite;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
} */

@keyframes scrollAnime {
    0% {
        height: 120px;
    }

    50% {
        height: 160px;
    }

    100% {
        height: 120px;
    }
}

/* .mv__scroll::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 15px 10px;
    border-color: transparent transparent transparent #ffffff;
    left: 45%;
    bottom: 0;
} */



/* スライド slick fade*/

.slide-animation .fv__img {
    animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {
    .fv__movie.pc {
        display: block;
    }

}

@media screen and (max-width:599px) {

    .fv__copy {
        top: 50%;
        font-size: 2rem;
    }

}

.kawatoku .pc{
    display: block;
}

.kawatoku .sp{
    display: none;
}



.slick_kawatoku{
    margin-top: 60px;

}


.slick_kawatoku .slick-dots {
    bottom:-35px;

}


.slick_kawatoku .slick-dots li button:before{
    font-size: 12px;

}

@media screen and (max-width:450px) {

    .kawatoku .pc{
        display: none;
    }
    
    .kawatoku .sp{
        display: block;
    }
    
    .slick_kawatoku li img{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    
    }
    
    

}


/*============================
	infomation
============================*/
.infomation {
    padding: 110px 0 130px;
}

.infomation .section__ttl {
    margin-bottom: 40px;
}

.info__dl {
    max-width: 800px;
    margin: 0 auto 40px;
}

.info__dt {
    clear: both;
    float: left;
    color: #6c6c6c;
    letter-spacing: .05em;
}

.info__cat {
    width:8em;
    float: left;
    color: #6c6c6c;
    letter-spacing: .05em;
    text-align:center;
}

.info__dd {
/*
    padding-left: 125px;
*/
    padding-left: 230px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #cdcdcd;
}

.info__dd:last-child {
    margin: 0;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:599px) {
    .infomation {
        padding: 40px 0;
    }

    .infomation .section__ttl {
        margin-bottom: 25px;
    }

    .info__dt {
        font-size: 1.2rem;
    }

    .info__dd {
        font-size: 1.2rem;
        padding: 0 0 18px 25%;
        margin-bottom: 10px;
    }
}

/*============================
	concept
============================*/
.concept {
    padding: 110px 0 110px;
    background: #f4f4f4;

}

.concept .section__ttl {
    margin-bottom: 70px;
}

.concept__flex-bt {
    margin-bottom: 120px;
}

.concept__img {
    width: 50%;
    margin-bottom: 25px;
}

.concept__slick {
    width: 50%;
    padding: 150px 0 0;
}

.concept__slick .slick__bt {
    padding: 70px 0 0;
}


.slick__top .slick01,
.slick__top .slick02,
.slick__top .slick03 {
    width: 330px;
    margin: 0 auto;
}

.slick__bt .slick01,
.slick__bt .slick02,
.slick__bt .slick03 {
    width: 420px;
    margin: 0 auto;
}

.concept__flex-bt .concept__img img {
/*
    max-width: 350px;
    margin: 0 auto;
    display: block;
*/
}

.concept__slick.concept__txt {
    letter-spacing: .05em;
    line-height: 2;

}

.concept__copy {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {
    .concept__slick.slick__top {
        padding: 40px 0 0 10%;
    }

    .concept__slick.slick__bt {
        padding: 100px 0 0;
    }

    .concept__flex-bt .concept__img img {
        max-width: 250px;
    }
}

@media screen and (max-width:599px) {
    .concept {
        padding: 40px 0;
    }

    .concept .section__ttl {
        margin-bottom: 20px;
    }

    .concept__flex-top {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .concept__flex-top {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

/*
    .mix01 {
	order: 1;
    }
    .mix02 {
	order: 2;
    }
    .mix03 {
	order: 3;
    }
*/

    .concept__img {
        width: 100%;
    }

    .concept__slick {
        width: 100%;
        padding: 0;
    }
    .slick__top .slick01,
    .slick__top .slick02,
    .slick__top .slick03{
        width: 100%;
    }
    .slick__bt .slick01,
    .slick__bt .slick02,
    .slick__bt .slick03{
        width: 100%;
    }
    .concept__slick.slick__top {
        padding: 0;
        margin-bottom: 20px;
    }

    .concept__txt {
        text-align: center;
        font-size: 1.2rem;
    }

    .concept__flex-top img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .concept__flex-bt {
        margin-bottom: 35px;
    }

    .concept__slick.slick__bt {
        padding: 0;
    }

    .slick__bt .slick01,
    .slick__bt .slick02,
    .slick__bt .slick03 {
        width: 100%;
        margin-bottom: 35px;
    }

    .concept__copy {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }


}

/*============================
	service
============================*/
.service a.banner {
    display: block;
    height: 660px;
    width: 100%;
    color: #fff;
    padding: 300px 5% 0;
    background: url(../img/top/bg_service.jpg)no-repeat center center/cover;
    transition: .5s;
}

.service a.banner:hover {
/*
    opacity: .9;
*/
    opacity: 1;
    color: #fff;
    background: url(../img/top/bg_service_color.jpg)no-repeat center center/cover;
    text-shadow:1px 1px #999;
    transition: .5s;
}

.service .section__ttl {
    width: 50%;
}

.service__btn {
    width: 50%;
    font-size: min(3rem, 3vw);
    white-space: nowrap;
    letter-spacing: .05em;
    font-weight: bold;
    background: url(../img/cmn/btn_arw_wh.png)no-repeat center right 10px;
    padding-right: 100px;
    transition: .3s;
    width: -moz-fit-content;
    width: fit-content;
}

.service a:hover .service__btn {
    background-position: center right;
    transition: .3s;
}

@media screen and (max-width:768px) {
    .service__btn {
        font-size: 2rem;
        padding-right: 50px;
    }
}

@media screen and (max-width:599px) {
    .service {
        padding: 0 5%;
    }

    .service a {
        height: 230px;
        padding: 90px 5%;
    }

	.service a.banner {
	    height: auto;
	    padding: 0 5% 0;
	}

	.service a.banner::before {
	  content: "";
	  display: block;
	  padding-top: 50%;
	}
	.service a.banner::after {
	  content: "";
	  display: block;
	  padding-bottom: 50%;
	}

    .service .inner {
        padding: 0;
    }

    .service .section__ttl {
        width: 100%;
        text-align: left;
        background: url(../img/cmn/btn_arw_wh.png)no-repeat bottom right/14px;

    }

    .service .section__ttl .font-en {
        margin-bottom: 10px;
    }

    .service__btn {
        font-size: 1.6rem;
        background: none;
    }
}

/*============================
	store
============================*/
.store {
    padding: 110px 0 120px;
    background: #f4f4f4;
}

.store .section__ttl {
    text-align: center;
    margin-bottom: 40px;
}

.store__item {
    width: 49%;
    margin-bottom: 40px;
}

.store__imgwrap {
    position: relative;
    margin-bottom: 20px;
}

.store__h3 {
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    background: #0b0b0b;
    bottom: 0;
    left: 0;
    letter-spacing: .05em;
}

.store__h4 {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .05em;
    margin-bottom: 20px;
}

.store__dt {
    letter-spacing: .05em;
    float: left;
    clear: both;
}

.store__dd {
    letter-spacing: .05em;
    padding-left: 85px;
    margin-bottom: 10px;
}

.store__dd img {
    width: 14px;
    vertical-align: middle;
    margin-left: 10px;
}

@media screen and (max-width:1024px) {
    .store__dt {
        font-size: 1.4rem;
        letter-spacing: 0;
    }

    .store__dd {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
}

@media screen and (max-width:768px) {
    .store__dd img {
        width: 10px;
    }

    .store__h3 {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:599px) {
    .store {
        padding: 40px 0 20px;
    }

    .store .section__ttl {
        margin-bottom: 20px;
    }

    .store__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .store__h3 {
        font-size: 1.8rem;
        line-height: 25px;
    }

    .store__imgwrap {
        margin-bottom: 15px;
    }

    .store__h4 {
	margin-left:20px;
	margin-right:20px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .store__dl {
	margin-left:20px;
	margin-right:20px;
    }

    .store__dt {
        font-size: 1.2rem;
    }

    .store__dd {
        font-size: 1.2rem;
    }
}

/*============================
	counseling
============================*/

.counseling {
/*
    padding: 120px 0 110px;
*/
}

.counseling .section__ttl {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: .05em;
    margin-bottom: 50px;
}

.counseling .section__ttl .font-en {
    margin-bottom: 30px;
}

.csl__txt {
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.2;
    margin-bottom: 50px;
}

.csl__item {
    width: 24%;
    position: relative;
    transition: .5s;
}

.csl__item:hover {
    box-shadow: 0 0 20px rgba(32, 30, 28, .05);
}

.csl__item__ttl {
    position: absolute;
    letter-spacing: .05em;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    top: 180px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background: url(../img/cmn/btn_arw_bk.png)no-repeat center right 15px/8%;
    transition: .5s;
}

.csl__item__ttl .font-en {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 16px;

}

.csl__item:hover .csl__item__ttl {
    background-position: center right 10px;
}

@media screen and (max-width:768px) {
    .csl__txt {
        font-size: 2rem;
    }

    .csl__item__ttl {
        background-position: center right 3px;
    }

    .csl__item__ttl .font-en {
        font-size: 2rem;
    }
}

@media screen and (max-width:599px) {
    .counseling {
        padding: 40px 0;
    }

    .counseling .section__ttl {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }

    .counseling .section__ttl .font-en {
        line-height: 1.2;
        margin-bottom: 20px;
        font-size: min(3.6rem, 8vw);
    }

    .csl__txt {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .csl__flex {
        display: flex;
        flex-wrap: wrap;

    }

    .csl__item {
        width: 49%;
        margin-bottom: 10px;
        box-shadow: 0 0 20px rgba(32, 30, 28, .05);
    }

    .csl__item__ttl {
        font-size: 1rem;
        font-weight: bold;
        top: 100px;
        background-position: center bottom;
        padding-bottom: 20px;
    }

    .csl__item__ttl .font-en {
        margin-bottom: 10px;
    }
}

/*============================
	blog
============================*/
.blog {
    padding: 0 0 200px;
}


.blog .section__ttl {
    margin-bottom: 40px;
}

.blog__dl {
    max-width: 600px;
    margin: 0 auto 40px;
}

.blog__dt {
    line-height: 1.6;
    float: left;
    clear: both;
    letter-spacing: .05em;
}

.blog__dd {
    padding: 0 0 30px 120px;
    margin-bottom: 20px;
    border-bottom: solid 1px #cdcdcd;
    line-height: 1.6;
    transition: .5s;
}


@media screen and (max-width:768px) {}

@media screen and (max-width:599px) {
    .blog {
        padding: 0 0 40px;
    }

    .blog .section__ttl {
        margin-bottom: 25px;
    }

    .blog__dl {
        margin-bottom: 30px;
    }

    .blog__dt {
        font-size: 1.1rem;
    }

    .blog__dd {
        padding: 0 0 20px 25%;
        font-size: 1.2rem;
        font-weight: bold;
    }




}



/*============================
	footer
============================*/
.ft__top {
    padding: 80px 0 80px;
    color: #fff;
    background: #0b0b0b;
}

.ift--ttl {
    font-size: 2.1rem;
    font-weight: bold;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 50px;
    background: #0b0b0b;
    position: relative;
}

.ift__flex {
    border: solid 1px #fff;
    padding: 50px 2% 40px;
    margin: -10px 0 90px;

}

.ift__flex .inner {
    padding: 0;
}

.ift__li {
    font-size: min(1.6rem, 1.6vw);
    letter-spacing: .05em;
}

.ft__navwrap {
    max-width: 960px;
/*
    max-width: 870px;
*/
    margin: 0 auto 100px;
}

.ft__nav {
    width: 100%;
    margin: 0 auto;
}


.ft__nav li {
    white-space: nowrap;
    font-size: min(1.5rem, 1.5vw);
    margin: 0 0 20px;
    letter-spacing: .05em;
    font-weight: bold;
}

.ft__nav li a {
    color: #fff;
}

.ft-nav__li.sub {
    font-weight: normal;
    margin: 0 0 10px 1em;
}
.ft-nav__li_sub {
    font-weight: normal;
    margin: 0 0 10px 1em;
}

.ft__bnr {
    max-width: 24%;
}

.ft__bt {
    padding: 50px 0 30px;
}

.ft__bt-flex {
    margin-bottom: 20px;
    position: relative;
}

.ft__bt--left {
/*
    width: 40%;
*/
}
.ft__bt--left img.sdgs{
	max-width:320px;
	height:auto;
}
.ft__bt--left img.logo{
	max-width:643px;
	height:auto;
}

.ft__bt--right {
    width: 50%;
/*
    width: 60%;
    position: absolute;
    top:12.5px;
    right: 0;
*/
	font-size:9px;
}

.ft__bt--right p{
   text-align:center;
}

.ft__bt--right img{
max-width:24px;
max-height:24px;
}

.ft__logo {
    width: 420px;
    max-width: 100%;
}

.ft__sns {
    margin-left: 5%;
}

.ft__line {
    margin-right: 5%;
}

.ft__copyright {
    font-size: 1.2rem;
    text-align: center;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {
    .ft__flex {
        display: block;
    }

    .ift__flex .inner {
        padding: 0;
    }

    .ift__li {
        font-size: 1.2rem;
    }

    .ft__left {
        width: 100%;
        margin-bottom: 30px;
    }

    .ft__center {
        width: 100%;
        display: flex;
        padding: 0;
        margin-bottom: 30px;
    }

    .ft__right {
        width: 100%;
    }

    .ft__logo {
        width: 300px;
    }


    .ft__right {
        justify-content: flex-start;
    }
    .ft__navwrap.pc{
        display: flex;
    }
    .ft__navwrap.sp{
        display: none;
    }

    .ft__nav {
        padding: 0 10% 0 0;
        margin: 0;
        border: none;
    }

    .ft__nav li {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:599px) {

    .ft__top {
        padding: 40px 5%;
    }

    .ift--ttl {
        font-size: 1.6rem;
        padding: 0 15px;
    }

    .ift__flex {
        padding: 25px 0;
        margin-bottom: 30px;
    }

    .ift__flex .inner {
        width: -moz-fit-content;
        width: fit-content;
    }

    .ft__navwrap.pc {
        display: none;
    }

    .ft__navwrap.sp {
        display: flex;
    }

    .ft__nav--left {
        width: 50%;
    }

    .ft__nav--right {
        width: 50%;
    }

    .ft__nav {
        padding: 0;
    }

    .ft-nav03 {
        width: fit-content;
        padding: 0;
        margin: 0 0 0 auto;
    }

    footer .ft__nav li {
        font-size: 1.2rem;
        margin-bottom: 18px;
        border: none;
    }

    .ft-nav__li.sub {
        margin-bottom: 10px;
    }
    .ft-nav__li_sub {
        margin-bottom: 10px;
    }

    
    .ft__bnr{
        width: 80%;
        max-width: 240px;
        margin: 0 auto 20px;
    }

    .ft__bt{
        padding: 25px 0 15px;
    }
    .ft__bt--left{
        width: 100%;
    }
    .ft__bt--right{
        width: 100%;
    	position: relative;
	justify-content: center !important;
    }
    .ft__logo01 {
        max-width: 210px;
        width: 80%;
        margin:0 auto 15px;
    }
    .ft__bt--right{
        display: flex;
    }
    .ft__sns:first-child{
        margin: 0;
    }
    .ft__copyright {
        font-size: 1rem;
    }
}

/*============================
	page top
============================*/
#page-top a {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    width: 90px;
    height: auto;
    display: block;
    margin: 0 auto;
    right: 5%;
    top: -45px;
    z-index: 99;
    background: #fff;
}
#page-top a:hover{
    opacity: .8;
}
#page-top {
    opacity: 0;
    transition: .5s;
}

#page-top.active {
    opacity: 1;
}

@media screen and (max-width:1024px) {
    #page-top a {
        width: 60px;
        height: 60px;
        top:-30px;
    }
}

@media screen and (max-width:768px) {
   
}

@media screen and (max-width:599px) {
    #page-top a {
        width: 50px;
        height: 50px;
        right: 10px;
        top: auto;
/*
        bottom: 115px;
*/
    }

}

/*----------------------------
loding animation
-----------------------------*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: url(../img/top/loading_bg.jpg)no-repeat center center/cover;
}
.loading2 {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: url(../img/top/loading_bg2.jpg)no-repeat center center/cover;
}
.loading__img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 40%;
    height: auto
}
.loading2__img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 40%;
    max-width:413px;
    height: auto
}

/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg {
    display: none;
}

/*bodyにappearクラスがついたら出現*/
/*
body.appear .splashbg {
    display: block;
    content: "";
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: scaleX(0);
    background-color: #f4f4f4;
    animation-name: PageAnime;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
*/
/*
@keyframes PageAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }

    50% {
        transform-origin: left;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: right;
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}
*/
/*画面遷移の後現れるコンテンツ設定*/

#container {
    opacity: 0;
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
    animation-name: PageAnimeAppear;
    animation-duration: 0.5s;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*============================
	cursor用
============================*/
body {
    cursor: none;
}
#cursor{
    position: fixed;
    /*丸の大きさと色の指定*/
    background: #fff;
    border-radius:50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;/*真ん中にくるようにマイナスマージンで調整*/
    z-index: 9999;/*一番手前に来るように*/
    pointer-events: none;/*クリックできなくなるのを防ぐため。noneで対応*/
    opacity: 0;
    
  }
  #stalker {
    pointer-events: none;
    position: fixed;
    top: -50px;     
    left: -50px; 
    width: 80px;
    height: 80px;
    background: rgba(95,106,77,.5);
    border-radius: 50%;
    transform: translate(0,0);
    transition: transform 0.2s, top, 0.2s, left 0.2s, width .5s, height .5s, background-color .5s;
    transition-timing-function: ease-out;
    z-index: 999;
    
}
#stalker:hover{
      top: -40px;
      left: -40px;
      width: 80px;
      height: 80px;
      transition: .5s;
      background: rgba(255, 0, 0, 0.4);
}
#stalker.active{
      top: -25px;
      left: -25px;
      width: 50px;
      height: 50px;
      transition: .5s;
      background: rgba(95,106,77,.6);
}


@media screen and (max-width:1024px) {
    body {
        cursor: pointer;
    }
    #cursor{
        display:none;
    }
    #stalker {
        display: none;
    }
}

@media screen and (max-width:767px) {
  
}

@media screen and (max-width:599px) {
    .loading__img{
        width: 60%;
    }
    .loading2__img{
        width: 60%;
    }
}

.hed_up {
    position: relative;
}
.sub_hed_down{
    visibility: hidden;
    width: 310px;
    list-style: none;
    position: absolute;
    top: -20px;
    left: -110px;
    transform: translateX(-50%);
    margin: 0px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.356);
}

.sub_hed_down li{
    margin-bottom: 10px;
}
.g-nav__li:hover .sub_hed_down{
    visibility: visible;
}


@media screen and (max-width: 919px) {
    .sub_hed_down {
        visibility: visible;
        background: none;
        position: relative;
        margin: 10px 0px 0px;
        padding: 10px 0px 0px;
        display: flex;
	flex-flow: column;
        top: 0px;
        left: 170px;
    }
    .sub_hed_down li{
        margin: 0px 1% 10px;
    }
    .sub_hed_down li a {
        font-size: 1.2rem !important;
    }
}
/*
.slick_img_adj2 {
    left: -350px !important;
}
.slick_img_adj3 {
    left: -700px !important;
}
*/
@media screen and (max-width:767px) {
/*
    .slick_img_adj1 {
        left: 40px !important;
    }
    .slick_img_adj2 {
        left: -210px !important;
    }
    .slick_img_adj3 {
        left: -460px !important;
    }
*/
}

.concept-title {
	font-weight:bold;
	font-size:1.1em;
}


.wp-pagenavi {/* 全体 */
    margin: 20px 0;
    font-size: 12px;
    text-align:center;
}
.wp-pagenavi a {/* フォント色 */
    color: #4a4a4a;
}
.pages {/* 左の表記 */
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 8px 0;
    display: inline-block;
    border: solid 1px #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
.wp-pagenavi .current {/* カレント数字 */
    border: none;
    background: #5F6A4D;
    color: #fff;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #5F6A4D;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}

#fix-phone-under-menu{
	display:none;
}
#modal-overlay{
	display:none;
}
#modal-content{
	display:none;
}

@media only screen and (max-width: 768px) {

	#fix-phone-under-menu{
	  display:block;
	  width: 100%;
	  position: fixed;
	  bottom: 0;
	  z-index: 999999;
	  font-size: 0;
	  opacity: 0.9;
	  z-index: 2;
	  background:#fff;
	  border:#aaa 1px solid;
	}

	#fix-phone-under-menu li{
	  width: 25%;
	  padding:12px 5px;
	  display: inline-block;
	  text-align: center;
	  vertical-align: top;
	  font-size: 11px;
	  border-right:#aaa 1px solid;
	}
	#fix-phone-under-menu li::last-child{
	  border-right:none;
	}
	.under-menu_icon img{
	  width:20px;
	  height:25px;
	} 

	#modal-overlay{
		display:noone;
		    background: rgba(0,0,0,.5);
		    position: fixed;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    z-index: 9999;
	}
/*
	#modal-overlay .icon-close{
		display:block;
		    background: rgba(0,0,0,.5);
		    margin: auto;
		    position: fixed;
		    bottom: 20%;
		    right: 55px;
		    width: 36px;
		    height:auto;
		    z-index: 9999;
	}
*/
	#modal-content{
		display:block;
		    margin: auto;
		    position: fixed;
		    bottom: 20%;
		    left: 0;
		    right: 0;
		    width: 209px;
		    z-index: 9999;
	}
	#modal-content .share{
		display: grid;
		    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
		    justify-content: center;
		    gap: 0px 3px;
	}

}

.top-homestaging-link {
	font-weight:bold;
	text-align:center;
	margin: 0 auto 120px;
}
.homestaging-catch {
	padding-right:50px;
	font-size: 2.0rem;
	line-height:1.8;
}
.homestaging-title {
	padding-right:50px;
	font-size: 3.6rem;
	line-height:1.5;
	background: url(../img/cmn/btn_arw_bk.png)no-repeat center right 10px;
	transition: .3s;
}

a:hover .homestaging-title {
    background-position: center right;
    transition: .3s;
}

.top-homestaging .section__ttl {
	margin:120px auto 50px auto;
	text-align:center !important;
	width:auto !important;
}

.top-homestaging a.banner {
	display: block;
	height: 540px;
	max-width:1080px;
	width: 100%;
	color: #fff;
	padding: 300px 5% 0;
	background: url(../img/top/bg_homestaging.jpg)no-repeat center center;
	background-size: cover;
	transition: .5s;
	position: relative;
	margin:0 auto;
}

.top-homestaging a.banner:hover {
    opacity: 1;
    color: #fff;
    background: url(../img/top/bg_homestaging_color.jpg)no-repeat center center;
	background-size: cover;
    text-shadow:1px 1px #999;
    transition: .5s;
}

.homestaging-link {
	position: absolute;
    width: 100px;
    height: 100px;
	background: url(../img/cmn/btn_arw_bk.png)no-repeat center right 10px;
	transition: .3s;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -70%);
}

.top-homestaging a.banner:hover .homestaging-link{

    left: 52%;
    transform: translate(-52%, -80%);
}


@media only screen and (max-width: 768px) {
	
.top-homestaging a.banner {
    display: block;
/*
    height: 800px;
*/
    max-width: 100%;
    color: #fff;
    padding: 300px 5% 0;
    background: url(../img/top/bg_homestaging_sp.jpg)no-repeat center center;
    transition: .5s;
    position: relative;
    
}

.top-homestaging a.banner:hover {
/*
    opacity: .9;
*/
    opacity: 1;
    color: #fff;
    background: url(../img/top/bg_homestaging_color_sp.jpg)no-repeat center center;
    text-shadow:1px 1px #999;
    transition: .5s;
}

.homestaging-link {
	position: absolute;
    width: 100px;
    height: 100px;
	background: url(../img/cmn/btn_arw_bk.png)no-repeat center right 10px;
	transition: .3s;
    top: 65%;
    left: 46%;
    transform: translate(-46%, -60%);
}

.top-homestaging a.banner:hover .homestaging-link{

    left: 52%;
    transform: translate(-52%, -80%);
}
}

@media only screen and (max-width: 425px) {
    .top-homestaging a.banner {
        height: 350px;
        max-width: 100%;
        background: url(../img/top/bg_homestaging_sp.jpg)no-repeat center center/cover;
    }

    .top-homestaging a.banner:hover {
            background: url(../img/top/bg_homestaging_color_sp.jpg)no-repeat center center/cover;
        }

    .homestaging-link {
        top: 78%;
        left: 46%;
        transform: translate(-46%, -78%);
    }
}



/*
hr.hr-sec {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
*/
hr.hr-sec {
	width:70%;
	margin:0 auto 100px;
/*
	height: 4px;
	background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
	background-size: 8px 8px;
*/
}

.txt_link {
	color: #1a0dab !important;
}
.txt_link:hover {
	color: #5F6A4D !important;
}

.guide-foot {
	margin-top:80px;
}

.blog-content {
	max-width:840px;
	margin-left:auto;
	margin-right:auto;
}
.blog-content p {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 1em 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*============================
single-event.php
============================*/
img.event-pict {
    margin: 0 auto;
    width: 100% !important;
    max-width:800px;
    height:auto;
}

.event-pict-border {
	height: 1px;
	max-width: 800px;
	margin: 0 auto;
	border: none;
	border-top: 1px solid #ACB667;
	margin-top: 40px;
}

#event-detail {
    max-width: 780px;
    overflow: hidden;
    padding: 10px 0px 20px 0px;
    margin: 30px auto 30px;
    border-bottom: 1px solid #ACB667;
}
#event-txt {
    max-width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.8rem;
}

#event-txt p {
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}
#event-txt p em {
	font-weight: bold;
}

#event-data {
    max-width: 90%;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto 1em;
    padding:0;
    line-height: 1.6;
    font-weight:bold;
}

#event-data dt {
	clear: both;
	float: left;
	width: 5em;
}
#event-data dd {
	padding: 0;
	margin: 0 0 10px 6em;
}

#event-data ul {
	margin: 0;
	padding: 0;
}

#event-data ul li {
	display: inline-block;
	padding: 0px 0px;
	margin: 0 5px 0 0;
	border-radius: 20px;
	border-radius: 2rem;
	line-height: 170%;
}

.flyer-download {
    overflow: hidden;
    float: right;
    max-width: 360px;
    margin: 20px 0px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
}

.flyer-download dt {
    clear: both;
    float: left;
		display: none;
}

.flyer-download dd {
    margin: 0;
}

.flyer-download dd a {
    display: block;
    padding: 1rem;
    border-radius: 10px;
    background: #cccccc;
    margin: 0 0 10px 0;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}
.flyer-download dd a.pdf-m {
  background: #BBAACA;
	border: 1px solid #BBAACA;
	transition: all 0.3s, all 0.3s;
}

.flyer-download dd a.pdf-m:hover {
  background: #ffffff;
	border: 1px solid #BBAACA;
	color: #BBAACA;
}

.flyer-download dd a.pdf-k {
  background: #E7AC89;
	border: 1px solid #E7AC89;
	transition: all 0.3s, all 0.3s;
}

.flyer-download dd a.pdf-k:hover {
  background: #ffffff;
	border: 1px solid #E7AC89;
	color: #E7AC89;
}

.flyer-download dd a.pdf-s {
  background: #8ebc8b;
	border: 1px solid #8ebc8b;
	transition: all 0.3s, all 0.3s;
}

.flyer-download dd a.pdf-s:hover {
  background: #ffffff;
	boder: 1px solid #8ebc8b;
	color: #8ebc8b;
}

.flyer-download dd a.pdf-o {
  background: #9dbbd7;
	border: 1px solid #9dbbd7;
	transition: all 0.3s, all 0.3s;
}

.flyer-download dd a.pdf-o:hover {
  background: #ffffff;
	border: 1px solid #9dbbd7;
	color: #9dbbd7;
}
#event-txt p, #event-txt span {
    line-height: 160%;
}
#event-txt p a {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
	#event-txt {
	    font-size: 1.6rem;
	}
	#event-data {
	    font-size: 1.6rem;
	}
}

.screen-reader-response {
	width:90%;
	max-width:700px;
	margin:1em auto;
	color:#5f6a4d;
}
.screen-reader-response ul{
	display:none;
}

@media screen and (min-width:768px) {

	    .mix02 {
/*
		order: 1 !important;
*/
	    }

	.slide-photo01 {
		position: relative;
		text-align:right;
	}


	.slide-photo02 {
		position: relative;
		text-align:right;
	}


	.slide-photo02 img{
		height:auto;
	}

/*
	.slide02 {
		position: relative !important;
		height:300px !important;
		text-align:right;
	}
	.slide02 img{
		position: relative !important;
		right:0;
		bottom:0;
	}

	.concept__flex-top{
		padding-bottom:50px !important;

	}
*/

}

.concept__txt slick__item01 p,
.concept__txt slick__item02 p,
.concept__txt slick__item03 p{
	padding-bottom:2em !important;
}

.mix-slide {
	display: flex;
}
.mix-slide::after {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	pointer-events: none;
}


/* slide03 */


/* トップページの店舗写真 */

/* 01-フェード
.store__img {
	position: relative;
	width:100%;
}

.store__img::before {
	content: "";
	display: block;
	padding-top: 52%;
}

.store__img img {
	width:100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
*/

/* 02-ロールオーバー */
@media screen and (min-width:600px) {
	.store__img {
		position: relative;
		width: 100%;
		overflow: hidden;
		cursor: pointer;
	}
	.store__img:before {
		content: "";
		display: block;
		padding-top: 52%;
	}
	.store__img img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		display: block;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	a:hover .store__img img:nth-of-type(2) {
		opacity: 0;
	}
}

@media screen and (max-width:599px) {
	.store__img {
		position: relative;
		width: 100%;
		overflow: hidden;
		cursor: pointer;
	}
	.store__img:before {
		content: "";
		display: block;
		padding-top: 52%;
	}
	.store__img img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		display: block;
	}
	.img-wrap {
		position: relative;
		width: 100%;
		overflow: hidden;
		cursor: pointer;
	}
	.img-wrap img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		display: block;  
	}
}

.store-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px 0 !important;
	margin: 0 auto 40px;
}
.store-img img{
	flex: 1;
	width:100%;
	max-width:500px;
	height:auto;
	margin:0 !important;
}

.sdgs-intro {
	width:100%;
	max-width:1000px;
	margin:0 auto 20px;
	padding:1em;
}
.sdgs-intro dt{
	font-weight:bold;
	font-size:1.25em;
	line-height:1.8;
}
.sdgs-intro dd{
	font-size:1.1em;
	padding-left:1em;
	line-height:1.5;
}

.sdgs-hline {
    font-size: 2.0rem !important;
    line-height: 2.2 !important;
}


.ft__snav {
    width: 100%;
    margin: 0 auto !important;
}
.ft__snav li {
  position: relative;
    white-space: nowrap;
    font-size: min(1.4rem, 1.4vw);
    margin: 0 !important;
    padding-left:1.5em;
    letter-spacing: .05em;
    font-weight: bold;
/*
    list-style:inside;
*/
}

.ft__snav li:not(.ft-snav__li--child):before {
  position: absolute;
  top:13px;
  /*
  top: 50%;
    transform: translateY(-50%);
  */
  left: 10px;
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: #fff;
}

.ft__snav li a {
/*
    color: #BEBEC8;
*/
}

.ft__snav li a:hover {
    color: #fff !important;
}

.ft-snav__li.sub {
    font-weight: normal;
    margin: 0 0 0 1em !important;
}
.ft-snav__li_sub {
    font-weight: normal;
    margin: 0 0 0 1em !important;
}

/* フッター孫メニュー（例：法人様ご購入窓口 > 納品事例） */
.ft__snav--child {
    margin-top: 2px !important;
}
.ft__snav--child li {
    font-weight: normal;
    padding-left: 2.5em;
}
.ft__snav.ft__snav--child li:before {
    display: none !important;
}

/* 納品事例バナー オンマウス透明度リセット */
#counter a.case-banner:hover {
    opacity: 1 !important;
}

.sdgs {
	width:100%;
	max-width:320px;
	height:auto;
}
@media screen and (max-width:599px) {
	.sdgs {
		display:block;
		margin:10px auto;
	}
	.logo {
		display:block;
		margin:10px auto;
	}
}

.button019 a {
    box-sizing:border-box;
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width: 380px;
    line-height:55px;
    padding: 0;
    color: #000;
    transition: 0.3s ease-in-out;
    font-size:18px;
    font-weight: 500;
    border: solid 1px currentColor;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #000;
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}

.az-concept {
	margin:20px auto 80px;
	text-align:center!important;
}
.az-concept h1{
	font-size:2rem;
	line-height:1.5;
	font-weight:600;
	margin:0 0 20px 0;
}
.az-concept h1 span{
	font-size:2.4rem;
	font-weight:600;
}
.az-concept p{
	text-align:center!important;
	line-height:2!important;
	color:#333important;
}
.az-concept p strong{
	font-size:1.05em;
	font-weight:bold;
}

.btn-biz,
#banner-area01,
#banner-area02,
#banner-area03,
#banner-area04,
#banner-area05{
	margin:60px auto;
	text-align:center;
}

.btn-biz a img,
#banner-area01 a img,
#banner-area02 a img,
#banner-area03 a img,
#banner-area04 a img,
#banner-area05 a img{
	width:96%;
	max-width:1080px;
	height:auto;
}


#banner-area03 img{
	padding:3px;
	border:#F7F7F7 2px solid;
}

#banner-area01 .pc,
#banner-area02 .pc,
#banner-area03 .pc,
#banner-area04 .pc,
#banner-area05 .pc{
	max-width:1080px;
	height:auto;
}

#banner-area02 img{
	width:96%;
	max-width:1080px;
	height:auto;
	margin:0 auto;
}

#banner-area01 .sp{
	width:90%;
	max-width:500px;
	height:auto;
}
#banner-area02 .sp{
	max-width:300px;
	height:auto;
}

/* ─── 店長インタビューバナー（TOPページ） ─── */
#banner-area02 .banner-row {
	display: flex;
	align-items: stretch;
	max-width: 1080px;
	margin: 0 auto;
	height: 220px;
	gap: 16px;
}
#banner-area02 .banner-row__history {
	flex: 72;
	overflow: hidden;
	display: block;
}
#banner-area02 .banner-row__history img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	display: block;
}
#banner-area02 .banner-row__interview {
	flex: 28;
	position: relative;
	overflow: hidden;
	display: block;
}
#banner-area02 .banner-row__interview img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: left center;
	display: block;
}
#banner-area02 .banner-row__interview-txt {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 0 0 50px 18px;
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 6px rgba(0,0,0,0.7);
	pointer-events: none;
}
#banner-area02 .banner-row__interview-ttl {
	display: block;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.4;
}
#banner-area02 .banner-row__interview-sub {
	display: block;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.4;
}
/* スマホ: 縦積み */
@media only screen and (max-width: 767px) {
	#banner-area02 .banner-row {
		flex-direction: column;
		height: auto;
	}
	#banner-area02 .banner-row__history,
	#banner-area02 .banner-row__interview {
		flex: none;
		width: 100%;
		height: 140px;
	}
}
#banner-area03 .sp,
#banner-area04 .sp,
#banner-area05 .sp{
	width:90%;
	max-width:500px;
	height:auto;
}

.info-important {
	width:98%;
	max-width:640px;
	margin:12px auto 36px;
}

.info-important dl {
	border-top:#666 1px dotted;
	border-bottom:#666 1px dotted;
	padding:0.75em;
}

.info-important dl dt {
	font-size:22px;
	line-height:1.6;
	padding-bottom:5px;
	font-weight:bold;
}
.info-important dt a {
	color:#000;
	text-decoration:underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 8px;
}
.info-important dl dd {
	font-size:15px;
	line-height:1.4;
	padding:0 0 0 1em;
}
.info-important dl dd b {
	font-size:1.15em;
	font-weight:bold;
}
.info-important dd a {
	color:#f00;
	text-decoration:underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.br-pc {
    display: inline-block;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

#history-movie {
	margin:40px auto;
}

#history-movie h1{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	text-align:center;
	font-size:3rem;
	line-height:1.4;
}

.list-short {
	margin:1.5em auto 0;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap:5px;
}

.list-short img{
	width:100%;
	height:auto;
	max-width:428px;
	margin:0 !important;
	padding:0 !important;
}

.list-short figcaption{
	margin:12px 0;
	padding:0;
	text-align:center;
	font-weight:bold;
	line-height:1;
	font-size:1.6rem;
}
.list-short a:hover{
	opacity: 1;
	color:#FF0461;
}
.list-short figcaption span{
	font-size:2rem;
	line-height:1.6;
}

@media screen and (min-width: 1280px) {

	.list-short img{
		width:100%;
		height:auto;
		max-width:280px;
	}
	#history-movie h1 br{
		display:none;
	}

}

@media screen and (max-width: 1280px) {

	.list-short{
		justify-content:center;
	}
	.list-short li{
		max-width:90%;
	}
	.list-short figcaption{
		font-size:1.4rem;
	}
	#history-movie h1{
		font-size:2.4rem;
	}

}

#kidukai {
}
#kidukai .inner {
	width:100%;
	max-width:1024px;
	margin:0 auto 80px;
	padding:30px;
	background:#FFF8DF;
/*
	background:#F8F4E9;
*/
	border-radius: 15px;
}

#kidukai .flex{
	margin:0 0 24px 0;
	gap:12px 32px;
}
#kidukai h1 {
	text-align:left;
	font-weight:bold;
	font-size:24px;
	line-height:1.6;
	margin:0 0 0.5em 0;
	padding:0;
}
#kidukai h1 span{
	font-size:30px;
	font-weight:bold;
}

#kidukai dl{
	margin:0 0 20px;
	line-height:1.5;
	font-size:16px;
}
#kidukai dl dt{
	margin:0;
	padding:3px;
	line-height:1.6;
	font-size:20px;
	font-weight:bold;
}
#kidukai dl dd{
	margin:0;
	padding:3px 3px 3px 1em;
	line-height:1.5;
	font-size:16px;
}

#kidukai dl dd strong{
	font-weight:bold;
	font-size:18px;
}

#kidukai .flex-img {
	min-width:280px;
}

#kidukai .flex-img img {
	width:280px !important;
	height:auto;
}

#kidukai .link a{
	font-size:18px;
	color: #1a0dab !important;
}
#kidukai .link a:hover{
	color: #5F6A4D !important;
}

.kidukai-photo {
	margin:0 auto 12px;
	padding:0;
	list-style:none;
	display:flex;
	gap:5px;
}

.kidukai-sdgs {
	margin:0 12px 12px 12px;
	padding:0;
	list-style:none;
	display:flex;
	gap:5px;
}

.kidukai-sdgs img{
	max-width:120px !important;
}

.jyosei-nintei {
	display:block !important;
}
.jyosei-nintei img{
	width:110px !important;
	height:auto !important;
}

.ft-nav01,
.ft-nav02,
.ft-nav03 {
	max-width:260px;
]}


#jyosei-katsuyaku {
}
#jyosei-katsuyaku .inner {
	width:100%;
	max-width:1024px;
	margin:0 auto 80px;
	padding:30px;
	background:#FBEEF9;
/*
	background:#E4ECE9;
*/
	border-radius: 15px;
}

#jyosei-katsuyaku .flex{
	display:flex;
	margin:0 0 24px 0;
	gap:12px 32px;
}
#jyosei-katsuyaku  h1 {
	text-align:left;
	font-weight:bold;
	font-size:24px;
	line-height:1.6;
	margin:0 0 0.5em 0;
	padding:0;
}
#jyosei-katsuyaku h1 span{
	font-size:30px;
	font-weight:bold;
}


#jyosei-katsuyaku dl{
	margin:0 0 20px;
	line-height:1.5;
	font-size:16px;
}
#jyosei-katsuyaku dl dt{
	margin:0;
	padding:3px;
	line-height:1.6;
	font-size:20px;
	font-weight:bold;
}
#jyosei-katsuyaku dl dd{
	margin:0;
	padding:3px 3px 3px 1em;
	line-height:1.5;
	font-size:16px;
}

#jyosei-katsuyaku dl dd strong{
	font-weight:bold;
	font-size:18px;
}

#jyosei-katsuyaku .flex-img {
	min-width:280px;
}

#jyosei-katsuyaku .flex-img img {
	width:280px !important;
	height:auto;
}


#jyosei-katsuyaku .link a{
	font-size:18px;
	color: #1a0dab !important;
}
#jyosei-katsuyaku .link a:hover{
	color: #5F6A4D !important;
}



@media screen and (max-width: 1280px) {

	.ft__navwrap {
	    margin-bottom:10px !important;
	}

	#kidukai .flex{
		display:flex !important;
		flex-direction: column !important;
	}

	#jyosei-katsuyaku .flex{
		display:flex !important;
		flex-direction: column !important;
	}

	#jyosei-katsuyaku .flex-img {
		order:2 !important;
	}
	#jyosei-katsuyaku .flex-contents {
		order:1 !important;
	}

}

@media screen and (max-width: 1280px) {

	.jyosei-nintei {
		display:none !important;
	}

}

.jyosei-nintei-sp {
	width:100px;
	display:block;
	margin:0 auto 10px;
}
.jyosei-nintei-sp img{
	width:60px;
	height:auto;
}

@media screen and (min-width: 1281px) {

	.jyosei-nintei-sp {
		display:none !important;
	}
	#kidukai h1 br {
		display:none;
	}
	#jyosei-katsuyaku h1 br {
		display:none;
	}

}

.seminar-flex {
	margin:24px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	gap:24px;
}

.seminar-flex p{
	width:96% !important;
	max-width:507px !important;
	text-align:center !important;
	font-size:18px !important;
	line-height:1.6 !important;

}

.seminar-flex img.half{
	max-width:507px;
	height:auto;
}
.seminar-flex img.long{
	max-width:1046px;
	height:auto;
}

.seminar-stong {
	font-size:20px;
	text-align:center !important;
}

.page-link-navi {
	    display: grid !important;
	    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr)) !important;
	    justify-content: center !important;
	    align-items: center !important;
	    gap: 8px min(20px) !important;
	    max-width: 860px !important;
	    margin: 50px auto 100px !important;
}