.titBx {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #000;
}
.titBx h2 {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: inherit;
    letter-spacing: -0.04em;
    line-height: calc(70/48*1em);
}
.titBx span {
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #3a0693;
    padding-top: calc(20/15*1em);
    text-align: center;
    line-height: 1.4;
}

@media screen and (max-width: 1280px) {
    .titBx {
        font-size: clamp(40px, 48/1280*100vw, 48px);
    }
}
@media screen and (max-width: 1024px) {
    .titBx {
        font-size: clamp(35px, 40/1024*100vw, 40px);
    }
}
@media screen and (max-width: 820px) {
    .titBx {
        font-size: clamp(30px, 35/820*100vw, 35px);
    }
}
@media screen and (max-width: 500px) {
    .titBx {
        font-size: clamp(25px, 30/500*100vw, 30px);
    }
    .titBx span{
        font-size: clamp(14px, 14/360*100vw, 16px);
    }
}
@media screen and (max-width: 360px) {
    .titBx {
        font-size: clamp(23px, 28/360*100vw, 28px);
    }
}


.s2 {
    padding-top: 170px;      
}
.s2 .titBx {
    padding-bottom: calc(90/48*1em);
}
.s2 .items {
    display: flex;
    justify-content: center;
}
.s2 .items .item {
    display: flex; flex-direction: column; align-items: center;
    text-align: center;
    gap: calc(25/20*1em);
    width: calc(380/20*1em);
    padding: calc(20/20*1em) 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: calc(32/20*1em);
}
.s2 .items .item + .item {
    border-left: 1px solid #dddddd;
}
.s2 .items .item .img {
    width: calc(85/20*1em);
    height: calc(85/20*1em);
}
@media screen and (max-width: 1280px) {
    .s2 {
        padding-top: 130px;
    }
    .s2 .items .item {
        font-size: clamp(18px, 20/1280*100vw, 20px);
    }
}
@media screen and (max-width: 1024px) {
    .s2 {
        padding-top: 100px;
    }
    .s2 .items .item {
        font-size: clamp(16px, 18/1024*100vw, 18px);
    }
}
@media screen and (max-width: 820px) {
    .s2 .items {
        flex-wrap: wrap;
        gap: 20px;
    }
    .s2 .items .item {
        width: calc(50% - 10px);
    }
    .s2 .items .item + .item {
        border-left: none;
    }    
}
@media screen and (max-width: 500px) {
    .s2 {
        padding-top: 80px;
    }
    .s2 .items .item {
        font-size: clamp(14px, 16/500*100vw, 16px);
    }
}
@media screen and (max-width: 360px) {
    .s2 .items .item {
        width: 100%;
    }
}


.s3 {
    padding-top: 85px;
    position: relative;
}
.s3 .bg{position: absolute; z-index: -1;}
.s3 .bg._left{left: -30vw;top: 5%;}
.s3 .bg._right{right: -30vw;bottom: 5%;}
@media screen and (max-width: 1280px) {
    .s3 .bg._left{left: -50vw;}
    .s3 .bg._right{right: -30vw;}
}
@media screen and (max-width: 1024px) {
    .s3 .bg._left{left: -60vw;}
    .s3 .bg._right{right: -50vw;}
}

.s3 .inner {
    display: flex; justify-content: space-between;
    padding: 115px 0;
    border-bottom: 1px solid #dddddd;
}
.s3 .txt {
    flex-shrink: 0;
    width: 50%;
    padding-right: calc(60/1440*100%);
    box-sizing: border-box;
}
.s3 .txt h2 {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 51px;
    letter-spacing: -0.04em;
    line-height: calc(62/51*1em);
    padding-bottom: calc(35/51*1em);
}
.s3 .txt h2 small {
    font-size: .5em;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.s3 .txt .desc {
    display: flex; align-items: flex-end; justify-content: space-between;
}
.s3 .txt .desc p {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: calc(31/20*1em);
}
.s3 .txt .desc .price {
    display: flex; flex-direction: column;
    align-items: flex-end;
    font-size: 30px;
}
.s3 .txt .desc .price b {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: inherit;
    letter-spacing: -0.04em;
    color: #3a0693;
    padding-bottom: calc(10/18*1em);
}
.s3 .txt .desc .price b small {
    font-size: .65em;
    font-weight: 600;
}
.s3 .txt .desc .price span {
    font-family: 'Pretendard';
    font-size: .65em;
    letter-spacing: -0.04em;
    color: #3a0693;
    font-weight: 600;
}
.s3 .txt .boxs {
    display: flex; flex-wrap: wrap;
    font-size: 20px;
    gap: calc(20/20*1em);
    padding-top: calc(35/20*1em);
    padding-bottom: calc(40/20*1em);
}
.s3 .txt .boxs .box {
    font-size: inherit;
    display: flex; flex-direction: column;
    width: calc(50% - calc(10/20*1em));
    min-height: 195px;
    padding: calc(30/20*1em) calc(40/20*1em);
    background: #f7f7f7;
    border-radius: calc(15/20*1em);
    box-sizing: border-box;
    transition: background .4s;
    
}
.s3 .txt .boxs .box.on {
    background: #ebe7f2;
}
.s3 .txt .boxs .box .num {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: clamp(12px, 16/20*1em, 16px);
    letter-spacing: -0.04em;
    color: #3a0693;
}
.s3 .txt .boxs .box .cont {
    padding-top: calc(25/20*1em);
    display: flex; flex-direction: column; justify-content: space-between;
    flex-grow: 1;
    text-align: right;
}
.s3 .txt .boxs .box .cont b {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.04em;
    color: #000;
    line-height: calc(30/24*1em);
}
.s3 .txt .boxs .box .cont b._size {
    font-size: 20px;
}
.s3 .txt .boxs .box .cont em {
    font-family: 'Pretendard';
    font-weight: 500;
    letter-spacing: -0.04em;
    color: rgba(0, 0, 0, 0.7);
    line-height: calc(30/16*1em);
    font-size: 16px;
    text-align: right;
}
.s3 .txt .boxs .box .cont p {
    font-family: 'Pretendard';
    font-size: clamp(14px, 16/20*1em, 16px);
    letter-spacing: -0.04em;
    color: #000;
    line-height: calc(24/16*1em);
    padding-top: calc(10/16*1em);
}
.s3 .txt .boxs .box .cont p br._1024 {
    display: none;
}
@media screen and (max-width: 1024px) {
    .s3 .txt .boxs .box .cont p br._1024 {
        display: block;
    }
}
@media screen and (max-width: 820px) {
    .s3 .txt .boxs .box .cont p br._1024 {
        display: none;
    }
}
.s3 .txt ._moreBtn {
    text-align: left;
}
.s3 .txt ._moreBtn > * {
    margin: 0;
}
.s3 .img {
    width: 100%;
    max-width: 700px;
    border-radius: 15px;
    overflow: hidden;
}
.s3 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1680px) {
    .s3 .txt .boxs .box .cont b{
        font-size: clamp(22px, 22/1680*100vw, 24px);
    }
    .s3 .txt .desc .price{
        font-size: clamp(26px, 30/1680*100vw, 30px);
    }
}
@media screen and (max-width: 1440px) {
    .s3 .txt h2 {
        font-size: clamp(45px, 51/1440*100vw, 51px);
    }
    .s3 .txt .boxs {
        font-size: clamp(18px, 20/1440*100vw, 20px);
    }
    .s3 .txt .boxs .box {
        padding: calc(25/18*1em) calc(28/18*1em);
        min-height: 170px;
    }
    .s3 .txt .boxs .box .cont b{
        font-size: clamp(20px, 22/1440*100vw, 22px);
    }
    .s3 .txt .boxs .box .cont b._size{
        font-size: clamp(18px, 20/1440*100vw, 20px);
    }
    .s3 .txt .desc .price{
        font-size: clamp(24px, 28/1440*100vw, 28px);
    }
    
}
@media screen and (max-width: 1280px) {
    .s3 .txt {
        width: 60%;
    }
    .s3 .txt h2 {
        font-size: clamp(40px, 45/1280*100vw, 45px);
    }
    .s3 .txt .desc p {
        font-size: clamp(16px, 18/1280*100vw, 18px);
    }
    .s3 .txt .boxs {
        font-size: clamp(16px, 18/1280*100vw, 18px);
    }
    .s3 .txt .boxs .box {min-height: 150px;}
    .s3 .txt .boxs .box .cont p {font-size: 13px;}
    .s3 .txt .desc .price{
        font-size: clamp(24px, 26/1280*100vw, 26px);
    }
}
@media screen and (max-width: 1024px) {
    .s3 .inner {
        padding: 80px 0;
    }
    .s3 .txt .boxs {
        font-size: clamp(14px, 16/1024*100vw, 16px);
    }
    .s3 .txt .boxs .box{padding: calc(25/16*1em) calc(20/16*1em);}
    .s3 .txt .boxs .box .cont b{font-size: 19px;}
    .s3 .txt .boxs .box .cont b._size{font-size: clamp(16px, 16/820*100vw, 18px);}
    .s3 .txt .boxs .box .cont em{
        font-size: clamp(14px, 14/820*100vw, 16px);
    }
    .s3 .txt .desc .price{
        font-size: clamp(22px, 24/1024*100vw, 24px);
    }
}
@media screen and (max-width: 820px) {
    .s3 {
        padding-top: 60px;
    }
    .s3 .inner {
        flex-direction: column-reverse;
        padding: 60px 0;
    }
    .s3 .img {
        width: 100%;
        max-width: none;
    }
    .s3 .txt {
        width: 100%;
        padding-top: 30px;
        padding-right: 0;
    }
    .s3 .txt .boxs .box .cont b {
        font-size: 18px;
    }
    .s3 .txt .boxs .box .cont p {
        font-size: clamp(12px, 12/500*100vw, 13px);
    }
    .s3 .txt .desc .price{
        font-size: clamp(20px, 22/820*100vw, 22px);
    }
    .s3 .txt .desc .price b small, 
    .s3 .txt .desc .price span{
        font-size: .8em;
    }
}
@media screen and (max-width: 500px) {
    .s3 .txt h2 {
        font-size: clamp(30px, 40/500*100vw, 40px);
    }
    .s3 .txt .desc {
        flex-direction: column;
        align-items: flex-start;
    }
    .s3 .txt .desc p {
        font-size: clamp(14px, 16/500*100vw, 16px);
        max-width: 360px;
    }
    .s3 .txt .desc p br {
        display: none;
    }
    .s3 .txt .desc .price {
        align-self: flex-end;
        padding-top: 10px;
    }
    .s3 .txt .boxs .box {
        width: 100%;
    }
    .s3 .txt .desc .price{
        font-size: clamp(20px, 22/500*100vw, 22px);
    }
}
@media screen and (max-width: 360px) {
    .s3 .txt .desc p {
        font-size: clamp(13px, 14/360*100vw, 14px);
    }
    .s3 .txt .boxs {
        font-size: clamp(13px, 14/360*100vw, 14px);
    }
}


.s4 {
    padding-top: 250px;
}
.s4 .titBx {
    padding-bottom: calc(80/48*1em);
}
.s4 .items {
    display: flex;
    justify-content: center;
    gap: calc(45/36*1em);
    font-family: 'Pretendard';
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: calc(38/36*1em);
    text-align: center;
}
.s4 .items .item .img {
    position: relative;
    border-radius: calc(15/36*1em);
    overflow: hidden;
}
.s4 .items .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s4 .items .item .img .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex; align-items: center; justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.s4 .items .item .img .txt p {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.s4 .items .item .img .txt span {
    font-size: .7em;
}
.s4 .items .item > span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: calc(28/18*1em);
    color: #000;
    padding-top: calc(10/18*1em);
    text-align: center;
}
.s4 .inner > p {
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #444;
    padding-top: calc(40/15*1em);
    text-align: right;
    line-height: 1.4;
}
@media screen and (max-width: 1440px) {
    .s4 {
        padding-top: 200px;
    }
}
@media screen and (max-width: 1280px) {
    .s4 {
        padding-top: 150px;
    }
    .s4 .items {
        font-size: clamp(32px, 36/1280*100vw, 36px);
        gap: calc(25/32*1em);
    }
}
@media screen and (max-width: 1024px) {
    .s4 {
        padding-top: 100px;
    }
    .s4 .items {
        font-size: clamp(28px, 32/1024*100vw, 32px);
    }
}
@media screen and (max-width: 820px) {
    .s4 .items {
        flex-wrap: wrap;
        font-size: clamp(24px, 28/820*100vw, 28px);
    }
    .s4 .items .item {
        width: calc(50% - ((25/32*1em) / 2));
    }
    .s4 .items .item > span {
        font-size: clamp(16px, 18/820*100vw, 18px);
    }
}
@media screen and (max-width: 500px) {
    .s4 {
        padding-top: 80px;
    }
    .s4 .items {
        flex-direction: column;
        font-size: clamp(20px, 24/500*100vw, 24px);
    }
    .s4 .items .item {
        width: 100%;
    }
    .s4 .items .item > span {
        font-size: clamp(14px, 16/500*100vw, 16px);
    }
    .s4 .inner > p {
        text-align: center;
    }
}


.s5 {
    padding-top: 250px;
    padding-bottom: 150px;
    position: relative;
}
.s5 .bg{position: absolute; z-index: -1;}
.s5 .bg._left{left: -30vw;top: -20%;}
.s5 .bg._right{right: -22vw;bottom: 3%;}
@media screen and (max-width: 1280px) {
    .s5 .bg._left{left: -50vw;}
    .s5 .bg._right{right: -30vw;}
}
@media screen and (max-width: 1024px) {
    .s5 .bg._left{left: -60vw;}
    .s5 .bg._right{right: -50vw;}
}
.s5 .inner {
    display: flex;
    justify-content: space-between;
}
.s5 .txt {
    width: 100%;
    max-width: 610px;
    box-sizing: border-box;
}
.s5 .txt .titBx {
    padding-bottom: calc(50/48*1em);
    text-align: left;
    align-items: flex-start;
}
.s5 .txt .titBx h2 {
    font-size: calc(52/48*1em);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: calc(72/52*1em);
}
.s5 .txt .desc {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: calc(30/18*1em);
    color: #000;
    padding-bottom: calc(120/18*1em);
}
.s5 .customers {
    box-sizing: border-box;
    padding-right: calc(40/1440*100%);
}
.s5 .customers b {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #000;
    padding-bottom: calc(50/22*1em);
}
.s5 .customers .marquee {
    width: 100%;
    display: flex; align-items: center; justify-content: flex-start;
    overflow: hidden;
    min-width: 0;
}
.s5 .customers .marquee .item {
    flex-shrink: 0;
    display: flex; align-items: center;
    animation: marquee 20s linear infinite;
}
.s5 .customers .marquee .item img {
    width: auto;
    height: 67px;
    object-fit: contain;
    margin-right: 40px
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.s5 .form {
    width: calc(760/17*1em);
    padding: calc(40/17*1em) calc(30/17*1em);
    background: #fff;
    border-radius: calc(10/17*1em);
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    display: flex; flex-wrap: wrap;
    gap: calc(35/17*1em) calc(20/17*1em);
    font-size: 17px;
}
.s5 .form dl {
    width: calc(50% - ((20/17*1em) / 2));
    display: flex; flex-direction: column;
    gap: calc(20/17*1em);
}
.s5 .form dl:has(textarea) {
    width: 100%;
}
.s5 .form dl dt {
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #000;
    display: flex; align-items: center;
}
.s5 .form dl.required dt b::after {
    content: '*';
    color: #4d01ce;
}
.s5 .form dl dt p {
    font-weight: 300;
    font-size: clamp(12px, 13/17*1em, 13px);
    letter-spacing: -0.04em;
    color: #949494;
    padding-left: calc(5/13*1em);
}
.s5 .form dl dd {
    width: 100%;
    display: flex; align-items: center; justify-content: space-between;
    border: 1px solid #d1d1d1;
    border-radius: calc(7/17*1em);
    box-sizing: border-box;
    letter-spacing: -0.04em;
    box-sizing: border-box;
    padding: calc(15/17*1em) calc(20/17*1em);
}
.s5 .form dl dd input, .s5 .form dl dd textarea {
    width: 100%;
    border: none; outline: none;
    font-size: inherit;
    padding: 0;
    resize: none;
}
.s5 .form dl dd input::placeholder, .s5 .form dl dd textarea::placeholder {
    color: #9f9f9f;
}
.s5 .form dl dd.selectBox {position: relative; cursor: pointer;}
.s5 .form dl dd.selectBox input {cursor: pointer;}
.s5 .form dl dd.selectBox i {display: flex; align-items: center; justify-content: center; font-size: calc(17/17*1em); transition: .4s;}
.s5 .form dl dd.selectBox.active i {transform: scaleY(-1);}
.s5 .form dl dd.selectBox .optWrap {position: absolute; left: 0; top: 100%; padding-bottom: 10px; width: 100%; text-align: center; cursor: pointer; padding-top: 2px; display: none; border-radius: calc(7/17*1em); overflow: hidden;}
.s5 .form dl dd.selectBox .optWrap ul {overflow-y: auto;  width: 100%; background: #fff; padding: 5px 0; border-radius: calc(7/16*1em);border: 1px solid #d1d1d1;box-sizing: border-box;z-index: 2;position: relative;}
.s5 .form dl dd.selectBox .optWrap ul::-webkit-scrollbar {width: 2px;}
.s5 .form dl dd.selectBox .optWrap ul::-webkit-scrollbar-thumb {background: #333; border-radius: 10px;}
.s5 .form dl dd.selectBox .optWrap ul li span {font-size: calc(14/16*1em); padding: calc(11/14*1em) 0; width: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: .4s;color: #9a9a9a;}
.s5 .form dl dd.selectBox .optWrap ul li:hover span {background: #eceff2;}

.s5 .form dl dd textarea {
    min-height: calc(144/17*1em);
}

.s5 .form .btnWrap {
    width: 100%;
}
.s5 .form .agree .checkWrap {display: flex; align-items: center; cursor: pointer; font-size: 18px;}
.s5 .form .agree .checkWrap input[type="checkbox"] {display: none;}
.s5 .form .agree .checkWrap label {display: flex; align-items: flex-start; cursor: pointer;}
.s5 .form .agree .checkWrap label .checkBox {flex-shrink: 0; font-size:inherit; width: calc(24/18*1em); height:  calc(24/18*1em); display: flex; align-items: center; justify-content: center; color: #3b0694; border-radius: 4px; margin-right: calc(5/18*1em); margin-top: calc(3/ 18 * 1em);}
.s5 .form .agree .checkWrap label .checkBox i {padding-bottom: calc(2/18*1em); font-size:inherit; color: #8e8e8e; transition: .4s;}
.s5 .form .agree .checkWrap label .checkBox i.xi-check-square {display: none; color: #3b0694;}
.s5 .form .agree .checkWrap input[type="checkbox"]:checked + label .checkBox i.xi-check-square {display: block;}
.s5 .form .agree .checkWrap input[type="checkbox"]:checked + label .checkBox i.xi-check-square-o {display: none;}
.s5 .form .agree .checkWrap .lbl {display: flex; align-items: center;}
.s5 .form .agree .checkWrap .lbl p {font-size:inherit; font-weight: 500; font-size: calc(16/18*1em); line-height: calc(29/16*1em); letter-spacing: -0.04em; color: #000;}
.s5 .form .agree .checkWrap .lbl p b {color: #3b0694; text-decoration: underline; text-underline-offset: 4px;}
.s5 .form .agree .checkWrap .lbl p em {color: #3b0694;}

.s5 .form .btnWrap ._moreBtn {
    padding-top: calc(55/18*1em);
}
.s5 .form .btnWrap ._moreBtn p {
    padding-right: calc(25/18*1em);
}
@media screen and (max-width: 1440px) {
    .s5 .inner > *:has(.form) {
        width: 50%;
    }
    .s5 .form {
        width: 100%;
        font-size: clamp(16px, 17/1440*100vw, 17px);
    }
    .s5 .txt {
        width: 45%;
        max-width: none;
    }
    .s5 .txt .titBx h2 {
        font-size: clamp(45px, 47/1440*100vw, 47px);
    }
    .s5 .form dl dt b {
        flex-shrink: 0;
    }
    .s5 .form dl dt p {
        white-space: nowrap;
    }
    .s5 .form dl.required._company {
        width: 100%;
    }
    .s5 .form dl.required._email {
        width: 100%;
    }
}
@media screen and (max-width: 1280px) {
    .s5 {
        padding-top: 200px;
    }
    .s5 .txt {
        width: 50%;
    }
    .s5 .txt .titBx h2 {
        font-size: clamp(40px, 42/1280*100vw, 42px);
    }
    .s5 .txt .desc {
        font-size: clamp(16px, 18/1280*100vw, 18px);
    }
}
@media screen and (max-width: 1024px) {
    .s5 {
        padding-top: 150px;
    }
    .s5 .inner {
        flex-direction: column;
    }
    .s5 .txt {
        width: 100%;
    }
    .s5 .txt .titBx h2 {
        font-size: clamp(45px, 50/1024*100vw, 50px);
    }
    .s5 .txt .desc {
        font-size: clamp(20px, 25/1280*100vw, 25px);
    }
    .s5 .inner > *:has(.form) {
        width: 100%;
        padding-top: 60px;
    }
    .s5 .form dl.required._company {
        width: calc(50% - ((20/17*1em) / 2));
    }
    .s5 .form dl.required._email {
        width: calc(50% - ((20/17*1em) / 2));
    }
}
@media screen and (max-width: 820px) {
    .s5 .txt .titBx h2 {
        font-size: clamp(35px, 40/820*100vw, 40px);
    }
    .s5 .txt .desc {
        font-size: clamp(16px, 18/820*100vw, 18px);
    }
    .s5 .form dl  {
        width: 100% !important;
    }
}
@media screen and (max-width: 500px) {
    .s5 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .s5 .txt .titBx h2 {
        font-size: clamp(28px, 30/500*100vw, 30px);
    }
    .s5 .txt .desc {
        font-size: clamp(14px, 16/500*100vw, 16px);
    }
    .s5 .txt .desc p br {
        display: none;
    }
    .s5 .customers b {
        font-size: clamp(18px, 20/500*100vw, 20px);
    }
    .s5 .customers .marquee .item img {
        height: 45px;
        margin-right: 20px;
    }
    .s5 .form {
        font-size: clamp(14px, 15/500*100vw, 15px);
    }
    .s5 .form dl._email dt {
        flex-direction: column;
        align-items: flex-start;
    }
    .s5 .form dl dt p {
        padding-left: 0;
        padding-top: 5px;
        line-height: 1.3;
        white-space: normal;
    }
    .s5 .form .agree .checkWrap {
        font-size: inherit;
    }
    
}
@media screen and (max-width: 360px) {
    .s5 .txt .titBx h2 {
        font-size: clamp(24px, 28/360*100vw, 28px);
    }
    .s5 .txt .titBx h2 br {display: none;}
    .s5 .form {
        padding: 20px;
        gap: 20px;
    }
    .s5 .form dl dd {
        font-size: calc(13/15*1em);
        padding: calc(10/13*1em) calc(15/13*1em);
    }
}