@charset "utf-8";

/*-----------------------
    page_contents.css
------------------------*/

/*----- products -----*/

.products {
    padding: 75px 0 120px;
}
.category .webgene-blog {
    display: flex;
    justify-content: center;
    gap: 0 60px;
    margin-bottom: 60px;
}
.product_list .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 60px;
}
.product_list .webgene-blog .li {
    width: calc(33.33% - 45px);
}
.product_list .webgene-blog .li .pic {
    display: block;
    background: #f4eee4;
    width: 100%;
    height: 280px;
    border-radius: 10px;
}
.product_list .webgene-blog .li .pic img {
    height: 280px;
    border-radius: 10px;
}
.product_list .webgene-blog .li .title {
    margin: 15px 0;
    line-height: 1.75;
}
.product_list .webgene-blog .li .link a {
    position: relative;
    display: block;
    padding: 15px 0;
    color: var(--green);
    border-bottom: 1px solid var(--text);
    text-decoration: none;
}
.product_list .webgene-blog .li .link a::after {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 6px); 
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: solid 1px var(--text);
    border-right: solid 1px var(--text);
    transform: rotate(45deg);
    transition: .5s;
}
.product_list .webgene-blog .li .link a:hover::after {
    right: 0;
}

/* pager */

.webgene-pagination {
    width: 100%;
    padding: 50px 0 0;
}
.webgene-pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 10px;
    font-size: 16px;
}
.webgene-pagination ul li a {
    display: block;
    background: #efe8db;
    padding: 12px 15px;
    color: var(--white);
    text-decoration: none;
}
.webgene-pagination ul li a:hover {
    background: var(--text);
}
.webgene-pagination ul li.selected a {
    background: var(--text);
}

@media screen and (min-width: 768px) and (max-width: 1260px){
    
    .products {
        padding: 7vw 0 9vw;
    }
    .category .webgene-blog {
        gap: 0 6vw;
        margin-bottom: 5vwx;
    }
    .product_list .webgene-blog {
        display: flex;
        gap: 5vw 4.5vw;
    }
    .product_list .webgene-blog .li {
        width: calc(33.33% - 3vw);
    }
    .product_list .webgene-blog .li .pic,
    .product_list .webgene-blog .li .pic img {
        height: 24vw;
    }
    .product_list .webgene-blog .li .title {
        margin: 1.5vw 0;
    }
    .product_list .webgene-blog .li .link a {
        padding: 1.5vw 0;
    }
    .product_list .webgene-blog .li .link a::after {
        top: calc(50% - .6vw); 
        right: 1vw;
        width: 1vw;
        height: 1vw;
    }
    .product_list .webgene-blog .li .link a:hover::after {
        right: 0;
    }
    
    /* pager */
    
    .webgene-pagination ul {
        gap: 1vw 1vw;
        font-size: 1.6vw;
    }
    .webgene-pagination ul li a {
        padding: 1.2vw 1.5vw;
    }
    
}
@media screen and (max-width: 767px){
    
    .products {
        padding: 50px 0;
    }
    .category .webgene-blog {
        display: block;
    }
    .category .webgene-blog .m_btn {
        margin-top: 30px;
    }
    .product_list .webgene-blog {
        display: block;
    }
    .product_list .webgene-blog .li {
        width: min(400px,100%);
        margin: 0 auto 30px;
    }
    .product_list .webgene-blog .li .pic,
    .product_list .webgene-blog .li .pic img {
        height: 60vw;
    }

    /* pager */

    .webgene-pagination {
        padding: 40px 0;
    }
    
}

/*----- detail -----*/

.product_detail .ttl {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--text);
    font-size: 35px;
    line-height: 1.75;
}
.blog_detail_slider .pic {
    display: flex;
    justify-content: center;
}
.blog_detail_slider .pic img {
    max-height: 800px;
    border-radius: 10px;
}
.blog_detail_thumbnail .thumb {
    padding: 3px 2px;
    cursor: pointer;
}
.blog_detail_thumbnail .thumb img {
    aspect-ratio: 3/2;
    border-radius: 8px
}
.product_detail_text {
    padding: 30px 0 0;
}

.m_btn.product_contact_btn {
    margin: 60px 0;
}
.m_btn.product_contact_btn a {
    width: 340px;
    height: 70px;
}
.m_btn.product_contact_btn a img {
    width: 241px;
}

@media screen and (min-width: 768px) and (max-width: 1260px){
    
    .product_detail .ttl {
        margin-bottom: 3vw;
        padding-bottom: 1vw;
        font-size: 3vw;
    }
    .blog_detail_slider .pic img {
        max-height: 62vw;
    }
    .product_detail_text {
        padding: 3vw 0 0;
    }

    .m_btn.product_contact_btn {
        margin: 5vw 0;
    }
    .m_btn.product_contact_btn a {
        width: 30vw;
        height: 6vw;
    }
    .m_btn.product_contact_btn a img {
        width: 22vw;
    }

}
@media screen and (max-width: 767px){
    
    .product_detail .ttl {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .blog_detail_slider .pic img {
        max-height: 59vw;
    }

    .m_btn.product_contact_btn {
        margin: 40px 0;
    }
    .m_btn.product_contact_btn a {
        width: 280px;
        height: 50px;
    }
    .m_btn.product_contact_btn a img {
        width: 200px;
    }
    
}

/*----- strength -----*/

.stg_intro {
    padding: 120px 0;
}
.stg_intro .frame {
    display: flex;
    justify-content: space-between;
}
.stg_intro .frame .conts {
    width: 53%;
}
.stg_intro .frame .conts .title {
    display: inline-block;
    margin-bottom: 30px;
    border-top: 1px solid var(--text);
}
.stg_intro .frame .conts .title .text {
    padding: 10px 0;
    font-size: 45px;
    letter-spacing: 5px;
    border-bottom: 1px solid var(--text);
}
.stg_intro .frame .pic {
    width: 43%;
}
.stg_intro .frame .pic img {
    aspect-ratio: 92/69;
    border-radius: 10px;
}

/* reason */

.stg_reason {
    padding: 60px 0;    
}
.stg_reason .ul .li {
    margin-bottom: 60px;
}
.stg_reason .frame {
    display: flex;
    justify-content: space-between;
}
.stg_reason .frame .conts {
    width: 48%;
}
.stg_reason .frame .conts .ttl {
    margin-bottom: 30px;
    color: var(--green);
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 1.5;
}
.stg_reason .frame .pic {
    width: 48%;
}
.stg_reason .frame .pic > div {
    width: 75%;    
}
.stg_reason .frame .pic > div img {
    aspect-ratio: 232/159;
    border-radius: 10px;
}
.stg_reason .ul .li:nth-of-type(2n) .conts {
    order: 2;
}
.stg_reason .ul .li:nth-of-type(2n) .pic {
    display: flex;
    justify-content: flex-end;
}

@media screen and (min-width: 768px) and (max-width: 1260px){
    
    .stg_intro {
        padding: 8vw 0;
    }
    .stg_intro .frame .conts {
        width: 53%;
    }
    .stg_intro .frame .conts .title {
        margin-bottom: 3vw;
    }
    .stg_intro .frame .conts .title .text {
        padding: 1vw 0;
        font-size: 3.33vw;
        letter-spacing: .5vw;
    }
    .stg_intro .frame .pic {
        width: 43%;
    }
    
    /* reason */

    .stg_reason {
        padding: 5vw 0;    
    }
    .stg_reason .ul .li {
        margin-bottom: 5vw;
    }
    .stg_reason .frame .conts {
        width: 48%;
    }
    .stg_reason .frame .conts .ttl {
        font-size: 2vw;
        letter-spacing: .3vw;
        margin-bottom: 2.5vw;
    }
    .stg_reason .frame .pic {
        width: 48%;
    }
    .stg_reason .frame .pic > div {
        width: 87.5%;    
    }
    
}
@media screen and (max-width: 767px){
    
    .stg_intro {
        padding: 50px 0;
    }
    .stg_intro .frame {
        display: block;
    }
    .stg_intro .frame .conts {
        width: 100%;
    }
    .stg_intro .frame .conts .title {
        margin-bottom: 20px;
    }
    .stg_intro .frame .conts .title .text {
        font-size: min(7.5vw,25px);
        letter-spacing: 1vw;
    }
    .stg_intro .frame .pic {
        margin: 30px auto 0;
        width: min(400px,100%);
    }

    /* reason */

    .stg_reason {
        padding: 50px 0 20px;    
    }
    .stg_reason .ul .li {
        margin-bottom: 30px;
    }
    .stg_reason .frame {
        display: block;
    }
    .stg_reason .frame .conts {
        width: 100%;
    }
    .stg_reason .frame .conts .ttl {
        font-size: 17px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    .stg_reason .frame .pic {
        margin: 30px auto 0;
        width: min(400px,100%);
    }
    .stg_reason .frame .pic > div {
        width: 100%;    
    }
    .stg_reason .ul .li:nth-of-type(2n) .pic {
        display: block;
    }
    
}

/*----- service -----*/

.svc_product {
    padding: 60px 0 150px;
}
.svc_product .subtitle {
    margin: 0 0 90px;
    font-size: 28px;
    letter-spacing: 4px;
    line-height: 2;
    text-align: center;
}
.svc_product .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 60px;
    margin-bottom: 120px;
}
.svc_product .ul .li {
    width: calc(33.33% - 40px);
}
.svc_product .ul .li .pic img {
    aspect-ratio: 9/7;
    border-radius: 10px;
}
.svc_product .ul .li .ttl {
    position: relative;
    margin: 20px 0;
    padding-bottom: 15px;
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
}
.svc_product .ul .li .ttl::after {
    position: absolute;
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 40px);
    background: var(--text);
}
.svc_product .frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.svc_product .frame .title {
    width: 46%;
}
.svc_product .frame .title .text {
    color: var(--green);
    font-size: 30px;
    line-height: 2;
    letter-spacing: 2px;
}
.svc_product .frame .conts {
    width: 50%;
}

/* about */

.svc_about {
    padding: 60px 0;
}
.svc_about .frame {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.svc_about .frame .conts {
    width: 55%;
}
.svc_about .frame .pic {
    width: 40%;
}
.svc_about .frame .pic img {
    aspect-ratio: 13/6;
    border-radius: 10px;
}
.svc_about .dl {
    margin-bottom: 100px;
}
.svc_about .dl > div {
    background: var(--white);
    display: flex;
    box-sizing: border-box;
    margin-bottom: 2px;
    padding: 20px 60px;
}
.svc_about .dl .dl_head {
    background: #e8d9c1;
    border-radius: 10px 10px 0 0;
    line-height: 1.4;
}
.svc_about .dl.svc_a_01 > div .dd:nth-of-type(1) {
    width: 15%;
}
.svc_about .dl.svc_a_01 > div .dd:nth-of-type(2) {
    width: 20%;
}
.svc_about .dl.svc_a_01 > div .dd:nth-of-type(3) {
    width: 20%;
}
.svc_about .dl.svc_a_01 > div .dd:nth-of-type(4) {
    width: 45%;
}
.svc_about .dl.svc_a_02 > div .dd:nth-of-type(1) {
    width: 20%;
}
.svc_about .dl.svc_a_02 > div .dd:nth-of-type(2) {
    width: 25%;
}
.svc_about .dl.svc_a_02 > div .dd:nth-of-type(3) {
    width: 55%;
}
.svc_about .dl.svc_a_03 > div .dd:nth-of-type(1) {
    width: 25%;
}
.svc_about .dl.svc_a_03 > div .dd:nth-of-type(2) {
    width: 15%;
}
.svc_about .dl.svc_a_03 > div .dd:nth-of-type(3) {
    width: 60%;
}

@media screen and (min-width: 768px) and (max-width: 1260px){
    
    .svc_product {
        padding: 5vw 0 9vw;
    }
    .svc_product .subtitle {
        margin: 0 0 7.5vw;
        font-size: 2.2vw;
        letter-spacing: .4vw;
    }
    .svc_product .ul {
        gap: 4.5vw 4.5vw;
        margin-bottom: 9vw;
    }
    .svc_product .ul .li {
        width: calc(33.33% - 3vw);
    }
    .svc_product .ul .li .ttl {
        margin: 2vw 0;
        padding-bottom: 1.5vw;
        font-size: 2vw;
    }
    .svc_product .ul .li .ttl::after {
        width: 8vw;
        left: calc(50% - 4vw);
    }
    .svc_product .frame {
        margin-bottom: 5vw;
    }
    .svc_product .frame .title .text {
        font-size: 2.25vw;
        letter-spacing: .2vw;
    }

    /* about */

    .svc_about {
        padding: 5vw 0;
    }
    .svc_about .frame {
        margin-bottom: 8vw;
    }
    .svc_about .dl {
        margin-bottom: 8vw;
    }
    .svc_about .dl > div {
        padding: 1.5vw 4vw;
    }
    
}
@media screen and (max-width: 767px){
    
    .svc_product {
        padding: 50px 0;
    }
    .svc_product .subtitle {
        margin: 0 0 40px;
        font-size: 20px;
        letter-spacing: 2px;
        text-align: left;
    }
    .svc_product .subtitle br {
        display: none;
    }
    .svc_product .ul {
        display: block;
        margin-bottom: 40px;
    }
    .svc_product .ul .li {
        margin: 0 auto 30px;
        width: min(400px,100%);
    }
    .svc_product .ul .li .ttl {
        margin: 15px 0;
        padding-bottom: 10px;
        font-size: 18px;
    }
    .svc_product .frame {
        display: block;
        margin-bottom: 30px;
    }
    .svc_product .frame .title {
        width: 100%;
    }
    .svc_product .frame .title .text {
        margin-bottom: 15px;
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 1.75
    }
    .svc_product .frame .conts {
        width: 100%;
    }

    /* about */

    .svc_about {
        padding: 50px 0;
    }
    .svc_about .frame {
        display: block;
        margin-bottom: 40px;
    }
    .svc_about .frame .conts {
        width: 100%;
    }
    .svc_about .frame .pic {
        margin: 30px auto 0;
        width: min(400px,100%);
    }
    .svc_about .dl {
        margin-bottom: 40px;
    }
    .svc_about .dl > div {
        margin-bottom: 30px;
        padding: 0;
        display: block;
    }
    .svc_about .dl .dl_head {
        display: none;
    }
    .svc_about .dl.svc_a_01 > div .dd:nth-of-type(1),
    .svc_about .dl.svc_a_01 > div .dd:nth-of-type(2),
    .svc_about .dl.svc_a_01 > div .dd:nth-of-type(3),
    .svc_about .dl.svc_a_01 > div .dd:nth-of-type(4),
    .svc_about .dl.svc_a_02 > div .dd:nth-of-type(1),
    .svc_about .dl.svc_a_02 > div .dd:nth-of-type(2),
    .svc_about .dl.svc_a_02 > div .dd:nth-of-type(3),
    .svc_about .dl.svc_a_03 > div .dd:nth-of-type(1),
    .svc_about .dl.svc_a_03 > div .dd:nth-of-type(2),
    .svc_about .dl.svc_a_03 > div .dd:nth-of-type(3) {
        width: 100%;
    }
    .svc_about .dl .dd p {
        padding: 10px 5vw;
    }
    .svc_about .dl .dd p.dd_head {
        background: #e8d9c1;
    }
    
}

/*----- facility -----*/

.fcl_intro {
    padding: 60px 0 90px;
}
.fcl_intro .title {
    margin: 40px 0;
    font-size: 30px;
    line-height: 1.875;
    text-align: center;
}

.fcl_detail {
    padding: 100px 0;
}
.fcl_detail .frame {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.fcl_detail .frame .conts {
    order: 2;
    width: 50%;
}
.fcl_detail .frame .conts .ttl {
    margin-bottom: 20px;
    font-size: 25px;
    letter-spacing: 2px;
    color: var(--green);
}
.fcl_detail .frame .pic {
    width: 43.33%;
}
.fcl_detail .dl {
    margin-bottom: 90px;
}
.fcl_detail .dl > div {
    display: flex;
    margin-bottom: 2px;
    background: var(--white);
    box-sizing: border-box;
}
.fcl_detail .dl .dl_head {
    background: #e8d9c1;
    border-radius: 5px 5px 0 0;
}
.fcl_detail .dl .dt {
    width: 50%;
    padding: 20px 0 20px 100px;
}
.fcl_detail .dl .dd {
    width: 50%;
    padding: 20px 0;
}

.slider_linear .pic {
    margin: 0 5px;
}
.slider_linear .pic img {
    aspect-ratio: 9/7;
    border-radius: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1260px){
    
    .fcl_intro {
        padding: 5vw 0 7.5vw;
    }
    .fcl_intro .title {
        margin: 3vw 0;
        font-size: 2.4vw;
    }

    .fcl_detail {
        padding: 8vw 0;
    }
    .fcl_detail .frame {
        margin-bottom: 5vw;
    }
    .fcl_detail .frame .conts {
        width: 52%;
    }
    .fcl_detail .frame .conts .ttl {
        margin-bottom: 2vw;
        font-size: 2.2vw;
        letter-spacing: .2vw;
    }
    .fcl_detail .dl {
        margin-bottom: 7vw;
    }
    .fcl_detail .dl .dt {
        width: 66%;
        padding: 2vw 0 2vw 6vw;
    }
    .fcl_detail .dl .dd {
        width: 34%;
        padding: 2vw 0;
    }
    
}
@media screen and (max-width: 767px){
    
    .fcl_intro {
        padding: 50px 0;
    }
    .fcl_intro .title {
        margin: 25px 0;
        font-size: 20px;
        text-align: left;
    }
    .fcl_intro .title br {
        display: none;
    }

    .fcl_detail {
        padding: 50px 0;
    }
    .fcl_detail .frame {
        display: block;
        margin-bottom: 30px;
    }
    .fcl_detail .frame .conts {
        width: 100%;
    }
    .fcl_detail .frame .conts .ttl {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 1.5;
    }
    .fcl_detail .frame .pic {
        margin: 30px auto 0; 
        width: min(400px,100%);
    }
    .fcl_detail .dl {
        margin-bottom: 40px;
        line-height: 1.375
    }
    .fcl_detail .dl .dt {
        width: 76%;
        padding: 10px 5vw;
    }
    .fcl_detail .dl .dd {
        width: 24%;
        padding: 10px 5vw;
        text-align: right;
    }
    
}


/*----- flow -----*/

.flow {
    padding: 60px 0 100px;
}
.flow_arrow {
    width: 57px;
    margin: 30px auto;
}
.flow_box .ttl {
    position: relative;
    background: #e8d9c1;
    padding: 15px 15px 15px 120px;
    border-radius: 10px 10px 0 0;
}
.flow_box .ttl .step {
    position: absolute;
    top: 3px;
    left: 30px;
    width: 62px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: url("/system_panel/uploads/images/flow_bg.png") no-repeat;
    background-size: cover;
    color: #e8d9c1;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}
.flow_box .ttl .step .num {
    font-size: 32px;
    width: 100%;
}
.flow_box .ttl .text {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 1.5;
}
.flow_box .conts {
    background: var(--white);
    border-radius: 0 0 10px 10px;
    padding: 30px 60px;
}
.flow_box .conts .frame {
    display: flex;
    justify-content: space-between;
}
.flow_box .conts .frame .texts {
    width: 63%;
}
.flow_box .conts .frame .pics {
    width: 33.33%;
}
.flow_box .conts .frame .pics img {
    aspect-ratio: 9/7;
    border-radius: 10px;
}
.flow_box .conts .frame .pics .inner {
    background: #f4eee4;
    border-radius: 10px;
    padding: 20px 25px;
}
.flow_box .conts .frame .pics .inner .title {
    position: relative;
    margin-bottom: 15px;
    color: var(--green);
    font-size: 25px;
}
.flow_box .conts .frame .pics .inner .title::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 0;
    width: 140px;
    height: 1px;
    background: var(--text);
}
.flow_box .flow_title {
    margin: 30px 0 20px;
    color: var(--green);
    font-size: 25px;
    letter-spacing: 3px;
    text-align: center;
}
.flow_box .ul {
    display: flex;
    justify-content: space-between;
}
.flow_box .ul .li {
    width: 31.5%;
    padding: 20px 0 25px;
    background: #FEF79E;
    background: linear-gradient(0deg, rgba(254, 247, 158, 1) 0%, rgba(226, 235, 152, 1) 50%, rgba(185, 217, 144, 1) 100%);
    border-radius: 10px;
    text-align: center;
}
.flow_box .ul .li .title {
    font-size: 22px;
    letter-spacing: 2px;
}
.flow_box .ul .li .tel {
    width: 202px;
    margin: 20px auto 15px;
}
.flow_box .ul .li .m_btn a {
    margin-top: 20px;
    width: 280px;
    height: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1260px){
    
    .flow {
        padding: 5vw 0 8vw;
    }
    .flow_arrow {
        width: 5vw;
        margin: 3vw auto;
    }
    .flow_box .ttl {
        padding: 1.5vw 1.5vw 1.5vw 10vw;
    }
    .flow_box .ttl .step {
        top: .3vw;
        left: 2.5vw;
        width: 5vw;
        height: 5vw;
        font-size: 1.2vw;
    }
    .flow_box .ttl .step .num {
        font-size: 3vw;
    }
    .flow_box .ttl .text {
        font-size: 2vw;
        letter-spacing: .2vw;
    }
    .flow_box .conts {
        padding: 2.5vw 4vw;
    }
    .flow_box .conts .frame .pics .inner {
        padding: 2vw 2vw;
    }
    .flow_box .conts .frame .pics .inner .title {
        margin-bottom: 1.5vw;
        font-size: 2vw;
    }
    .flow_box .conts .frame .pics .inner .title::after {
        width: 10vw;
    }
    .flow_box .flow_title {
        margin: 3vw 0 2vw;
        font-size: 2vw;
        letter-spacing: .3vw;
    }
    .flow_box .ul .li {
        width: 32%;
        padding: 2vw 0;
    }
    .flow_box .ul .li .title {
        font-size: 2vw;
        letter-spacing: .2vw;
    }
    .flow_box .ul .li .tel {
        width: 17vw;
        margin: 2vw auto 1.5vw;
    }
    .flow_box .ul .li .m_btn a {
        margin-top: 2vw;
        width: 24vw;
        height: 5vw;
    }    
    .flow_box .ul .li .m_btn a img {
        width: 20vw;
    }
    
}
@media screen and (max-width: 767px){
    
    .flow {
        padding: 50px 0;
    }
    .flow_arrow {
        width: 40px;
        margin: 20px auto;
    }
    .flow_box .ttl {
        padding: 10px 10px 10px 80px;
    }
    .flow_box .ttl .step {
        top: 3px;
        left: 20px;
        width: 40px;
        height: 40px;
        font-size: 11px;
    }
    .flow_box .ttl .step .num {
        font-size: 26px;
    }
    .flow_box .ttl .text {
        font-size: 18px;
    }
    .flow_box .conts {
        padding: 20px 5vw;
    }
    .flow_box .conts .frame {
        display: block;
    }
    .flow_box .conts .frame .texts {
        width: 100%;
    }
    .flow_box .conts .frame .pics {
        margin: 20px auto 0;
        width: min(360px,100%);
    }
    .flow_box .conts .frame .pics .inner {
        padding: 15px 4vw;
    }
    .flow_box .conts .frame .pics .inner .title {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .flow_box .conts .frame .pics .inner .title::after {
        width: 50vw;
    }
    .flow_box .flow_title {
        margin: 20px 0 14px;
        font-size: 18px;
        letter-spacing: 2px;
        text-align: left;
        line-height: 1.5;
    }
    .flow_box .ul {
        display: block;
    }
    .flow_box .ul .li {
        width: 100%;
        margin-top: 15px;
        padding: 15px 0 20px;
    }
    .flow_box .ul .li .title {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .flow_box .ul .li .m_btn a {
        width: 66.66vw;
        height: 50px;
    }    
    .flow_box .ul .li .m_btn a img {
        width: min(50vw,200px);
    }
    
}

/*----- example -----*/

.ex_case {
    padding: 60px 0;
}
.ex_concept {
    padding: 75px 0 60px;
}
.ex_concept .frame {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.ex_concept .frame .conts {
    width: 60%;
}
.ex_concept .frame .conts .ttl {
    margin-bottom: 30px;
    color: var(--green);
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 2px;
}
.ex_concept .frame .text {
    width: 36%;
}
.ex_concept .frame .text .inner {
    padding: 30px 60px;
    background: var(--white);
    border-radius: 5px;
    box-shadow: 15px 15px 0 #ebe3d5;
}
.ex_concept .boxes {
    border-radius: 10px;
}
.ex_concept .boxes .title {
    padding: 20px 60px;
    background: #e8d9c1;
    border-radius: 10px 10px 0 0;
    font-size: 25px;
    letter-spacing: 2px;
}
.ex_concept .boxes .conts {
    padding: 30px 60px;
    background: var(--white);
    border-radius: 0 0 10px 10px;
}
.ex_concept .boxes .conts .ttl {
    margin-bottom: 20px;
    color: var(--green);
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.ex_suggest {
    padding: 60px 0 0;
}
.ex_suggest .ul .li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.ex_suggest .ul .li .conts {
    width: 56%;
}
.ex_suggest .ul .li:nth-of-type(2) .conts {
    order: 2;
}
.ex_suggest .ul .li .conts .ttl {
    margin-bottom: 30px;
    color: var(--green);
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 2px;
}
.ex_suggest .ul .li .pics {
    position: relative;
    width: 40%;
}
.ex_suggest .ul .li .pics img {
    aspect-ratio: 3/2;
    border-radius: 10px;
}
.ex_suggest .ul .li .pics .point {
    position: absolute;
    top: 0;
    left: -15px;
    padding: 10px 40px;
    display: flex;
    align-items: flex-end;
    background: rgba(255,255,255,.75);
    border-radius: 50%;
    transform: rotate(-15deg);
}
.ex_suggest .ul .li .pics .point p {
    font-size: 20px;
}
.ex_suggest .ul .li .pics .point p.num {
    font-size: 30px;
}

/* event */

.ex_event {
    padding: 130px 0;
}
.ex_event .title {
    text-align: center;
}
.ex_event .title .text {
    display: inline-block;
    padding: 15px;
    font-size: 45px;
    letter-spacing: 5px;
    border-bottom: 1px solid var(--text);
}
.ex_event .title.top .text {
    border-top: 1px solid var(--text);
}
.ex_event .ttl {
    margin: 60px 0 30px;
    font-size: 30px;
    color: var(--green);
    letter-spacing: 4px;
    text-align: center;
}

.ex_slider {
    margin: 60px 0;
}
.ex_slider .webgene-blog .li {
    border: solid 10px var(--white);
    padding: 0 25px 50px;    
}
.ex_slider .webgene-blog .li img {
    aspect-ratio: 3/2;
}
.ex_slider .webgene-blog .li.slick-current {
    border: solid 10px var(--green);
    border-radius: 10px;
    padding: 25px;
}

@media screen and (min-width: 768px) and (max-width: 1700px){
    
    /* event */
    
    .ex_slider .webgene-blog .li {
        padding: 0 40px;
    }
    .ex_slider .webgene-blog .li {
        padding: 0 20px 40px;    
    }
    .ex_slider .webgene-blog .li.slick-current {
        padding: 20px;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 1260px){
    
    .ex_case {
        padding: 5vw 0;
    }

    .ex_concept {
        padding: 6vw 0 5vw;
    }
    .ex_concept .frame {
        margin-bottom: 3vw;
    }
    .ex_concept .frame .conts .ttl {
        margin-bottom: 3vw;
        font-size: 2.2vw;
        letter-spacing: .2vw;
    }
    .ex_concept .frame .text .inner {
        padding: 2vw 4vw;
        box-shadow: 1.5vw 1.5vw 0 #ebe3d5;
    }
    .ex_concept .boxes .title {
        padding: 1.5vw 4vw;
        font-size: 2.2vw;
        letter-spacing: .2vw;
    }
    .ex_concept .boxes .conts {
        padding: 2.4vw 4vw;
    }
    .ex_concept .boxes .conts .ttl {
        margin-bottom: 2vw;
        font-size: 2.2vw;
        letter-spacing: .2vw;
    }    
    
    .ex_suggest {
        padding: 5vw 0 0;
    }
    .ex_suggest .ul .li {
        margin-bottom: 5vw;
    }
    .ex_suggest .ul .li .conts .ttl {
        margin-bottom: 3vw;
        font-size: 2.2vw;
        letter-spacing: .2vw;
    }
    .ex_suggest .ul .li .pics .point {
        left: -1.5vw;
        padding: 1vw 3vw;
    }
    .ex_suggest .ul .li .pics .point p {
        font-size: 1.8vw;
    }
    .ex_suggest .ul .li .pics .point p.num {
        font-size: 2.5vw;
    }
    
    /* event */

    .ex_event {
        padding: 9vw 0;
    }
    .ex_event .title .text {
        padding: 1.5vw;
        font-size: 4vw;
        letter-spacing: .5vw;
    }
    .ex_event .ttl {
        margin: 5vw 0 2.5vw;
        font-size: 2.4vw;
        letter-spacing: .4vw;
    }

    .ex_slider {
        margin: 5vw 0;
    }
    .ex_slider .webgene-blog .li {
        border-width: 1vw;
        padding: 0 2vw 4vw;
    }
    .ex_slider .webgene-blog .li.slick-current {
        border-width: 1vw;
        border-radius: 2vw;
        padding: 2vw;
    }
    
}
@media screen and (max-width: 767px){
    
    .ex_case {
        padding: 50px 0 20px;
    }
    
    .ex_concept {
        padding: 50px 0 0;
    }
    .ex_concept .frame {
        display: block;
        margin-bottom: 30px;
    }
    .ex_concept .frame .conts {
        width: 100%;
    }
    .ex_concept .frame .conts .ttl {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .ex_concept .frame .text {
        margin: 20px auto;
        width: min(400px,100%);
    }
    .ex_concept .frame .text .inner {
        padding: 20px 5vw;
        box-shadow: 10px 10px 0 #ebe3d5;
    }
    .ex_concept .boxes .title {
        padding: 15px 5vw;
        font-size: 18px;
    }
    .ex_concept .boxes .conts {
        padding: 20px 5vw;
    }
    .ex_concept .boxes .conts .ttl {
        margin-bottom: 15px;
        font-size: 17px;
        letter-spacing: 1px;
    }    
    
    .ex_suggest {
        padding: 50px 0 0;
    }
    .ex_suggest .ul .li {
        display: block;
        margin-bottom: 30px;
    }
    .ex_suggest .ul .li .conts {
        width: 100%;
    }
    .ex_suggest .ul .li .conts .ttl {
        margin-bottom: 20px;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .ex_suggest .ul .li .pics {
        margin: 25px auto 0;
        width: min(400px,100%);
    }
    .ex_suggest .ul .li .pics .point {
        left: -5px;
        padding: 5px 25px;
    }
    .ex_suggest .ul .li .pics .point p {
        font-size: 15px;
    }
    .ex_suggest .ul .li .pics .point p.num {
        font-size: 20px;
    }

    /* event */

    .ex_event {
        padding: 50px 0;
    }
    .ex_event .title .text {
        padding: 10px;
        font-size: min(5.25vw,24px);
        letter-spacing: 2px;
    }
    .ex_event .ttl {
        margin: 30px 0 15px;
        font-size: min(5vw,20px);
        letter-spacing: 1px;
    }

    .ex_slider {
        margin: 30px 0;
    }
    .ex_slider .webgene-blog .li {
        border-width: 5px;
        padding: 0 10px 20px;
    }
    .ex_slider .webgene-blog .li.slick-current {
        border-width: 5px;
        border-radius: 10px;
        padding: 10px;
    }
    
}

/*----- company -----*/

/* message */

.comp_msg {
    padding: 60px 0;
}
.comp_msg .pm {
    margin-bottom: 40px;
}


/* philosophy */

.comp_phl {
    padding: 100px 0 120px;
}
.comp_phl .frame {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-top: 60px;
}
.comp_phl .frame .head {
    width: 50%;
    border-right: 1px solid var(--text);
}
.comp_phl .frame .head .dl > div {
    display: flex;
    align-items: flex-end;
    padding: 30px 0;
}
.comp_phl .frame .head .dl .dt {
    width: 240px;
    font-size: 24px;
    letter-spacing: 3px;
    color: var(--green);
}
.comp_phl .frame .head .dl .dd {
    font-size: 20px;
    letter-spacing: 3px;
}
.comp_phl .frame .conts {
    width: 50%;
    display: flex;
    justify-content: center;
}
.comp_phl .frame .conts p {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 3px;
}
.comp_phl .frame .conts .ttl {
    display: flex;
    align-items: flex-end;
    margin: 20px 0;
}
.comp_phl .frame .conts .ttl h4 {
    margin-right: 10px;
    font-size: 48px;
    color: var(--green);
    letter-spacing: 4px;
}

/* main */

.comp_main {
    padding: 75px 0 0;
}
.comp_main .dl {
    margin: 0 0 100px;
}
.comp_main .dl > div {
    display: flex;
    box-sizing: border-box;
    line-height: 2;
}
.comp_main .dl .dt {
    width: 25%;
    padding: 20px 100px;
    text-align: right;
    border-bottom: 1px solid var(--text);
}
.comp_main .dl .dd {
    width: 75%;
    padding: 20px 0;
    border-bottom: 1px solid var(--text);
}
.comp_main .dl .dd a {
    color: var(--text);
}
.comp_main .dl .dd .address {
}
.comp_main .dl .dd .indent {
}

.map iframe {
    width: 100%;
    height: 300px;
}

@media screen and (min-width: 768px) and (max-width: 1260px){
    
    /* message */

    .comp_msg {
        padding: 5vw 0;
    }
    .comp_msg .pm {
        margin-bottom: 3.5vw;
    }

    /* philosophy */

    .comp_phl {
        padding: 7.5vw 0 8vw;
    }
    .comp_phl .frame {
        margin-top: 5vw;
    }
    .comp_phl .frame .head .dl > div {
        padding: 2.5vw 0;
    }
    .comp_phl .frame .head .dl .dt {
        width: 22vw;
        font-size: 2vw;
        letter-spacing: .3vw;
    }
    .comp_phl .frame .head .dl .dd {
        font-size: 1.8vw;
        letter-spacing: .3vw;
    }
    .comp_phl .frame .conts p {
        font-size: 2vw;
        letter-spacing: .3vw;
    }
    .comp_phl .frame .conts .ttl {
        margin: 2vw 0;
    }
    .comp_phl .frame .conts .ttl h4 {
        margin-right: 1vw;
        font-size: 4vw;
        letter-spacing: .4vw;
    }

    /* main */

    .comp_main {
        padding: 6vw 0 0;
    }
    .comp_main .dl {
        margin: 0 0 8vw;
    }
    .comp_main .dl .dt {
        padding: 2vw 5vw;
    }
    .comp_main .dl .dd {
        padding: 2vw 0;
    }
    
    .map iframe {
        height: 25vw;
    }
    
}
@media screen and (max-width: 767px){
    
    /* message */

    .comp_msg {
        padding: 50px 0;
    }
    .comp_msg .pm {
        margin-bottom: 24px;
    }

    /* philosophy */

    .comp_phl {
        padding: 50px 0 60px;
    }
    .comp_phl .frame {
        display: block;
        margin-top: 30px;
    }
    .comp_phl .frame .head {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--text);
        padding-bottom: 30px;
    }
    .comp_phl .frame .head .dl > div {
        padding: 15px 0;
        justify-content: center;
    }
    .comp_phl .frame .head .dl .dt {
        width: auto;
        font-size: min(5vw,20px);
        letter-spacing: 2px;
        margin-right: 10px;
    }
    .comp_phl .frame .head .dl .dd {
        font-size: min(4.5vw,18px);
        letter-spacing: 2px;
    }
    .comp_phl .frame .conts {
        width: 100%;
        padding-top: 30px;
    }
    .comp_phl .frame .conts p {
        font-size: min(5vw,20px);
        letter-spacing: 2px;
    }
    .comp_phl .frame .conts .ttl {
        margin: 15px 0;
    }
    .comp_phl .frame .conts .ttl h4 {
        margin-right: 10px;
        font-size: min(10vw,35px);
        letter-spacing: 3px;
    }
    /* main */

    .comp_main {
        padding: 50px 0 0;
    }
    .comp_main .dl {
        margin: 0 0 50px;
    }
    .comp_main .dl > div {
        display: block;
    }
    .comp_main .dl .dt {
        width: 100%;
        padding: 15px 0 5px;
        text-align: left;
        border-bottom: none;
    }
    .comp_main .dl .dd {
        width: 100%;
        padding: 0 0 15px;
    }
    .comp_main .dl.p .dd.address {
        font-size: min(3.875vw,15px);
    }
    .comp_main .dl.p .dd.indent {
        font-size: min(3.15vw,15px);
    }
    
    .map iframe {
        height: 240px;
    }
    
}

/*----- contact -----*/

.contact_info {
    padding: 90px 0 60px;
}
.contact_info .frame {
    display: flex;
    justify-content: space-between;
}
.contact_info .frame .conts {
    order: 2;
    width: 50%;
}
.contact_info .frame .conts .ul .li {
    padding: 20px 0 20px 40px;
    background: url("/system_panel/uploads/images/icon_check.png") no-repeat;
    background-position: left top 28px;
    background-size: 26px auto;
    border-bottom: 1px solid var(--text);
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.75;
}
.contact_info .frame .conts .text {
    margin-top: 20px;
    color: var(--green);
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 2;
}
.contact_info .frame .pic {
    width: 45.833%;
}
.contact_info .frame .pic img {
    aspect-ratio: 11/9;
    border-radius: 5px;
}

.contact_info .telbox {
    width: 660px;
    margin: 75px auto 0;
    padding: 25px 40px;
    background: #FEF79E;
    background: linear-gradient(0deg, rgba(254, 247, 158, 1) 0%, rgba(226, 235, 152, 1) 50%, rgba(185, 217, 144, 1) 100%);
    border-radius: 10px;
    text-align: center;
}
.contact_info .telbox .ttl {
    font-size: 27px;
}
.contact_info .telbox .ul {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.contact_info .telbox .ul .li {
    width: 47%;
}

.form_area {
    padding: 100px 0 60px;
}

.complete {
    padding: 120px 0;
}

@media screen and (min-width: 768px) and (max-width: 1260px){
    
    .contact_info {
        padding: 7.5vw 0 5vw;
    }
    .contact_info .frame .conts .ul .li {
        padding: 1.5vw 0 1.5vw 3vw;
        background-position: left top 2vw;
        background-size: 2vw auto;
        font-size: 1.6vw;
        letter-spacing: 0;
    }
    .contact_info .frame .conts .text {
        margin-top: 2vw;
        font-size: 2.25vw;
        letter-spacing: 0;
    }
    .contact_info .frame .pic {
        width: 45.833%;
    }

    .contact_info .telbox {
        width: 75%;
        margin: 6vw auto 0;
        padding: 2vw 3vw;
    }
    .contact_info .telbox .ttl {
        font-size: 2.2vw;
    }
    .contact_info .telbox .ul {
        margin: 2vw 0;
    }
    
    .form_area {
        padding: 8vw 0 5vw;
    }

    .complete {
        padding: 7.5vw 0;
    }
    
}
@media screen and (max-width: 767px){
    
    .contact_info {
        padding: 50px 0;
    }
    .contact_info .frame {
        display: block;
    }
    .contact_info .frame .conts {
        width: 100%;
    }
    .contact_info .frame .conts .ul .li {
        padding: 12px 0 12px 30px;
        background-position: left top 18px;
        background-size: 20px auto;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .contact_info .frame .conts .text {
        font-size: 20px;
    }
    .contact_info .frame .conts .text br {
        display: none;
    }
    .contact_info .frame .pic {
        width: min(400px,100%);
        margin: 25px auto 0;
    }

    .contact_info .telbox {
        width: 100%;
        margin: 40px auto 0;
        padding: 20px 5vw;
    }
    .contact_info .telbox .ttl {
        font-size: min(5.5vw,22px);
    }
    .contact_info .telbox .ul {
        display: block;
        margin: 15px 0;
    }
    .contact_info .telbox .ul .li {
        width: 240px;
        margin: 20px auto;
    }
    .contact_info .telbox .p {
        font-size: min(3.5vw,14px);
    }
    
    .form_area {
        padding: 50px 0;
    }
    
    .complete {
        padding: 50px 0;
    }
    
}
@media screen and (min-width:600px) {
.p1749380516156 br,.p1749380516161 br,.p1749380516165 br,.p1749380516171 br{
display:none;}
}