@charset "UTF-8";
@media screen and (max-width: 1024px) {




    /*index*/
    .index .mainimg h2{
        width: initial;
    }
    .index .mainimg p {
        font-size: initial;
    }
    .index_cnt1 .inner h3 {
        font-size: 2.4rem;
    }
    .index_cnt2 .inner .flex {
        display: block;
    }
    .index_cnt2 .inner .flex .figure {
        width: 100%;
        max-width: initial;
        position: relative !important;
        margin: 0 0 5rem !important;
    }
    .index_cnt2 .inner .flex .figure .pic {
        aspect-ratio: 1/1;
    }
    .index_cnt3 .inner .window {
        display: block;
    }
    .index_cnt3 .inner .window .titleA {
        margin: 0 auto 3rem;
    }
    .index_cnt3 .inner .col2 .left {
        margin: 0 0 3rem;
    }
    .index_cnt4 .inner .webgene-blog {
        display: block;
    }
    .index_cnt4 .inner .webgene-blog .webgene-item {
        margin: 0 0 3rem;
        padding: 0 0 3rem;
        border-bottom: 0.1rem dashed #ccc;
    }





    /*strength*/
    .strength_cnt1 .inner .col2 {
        margin: 0 0 3rem;
        padding: 1rem;
        border: 0.1rem dashed #ccc;
        border-radius: 1rem;
    }
    .strength_cnt1 .inner .col2 .left h4 {
        margin: 0 0 2rem;
    }
    .strength_cnt2 .inner .grid {
        display: block;
    }
    .strength_cnt2 .inner .grid .dl {
        margin: 0 auto 3rem;
    }
    .strength_cnt2 .inner .grid .dt {
        font-size: 2rem;
        font-weight: bold;
    }





    /*career*/
    .career .mainimg .pic img {
        object-position: top;
        width: 100%;
        margin: initial
    }
    .career_cnt3 .inner .window {
        border-radius: 1rem;
    }
    .career_cnt3 .inner .col2 {
        padding: 1rem;
        border: 0.1rem dashed #ccc;
        border-radius: 1rem;
    }




    /*products*/
    :is(.products_cnt2, .products_cnt3, .products_cnt4) .inner .set {
        padding: 1rem;
        border: 0.1rem dashed #ccc;
        border-radius: 1rem;
        background: #fff;
    }
    :is(.products_cnt2, .products_cnt3, .products_cnt4) .inner .set .col2 .right .dt {
        font-size: 2rem;
        font-weight: bold;
    }
    :is(.products_cnt2, .products_cnt3, .products_cnt4) .inner .set>p {
        background: #f1f0f0;
        border-radius: 1rem;
    }
  
    .products_cnt4 .inner .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .products_cnt4 .inner .grid .figcaption {
        font-size: 1.4rem;
        font-weight: bold;
    }





    /*flow*/
    .flow_cnt1 .inner .flex {
        display: block;
    }
    .flow_cnt1 .inner .flex .buttonB {
        margin: 0 0 3rem;
    }
    :is(.flow_cnt2, .flow_cnt3) .inner .dl {
        padding: 0 0 8rem 5rem;
    }
    :is(.flow_cnt2, .flow_cnt3) .inner .dt {
        font-size: 2rem;
        font-weight: bold;
        display: block;
    }
    :is(.flow_cnt2, .flow_cnt3) .inner .dt::before {
        font-size: initial;
        display: grid;
    }





    /*blog*/
    :is(.blog_cnt1, .blogdetail_cnt1) .inner .webgene-blog {
        display: block;
    }
    :is(.blog_cnt1, .blogdetail_cnt1) .inner .webgene-blog .webgene-item:not(:last-of-type) {
        margin: 0 0 3rem;
    }
    .blog_cnt2 .inner .webgene-blog {
        display: block;
    }
    .blog_cnt2 .inner .webgene-blog .webgene-item {
        margin: 0 0 3rem;
        padding: 0 0 3rem;
        border-bottom: 0.1rem dashed #ccc;
    }
    .webgene-pagination :is(.prev, .next),
    .webgene-pagination ul .number.selected,
    .webgene-pagination ul .number {
        width: 2em;
        height: 2em;
        margin: 0;
    }
    .webgene-pagination ul {
        width: 100%;
        justify-content: space-between;
    }
    .webgene-pagination .prev {
        margin: 0;
    }
    .webgene-pagination .next {
        margin: 0;
    }

/*workshop*/
.workshop_cnt1 .window h3 {
        font-size: 2.4rem;
        margin: 0 auto 3rem;
    }
.workshop_cnt1 {
    padding: 0 0 5rem 0 !important;
}
.workshop_cnt3 .inner .col2 {
        padding: 1rem;
        border: 0.1rem dashed #ccc;
        border-radius: 1rem;
    }
  .workshop_cnt3 .inner .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
      .workshop_cnt1-2 .inner .col2 {
        margin: 0 0 3rem;
        padding: 1rem;
        border: 0.1rem dashed #ccc;
        border-radius: 1rem;
    }
    /*philosophy*/
    .philosophy_cnt1 .inner .window h3 {
        font-size: 2.4rem;
        margin: 0 auto 3rem;
    }
    .philosophy_cnt3 .inner .grid {
        display: block;
    }
    .philosophy_cnt3 .inner .grid .dl:not(:last-of-type) {
        margin: 0 0 3rem;
    }
  .philosophy_cnt4 {
    padding: 2rem 0 2rem !important;
}
  .philosophy_cnt4_1 {
    padding: 5rem 0 2rem !important;
}
    .philosophy_cnt5 .inner .col2 {
        padding: 1rem;
        border-radius: 1rem;
        border: 0.1rem dashed #ccc;
    }





    /*contact*/
    form .dl {
        display: block;
        min-height: initial;
    }
    form .dl .dt {
        width: 100%;
        border: none;
        padding: 0.5rem 0;
    }
    form .dl .dd {
        width: 100%;
        padding: 0.5rem 0;
    }
    form .dl .dd .checkArea {
        display: block;
    }
    form .col label {
        font-size: 1rem;
    }
    .privacyformError {
        margin-top: -36.5px !important;
    }




}
@media screen and (max-width: 375px){
    .index_cnt1 .inner h3 {font-size: 2.1rem;}
}
@media screen and (max-width: 520px){
  .inner {width: 90%;}
  .top_news_list .dl {display: block !important;}
  .top_news_list .dd,.company_cnt2 .inner .dt,.company_cnt2 .inner .dd { width: auto;}
  .bottom .col2 .left p br{display:none;}
  .products_cnt4 .inner .grid { grid-template-columns: repeat(1, 1fr);}
  :is(.flow_cnt2, .flow_cnt3) .inner .dt { margin: 0 0 1rem;}
  :is(.flow_cnt2, .flow_cnt3) .inner .dt p { margin-top: 2rem;}
  .mainimg h2,.index .mainimg p { left: 5vw;}
  .company_cnt2 .inner .dl {
    display: block;
    min-height: 3rem;
  }
  .company_cnt2 .inner .dd { margin-bottom: 1rem;}
  .company_cnt2 .inner .dd,.company_cnt2 .inner .dt { padding: 1em 0;}
}
@media screen and ( max-width:1024px) {
  .br_none br{display:none;}
  .index .mainimg .cath_01 {bottom: 27rem;}
      .header .nav>.ul>.li:last-of-type { margin: 0; }
  .header .nav>.ul {margin-top: 15px;}
  .index_cnt1 {background-size: cover;}
  .philosophy_cnt4 .inner .window .col2 .left .titleA p {font-size: 3rem;}
  form .col label{font-size: 1.6rem;}
}
@media (min-width:900px) and (max-width:1025px){
  .bottom .col2 {display: flex !important;}
}


@media (min-width:1025px) and (max-width:1450px){
  .header .nav>.ul>.li>.ul { z-index: 999;}
}
@media screen and (min-width: 1450px){
  .br_none br{display:none;}
}
@media screen and (min-width: 1025px){
  .header {padding: 0 7.02vw;}
    .spbr br{display:none;}
}

@media screen and (min-width: 1800px){
.index .mainimg h2 { font-weight: normal;}
  .index .mainimg p,.index_cnt1 .inner h3,.mainimg h2,.strength_cnt1 .inner .col2 .left h4,.flow_title h4,
  {font-weight: inherit;}
  .products_cnt3 { padding: 10rem 0 18rem;}
  .products_cnt4 .titleA { margin: 0 0 10rem;}
  .career_cnt3 .titleA h3,.career_cnt3 .titleA p{text-align: left;}
  .contact_cnt1 {padding: 0rem 0 8rem;}
}