@charset "utf-8";

/* -----------------------------------------------------------
## 共通
----------------------------------------------------------- */

:root {
    /* フォント */
    --fontA: "Noto Serif JP", serif;
    --fontB: "Cinzel", serif;
    --fontC: "PT Sans", sans-serif;
    /* カラー */
    --white: #fff;
    --black: #402702;
    --primary: #A27432;
    --secondary: #315833;
    --tertiary: #9D7842;
    --quaternary: #668E68;
    /*--fifth: #A3ABAD;
    --sixth: #E8B6C6;
    --seventh: #AEA588; */
    /*--gradation01: linear-gradient(90deg, #fff200 15%, #fef659 55%, #fffcbe 75%, #e9dd00 95%);
    --gradation01-hover: linear-gradient(90deg, #fff200 5%, #fef659 20%, #fffcbe 35%, #e9dd00 95%); */
}

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}


.primary,
.primary p,
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary a {
    color: var(--primary);
}

.primaryLight,
.primaryLight p,
.primaryLight h1,
.primaryLight h2,
.primaryLight h3,
.primaryLight h4,
.primaryLight a {
    color: var(--primaryLight);
}

.secondary,
.secondary p,
.secondary h1,
.secondary h2,
.secondary h3,
.secondary h4,
.secondary a {
    color: var(--secondary);
}

.tertiary,
.tertiary p,
.tertiary h1,
.tertiary h2,
.tertiary h3,
.tertiary h4,
.tertiary a {
    color: var(--tertiary);
}

.quaternary,
.quaternary p,
.quaternary h1,
.quaternary h2,
.quaternary h3,
.quaternary h4,
.quaternary a {
    color: var(--quaternary);
}

.fifth,
.fifth p,
.fifth h1,
.fifth h2,
.fifth h3,
.fifth h4,
.fifth a {
    color: var(--fifth);
}

.sixth,
.sixth p,
.sixth h1,
.sixth h2,
.sixth h3,
.sixth h4,
.sixth a {
    color: var(--sixth);
}

.seventh,
.seventh p,
.seventh h1,
.seventh h2,
.seventh h3,
.seventh h4,
.seventh a {
    color: var(--seventh);
}

.black,
.black p,
.black h1,
.black h2,
.black h3,
.black h4,
.black a {
    color: var(--black);
}

.white,
.white p,
.white h1,
.white h2,
.white h3,
.white h4,
.white a {
    color: var(--white);
}

.ptSecondary s {
    text-decoration: none;
    color: var(--secondary);
}

.bgPrimary {
    background: var(--primary);
}

.bgPrimaryLight {
    background: var(--primaryLight);
}

.bgSecondary {
    background: var(--secondary);
}

.bgTertiary {
    background: var(--tertiary);
}


/* ★★★★★★★★ */
/* ★★★★★★★★初期設定★★★★★★★★ */
/* ★★★★★★★★ */

body {
    position: relative;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    font-family: var(--fontA);
    font-weight: 600;
    font-style: normal;
    color: var(--black);
    letter-spacing: 0em;
    line-height: 1.67;
    transition: all ease .3s;
    background: #FAF9F8;
    overflow-x: hidden;
}

p {
    letter-spacing: 0.05em;
}

.fontA {
    font-family: var(--fontA);
    font-style: normal;
}

.fontB {
    font-family: var(--fontB);
    font-style: normal;
    font-weight: 700;
}

.fontC {
    font-family: var(--fontC);
    font-style: normal;
    font-weight: 700;
}

.anchor {
    padding-top: 50px;
    margin-top: -50px;
}

/* +++++++++++++テキスト+++++++++++++ */

.txt15 {
    font-size: calc(0.8125rem + ((1vw - 3.75px) * 0.1294));
    min-height: 0vw;
    letter-spacing: .05em;
}

/* 14-16 */
.txt16 {
    font-size: calc(0.875rem + ((1vw - 3.75px) * 0.1294));
    min-height: 0vw;
    letter-spacing: .05em;
    line-height: 2.22em;
}

/* 15-18 */
.txt18 {
    font-size: calc(0.9375rem + ((1vw - 3.75px) * 0.1942));
    min-height: 0vw;
    letter-spacing: .05em;
    line-height: 2.22em;
}

/* 15-20 */
.txt20 {
    font-size: calc(0.9375rem + ((1vw - 3.75px) * 0.3236));
    min-height: 0vw;
}

/* 18-25 */
.txt25 {
    font-size: calc(1.125rem + ((1vw - 3.75px) * 0.4531));
    min-height: 0vw;
}

/* 18-26 */
.txt26 {
    font-size: calc(1.125rem + ((1vw - 3.75px) * 0.5178));
    min-height: 0vw;
}

/* 20-30 */
.txt30 {
    font-size: calc(1.25rem + ((1vw - 3.75px) * 0.6472));
    min-height: 0vw;
}

.txt35 {
    font-size: calc(1.375rem + ((1vw - 3.75px) * 0.8414));
    min-height: 0vw;
}

.txt40 {
    font-size: calc(1.4375rem + ((1vw - 3.75px) * 1.1003));
    min-height: 0vw;
}

/* 22-48 */
.txt48 {
    font-size: calc(1.375rem + ((1vw - 3.75px) * 1.6828));
    min-height: 0vw;
    letter-spacing: .05em;
    line-height: 1.5em;
}

.txt70 {
    font-size: calc(1.875rem + ((1vw - 3.75px) * 2.589));
    min-height: 0vw;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.txt120 {
    font-size: calc(2.5rem + ((1vw - 3.75px) * 5.178));
    min-height: 0vw;
}

.txt130 {
    font-size: calc(2.8125rem + ((1vw - 3.75px) * 5.5016));
    min-height: 0vw;

}

.olWhite {
    color: transparent;
    -webkit-text-stroke: 1.5px #fff;
}

.olPrimaryLight {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--primaryLight);
}

.olQuaternary {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--quaternary);
}

.olFifth {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--fifth);
}

.olSixth {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--sixth);
}

.ulSecondary {
    text-decoration: underline;
    text-decoration-thickness: 8px;
    text-underline-offset: -3px;
    text-decoration-color: var(--secondary);
}

.ptUlSecondary s {
    text-decoration: underline;
    text-decoration-thickness: 8px;
    text-underline-offset: -3px;
    text-decoration-color: var(--secondary);
    text-decoration-skip-ink: none;
}

.ptUlSecondary01 s {
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: -2px;
    text-decoration-color: var(--secondary);
    text-decoration-skip-ink: none;
}

.header01 {
    padding: 0 0 0 18px;
    border-left: 6px solid var(--secondary);
}


/* +++++++++++++テキスト+++++++++++++ */

.bar01 {
    position: relative;
    background: var(--secondary);
    width: 100%;
    max-width: 220.5px;
    height: 5px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.bar01::before {
    content: "";
    position: absolute;
    background: var(--gradation01);
    z-index: 1;
    top: 0;
    right: 0;
    width: 72.79%;
    max-width: 160.5px;
    height: 5px;
}

/* -------------テキスト------------- */

.area {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.inArea01 {
    width: 100%;
    max-width: 1510px;
    padding: 0 15px;
    margin: 0 auto;
}

.inArea02 {
    width: 100%;
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
}

.inArea03 {
    width: 100%;
    max-width: 990px;
    padding: 0 15px;
    margin: 0 auto;
}

.inArea04 {
    width: 100%;
    max-width: 1130px;
    padding: 0 15px;
    margin: 0 auto;
}



/* ★★★★★★★★ボタン★★★★★★★★ */

.btn01 {
    position: relative;
    display: block;
    width: 100%;
    transition: all .3s;
}

.btn01Short {
    max-width: 127px;
}

.btn01Long {
    padding: 0 0 0 10px;
    max-width: 228px;
}

.btn01 p {
    font-family: var(--fontB);
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
}

.btn01::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transition: all .3s;
}

.btn01::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    transform-origin: right;
    transform: rotate(22deg);
    transition: all .3s;
}

.btn01Short::after {
    width: 18px;
}

.btn01Long::after {
    width: 31px;
}

.btn01:hover::before {
    width: calc(100% + 10px);
}

.btn01:hover::after {
    right: -10px;
}

.btn01Primary p {
    color: var(--primary);
}

.btn01Primary::before,
.btn01Primary::after {
    background: var(--primary);
}

.btn01Secondary p {
    color: var(--secondary);
}

.btn01Secondary::before,
.btn01Secondary::after {
    background: var(--secondary);
}

.btn01White p {
    color: var(--white);
}

.btn01White::before,
.btn01White::after {
    background: var(--white);
}

.btn02 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 210px;
    height: 50px;
    transition: all .3s;
}

.btn02 img {
    display: block;
    width: 22px;
    margin: 0 10px 0 0;
    transition: all .3s;
}

.btn02 p {
    /* 16-18 */
    font-size: calc(1rem + ((1vw - 3.75px) * 0.1294));
    min-height: 0vw;
    font-weight: bold;
    line-height: 1.5em;
    font-family: var(--fontB);
    letter-spacing: 0.05em;
    transition: all .3s;
}

.btn02White {
    border: 1px solid var(--quaternary);
}

.btn02White:hover {
    background: var(--quaternary);
}

.btn02White img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(40%) saturate(285%) hue-rotate(73deg) brightness(90%) contrast(91%);
}

.btn02White:hover img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(6%) saturate(0%) hue-rotate(99deg) brightness(104%) contrast(105%);
}

.btn02White p {
    color: var(--quaternary);
}

.btn02White:hover p {
    color: var(--white);
}

.btn02Quaternary {
    border: 1px solid var(--quaternary);
    background: var(--quaternary);
}

.btn02Quaternary:hover {
    background: var(--white);
}

.btn02Quaternary img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(6%) saturate(0%) hue-rotate(99deg) brightness(104%) contrast(105%);
}

.btn02Quaternary:hover img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(40%) saturate(285%) hue-rotate(73deg) brightness(90%) contrast(91%);
}

.btn02Quaternary p {
    color: var(--white);
}

.btn02Quaternary:hover p {
    color: var(--quaternary);
}

.btn03 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    height: 60px;
    transition: all .3s;
}

.btn03White {
    background: var(--white);
}

.btn03White:hover,
.btn03White.active {
    background: var(--quaternary);
}

.btn03 img {
    display: block;
    width: 28px;
    margin: 0 13px 0 0;
    transition: all .3s;
}

.btn03White img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(40%) saturate(285%) hue-rotate(73deg) brightness(90%) contrast(91%);
}

.btn03White:hover img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(6%) saturate(0%) hue-rotate(99deg) brightness(104%) contrast(105%);
}

.btn03 p {
    /* 16-18 */
    font-size: calc(1rem + ((1vw - 3.75px) * 0.1294));
    min-height: 0vw;
    font-weight: bold;
    line-height: 1.5em;
    font-family: var(--fontB);
    letter-spacing: 0.05em;
    transition: all .3s;
}

.btn03White p {
    color: var(--quaternary);
}

.btn03White:hover p,
.btn03White.active p {
    color: var(--white);
}

.btn03Primary{
    background: var(--white);
    border: 1px solid var(--primary);
}

.btn03Primary:hover{
    background: var(--primary);
}

.btn03Primary p {
    color: var(--primary);
}

.btn03Primary:hover p {
    color: var(--white);
}

.btn03Line img {
    filter: none;
}

.btn03Line:hover img {
    filter: none;
}

.btn03Height {
    height: 60px;
}

.btn03Height p:last-of-type {
    /* 20-30 */
    font-size: calc(1.25rem + ((1vw - 3.75px) * 0.6472));
    min-height: 0vw;
    font-family: var(--fontB);
    line-height: 1em;
}

.pageBtn01 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 800px;
    padding: 10px 15px;
    box-shadow: 2px 5px 6px 0 rgba(0, 0, 0, 0.4);
}

.pageBtn01::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #2F1907;
    opacity: .7;
    transition: all .3s;
}

.pageBtn01:hover::before {
    opacity: .3;
}

.pageBtn01 p {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    letter-spacing: .05em;
    line-height: 1.5em;
    color: var(--white);
}

.pageBtn01 p:nth-of-type(1) {
    /* 14-16 */
    font-size: calc(0.875rem + ((1vw - 3.75px) * 0.1294));
    min-height: 0vw;
}

.pageBtn01 p:nth-of-type(2) {
    /* -35 */
    font-size: calc(1.375rem + ((1vw - 3.75px) * 0.8414));
    min-height: 0vw;
    font-family: var(--fontB);
}

.pageBtn01 p:nth-of-type(3) {
    margin: 10px auto 0;
    /* 14-18*/
    font-size: calc(0.875rem + ((1vw - 3.75px) * 0.2589));
    min-height: 0vw;
}

.recBtn {
    background: url(/system_panel/uploads/images/recommend_btn.jpg) no-repeat center /cover;
}

.menuBtn {
    background: url(/system_panel/uploads/images/menu_btn.jpg) no-repeat center /cover;
}

.proBtn {
    background: url(/system_panel/uploads/images/product_btn.jpg) no-repeat center /cover;
}

.infoBtn {
    background: url(/system_panel/uploads/images/info_btn.jpg) no-repeat center /cover;
}

.staffBtn {
    background: url(/system_panel/uploads/images/staff_btn.jpg) no-repeat center /cover;
}

.rctBtn {
    background: url(/system_panel/uploads/images/recruit_btn.jpg) no-repeat center /cover;
}

/* ☆☆☆☆☆☆☆☆ボタン☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★shadow★★★★★★★★ */

.shadow01 {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.shadow02 {
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.shadow03 {
    box-shadow: 0 3px 6px 0 #000;
}

.txtShadow01 {
    text-shadow: 10px 10px 40px #00000066;
}

/* ☆☆☆☆☆☆☆☆shadow☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★透かしカバー★★★★★★★★ */
.cover01 {
    position: relative;
}

.cover01::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #686341;
    background: linear-gradient(0deg, rgba(104, 99, 65, 1) 0%, rgba(242, 241, 236, 0) 100%);
    opacity: .85;
}

.cover02 {
    position: relative;
}

.cover02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .35;
}

/* ☆☆☆☆☆☆☆☆透かしカバー☆☆☆☆☆☆☆☆ */




/* ☆☆☆☆☆☆☆☆初期設定☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★固定★★★★★★★★ */


.inWrap {
    width: 100%;
    margin: 50px 0 0 0;
}

.inBtm {
    padding-bottom: 80px;
}

.inBtmM {
    margin-bottom: 120px;
}


/* +++++++++++++テキストその他+++++++++++++ */

.uBar s {
    position: relative;
    padding: 0 0 1px 0;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.dotsH strong {
    font-weight: 500 !important;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(3px 3px at center center, #fff, #fff 100%, transparent, transparent);
    padding-top: 5px;
}

.dotsH02 strong {
    font-weight: 700 !important;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(1.5px 1.5px at center center, #fff, #fff 100%, transparent, transparent);
    padding-top: 2px;
}



/* +++++++++++++hover+++++++++++++ */

.hvrDef {
    color: #482508;
}

.hvrDef:hover {
    color: #482508;
}

.hvrWhite {
    color: #fff;
}

.hvrWhite:hover {
    color: #fff;
}

.hvrCommon {
    color: #141418;
}

.hvrCommon:hover {
    color: #141418;
}

.hvrLight {
    transition: all ease .3s;
}

.hvrLight:hover {
    filter: brightness(1.2);
}

.hvrW {
    position: relative;
}

.hvrW::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
    transition-duration: .3s;
}

.hvrW:hover::before {
    opacity: .2;
    pointer-events: none;
}

.hvrOpa4,
.hvrOpa5,
.hvrOpa7 {
    transition: all ease .5s;
}

.hvrOpa7:hover {
    opacity: .7;
}

.hvrOpa5:hover {
    opacity: .5;
}

.hvrOpa4:hover {
    opacity: .4;
}

.hvrUline:hover p,
.hvrUline:hover h1,
.hvrUline:hover h2,
.hvrUline:hover h3,
.hvrUline:hover h4 {
    text-decoration: underline;
}

.uLineYellow {
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
    text-decoration-color: var(--yellow);
}


.cmnA {
    color: #333;
    transition: all ease .3s;
}

.cmnA:hover {
    color: #8a8a8a;
}

.opa-white {
    position: relative;
    transition: all ease .3s;
}

.opa-white:hover {
    opacity: .7;
}

.opa-white::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
}


/* -------------hover------------- */


.flexWrap {
    flex-wrap: wrap;
}

.img-fit {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.pull {
    position: relative;
    cursor: pointer;
}


.pull:hover .down {
    visibility: visible;
    opacity: 1;
    display: block;
}

.down {
    display: none;
    visibility: hidden;
    position: absolute;
}


.borderB01 {
    border-bottom: #ccc 1px solid;
}

.tableBorder01 .row {
    border-bottom: 1px solid #E5E5E5;
}

.tableBorder02 .row {
    border-bottom: 1px solid #E5E5E5;
}

.pointerAuto {
    pointer-events: auto;
}

.pointerNone {
    pointer-events: none;
}

.wrRadius {
    border-radius: 30px 30px 0 0;
}

.wrBtm {
    padding: 0 0 30px 0;
}

.inCvr {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
}

.inCvr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #291a0a00, hsla(27, 29%, 6%, 0.56) 100%);
}

.inCvrTit {
    /* 30-50 */
    font-size: calc(1.875rem + ((1vw - 3.75px) * 1.2945));
    min-height: 0vw;
    color: var(--white);
    letter-spacing: .05em;
    line-height: 1.4;
    text-align: left;
    font-weight: 600;
    font-family: var(--fontB);
}

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 0 15px;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 15px 0 0;
    max-width: 1510px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
}

.pankuzuLink {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: var(--black);
}

.pankuzuLink:hover {
    color: var(--black);
}

.pankuzuTxt {
    padding: 0 0 2px;
    font-size: 14px;
}

.pankuzuLink>p {
    text-decoration: none;
}

.pankuzuLink:hover>p {
    text-decoration: underline;
}


@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    transition: cubic-bezier(0.17, 0.88, 0.30, 1.28);
}


.primaryBx {
    background: var(--primary);
    padding: 20px 15px;
    color: var(--white);
}

.blur01 {
    position: relative;
}

.blur01::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 100vmax;
    background: #fff;
    -ms-filter: blur(30px);
    filter: blur(30px);
}

.borderSecondary {
    border: 1px solid var(--secondary);
}

.bBWhite01 {
    border-bottom: 1px solid var(--white);
}

.bBSecondary01 {
    border-bottom: 1px solid var(--secondary);
}

.bBSecondary02 {
    border-bottom: 2px solid var(--secondary);
}

.borderQuaternary {
    border: 1px solid var(--quaternary);
}

.bBQuaternary01 {
    border-bottom: 1px solid var(--quaternary);
}

.bBQuaternary02 {
    border-bottom: 2px solid var(--quaternary);
}

.inTxtBx01 {
    padding: 30px 15px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

.clip01 {
    clip-path: polygon(0 0, 88% 0, 100% 22%, 100% 100%, 12% 100%, 0 78%);
}

.clip02 {
    clip-path: polygon(9% 0, 100% 0, 100% 55%, 91% 100%, 0 100%, 0 45%);
}

.inFlBx01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.inFlImgBx01 {
    width: 100%;
    max-width: 650px;
}

.inFlTxtBx01 {
    width: 100%;
    max-width: 650px;
}

.rgap30 {
    gap: 15px;
}

.rgapY30 {
    gap: 0 15px;
}

/* ★★★★★★★★デコレーション★★★★★★★★ */

.decoration01 {
    border-radius: 50%;
    background: radial-gradient(circle, #9FBFE3 67%, #8fd2f400 100%);
    aspect-ratio: 1/ 1;
}

.waterBg {
    position: relative;
}

.waterBg::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: -55px;
    width: 100%;
    height: 80px;
    background: url(/system_panel/uploads/images/water_bg_top.png) no-repeat bottom /cover;
}

.waterBg::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -55px;
    width: 100%;
    height: 80px;
    background: url(/system_panel/uploads/images/water_bg_bottom.png) no-repeat bottom /cover;
}

.bgCloud{
    position: relative;
}

.bgCloud::before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 100%;
    height: calc(100% + 25px);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    -ms-filter: blur(50px);
    filter: blur(50px);
}

/* ☆☆☆☆☆☆☆☆デコレーション☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */





    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    .btn01 p {
        font-size: 18px;
    }


    .inWrap {
        width: 100%;
        margin: 120px 0 0 0;
    }

    .inBtm {
        padding-bottom: 180px;
    }

    .inCvr {
        height: 380px;
    }

    .btn03 {
        max-width: 324px;
        height: 68px;
    }

    .btn03Height {
        height: 80px;
    }

    .pageBtn01 {
        padding: 20px 15px;
    }


    /* +++++++++++++テキスト+++++++++++++ */


    .ptUlSecondary s {
        text-decoration-thickness: 18px;
        text-underline-offset: -12px;
    }

    .ptUlSecondary01 s {
        text-decoration-thickness: 10px;
        text-underline-offset: -2px;
    }


    /* -------------テキスト------------- */


    .dotsH02 strong {
        background-image: radial-gradient(3.5px 3.5px at center center, #fff, #fff 100%, transparent, transparent);
    }

    .wrRadius {
        border-radius: 60px 60px 0 0;
    }

    .wrBtm {
        padding: 0 0 60px 0;
    }

    .primaryBx {
        background: var(--primary);
        padding: 50px 30px;

    }

    .inTxtBx01 {
        padding: 50px 25px;
    }

    .inFlBx01 {
        flex-direction: row;
    }

    .inFlBx01R {
        flex-direction: row-reverse;
    }

    .inFlImgBx01 {
        width: 47%;
    }

    .inFlTxtBx01 {
        width: 50%;
        max-width: max-content;
    }

    .rgap30 {
        gap: 30px;
    }

    .rgapY30 {
        gap: 0 30px;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


    .anchor {
        padding-top: 150px;
        margin-top: -150px;
    }

    /* +++++++++++++テキスト+++++++++++++ */



    /* -------------テキスト------------- */


    .wrRadius {
        border-radius: 100px 100px 0 0;
    }

    .wrBtm {
        padding: 0 0 100px 0;
    }

    .primaryBx {
        background: var(--primary);
        padding: 60px 60px;
    }

    .inTxtBx01 {
        padding: 60px 40px;
    }


}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {

    .tCompany {
        padding: 330px 15px 180px !important;
    }

    .bgDot::before {
        right: -30px;
        bottom: -30px;
    }

    .bgDot02::before {
        left: -30px;
        bottom: -30px;
    }

    .waterBg::before,
    .waterBg::after {
        height: 118px;
    }


}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {}

/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1920px) {

    .txt18 {
        font-size: 18px;
    }

    .txt20 {
        font-size: 20px;
    }

    .txt25 {
        font-size: 25px;
    }

    .txt26 {
        font-size: 26px;
    }

    .txt30 {
        font-size: 30px;
    }

    .txt35 {
        font-size: 35px;
    }

    .txt40 {
        font-size: 40px;
    }

    .txt48 {
        font-size: 48px;
    }

    .txt70 {
        font-size: 70px;
    }

    .txt120 {
        font-size: 120px;
    }

    .txt130 {
        font-size: 130px;
    }

    .pageBtn01 p:nth-of-type(1) {
        font-size: 16px;
    }

    .pageBtn01 p:nth-of-type(2) {
        font-size: 35px;
    }

    .pageBtn01 p:nth-of-type(3) {
        font-size: 18px;
    }

}

/* min-width: 1920px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */