.xe-widget-wrapper{overflow: visible;}
.pc{display: block !important;}
.mo{display: none !important;}

.content .main_title{
    width: 100%;
    height: 450px;
    background-image: url('/layouts/xedition/img/company_intro/main_title_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.content .main_title h2{
    font-size: clamp(30px,4vw,45px);
}
.content .main_title p{
    width: 90%;
    max-width: 1420px;
    font-size: clamp(14px,2vw,19.2px);
    margin-top:20px;
    text-align: center;
}

.cont_wrap{
    width: 90%;
    max-width: 1420px;
    margin:0 auto 200px;
}

.sub_title{
    width: 90%;
    max-width: 1420px;
    margin:100px auto;
    text-align: center;
}
.sub_title h3{
    font-size: clamp(25px,4vw,45px);
    font-weight: 600;
}

.sub_title div{
    width: 50px;
    height: 2px;
    background-color: #0090b9;
    margin: 30px auto;
}
.sub_title p{
    font-size: clamp(13px,2vw,16px);
}


/***************************.cate_01*******************************/

.cate_01_wrap .cont_01{
    display: grid;
    row-gap: 100px;
}
.cate_01_wrap .cont_title{
    margin:100px auto;
    font-size: clamp(20px,3vw,40px);
    font-weight: 700;
    text-align: center;
}
.cate_01_wrap .cont_01 > div{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.cate_01_wrap .cont_01 > div img{
    width: 40%;
}
.cate_01_wrap .cont_01 > div .txt_wrap{
    width: 40%;
}
.cate_01_wrap .cont_01 > div .txt_wrap > p{
    font-size: clamp(20px,2.5vw,40px);
    font-weight: 700;
}

.cate_01_wrap .cont_01 > div .txt_wrap > p span:nth-child(1){
    color: #0090b9;
}
.cate_01_wrap .cont_01 > div .txt_wrap .line{
    display: block;
    width: 50px;
    height: 2px;
    background-color: #0090b9;
    margin:40px 0;
}
.cate_01_wrap .cont_01 > div .txt_wrap ul li:not(:nth-child(1)){
    margin-top:20px;
}
.cate_01_wrap .cont_01 > div .txt_wrap ul li p{
    font-size: clamp(12px,1.3vw,18px);
    position: relative;
    padding-left: 20px;
}
.cate_01_wrap .cont_01 > div .txt_wrap ul li p::after{
    content: "";
    display: block;
    clear: both;
    width: 2%;
    max-width: 10px;
    min-width: 8px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background-color: #0090b9;
    position: absolute;
    top: 50%;
    left:0;
    transform: translateY(-50%);
}


/***************************.cate_02*******************************/
.cate_02_wrap:nth-child(3){
    margin: 0 auto 100px;
}
.cate_02_wrap:nth-child(2){
    background-color: #eefaff;
}
.cate_02_wrap .cont_01{
    padding: 5.2% 0;
}
.cate_02_wrap .cont_01 ul{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2.5% 0;
    border: 1px solid #006c8b;
    border-radius: 300px;
    align-items: stretch;
}
.cate_02_wrap .cont_01 ul li{
    width: 26%;
    max-width: 358px;
    max-height: 358px;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #006c8b;
    border-radius: 100%;
    color: #0090b9;
}
.cate_02_wrap .cont_01 ul li *{
    margin:0 auto;
    text-align: center;
}
.cate_02_wrap .cont_01 ul li img{
    width: 35%;
    max-width: 120px;

}
.cate_02_wrap .cont_01 ul li span{
    display: block;
    width: 50px;
    height: 2px;
    background-color: #0090b9;
    margin:20px auto;
}
.cate_02_wrap .cont_01 ul li p{
    font-size: clamp(13px,1.5vw,20px);
    font-weight: 700;
}



.cate_02_wrap .cont_02{
    padding: 0;
}
.cate_02_wrap .cont_title{
    margin:100px auto 100px;
    font-size: clamp(30px,4vw,40px);
    font-weight: 700;
    text-align: center;
}
.cate_02_wrap .cont_02 ul{
    border: 1px solid #aaa;
}
.cate_02_wrap .cont_02 ul li{
    color: #fff;
}
.cate_02_wrap .cont_02 ul li:nth-child(1){
    background-color: #66c8e3;
    border: 1px solid #66c8e3;
}
.cate_02_wrap .cont_02 ul li:nth-child(2){
    background-color: #33b5da;
    border: 1px solid #33b5da;
}
.cate_02_wrap .cont_02 ul li:nth-child(3){
    background-color: #00a3d1;
    border: 1px solid #00a3d1;
}
.cate_02_wrap .cont_02 ul li p{
    margin-top:20px;
}


.cate_02_wrap .cont_02.info ul{
    border: 0;
    border-radius: 0;
}
.cate_02_wrap .cont_02.info ul li{
    padding: 3% 2%;
    aspect-ratio: 0;
    border-radius: 20px;
    border: 1px solid #00a3d1;
    background-color: transparent;
    color: #333;
    position: relative;
}
.cate_02_wrap .cont_02.info ul li:nth-child(1){
    border: 2px solid #66c8e3;
    background-color: transparent;
}
.cate_02_wrap .cont_02.info ul li:nth-child(2){
    border: 2px solid #33b5da;
    background-color: transparent;
}
.cate_02_wrap .cont_02.info ul li:nth-child(3){
    border: 2px solid #00a3d1;
    background-color: transparent;
}
.cate_02_wrap .cont_02.info ul li::after{
    display: block;
    content: "";
    clear: both;
    width: 2px;
    height: 40%;
    position: absolute;
    left: 50%;
    top: -40%;
}
.cate_02_wrap .cont_02.info ul li:nth-child(1)::after{
    background: #66c8e3;
}
.cate_02_wrap .cont_02.info ul li:nth-child(2)::after{
    background: #33b5da;
}
.cate_02_wrap .cont_02.info ul li:nth-child(3)::after{
    background: #00a3d1;
}
.cate_02_wrap .cont_02.info ul li p{
    margin: 20px 0 0;
    text-align: left;
    font-weight: 400;
    padding-left: 10px;
    position: relative;
}
.cate_02_wrap .cont_02.info ul li p:nth-child(1){
    margin:0;
}
.cate_02_wrap .cont_02.info ul li p::after{
    content: "·";
    display: block;
    clear: both;
    position: absolute;
    top:0;
    left:0;
}


.cate_02_wrap .cont_03 > div{
    display: flex;
    justify-content: space-around;
}
.cate_02_wrap .cont_03 > div img{
    width: 30%;
}
.cate_02_wrap .cont_04 img{
    width: 65%;
    margin:0 auto;
}
/***************************.cate_03*******************************/
.cate_03_wrap{
    width: 100%;
    padding: 100px 0;
    background-color: #e8faff;
}
.cate_03_wrap .cont{
    width: 90%;
    max-width: 1420px;
    margin: 0 auto;
}
.cate_03_wrap p.title,
.cate_03_wrap2 p.title{
    font-size: clamp(20px,3vw,30px);
    font-weight: 700;
    text-align: center;
}
.cate_03_wrap .line,
.cate_03_wrap2 .line{
    display: block;
    width: 50px;
    height: 2px;
    background-color: #0090b9;
    margin:30px auto;
}
.cate_03_wrap .cont_01 ul{
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}
.cate_03_wrap .cont_01 ul li{
    width: 18%;
    max-width: 253px;
    text-align: center;
}
.cate_03_wrap .cont_01 ul li div{
    width: 80%;
    min-width: 120px;
    max-width: 358px;
    aspect-ratio: 1 / 1;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00a3d1;
    border-radius: 100%;
}
.cate_03_wrap .cont_01 ul li img{
    width: 50%;
    max-width: 140px;
}
.cate_03_wrap .cont_01 ul li p{
    margin-top: 30px;
    font-size: clamp(13px,1.5vw,20px);
}
.cate_03_wrap .cont_01 p span{
    font-weight: 700;
}

.cate_03_wrap .cont_02{
    margin:100px auto 50px;
    padding: 50px 0;
    background-color: #fff;
}
.cate_03_wrap .cont_02 .txt{
    text-align: center;
    font-size: clamp(13px,1.5vw,20px);
    width: 45%;
    margin: 0 auto;
}

.cate_03_wrap .cont_03{
    background-color: #fff;
    padding: 50px 0;
}
.cate_03_wrap .cont_03 .txt_box_wrap{
    display: flex;
    width: 98%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
}
.cate_03_wrap .cont_03 .txt_box{
    width: 47%;
    display: flex;
    flex-direction: column;
    font-size: clamp(13px,1.5vw,20px);
}
.cate_03_wrap .cont_03 .txt_box > p{
    padding: 1.1% 3.6%;
    background-color: #00b0f0;
    color: #fff;
    width: 50%;
    border-radius: 5px;
    text-align: center;
    font-size: clamp(15px, 1.7vw, 25px);
    font-weight: 700;
    margin: 0 auto;
    position: relative;
    top:9%;
}
.cate_03_wrap .cont_03 .txt_box ul{
    height: 100%;
    padding: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 3px solid #00b0f0;
}

.cate_03_wrap .cont_03 .txt_box ul li p{
    font-weight: 500;
    padding-left: 15px;
    position: relative;
}
.cate_03_wrap .cont_03 .txt_box ul li p::after{
    display: block;
    content: "";
    clear: both;
    width: 4%;
    max-width: 8px;
    aspect-ratio: 1 / 1;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    left:0;
}
.cate_03_wrap .cont_03 .txt_box_wrap2{
    margin-top:30px;
}
.cate_03_wrap .cont_03 .txt_box_wrap2 ul{
    width: 98%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr 0.3fr) 1fr;
}
.cate_03_wrap .cont_03 .txt_box_wrap2 ul li{
    display: flex;
    flex-direction: column;
}
.cate_03_wrap .cont_03 .txt_box_wrap2 ul li img{
    margin: 0 auto;
}
.cate_03_wrap .cont_03 .txt_box_wrap2 ul li:nth-child(1) > p{
    background-color: #b3e9f2;
}
.cate_03_wrap .cont_03 .txt_box_wrap2 ul li:nth-child(3) > p{
    background-color: #83ddeb;
}
.cate_03_wrap .cont_03 .txt_box_wrap2 ul li:nth-child(5) > p{
    background-color: #57d3e6;
}
.cate_03_wrap .cont_03 .txt_box_wrap2 ul li:nth-child(7) > p{
    background-color: #2ac9de;
}
.cate_03_wrap .cont_03 .txt_box_wrap2 ul li p{
    font-size: clamp(15px, 1.7vw, 25px);
}
.cate_03_wrap .cont_03 .txt_box_wrap2 ul li > p{
    padding: 2% 0;
    border-radius: 20px 20px 0 0;
    text-align: center;
    font-weight: 700;
}
.cate_03_wrap .cont_03 .txt_box_wrap2 ul li div{
    height: 100%;
    padding: 8%;
    border-radius: 0 0 20px 20px;
    background-color: #e3f3fc;
}
.cate_03_wrap .cont_03 .txt_box_wrap2 ul li div p{
    position: relative;
    padding-left: 15px;
}
.cate_03_wrap .cont_03 .txt_box_wrap2 ul li div p::after{
    display: block;
    content: "";
    clear: both;
    width: 4%;
    max-width: 8px;
    aspect-ratio: 1 / 1;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    top: clamp(11px, 1vw, 15px);
    left:0;
}

.cate_03_wrap2{
    margin: 100px auto 200px;
}
.cate_03_wrap2 .cont_04 > div{
    display: flex;
    flex-direction: column;
}

.cate_03_wrap2 .cont_04 > div > div:nth-child(2){
    margin-top:100px;
}
.cate_03_wrap2 .cont_04 > div > div > p{
    font-size: clamp(13px,1.5vw,20px);
    font-weight: 700;
}
.cate_03_wrap2 .cont_04 > div > .cont_04_01 p{
    color: #0090b9;
}
.cate_03_wrap2 .cont_04 > div > .cont_04_02 p{
    color: #008668;
}
.cate_03_wrap2 .cont_04 > div > div ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr 0.3fr) 1fr;
    margin-top:50px;
}
.cate_03_wrap2 .cont_04 > div > div ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cate_03_wrap2 .cont_04 > div > div ul li:nth-child(2n+1){
    max-width: 180px;
    max-height: 180px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
}
.cate_03_wrap2 .cont_04_01 ul li:nth-child(1){
    border: 1.05vw solid #ccedf6;
}
.cate_03_wrap2 .cont_04_01 ul li:nth-child(3){
    border: 1.05vw solid #99daed;
}
.cate_03_wrap2 .cont_04_01 ul li:nth-child(5){
    border: 1.05vw solid #66c8e3;
}
.cate_03_wrap2 .cont_04_01 ul li:nth-child(7){
    border: 1.05vw solid #33b5da;
}
.cate_03_wrap2 .cont_04_01 ul li:nth-child(9){
    border: 1.05vw solid #00a3d1;
}
.cate_03_wrap2 .cont_04_02 ul li:nth-child(1){
    border: 1.05vw solid #cce7e1;
}
.cate_03_wrap2 .cont_04_02 ul li:nth-child(3){
    border: 1.05vw solid #99cfc3;
}
.cate_03_wrap2 .cont_04_02 ul li:nth-child(5){
    border: 1.05vw solid #66b6a4;
}
.cate_03_wrap2 .cont_04_02 ul li:nth-child(7){
    border: 1.05vw solid #339e86;
}
.cate_03_wrap2 .cont_04_02 ul li:nth-child(9){
    border: 1.05vw solid #008668;
}

.cate_03_wrap2 .cont_04 > div > div ul li p{
    font-size: clamp(16px,2vw,25px);
    font-weight: 700;
}
.cate_03_wrap2 .cont_04_01 ul li:nth-child(2n+1) p{
    color: #0090b9;
    text-align: center;
}
.cate_03_wrap2 .cont_04_02 ul li:nth-child(2n+1) p{
    color: #008668;
}


/***************************.cate_04*******************************/
.cate_04_wrap .cont_01 > ul{
    max-width: 1060px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.cate_04_wrap .cont_01 > ul > li{
    width: 30%;
    max-width: 300px;
}
.cate_04_wrap .cont_01 > ul li::after{
    content: "-";
    display: block;
    clear: both;
    position: absolute;
    top:0;
    left:0;
}
.cate_04_wrap .cont_01 > ul li > p{
    margin-top:30px;
    font-size: clamp(16px,2vw,25px);
    font-weight: 700;
}
.cate_04_wrap .cont_01 > ul li:nth-child(1) > p{
    color:#00a3d1;
}
.cate_04_wrap .cont_01 > ul li:nth-child(2) > p{
    color:#117e96;
}
.cate_04_wrap .cont_01 > ul li:nth-child(3) > p{
    color:#00c094;
}
.cate_04_wrap .cont_01 > ul li > span{
    display: block;
    width: 30px;
    height: 2px;
    margin:20px 0;
}
.cate_04_wrap .cont_01 > ul li:nth-child(1) > span{
    background-color: #00a3d1;
}
.cate_04_wrap .cont_01 > ul li:nth-child(2) > span{
    background-color: #117e96;
}
.cate_04_wrap .cont_01 > ul li:nth-child(3) > span{
    background-color: #00c094;
}
.cate_04_wrap .cont_01 > ul li ul li{
    padding-left: 10px;
    position: relative;
    margin:15px 0;
    font-size: clamp(12px,2vw,16px);
}
.cate_04_wrap .cont_02{
    max-width: 1200px;
    margin: 100px auto 0;
}
.cate_04_wrap .cont_02 > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 5px solid #00a3d1;
}
.cate_04_wrap .cont_02 > ul li{
    width: 48%;
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.cate_04_wrap .cont_02 > ul li div:nth-child(1){
    width: 100%;
    max-width: 116px;
    margin-left:20px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #00a3d1;
    border-radius: 100%;
}
.cate_04_wrap .cont_02 > ul li div:nth-child(2){
    margin-left:40px;
}
.cate_04_wrap .cont_02 > ul li div p{
    font-size: clamp(15px,1.5vw,20px);
    font-weight: 700;
    color: #00a3d1;
}
.cate_04_wrap .cont_02 > ul li div p:nth-child(2){
    font-size: clamp(12px,1vw,15px);
    font-weight: 500;
    color: #333;
    margin-top:20px;
}

/***************************.cate_05*******************************/
.employment_btn{
    display:  flex;
}
.employment_btn li{
    width: 25%;
}
.employment_btn a{
    display: block;
    padding: 5% 0;
    font-size: clamp(13px,1.5vw,20px);
    color: #c5c5c5;
    border: 1px solid #0090b9;
}
.employment_btn li:not(:nth-child(1)) a{
    border-left: 0;
}
.employment_btn a.on{
    color: #fff;
    background-color: #0090b9;
}
.sub_title > p{
    margin-top:50px !important;
}


.cate_05_wrap .cont_01 > p{
    padding: 30px 0;
    margin-top:100px;
    border-top: 2px solid #0090b9;
    border-bottom: 1px solid #acacac;
    font-size: clamp(15px,1.5vw,20px);
    font-weight: 700;
    color: #0090b9;
    text-align: center;
    background-color: #fbfbfb;
}
.cate_05_wrap .cont_01 > ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin:100px auto;
}
.cate_05_wrap .cont_01 > ul li{
    display: flex;
    flex-direction: column;
}
.cate_05_wrap .cont_01 > ul li span:nth-child(1){
    display: block;
    padding: 6px 26px;
    font-size: clamp(18px,1.5vw,25px);
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #14add8;
}
.cate_05_wrap .cont_01 > ul li span:nth-child(2){
    margin-top: 15px;
    font-size: clamp(15px,1.5vw,20px);
    color: #0090b9;
    text-align: center;
    line-height: 1;
}


.tg_01  {border-collapse:collapse;border-spacing:0; width: 100%;}
.tg_01 td,
.tg_01 th{border: 1px solid #dcdcdc;padding:30px;word-break:keep-all;}
.tg_01 .tg-nrix{
    width: 14%;
    font-size: clamp(15px,2vw,20px);
    font-weight: 700;
    color: #0090b9;
    text-align:center;
    vertical-align:middle;
    background-color: #fbfbfb;
}
.tg_01 .tg-cly1{
    padding:30px 40px;
    font-size: clamp(15px,2vw,20px);
    font-weight: 400;
    text-align:left;
    vertical-align:middle;
}
.tg_01 tbody tr:last-child .tg-cly1 p:nth-child(2){
    font-size: clamp(12px,2vw,16px);
    color: #959595;
}
.tg_01 tbody tr:last-child .tg-cly1 p:nth-child(3){
    font-size: clamp(12px,2vw,16px);
    color: #ff0000;
}


.cate_05_wrap .cont_02 #bd_236_0 td.title{
    text-align: center;
}

.cate_05_wrap .cont_03 ul{
    border-top: 2px solid #0090b9;
}
.cate_05_wrap .cont_03 ul li{
    overflow: hidden;
}
.cate_05_wrap .cont_03 ul li > div > div{
    display: flex;

    font-size: clamp(12px,2vw,16px);
    padding: 30px 40px;
    border-bottom: 1px solid #acacac;
}
.cate_05_wrap .cont_03 ul li .question{
    cursor: pointer;
}
.cate_05_wrap .cont_03 ul li .question > div{
    align-items: center;
}
.cate_05_wrap .cont_03 ul li .question div > span{
    font-weight: 700;
    color: #0090b9;
}
.cate_05_wrap .cont_03 ul li .question div > p{
    transition: 0.3s;
}
.cate_05_wrap .cont_03 ul li .question.on div > p{
    color: #0090b9;
}
.cate_05_wrap .cont_03 ul li .question  > div p:nth-child(2),
.cate_05_wrap .cont_03 ul li .answer > div p:nth-child(2){
    margin-left:1.5%;
}
.cate_05_wrap .cont_03 ul li .question  > div > div{
    margin-left: auto;
    font-size: clamp(15px,2vw,30px);
}
.cate_05_wrap .cont_03 ul li .question .minus{
    display: none;
}
.cate_05_wrap .cont_03 ul li .question.on .plus{
    display: none;
}
.cate_05_wrap .cont_03 ul li .question.on .minus {
    display: block;
}
.cate_05_wrap .bd_tb_lst{
    margin-top: 0 !important;
}
.cate_05_wrap .cont_03 ul li .answer{
    background: #f9f9f9;
    transition: 0.5s;
    max-height: 0;
    overflow: hidden;
}
.cate_05_wrap .cont_03 ul li .answer.on{
    max-height: 300px;
}

.cate_05_wrap .write_btn{
    margin-top:30px;
    display: flex;
    justify-content: space-between;
}
.cate_05_wrap .write_btn p{
    font-size: clamp(11px,1vw,13px);
    color: #c5c5c5;
}
.cate_05_wrap .write_btn a{
    display: inline-block;
    padding: 1.4% 2.6%;
    color: #00a3d0;
    border-radius: 60px;
    border: 1px solid #00a3d0;
    font-size: clamp(15px,2vw,20px);
    text-align: center;
    transition: 0.3s;
}
.cate_05_wrap .write_btn a:hover{
    background-color:#00a3d0 ;
    border: 1px solid #fff;
    color: #fff;
}
@media only screen and (max-width:1100px){
    .xe_content{ 
        margin: 0 auto 100px;
    }
    .content .main_title{
        height: 300px;
    }

    
    .cate_01_wrap .cont_01 > div:nth-child(2n + 1){
        flex-direction: column;
    }
    .cate_01_wrap .cont_01 > div:nth-child(2n){
        flex-direction: column-reverse;
    }
    .cate_01_wrap .cont_01 > div img{
        width: 100%;
    }
    .cate_01_wrap .cont_01 > div .txt_wrap{
        width: 100%;
        padding: 0;
        margin-top:50px;
    }
    

    
    .cate_01_wrap .cont_01 > div .txt_wrap .line{
        margin: 20px 0;
    }
    .cate_01_wrap .cont_01 > div .txt_wrap ul li:not(:nth-child(1)){
        margin-top:10px;
    }
    .cate_01_wrap .cont_01 > div .txt_wrap ul li p br{
        display: none;
    }
    .cate_02_wrap .cont_01 ul li span{
        margin: 15px auto;
    }
    .cate_02_wrap .cont_02.info ul li p{
        margin: 10px 0 0;
    }
    .cate_02_wrap .cont_03 > div img{
        width: 45%;
    }

    .cate_02_wrap .cont_04 img{
        width: 100%;
    }
}
@media only screen and (max-width:768px){
    .pc{display: none !important;}
    .mo{display: block !important;}
    .sub_title{
        margin: 50px auto;
    }
    .sub_title div{
        margin: 15px auto;
    }

    .cont_wrap{
        margin: 0 auto 100px;
    }
    .content .main_title p{
        margin-top:10px;
    }




    .cate_01_wrap .cont_01{
        row-gap: 50px;
    }
    .cate_01_wrap .cont_title{
        margin: 50px auto;
    }
    .cate_01_wrap .cont_01 > div .txt_wrap{
        margin-top: 25px;
    }
    .cate_01_wrap .cont_01 > div .txt_wrap ul li p{
        padding-left: 15px;
    }
    .cate_01_wrap .cont_01 > div .txt_wrap ul li p::after{
        width: 1%;
    }

    .cate_02_wrap .cont_title{
        margin: 50px auto 50px;
        font-size: clamp(25px, 4vw, 40px);
    }
    .cate_02_wrap .cont_01 ul{
        width: 50%;
        align-items: center;
        flex-direction: column;
        padding: 5%;
    }
    .cate_02_wrap .cont_01 ul li{
        width: 90%;
        margin-top: 10%;
    }
    .cate_02_wrap .cont_01 ul li:nth-child(1){
        margin-top: 0;
    }

    .cate_02_wrap .cont_02_wrap{
        display: flex;
        justify-content: space-between;
    }
    .cate_02_wrap .cont_02{
        width: 48%;
    }
    .cate_02_wrap .cont_02 ul{
        width: 100%;
        height: 100%;
        padding: 5% 0;
    }
    .cate_02_wrap .cont_02.info ul li{
        padding: 10% 5%;
        margin:0;
    }
    .cate_02_wrap .cont_02.info ul li::after{
        width: 20%;
        height: 2px;
        left: -20%;
        top: calc(50% - 2px);
    }

    .cate_02_wrap .cont_03 > div{
        flex-direction: column;
    }
    .cate_02_wrap .cont_03 > div img{
        width: 80%;
        margin: 20% auto 0;
    }
    .cate_02_wrap .cont_03 > div img:nth-child(1){
        margin-top:0;
    }



    .cate_03_wrap{
        padding: 50px 0;
    }
    .cate_03_wrap .cont_01 ul{
        width: 100%;
        flex-wrap: wrap;
    }
    .cate_03_wrap .cont_01 ul li{
        width: 40%;
    }
    .cate_03_wrap .cont_01 ul li div{
        max-width: 130px;
    }
    .cate_03_wrap .cont_01 ul li:nth-child(n + 3){
        margin-top:10%;
    }

    .cate_03_wrap .cont_02{
        margin: 50px auto 25px;
        padding: 25px 0;
    }
    .cate_03_wrap .cont_02 .txt{
        width: 70%;
    }

    .cate_03_wrap .cont_03 .txt_box_wrap{
        flex-direction: column;
    }
    .cate_03_wrap .cont_03 .txt_box{
        width: 100%;
    }
    .cate_03_wrap .line,
    .cate_03_wrap2 .line{
        margin: 15px auto;
    }
    .cate_03_wrap .cont_03 .txt_box > p{
        top:0;
        transform: translateY(50%);
    }
    .cate_03_wrap .cont_03 .txt_box ul li p{
        padding-left: 4%;
    }
    .cate_03_wrap .cont_03 .txt_box ul li p::after{
        width: 2%;
    }
    .cate_03_wrap .cont_03 .txt_box_wrap2 ul{
        grid-template-columns: 1fr;
    }
    .cate_03_wrap .cont_03 .txt_box_wrap2 ul li img{
        width: 5%;
        margin:4% auto;
        transform: rotate(90deg);
    }
    .cate_03_wrap .cont_03 .txt_box_wrap2 ul li div{
        padding: 4%;
    }
    .cate_03_wrap .cont_03 .txt_box_wrap2 ul li div p{
        padding: 0 4%;
    }
    .cate_03_wrap .cont_03 .txt_box_wrap2 ul li div p::after{
        top:7px;
    }
    .cate_03_wrap2{
        margin: 50px auto 100px;
    }
    .cate_03_wrap2 .cont_04 > div > div > p{
        font-size: clamp(18px, 2vw, 30px);
        text-align: center;
        height: 54px;
    }
    
    .cate_03_wrap2 .cont_04 > div{
        flex-direction: row;
        justify-content: space-around;
    }
    .cate_03_wrap2 .cont_04 > div > div{
        width: 30%;
    }
    .cate_03_wrap2 .cont_04 > div > div:nth-child(2){
        margin-top:0;
    }
    .cate_03_wrap2 .cont_04 > div > div ul{
        grid-template-columns:1fr;
    }
    .cate_03_wrap2 .cont_04 > div > div ul li img{
        transform: rotate(90deg);
        margin:10% auto;
    }
    .cate_03_wrap2 .cont_04 > div > div ul li:nth-child(2n+1){
        margin: 0 auto;
        width: 93%;
    }

    .cate_04_wrap .cont_01 > ul li > p{
        margin-top: 20px;
    }
    .cate_04_wrap .cont_01 > ul li > span{
        margin: 15px 0;
    }
    .cate_04_wrap .cont_01 > ul li ul li{
        margin: 5px 0;
    }
    .cate_04_wrap .cont_02 > ul{
        flex-direction: column;
    }
    .cate_04_wrap .cont_02 > ul li{
        width: 100%;
    }
    

    .cate_05_wrap .cont_01 > ul{
        margin: 50px auto;
        flex-direction: column;
    }    
    .cate_05_wrap .cont_01 > ul li:nth-child(2n + 1){
        width: 50%;
        max-width: 260px;
    }
    .cate_05_wrap .cont_01 > ul li:nth-child(2n){
        transform: rotate(90deg);
        margin:2% auto;
    }
    .tg_01 .tg-nrix{
        width: 20%;
        padding: 10px;
    }
    .tg_01 .tg-cly1{
        padding: 20px;
    }


    .cate_05_wrap .cont_03 ul li > div > div{
        padding: 20px 30px;
    }

    .cate_05_wrap .write_btn{
        flex-direction: column-reverse;
    }
    .cate_05_wrap .write_btn a{
        width: 100px;
        margin-left: auto;
    }
    .cate_05_wrap .write_btn div{
        margin-top:20px;
    }
}