@charset "UTF-8";





/*index*/
.header.index {
    display: none;
}
.header2 {
    position: fixed;
    top: initial;
    bottom: 0;
}

.header2 .nav>.ul>.li:nth-of-type(4):hover .ul {
    top: -40rem;
}

.header2 .pagetop {
    display: none;
}
.index .mainimg {
    width: 100%;
    height: 100vh;
    position: relative;
}
.index .mainimg .titleA {
    position: absolute;
    top: calc(50% - 4rem);
    z-index: 2;
}
.index .mainimg .titleA {
    width: 100%;
}
.index .mainimg .titleA h2 {
    color: #fff;
}
.index .mainimg .titleA p {
    color: #fff;
}
.index .mainimg .pic {
    width: 100%;
    height: inherit;
    overflow: hidden;
}
.index .mainimg .pic .slider {
    width: 100%;
    height: inherit;
}
.index .mainimg .pic .slider * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt1 {
    padding: 12rem 0;
}
.index_cnt1 .inner {
    width: 90%;
    max-width: 164rem;
}
.index_cnt1 .inner .col2 {
    display: flex;
    align-items: center;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 17rem;
}
.index_cnt1 .inner .col2 .left {
    width: 50%;
}
.index_cnt1 .inner .col2 .left .titleA * {
    text-align: left;
}
.index_cnt1 .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.index_cnt1 .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.index_cnt1 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt1>.col2 {
    width: 100%;
    height: 36rem;
    display: flex;
}
.index_cnt1>.col2 :is(.left, .right) {
    width: 50%;
    height: inherit;
    overflow: hidden;
}
.index_cnt1>.col2 :is(.left, .right) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.index_cnt2 {
    padding: 12rem 0;
    position: relative;
}
.index_cnt2::before {
    content: "";
    width: 100%;
    height: 46rem;
    background: #fefaf3;
    display: block;
    transform: skew(0, -7.5deg);
    position: absolute;
    z-index: -1;
}
.index_cnt2 .inner {
    width: 90%;
    max-width: 164rem;
}
.index_cnt2 .inner .col2 {
    display: flex;
    align-items: center;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 17rem;
}
.index_cnt2 .inner .col2 .left {
    width: 50%;
}
.index_cnt2 .inner .col2 .left .titleA * {
    text-align: left;
}
.index_cnt2 .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.index_cnt2 .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.index_cnt2 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt3 {
    padding: 10rem 0;
}
.index_cnt3 .inner>p {
    text-align: center;
    line-height: 2.82;
    margin: 0 auto 3rem;
}
.index_cnt3 .window {
    background: #fefaf3;
    padding: 5rem 0;
}
.index_cnt4 {
    padding: 10rem 0;
}
.index_cnt4 .inner .col2 {
    display: flex;
    align-items: center;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 17rem;
}
.index_cnt4 .inner .col2 .left {
    width: 50%;
}
.index_cnt4 .inner .col2 .left .logo {
    margin: 0 0 1rem;
}
.index_cnt4 .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 3rem;
}
.index_cnt4 .inner .col2 .left>p:not(.buttonA) a {
    color: inherit;
}

.index_cnt4 .inner .col2 .right {
    width: 50%;
    aspect-ratio: 6.8/4;
    overflow: hidden;
}
.index_cnt4 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt5 {
    padding: 10rem 0 14rem;
}
.index_cnt5 .inner .window {
    width: 100%;
    height: 20rem;
    background: #fbfbfa;
    overflow-y: scroll;
    padding: 2rem 3.125vw;
    /*6*/
    border: 0.1rem solid #efece8;
    box-shadow: 0 0 0.6rem 0 rgba(255, 255, 255, 1) inset;
}
.index_cnt5 .inner .window .dl {
    width: 100%;
    min-height: 6rem;
    display: flex;
    align-items: center;

}
.index_cnt5 .inner .window .dd {
    width: 80%;
}
.index_cnt5 .inner .window .dt {
    color: #c0b4a0;
    width: 20%;
}





/*concept*/
.concept_cnt1 {
    padding: 9rem 0 0;
}
.concept_cnt1 .inner>p {
    text-align: center;
    line-height: 2.82;
    margin: 0 auto 10rem;
}

.concept_cnt1>.col2 {
    width: 100%;
    height: 36rem;
    display: flex;
}
.concept_cnt1>.col2 :is(.left, .right) {
    width: 50%;
    height: inherit;
    overflow: hidden;
}
.concept_cnt1>.col2 :is(.left, .right) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.concept_cnt2 {
    padding: 12rem 0;
    position: relative;
}
.concept_cnt2 .inner {
    width: 90%;
    max-width: 164rem;
}
.concept_cnt2 .inner .col2 {
    display: flex;
    align-items: center;
    gap: 3.64vw;
    /*7*/
    margin: 0 auto 7rem;
}
.concept_cnt2 .inner .col2:nth-of-type(even) {
    flex-direction: row-reverse;
}
.concept_cnt2 .inner .col2 .left {
    width: 50%;
    padding: 5rem 0 0;
}
.concept_cnt2 .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.concept_cnt2 .inner .col2 .left p {
    line-height: 2.82;
}

.concept_cnt2 .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.concept_cnt2 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}






/*reason*/
.reason_cnt1 {
    padding: 10rem 0;
}
.reason_cnt1 .inner h2 {
    font-size: 3.3rem;
    text-align: center;
    line-height: 1.8;
    margin: 0 auto 4rem;
}
.reason_cnt1 .inner p:not(.buttonA) {
    text-align: center;
    line-height: 2.82;
    margin: 0 auto 10rem;
}
.reason_cnt1 .inner .button {
    display: flex;
    justify-content: center;
    gap: 2.08vw;
    /*4*/
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4) {
    padding: 5rem 0 10rem;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4)>.inner {
    width: 90%;
    max-width: 164rem;
    padding: 0 0 8rem;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4)>.inner .window {
    width: 80%;
    max-width: 120rem;
    margin: 0 auto 7rem;
    border: 0.1rem solid #efece8;
    padding: 8rem 5.2vw 5rem;
    /*10*/
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4)>.inner .window .catch {
    width: fit-content;
    padding: 0 2em;
    background: #fff;
    font-size: 2.7rem;
    text-align: center;
    margin: calc(-8rem - 0.5em) auto 6rem;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4)>.inner .window .ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 3.64vw;
    /*7*/
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4)>.inner .window .li {
    list-style: none;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4)>.inner .window .li p::before {
    content: "☑";
    color: #bdb4a5;
    margin: 0 1rem 0 0;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4)>.inner .col2 {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
    gap: 3.125vw;
    /*6*/
    margin: 0 auto;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4)>.inner .col2 .left {
    width: 50%;
    padding: 5rem 0 0;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4)>.inner .col2 .left .titleA * {
    text-align: left;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4)>.inner .col2 .left h4 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4)>.inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

:is(.reason_cnt2, .reason_cnt3, .reason_cnt4) .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4) .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4) .point {
    background: #fefaf3;
    padding: 7rem 0;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4) .point .inner h4 {
    font-size: 3.3rem;
    text-align: center;
    margin: 0 auto 5rem;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4) .point .inner .dl {
    display: flex;
    gap: 2.08vw;
    /*5*/
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4) .point .inner .dl:not(:last-of-type) {
    margin: 0 0 3rem;
}
.c6955 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 1.4%;
  margin: 0 0 3rem;
}
.c8228 {
        object-fit: cover;
    width: 100%;
    height: 100%;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4) .point .inner .dt {
    width: 25%;
    min-height: 13.5rem;
    display: grid;
    align-items: center;
    font-size: 2.1rem;
    text-align: center;
    background: #f8e5cc;
    border: 0.6rem double rgba(255, 255, 255, 0.5);
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4) .point .inner .dd {
    width: 75%;
    line-height: 2.58;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4) .point .inner .ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem 2rem;
    margin: 0 0 3rem;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4) .point .inner .li {
    list-style: none;
    width: 100%;
    min-height: 4rem;
    background: #ded3c0;
    display: grid;
    align-items: center;
    text-align: center;
}
:is(.reason_cnt2, .reason_cnt3, .reason_cnt4) .point .inner .li a {
    color: #fff;
}
.reason_cnt5 {
    padding: 5rem 0 15rem;
}
.reason_cnt5 .inner .dl:not(:last-of-type) {
    margin: 0 0 4rem;
}
.reason_cnt5 .inner .dt {
    font-size: 1.9rem;
    font-weight: normal;
    width: 100%;
    min-height: 4rem;
    background: #f8e5cc;
    border: 0.6rem double rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 0 3rem;
}
.reason_cnt5 .inner .dt::before {
    content: "Q";
    color: #c0b4a0;
}
.reason_cnt5 .inner .aco2 {
    display: none;
    /*初期状態で開いておく場合はinitialに変更*/
}
.reason_cnt5 .inner .dd {
    background: #fefaf3;
    border: 0.6rem solid #fefaf3;
    /*display: flex;*/
    gap: 3rem;
    padding: 0 3rem;
    line-height: 2.17;
}
.reason_cnt5 .inner .dd::before {
    content: "A";
    font-size: 1.9rem;
    color: #c0b4a0;
}





/*company*/
.company_cnt1 {
    padding: 10rem 0;
}
.company_cnt1 .inner .col2 {
    display: flex;
    align-items: start;
    gap: 3.64vw;
    /*7*/
}
.company_cnt1 .inner .col2 .left {
    width: 67%;
}
.company_cnt1 .inner .col2 .left h3 {
    font-size: 3.7rem;
    line-height: 1.8;
    margin: 0 0 4rem;
}
.company_cnt1 .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.company_cnt1 .inner .col2 .right {
    width: 33%;
}
.company_cnt1 .inner .col2 .right .pic {
    aspect-ratio: 4/4.6;
    overflow: hidden;
    margin: 0 0 2rem;

}
.company_cnt1 .inner .col2 .right .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.company_cnt1 .inner .col2 .right .ceo {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 1rem;
}
.company_cnt1 .inner .col2 .right .ceo .name {
    font-size: 2.5rem;
}
.company_cnt2 {
    padding: 5rem 0;
    position: relative;
}
.company_cnt2::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fefaf3;
    display: inline-block;
    transform: skew(0, -7.5deg);
    position: absolute;
    z-index: -1;

}
.company_cnt2 .inner .dl {
    display: flex;
    gap: 1rem;
    width: 100%;
    min-height: 6rem;

}
.company_cnt2 .inner .dl:last-of-type {
    margin: 0 auto 5rem;
}

.company_cnt2 .inner .dt {
    width: 20%;
    min-width: 5em;
    min-height: inherit;
    border-bottom: 0.1rem solid #ded3c0;
    display: grid;
    align-items: center;
    padding: 0 0 0 4.16vw;
    /*8*/
}

.company_cnt2 .inner .dd {
    width: 80%;
    min-height: inherit;
    border-bottom: 0.1rem solid #85837f;
    display: grid;
    align-items: center;
    padding: 0 0 0 4.16vw;
    /*8*/
}
.company_cnt2 .inner .dd a {
    color: inherit;
}
.company .map {
    width: 100%;
    height: 35rem;
    margin: 0 auto 5rem;
}
.company .map iframe {
    width: 100%;
    height: inherit;
    border: none;
}



/*crocodile*/
.crocodile_cnt1 {
    padding: 12rem 0;
}
.crocodile_cnt1 .inner {
    width: 90%;
    max-width: 164rem;
}
.crocodile_cnt1 .inner .col2 {
    display: flex;
    align-items: start;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 17rem;
}
.crocodile_cnt1 .inner .col2 .left {
    width: 50%;
}
.crocodile_cnt1 .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.crocodile_cnt1 .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.crocodile_cnt1 .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.crocodile_cnt1 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.crocodile_cnt1>.col2 {
    width: 100%;
    height: 36rem;
    display: flex;
}
.crocodile_cnt1>.col2 :is(.left, .right) {
    width: 50%;
    height: inherit;
    overflow: hidden;
}
.crocodile_cnt1>.col2 :is(.left, .right) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.crocodile_cnt2 {
    padding: 12rem 0;
}
.crocodile_cnt2 .sec {
    position: relative;
}
.crocodile_cnt2 .sec:not(:last-of-type) {
    margin: 0 auto 7rem;
}
.crocodile_cnt2 .sec .inner {
    width: 90%;
    max-width: 164rem;
}
.crocodile_cnt2 .sec::before {
    content: "";
    width: 100%;
    height: 46rem;
    background: #fefaf3;
    display: block;
    transform: skew(0, 7.5deg);
    position: absolute;
    z-index: -1;
}
.crocodile_cnt2 .sec:nth-of-type(even)::before {
    transform: skew(0, -7.5deg);

}
.crocodile_cnt2 .sec .inner .col2 {
    display: flex;
    align-items: start;
    gap: 3.64vw;
    /*7*/
}

.crocodile_cnt2 .sec:nth-of-type(odd) .inner .col2 {
    flex-direction: row-reverse;
}
.crocodile_cnt2 .sec .inner .col2 .left {
    width: 50%;
    padding: 5rem 0 0;
}
.crocodile_cnt2 .sec .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.crocodile_cnt2 .sec .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.crocodile_cnt2 .sec .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.crocodile_cnt2 .sec .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.crocodile_cnt3 {
    padding: 12rem 0 10rem;
}
.crocodile_cnt3 .inner .read {
    text-align: center;
    line-height: 2.82;
    margin: 0 auto 5rem;
}
.crocodile_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.08vw;
}
.crocodile_cnt3 .inner .grid .dl {
    width: 100%;
    background: rgba(253, 235, 211, 1);
    background-size: auto;
    display: grid;
    gap: 1rem;
    align-content: center;
    border: 0.6rem double rgba(255, 255, 255, 0.5);
    padding: 2rem;
}
.crocodile_cnt3 .inner .grid .dt {
    font-size: 2.1rem;
    text-align: center;
}
.crocodile_cnt3 .inner .grid .dd {
    text-align: center;
    line-height: 1.82;
}
.crocodile_cnt4 {
    padding: 10rem 0;
    background: #fefaf3;
}
.crocodile_cnt4 .inner {
    width: 90%;
    max-width: 164rem;
}
.crocodile_cnt4 .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.08vw;
    /*4*/
}
.crocodile_cnt4 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 8/5.3;
    overflow: hidden;
}
.crocodile_cnt4 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.crocodile_cnt5 {
    padding: 14rem 0;
}
.crocodile_cnt5 .inner h3 {
    font-size: 3.3rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.crocodile_cnt5 .inner .material a:nth-of-type(1) .dl {
    background: url(/system_panel/uploads/images/button_crocodile.jpg) no-repeat center rgba(225, 200, 166, 1);
}





/*elefant*/
.elefant_cnt1 {
    padding: 12rem 0;
}
.elefant_cnt1 .inner {
    width: 90%;
    max-width: 164rem;
}
.elefant_cnt1 .inner .col2 {
    display: flex;
    align-items: start;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 17rem;
}
.elefant_cnt1 .inner .col2 .left {
    width: 50%;
}
.elefant_cnt1 .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.elefant_cnt1 .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.elefant_cnt1 .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.elefant_cnt1 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.elefant_cnt1>.col2 {
    width: 100%;
    height: 36rem;
    display: flex;
}
.elefant_cnt1>.col2 :is(.left, .right) {
    width: 50%;
    height: inherit;
    overflow: hidden;
}
.elefant_cnt1>.col2 :is(.left, .right) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.elefant_cnt2 {
    padding: 12rem 0;
}
.elefant_cnt2 .sec {
    position: relative;
}
.elefant_cnt2 .sec:not(:last-of-type) {
    margin: 0 auto 7rem;
}
.elefant_cnt2 .sec .inner {
    width: 90%;
    max-width: 164rem;
}
.elefant_cnt2 .sec::before {
    content: "";
    width: 100%;
    height: 46rem;
    background: #fefaf3;
    display: block;
    transform: skew(0, 7.5deg);
    position: absolute;
    z-index: -1;
}
.elefant_cnt2 .sec:nth-of-type(even)::before {
    transform: skew(0, -7.5deg);

}
.elefant_cnt2 .sec .inner .col2 {
    display: flex;
    align-items: start;
    gap: 3.64vw;
    /*7*/
}

.elefant_cnt2 .sec:nth-of-type(odd) .inner .col2 {
    flex-direction: row-reverse;
}
.elefant_cnt2 .sec .inner .col2 .left {
    width: 50%;
    padding: 5rem 0 0;
}
.elefant_cnt2 .sec .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.elefant_cnt2 .sec .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.elefant_cnt2 .sec .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.elefant_cnt2 .sec .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.elefant_cnt3 {
    padding: 10rem 0;
    background: #fefaf3;
}
.elefant_cnt3 .inner {
    width: 90%;
    max-width: 164rem;
}
.elefant_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.08vw;
    /*4*/
}
.elefant_cnt3 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 8/5.3;
    overflow: hidden;
}
.elefant_cnt3 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.elefant_cnt4 {
    padding: 14rem 0;
}
.elefant_cnt4 .inner h3 {
    font-size: 3.3rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.elefant_cnt4 .inner .material a:nth-of-type(2) .dl {
    background: url(/system_panel/uploads/images/button_elefant.jpg) no-repeat center rgba(225, 200, 166, 1);
}





/*python*/

.python_cnt1 {
    padding: 12rem 0;
}
.python_cnt1 .inner {
    width: 90%;
    max-width: 164rem;
}
.python_cnt1 .inner .col2 {
    display: flex;
    align-items: start;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 17rem;
}
.python_cnt1 .inner .col2 .left {
    width: 50%;
}
.python_cnt1 .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.python_cnt1 .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.python_cnt1 .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.python_cnt1 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.python_cnt1>.col2 {
    width: 100%;
    height: 36rem;
    display: flex;
}
.python_cnt1>.col2 :is(.left, .right) {
    width: 50%;
    height: inherit;
    overflow: hidden;
}
.python_cnt1>.col2 :is(.left, .right) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.python_cnt2 {
    padding: 12rem 0;
}
.python_cnt2 .sec {
    position: relative;
}
.python_cnt2 .sec:not(:last-of-type) {
    margin: 0 auto 7rem;
}
.python_cnt2 .sec .inner {
    width: 90%;
    max-width: 164rem;
}
.python_cnt2 .sec::before {
    content: "";
    width: 100%;
    height: 46rem;
    background: #fefaf3;
    display: block;
    transform: skew(0, 7.5deg);
    position: absolute;
    z-index: -1;
}
.python_cnt2 .sec:nth-of-type(even)::before {
    transform: skew(0, -7.5deg);

}
.python_cnt2 .sec .inner .col2 {
    display: flex;
    align-items: start;
    gap: 3.64vw;
    /*7*/
}

.python_cnt2 .sec:nth-of-type(odd) .inner .col2 {
    flex-direction: row-reverse;
}
.python_cnt2 .sec .inner .col2 .left {
    width: 50%;
    padding: 5rem 0 0;
}
.python_cnt2 .sec .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.python_cnt2 .sec .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.python_cnt2 .sec .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.python_cnt2 .sec .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.python_cnt3 {
    padding: 10rem 0;
    background: #fefaf3;
}
.python_cnt3 .inner {
    width: 90%;
    max-width: 164rem;
}
.python_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.08vw;
    /*4*/
}
.python_cnt3 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 8/5.3;
    overflow: hidden;
}
.python_cnt3 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.python_cnt4 {
    padding: 14rem 0;
}
.python_cnt4 .inner h3 {
    font-size: 3.3rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.python_cnt4 .inner .material a:nth-of-type(7) .dl {
    background: url(/system_panel/uploads/images/button_python.jpg) no-repeat center rgba(225, 200, 166, 1);
}





/*ostrich*/
.ostrich_cnt1 {
    padding: 12rem 0;
}
.ostrich_cnt1 .inner {
    width: 90%;
    max-width: 164rem;
}
.ostrich_cnt1 .inner .col2 {
    display: flex;
    align-items: start;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 17rem;
}
.ostrich_cnt1 .inner .col2 .left {
    width: 50%;
}
.ostrich_cnt1 .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.ostrich_cnt1 .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.ostrich_cnt1 .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.ostrich_cnt1 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ostrich_cnt1>.col2 {
    width: 100%;
    height: 36rem;
    display: flex;
}
.ostrich_cnt1>.col2 :is(.left, .right) {
    width: 50%;
    height: inherit;
    overflow: hidden;
}
.ostrich_cnt1>.col2 :is(.left, .right) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ostrich_cnt2 {
    padding: 12rem 0;
}
.ostrich_cnt2 .sec {
    position: relative;
}
.ostrich_cnt2 .sec:not(:last-of-type) {
    margin: 0 auto 7rem;
}
.ostrich_cnt2 .sec .inner {
    width: 90%;
    max-width: 164rem;
}
.ostrich_cnt2 .sec::before {
    content: "";
    width: 100%;
    height: 46rem;
    background: #fefaf3;
    display: block;
    transform: skew(0, 7.5deg);
    position: absolute;
    z-index: -1;
}
.ostrich_cnt2 .sec:nth-of-type(even)::before {
    transform: skew(0, -7.5deg);

}
.ostrich_cnt2 .sec .inner .col2 {
    display: flex;
    align-items: start;
    gap: 3.64vw;
    /*7*/
}

.ostrich_cnt2 .sec:nth-of-type(odd) .inner .col2 {
    flex-direction: row-reverse;
}
.ostrich_cnt2 .sec .inner .col2 .left {
    width: 50%;
    padding: 5rem 0 0;
}
.ostrich_cnt2 .sec .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.ostrich_cnt2 .sec .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.ostrich_cnt2 .sec .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.ostrich_cnt2 .sec .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ostrich_cnt3 {
    padding: 10rem 0;
    background: #fefaf3;
}
.ostrich_cnt3 .inner {
    width: 90%;
    max-width: 164rem;
}
.ostrich_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.08vw;
    /*4*/
}
.ostrich_cnt3 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 8/5.3;
    overflow: hidden;
}
.ostrich_cnt3 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ostrich_cnt4 {
    padding: 14rem 0;
}
.ostrich_cnt4 .inner h3 {
    font-size: 3.3rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.ostrich_cnt4 .inner .material a:nth-of-type(6) .dl {
    background: url(/system_panel/uploads/images/button_ostrich.jpg) no-repeat center rgba(225, 200, 166, 1);
}



/*shark*/
.shark_cnt1 {
    padding: 12rem 0;
}
.shark_cnt1 .inner {
    width: 90%;
    max-width: 164rem;
}
.shark_cnt1 .inner .col2 {
    display: flex;
    align-items: start;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 17rem;
}
.shark_cnt1 .inner .col2 .left {
    width: 50%;
}
.shark_cnt1 .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.shark_cnt1 .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.shark_cnt1 .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.shark_cnt1 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.shark_cnt1>.col2 {
    width: 100%;
    height: 36rem;
    display: flex;
}
.shark_cnt1>.col2 :is(.left, .right) {
    width: 50%;
    height: inherit;
    overflow: hidden;
}
.shark_cnt1>.col2 :is(.left, .right) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.shark_cnt2 {
    padding: 12rem 0;
}
.shark_cnt2 .sec {
    position: relative;
}
.shark_cnt2 .sec:not(:last-of-type) {
    margin: 0 auto 7rem;
}
.shark_cnt2 .sec .inner {
    width: 90%;
    max-width: 164rem;
}
.shark_cnt2 .sec::before {
    content: "";
    width: 100%;
    height: 46rem;
    background: #fefaf3;
    display: block;
    transform: skew(0, 7.5deg);
    position: absolute;
    z-index: -1;
}
.shark_cnt2 .sec:nth-of-type(even)::before {
    transform: skew(0, -7.5deg);

}
.shark_cnt2 .sec .inner .col2 {
    display: flex;
    align-items: start;
    gap: 3.64vw;
    /*7*/
}

.shark_cnt2 .sec:nth-of-type(odd) .inner .col2 {
    flex-direction: row-reverse;
}
.shark_cnt2 .sec .inner .col2 .left {
    width: 50%;
    padding: 5rem 0 0;
}
.shark_cnt2 .sec .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.shark_cnt2 .sec .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.shark_cnt2 .sec .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.shark_cnt2 .sec .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.shark_cnt3 {
    padding: 10rem 0;
    background: #fefaf3;
}
.shark_cnt3 .inner {
    width: 90%;
    max-width: 164rem;
}
.shark_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.08vw;
    /*4*/
}
.shark_cnt3 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 8/5.3;
    overflow: hidden;
}
.shark_cnt3 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.shark_cnt4 {
    padding: 14rem 0;
}
.shark_cnt4 .inner h3 {
    font-size: 3.3rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.shark_cnt4 .inner .material a:nth-of-type(3) .dl {
    background: url(/system_panel/uploads/images/button_shark.jpg) no-repeat center rgba(225, 200, 166, 1);
}




/*lizard*/
.lizard_cnt1 {
    padding: 12rem 0;
}
.lizard_cnt1 .inner {
    width: 90%;
    max-width: 164rem;
}
.lizard_cnt1 .inner .col2 {
    display: flex;
    align-items: start;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 17rem;
}
.lizard_cnt1 .inner .col2 .left {
    width: 50%;
}
.lizard_cnt1 .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.lizard_cnt1 .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.lizard_cnt1 .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.lizard_cnt1 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.lizard_cnt1>.col2 {
    width: 100%;
    height: 36rem;
    display: flex;
}
.lizard_cnt1>.col2 :is(.left, .right) {
    width: 50%;
    height: inherit;
    overflow: hidden;
}
.lizard_cnt1>.col2 :is(.left, .right) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.lizard_cnt2 {
    padding: 12rem 0;
}
.lizard_cnt2 .sec {
    position: relative;
}
.lizard_cnt2 .sec:not(:last-of-type) {
    margin: 0 auto 7rem;
}
.lizard_cnt2 .sec .inner {
    width: 90%;
    max-width: 164rem;
}
.lizard_cnt2 .sec::before {
    content: "";
    width: 100%;
    height: 46rem;
    background: #fefaf3;
    display: block;
    transform: skew(0, 7.5deg);
    position: absolute;
    z-index: -1;
}
.lizard_cnt2 .sec:nth-of-type(even)::before {
    transform: skew(0, -7.5deg);

}
.lizard_cnt2 .sec .inner .col2 {
    display: flex;
    align-items: start;
    gap: 3.64vw;
    /*7*/
}

.lizard_cnt2 .sec:nth-of-type(odd) .inner .col2 {
    flex-direction: row-reverse;
}
.lizard_cnt2 .sec .inner .col2 .left {
    width: 50%;
    padding: 5rem 0 0;
}
.lizard_cnt2 .sec .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.lizard_cnt2 .sec .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.lizard_cnt2 .sec .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.lizard_cnt2 .sec .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.lizard_cnt3 {
    padding: 10rem 0;
    background: #fefaf3;
}
.lizard_cnt3 .inner {
    width: 90%;
    max-width: 164rem;
}
.lizard_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.08vw;
    /*4*/
}
.lizard_cnt3 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 8/5.3;
    overflow: hidden;
}
.lizard_cnt3 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.lizard_cnt4 {
    padding: 14rem 0;
}
.lizard_cnt4 .inner h3 {
    font-size: 3.3rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.lizard_cnt4 .inner .material a:nth-of-type(8) .dl {
    background: url(/system_panel/uploads/images/button_lizard.jpg) no-repeat center rgba(225, 200, 166, 1);
}





/*stingray*/
.stingray_cnt1 {
    padding: 12rem 0;
}
.stingray_cnt1 .inner {
    width: 90%;
    max-width: 164rem;
}
.stingray_cnt1 .inner .col2 {
    display: flex;
    align-items: start;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 17rem;
}
.stingray_cnt1 .inner .col2 .left {
    width: 50%;
}
.stingray_cnt1 .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.stingray_cnt1 .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.stingray_cnt1 .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.stingray_cnt1 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.stingray_cnt1>.col2 {
    width: 100%;
    height: 36rem;
    display: flex;
}
.stingray_cnt1>.col2 :is(.left, .right) {
    width: 50%;
    height: inherit;
    overflow: hidden;
}
.stingray_cnt1>.col2 :is(.left, .right) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.stingray_cnt2 {
    padding: 12rem 0;
}
.stingray_cnt2 .sec {
    position: relative;
}
.stingray_cnt2 .sec:not(:last-of-type) {
    margin: 0 auto 7rem;
}
.stingray_cnt2 .sec .inner {
    width: 90%;
    max-width: 164rem;
}
.stingray_cnt2 .sec::before {
    content: "";
    width: 100%;
    height: 46rem;
    background: #fefaf3;
    display: block;
    transform: skew(0, 7.5deg);
    position: absolute;
    z-index: -1;
}
.stingray_cnt2 .sec:nth-of-type(even)::before {
    transform: skew(0, -7.5deg);

}
.stingray_cnt2 .sec .inner .col2 {
    display: flex;
    align-items: start;
    gap: 3.64vw;
    /*7*/
}

.stingray_cnt2 .sec:nth-of-type(odd) .inner .col2 {
    flex-direction: row-reverse;
}
.stingray_cnt2 .sec .inner .col2 .left {
    width: 50%;
    padding: 5rem 0 0;
}
.stingray_cnt2 .sec .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.stingray_cnt2 .sec .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.stingray_cnt2 .sec .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.stingray_cnt2 .sec .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.stingray_cnt3 {
    padding: 10rem 0;
    background: #fefaf3;
}
.stingray_cnt3 .inner {
    width: 90%;
    max-width: 164rem;
}
.stingray_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.08vw;
    /*4*/
}
.stingray_cnt3 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 8/5.3;
    overflow: hidden;
}
.stingray_cnt3 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.stingray_cnt4 {
    padding: 14rem 0;
}
.stingray_cnt4 .inner h3 {
    font-size: 3.3rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.stingray_cnt4 .inner .material a:nth-of-type(5) .dl {
    background: url(/system_panel/uploads/images/button_stingrey.jpg) no-repeat center rgba(225, 200, 166, 1);
}





/*lamb*/
.lamb_cnt1 {
    padding: 12rem 0;
}
.lamb_cnt1 .inner {
    width: 90%;
    max-width: 164rem;
}
.lamb_cnt1 .inner .col2 {
    display: flex;
    align-items: start;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 17rem;
}
.lamb_cnt1 .inner .col2 .left {
    width: 50%;
}
.lamb_cnt1 .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.lamb_cnt1 .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.lamb_cnt1 .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.lamb_cnt1 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.lamb_cnt1>.col2 {
    width: 100%;
    height: 36rem;
    display: flex;
}
.lamb_cnt1>.col2 :is(.left, .right) {
    width: 50%;
    height: inherit;
    overflow: hidden;
}
.lamb_cnt1>.col2 :is(.left, .right) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.lamb_cnt2 {
    padding: 12rem 0;
}
.lamb_cnt2 .sec {
    position: relative;
}
.lamb_cnt2 .sec:not(:last-of-type) {
    margin: 0 auto 7rem;
}
.lamb_cnt2 .sec .inner {
    width: 90%;
    max-width: 164rem;
}
.lamb_cnt2 .sec::before {
    content: "";
    width: 100%;
    height: 46rem;
    background: #fefaf3;
    display: block;
    transform: skew(0, 7.5deg);
    position: absolute;
    z-index: -1;
}
.lamb_cnt2 .sec:nth-of-type(even)::before {
    transform: skew(0, -7.5deg);

}
.lamb_cnt2 .sec .inner .col2 {
    display: flex;
    align-items: start;
    gap: 3.64vw;
    /*7*/
}

.lamb_cnt2 .sec:nth-of-type(odd) .inner .col2 {
    flex-direction: row-reverse;
}
.lamb_cnt2 .sec .inner .col2 .left {
    width: 50%;
    padding: 5rem 0 0;
}
.lamb_cnt2 .sec .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.lamb_cnt2 .sec .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.lamb_cnt2 .sec .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.lamb_cnt2 .sec .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.lamb_cnt3 {
    padding: 10rem 0;
    background: #fefaf3;
}
.lamb_cnt3 .inner {
    width: 90%;
    max-width: 164rem;
}
.lamb_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.08vw;
    /*4*/
}
.lamb_cnt3 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 8/5.3;
    overflow: hidden;
}
.lamb_cnt3 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.lamb_cnt4 {
    padding: 14rem 0;
}
.lamb_cnt4 .inner h3 {
    font-size: 3.3rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.lamb_cnt4 .inner .material a:nth-of-type(9) .dl {
    background: url(/system_panel/uploads/images/button_lamb.jpg) no-repeat center rgba(225, 200, 166, 1);
}





/*caiman*/
.caiman_cnt1 {
    padding: 12rem 0;
}
.caiman_cnt1 .inner {
    width: 90%;
    max-width: 164rem;
}
.caiman_cnt1 .inner .col2 {
    display: flex;
    align-items: start;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 17rem;
}
.caiman_cnt1 .inner .col2 .left {
    width: 50%;
}
.caiman_cnt1 .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.caiman_cnt1 .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.caiman_cnt1 .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.caiman_cnt1 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.caiman_cnt1>.col2 {
    width: 100%;
    height: 36rem;
    display: flex;
}
.caiman_cnt1>.col2 :is(.left, .right) {
    width: 50%;
    height: inherit;
    overflow: hidden;
}
.caiman_cnt1>.col2 :is(.left, .right) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.caiman_cnt2 {
    padding: 12rem 0;
}
.caiman_cnt2 .sec {
    position: relative;
}
.caiman_cnt2 .sec:not(:last-of-type) {
    margin: 0 auto 7rem;
}
.caiman_cnt2 .sec .inner {
    width: 90%;
    max-width: 164rem;
}
.caiman_cnt2 .sec::before {
    content: "";
    width: 100%;
    height: 46rem;
    background: #fefaf3;
    display: block;
    transform: skew(0, 7.5deg);
    position: absolute;
    z-index: -1;
}
.caiman_cnt2 .sec:nth-of-type(even)::before {
    transform: skew(0, -7.5deg);

}
.caiman_cnt2 .sec .inner .col2 {
    display: flex;
    align-items: start;
    gap: 3.64vw;
    /*7*/
}

.caiman_cnt2 .sec:nth-of-type(odd) .inner .col2 {
    flex-direction: row-reverse;
}
.caiman_cnt2 .sec .inner .col2 .left {
    width: 50%;
    padding: 5rem 0 0;
}
.caiman_cnt2 .sec .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.caiman_cnt2 .sec .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.caiman_cnt2 .sec .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.caiman_cnt2 .sec .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.caiman_cnt3 {
    padding: 10rem 0;
    background: #fefaf3;
}
.caiman_cnt3 .inner {
    width: 90%;
    max-width: 164rem;
}
.caiman_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.08vw;
    /*4*/
}
.caiman_cnt3 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 8/5.3;
    overflow: hidden;
}
.caiman_cnt3 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.caiman_cnt4 {
    padding: 14rem 0;
}
.caiman_cnt4 .inner h3 {
    font-size: 3.3rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.caiman_cnt4 .inner .material a:nth-of-type(10) .dl {
    background: url(/system_panel/uploads/images/button_caiman.jpg) no-repeat center rgba(225, 200, 166, 1);
}




/*cow*/
.cow_cnt1 {
    padding: 12rem 0;
}
.cow_cnt1 .inner {
    width: 90%;
    max-width: 164rem;
}
.cow_cnt1 .inner .col2 {
    display: flex;
    align-items: start;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 17rem;
}
.cow_cnt1 .inner .col2 .left {
    width: 50%;
}
.cow_cnt1 .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.cow_cnt1 .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.cow_cnt1 .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.cow_cnt1 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cow_cnt1>.col2 {
    width: 100%;
    height: 36rem;
    display: flex;
}
.cow_cnt1>.col2 :is(.left, .right) {
    width: 50%;
    height: inherit;
    overflow: hidden;
}
.cow_cnt1>.col2 :is(.left, .right) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cow_cnt2 {
    padding: 12rem 0;
}
.cow_cnt2 .sec {
    position: relative;
}
.cow_cnt2 .sec:not(:last-of-type) {
    margin: 0 auto 7rem;
}
.cow_cnt2 .sec .inner {
    width: 90%;
    max-width: 164rem;
}
.cow_cnt2 .sec::before {
    content: "";
    width: 100%;
    height: 46rem;
    background: #fefaf3;
    display: block;
    transform: skew(0, 7.5deg);
    position: absolute;
    z-index: -1;
}
.cow_cnt2 .sec:nth-of-type(even)::before {
    transform: skew(0, -7.5deg);

}
.cow_cnt2 .sec .inner .col2 {
    display: flex;
    align-items: start;
    gap: 3.64vw;
    /*7*/
}

.cow_cnt2 .sec:nth-of-type(odd) .inner .col2 {
    flex-direction: row-reverse;
}
.cow_cnt2 .sec .inner .col2 .left {
    width: 50%;
    padding: 5rem 0 0;
}
.cow_cnt2 .sec .inner .col2 .left h3 {
    font-size: 3.7rem;
    margin: 0 0 4rem;
}
.cow_cnt2 .sec .inner .col2 .left>p:not(.buttonA) {
    line-height: 2.82;
    margin: 0 0 5rem;
}

.cow_cnt2 .sec .inner .col2 .right {
    width: 50%;
    aspect-ratio: 8.2/4.8;
    overflow: hidden;
}
.cow_cnt2 .sec .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cow_cnt3 {
    padding: 12rem 0 10rem;
}
.cow_cnt3 .inner .read {
    text-align: center;
    line-height: 2.82;
    margin: 0 auto 5rem;
}
.cow_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.08vw;
}
.cow_cnt3 .inner .grid .dl {
    width: 100%;
    background: rgba(253, 235, 211, 1);
    background-size: auto;
    display: grid;
    gap: 1rem;
    align-content: center;
    border: 0.6rem double rgba(255, 255, 255, 0.5);
    padding: 2rem;
}
.cow_cnt3 .inner .grid .dt {
    font-size: 2.1rem;
    text-align: center;
}
.cow_cnt3 .inner .grid .dd {
    text-align: center;
    line-height: 1.82;
}
.cow_cnt4 {
    padding: 10rem 0;
    background: #fefaf3;
}
.cow_cnt4 .inner {
    width: 90%;
    max-width: 164rem;
}
.cow_cnt4 .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.08vw;
    /*4*/
}
.cow_cnt4 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 8/5.3;
    overflow: hidden;
}
.cow_cnt4 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cow_cnt4 .inner .grid03 .pic {
    width: 100%;
    aspect-ratio: 8/10;
    overflow: hidden;
}
.cow_cnt4 .inner .grid03 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.cow_cnt5 {
    padding: 14rem 0;
}
.cow_cnt5 .inner h3 {
    font-size: 3.3rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.cow_cnt5 .inner .material a:nth-of-type(4) .dl {
    background: url(/system_panel/uploads/images/button_cow.jpg) no-repeat center rgba(225, 200, 166, 1);
}









/*contact*/
.contact_cnt1 {
    width: 100%;
    padding: 10rem 10%;
}

.contact_cnt1 h3 {
    font-size: 3.8rem;
    font-weight: 300;
    text-align: center;
    margin: 0 0 5rem 0;
}

.contact_cnt1 h3 span {
    color: #143165;
}

.contact_cnt1 .read {
    line-height: 2.2;
    text-align: center;
    margin: 0 0 9rem 0;
}

form .dl {
    width: 100%;
    display: flex;
    gap: 1.5625vw;
    /*3*/
    margin: 0 0 1rem;
}
form .dl .dt {
    width: 40%;
    min-height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
form .dt .required {
    display: inline-block;
    background: #d5c7ae;
    padding: 0.5rem;
    font-size: 1.5rem;
    color: #fff;
}
form .dl .dd {
    width: 60%;
    min-height: 5rem;
    display: grid;
    align-items: center;
}
form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    height: 5rem;
}
form input.zipInput {
    width: 40%;
}
form input[type="text"],
form input[type="email"],
form input[type="checkbox"],
form textarea {
    padding: 0 1em;
    background: #fefaf3;
    border: 0.1rem solid #efece8;
}
form textarea {
    height: 20rem;
}
form select {}
form .dl .dd .selectArea {}
form .dl .dd .selectArea div {
    width: fit-content;
    display: inline-block;
}
form .dl .dd .checkArea {
    display: flex;
    gap: 1rem;
}
form .terms {
    background: #eeeeee;
    padding: 4rem;
    height: 45rem;
    overflow-y: scroll;
    margin: 0 0 5rem 0;
}
form .terms p {
    font-size: 1.5rem;
    line-height: 2.35;
}
form .col {
    display: flex;
    width: fit-content;
    margin: 0 auto 5rem;
}
form .col label {
    width: fit-content;
}
form .privacyLabel {
    width: 100%;
    text-align: center;
}
form button {
    -webkit-appearance: none;
    width: fit-content;
    margin: auto;
    border: none;
}

.contact_cnt2 {
    background: #fefaf3;
    padding: 7rem 0;
}
.contact_cnt2 .inner .tel {
    font-size: 2rem;
    font-family: "Kodchasan", sans-serif;
    text-align: center;
    margin: 0 auto 2rem;
}
.contact_cnt2 .inner .tel a {
    font-size: 3.3rem;
    text-align: center;
    margin: 0 auto 1rem;
    color: inherit;
}
.contact_cnt2 .inner .time {
    text-align: center;
}

/*--------------*/
.python_cnt3 .inner .grid .pic img,
.shark_cnt2 .sec .inner .col2 .right img,.shark_cnt3 .inner .grid .pic img,
.lizard_cnt2 .sec .inner .col2 .right img,.lizard_cnt3 .inner .grid .pic img,
.cow_cnt2 .sec .inner .col2 .right img,.cow_cnt4 .inner .grid .pic img,
.caiman_cnt2 .sec .inner .col2 .right img,.caiman_cnt3 .inner .grid .pic img{
    object-fit: contain;
}