@charset "utf-8";
/*	ヘッダー
---------------------------------*/
:root{
	--header: 60px;
	scroll-padding: var(--header);
    --mc: #FCC800;
}
@media screen and (min-width: 768px){
    :root{
        --header: 90px;
    }
}
@media screen and (min-width: 1024px){
    :root{
        --header: 146px;
    }
}
@media screen and (min-width: 1230px){
    :root{
        /* --header: 180px; */
    }
}
@media screen and (min-width: 1440px){
    :root{
        --header: 0;
    }
}

.dn{
    display: none;
}
.gjs-dashed .dn{
    display: block;
}
.hd-h1{
    display: none;
}
.click_event{
    pointer-events: none;
}
.gjs-dashed .header{
}
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}
.header.open{
    z-index: 101;
}
.hd-inr{
    height: 60px;
    padding: 5px 10px;
    position: relative;
}
.hd-logo{
    width: 67px;
    position: relative;
    z-index: 1000;
}
.hd-logo:before{
    content: "";
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/bg_hd-logo.png);
    width: 150px;
    height: 112.6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.hd-logo a{
    display: block;
    position: relative;
}
.hd-right{
    display: none;
}
.sp-phone{
    margin-bottom: 30px;
}
.sp-phone__txt{
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.sp-phone__num{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.hd-nav{
    height: 100vh;
}
@media screen and (min-width: 768px){
    .hd-inr{
        height: 90px;
        padding: 15px 20px;
    }
    .hd-logo{
        display: block;
        width: 104px;
    }
    .hd-logo:before{
        width: 200px;
        height: 150.13px;
    }
    .hd-phone01{
        font-size: 3rem;
    }
    .hd-phone01:before{
        width: 22px;
    }
}
@media screen and (min-width: 1024px){
    .hd-inr{
        height: auto;
        padding: 20px;
    }
    .hd-logo{
        width: auto;
    }
    .hd-logo:before{
        width: 385px;
        height: 289px;
    }
    .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-phone{
    }
    .hd-nav{
        height: auto;
    }
    .hd-nav .li{
        padding-left: 30px;
    }
    .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{
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1;
    }
    .hd-nav .li a p.hd-nav__jp{
        margin-bottom: 5px;
    }
    .hd-nav .li a p.hd-nav__en{
        color: var(--mc);
    }
    .hd-btn{
        width: 270px;
        background-color: var(--mc);
        border-radius: 10px;
        text-align: center;
        padding: 20px 15px;
        margin-left: 40px;
    }
    .hd-btn a{
        display: block;
    }
    .hd-btn p{
    }
    .hd-btn__txt{
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: #fff;
    }
    .hd-btn__num{
        font-family: "Noto Sans JP", sans-serif;
        font-size: 3rem;
        font-weight: 900;
        line-height: 1;
        color: #fff;
    }
}
@media screen and (min-width: 1400px){
    .hd-inr{
        padding: 20px 30px;
    }
    .hd-inr__cont{
        width: calc(100vw - 280px);
        margin: 0 auto;
    }
    .hd-logo{
        width: auto;
    }
    .hd-nav .li a p{
        font-size: 1.8rem;
    }
    .hd-btn{
    }
}

/*ハンバーガーボタン*/
.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{
    background-color: #F9DE78;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
}
.gjs-dashed .navbar{
    background-color: #fff;
    overflow: scroll;
    height: 100vh;
}
.hd-hum{
    max-width: 500px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.hd-hum.open{
    height: 100vh;
    overflow: scroll;
    background-color: #fff;
}
.gjs-dashed .hd-hum{
    width: 100%;
}
.navbar{
    background: transparent;
    max-width: 500px;
    width: 100%;
    padding: 22.5px 10px;
    margin-left: auto;
}
.navbar.open{
}
.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0px;
    width: 30px;
    height: 15px;
    margin: auto;
    margin-right: 5px;
    box-sizing: border-box;
    position: relative;
}

.navbar-dark .navbar-toggler-icon {
    background-image:none;
    background-color: #000;
    width: 30px;
    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;
    transition: all .5s;
}
.navbar-collapse.show{
    background-color: #fff;
}
.gjs-dashed .navbar-collapse{
}
.navbar-nav{
    margin-bottom: 30px;
}
.nav-item{
    padding: 0 15px;
    border-bottom: solid 1px #F9DE78;
}
.nav-item:first-of-type{
    border-top: solid 1px #F9DE78;
}
.nav-item p{
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 50px;
}
.sp-nav__info{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_hd_sp.jpg);
    padding: 40px 10px;
    margin: 0 -10px -22.5px;
}
.sp-nav__info__ttl{
    text-align: center;
    margin-bottom: 40px;
}
.sp-nav__info__ttl__en{
    font-family: "Zen Old Mincho", serif;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1;
}
.sp-nav__info__ttl__jp{
    font-family: "Shippori Mincho B1", serif;
    font-size: 4rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.sp-nav__info__btn__item{
    max-width: 320px;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 auto 30px;
}
.sp-nav__info__btn__item:last-of-type{
    margin-bottom: 0;
}
.sp-nav__info__btn__item a{
    display: block;
    text-align: center;
}
.sp-nav__info__btn__item p{
    display: inline;
    font-family: "Shippori Mincho B1", serif;
    font-size: 2rem;
    font-weight: 500;
    color: #7B692A;
    line-height: 3.33;
    position: relative;
}
.sp-nav__info__btn__item--line p,
.sp-nav__info__btn__item--mail p{
    padding-left: 50px;
}
.sp-nav__info__btn__item--line p:before{
    content: "";
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/img_line.png);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sp-nav__info__btn__item--mail p:before{
    content: "";
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/img_email.png);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@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%;
    }
    .navbar-collapse.show{
        height: calc(100vh - 90px);
    }
    .bg-hum{
        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-nav__item__cont__a__p{
        font-size: 1.8rem;
    }
    .sp-nav__info{
        padding: 50px 15px;
        margin: 0 -15px -30px;
    }
}
@media screen and (min-width: 1024px){
    .bg-hum{
        width: 100px;
        height: 100px;
    }
    .navbar{
        padding: 35px 20px;
    }
    .navbar-dark .navbar-toggler{
        width: 60px;
        margin-right: 0;
    }
    .navbar-dark.open .navbar-toggler{
        width: 40px;
    }
}

/*	フッター共通コンテンツ
---------------------------------*/
.ft-contact{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_ft01.jpg);
    padding: 100px 0;
}
.ft-contact__txt{
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-bottom: 80px;
}
.ft-contact__btn--item{
    max-width: 380px;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 auto 20px;
}
.ft-contact__btn--item:last-of-type{
    margin-bottom: 0;
}
.ft-contact__btn--item.phone{
    text-align: center;
}
.ft-contact__btn--item a{
    display: block;
    text-align: center;
}
.ft-contact__btn--item.phone a{
    display: inline;
    text-align: left;
}
.ft-contact__btn--item p{
    display: inline;
    font-family: "Shippori Mincho B1", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 4.17;
    padding-left: 50px;
    position: relative;
}
.ft-contact__btn--item p:before{
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ft-contact__btn--item.line p:before{
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_line01.png);
}
.ft-contact__btn--item.phone p:before{
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone01.png);
}
.ft-contact__btn--item.mail p:before{
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail01.png);
}
@media screen and (min-width:768px){
    .ft-contact{
        padding: 160px 0;
    }
    .ft-contact__txt{
        font-size: min(2.2vw, 1.8rem);
        text-align: center;
        margin-bottom: 120px;
    }
    .ft-contact__btn--item p{
        font-size: 2.4rem;
    }
}
@media screen and (min-width:1024px){
    .ft-contact__btn{
        display: flex;
        justify-content: center;
        gap: 30px;
    }
    .ft-contact__btn--item{
        margin: 0;
    }
}
@media screen and (min-width:1080px){
}

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

.ft-contact{
    position: relative;
    background-image: url("/system_panel/uploads/images/img_footerContact01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 65%;
}

.ft-contact::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(121, 92, 47, 0.6);
}
.ft-contact__flexBox{
    position: relative;
    z-index: 1;
}
.ft-contact__title__en{
    font-size: 6.0rem;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #FCC800;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    z-index: 2;
}
.ft-contact__title__ja{
    margin-bottom: 40px;
    color: #fff;
    font-weight: 700;
}
.ft-contact__text{
    color: #fff;
    margin-bottom: 60px;
}
.ft-contact__link{
    position: relative;
    display: block;
    width: 300px;
    height: 75px;
    margin: 0 auto 30px auto;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}
.ft-contact__link p{
    color: #795C2F;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 75px;
}
.ft-contact__line p::before{
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/system_panel/uploads/images/icon_footerLine.png);
    background-position: center;
    background-size: contain;
}
.ft-contact__tel p::before{
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/system_panel/uploads/images/icon_footerTel.png);
    background-position: center;
    background-size: contain;
}
.ft-contact__mail p::before{
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/system_panel/uploads/images/icon_footerEmail.png);
    background-position: center;
    background-size: contain;
}
.ft-info{
    padding: 60px 0;
    background-color: #F7F4ED;
    text-align: center;
}
.ft-logo{
    margin-bottom: 60px;
}
.ft-infoContents{
    position: relative;
    max-width: 600px;
    margin: 0 auto 15px auto;
}
.ft-infoContents:nth-of-type(5){
    margin: 0 auto 10px auto;
}
.ft-infoContents p{
    margin-left: 50px;
    text-align: left;
}
.ft-infoContents p::before{
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/system_panel/uploads/images/icon_footerFlower.png);
    background-position: center;
    background-size: contain;
}
.ft-info__paymentBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    max-width: 680px;
    margin: 0 auto;
    padding-left: 50px;
}
@media screen and (min-width:768px){

}
@media screen and (min-width:1024px){
    .ft-contact__flexBox{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 150px;
        align-items: center;
    }
    .ft-contact__textWrap{
        max-width: 500px;
        flex: 1;
    }
    .ft-contact__title__en{
        font-size: 10.0rem;
    }
    .ft-contact__title__ja{
        margin-bottom: 80px;
    }
    .ft-contact__text{
        margin-bottom: 0;
    }
    .ft-contact__linkWrap{

    }
    .ft-contact__link{
        width: 380px;
    }
    .ft-info{
        padding: 120px 0;
    }
    .ft-logo{
        margin-bottom: 120px;
    }
    .ft-infoContents{
        position: relative;
        max-width: 600px;
        margin: 0 auto 30px auto;
    }
    .ft-infoContents:nth-of-type(5){
        margin: 0 auto 10px auto;
    }
    .ft-contact__tel p::before{
        left: 70px;
    }
    .ft-info__paymentBox{
        gap: 15px;
        padding-left: 80px;
    }
}
.ft-googlemap{
    height: 300px;
    width: 100%;
}
.ft-googlemap iframe{
    width: 100%;
    height: 100%;
}
@media screen and (min-width:768px){
    .ft-googlemap{
        height: 400px;
    }
}
@media screen and (min-width:1024px){
    .ft-googlemap{
        height: 640px;
    }
}
@media screen and (min-width:1080px){
}
.ft-copyright{
    height: 60px;
    background-color: #795C2F;
}
.ft-copyright p{
    text-align: center;
    line-height: 60px;
    color: #fff;
}

/*	マップ
---------------------------------*/
.access-map{
    width: 100%;
    height: 250px;
}
.access-map iframe{
    width: 100%;
    height: 250px;
}
@media screen and (min-width:768px){
    .access-map{
        height: 400px;
    }
    .access-map iframe{
        height: 400px;
    }
}
@media screen and (min-width:1024px){
    .access-map{
        height: 100%;
    }
    .access-map iframe{
        height: 100%;
    }
}

/*	ページトップへ戻るボタン
---------------------------------*/
.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;
    color: #fff;
    text-align: center;
}
@media screen and (min-width:768px) {
    .copyright {
        font-size: 1.2rem;
    }
}
@media screen and (min-width:1024px){
    .copyright {
    }
}

/*	メイン画像
---------------------------------*/
.top-mv{
    position: relative;
}
.main-img-otr{
    width: 80%;
    margin-left: auto;
    position: relative;
}
.main-img{
    max-height: 800px;
    height: 55vh;
}
.main-img.ojf:before{
    content: none;
}
.main-img img{
    border-radius: 0 0 0 200px;
}
.main-catch{
    max-width: 250px;
    width: 50%;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translate(0, -50%);
}
.top-drone__icon{
    max-width: 220px;
    width: 35%;
    position: absolute;
    bottom: 10%;
    left: 15px;
}
@media screen and (min-width:768px){
    .top-mv{
    }
    .main-img-otr{
    }
    .main-img{
        max-height: 900px;
        height: 70vh;
    }
    .main-catch{
        max-width: 350px;
    }
    .top-drone__icon{
        max-width: max-content;
        width: 30%;
    }
}
@media screen and (min-width:1024px){
    .main-img{
        max-height: 900px;
        height: 65vw;
    }
}
@media screen and (min-width:1440px){
    .top-mv{
        margin-left: clamp(300px, calc((100% - 1200px) / 2), 360px);
    }
    .main-img-otr{
        width: 88%;
    }
    .main-img{
        max-height: 1080px;
        height: min(70vw, 95vh);
    }
    .main-catch{
        max-width: max-content;
        top: 35%;
        left: -45px;
    }
    .top-drone__icon{
        left: max(-5vw, -80px);
    }
}

/*	追従ボタン
---------------------------------*/
.reserve__btn__wrap{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
}
.gjs-dashed .reserve__btn__wrap{
    z-index: 1000;
}
.reserve__btn__wrap__item{
    width: 100%;
    background-color: #5B3621;
    border-radius: 3px;
    text-align: center;
}
.reserve__btn__wrap__item__a{
    display: block;
    padding: 0 15px;
}
.reserve__btn__wrap__item__a__p{
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 60px;
}
@media screen and (min-width:768px){
    .reserve__btn__wrap{
        width: auto;
        top: 50%;
        bottom: auto;
        left: 0;
        right: auto;
        transform: translateY(-50%);
    }
    .reserve__btn__wrap__item{
    }
    .reserve__btn__wrap__item__a{
        padding: 20px 0;
    }
    .reserve__btn__wrap__item__a__p{
        width: 75px;
        min-height: 200px;
        font-size: 2.4rem;
        line-height: 75px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1080px){
}

/*	追従ボタンSNS
---------------------------------*/
.sticky-button{
    background-color: rgba(255, 255, 255, .6);
    padding: 30px 10px;
    border-radius: 40px;
    position: fixed;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    z-index: 10;
}
.sticky-button__item{
    margin-bottom: 30px;
}
.sticky-button__item:last-of-type{
    margin-bottom: 0;
}
.sticky-button__link{
    display: block;
}
.sticky-button__icon{
    margin-bottom: 15px;
}
.sticky-button__str{
    width: 100%;
    font-weight: 700;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #795C2F;
}
@media screen and (min-width:768px){
    .sticky-button{
        padding: 40px 15px;
        right: 15px;
    }
}

/*	スクロールバー
---------------------------------*/
.scrolldown{
    height: 150px;
    position:absolute;
    left: 1.5%;
    bottom: 0;
    transform: translateY(50%);
}
.scrolldown__p{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
    letter-spacing: 0.075em;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 10px;
}
.scrolldown::before{
    content: "";
    background: #dadada;
    width: 1px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
}
.scrolldown::after{
    content: "";
    background: #051c36;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 50px;
    animation: pathmove 2.5s ease-in-out infinite;
}
@keyframes pathmove{
    0%{
    }
    100%{
        transform: translateY(200%);
    }
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
    .scrolldown{
        height: 240px;
        bottom: 50px;
        left: 15px;
    }
    .scrolldown::before{
        height: 240px;
    }
    .scrolldown::after{
        height: 80px;
    }
}
@media screen and (min-width:1230px){
    .scrolldown{
        left: min(calc((100% - 1200px) / 2), 120px);
    }
}

/*	リンクボタン
---------------------------------*/
.link-btn{
    display: inline-block;
    width: 250px;
    max-height: 80px;
    padding: 25px 0 25px 20px;
    position: relative;
    background-color: #795C2F;
    z-index: 2;
}
.link-btn::after{
    content: '';
    width: 250px;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    border: solid 2px #FCC800;
    pointer-events: none;
}
.link-btn p{
    position: relative;
    color: #fff;
    text-align: left
}
.link-btn p::before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_btnArrow.png);
    width: 45px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
@media screen and (min-width:768px){
    .link-btn{
        width: 300px;
    }
    .link-btn::after{
        width: 300px;
    }
}
/*	トップページ
---------------------------------*/
.top-mainSlider{
    position: relative;
}
.top-mainSlider__imgBox{
}
.top-mainSlider__img img{
    width: 100%;
    min-height: 300px;
    height: min(120vw, 500px);
    object-fit: cover;
}
.top-mainSlider__textBox{
    position:relative;
}
.top-mainSlider__textBox::before{
    position:absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    min-height: 300px;
    height: min(90vw, 400px);
    background-image: url("/system_panel/uploads/images/icon_topMain__mobileBg01.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.top-mainSlider__textBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 15px;
    z-index: 1;
    text-align: center;
}
.top-mainSlider__title{
    margin-bottom: 30px;
    font-size: min(4.0rem,8vw);
    font-family: "Zen Old Mincho", serif;
    color: #fff;
    text-shadow: 0px 0px 28px rgba(121, 91, 47, 1),
                0px 0px 28px rgba(121, 91, 47, 1),
                0px 0px 28px rgba(121, 91, 47, 1),
                0px 0px 28px rgba(121, 91, 47, 1),
                0px 0px 28px rgba(121, 91, 47, 1),
                0px 0px 28px rgba(121, 91, 47, 1);
}
.top-mainSlider__subTitle{
    font-size: min(1.8rem,5vw);
    font-family: "Zen Old Mincho", serif;
    color: #fff;
    text-shadow: 0px 0px 28px rgba(121, 91, 47, 1),
            0px 0px 28px rgba(121, 91, 47, 1),
            0px 0px 28px rgba(121, 91, 47, 1),
            0px 0px 28px rgba(121, 91, 47, 1),
            0px 0px 28px rgba(121, 91, 47, 1),
            0px 0px 28px rgba(121, 91, 47, 1);
}
.section-catch{
    position: relative;
    padding: 60px 0;
}
.catch-title{
    position: relative;
    margin-bottom: 20px;
    font-family: "Zen Old Mincho", serif;
    font-size: 2.4rem;
    color: #795C2F;
}
.catch-relative{
    position: relative;
}
.catch-iconImg{
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: -1;
}
.catch-title::before{
    content: "";
    width: 300px;
    height: 300px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_topCatch01.png);
    position: absolute;
    bottom: -70px;
    left: -20px;
    z-index: -1;
}
.catch-imgBox{
    position: relative;
    margin:0 0 30px 20%;
    height: fit-content;
    object-fit: cover;
}
.catch-smallImg{
    margin: -10% 0 0 -30%;
    width: 40%;
    height: auto;
    object-fit: contain;
}
.catch-text{
    margin-bottom: 50px;
}
.catch-textBox .link-btn::after{
    border: solid 2px #f6f6f6;
}
.catch-textBox{
    text-align: center;
}
.catch-textBox p{
    text-align: left;
}
.catch-gridBox{
    padding-top: 100px;
}
.catch-bgBox{
    width: 80vw;
    height: 95%;
    background-color: #F9DE78;
    margin-left: calc(50% - 50vw);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
@media screen and (min-width:768px){
    .top-mainSlider__img img{
        height: 70vw;
    }
    .top-mainSlider__subTitle br{
        display: none;
    }
}
@media screen and (min-width:1024px){
    .top-mainSlider__imgBox{
        min-height: inherit;
    }
    .top-mainSlider__img img{
        height: min(50vw, 1050px);
    }
    .top-mainSlider__textBox{
        top: inherit;
        left: inherit;
        right:  10%;
        bottom: 10%;
        transform: inherit;
        width: auto;
        text-align: left;
    }
    .top-mainSlider__textBox::before{
        top: 35%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 780px;
        height: 200px;
        background-image: url("/system_panel/uploads/images/icon_topMain__bg01.png");
        z-index: -1;
    }
    .top-mainSlider__title{
        margin-bottom: 60px;
        font-size: 5.6rem;
    }
    .top-mainSlider__subTitle{
        font-size: 2.4rem;
    }
    .section-catch{
        padding: 120px 0;
    }
    .catch-title::before{
        width: 360px;
        height: 300px;
        bottom: 0;
    }
    .catch-iconImg{
        width: auto;
        bottom: 0;
        opacity: 1;
        z-index: 1;
    }
    .catch-gridBox{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 55%;
        grid-template-areas:
        "catch-title01 catch-img01"
        "catch-text01 catch-img01";
        row-gap: 80px;
        column-gap: 40px;
        padding-top: 160px;
        align-items: center;
    }
    .catch-title{
        grid-area: catch-title01;
        margin-bottom: 0;
        font-size: 4.0rem;
    }
    .catch-textBox{
        grid-area: catch-text01;
        text-align: left;
    }
    .catch-text{
        margin-bottom: 70px;
    }
    .catch-imgBox{
        grid-area: catch-img01;
        margin: -25% 0 0 5%;
    }
    .catch-smallImg{
        left: -15%;
    }
    .catch-bgBox{
        width: 80vw;
        height: 95%;
        background-color: #F9DE78;
        margin-left: calc(50% - 50vw);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
}
@media screen and (min-width:1230px){
    .catch-imgBox{
        margin-right: max(calc((1200px - 100vw) / 2), -360px);
        max-width: 700px;
    }
}

.top-slider{
    padding-bottom: 50px;
}
.top-slider__item{
    margin: 0 20px;
}
.top-slider__img{
    width: fit-content;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    text-align: center;
}
@media screen and (min-width:768px){

}
@media screen and (min-width:1024px){
    .top-slider{
        padding-bottom: 100px;
    }
}
@media screen and (min-width:1230px){

}

.section-service{
    position: relative;
    padding: 100px 0;
    background-color: #FDF5D5;
}
.service-relative{
    position: relative;
}
.service-icon02{
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 50%;
    z-index: 0;
}
.title-cmnBox{
    margin-bottom: 60px;
}
.title-cmn__ja{
    font-weight: 700;
    color: #795C2F;
    text-align: center;
}
.service-titile{
    position: relative;
}
.service-titile::before{
    content: "";
    width: 330px;
    height: 150px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_topService01.png);
    position: absolute;
    top: 15%;
    left: 55%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.service-textBox{
    text-align: center;
    grid-area: service-text01;
}
.service-contentsTitle{
    font-family: "Zen Old Mincho", serif;
    font-size: 2.4rem;
    color: #795C2F;
    text-align: center;
}
.service-contentsTitle01{
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}
.service-contentsTitle01::before{
    content: "";
    width: 160px;
    height: 160px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/num_topService01.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.service-contentsTitle02{
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}
.service-contentsTitle02::before{
    content: "";
    width: 160px;
    height: 160px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/num_topService02.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.title-cmn__en{
    font-size: 6.0rem;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #FCC800;
    text-align: center;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    z-index: 2;
}
.service-gridBox{
    margin-bottom: 100px;
}
.service-gridBox:nth-child(odd){
    margin-bottom: 0;
}
.service-img{
    text-align: center;
    margin-bottom: 40px;
}
.service-text{
    margin-bottom: 40px;
}
.service-textBox .link-btn p{
    text-align: left;
}
@media screen and (min-width:768px){

}
@media screen and (min-width:1024px){
    .section-service{
        padding: 160px 0;
    }
    .title-cmn__en{
        font-size: 10.0rem;
    }
    .title-cmn__ja{
        font-size: 1.8rem;
    }
    .title-cmnBox{
        margin-bottom: 120px;
    }
    .service-titile::before{
        width: 400px;
        height: 180px;
        top: 40%;
        left: 55%;
    }
    .service-gridBox{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 50% 1fr;
        grid-template-areas:
        " service-img01 service-title01"
        "service-img01 service-text01";
        row-gap: 80px;
        column-gap: 40px;
        margin-bottom: 80px;
        align-items: center;
    }
    .service-gridBox:last-child{
        margin-bottom: 0;
    }
    .service-gridBox:nth-child(odd){
        grid-template-areas:
        "service-title01 service-img01"
        "service-text01 service-img01 ";
        margin-bottom: 0;
    }
    .service-contentsTitle{
        grid-area: service-title01;
        margin-bottom: 0;
        font-size: 3.2rem;
    }
    .service-textBox{
        grid-area: service-text01;
        height: -webkit-fill-available;
    }
    .service-text{
        margin-bottom: 70px;
    }
    .service-img{
        grid-area: service-img01;
        margin: 0 0 0 -15px;
    }
    .service-imgReverse{
        margin: 0 -15px 0 0;
    }
    .service-icon02{
        width: 200px;
        opacity: 1;
        bottom: -160px;
    }
}
@media screen and (min-width:1230px){
    .service-img{
        margin: 0 0 0 max(calc((1200px - 100vw) / 2), -360px);
    }
    .service-imgReverse{
        margin: 0;
        margin-right: max(calc((1200px - 100vw) / 2), -360px);
    }
}

.section-info{
    padding: 100px 0;
}
.info-title{
    margin-bottom: 60px;
}
.info-contentsTitle{
    position: relative;
    margin-bottom: 20px;
    font-family: "Zen Old Mincho", serif;
    font-size: 2.4rem;
    color: #795C2F;
}
.info-img{
    margin-bottom: 40px;
}
.info-text{
    margin-bottom: 60px;
}
.info-btnWrap{
    text-align: center;
}
info-btnWrap .info-btn p{
    text-align: left;
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
    .section-info{
        padding: 60px 0;
    }
    info-title{
        margin-bottom: 120px;
    }
    .info-img{
        margin-bottom: 80px;
    }
    .info-gridBox{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 50% 1fr;
        grid-template-areas:
        "info-title01 info-text01"
        "info-btn01 info-text01";
        row-gap: 80px;
        column-gap: 29px;
    }
    .info-contentsTitle{
        grid-area: info-title01;
        margin-bottom: 0;
        font-size: 3.2rem;
        text-align: center;
    }
    .info-text{
        grid-area: info-text01;
        margin-bottom: 0;
    }
    .info-btn{
        grid-area: info-btn01;
    }
}
@media screen and (min-width:1230px){

}
.section-news{
    padding: 80px 0;
    background-color: #FDF5D5;
}
.section-news .title-cmn__en{
    color: #795C2F;
    text-shadow: none;
}
.section-news .title-cmn__ja{
    color: #795C2F;
}
.news-pcBtn{
    display: none;
}
.news-btnWrap{
    text-align: center;
}
.news-mbBtn p{
    text-align: left;
}
.top-news{
    padding: 100px 0;
    position: relative;
}
.top-news__cont{
    margin-bottom: 60px;
}
.top-news__cont .webgene-item{
    border-top: solid 1px #F9DE78;
    padding: 20px 0;
    cursor: pointer;
}
.top-news__cont .webgene-item:last-of-type{
    border-bottom: solid 1px #F9DE78;
}
.top-news__cont .webgene-item .blog-item{
    padding-right: 40px;
    position: relative;
}
.top-news__cont .webgene-item .blog-item:before,
.top-news__cont .webgene-item .blog-item:after{
    content: "";
    background-color: #7B692A;
    position: absolute;
}
.top-news__cont .webgene-item .blog-item:before{
    width: 30px;
    height: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.top-news__cont .webgene-item .blog-item:after{
    content: "";
    width: 1px;
    height: 30px;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
    transition: all .3s;
}
.top-news__cont .webgene-item.is-active .blog-item:after{
    transform: translate(-50%, -50%) rotate(-90deg);
}
.top-news__cont .webgene-item .blogdate{
    font-weight: 700;
    color: #795C2F;
}
.top-news__cont .webgene-item .blog-item__cate{
    margin-left: 40px;
}
.top-news__cont .webgene-item .blogcate{
    min-width: 120px;
    background-color: #FCC800;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #795C2F;
    line-height: 2;
    text-align: center;
    padding: 0 10px;
}
.top-news__cont .webgene-item .blogttl{
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 5px;
}
.top-news__cont .webgene-item .blogcont{
    display: none;
    font-size: 1.6rem;
    padding-top: 20px;
    padding-right: 40px;
}
.blogcont .post-photo{
    text-align: center;
    margin-bottom: 25px;
}
.top-news__icon{
    max-width: max-content;
    width: 40%;
    position: absolute;
    top: 30px;
    right: 10px;
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
    .section-news{
        padding: 160px 0;
    }
    .section-news .title-cmnBox{
        margin-bottom: 0;
    }
    .news-title{
        text-align: left;
    }
    .news-title .title-cmn__ja{
        text-align: left;
    }
    .news-flexBox{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 60px;
    }
    .news-pcBtn{
        display: block;
    }
    .news-mbBtn{
        display: none;
    }
    .top-news__cont{
        margin-bottom: 0px;
    }
}
@media screen and (min-width:1230px){
}



/*	私たちについて
---------------------------------*/
.about-top__img{
    position: relative;
    margin: 0 -15px 0 -15px;
    min-height: 300px;
    height: 300px;
}
.about-top__img img{
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-top__img::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(121, 92, 47, 0.4);
}
.cmn-topTitle{
    position: absolute;
    top: 50%;
    left: 15px;
    width: calc(100% - 30px);
    max-width: 1200px;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 700;
    font-size: min(4.0rem,8vw);
    font-family: "Zen Old Mincho", serif;
}
.about-top__textWrap{
    position: relative;
    margin: -40px -15px 0 0;
    padding: 40px 15px 40px 40px;
    background-color: #fff;
    z-index: 1;
}
.about-top__title{
    margin-bottom: 50px;
    color: #795C2F;
    font-size: min(2.8rem,7vw);
    font-family: "Zen Old Mincho", serif;
}
.about-top__title strong{
    font-weight: inherit;
}
.about-top__title.corporation-top__title{
    font-size: min(2.7rem,6vw);
}
.about-top__iconBox{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    object-fit: contain;
    z-index: -1;
}
.about-feature__subTitle{
    position: relative;
    color: #795C2F;
    font-size: 2.8rem;
    font-family: "Zen Old Mincho", serif;
    z-index: 1;
}
@media screen and (min-width:768px){
    .about-top__img{
        height: 400px;
    }
    .about-top__title strong br{
        display: block;
    }
}
@media screen and (min-width:1024px){
    .cmn-topTitle{
        font-size: 5.6rem;
    }
    .about-top__img{
        height: 500px;
    }
    .about-top__bg__yellow{
        width: 100vw;
        height: 50%;
        background-color: #FCD84F;
        margin-right: calc(100% - 100vw);
        position: absolute;
        bottom: 80px;
        right: 0;
        z-index: -1;
    }
    .about-top__textWrap{
        margin: -80px -16px 0 0;
        padding: 80px 0 80px 80px;
    }
    .about-top__title{
        font-size: 3.2rem;
    }
    .about-top__title.corporation-top__title{
        font-size: 3.2rem;
    }
    .about-top__iconBox{
        width: auto;
    }
    .about-top__title strong br{
        display: none;
    }
}
@media screen and (min-width:1230px){
    .cmn-topTitle{
        left: calc((100vw - 1200px) / 2);
    }
    .about-top__img{
        margin: 0 -15px 0 max(calc((1200px - 100vw) / 2), -360px);
    }
}
.about-feature{
    padding: 0 0 120px 0;
}
.about-feature__iconRelative{
    position: relative;
}
.about-featureIcon01{
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.about-featureIcon02{
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.about-featureIcon04{
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.individuals-featureIcon03{
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.about-feature__contentsBox{
    margin-top: -70px;
    padding: 100px 0 150px 0;
    background-color: #F9DE78;
}
.about-feature__contentsBox:first-child{
    padding-top: 160px;
}
.about-feature__contentsBox:last-child{
    padding-bottom: 0;
}
.about-feature__contentsBox:nth-child(even){
    background-color: #FFF;
}
.about-feature__subTitle{
    position: relative;
    margin-bottom: 40px;
    color: #795C2F;
    font-size: min(2.8rem, 6vw);
    font-family: "Zen Old Mincho", serif;
    text-align: center;
    z-index: 1;
}
.about-feature__subTitle01::before{
    content: "";
    width: 160px;
    height: 160px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/num_aboutFeature01.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.about-feature__subTitle02::before{
    content: "";
    width: 160px;
    height: 160px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/num_aboutFeature02.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.about-feature__subTitle03::before{
    content: "";
    width: 160px;
    height: 160px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/num_aboutFeature03.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.about-feature__subTitle04::before{
    content: "";
    width: 160px;
    height: 160px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/num_aboutFeature04.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.about-feature__gridBox{
    position: relative;
}
.about-feature__imgBox{
    margin: 0 auto 40px auto;
    text-align: center;
}
.about-feature__text{
    position: relative;
    z-index: 1;
}
@media screen and (min-width:768px){

}
@media screen and (min-width:1024px){
    .about-feature{
        padding: 0 0 240px 0;
    }
    .about-feature__contentsBox{
        margin-top: -100px;
        padding: 100px 0 170px 0;
    }
    .about-feature__contentsBox:first-child{
        padding-top: 170px;
    }
    .about-featureIcon01{
        width: auto;
        max-width: 300px;
    }
    .about-featureIcon02{
        width: auto;
        max-width: 300px;
    }
    .individuals-featureIcon03{
        width: auto;
        max-width: 300px;
    }
    .about-featureIcon04{
        width: auto;
    }
    .about-feature__gridBox{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 50%;
        grid-template-areas:
        "feature-img01 feature-title01"
        "feature-img01 feature-text01";
        row-gap: 80px;
        column-gap: 40px;
        align-items: center;
    }
    .about-feature__contentsBox:nth-child(even) .about-feature__gridBox {
        grid-template-areas:
        "feature-title01 feature-img01"
        "feature-text01 feature-img01";
    }
    .about-feature__subTitle__box{
        grid-area: feature-title01;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        height: 100%;
        height: -webkit-fill-available;
        margin-bottom: 0;
    }
    .about-feature__textBox{
        grid-area: feature-text01;
        height: 100%;
        height: -webkit-fill-available;
        text-align: center;
    }
    .about-feature__imgBox{
        grid-area: feature-img01;
        max-width: inherit;
        margin-bottom: 0;
    }
    .about-feature__imgBox img{
        width: 100%;
        max-height: 760px;
        object-fit: contain;
    }
    .about-feature__subTitle{
        margin-bottom: 0;
        font-size: 3.2rem;
    }
}
@media screen and (min-width:1230px){
    .about-feature__imgBox{
        margin: 0 0 0 max(calc((1200px - 100vw) / 2), -360px);
    }
    .about-feature__contentsBox:nth-child(even) .about-feature__imgBox {
        margin: 0;
        margin-right: max(calc((1200px - 100vw) / 2), -360px);
    }
}


/*	一般の方へ
---------------------------------*/
.individuals-catch{
    padding: 60px 0 60px 0;
}
.individuals-feature{
    padding-bottom: 60px;
}
.individuals-catchBanner__pc{
    display: none;
}
.individuals-catchBanner__sp{
    margin: 0 auto 40px auto;
}
.individual-catch__textBox{
    text-align: center;
}
.individual-catch__text{
    position: relative;
    display: inline;
    font-family: "Zen Old Mincho", serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #795C2F;
    background: linear-gradient(transparent 70%, #fff3b0 70%);
}
.individual-catch__text strong{
    font-size: 3.0rem;
}
.individuals-faq{
    padding-bottom: 80px;
}
.individuals-feature__contentsBox{
    padding-bottom: 100px!important;
}
@media screen and (min-width:768px){
    .individuals-catchBanner__pc{
        display: block;
        margin: 0 auto 50px auto;
    }
    .individuals-catchBanner__sp{
        display: none;
    }
    .individual-catch__text{
        font-size: 3.2rem;
    }
    .individual-catch__text strong{
        font-size: 4.8rem;
    }
}
@media screen and (min-width:1024px){
    .individuals-feature{
        padding: 0 0 120px 0;
    }
    .individuals-faq{
        padding-bottom: 160px;
    }
    .individuals-feature__contentsBox{
        padding-bottom: 150px !important;
    }
    .individual-catch__text br{
        display: none;
    }
    .individuals-catch{
        padding-bottom: 100px;
    }

}
@media screen and (min-width:1230px){

}

.faq__box{
    padding-top: 60px;
}
.faq-wrap{
    margin-top: 60px;
}
.faq-list{
    margin-bottom: 0;
}
.faq-item{
    margin-bottom: 50px;
}
.faq-item:last-of-type{
    margin-bottom: 0;
}
.faq-item__cont__inr{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    gap: 0 20px;
}
.faq-item__cont__inr__img{
    padding-top: 5px;
}
.faq-item__cont__inr__txt{
    flex: 1;
    padding-right: 35px;
    position: relative;
}
.faq-item__cont--q .faq-item__cont__inr__txt:before{
    content: "";
    width: 20px;
    height: 3px;
    background-color: #7B692A;
    position: absolute;
    top: 10px;
    right: 0;
    transform: translateY(-50%);
}
.faq-item__cont--q .faq-item__cont__inr__txt:after{
    content: "";
    width: 3px;
    height: 20px;
    background-color: #7B692A;
    position: absolute;
    top: 0;
    right: 10px;
    transform: translateX(50%);
    transition: all 0.3s;
}
.faq-item__cont__inr__txt__p{
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}
.faq-item__cont--a{
    display: none;
    border-top: solid 1px #7B692A;
    padding: 20px 0;
    margin-top: 20px;
    background-color: #F7F4ED;
}
.faq-item.is-active .faq-item__cont--q .faq-item__cont__inr__txt:after{
    transform: translateX(50%) rotate(-90deg);
}
.gjs-dashed .faq-item__cont.faq-item__cont--a{
    display: block;
}
.faq-message p{
    text-align: center;
}
@media screen and (min-width:768px){
    .section-faq{
        padding-bottom: 160px;
    }
    .faq__box{
        padding-top: 100px;
    }
    .faq-wrap{
        margin-top: 120px
    }
    .faq-item__cont__inr{
        gap: 0 60px;
    }
    .faq-item__cont__inr__img{
        padding-top: 7px;
    }
    .faq-item__cont__inr__txt{
        padding-right: 45px;
    }
    .faq-item__cont__inr__txt__p{
        font-size: 1.8rem;
    }
    .faq-item__cont--q .faq-item__cont__inr__txt:before{
        width: 30px;
        top: 15px;
    }
    .faq-item__cont--q .faq-item__cont__inr__txt:after{
        height: 30px;
        right: 15px;
    }
    .faq-item__cont--a{
        padding-top: 30px;
    }
}
/*	企業・法人のお客さまへ
---------------------------------*/
.individuals-search{
    padding: 60px 0 120px 0;
}
.individuals-search__titleBox{
    margin-bottom: 40px;
}
.individuals-search__img{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.individuals-search__img::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(121, 92, 47, 0.7);
    z-index: 1;
}

.individuals-search__img::after{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_cmnArrow.png);
    width: 35px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    z-index: 2;
}
.individuals-search__img img{
    min-height: 100px;
    width: 100%;
    object-fit: cover;
}
.individuals-search__text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-size: min(2.4rem,6.0vw);
    letter-spacing: 0.08em;
    z-index: 2;
}
.individuals-searchWrap{
    margin-bottom: 15px;
}
.individuals-searchWrap:last-child{
    margin-bottom: 0px;
}
@media screen and (min-width:768px){
    .individuals-search__text br{
        display: none;
    }
}
@media screen and (min-width:1024px){
    .individuals-search{
        padding-bottom: 240px;
    }
    .individuals-search__titleBox{
        margin-bottom: 80px;
    }
    .individuals-search__text{
        font-size: 3.2rem;
    }
    .individuals-searchWrap{
        max-width: 980px;
        margin: 0 auto 30px auto;
    }
    .individuals-searchWrap:last-child{
        margin-bottom: 0px;
    }
    .individuals-search__img::after{
        width: 70px;
    }
}
@media screen and (min-width:1230px){

}


/*	店舗紹介
---------------------------------*/
.store-greeting{
}
.store-greeting__bg{
    position: relative;
}
.store-greeting__bg::before{
    position: absolute;
    content: "";
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F7F4E9;
    z-index: -1;
}
.store-greeting__flexBox{
    padding-bottom: 100px;
}
.store-greeting__titleBox{
    margin-bottom: 40px;
}
.store-greeting__commentTitle{
    position: relative;
    margin-bottom: 40px;
    font-family: "Zen Old Mincho", serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #795C2F;
}
.store-greeting__img{
    margin-bottom: 60px;
    text-align: center;
}
@media screen and (min-width:768px){

}
@media screen and (min-width:1024px){
    .store-greeting{
    }
    .store-greeting__bg::before{
        top: 120px;
    }
    .store-greeting__titleBox{
        margin-bottom: 80px;
    }
    .store-greeting__flexBox{
        display: flex;
        flex-wrap: wrap;
        gap:80px;
        padding-bottom: 200px;
    }
    .store-greeting__img{
        width: 50%;
        margin: 0 auto 0 -80px;
    }
    .store-greeting__textBox{
        flex: 1;
    }
    .store-greeting__commentTitle{
        font-size: 3.2rem;
    }
}
@media screen and (min-width:1230px){

}
.store-awards{
    padding: 100px 0;
    background-color: #F9DE78;
}
.store-awards__title__en{
    position: relative;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 6.0rem;
    font-weight: 700;
    color: #795C2F;
}
.store-awards__title__ja{
    color: #795C2F;
}
.store-awards__titleBox{
    margin-bottom: 60px;
}
.store-awards__imgBox{
    display: flex;
    gap: 50px;
    flex-direction: column;
    margin-bottom: 60px;
}
.store-awards__img{
    text-align: center;
}
.store-awards__text{
    color: #795C2F;
}

@media screen and (min-width:768px){

}
@media screen and (min-width:1024px){
    .store-awards{
        padding: 100px 0 200px 0;
        background-color: #F9DE78;
    }
    .store-awards__titleBox{
        margin-bottom: 100px;
    }
    .store-awards__title__en{
        font-size: 10.0rem;
    }
    .store-awards__title__ja{
        font-size: 1.8rem;
    }
    .store-awards__flexBox{
        display: flex;
        gap: 80px;
    }
    .store-awards__imgBox{
        width: 50%;
        margin-bottom: 0;
    }
    .store-awards__textBox{
        flex: 1;
    }
}
@media screen and (min-width:1230px){

}
.store-info{
    padding: 80px 0 120px 0;
}
.store-info__titleBox{
    margin-bottom: 60px;
}
.store-info__table{
    margin-bottom: 60px;
}
.store-info__tableRow{
    border-top: solid 1px rgba(123,105,42,0.5);
    padding: 20px 0;
}
.store-info__tableRow:last-child{
    border-bottom: solid 1px rgba(123,105,42,0.5);
}
.store-info__tableTd{
    flex: 1;
}
.store-info__tableTh p{
    color: #795C2F;
    font-weight: 700;
}
.googlemap{
    height: 400px;
}
.googlemap iframe{
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px){
    .store-info{
        padding: 160px 0 240px 0;
    }
    .store-info__tableRow{
        padding: 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
    }
    .store-info__tableTh {
        width: 330px;
        padding-left: 100px;
    }
}
@media screen and (min-width: 1024px){
    .store-info__titleBox{
        margin-bottom: 120px;
    }
    .store-info__tableTh {
        width: 440px;
        padding-left: 130px;
    }
    .googlemap{
        height: 650px;
    }
    .googlemap iframe{
        height: 100%;
    }
}
@media screen and (min-width: 1080px){

}
@media screen and (min-width:1230px){

}

/*	お問い合わせ
---------------------------------*/
.contactBox{
    padding:100px 0 120px 0;
}
.contact-text{
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 1024px){
    .contactBox{
        padding:100px 0 240px 0;
    }
    .contact-text{
        margin-bottom: 100px;
    }
}
@media screen and (min-width: 1080px){

}
@media screen and (min-width:1230px){

}
/*	送信完了
---------------------------------*/
.formcomplete-title {
    margin-bottom: 50px;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
    color: #795C2F;
}
.formcomplete-text {
    margin-bottom: 100px;
}
.formcomplete-btnWrap{
    text-align: center;
}
.formcomplete-top__title{
    color: #795C2F;
    font-size: min(2.8rem,7vw);
    font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px){
    .formcomplete-text {
        text-align: center;
    }
}
@media screen and (min-width: 1024px){
    .formcomplete-top__title{
        font-size: 3.2rem;
    }
}
@media screen and (min-width: 1080px){

}
@media screen and (min-width:1230px){

}
/*	新着情報
---------------------------------*/
.top-news{
    padding: 100px 0;
    position: relative;
}
.news-newsBlock{
    margin-bottom: 60px;
}
.news-newsBlock .webgene-item{
    border-top: solid 1px rgba(123, 105, 42, 0.5);
    padding: 20px 0;
    cursor: pointer;
}
.news-newsBlock .webgene-item:last-of-type{
    border-bottom: solid 1px rgba(123, 105, 42, 0.5);
}
.news-newsBlock .webgene-item .blog-item{
    padding-right: 40px;
    position: relative;
}
.news-newsBlock .webgene-item .blog-item:before,
.news-newsBlock .webgene-item .blog-item:after{
    content: "";
    background-color: #7B692A;
    position: absolute;
}
.news-newsBlock .webgene-item .blog-item:before{
    width: 30px;
    height: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.news-newsBlock .webgene-item .blog-item:after{
    content: "";
    width: 1px;
    height: 30px;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
    transition: all .3s;
}
.news-newsBlock .webgene-item.is-active .blog-item:after{
    transform: translate(-50%, -50%) rotate(-90deg);
}
.news-newsBlock .webgene-item .blogdate{
    font-weight: 700;
    color: #FCC800;
}
.news-newsBlock .webgene-item .blog-item__cate{
    margin-left: 40px;
}
.news-newsBlock .webgene-item .blogcate{
    min-width: 120px;
    background-color: #FCC800;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    line-height: 2;
    text-align: center;
    padding: 0 10px;
}
.news-newsBlock .webgene-item .blogttl{
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 5px;
}
.news-newsBlock .webgene-item .blogcont{
    display: none;
    font-size: 1.6rem;
    padding-top: 20px;

}
@media screen and (min-width:768px){
    .top-ttl{
        margin-bottom: 80px;
    }
    .top-ttl__en{
        font-size: 8.8rem;
    }
    .top-ttl__en.top-ttl__en--small{
        font-size: 8.8rem;
    }
    .top-farmer{
        padding: 160px 0;
    }
    .top-farmer__ttl{
        margin-bottom: 80px;
    }
    .top-farmer__ttl.ttl-cmn01{
        font-size: min(4.5vw, 4rem);
    }
    .top-farmer__info--txt{
        margin-bottom: 60px;
    }
    .top-customer{
        padding-top: 160px;
    }
    .top-customer__ttl{
        margin-bottom: 80px;
    }
    .top-customer__ttl.ttl-cmn01{
        font-size: min(4.5vw, 4rem);
    }
    .top-customer__ttl br{
        display: none;
    }
    .top-customer__info--txt{
        margin-bottom: 60px;
    }
    .top-company{
        padding-top: 160px;
    }
    .top-company__img{
        margin-bottom: 80px;
    }
    .top-company__img img{
        border-radius: 80px;
    }
    .top-company__ttl{
        margin-bottom: 80px;
    }
    .top-company__ttl br{
        display: none;
    }
    .top-news{
        padding: 160px 0;
    }
    .news-newsBlock{
        margin-bottom: 80px;
    }
    .news-newsBlock .webgene-item{
        padding: 30px 0;
    }
    .news-newsBlock .webgene-item .blog-item{
        padding-right: 60px;
    }
    .news-newsBlock .webgene-item .blog-item:before{
        width: 40px;
    }
    .news-newsBlock .webgene-item .blog-item:after{
        height: 40px;
        right: 20px;
    }
    .news-newsBlock .webgene-item .blogttl{
        font-size: 2rem;
    }
    .news-newsBlock .webgene-item .blogcate{
        font-size: 1.6rem;
    }
    .news-newsBlock .webgene-item .blogcont{
        font-size: 1.8rem;
        padding-top: 40px;
    }
}

/*	アレンジメント事例集　検索　結果　詳細
---------------------------------*/

.worksresult-resultTitle{
    margin-bottom: 50px;
    font-size: 4.0rem;
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    color: #795C2F;
    text-align: center;
}
.worksdetail-wrap{
    margin-bottom: 60px;
}
.link-wrap{
    text-align: center;
}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 1024px){
    .worksresult-resultTitle{
        margin-bottom: 115px;
        font-size: 4.8rem;
    }
    .worksdetail-wrap{
        margin-bottom: 120px;
    }
}
@media screen and (min-width: 1080px){

}
@media screen and (min-width:1230px){

}
/*	検索ページ
---------------------------------*/
.works-searchBox{
    padding-bottom: 120px;
}
.search-conditions__ttl{
    margin-bottom: 80px;
}
.works-searchWrap .webgene-search-form-block{
    margin-bottom: 30px;
}
.works-searchWrap .webgene-search-form-block:nth-last-of-type(2){
    margin-bottom: 60px;
}
.works-searchWrap .search-title-wrapper{
    position: relative;
    color: #785C2F;
    padding: 10px 15px 10px 30px;
    margin-bottom: 20px;
}
.works-searchWrap .search-title-wrapper::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FCC800;
}
.works-searchWrap .search-title{
    font-size: 1.8rem;
    font-weight: 700;
}
.works-searchWrap .search-area-wrapper{
    background-color: #F8F4ED;
    border-radius: 5px;
    padding: 20px 10px;
}
.works-searchWrap .search-contents-wrapper label{
    margin-right: 20px;
}
.works-searchWrap .search-contents-wrapper label:last-of-type{
    margin-right: 0;
}
.works-searchWrap .search-contents-wrapper input{
    accent-color: #FCC800;
    margin-right: 10px;
}
.works-searchWrap .webgene-search-form input[type=text]{
    width: 130px;
    height: 30px;
    border: solid 1px #785C2F;
    border-radius: 5px;
    padding-left: 15px;
}
.works-searchWrap .webgene-search-form .search-conditions__num input[type=text]:last-of-type{
    margin-left: 10px;
}
.works-searchWrap .webgene-search-form .search-conditions__name input[type=text]{
    max-width: 300px;
    width: 100%;
}
.works-searchWrap .search-conditions__btn{
    display: block;
    width: 250px;
    max-height: 80px;
    padding: 25px 0 25px 20px;
    margin: 0 auto;
    position: relative;
    background-color: #795C2F;
    z-index: 2;
}
.works-searchWrap .search-conditions__btn:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_btnArrow.png);
    width: 45px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.works-searchWrap .search-conditions__btn::after{
    content: '';
    width: 250px;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    border: solid 2px #FCC800;
    pointer-events: none;
}
.works-searchWrap .search-conditions__btn input{
    display: block;
    width: 100%;
    background: none;
    border: none;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    color: #fff;
    padding: 0 60px 20px 0;
    cursor: pointer;
}
@media screen and (min-width:768px){
    .search-conditions{
        padding: 160px 0;
    }
    .search-conditions__ttl{
        margin-bottom: 120px;
    }
    .works-searchWrap .webgene-search-form-block{
        margin-bottom: 40px;
    }
    .works-searchWrap .webgene-search-form-block:nth-last-of-type(2){
        margin-bottom: 120px;
    }
    .works-searchWrap .search-title{
        font-size: 2rem;
    }
    .works-searchWrap .search-area-wrapper{
        padding: 20px 15px;
    }
    .works-searchWrap .search-contents-wrapper label{
        margin-right: 60px;
    }
    .works-searchWrap .webgene-search-form input[type=text]{
        width: 320px;
    }
    .works-searchWrap .webgene-search-form .search-conditions__name input[type=text]{
        max-width: 320px;
    }
    .works-searchWrap .search-conditions__btn input{
        font-size: 1.8rem;
    }
    .works-searchWrap .search-conditions__btn{
        width: 300px;
    }
    .works-searchWrap .search-conditions__btn::after{
        width: 300px;
    }
}
@media screen and (min-width:1024px){
    .works-searchBox{
        padding-bottom: 240px;
    }
    .works-searchWrap .webgene-search-form-block{
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }
    .works-searchWrap .search-title-wrapper{
        width: 280px;
        margin: 0;
    }
    .works-searchWrap .search-area-wrapper{
        flex: 1;
        padding: 20px 40px;
    }
    .works-searchWrap .webgene-search-form .search-conditions__num input[type=text]{
        width: 260px;
    }
    
}
@media screen and (min-width:1230px){
    .works-searchWrap .webgene-search-form .search-conditions__num input[type=text]{
        width: 320px;
    }
}

/*	検索結果
---------------------------------*/
.works-detailBox{
    padding: 60px 0 120px 0;
}
.works-search__titleBox{
    margin-bottom: 40px;
}
.works-resultBox{
    padding-bottom: 100px;
}
.search-conditions.search-conditions--result{
    padding-bottom: 0;
}
.search-result{
    padding: 100px 0;
}
.search-result__cont .webgene-item{
    margin-bottom: 40px;
}
.search-result__cont .webgene-item:last-of-type{
    margin-bottom: 0;
}
.search-result__a{
    display: block;
    border-bottom: solid 1px rgba(123, 105, 42, .5);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.search-result__ttl{
    font-size: 2.6rem;
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    color: #795C2F;
    margin-bottom: 60px;
}
.search-result__cont.flex-btw{
    display: block;
}
.search-result__img{
    max-width: 480px;
    width: 100%;
    margin: 0 auto 30px;
}
.search-result__img__inr.ojf:before{
    padding-top: 56.25%;
}
.search-result__info{
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.search-result__square{
    font-weight: 500;
}
.search-result__access{
    font-weight: 500;
    margin-bottom: 30px;
}
.search-result__introduction{
    font-weight: 500;
}
.search-result__table:first-of-type{
    margin-bottom: 20px;
}
.search-result__table__tr{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 20px;
    width: 100%;
    margin-bottom: 20px;
}
.search-result__table__tr:last-of-type{
    margin-bottom: 0px;
}
.search-result__table__th{
    background-color: #FCC800;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    width: 100px;
}
.search-result__table__th__str{
    font-size: 1.8rem;
    font-weight: 700;
}
.search-result__table__td{
    flex: 1;
    padding-top: 15px;
}
.search-result__table__td__str{
    font-weight: 500;
}

@media screen and (min-width:768px){
    .search-result{
        padding: 160px 0;
    }
    .search-result__a{
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .search-result__cont .webgene-item{
        margin-bottom: 50px;
    }
    .search-result__ttl{
        font-size: 4.0rem;
        margin-bottom: 60px;
    }
}
@media screen and (min-width:1024px){
    .works-detailBox{
        padding: 120px 0 240px 0;
    }
    .works-search__titleBox{
        margin-bottom: 80px;
    }
    .works-resultBox{
        padding-bottom: 240px;
    }
    .search-result__table{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 5%;
    }
    .search-result__table:first-of-type{
        margin-bottom: 0px;
    }
    .search-result__table__tr{
        width: 47.5%;
    }
    .search-result__table__tr:last-of-type{
        margin-bottom: 20px;
    }
    .search-result__table__th{
        min-width: 100px;
        width: 30%;
    }
    .search-result__table__td{
        flex: 1;
        padding: 0px;
    }
    .search-result__table__td.search-result__table__td--02{
        padding-top: 10px;
    }
}
@media screen and (min-width:1230px){
    .search-result__cont.flex-btw{
        display: flex;
        gap: 0 50px;
    }
    .search-result__img{
        width: 40%;
        margin: 0;
    }
    .search-result__cont{
        flex: 1;
    }
}

/*	検索結果詳細
---------------------------------*/
.result-detail{
    padding: 100px 0;
}
.result-detail .webgene-blog{
    margin-bottom: 80px;
}
.result-detail__info{
    margin-bottom: 80px;
}
.result-detail__access,
.result-detail__introduction{
    font-weight: 500;
}
.result-detail__table:nth-last-of-type(2){
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: solid 1px rgba(123,105,42,0.5);
}
.result-detail__table__tr{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 20px;
    margin-bottom: 20px;
}
.result-detail__table__th{
    background-color: #FCC800;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    max-width: 100px;
    width: 30%;
    max-height: 75px;
}
.result-detail__table__th__str{
    font-size: 1.8rem;
    font-weight: 700;
}
.result-detail__table__td{
    flex: 1;
    padding-top: 10px;
}
.result-detail__table__td__str{
    font-weight: 500;
}
.result-detail__introduction{
    margin-bottom: 50px;
}
.search-result__slider{
    margin-bottom: 60px;
}
.search-result__slider--main{
    margin-bottom: 20px;
}
.search-result__slider--main__img__inr.ojf:before{
    padding-top: 56.25%;
}
.search-result__slider--thumb{
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-columns: calc(100% / 4);
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.search-result__slider--thumb__nav__img{
    scroll-snap-align: start;
    cursor: pointer;
}
.search-result__slider--thumb__nav__img__inr.ojf:before{
    padding-top: 56.25%;
}
.search-result__slider--thumb__nav__img__inr img{
    opacity: 1;
    transition: opacity 0.3s ease;
}
.search-result__slider--thumb__nav__img__inr img.fade-out{
    opacity: 0;
}
@media screen and (min-width:768px){
    .result-detail{
        padding: 160px 0;
    }
    .result-detail .webgene-blog{
        margin-bottom: 120px;
    }
    .search-result__slider{
        margin-bottom: 100px;
    }
}
@media screen and (min-width:1024px){
    .result-detail__table{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 5%;
    }
    .result-detail__table__tr{
        width: 47.5%;
    }
    .result-detail__table__tr:last-of-type{
        margin-bottom: 20px;
    }
    .result-detail__table__th{
        padding: 15px;
    }
    .result-detail__table__th__str{
        font-size: 2rem;
    }
    .result-detail__table__td{
        padding-top: 15px;
    }
    .result-detail__introduction{
        margin-bottom: 100px;
    }
    .search-result__slider{
        display: flex;
        flex-wrap: wrap;
        gap: 0 20px;
    }
    .search-result__slider--main{
        width: 75%;
        margin: 0;
    }
    .search-result__slider--thumb{
        flex: 1;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: none;
        grid-auto-flow: initial;
        gap: 15px;
        height: calc((100vw - 30px) * 0.75 * 0.5625);
        overflow-x: visible;
        overflow-y: auto;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
    .search-result__slider--thumb{
        height: calc(1200px * 0.75 * 0.5625);
    }
}
