@charset "utf-8";

:root {
    --brown: #562806;
    --text-color: ##2D2D2D;
    --black: #000000;
    --white: #fff;
    --trans-white: rgba(255, 255, 255, 0.76);
    --orange1: #FF6F00;
    --orange2: #FC9F13;
    --yellow1: #FFBE18;
    --yellow2: #E9AE19;
}

html,
body {
    font-family: zen-kaku-gothic-antique, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-optical-sizing: auto;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: 0.1em;
    overflow-x: clip;
    color: #2D2D2D;
  	word-break: auto-phrase; 
}

.wf-loading {
  opacity: 0;
}

.bg-fix {
    background-image: url("../images/washi-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: bold;
    font-style: normal;
}

a {
    color: #5E3505;
    text-decoration: none !important;
}

a:hover {
    color: #E43905;
    cursor: pointer;
}


/* フォント */

.jr-bla {
    font-family: vdl-logojrblack, sans-serif;
}

.mega {
    font-family: vdl-megag-pop-shadow, sans-serif;
}

.zen {
    font-family: zen-kaku-gothic-antique, sans-serif;
    font-weight: 900;
}

.ls-3 {
    letter-spacing: 0.3em;
}

.yuji {
    font-family: "Yuji Syuku", serif;
}

.yu {
    font-family: "yu-mincho-pr6n", sans-serif;
}

.hira {
    font-family: "hiragino-mincho-pron", sans-serif;
}

.fc-white {
    color: #FFF !important;
}

.fc-beige {
    color: #FFF9EC !important;
}

.fc-brown {
    color: #5E3505 !important;
}

.fc-orange {
    color: var(--orange1) !important;
}

.fc-orange2 {
    color: var(--orange2) !important;
}

.fc-yellow {
    color: var(--yellow1) !important;
}


.v-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    letter-spacing: 0.2em;
}

.text-shadow {
    text-shadow: 2px 2px 5px black;
}

.text-shadow-white {
    text-shadow: 2px 2px 5px white;
}

.has-shadow {
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

/* 背景 */
.bg-white {
    background-color: #FFF;
}

.bg-black {
    background-color: #2D2D2D;
}

.bg-orange1 {
    background-color: var(--orange1);
}

.bg-orange2 {
    background-color: var(--orange2);
}

.bg-yellow1 {
    background-color: var(--yellow1);
}

.bg-yellow2 {
    background-color: var(--yellow2);
}

.bg-beige-1 {
    background-color: rgba(242, 203, 76, 0.21);
}

.bg-beige-2 {
    background-color: rgba(190, 135, 16, 0.15);
}



/*罫線*/
.b-brown {
    border: 1px solid #5E3505;
}

.bl-brown {
    border-left: 1px solid #5E3505;
}

.br-brown {
    border-right: 1px solid #5E3505;
}

.bb-brown {
    border-bottom: 1px solid #5E3505;
}

.bt-brown {
    border-bottom: 1px solid #5E3505;
}

/* ボタン */
.bc-orange {
    background-color: #FF6600;
}

.big-button a {
    transition: all 0.3s;
}

.big-button a:hover {
    background-color: #D9D9D9;
}

.button {
    position: relative;
    display: inline-flex !important;
    background-color: #2D2D2D;
    color: #FFF;
    width: 260px;
    height: 60px;
    justify-content: left;
    align-items: center;
    transition: all 0.3s;
}

.button::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/arrow.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.button:hover {
    background-color: #BEBEBE;
}

.button:hover::after {
    right: 10px;
}

.button p {
    color: #FFF;
    font-family: zen-kaku-gothic-antique, sans-serif;
    font-weight: 700;
    margin: 0 !important;
    letter-spacing: 0.2rem;
    padding-left: 10px;
}

.button2 {
    position: relative;
    display: inline-flex !important;
    background-color: #2D2D2D;
    color: #FFF;
    width: 240px;
    height: 80px;
    justify-content: left;
    align-items: center;
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .button2 {
        width: 360px;
        height: 100px;
    }
}

.button2::after {
    content: "";
    width: 36px;
    height: 36px;
    background-image: url(../images/arrow2.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.button2:hover {
    background-color: #BEBEBE;
}

.button2:hover::after {
    right: 10px;
}

.button2 p {
    color: #FFF;
    font-family: zen-kaku-gothic-antique, sans-serif;
    font-weight: 700;
    margin: 0 !important;
    letter-spacing: 0.2rem;
    padding-left: 10px;
    font-size: 20px;
}

@media (min-width: 768px) {
    .button2 p {
        font-size: 36px;
    }
}

.nav-button {
    position: relative;
    display: inline-flex !important;
    background-color: var(--orange1);
    color: #FFF;
    width: 200px;
    height: 60px;
    justify-content: left;
    align-items: center;
    transition: all 0.3s;
}

.nav-button::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/arrow.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.nav-button:hover {
    background-color: #BEBEBE;
}

.nav-button:hover::after {
    right: 10px;
}

.nav-button p {
    color: #FFF9EC;
    font-family: zen-kaku-gothic-antique, sans-serif;
    font-weight: 700;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0.2rem;
}

.button.is-free {
    width: auto;
    padding: 0 36px;
}

/* ナビ */

.a-nav-menu {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 900;
    transition: all 0.3s;
    background-image: url("../images/nav-menu-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.a-nav-menu.edit {
    display: flex;
    opacity: 1;
}

.a-nav-text a {
    margin-bottom: 4px;
    display: inline-block;
}

@media (min-width: 768px) {
    .a-nav-text a {
        margin-bottom: 16px;
    }
}

.a-nav-text a p {
    color: #2D2D2D;
    font-family: vdl-logojrblack, sans-serif;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    padding-left: 24px; /* 画像分スペースを空ける */
}

@media (min-width: 768px) {
    .a-nav-text a p {
        font-size: 25px;
    }
}

.a-nav-text a:hover p {
    color: #FF6F00;
}

.a-nav-text a p::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/o-square.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.a-head {
    width: 100%;
    height: 92px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .a-head {
    background-color: rgba(0, 0, 0, 0.5);
    }
}

.a-head-nav {
    display: flex;
    transition: all 0.3s ease;
}

.a-head-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* 必ずヘッダーと高さ合わせ */
    transition: all 0.3s ease;
}

.a-head-nav a p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: vdl-logojrblack, sans-serif;
    font-size: 16px;
    line-height: 1;
}

@media (min-width: 1200px) {
    .a-head-nav a p {
        font-size: 18px;
    }
}

.a-head-nav>a:not(:last-child) {
    margin-right: 8px;
}

.a-head-nav a:hover p {
    color: var(--orange1);
}

.a-head-button {
    position: fixed;
    top:16px;
    right: 100px;
}

.a-f-nav a p {
    margin: 0;
    padding: 0;
    color: var(--orange1);
    font-size: 15px;
    line-height: 1;
    transition: all 0.3s ease;
}

.a-f-nav>a:not(:last-child) {
    margin-right: 8px;
}

.a-f-nav a:hover p {
    color: #2D2D2D;
}

.top-logo {
    max-width: 180px;
}

.sp-top-logo {
    max-width: 120px;
    height: auto;
}

.nav-logo {
    max-width: 160px;
}

.menu-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu-box>a:not(:last-child) {
    margin-bottom: 12px;
}

@media (min-width: 992px) {
    .nav-logo {
        max-width: 160px;
    }

    .a-nav {
        display: flex;
        flex-direction: row;
        opacity: 1;
        height: auto;
        padding: 28px 46px;
    }

    .a-nav a {
        color: #FFF;
    }

    .a-nav a:hover {
        color: #FFF;
        text-decoration: underline;
    }

    .menu-box {
        display: block;
    }

    .menu-box>a:not(:last-child) {
        margin-bottom: 0;
        margin-right: 12px;
    }
}

.reserve-button {
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 142px;
    transition: all 0.3s;
    transform-origin: right;
    z-index: 700;
}

.reserve-button:hover {
    transform: scale(1.05);
}

.a-burger {
    position: fixed;
    top: 16px;
    right: 20px;
    z-index: 1100;
    background-color: #BEBEBE;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}

.a-burger div {
    width: 30px;
    height: 2px;
    background-color: #FFF;
    border-radius: 2px;
    position: absolute;
    left: 16px;
    transform-origin: center;
    transition: all 0.3s;
    padding: 0;
    margin: 0;
    min-height: 2px !important;
}

.a-burger div:nth-child(1) {
    top: 23px;
}

.a-burger div:nth-child(2) {
    bottom: 23px;
}

.a-burger.is-active div:nth-child(1) {
    transform: rotate(-45deg);
    top: 29px;
}

.a-burger.is-active div:nth-child(2) {
    transform: rotate(45deg);
    bottom: 29px;
}


.nav-tel-link {
    max-width: 200px;
}

/* フッター */

.foot-logo {
    max-width: 220px;
}

.foot-insta {
    width: 26px;
}

@media (min-width: 768px) {
    .foot-logo {
        max-width: 250px;
    }
}

/* News表示 */

/* News表示 画像あり版 */
.news-list .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
 
}
.news-list .webgene-item {
    width: 100%;
}

@media (min-width: 768px) {
    .news-list .webgene-item {
        width: 48%;
    }
}

/* ページネーション共通 */
.webgene-pagination {
    width: 100%;
}
 
.webgene-pagination ul,
.pagelink {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 5rem;
    align-items: center;
}
 
.webgene-pagination ul li,
.pagelink p {
    padding: 0 1rem;
}
.webgene-pagination ul li a,
.pagelink p a {
    display: inline-flex !important;
    font-family: zen-kaku-gothic-antique, sans-serif;
    width: 120px;
    height: 50px;
    padding: 15px 22px !important;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
    background-color: #2D2D2D;
    color: #FFF;
}
.webgene-pagination .prev a,
.pagelink .prev a {
    justify-content: end;
}

.webgene-pagination ul li a:hover,
.pagelink p a:hover {
    cursor: pointer;
    background-color: #BEBEBE;
}

.img-fit{
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto;
    width: auto;
    object-fit: contain;
}
 
/* Nextボタン */

.webgene-pagination li.next a,
.pagelink p.next a {
    position: relative;
}

.webgene-pagination li.next a::after,
.pagelink p.next a::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/arrow.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.webgene-pagination ul li.next a:hover::after,
.pagelink p.next a:hover::after {
    right: 10px;
}
 
/* Prevボタン */

.webgene-pagination ul li.prev a,
.pagelink p.prev a {
    position: relative;
}

.webgene-pagination ul li.prev a::before,
.pagelink p.prev a::before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("../images/arrow-l.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.webgene-pagination ul li.prev a:hover::before,
.pagelink p.prev a:hover::before {
    left: 10px;
}
 


/* フォーム */
.formInput,
.formTextArea {
    width: 100%;
    padding: 0.5rem;
    border: none;
    border-radius: 0;
    border: 1px solid #CBC3B0;
    background-color: #FFFCF5;
    margin-bottom: 2rem;
}

.formTextArea {
    height: 8rem;
}

.formInput:focus,
.formInput:focus-visible,
.formTextArea:focus,
.formTextArea:focus-visible,
.form-button:focus,
.form-button:focus-visible {
    border: 1px solid #CBC3B0;
    background-color: #FFFCF5;

}
.zipInput {
    width: 6rem;
}
@media (min-width:768px) {
    .formTh {
        padding-left: 2rem;
    }
}

.requiredText {
    background-color: #A3987C;
    color: #FFF;
    padding: 4px 8px;
    font-size: 0.8rem;
    margin-left: 1rem;
}
.privacyformError {
    padding-top: 25px;
}
@media (min-width:768px){
    .privacyformError {
        padding-top: 0;
    }
}
/* ページ共通設定 */

.fv {
    height: calc(100vh - 64px);
    margin-top: 64px;
}

@media (min-width:992px) {
    .fv {
        height: calc(100vh - 102px);
        margin-top: 102px;
    }
}

.fv-sub {
    height: calc(80vh - 64px);
    margin-top: 64px;
}

@media (min-width:992px) {
    .fv-sub {
        height: calc(80vh - 102px);
        margin-top: 102px;
    }
}

.news-img img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
}

/* プラシバシーポリシー */
.policy-box {
    overflow-y: scroll;
    height: 400px;
    border-radius: 30px;
}

/* top */

.top-fv-title{
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 85%;
    height: auto;
}

@media (min-width:768px) {
    .top-fv-title{
        bottom: 40px;
        left: 40px;
        width: 65%;
    }
}

@media (min-width:1200px) {
    .top-fv-title{
        bottom: 40px;
        left: 80px;
        width: 55%;
    }
}

.top-fv-logo {
    position: absolute;
    top: 110px;
    right: 150px;
    width: 35%;
    height: auto;
}

@media (min-width:768px) {
    .top-fv-logo {
        top: 130px;
        right: 50px;
        width: 24%;
    }
}

@media (min-width:1200px) {
    .top-fv-logo {
        top: 140px;
        right: 60px;
        width: 18%;
    }
}

.top-category-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width:  auto;
    object-fit: cover;
    object-position: left center;
}

@media (min-width:768px) {
    .top-category-bg {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width:  auto;
        object-fit: contain;
        object-position: center;
    }
}

.img-button {
    width: 90%;
    height: auto;
    transition: all 0.3s;
}

@media (min-width:768px) {
    .img-button {
        width: 100%;
    }
}

.img-button:hover {
    cursor: pointer;
    transform: scale(1.03);
}

.top-sec2-bg {
    height: 100%;
    width:  auto;
    object-fit: cover;
}

.title-deco {
    top: 30%;
    right: 0;
}

@media (min-width:768px) {
    .title-deco {
        top: 25%;
        right: 0;
    }
}

/* 企業理念 */

.philo-fv-logo {
    position: absolute;
    top: 110px;
    right: 10%;
    width: 25%;
    height: auto;
}

@media (min-width:768px) {
    .philo-fv-logo {
        top: 150px;
        width: 24%;
    }
}

@media (min-width:1200px) {
    .philo-fv-logo {
        top: 140px;
        width: 18%;
    }
}

.support-title {
    position: relative;
    width: 100%; /* or 100% if full width */
    margin: auto;
  }
  
  .support-img {
    display: block;
    width: 100%; /* 必要ならサイズ指定 */
    height: auto;
  }
  
  .support-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.3em;
    width: 100%;
  }

/* ロードマップ　*/

.map-title p {
    font-size: 50px;
    font-family: vdl-logojrblack, sans-serif;
    padding-left: 35px; /* 画像分スペースを空ける */
}

.map-title p::before {
    content: "";
    width: 22px;
    height: 46px;
    background-image: url(../images/map-deco.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

@media (min-width:768px) {

    .map-title p {
        font-size: 92px;
        font-family: vdl-logojrblack, sans-serif;
        padding-left: 50px; /* 画像分スペースを空ける */
    }

    .map-title p::before {
        content: "";
        width: 22px;
        height: 87px;
        background-image: url(../images/map-deco.svg);
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
    }
}

.map-deco {
    position: relative;
    height: 25px;
    width: auto;
    top: 50%;
    transform: translateY(140%);
    left: 12px;
}

@media (min-width:768px) {

    .map-deco {
        position: relative;
        height: 74px;
        width: auto;
        top: 50%;
        transform: translateY(50%);
        left: 20px;
    }
}