@charset "UTF-8";



/*index*/
.index .mainimg {
    width: 85.41%;
    aspect-ratio: 164/77.4;
    margin: auto;
    position: relative;
    padding: 4.16vw 4.6875vw;
    /*8 9*/
}
.index .mainimg .pic {
    width: 100%;
    aspect-ratio: inherit;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.index .mainimg .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.index .mainimg h2 {
    font-size: 4.4rem;
    color: #daaf46;
    margin: 0 0 2rem;
    position: relative;
    z-index: 1;
}
.index .mainimg>p {
    margin: 0 0 7rem;
    position: relative;
    z-index: 1;
}
.index .mainimg .catch {
    position: relative;
    z-index: 1;
}
.index .mainimg .catch .set {
    width: fit-content;
    border: 0.1rem solid #404040;
    margin: 0 0 1rem;
    position: relative;
}
.index .mainimg .catch .set::before {
    content: "";
    width: 2.1rem;
    height: 2.1rem;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 100% 0.5rem, 0.5rem 0.5rem, 0.5rem 100%, 0 100%);
    background: #f2c862;
    position: absolute;
    left: -0.3rem;
    top: -0.3rem;
}
.index .mainimg .catch .set::after {
    content: "";
    width: 2.1rem;
    height: 2.1rem;
    display: inline-block;
    clip-path: polygon(calc(100% - 0.5rem) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0.5rem), calc(100% - 0.5rem) calc(100% - 0.5rem), calc(100% - 0.5rem) 0);
    background: #f2c862;
    position: absolute;
    right: -0.3rem;
    bottom: -0.3rem;
}
.index .mainimg .catch .set p {
    width: fit-content;
    min-width: 34rem;
    min-height: 4.2rem;
    background: #f2c862;
    border: 0.5rem solid #fff;
    display: grid;
    align-items: center;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    padding: 0 .5em;
}
.index .mainimg .badge {
    width: 10.67vw;
    /*20.5*/
    min-width: 12rem;
    position: absolute;
    z-index: 1;
    right: 6.25vw;
    bottom: -1.04vw;
    /*2*/
}
.index .mainimg .badge img {
    width: 100%;
}
.index_cnt1 {
    padding: 8.5rem 0 10rem;
}
.index_cnt1 .inner .col2 {
    display: flex;
    align-items: end;
}
.index_cnt1 .inner .col2 .left {
    width: 33%;
}
.index_cnt1 .inner .col2 .right {
    width: 67%;
    height: 12rem;
    overflow-y: scroll;
}
.index_cnt1 .inner .col2 .right .webgene-blog {
    width: 100%;
}
.index_cnt1 .inner .col2 .right .webgene-blog .webgene-item {
    width: 100%;
}
.index_cnt1 .inner .col2 .right .webgene-blog .webgene-item .buttonA {
    width: 100%;
}
.index_cnt2 {
    padding: 15rem 0;
    background: url(/system_panel/uploads/images/index_cnt2_bg.png) no-repeat top center;
    background-size: cover;
}
.index_cnt2 .inner>p {
    margin: 0 0 4rem;
}
.index_cnt2 .inner .grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
}
.index_cnt2 .inner .grid .set {
    width: 100%;
    aspect-ratio: 3.9/5;
    background-blend-mode: darken;
}

.index_cnt2 .inner .grid .set:nth-of-type(1) {
    grid-column: span 3;
    background: url(/system_panel/uploads/images/index_cnt2_1.jpg) no-repeat center, linear-gradient(0deg, rgba(64, 64, 64, 0.5) 50%, rgba(64, 64, 64, 0));
    background-size: cover;
    border-radius: clamp(2rem, 2.6vw, 5rem) 0 0 0;
}
.index_cnt2 .inner .grid .set:nth-of-type(2) {
    grid-column: span 3;
    background: url(/system_panel/uploads/images/index_cnt2_2.jpg) no-repeat center, linear-gradient(0deg, rgba(64, 64, 64, 0.5) 50%, rgba(64, 64, 64, 0));
    background-size: cover;
    border-radius: 0 clamp(2rem, 2.6vw, 5rem) 0 0;
}
.index_cnt2 .inner .grid .set:nth-of-type(3) {
    grid-column: span 2;
    background: url(/system_panel/uploads/images/index_cnt2_3.jpg) no-repeat center, linear-gradient(0deg, rgba(64, 64, 64, 0.5) 50%, rgba(64, 64, 64, 0));
    background-size: cover;
    border-radius: 0 0 0 clamp(2rem, 2.6vw, 5rem);
}
.index_cnt2 .inner .grid .set:nth-of-type(4) {
    grid-column: span 2;
    background: url(/system_panel/uploads/images/index_cnt2_4.jpg) no-repeat center, linear-gradient(0deg, rgba(64, 64, 64, 0.5) 50%, rgba(64, 64, 64, 0));
    background-size: cover;
}
.index_cnt2 .inner .grid .set:nth-of-type(5) {
    grid-column: span 2;
    background: url(/system_panel/uploads/images/index_cnt2_5.jpg) no-repeat center, linear-gradient(0deg, rgba(64, 64, 64, 0.5) 50%, rgba(64, 64, 64, 0));
    background-size: cover;
    border-radius: 0 0 clamp(2rem, 2.6vw, 5rem) 0;
}
.index_cnt2 .inner .grid .set a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: clamp(2rem, 2.6vw, 5rem);
    display: grid;
    align-content: end;
}
.index_cnt2 .inner .grid .set a h4::after {
    content: "➝";
    font-weight: 900;
    position: absolute;
    right: -0.5em;
    opacity: 0;
    position: relative;
}
.index_cnt2 .inner .grid .set a:hover h4::after {
    opacity: 1;
    transition: 2s;
}
.index_cnt2 .inner .grid .set a h4 {
    font-size: 3.3rem;
    margin: 0 0 2rem;
}
.index_cnt2 .inner .grid .set a p {
    line-height: 2.11;
}
.index_cnt3 {
    padding: 10rem 0 18rem;
}
.index_cnt3 .inner .col2 {
    display: flex;
    gap: 4.16vw;
    /*8*/
    margin: 0 0 16rem;
}
.index_cnt3 .inner .col2 .left {
    width: 50%;
    position: relative;
}
.index_cnt3 .inner .col2 .left .figure {
    width: calc(100% + 6.45vw);
    /*12.4*/
    position: absolute;
    left: -6.45vw;
}
.index_cnt3 .inner .col2 .left .figure .pic {
    width: 100%;
    aspect-ratio: 6.8/4;
    overflow: hidden;
}
.index_cnt3 .inner .col2 .left .figure .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt3 .inner .col2 .left .figure .figcaption {
    font-size: 13rem;
    margin: -0.3em 0 0;
    background: linear-gradient(90deg, #fcefde 0%, #fefdc5 33%, #f4eafd 66%, #eaffcb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}
.index_cnt3 .inner .col2 .right {
    width: 50%;
    position: relative;
}
.index_cnt3 .inner .col2 .right .map {
    position: absolute;
    bottom: -7.8125vw;
    /*15*/
    right: 0;
}
.index_cnt3 .inner .col2 .right>p:not(.em) {
    line-height: 2.11;
    margin: 0 0 3rem;
}
.index_cnt3 .inner .col2 .right>.em {
    color: #9d9d9d;
}
.index_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.2vw;
    /*10*/
}
.index_cnt3 .inner .grid .set {
    width: 100%;
}
.index_cnt3 .inner .grid .set h4 {
    font-size: 2.3rem;
    /*2.7*/
    text-align: center;
    display: grid;
    gap: 3rem;
    margin: 0 auto 3rem;
}
.index_cnt3 .inner .grid .set h4::before {
    content: "";
    display: block;
    font-size: 6rem;
    background: linear-gradient(116deg, #fbb95e 0%, #ffe60f 33%, #cca4f2 95%, #adf83f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.index_cnt3 .inner .grid .set:nth-of-type(1) h4::before {
    content: "01";
}
.index_cnt3 .inner .grid .set:nth-of-type(2) h4::before {
    content: "02";
}
.index_cnt3 .inner .grid .set:nth-of-type(3) h4::before {
    content: "03";
}
.index_cnt3 .inner .grid .set p {
    line-height: 2.11;
}
.index_cnt4 {
    background: #fcf6ee;
    padding: 10rem 0;
}
.index_cnt4 .inner .titleA * {
    text-align: center;
}
.index_cnt4 .inner .webgene-blog {
    width: 100%;
    height: 18rem;
    overflow-y: scroll;
    margin: 0 auto 6rem;
}
.index_cnt4 .inner .webgene-blog .webgene-item {
    width: 100%;
}
.index_cnt4 .inner .webgene-blog .webgene-item .dl {
    width: 100%;
    min-height: 5.5rem;
    border-bottom: 0.1rem solid #404040;
    display: flex;
    align-items: center;
}
.index_cnt4 .inner .webgene-blog .webgene-item .dt {
    width: 25%;
    padding: 0 0 0 1.5625vw;
    /*3*/
}
.index_cnt4 .inner .webgene-blog .webgene-item .dd {
    width: 75%;
}
.index_cnt4 .inner .webgene-blog .webgene-item .dd :is(a, span) {
    width: 100%;
    min-height: inherit;
    padding: 0 2.6vw 0 0;
    display: grid;
    align-items: center;
    position: relative;
    color: inherit;
    text-decoration: none;
}
.index_cnt4 .inner .webgene-blog .webgene-item .dd :is(a, span)::after {
    content: "➝";
    position: absolute;
    right: 0.5rem;
    top: calc(50% - 0.5em);
}
.index_cnt4 .inner .webgene-blog .webgene-item .dd :is(a, span):hover::after {
    right: 0;
    transition: 0.5s;
}
.index_cnt4 .inner .buttonA {
    margin: auto;
}





/*about*/
.about_cnt1 {
    padding: 8rem 0;
}
.about_cnt1 .inner p {
    line-height: 2.11;
}
.about_cnt2 {
    padding: 8rem 0 42rem;
    background: url(/system_panel/uploads/images/about_cnt2_bg.png) no-repeat bottom center;
}
.about_cnt2 .inner .catch {
    font-size: 3.3rem;
    margin: 0 0 3rem;
}
.about_cnt2 .inner p:not(.catch) {
    line-height: 2.11;
}
.about_cnt3 {
    padding: 18rem 0;
}
.about_cnt3 .inner .col2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 3.645vw;
    /*7*/
}
.about_cnt3 .inner .col2:nth-of-type(even) {
    flex-direction: initial;
}
.about_cnt3 .inner .col2 .left {
    width: 44%;
    aspect-ratio: 5/2.85;
    overflow: hidden;
}
.about_cnt3 .inner .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about_cnt3 .inner .col2 .right {
    width: 56%;
}
.about_cnt3 .inner .col2 .right h4 {
    font-size: 3.3rem;
    margin: 0 0 3rem;
}
.about_cnt3 .inner .col2 .right h4::before {
    content: "";
    font-size: 2rem;
    display: block;
    width: fit-content;
    margin: 0 0 1rem;
    background: linear-gradient(116deg, #fbb95e 0%, #ffe60f 33%, #cca4f2 66%, #adf83f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about_cnt3 .inner .col2:not(:last-of-type) {
    margin: 0 0 12rem;
}
.about_cnt3 .inner .col2:nth-of-type(2) .right h4::before {
    content: "FEATURES. 01";
}
.about_cnt3 .inner .col2:nth-of-type(3) .right h4::before {
    content: "FEATURES. 02";
}
.about_cnt3 .inner .col2:nth-of-type(4) .right h4::before {
    content: "FEATURES. 03";
}
.about_cnt3 .inner .col2 .right p {
    line-height: 2.11;
}
.about_cnt4 {
    padding: 10rem 0;
    background: url(/system_panel/uploads/images/about_cnt4_bg.png) no-repeat center;
    background-size: cover;
}
.about_cnt4 .inner>p {
    line-height: 2.11;
}
.about_cnt5 {
    padding: 14rem 0 0;
}
.about_cnt5 .inner .titleA * {
    text-align: center;
}
.about_cnt5 .inner .dl {
    width: 100%;
    min-height: 7.5rem;
    display: flex;
    align-items: center;
}
.about_cnt5 .inner .dt {
    width: 20%;
    min-height: 7.5rem;
    padding: 1rem 0 1rem 2.08vw;
    /*4*/
    border-bottom: 0.1rem solid #a0cb2e;
    display: grid;
    align-items: center;
    align-self: stretch;
}
.about_cnt5 .inner .dd {
    width: 80%;
    min-height: 7.5rem;
    padding: 1rem 0 1rem 2.08vw;
    /*4*/
    border-bottom: 0.1rem solid #404040;
    display: grid;
    align-items: center;
    line-height: 2.11;
}
.about_cnt5 .inner .dd iframe {
    width: 100%;
    height: 20rem;
    margin: 2rem 0;
    border: none;
}





/*service*/
.service_cnt1 {
    padding: 5rem 0;
}
.service_cnt1 .inner .read {
    background: #fcf6ee;
    line-height: 2.11;
    padding: clamp(2rem, 2.6vw, 5rem) clamp(2rem, 5.2vw, 10rem);
    margin: 0 auto 7rem;
}
.service_cnt1 .inner .flex {
    width: 52.5%;
    min-width: 63rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5.2vw;
    margin: auto;
}
.service_cnt1 .inner .flex .buttonA {
    width: 50%;
}
:is(.service_cnt2, .service_cnt3) .inner>p {
    line-height: 2.11;
    margin: 0 0 5rem;
}
:is(.service_cnt2, .service_cnt3) .inner .window {
    width: 100%;
    padding: clamp(2rem, 2.6vw, 5rem) clamp(2rem, 5.2vw, 10rem);
    margin: 0 auto 8rem;
}
:is(.service_cnt2, .service_cnt3) .inner .window h4 {
    font-size: 3.1rem;
    text-align: center;
    margin: 0 auto 5rem;
}
:is(.service_cnt2, .service_cnt3) .inner .window .ul {
    width: 93%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 2.6vw;
}
:is(.service_cnt2, .service_cnt3) .inner .window .li {
    width: 100%;
    min-height: 4.8rem;
    padding: 1rem;
    text-align: center;
    display: grid;
    align-items: center;
    list-style: none;
}
:is(.service_cnt2, .service_cnt3) .inner>h4 {
    font-size: 3.3rem;
    margin: 0 0 3rem;
}
:is(.service_cnt2, .service_cnt3) .inner>.ul {
    margin: auto;
    display: flex;
    gap: 2rem;
    margin: 0 0 7rem;
}
:is(.service_cnt2, .service_cnt3) .inner>.ul>.li {
    min-height: 4.8rem;
    text-align: center;
    display: grid;
    align-items: center;
    list-style: none;
}
:is(.service_cnt2, .service_cnt3) .col2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 3.125vw;
    /*5*/
}
:is(.service_cnt2, .service_cnt3) .col2 .left {
    width: 42%;
    aspect-ratio: 5/3.2;
    overflow: hidden;
}
:is(.service_cnt2, .service_cnt3) .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
:is(.service_cnt2, .service_cnt3) .col2 .right {
    width: 58%;
}
:is(.service_cnt2, .service_cnt3) .col2 .right .catch {
    font-size: 3.3rem;
    line-height: 1.8;
    margin: 0 0 3rem;
}
:is(.service_cnt2, .service_cnt3) .col2 .right>p:not(.catch) {
    line-height: 2.11;
}
.service_cnt2 {
    padding: 15rem 0;
    background: url(/system_panel/uploads/images/index_cnt2_bg.png) no-repeat top center;
    background-size: cover;
}
.service_cnt2 .inner .window {
    background: #fff;
}
.service_cnt2 .inner .window .li {
    background: #f5f3f2;
}
.service_cnt2 .inner>.ul>.li {
    padding: 1rem 5em;
    background: #f5f3f2;
}
.service_cnt3 {
    padding: 15rem 0 5rem;
}
.service_cnt3 .inner .window {
    background: #fcf6ee;
}
.service_cnt3 .inner .window .li {
    background: #fff;
}
.service_cnt3 .inner>.ul>.li {
    padding: 1rem 4.5em;
    background: #fcf6ee;
}






/*inheritance*/
.inheritance_cnt1 {
    width: 100%;
    background: url(/system_panel/uploads/images/inheritance_cnt1_bg.png) no-repeat top center;
    background-size: cover;
    padding: 13rem 0;
    margin: 4rem 0 0;
}
.inheritance_cnt1 .inner h3 {
    font-size: 3.1rem;
    line-height: 1.8;
    text-align: center;
    margin: 0 auto 5rem;
}
.inheritance_cnt1 .inner>p {
    line-height: 2.11;
    text-align: center;
}
.inheritance_cnt1 .inner .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.645vw;
    /*7*/
    margin: 0 auto 5rem;
}
.inheritance_cnt1 .inner .grid .figure {
    width: 100%;
    background: #fff;
    display: grid;
    align-content: center;
    justify-content: center;
    padding: clamp(2rem, 1.5625vw, 3rem);
}
.inheritance_cnt1 .inner .grid .figure .pic {
    width: fit-content;
    min-height: 19rem;
    display: grid;
    align-items: center;
    margin: auto;
}
.inheritance_cnt1 .inner .grid .figure .figcaption {
    font-size: 2.1rem;
    text-align: center;
    line-height: 1.75;
}
.inheritance_cnt2 {
    padding: 15rem 0;
}
.inheritance_cnt2 .set {
    width: 100%;
    padding: 2.08vw 0;
    /*4*/
    border-bottom: 0.1rem solid #404040;
}
.inheritance_cnt2 .set h4 {
    font-size: 3.3rem;
    margin: 0 0 3rem;
}
.inheritance_cnt2 .set p {
    line-height: 2.11;
}
.inheritance_cnt2 .set .ul {
    margin: 2rem auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.inheritance_cnt2 .set .ul .li {
    padding: 1rem 3em;
    background: #fcf6ee;
    min-height: 4.8rem;
    text-align: center;
    display: grid;
    align-items: center;
    list-style: none;
}
.inheritance_cnt2 .set:nth-of-type(2) {
    border-top: 0.1rem solid #404040;
}
.inheritance_cnt2 .set:last-of-type {
    margin: 0 0 2rem;
}
.inheritance_cnt2 .set .col2 {
    display: flex;
    justify-content: space-between;
}
.inheritance_cnt2 .set .col2 .left {}
.inheritance_cnt2 .set .col2 .right {
    width: auto;
    max-width: 30rem;
    aspect-ratio: 3/2;
    overflow: hidden;
}
.inheritance_cnt2 .set .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.inheritance_cnt3 {
    padding: 10rem 0;
    background: #fcf6ee;
}
.inheritance_cnt3 .inner .titleA * {
    text-align: center;
    /*margin: 0 auto 5rem;*/
}
.inheritance_cnt3 .inner .flex {
    width: 52.5%;
    min-width: 63rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5.2vw;
    margin: 0 auto 5rem;
}
.inheritance_cnt3 .inner .flex .buttonA {
    width: 50%;
}
.inheritance_cnt3 .inner .window {
    width: 100%;
    padding: clamp(2rem, 2.6vw, 5rem) clamp(2rem, 5.2vw, 10rem);
    background: #fff;
    margin: 0 0 2rem;
}
.inheritance_cnt3 .inner .window h4 {
    font-size: 3.3rem;
    margin: 0 0 2rem;
}
.inheritance_cnt3 .inner .window .set {
    background: #fcf6ee;
    padding: 2rem 2rem 2rem 6.25vw;
    /*12*/
    position: relative;
    margin: 0 0 1rem;
}
.inheritance_cnt3 .inner .window .set::before {
    content: "01";
    font-size: 2.3rem;
    color: #fff;
    width: 5.5rem;
    height: 5.5rem;
    display: inline-grid;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background: #f8d786;
    position: absolute;
    left: 1.5625vw;
    /*3*/
    top: calc(50% - 2.75rem);
}
.inheritance_cnt3 .inner .window .set:nth-of-type(1)::before {
    content: "01";
}
.inheritance_cnt3 .inner .window .set:nth-of-type(2)::before {
    content: "02";
}
.inheritance_cnt3 .inner .window .set:nth-of-type(3)::before {
    content: "03";
}
.inheritance_cnt3 .inner .window .set:nth-of-type(4)::before {
    content: "04";
}
.inheritance_cnt3 .inner .window .set:nth-of-type(5)::before {
    content: "05";
}
.inheritance_cnt3 .inner .window .set:nth-of-type(6)::before {
    content: "06";
}
.inheritance_cnt3 .inner .window .set h5 {
    font-size: 2.7rem;
    margin: 0 0 1rem;
}
.inheritance_cnt3 .inner .window .set p {
    line-height: 2.11;
}
.inheritance_cnt4 {
    padding: 15rem 0;
}
.inheritance_cnt4 .inner .col2 {
    display: flex;
    gap: 2.08vw;
    /*4*/
}
.inheritance_cnt4 .inner .col2 :is(.left, .right) {
    width: 50%;
    background: #fcf6ee;
    padding: clamp(2rem, 3.125vw, 6rem);
}
.inheritance_cnt4 .inner .col2 :is(.left, .right) .titleA {}
.inheritance_cnt4 .inner .col2 :is(.left, .right) .titleA * {
    text-align: center;
}
.inheritance_cnt4 .inner .col2 :is(.left, .right) .ul {
    margin: 0 0 5rem;
}
.inheritance_cnt4 .inner .col2 :is(.left, .right) .li {
    list-style: none;
    display: flex;
    gap: 1rem;
    margin: 0 0 2rem;
}
.inheritance_cnt4 .inner .col2 :is(.left, .right) .li::before {
    content: "";
    background: url(/system_panel/uploads/images/icon_check.png) no-repeat;
    background-size: cover;
    width: 2.3rem;
    min-width: 2.3rem;
    height: 2.2rem;
    display: inline-block;
}
.inheritance_cnt4 .inner .col2 :is(.left, .right)>p {
    line-height: 2.11;
}
.inheritance_cnt4 .inner .col2 :is(.left, .right) h4 {
    font-size: 2rem;
    text-align: center;
    margin: 0 auto 1rem;
}
.inheritance_cnt4 .inner .col2 :is(.left, .right) .price {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.inheritance_cnt4 .inner .col2 :is(.left, .right) .price:not(:last-of-type) {
    margin: 0 auto 5rem;
}
.inheritance_cnt4 .inner .col2 :is(.left, .right) .price p {
    font-size: 3.7rem;
    color: #daaf46;
}
.inheritance_cnt4 .inner .col2 :is(.left, .right) .price .span {
    font-size: 2.1rem;
}
.inheritance_cnt5 {}
.inheritance_cnt5 .inner p {
    line-height: 2.11;
}



/*other*/
.other_cnt1 {
    padding: 5rem 0;
}
.other_cnt1 .inner .read {
    background: #fcf6ee;
    line-height: 2.11;
    padding: clamp(2rem, 2.6vw, 5rem) clamp(2rem, 5.2vw, 10rem);
    margin: 0 auto 7rem;
}
.other_cnt1 .inner .flex {
    width: 52.5%;
    min-width: 63rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5.2vw;
    margin: auto;
}
.other_cnt1 .inner .flex .buttonA {
    width: 50%;
}
.other_cnt2 {
    padding: 10rem 0 15rem;
}
.other_cnt2 .inner .window {
    width: 100%;
    padding: clamp(2rem, 2.6vw, 5rem) clamp(2rem, 5.2vw, 10rem);
    margin: 0 auto 8rem;
    background: #fcf6ee;
}
.other_cnt2 .inner .window h4 {
    font-size: 3.1rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.other_cnt2 .inner .window .ul {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 2.6vw;
}
.other_cnt2 .inner .window .li {
    width: 100%;
    min-height: 4.8rem;
    background: #fff;
    padding: 1rem;
    text-align: center;
    display: grid;
    align-items: center;
    list-style: none;
}
.other_cnt2 .col2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 3.125vw;
    /*5*/
    margin: 0 auto 9rem;
}
.other_cnt2 .col2 .left {
    width: 42%;
    aspect-ratio: 5/3.2;
    overflow: hidden;
}
.other_cnt2 .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.other_cnt2 .col2 .right {
    width: 58%;
}
.other_cnt2 .col2 .right>p:not(.catch) {
    line-height: 2.11;
}
.other_cnt2 .inner>h4 {
    font-size: 3.1rem;
    margin: 0 0 3rem;
}
.other_cnt2 .inner>p {
    line-height: 2.11;
}
.other_cnt2 .inner>.ul {
    margin: auto;
    display: flex;
    gap: 2rem;
    margin: 0 0 7rem;
}
.other_cnt2 .inner>.ul>.li {
    width: fit-content;
    min-height: 4.8rem;
    background: #fcf6ee;
    padding: 0 4em;
    text-align: center;
    display: grid;
    align-items: center;
    list-style: none;
}
.other_cnt3 {
    padding: 15rem 0;
    background: url(/system_panel/uploads/images/other_cnt3_bg.png) no-repeat top center;
    background-size: cover;
}
.other_cnt3 .inner .window {
    width: 100%;
    padding: clamp(2rem, 2.6vw, 5rem) clamp(2rem, 5.2vw, 10rem);
    margin: 0 auto 8rem;
    background: #fff;
}
.other_cnt3 .inner .window h4 {
    font-size: 3.1rem;
    text-align: center;
    margin: 0 auto 3rem;
}
.other_cnt3 .inner .window>p {
    line-height: 2.11;
    text-align: center;
    margin: 0 auto 3rem;
}
.other_cnt3 .inner .window .ul {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5625vw;
    /*3*/
}
.other_cnt3 .inner .window .li {
    width: 100%;
    min-height: 4.8rem;
    background: #f5f3f2;
    padding: 1rem;
    text-align: center;
    display: grid;
    align-items: center;
    list-style: none;
}
.other_cnt3 .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5625vw;
    /*3*/
    margin: 0 auto 6rem;
}
.other_cnt3 .grid .pic {
    width: 100%;
    aspect-ratio: 3.8/2.8;
    overflow: hidden;
}
.other_cnt3 .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.other_cnt3 .inner>h4 {
    font-size: 3.1rem;
    margin: 0 0 3rem;
}
.other_cnt3 .inner>p:not(:last-of-type) {
    line-height: 2.11;
    margin: 0 0 5rem;
}
.other_cnt4 {
    padding: 15rem 0 0;
}

.other_cnt4 .inner .ul {
    width: 100%;
    margin: 0 auto 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.other_cnt4 .inner .li {
    width: fit-content;
    min-height: 4.8rem;
    background: #fcf6ee;
    padding: 1rem 4em;
    text-align: center;
    display: grid;
    align-items: center;
    list-style: none;
}
.other_cnt4 .inner>p {
    line-height: 2.11;
}
.other_cnt4 .inner .em {
    color: #cfb3a3;
    margin: 3rem 0 0;
}







/*blog & blogdetail共通*/
:is(.blog_cnt1, .blogdetail_cnt1) {
    padding: 8rem 0;
}
:is(.blog_cnt1, .blogdetail_cnt1) .inner {
    width: 80%;
    max-width: 120rem;
    margin: auto;
    display: flex;
    background: rgba(244, 212, 133, 0.2);
    border-radius: 2rem;
    overflow: hidden;
}
:is(.blog_cnt1, .blogdetail_cnt1) .inner h3 {
    width: fit-content;
    min-width: 21rem;
    background: linear-gradient(90deg, rgba(241, 201, 103, 1) 70%, rgba(241, 201, 133, 0));
    display: grid;
    align-items: center;
    text-align: center;
    color: #fff;
}
:is(.blog_cnt1, .blogdetail_cnt1) .inner .webgene-blog {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2.6vw;
    /*5*/
    padding: 0 2.6vw;
}
:is(.blog_cnt1, .blogdetail_cnt1) .inner .webgene-blog .webgene-item {}
:is(.blog_cnt1, .blogdetail_cnt1) .inner .webgene-blog .webgene-item p {
    height: 5.5rem;
}
:is(.blog_cnt1, .blogdetail_cnt1) .inner .webgene-blog .webgene-item p a {
    width: fit-content;
    height: inherit;
    display: flex;
    gap: 2rem;
    align-items: center;
    color: inherit;
    text-decoration: none;
}
:is(.blog_cnt1, .blogdetail_cnt1) .inner .webgene-blog .webgene-item p a::after {
    content: "➝";
}


/*blog*/
.blog_cnt2 {}
.blog_cnt2 .inner .webgene-blog .webgene-item .dl {
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 2rem 2.6vw;
    /*5*/
    align-content: start;
    border-bottom: 0.1rem solid #404040;
    padding: 2rem;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .dt {
    grid-column: 2 / span 2;
    grid-row: 2;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .dt a {
    color: inherit;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .pic {
    grid-row: span 3;
    grid-column: 1;
    aspect-ratio: 2.8/1.66;
    width: auto;
    max-width: 28rem;
    overflow: hidden;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .day {
    grid-row: 1;
    grid-column: 3;
    color: #b7e04a;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .cate {
    grid-row: 1;
    grid-column: 2;
    width: fit-content;
    height: 2.2rem;
    background: #fcf6ee;
    font-size: 1.4rem;
    display: grid;
    align-items: center;
    padding: 0 2em;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .cmt {
    grid-row: 3;
    grid-column: 2 / span 3;
    align-self: center;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .cmt a {
    color: inherit;
    display: block;
    position: relative;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .cmt a::after {
    content: "➝";
    position: absolute;
    right: 0;
}
.blog_cnt2 .inner .buttonA {
    margin: auto;
}

.webgene-pagination {
    grid-column: span 3;
    /*display: flex;
    width: 100%;
    padding: 7rem 26.5%;
    align-content: center;
    justify-content: space-between;
    margin:auto;*/
}

.webgene-pagination ul {
    width: fit-content;
    display: flex;
    margin: 12rem auto 0;
}
.webgene-pagination :is(.prev, .next) {
    width: 3em;
    height: 3em;
    background: #cdcdcd;
    list-style: none;
}
.webgene-pagination .prev {
    margin: 0 5rem 0 0;
}
.webgene-pagination .next {
    margin: 0 0 0 5rem;
}
.webgene-pagination :is(.prev a, .next a) {
    display: grid;
    justify-content: center;
    align-content: center;
    width: inherit;
    height: inherit;
    color: inherit;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
}
.webgene-pagination ul .number {
    list-style: none;
    background: #cdcdcd;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
}
.webgene-pagination ul .number.selected {
    list-style: none;
    background: #f1c967;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
}
.webgene-pagination ul .number.selected a {
    color: #fff;
}
.webgene-pagination ul .number a {
    display: grid;
    justify-content: center;
    align-content: center;
    width: inherit;
    height: inherit;
    color: inherit;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
}





/*blogdetail*/
.blogdetail_cnt2 {}
.blogdetail_cnt2 .inner .webgene-blog {
    margin: 0 auto 5rem;
    padding: 0 0 5rem;
    border-bottom: 0.1rem solid #404040;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .dl {
    display: grid;
    gap: 2rem;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .dt {
    grid-column: 1;
    grid-row: 2;
    font-size: 2.5rem;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .pic {
    grid-column: 1;
    grid-row: span 3;
    width: 100%;
    aspect-ratio: 9.7/5.7;
    overflow: hidden;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .day {
    grid-column: 1;
    grid-row: 1;
    color: #b7e04a;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .cate {
    grid-column: 1;
    grid-row: 1;
    width: fit-content;
    height: 2.2rem;
    background: #fcf6ee;
    font-size: 1.4rem;
    display: grid;
    align-items: center;
    padding: 0 2em;
    margin: 0 0 0 10em;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .cmt {
    line-height: 2.11;
}
.blogdetail_cnt2 .inner .buttonA {
    margin: auto;
}






/*news & newsdetail共通*/
:is(.news_cnt1, .newsdetail_cnt1) {
    padding: 8rem 0;
}
:is(.news_cnt1, .newsdetail_cnt1) .inner {
    width: 80%;
    max-width: 120rem;
    margin: auto;
    display: flex;
    background: rgba(244, 212, 133, 0.2);
    border-radius: 2rem;
    overflow: hidden;
}
:is(.news_cnt1, .newsdetail_cnt1) .inner h3 {
    width: fit-content;
    min-width: 21rem;
    background: linear-gradient(90deg, rgba(241, 201, 103, 1) 70%, rgba(241, 201, 133, 0));
    display: grid;
    align-items: center;
    text-align: center;
    color: #fff;
}
:is(.news_cnt1, .newsdetail_cnt1) .inner .webgene-blog {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2.6vw;
    /*5*/
    padding: 0 2.6vw;
}
:is(.news_cnt1, .newsdetail_cnt1) .inner .webgene-blog .webgene-item {}
:is(.news_cnt1, .newsdetail_cnt1) .inner .webgene-blog .webgene-item p {
    height: 5.5rem;
}
:is(.news_cnt1, .newsdetail_cnt1) .inner .webgene-blog .webgene-item p a {
    width: fit-content;
    height: inherit;
    display: flex;
    gap: 2rem;
    align-items: center;
    color: inherit;
    text-decoration: none;
}
:is(.news_cnt1, .newsdetail_cnt1) .inner .webgene-blog .webgene-item p a::after {
    content: "➝";
}





/*news*/
.news_cnt2 .inner .webgene-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.08vw;
    /*4*/
}
.news_cnt2 .inner .webgene-blog .webgene-item .dl {
    display: grid;
    gap: 1rem;
    align-content: start;
}
.news_cnt2 .inner .webgene-blog .webgene-item .dt {
    grid-column: 1;
    grid-row: 3;
}
.news_cnt2 .inner .webgene-blog .webgene-item .dt a {
    color: inherit;
}
.news_cnt2 .inner .webgene-blog .webgene-item .pic {
    grid-row: 1;
    grid-column: 1;
    aspect-ratio: 3.8/2.4;
    width: 100%;
    overflow: hidden;
}
.news_cnt2 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news_cnt2 .inner .webgene-blog .webgene-item .day {
    grid-row: 2;
    grid-column: 1;
    color: #b7e04a;
}
.news_cnt2 .inner .webgene-blog .webgene-item .cate {
    grid-row: 2;
    grid-column: 1;
    width: fit-content;
    height: 2.2rem;
    background: #fcf6ee;
    font-size: 1.4rem;
    display: grid;
    align-items: center;
    padding: 0 2em;
    margin: 0 0 0 10em;
}





/*newsdetail*/
.newsdetail_cnt2 {}
.newsdetail_cnt2 .inner .webgene-blog {
    margin: 0 auto 5rem;
    padding: 0 0 5rem;
    border-bottom: 0.1rem solid #404040;
}
.newsdetail_cnt2 .inner .webgene-blog .webgene-item .dl {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    align-content: start;
}
.newsdetail_cnt2 .inner .webgene-blog .webgene-item .dt {
    grid-column: 1;
    grid-row: 2;
    font-size: 2.5rem;
}
.newsdetail_cnt2 .inner .webgene-blog .webgene-item .pic {
    grid-row: 3;
    grid-column: 1;
    aspect-ratio: 3.8/2.4;
    width: 100%;
}
.newsdetail_cnt2 .inner .webgene-blog .webgene-item .pic :is(.slick-img, .thumbnail-img) {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
}
.newsdetail_cnt2 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.newsdetail_cnt2 .inner .webgene-blog .webgene-item .day {
    grid-row: 1;
    grid-column: 1;
    color: #b7e04a;
}
.newsdetail_cnt2 .inner .webgene-blog .webgene-item .cate {
    grid-row: 1;
    grid-column: 1;
    width: fit-content;
    height: 2.2rem;
    background: #fcf6ee;
    font-size: 1.4rem;
    display: grid;
    align-items: center;
    padding: 0 2em;
    margin: 0 0 0 10em;
}
.newsdetail_cnt2 .inner .webgene-blog .webgene-item .cmt {
    line-height: 2.11;
}
.newsdetail_cnt2 .inner .buttonA {
    margin: auto;
}





/*contact*/
.contact_cnt1 {
    width: 100%;
    padding: 8rem 0 14rem;
}
.contact_cnt1 .inner .titleA * {}
.contact_cnt1 .read {
    line-height: 2.11;
    margin: 0 0 5rem 0;
}
form .dl {
    width: 100%;
    min-height: 7.5rem;
    display: flex;
    align-items: center;
}
form .dl .dt {
    width: 20%;
    min-height: 7rem;
    padding: 1rem 0 1rem 2.08vw;
    /*4*/
    border-bottom: 0.1rem solid #a0cb2e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
form .dt .required {
    font-size: 1.4rem;
    color: #fff;
    display: inline-block;
    background: #bca687;
    padding: 0.5rem;
}
form .dl .dd {
    width: 80%;
    min-height: 7rem;
    padding: 1rem 0 1rem 2.08vw;
    /*4*/
    border-bottom: 0.1rem solid #404040;
    display: grid;
    align-items: center;
    line-height: 2.11;
}
form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    min-height: 6rem;
    background: #fcf6ee;
    border: none;
}
form textarea {
    height: 24rem;
}
form input.zipInput {
    width: 40%;
}
form input[type="text"],
form input[type="email"],
form input[type="checkbox"],
form textarea {
    padding: 1em;
}
form select {}
form .dl .dd .selectArea {}
form .dl .dd .selectArea div {
    width: fit-content;
    display: inline-block;
}
form .terms {
    background: #f3ebe1;
    border: none;
    padding: clamp(2rem, 2.08vw, 4rem);
    height: 30rem;
    overflow-y: scroll;
    margin: 1rem auto 5rem;
}
form .terms p {
    font-size: 1.5rem;
    line-height: 2.2;
}
form .col {

    width: 100% !important;
    display: flex;
    justify-content: center;
    margin: 0 auto 5rem;
}
form .col label {
    width: fit-content;
}
form .privacyLabel {
    width: 100%;
    text-align: center;
}
form button {
    -webkit-appearance: none;
    display: block;
    margin: auto;
    background: initial;
    border-left: initial;
    border-right: initial;
    border-top: initial;
    cursor: pointer;
}
.contact_cnt2 {
    width: 100%;
    padding: 7rem 0;
    background: url(/system_panel/uploads/images/contact_cnt2_bg.jpg) no-repeat;
    background-size: cover;
}
.contact_cnt2 .inner * {
    text-align: center;
}
.contact_cnt2 .inner .window {
    background: #fff;
    padding: clamp(2rem, 2.6vw, 5rem);
}
.contact_cnt2 .inner .window .tel {
    font-size: 3.5rem;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto 2rem;
}
.contact_cnt2 .inner .window .tel a {
    color: inherit;
}
.contact_cnt2 .inner .window a::before {
    content: "";
    background: url(/system_panel/uploads/images/icon_tel.png) no-repeat;
    width: 3.4rem;
    min-width: 3.4rem;
    height: 3.4rem;
    display: inline-block;
}