@charset "UTF-8";





/*index*/
.index .mainimg {
    width: 80%;
    max-width: 120rem;
    height: 67.5rem;
    margin: auto;
    position: relative;
}
.index .mainimg h2 {
    width: 26.875vw;
    /*51.6*/
    max-width: 51.6rem;
    position: relative;
    left: 0;
    margin: 0 0 calc(3.38vw + 2.5rem);
    /*6.5*/
    top: 3.38vw;
    z-index: 2;
}
.index .mainimg h2 img {
    width: 100%;
}
.index .mainimg .ul {
    width: 26.875vw;
    /*51.6*/
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    position: relative;
    z-index: 2;
}
.index .mainimg .li {
    list-style: none;
    width: fit-content;
    min-height: 3rem;
    padding: 0 1em;
    display: grid;
    align-items: center;
    font-weight: bold;
    color: #fff;
}
.index .mainimg .blue {
    background: #0060ab;
}
.index .mainimg .orange {
    background: #fa9c2c;
}
.index .mainimg .red {
    background: #ff2533;
}
.index .mainimg .slider {
    width: 44.27vw;
    /*85*/
    border-radius: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
}
.index .mainimg .slider .pic {
    width: 100%;
    aspect-ratio: 8.5/6;
    overflow: hidden;
}
.index .mainimg .slider .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt1 {
    width: 100%;
    padding: 8rem 0;
    border-radius: 0.5rem;
    background: #f2f2fa;
}
.index_cnt1 .inner .col2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
    gap: 1.5625vw;
    /*3*/
}
.index_cnt1 .inner .col2 .left {
    width: 38%;
}
.index_cnt1 .inner .col2 .left img {
    width: 100%;
}
.index_cnt1 .inner .col2 .right {
    width: 62%;
}
.index_cnt1 .inner .col2 .right p:not(.buttonA) {
    line-height: 3;
    margin: 0 0 5rem;
}
.index_cnt2 {
    padding: 8rem 0;
}
.index_cnt2 .inner .titleA {}
.index_cnt2 .inner>p {
    line-height: 3;
    margin: 0 0 5rem;
}
.index_cnt2 .inner [class^="grid"] {
    display: grid;
    gap: 2.34vw;
    /*4.5*/
}
.index_cnt2 .inner .grid {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto 5rem;
}
.index_cnt2 .inner .grid a {
    text-decoration: none;
}
.index_cnt2 .inner .grid a .dl {
    width: 100%;
    aspect-ratio: 3.7/4.6;
    overflow: hidden;
    border-radius: 0.5rem;
    display: grid;
    align-content: center;
    gap: 2rem;
}
.index_cnt2 .inner .grid a:nth-of-type(1) .dl {
    background: url(/system_panel/uploads/images/index_cnt2_1.jpg) rgba(35, 24, 24, 0.4);
    background-size: auto 100%;
    background-blend-mode: darken;
    background-position: center;
}
.index_cnt2 .inner .grid a:nth-of-type(2) .dl {
    background: url(/system_panel/uploads/images/index_cnt2_2.jpg) rgba(35, 24, 24, 0.4);
    background-size: auto 100%;
    background-blend-mode: darken;
    background-position: center;
}
.index_cnt2 .inner .grid a:nth-of-type(3) .dl {
    background: url(/system_panel/uploads/images/index_cnt2_3.jpg) rgba(35, 24, 24, 0.4);
    background-size: auto 100%;
    background-blend-mode: darken;
    background-position: center;
}
.index_cnt2 .inner .grid a:hover .dl {
    background-size: auto 120%;
    background-origin: content-box;
    transition: 0.5s;
    background-position: center;

}
.index_cnt2 .inner .grid a .dt {
    font-size: 4rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.04vw;
    /*2*/
    position: relative;
}
.index_cnt2 .inner .grid a .dt::after {
    content: "";
    background: url(/system_panel/uploads/images/arrow2.png) no-repeat center #0060ab;
    width: 5.3rem;
    height: 5.3rem;
    display: inline-grid;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    border: 0.1rem solid #000;
    font-weight: initial;
    font-size: 3rem;
}
.index_cnt2 .inner .grid a:nth-of-type(2) .dt::after {
    background: url(/system_panel/uploads/images/arrow2.png) no-repeat center #fa9c2c;
}
.index_cnt2 .inner .grid a:nth-of-type(3) .dt::after {
    background: url(/system_panel/uploads/images/arrow2.png) no-repeat center #ff2533;
}
.index_cnt2 .inner .grid a .dd {
    grid-row: 1/2;
    font-size: 1.7rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.index_cnt2 .inner .grid2 {
    grid-template-columns: repeat(2, 1fr);
}
.index_cnt2 .inner .grid2 .dl {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 0.8fr;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #f5f5f8;
}
.index_cnt2 .inner .grid2 .dt {
    font-size: 3rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    display: flex;
    align-items: center;
    position: relative;
    padding: clamp(2rem, 1.82vw, 3.5rem) 0 0 clamp(2rem, 1.82vw, 3.5rem);
}
.index_cnt2 .inner .grid2 .dt a {
    color: inherit;
    text-decoration: none;
}
.index_cnt2 .inner .grid2 .dt a::after {
    content: "";
    background: url(/system_panel/uploads/images/arrow2.png) no-repeat center #0060ab;
    width: 3.9rem;
    height: 3.9rem;
    display: inline-grid;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    border: 0.1rem solid #000;
    font-weight: initial;
    font-size: 3rem;
    position: absolute;
    right: 0;
}
.index_cnt2 .inner .grid2 .dt a:hover::after {
    right: -1rem;
    transition: 0.5s;
}
.index_cnt2 .inner .grid2 .pic {
    grid-row: 1/3;
    grid-column: 2/3;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index_cnt2 .inner .grid2 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.index_cnt2 .inner .grid2 .cmt {
    line-height: 2.18;
    padding: 0 0 clamp(2rem, 1.82vw, 3.5rem) clamp(2rem, 1.82vw, 3.5rem);
}
.index_cnt3 {
    padding: 8rem 0;
    background: #f5f5f8;
    border-radius: 0.5rem;
}
.index_cnt3 .inner .webgene-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.64vw;
    /*7*/
    margin: 0 auto 7rem;
}
.index_cnt3 .inner .webgene-blog .webgene-item .dl {
    width: 100%;
    display: grid;
    gap: 1rem;
}
.index_cnt3 .inner .webgene-blog .webgene-item .dt {
    grid-row: 3/4;
    grid-column: 1/2;
}
.index_cnt3 .inner .webgene-blog .webgene-item .dt a {
    color: inherit;
}
.index_cnt3 .inner .webgene-blog .webgene-item .pic {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 100%;
    aspect-ratio: 3.5/2.8;
    overflow: hidden;
    border-radius: 0.5rem;
}
.index_cnt3 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt3 .inner .webgene-blog .webgene-item .day {
    grid-row: 2/3;
    grid-column: 1/2;
    font-size: 1.4rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    color: #0060ab;
}
.index_cnt3 .inner .webgene-blog .webgene-item .cate {
    grid-row: 2/3;
    grid-column: 1/2;
    width: fit-content;
    height: 2.2rem;
    background: #fa9c2c;
    border-radius: 0.5rem;
    padding: 0 1em;
    display: grid;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0 auto;
}
.index_cnt3 .inner .webgene-blog .webgene-item .dt {
    grid-row: 3/4;
    grid-column: 1/2;
    font-weight: bold;
}
.index_cnt3 .inner .buttonA {
    margin: auto;
}
.index_cnt4 {
    padding: 8rem 0 22rem;
}
.index_cnt4 .inner .col2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.6vw;
}
.index_cnt4 .inner .col2 .left {
    width: 52%;
    aspect-ratio: 6/4.6;
    overflow: hidden;
    border-radius: 0.5rem;
}
.index_cnt4 .inner .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt4 .inner .col2 .right {
    width: 48%;
}
.index_cnt4 .inner .col2 .right p:not(.button) {
    line-height: 3;
    margin: 0 0 4rem;
}
.index_cnt4 .inner .col2 .right .button {
    font-size: 2.7rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    width: 100%;
    height: 10rem;
}
.index_cnt4 .inner .col2 .right .button a {
    width: 100%;
    height: inherit;
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
}
.index_cnt4 .inner .col2 .right .button a::after {
    content: "";
    background: url(/system_panel/uploads/images/arrow2.png) no-repeat center #0060ab;
    width: 5.3rem;
    height: 5.3rem;
    display: inline-grid;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    border: 0.1rem solid #000;
    font-weight: initial;
    font-size: 3rem;
    position: absolute;
    right: 0;
}
.index_cnt4 .inner .col2 .right .button a:hover::after {
    right: -1rem;
    transition: 0.5s;
}
.index_cnt4 .inner .col2 .right .ceo {
    border-top: 0.1rem solid #ff2533;
    border-bottom: 0.1rem solid #000;
}
.index_cnt4 .inner .col2 .right .ceo a::before {
    content: "";
    background: url(/system_panel/uploads/images/icon_ceo.png) no-repeat;
    width: 3.2rem;
    height: 3.8rem;
    display: inline-block;
}
.index_cnt4 .inner .col2 .right .company {
    border-bottom: 0.1rem solid #0060ab;
}
.index_cnt4 .inner .col2 .right .company a::before {
    content: "";
    background: url(/system_panel/uploads/images/icon_company.png) no-repeat;
    width: 3rem;
    height: 3.4rem;
    display: inline-block;
}





/*reason*/
.reason_cnt1 {
    padding: 8rem 0;
    background: #f2f2fa;
}
.reason_cnt1 .inner .col2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.6vw;
    /*5*/
}
.reason_cnt1 .inner .col2 .left {
    width: 38%;
    aspect-ratio: 4.2/3.2;
    overflow: hidden;
}
.reason_cnt1 .inner .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.reason_cnt1 .inner .col2 .right {
    width: 62%;
}
.reason_cnt1 .inner .col2 .right h3 {
    font-size: 3.7rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    margin: 0 0 4rem;
    line-height: 1.62;
}
.reason_cnt1 .inner .col2 .right p {
    line-height: 3;
}
.reason_cnt2 {
    padding: 8rem 0 22rem;
}
.reason_cnt2 .inner .col2 {
    display: flex;
    gap: 2.6vw;
    /*5*/
}
.reason_cnt2 .inner .col2:not(:last-of-type) {
    margin: 0 auto 10rem;
}
.reason_cnt2 .inner .col2:nth-of-type(odd) {
    flex-direction: row-reverse;
}
.reason_cnt2 .inner .col2 .left {
    width: 48%;
    aspect-ratio: 4.2/3.2;
    overflow: hidden;
    border-radius: 0.5rem;
}
.reason_cnt2 .inner .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.reason_cnt2 .inner .col2:nth-of-type(2) .left {
    width: fit-content;
    aspect-ratio: initial;
}
.reason_cnt2 .inner .col2:nth-of-type(2) .left img {
    width: initial;
    height: initial;
    object-fit: initial;
}
.reason_cnt2 .inner .col2 .right {
    width: 52%;
}
.reason_cnt2 .inner .col2 .right h3 {
    font-size: 3.7rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    margin: 0 0 4rem;
    line-height: 1.62;
}
.reason_cnt2 .inner .col2 .right h3::before {
    content: "";
    width: fit-content;
    height: 2.5rem;
    background: #f2ae0f;
    border-radius: 1.25rem;
    display: grid;
    align-items: center;
    font-size: 1.7rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    color: #fff;
    padding: 0 1em;
    line-height: 1;
}
.reason_cnt2 .inner .col2:nth-of-type(2) .right h3::before {
    content: "01";
}
.reason_cnt2 .inner .col2:nth-of-type(3) .right h3::before {
    content: "02";
}
.reason_cnt2 .inner .col2:nth-of-type(4) .right h3::before {
    content: "03";
}
.reason_cnt2 .inner .col2:nth-of-type(5) .right h3::before {
    content: "04";
}
.reason_cnt2 .inner .col2 .right p {
    line-height: 3;
}
.reason_cnt2 .inner .col2 .right p:not(:last-of-type) {
    margin: 0 0 4rem;
}





/*tent*/
.tent_cnt1 {
    padding: 8rem 0;
    background: #f2f2fa;
}
.tent_cnt1 .inner .col2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.6vw;
    /*5*/
}
.tent_cnt1 .inner .col2 .left {
    width: 38%;
}
.tent_cnt1 .inner .col2 .left img {
    width: 100%;
}
.tent_cnt1 .inner .col2 .right {
    width: 62%;
}
.tent_cnt1 .inner .col2 .right h3 {
    font-size: 3.7rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    margin: 0 0 4rem;
    line-height: 1.62;
}
.tent_cnt1 .inner .col2 .right p {
    line-height: 3;
}
.tent_cnt2 {
    padding: 8rem 0 22rem;
}
.tent_cnt2 .inner>.grid {}
.tent_cnt2 .inner>.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.34vw;
    /*4.5*/
    margin: 0 auto 6.5rem;
}
.tent_cnt2 .inner>.grid a {
    text-decoration: none;
}
.tent_cnt2 .inner>.grid a .dl {
    width: 100%;
    height: 13.2rem;
    overflow: hidden;
    border-radius: 0.5rem;
    display: grid;
    align-content: center;
    gap: 2rem;
}
.tent_cnt2 .inner>.grid a:nth-of-type(1) .dl {
    background: url(/system_panel/uploads/images/index_cnt2_1.jpg) rgba(35, 24, 24, 0.4);
    background-size: 100% auto;
    background-blend-mode: darken;
    background-position: center;
}
.tent_cnt2 .inner>.grid a:nth-of-type(2) .dl {
    background: url(/system_panel/uploads/images/index_cnt2_2.jpg) rgba(35, 24, 24, 0.4);
    background-size: 100% auto;
    background-blend-mode: darken;
    background-position: center;
}
.tent_cnt2 .inner>.grid a:nth-of-type(3) .dl {
    background: url(/system_panel/uploads/images/index_cnt2_3.jpg) rgba(35, 24, 24, 0.4);
    background-size: 100% auto;
    background-blend-mode: darken;
    background-position: center;
}
.tent_cnt2 .inner>.grid a:hover .dl {
    background-size: 120% auto;
    background-origin: content-box;
    transition: 0.5s;
    background-position: center;

}
.tent_cnt2 .inner>.grid a .dt {
    font-size: 4rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.04vw;
    /*2*/
    position: relative;
}
.tent_cnt2 .inner>.grid a .dt::after {
    content: "";
    background: url(/system_panel/uploads/images/arrow2.png) no-repeat center #0060ab;
    width: 5.3rem;
    height: 5.3rem;
    display: inline-grid;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    border: 0.1rem solid #000;
    font-weight: initial;
    font-size: 3rem;
}
.tent_cnt2 .inner>.grid a:nth-of-type(2) .dt::after {
    background: url(/system_panel/uploads/images/arrow2.png) no-repeat center #fa9c2c;
}
.tent_cnt2 .inner>.grid a:nth-of-type(3) .dt::after {
    background: url(/system_panel/uploads/images/arrow2.png) no-repeat center #ff2533;
}
.tent_cnt2 .inner>.grid a .dd {
    grid-row: 1/2;
    font-size: 1.7rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.tent_cnt2 .inner .set:not(:last-of-type) {
    margin: 0 0 16rem;
}
.tent_cnt2 .inner .set .window {
    width: 80%;
    border-radius: 0.5rem;
    background: #f2f2fa;
    position: relative;
    margin: 0 0 3rem;
    padding: clamp(2rem, 2.6vw, 5rem) clamp(2rem, 8.32vw, 16rem) clamp(2rem, 2.6vw, 5rem) clamp(2rem, 2.6vw, 5rem);
}
.tent_cnt2 .inner .set .window h4 {
    font-size: 3rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    margin: 0 0 4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.tent_cnt2 .inner .set .window h4::before {
    content: "";
    width: 0.8rem;
    height: 1em;
    background: #0060ab;
    border-radius: 0.25rem;
    display: inline-block;
}
.tent_cnt2 .inner .set .window.orange {
    background: #f9f5ef;
}
.tent_cnt2 .inner .set .window.orange h4::before {
    background: #fa9c2c;
}
.tent_cnt2 .inner .set .window.red {
    background: #f9f0f1;
}
.tent_cnt2 .inner .set .window.red h4::before {
    background: #ff2533;
}
.tent_cnt2 .inner .set .window p {
    line-height: 2.18;
}
.tent_cnt2 .inner .set .window .pic {
    width: 18.229vw;
    /*35*/
    aspect-ratio: 3.5/2.8;
    border-radius: 0.5rem;
    overflow: hidden;
    position: absolute;
    top: 2.6vw;
    /*5*/
    right: -12.23vw;
    /*23.5*/
    ;
}
.tent_cnt2 .inner .set .window .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.tent_cnt2 .inner .set .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.9vw;
    /*7.5*/
}
.tent_cnt2 .inner .set .grid .dl {
    width: 100%;
    display: grid;
    align-content: start;
    gap: 2rem;
}
.tent_cnt2 .inner .set .grid .dt {
    grid-row: 2/3;
    font-size: 2.5rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    text-align: center;
}
.tent_cnt2 .inner .set .grid .pic {
    grid-row: 1/2;
    width: 100%;
    aspect-ratio: 3.5/2.8;
    border-radius: 0.5rem;
    overflow: hidden;
}
.tent_cnt2 .inner .set .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.tent_cnt2 .inner .set .grid .cmt {
    grid-row: 3/4;
    line-height: 2.18;
}





/*catalog*/
.catalog_cnt1 {
    padding: 8rem 0;
    background: #f2f2fa;
}
.catalog_cnt1 .inner .col2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.6vw;
    /*5*/
}
.catalog_cnt1 .inner .col2 .left {
    width: 38%;
}
.catalog_cnt1 .inner .col2 .left img {
    width: 100%;
}
.catalog_cnt1 .inner .col2 .right {
    width: 62%;
}
.catalog_cnt1 .inner .col2 .right h3 {
    font-size: 3.7rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    margin: 0 0 4rem;
    line-height: 1.62;
}
.catalog_cnt1 .inner .col2 .right p {
    line-height: 3;
}
.catalog_cnt2 {
    padding: 8rem 0 22rem;
}
.catalog_cnt2 .inner .window {
    width: 80%;
    border-radius: 0.5rem;
    background: #f2f2fa;
    position: relative;
    margin: 0 0 3rem auto;
    padding: clamp(2rem, 2.6vw, 5rem) clamp(2rem, 2.6vw, 5rem) clamp(2rem, 2.6vw, 5rem) clamp(2rem, 8.32vw, 16rem);
}
.catalog_cnt2 .inner .window .col2 {
    display: flex;
    margin: 0 0 3rem;
}
.catalog_cnt2 .inner .window .col2 .left {
    width: 50%;
}
.catalog_cnt2 .inner .window .col2 .left h4 {
    font-size: 1.7rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    color: #0060ab;
    margin: 0 0 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}
.catalog_cnt2 .inner .window .col2 .left .name {
    font-size: 2.5rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
}
.catalog_cnt2 .inner .window .col2 .right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.catalog_cnt2 .inner .window .col2 .right .figure {}
.catalog_cnt2 .inner .window .col2 .right .figure .icon {
    width: 4rem;
    margin: 0 0 0.5rem;
    text-align: center;
}
.catalog_cnt2 .inner .window .col2 .right .figure .icon img {
    width: 100%;
}
.catalog_cnt2 .inner .window .col2 .right .figure .figcaption {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}
.catalog_cnt2 .inner .window>p {
    line-height: 2.18;
}
.catalog_cnt2 .inner .window>p:not(.buttonA) {
    margin: 0 0 4rem;
}
.catalog_cnt2 .inner .window .pic {
    width: 18.229vw;
    /*35*/
    aspect-ratio: 3.5/2.8;
    border-radius: 0.5rem;
    overflow: hidden;
    position: absolute;
    top: 2.6vw;
    /*5*/
    left: -12.23vw;
    /*23.5*/
    ;
}
.catalog_cnt2 .inner .window .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}





/*choose*/

.choose_cnt1 {
    padding: 8rem 0;
    background: #f2f2fa;
}
.choose_cnt1 .inner .col2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.6vw;
    /*5*/
}
.choose_cnt1 .inner .col2 .left {
    width: 38%;
}
.choose_cnt1 .inner .col2 .left img {
    width: 100%;
}
.choose_cnt1 .inner .col2 .right {
    width: 62%;
}
.choose_cnt1 .inner .col2 .right h3 {
    font-size: 3.7rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    margin: 0 0 4rem;
    line-height: 1.62;
}
.choose_cnt1 .inner .col2 .right p {
    line-height: 3;
}
.choose_cnt2 {
    padding: 8rem 0;
}
.choose_cnt2 .inner .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.9vw;
    /*7.5*/
    margin: 0 auto 6.5rem;
}
.choose_cnt2 .inner .grid .dl {
    width: 100%;
    border-radius: 0.5rem;
    display: grid;
    align-content: start;
    gap: 2rem;
}
.choose_cnt2 .inner .grid .dt {
    grid-row: 2/3;
    grid-column: 1/2;
    font-size: 2.7rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    text-align: center;
    gap: 1.04vw;
    /*2*/
    position: relative;
}
.choose_cnt2 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 3.5/2.8;
    border-radius: 0.5rem;
    overflow: hidden;
}
.choose_cnt2 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.choose_cnt2 .inner .grid .cmt {
    line-height: 2.18;
}
.choose_cnt3 {
    padding: 8rem 0;
}
.choose_cnt3 .inner .col2 {
    display: flex;
    gap: 2.08vw;
    /*4*/
}
.choose_cnt3 .inner .col2 :is(.left, .right) {
    width: 50%;
}
.choose_cnt3 .inner .col2 :is(.left, .right) .set {
    width: 100%;
    background: #f2f2fa;
    border: 0.1rem solid #d1d1df;
    padding: clamp(2rem, 2.08vw, 4rem) clamp(2rem, 1.5625vw, 3rem);
    border-radius: 0.5rem;
    margin: 0 0 3rem;
}
.choose_cnt3 .inner .col2 :is(.left, .right) .set:not(:last-of-type) {}
.choose_cnt3 .inner .col2 :is(.left, .right) .set .title {
    font-size: 2.5rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    text-align: center;
    padding: 0 1em 0 0;
}
.choose_cnt3 .inner .col2 :is(.left, .right) .set .hide {
    padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 0.1rem solid #000;
}
.choose_cnt3 .inner .col2 :is(.left, .right) .set .hide p {
    line-height: 2.18;
    margin: 0 0 3rem;
}
.choose_cnt3 .inner .col2 :is(.left, .right) .set .hide .pic {
    width: 100%;
    max-width: 46.5rem;
    margin: auto;
    aspect-ratio: 4.65/3.64;
    border-radius: 0.5rem;
    overflow: hidden;
}
.choose_cnt3 .inner .col2 :is(.left, .right) .set .hide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.choose_cnt4 {
    padding: 8rem 0 22rem;
}
.choose_cnt4 .inner>p {
    line-height: 3;
    margin: 0 0 4rem;
}
.choose_cnt4 .inner h4 {
    font-size: 3rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    margin: 0 0 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.choose_cnt4 .inner h4::before {
    content: "";
    width: 0.8rem;
    height: 1em;
    background: #0060ab;
    border-radius: 0.25rem;
    display: inline-block;
}
.choose_cnt4 .inner .orange::before {
    background: #fa9c2c;
}
.choose_cnt4 .inner .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.9vw;
    /*7.5*/
    margin: 0 auto 12rem;
}
.choose_cnt4 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 3.5/2.8;
    overflow: hidden;
    border-radius: 0.5rem;
}
.choose_cnt4 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.choose_cnt4 .inner .red::before {
    background: #ff2533;
}
.choose_cnt4 .inner .grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.08vw;
    /*4*/
    margin: 0 auto 8rem;
}
.choose_cnt4 .inner .grid2 .dl {
    width: 100%;
    background: #f2f2fa;
    border: 0.1rem solid #d1d1df;
    border-radius: 0.5rem;
    padding: 2rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem 2rem;
}
.choose_cnt4 .inner .grid2 .dt {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 2.1rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
}
.choose_cnt4 .inner .grid2 .pic {
    grid-row: 1/3;
    grid-column: 1/2;
}
.choose_cnt4 .inner .grid2 .cmt {
    grid-row: 2/3;
    grid-column: 2/3;
    line-height: 1.68;
}






















/*works&worksdetail共通*/
:is(.works, .worksdetail) .mainimg {
    background: url(/system_panel/uploads/images/works_mainimg.jpg) center rgba(0, 34, 56, 0.5);
    background-size: cover;
    background-blend-mode: darken;
}
:is(.works_cnt1, .worksdetail_cnt1) {
    width: 100%;
    padding: 7rem 0 6rem;
}
:is(.works_cnt1, .worksdetail_cnt1) .inner {
    display: flex;
    gap: 1.04vw;
    /*2*/

}
:is(.works_cnt1, .worksdetail_cnt1) .inner>.buttonA {}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: space-around;*/
    gap: 1.04vw;
    /*2*/
}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog .webgene-item .buttonA {}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog .webgene-item .buttonA:hover {}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog .webgene-item .buttonA:hover::before {}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog .webgene-item .buttonA a {}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog .webgene-item .buttonA:hover a {}
:is(.works_cnt2, .worksdetail_cnt2) {
    padding: 0 0 22rem;
}


/*works*/
.works_cnt2 .inner .webgene-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6vw 3.9vw;
    /*5 7.5*/
}
.works_cnt2 .inner .webgene-blog .webgene-item {}
.works_cnt2 .inner .webgene-blog .webgene-item .dl {
    display: grid;
    gap: 1rem;
}
.works_cnt2 .inner .webgene-blog .webgene-item .dt {
    grid-row: 3/4;
    grid-column: 1/2;
    font-weight: bold;
}
.works_cnt2 .inner .webgene-blog .webgene-item .dt a {
    color: inherit;
}
.works_cnt2 .inner .webgene-blog .webgene-item .cate {
    grid-row: 2/3;
    grid-column: 1/2;
    width: fit-content;
    height: 2.2rem;
    display: grid;
    align-items: center;
    padding: 0 1em;
    font-size: 1.4rem;
    color: #fff;
    background: #fa9c2c;
    border-radius: 0.5rem;
    margin: 0 0 0 auto;
}
.works_cnt2 .inner .webgene-blog .webgene-item .day {
    grid-row: 2/3;
    grid-column: 1/2;
    width: fit-content;
    height: 2.2rem;
    display: grid;
    font-size: 1.4rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    color: #0060ab;
    align-items: center;
}
.works_cnt2 .inner .webgene-blog .webgene-item .pic {
    grid-row: 1/2;
    aspect-ratio: 3.5/2.8;
    border-radius: 0.5rem;
    overflow: hidden;
}
.works_cnt2 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.webgene-pagination {
    grid-column: 1/4;
    /*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 ul li {
    font-size: 1.7rem;
}
.webgene-pagination :is(.prev, .next) {
    width: 3em;
    height: 3em;
    list-style: none;
    border-radius: 50%;
}
.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;
    background: #c0d3e7;
    border-radius: 50%;
}
.webgene-pagination ul .number {
    list-style: none;
    background: #c0d3e7;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
    border-radius: 50%;
}
.webgene-pagination ul .number.selected {
    list-style: none;
    background: #1e4ca1;
    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;
}





/*worksdetail*/
.worksdetail_cnt2 {
    margin: 0 auto;
    padding: 0 0 22rem;
}
.worksdetail_cnt2 .inner .webgene-blog {
    margin: 0 auto;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item {
    margin: 0 auto 6rem;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .dl {
    display: grid;
    gap: 2rem;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .cate {
    grid-row: 1/2;
    grid-column: 1/2;
    width: fit-content;
    height: 2.2rem;
    display: grid;
    align-items: center;
    padding: 0 1em;
    font-size: 1.4rem;
    color: #fff;
    background: #fa9c2c;
    border-radius: 0.5rem;
    margin: 0 0 0 8em;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .day {
    grid-row: 1/2;
    grid-column: 1/2;
    width: fit-content;
    height: 2.2rem;
    display: grid;
    font-size: 1.4rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    color: #0060ab;
    align-items: center;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .dt {
    grid-row: 2/3;
    grid-column: 1/2;
    display: grid;
    align-items: center;
    font-size: 3rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .cmt {
    line-height: 3;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .pic {
    grid-column: 1/2;
    width: 70%;
    overflow: hidden;

}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .pic .slider {
    width: 100%;
    aspect-ratio: 8.5/5.8;
    overflow: hidden;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .pic :is(.slick-img, .thumbnail-img) {
    width: 100%;
    aspect-ratio: 8.8/5.8;
    overflow: hidden;
    padding: 0.5rem;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-fit: cover;
    object-position: center;
}
.worksdetail_cnt2 .inner .buttonA {
    margin: auto;
}





/*flow*/
.flow_cnt1 {
    padding: 8rem 0;
}
.flow_cnt1 .inner>p {
    line-height: 3;
    margin: 0 0 5rem;
}
.flow_cnt1 .inner .dl {
    width: 100%;
    border: 0.1rem solid #d1d1df;
    border-radius: 0.5rem;
    background: #f2f2fa;
    padding: clamp(2rem, 2.08vw, 4rem);
    display: flex;
}
.flow_cnt1 .inner .dl:not(:last-of-type) {
    margin: 0 0 3rem;
}
.flow_cnt1 .inner .dt {
    min-width: 33%;
    font-size: 3rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    display: flex;
    line-height: 2;
}
.flow_cnt1 .inner .dt::before {
    content: "";
    color: #0060ab;
}
.flow_cnt1 .inner .dl:nth-of-type(2) .dt::before {
    content: "01.";
}
.flow_cnt1 .inner .dl:nth-of-type(3) .dt::before {
    content: "02.";
}
.flow_cnt1 .inner .dl:nth-of-type(4) .dt::before {
    content: "03.";
}
.flow_cnt1 .inner .dl:nth-of-type(5) .dt::before {
    content: "04.";
}
.flow_cnt1 .inner .dl:nth-of-type(6) .dt::before {
    content: "05.";
}
.flow_cnt1 .inner .dl:nth-of-type(7) .dt::before {
    content: "06.";
}
.flow_cnt1 .inner .dl:nth-of-type(8) .dt::before {
    content: "07.";
}
.flow_cnt1 .inner .dl:nth-of-type(9) .dt::before {
    content: "08.";
}
.flow_cnt1 .inner .dl:nth-of-type(10) .dt::before {
    content: "09.";
}
.flow_cnt1 .inner .dl:nth-of-type(11) .dt::before {
    content: "10.";
}
.flow_cnt1 .inner .dd {
    line-height: 2.18;
}
.flow_cnt1 .inner .dd .flex {
    display: flex;
    align-items: baseline;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 2rem;
}
.flow_cnt1 .inner .dd .flex .tel {
    text-align: center;
    font-size: 2rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    color: #0060ab;
}
.flow_cnt1 .inner .dd .flex .tel a {
    font-size: 3.1rem;
    color: inherit;
}
.flow_cnt1 .inner .dd .flex .fax {
    text-align: center;
    font-size: 2rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    color: #0060ab;
}
.flow_cnt1 .inner .dd .flex .fax span {
    font-size: 3.1rem;
    color: inherit;
}
.flow_cnt1 .inner .dd .button {
    width: 26.5rem;
    height: 4.3rem;
    background: #fa9c2c;
    border-radius: 0.5rem;
}
.flow_cnt1 .inner .dd .button a {
    width: 100%;
    height: inherit;
    display: grid;
    align-items: center;
    text-align: center;
    color: #fff;
}
.flow_cnt2 {
    padding: 8rem 0 22rem;
    background: #f5f5f8;
    border-radius: 0.5rem;
}
.flow_cnt2 .inner .dl {
    width: 100%;
    border: 0.1rem solid #d1d1df;
    border-radius: 0.5rem;
    background: #fff;
    padding: clamp(2rem, 2.08vw, 4rem);
}
.flow_cnt2 .inner .dl:not(:last-of-type) {
    margin: 0 0 3rem;
}
.flow_cnt2 .inner .dt {
    min-width: 33%;
    font-size: 3rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    display: flex;
    margin: 0 0 2rem;
}
.flow_cnt2 .inner .dt::before {
    content: "Q.";
    color: #fa9c2c;
}
.flow_cnt2 .inner .dd {
    line-height: 2.18;
    padding: 0 0 0 3rem;
}





/*company*/
.company_cnt1 {
    padding: 8rem 0;
}
.company_cnt1 .inner .col2 {
    flex-direction: row-reverse;
    gap: 2.6vw;
    /*5*/
}

.company_cnt1 .inner .col2 .left .pic {
    width: 100%;
    aspect-ratio: 3.6/5.1;
    overflow: hidden;
    margin: 0 0 2rem;
}
.company_cnt1 .inner .col2 .left .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.company_cnt1 .inner .col2 .left>p {
    text-align: right;
    margin: 0 0 1rem;
}
.company_cnt1 .inner .col2 .left .ceo {
    display: flex;
    justify-content: end;
    align-items: baseline;
    gap: 1rem;
}
.company_cnt1 .inner .col2 .left .ceo p {
    font-size: 1.9rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
}
.company_cnt1 .inner .col2 .left .ceo .name {
    font-size: 3rem;
}

.company_cnt1 .inner .col2 .right p {
    line-height: 3;
}
.company_cnt2 {
    width: 95%;
    max-width: 175rem;
    border-radius: 0.5rem;
    background: #0060ab;
    padding: clamp(2rem, 3.64vw, 7rem);
    margin: 0 auto 5rem;
}
.company_cnt2 .inner * {
    color: #fff;
}
.company_cnt2 .inner .dl {
    display: grid;
    grid-template-columns: 17.5% 82.5%;
    position: relative;
    gap: 1rem;
}
.company_cnt2 .inner .dl:not(:last-of-type) {
    padding: 0 0 5rem;
}
.company_cnt2 .inner .dl::before {
    content: "";
    width: 0.1rem;
    height: 100%;
    background: #57a2df;
    display: inline-block;
    position: absolute;
    left: 8.5em;
    top: 0.75em;
}
.company_cnt2 .inner .dl::after {
    content: "●";
    color: #57a2df;
    display: inline-block;
    position: absolute;
    left: 8em;
    top: 0.5em;
}
.company_cnt2 .inner .dt {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: 2.3rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
}
.company_cnt2 .inner .title {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 2.3rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
}
.company_cnt2 .inner .dd:not(.title) {
    grid-row: 2/3;
    grid-column: 2/3;
    line-height: 2.18;
}
.company_cnt3 {
    padding: 8rem 0;
}
.company_cnt3 .inner .dl {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 6rem;
    border-radius: 0.5rem;
    border: 0.1rem solid #d1d1df;
    margin: 0 0 0.2rem;
}
.company_cnt3 .inner .dt {
    font-size: 1.9rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    width: 20%;
    text-align: center;
}
.company_cnt3 .inner .dd {
    width: 80%;
}
.company .map {
    width: 100%;
    height: 30rem;
    border-radius: 0.5rem;
    margin: 0 0 25rem;
}
.company .map iframe {
    width: 100%;
    height: 100%;
    border: none;
}




/*contact*/
.contact_cnt1 {
    padding: 8rem 0;
}
.contact_cnt1 .inner .col2 {
    display: flex;
    gap: 2.08vw;
    /*4*/
}
.contact_cnt1 .inner .col2 .left {
    width: 48%;
    aspect-ratio: 5.6/4.2;
    border-radius: 0.5rem;
    overflow: hidden;
}
.contact_cnt1 .inner .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.contact_cnt1 .inner .col2 .right {
    width: 52%;
}
.contact_cnt1 .inner .col2 .right .ul {}
.contact_cnt1 .inner .col2 .right .li {
    width: 100%;
    min-height: 7rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    font-size: 2rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
}
.contact_cnt1 .inner .col2 .right .li::before {
    content: "☑";
    font-size: 3rem;
}
.contact_cnt1 .inner .col2 .right .li:nth-of-type(1) {
    border-bottom: 0.3rem solid #fa9c2c;
}
.contact_cnt1 .inner .col2 .right .li:nth-of-type(2) {
    border-bottom: 0.3rem solid #ff2533;
}
.contact_cnt1 .inner .col2 .right .li:nth-of-type(3) {
    border-bottom: 0.3rem solid #231815;
}
.contact_cnt1 .inner .col2 .right .li:nth-of-type(4) {
    border-bottom: 0.3rem solid #0060ab;
}
.contact_cnt1 .inner .col2 .right>p {
    padding: clamp(2rem, 1.5625vw, 3rem);
    /*3*/
    line-height: 2.75;
}
.contact_cnt2 {
    padding: 8rem 0;
}
.contact_cnt2 .inner .window {
    width: 100%;
    max-width: 100rem;
    background: #0060ab;
    border-radius: 0.5rem;
    padding: 1.5625vw;
    /*3*/
}
.contact_cnt2 .inner .window * {
    color: #fff;
}
.contact_cnt2 .inner .window .flex {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2.6vw;
    /*5*/
    margin: 0 auto 2rem;
}
.contact_cnt2 .inner .window .flex .tel {
    text-align: center;
    font-size: 2rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
}
.contact_cnt2 .inner .window .flex .tel a {
    font-size: 3.1rem;
}
.contact_cnt2 .inner .window .flex .fax {
    text-align: center;
    font-size: 2rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
}
.contact_cnt2 .inner .window .flex .fax span {
    font-size: 3.1rem;
}
.contact_cnt2 .inner .window>p {
    text-align: center;
}

.contact_cnt3 {
    width: 100%;
    background: #f5f5f8;
    padding: 8rem 0;
    border-radius: 0.5rem;
    margin: 0 auto 25rem;
}
.contact_cnt3 .inner h4 {
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0 0 2rem;
}
.contact_cnt3 .inner>p {
    line-height: 2.5;
    margin: 0 0 5rem;
}


form .dl {
    display: flex;
    width: 100%;
    min-height: 9rem;
    border-bottom: 0.1rem solid #ccccdd;
}
form .dl:first-of-type {}
form .dl .dt {
    width: 30%;
    min-height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 1rem 2.6vw;
    line-height: 2.18;
    font-size: 1.9rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
}
form .dt .required {
    display: inline-grid;
    align-items: center;
    background: #0060ab;
    border-radius: 0.5rem;
    padding: 0 0.5rem;
    font-size: 1.4rem;
    color: #fff;
}
form .dl .dd {
    width: 70%;
    min-height: inherit;
    display: grid;
    align-items: center;
    padding: 1rem 0 1rem 1rem;
    line-height: 2.18;
}
form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    min-height: 7rem;
    border: 0.1rem solid #d1d1df;
    border-radius: 0.5rem;
}
form textarea {
    min-height: 22rem;
}
form input.zipInput {
    width: 40%;
}
form input[type="text"],
form input[type="email"],
form input[type="checkbox"],
form textarea {}
form select {}
form .dl .dd .selectArea {}
form .dl .dd .selectArea div {
    width: fit-content;
    display: inline-block;
}
form .terms {
    background: #fafafc;
    padding: clamp(2rem, 2.08vw, 4rem);
    height: 29rem;
    overflow-y: scroll;
    margin: 0.5rem 0 1.5rem 0;
}
form .terms p {
    font-size: 1.5rem;
    line-height: 2;
}
form .col {
    width: fit-content !important;
    display: flex;
    justify-content: center;
    margin: 0 auto 5rem;
    background: #fff;
    border-radius: 0.5rem;
    font-size: 1.7rem;
    padding: 1em;
}
form .col label {
    width: fit-content;
}
form .privacyLabel {
    width: 100%;
    text-align: center;
}
form button {
    -webkit-appearance: none;
    display: block;
    margin: auto;
    border: none;
}
@media screen and (min-width:600px){
  .brdisplaynone br{
    display:none;
  }
 .h1767665287614 br:nth-of-type(odd),
 .h1767668288296 br:nth-child(2),
 .h1767665088684 br:nth-child(2){
  display: none;
}
}