@charset "UTF-8";

main{
    margin: 0 auto 4%;
}
main .mainWrap{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 3% 3% 0;
}
main .bread{
    margin: 0;
}
main .mainWrap:after{
    content: "";
    background: url(/images/process/title.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    clip-path: polygon(0 0, 100% 0%, 100% 42%, 0% 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
main .mainWrap h2{
    color: #fff;
    padding: 0 3% 1% 3%;
}
main .mainWrap h2:before,
main .mainWrap h2:after{
    display: none;
}
main .mainWrap h3{
    background: rgba(255,255,255,0.8);
    color: #060672;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 2% 3%;
    padding: 1% 3% 1% 3%;
    width: fit-content;
    position: relative;
}
main .mainWrap h4{
    background:#060672;
    color: #fff;
    font-size: 20px;
    width: fit-content;
    margin: 0 0 1% 3%;
    padding: 1% 3% 1% 3%;
}
#process01{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto 5%;
}
#process01 .contents_left{
    width: 50%;
    margin: 0 3% 3% 0;
}
#process01 .contents_right{
    width: 47%;
    margin: 0 0 3% 0;
}
#process01 .contents_right video{
    width: 100%;
}
#process01 .contents_full{
    background: rgba(255,255,255,0.8);
    width: 100%;
    margin: 0 0;
    padding: 2% 3%;
}
#process01 .contents_full p{
    line-height: 1.6em;
}
#process02{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
#process02 h3{
    background:#060672;
    margin: 0 auto 5%;
    width: 100%;
    padding:1% 0;
}
#process02 h3 span{
    display: block;
    color: #fff;
    font-family: "typos", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2em;
    max-width: 1300px;
    width:95%;
    margin: 0 auto;
}
#process02 .contents_full{
    max-width: 1200px;
    width:90%;
    margin: 0 auto 5%;
}
#process02 .contents_full h4{
    color: #060672;
    font-family: "typos", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2em;
    width:100%;
    margin: 0 auto 5%;
    position: relative;
}
#process02 .contents_full h4:before{
    content: "";
    background: #060672;
    max-width:780px;
    width: 70%;
    height: 1px;
    transform: translate(0,-50%);
    position: absolute;
    top: 50%;
    right: 0;
}
#process02 .contents_full h4:after{
    content: "";
    background: #060672;
    width: 15px;
    height: 15px;
    transform: rotate(45deg) translate(0,-50%);
    position: absolute;
    top: 41%;
    right: 0;
}
#process02 .contents_full p{
    line-height: 1.4em;
}
#process03{
    width: 100%;
    margin: 0 auto 8%;
}
#process03 h3{
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 32%, rgba(172, 203, 220, 1) 100%);
    margin: 0 auto;
    width: 100%;
    padding:1% 0;
}
#process03 h3 span{
    display: block;
    color: #060672;
    font-family: "typos", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2em;
    max-width: 1300px;
    width:95%;
    margin: 0 auto;
}
#process03 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
#process03 ul li{
    width: 25%;
    height: 25vw;
    position: relative;
}
#process03 ul li a{
    color: #fff;
    font-family: "typos", sans-serif;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
#process03 ul li a span{
    background:rgba(0,0,0,0.3);
    font-family: "typos", sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    width: 90%;
    padding: 2% 2% 2% 4%;
    position: relative;
    transition: all ease 0.5s;
}
#process03 ul li a:hover span{
    background:rgba(0,0,0,0.8);
}
#process03 ul li a span i{
    font-size: 16px;
    font-style: normal;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    transition: all ease 0.5s;
}
#process03 ul li a:hover span i{
    right:6%;
}
#process03 ul li:nth-child(1){
    background: url(/images/process/list01.png);
    background-size:cover;
    background-position: center;
}
#process03 ul li:nth-child(2){
    background: url(/images/process/list02.png);
    background-size:cover;
    background-position: center;
}
#process03 ul li:nth-child(3){
    background: url(/images/process/list03.png);
    background-size:cover;
    background-position: center;
}
#process03 ul li:nth-child(4){
    background: url(/images/process/list04.png);
    background-size:cover;
    background-position: center;
}
#process04{
    max-width: 1300px;
    width:95%;
    margin: 0 auto 5%;
}
#process04 h3{
    border-bottom: 3px solid #060672;
    color: #060672;
    font-size: 20px;
    width: 100%;
    margin: 0 0 5%;
    padding: 0 0 10px;
    position: relative;
}
#process04 h3:after{
    content: "";
    background: #060672;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -9px;
    left: 0;
}
#process04 .contents_full{
    background: #fff;
    border: 2px solid #060672;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto 3%;
    padding: 2% 3%;
}
#process04 .contents_full .contents_full_left{
    border-right: 2px solid #060672;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    padding: 0 2% 0 0;
}
#process04 .contents_full .contents_full_left img{
    width: 50%;
}
#process04 .contents_full .contents_full_right{
    color:#060672;
    width: 80%;
    padding: 0 0 0 3%;
}
#process04 .contents_full .contents_full_right h4{
    font-family: "typos", sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    margin: 0 0 2%;
}
#process04 .contents_full .contents_full_right p{
    line-height: 1.4em;
}
/* #contact{
    text-align: left;
}
#contact h2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 3%;
}
#contact h2 span{
    margin: 0 0 0 2%;
}
#contact section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 3%;
}
#contact section#support{
    border-bottom: 2px solid #fff;
    margin: 0 auto 3%;
}
#contact section p{
    line-height: 1.6em;
    width: 50%;
}
#contact section .link{
    width: 50%;
}
#contact .link a:before, #contact .link a:after{
    max-width: 110px;
    width: 25%;
} */
@media screen and (min-width:980px) {
.thin-only{
    display: none;
}
}
@media screen and (max-width:768px) {
main .mainWrap h3{
    font-size:27px;
}
#process01 .contents_left{
    width: 90%;
    margin: 0 auto 6%;
}
#process01 .contents_right{
    width: 90%;
    margin: 0 auto 8%;
}
#process01 .contents_full{
    width: 90%;
    margin: 0 auto 8%;
}
#process02 h3{
    margin: 0 auto 8%;
    padding:1.5% 1%;
}
#process04 .contents_full{
    width: 95%;
    margin: 0 auto 5%;
}
#process02 .contents_full h4:before{
    width: 20%;
}
#process03 h3{
    padding:1.5% 1%;
}
#process03 ul li{
    width: 100vw;
    height: 30vw;
}
#process04 .contents_full .contents_full_left{
    border-right:unset;
    border-bottom: 2px solid #060672;
    width: 100%;
    padding: 0 0 5% 0;
}
#process04 .contents_full .contents_full_left img{
    width: 20%;
}
#process04 .contents_full .contents_full_right{
    color:#060672;
    width: 100%;
    padding: 5% 0 0 0;
}
/* #contact h2{
    display: block;
    text-align: center;
    margin: 0 auto 5%;
    width: 100%;
}
#contact h2 span{
    display: block;
    margin: 2% 0;
    width: 100%;
}
#contact section p{
    line-height: 1.6em;
    width: 90%;
    margin: 0 auto 3%;
}
#contact section .link{
    width: 90%;
    margin: 0 auto 3%;
} */
}