body{
    margin: 0;
    padding: 0;
    /*safariでの自動調節を全て1倍にする*/
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
}

h1,h2,h3,h4,h5,h6,p,ul,li{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
a:link,
a:visited,
a:hover,
a:active{
    text-decoration: none;
}
a:hover{
    opacity: 0.6;
}

.article-link{
    color: #333333;
    display: block;
}
.article-link:link,
.article-link:visited,
.article-link:hover,
.article-link:active{
    text-decoration: none;
    color: #000;
}

/*パンくず*/
.breadcrumb-area a{
    color: #333333;
}
.breadcrumb-area a:link,
.breadcrumb-area a:visited,
.breadcrumb-area a:hover,
.breadcrumb-area a:active{
    text-decoration: none;
    color: #000;
}

/*ヘッダー*/
header{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #f4f4f4;
    position: fixed;
}
header #headernav{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-top: 48px;
    margin-bottom: 20px;
    padding-top:20px;
    border-top: solid 1px #E4E4E4;
}
#headernav .menuitem{
    text-align: center;
}
#headernav .menuitem a{
    position: relative;
    color: #000;
}
.menuitem:not(:first-of-type){
    margin-left: 20px;
}
.menuitem:not(:first-of-type):before{
    content: '/';
    color: #7BE7D7;/*非対応のブラウザでの文字色を設定*/
    background: -webkit-linear-gradient(0deg, #7BE7D7, #84ADE1);/*背景色にグラデーションを指定*/
    -webkit-background-clip: text;/*テキストでくり抜く*/
    -webkit-text-fill-color: transparent;/*くり抜いた部分は背景を表示*/
    padding-right: 20px;
}
.header-top{
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
}
.header-top ul{
    display: flex;
    list-style: none;
    padding-left: 0;
}
.header-top ul li a{
    color: #333333;
    display: block;
    white-space: nowrap;
}
.header-top ul li:not(:first-of-type){
    margin-left: auto;
}
.header-top .logo{
    width: 100%;
}
.header-top .logo .logo-back{
    /* font-size: 32px; */
    /* font-weight: bold; */
    padding-left: 20px;
    margin-top: -8px; /* margin-top: -12px; */
}
.header-top .logo .logo-back img{
    max-width: 180px;
}
.header #splogo .logo-back img{
    max-width: 100px;
    margin-top: 10px;
}

.header-right{
    display: flex;
}
.header-right .tel{
    margin-right: 30px;
    font-weight: 400;
}
.header-right .tel span{
    color: #84AEE1;/*非対応のブラウザでの文字色を設定*/
}
.header-right .contact{
    margin-top: -12px;
}
.header-right .contact a{ 
    background: -moz-linear-gradient(left,#7BE7D7,#84ADE1); 
    background: -webkit-linear-gradient(left,#7BE7D7,#84ADE1); 
    background: linear-gradient(to right,#7BE7D7,#84ADE1); 
    padding: 12px 70px;
    color: #fff;
    font-weight: 400;
}

/*パンくずとその上の画像*/
.header-bottom{
    position: relative;
    margin-top: 112px;
}
.header-bottom img{
    width: 100%;
    height: auto;
}
.header-bottom .top-title{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    text-align: center;
}
.topttl{
    background-color: rgba(255,255,255,0.7);
    padding: 20px 100px;
    font-size: 24px;
    font-weight: bold;
}
.toptxt{
    font-size: 14px;
    margin-top: 15px;
}


/*共通*/
.top-sec1{
    padding: 100px 0 0;
}
.top-sec2,
.top-sec3,
.top-sec4,
.about-sec1,
.about-sec2,
.about-sec3,
.functions-sec1,
.fee-sec1,
.fee-sec2,
.fee-sec3{
    padding: 150px 0 0;
}
.top-sec5,
.about-sec4,
.functions-sec2,
.fee-sec4,
.qna-sec1,
.news-sec1,
.contact-form{
    padding: 90px 0;
}
.top-sec5{
    margin-top: 90px;
}
.top-sec1 h2,
.top-sec2 h2,
.top-sec3 h2,
.top-sec4 h2,
.top-sec5 h2{
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom:solid 8px;
    border-image: linear-gradient(to right,#7BE7D7,#84ADE1); 
    border-image-slice: 1;
}
.top-sec1 .container,
.top-sec2 .container,
.top-sec3 .container,
.top-sec4 .container,
.top-sec5 .container,
.about-sec1 .container,
.about-sec2 .container,
.about-sec3 .container,
.about-sec4 .container,
.functions-sec1 .container,
.functions-sec2 .container,
.fee-sec1 .container,
.fee-sec2 .container,
.fee-sec3 .container,
.fee-sec4 .container,
.qna-sec1 .container,
.news-sec1 .container,
.breadcrumb-area,
.contact-form .container,
.header-bottom .container{
    padding: 0 10%;
    max-width: 1300px;
    margin: 0 auto;
}
.about-sec1 h2{
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    color: #7BE7D7;/*非対応のブラウザでの文字色を設定*/
    background: -webkit-linear-gradient(0deg, #7BE7D7, #84ADE1);/*背景色にグラデーションを指定*/
    -webkit-background-clip: text;/*テキストでくり抜く*/
    -webkit-text-fill-color: transparent;/*くり抜いた部分は背景を表示*/
}
.about-sec2 h2{
    font-size: 24px;
    color: #84AEE1;
    margin-bottom: 50px;
    text-align: center;
}
.about-sec3 h2,
.about-sec4 h2,
.functions-sec1 h2,
.functions-sec2 h2,
.fee-sec1 h2,
.fee-sec2 h2,
.fee-sec3 h2,
.fee-sec4 h2,
.qna-sec1 h2,
.news-sec1 h2{
    font-size: 30px;
    margin-bottom: 10px;
    color: #7BE7D7;/*非対応のブラウザでの文字色を設定*/
    background: -webkit-linear-gradient(0deg, #7BE7D7, #84ADE1);/*背景色にグラデーションを指定*/
    -webkit-background-clip: text;/*テキストでくり抜く*/
    -webkit-text-fill-color: transparent;/*くり抜いた部分は背景を表示*/
}
.about-sec3 h2 span,
.about-sec4 h2 span,
.functions-sec1 h2 span,
.functions-sec2 h2 span,
.fee-sec1 h2 span,
.fee-sec2 h2 span,
.fee-sec3 h2 span,
.fee-sec4 h2 span,
.qna-sec1 h2 span,
.news-sec1 h2 span{
    font-size: 16px;
    background:#000;/*背景色にグラデーションを指定*/
    -webkit-background-clip: text;/*テキストでくり抜く*/
    -webkit-text-fill-color: transparent;/*くり抜いた部分は背景を表示*/
}

/*index.html*/
.main{
    padding-top: 110px;
}
.main img{
    width: 100%;
    height: auto;
}

.top-sec1 .slider-links,
.qna-sec1 .faq-links{
    display: flex;
    font-size: 18px;
}
.top-sec1 .slider-link:not(:first-of-type),
.qna-sec1 .faq-link:not(:first-of-type){
    margin-left: 70px;
}
.top-sec1 .slider-link a:hover,
.qna-sec1 .faq-link a:hover{
    color: #84AEE1;
}
.slider{
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-top: 20px;
}
.slider img{
    width: 100%;
    height: auto;
}
.top-sec1 ul li .slider-content{
    display: flex;
    justify-content: center;
}
.top-sec1 .left-img{
    width: 100%;
}
.top-sec1 .right-txt{
    margin-left: 70px;
    padding-top: 30px;
}
.top-sec1 .right-txt h3{
    color: #84ADE1;
    font-size: 18px;
    margin-bottom: 25px;
}
.top-sec1 .right-txt h4{
    font-size: 30px;
    margin-bottom: 25px;
}
.top-sec1 .right-txt p{
    font-weight: 400;
}
.about-button {
    text-align: center;
    margin-top:110px;
}
.about-button a{
    color: #fff;
    background-color: #333333;
    padding: 15px 40px 15px 150px;
    margin-bottom: 40px;
    border-radius: 30px;
    font-size: 24px;
}
.about-button a::after{
    content: 'ー';
    margin-left: 110px;
}
.background-grey{
    background-color: #FBFBFB;
    padding: 20px 0 60px;
    margin-top: 100px;
}
.top-sec2 .ttl-txt {
    font-size: 16px;
}
.top-sec2 h2{
    margin-bottom: 10px;
    font-size: 30px;
}
.about-price{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
}
.price-box{
    border: solid#7BE7D7 1px;
    border-radius: 20px;
    box-shadow: #000;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    padding: 20px 5px;
    margin: 0 auto;
    width: 100%;
    z-index: 10;
    background-color: #fff;
}
.price-box:not(:first-of-type){
    margin-left: 50px;
}
.price-box h3{
    font-size: 30px;
    position: relative;
}
.price-box h3:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;/*線の上下位置*/
    display: inline-block;
    width: 70px;/*線の長さ*/
    height: 6px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #333;/*線の色*/
    border-radius: 2px;/*線の丸み*/
}
.price-box h4{
    margin-top: 35px;
    font-size: 18px;
    background: -moz-linear-gradient(left,#7BE7D7,#84ADE1); 
    background: -webkit-linear-gradient(left,#7BE7D7,#84ADE1); 
    background: linear-gradient(to right,#7BE7D7,#84ADE1); 
    padding: 15px 15px;
}
.price-box h4 span{
    font-size: 24px;
}
.price-box .price{
    font-size:120px;
    color: #7BE7D7;
    font-weight: 400;
}
.price-box .price span{
    font-size: 68px;
    font-weight: 400;
}
.price-detail{
    font-size: 16px;
    font-weight: 400;
}
.top-sec3 .features-1{
    margin-top: 40px;
    display: flex;
    list-style: none;
    justify-content: center;
    padding-left: 0;
}
.top-sec3 .features-2{
    margin-top: 35px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
.top-sec3 .features-1,
.top-sec3 .features-2{
    width: 100%;
}
.top-sec3 .features-1 li:not(:first-of-type),
.top-sec3 .features-2 li:not(:first-of-type){
        margin-left: 35px;
}
.top-sec3 .features-1 li,
.top-sec3 .features-2 li{
        display: flex;
        justify-content: center;
        border: solid 1px #000;
        padding: 15px 5px;
        border-radius: 20px;
        width: 23%;
}
.top-sec3 .features-1 li .features-left,
.top-sec3 .features-2 li .features-left{
        width: 25%;
}
.top-sec3 .features-1 li img,
.top-sec3 .features-2 li img{
        width: 100%;
        height: auto;
}
.features-txt{
    color: #84AEE1;
    margin-left:25px;
    font-size: 18px;
    padding-top: 15px;
}
.top-sec4 li{
    background-image: url(../img/IMG-3161.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: -130px;
}
.works-box{
    width: 78%;
    background-color: #fff;
    margin: 400px auto 10px;
    box-shadow: 0 0 10px;
    text-align: center;
    padding: 50px 60px;
}
.works-box .box-name{
    color: #84ADE1;
    font-size: 18px;
}
.works-box h3{
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.5em;
}
.works-box .box-txt{
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
}
.top-sec5{
    background-image: url(../img/sapport-bkground.jpg);
}
.top-sec5 ul{
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    text-align: center;
    width: 80%;
}
.top-sec5 ul li{
    width: 30%;
}
.support-point{
    width: 50%; /* ex:80% */
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .support-point{
        width: 20%; /* ex:80% */
    }
}

.top-sec5 ul li img{
    width: 100%;
    height: auto;
}
.top-sec5 ul li:not(:first-of-type){
    margin-left: 100px;
}
.top-sec5 ul li p{
    font-size: 18px;
    margin-top: 25px;
}



/*footer*/
footer{
    background-color: #333;
    font-weight: 400;
}
footer .container{
    max-width: 1300px;
    margin: 0 auto;
    padding: 25px 5% 60px;
}

footer a{
    color: #fff;
}

.footer-content{
    display: flex;
    justify-content: center;
}
footer .left-img{
    width: 50%;
}
footer .left-img img{
    width: 100%;
    height: auto;
}
footer .left p{
    color: #fff;
    text-align: center;
    font-size: 14px;
}
footer .middle{
    margin-left: 120px;
    margin-right: 150px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
footer .middle p{
    font-size: 16px;
    margin-bottom: 20px;
}
footer .middle div:nth-child(even){
    margin-left: 80px;
}
footer .right{
    text-align: center;
}

footer .contact a{
    display: block;
    padding: 15px 70px;
    font-size:20px;
    color: #fff;
    background: -moz-linear-gradient(left,#7BE7D7,#84ADE1); 
    background: -webkit-linear-gradient(left,#7BE7D7,#84ADE1); 
    background: linear-gradient(to right,#7BE7D7,#84ADE1); 
}
footer .tel{
    margin-top: 25px;
    font-size: 20px;
}
footer .copyright{
    text-align: center;
    padding: 20px 0 50px;
    font-size: 16px;
    background-color: #fff;
}





/*about-service*/

.about-top{
    margin: 20px 0;
    text-align: center;
}
.about-top img{
    width: 80%;
    height: auto;
}
.about-box{
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    padding: 45px 60px;
    margin:40px 0 0;
    background-color: #fff;
}
.about-box h3{
    font-size: 24px;
}
.about-box p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}
.about-sec2 table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.about-sec2 th{
    background-color: #7BE7D7;
}
.about-sec2 th,
.about-sec2 td {
    border: solid 1px #84AEE1; /* 線の種類 太さ 色 */
    padding: 30px 0;
}
.about-sec2 td{
    width: 40%;
}
.about-sec2 .middle{
    width: 25%;
    background-color: #F5F5F5;
}
.table-blue{
    color: #84AEE1;
}
.table-red{
    color: #FF8A8A;
}
.support-option,
.service-box{
    margin-top: 40px;
    list-style: none;
    padding-left: 0;
}
.support-option .focus-content{
    display: flex;
    justify-content: center;
}
.support-option li:not(:first-of-type){
    margin-top: 80px;
}
.focus-content-left{
    width: 100%;
}
.focus-content-left img{
    width: 100%;
    height: auto;
}
.support-option .support-box{
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    margin-left: 35px;
    padding: 25px 40px;
}
.support-option .support-box .kinds{
    color: #84AEE1;
    font-size: 18px;
}
.support-option .support-box h3{
    margin: 25px 0;
    font-size: 30px;
}
.support-option .support-box .support-txt{
    font-size: 16px;
    font-weight: 400;
}
.service-box{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    -webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.service-box li{
    padding: 25px 15px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    width: 40%;
}
.service-box li:nth-child(even){
    margin-left: 65px;
}
.service-box li:nth-child(odd){
    margin-top: 150px;
}
.service-box h3{
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom:solid 5px;
    border-image: linear-gradient(to right,#7BE7D7,#84ADE1); 
    border-image-slice: 1;
}
.service-box img{
    width: 100%;
    height: auto;
}
.service-box-txt{
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
    padding-bottom: 40px;
}

/*functions_info.html*/
.functions-txt{
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
}
.functions{
    margin-top: 10px;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #84ADE1;
    text-align: center;
}
.functions li{
    width:calc(20% - 25px);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    padding: 15px 0px;
    margin-left: 25px;
    margin-top: 25px;
}
.function-img{
    width: 30%;
    margin: 0 auto;
}
.functions li img{
    width: 100%;
    height: auto;
}
.function-name{
    font-size: 18px;
    margin-top: 20px;
}
.function-txt{
    font-size: 18px;
}
.functions-sec2 .functions{
    color: #7BE7D7;
}
.fee-kinds{
    margin-top: 40px;
}
.fee-kind{
    border: #7BE7D7 1px solid;
    border-radius: 20px;
    padding: 20px 0;
    text-align: center;
    display: flex;
}
.fee-kind:not(:first-of-type){
    margin-top: 20px;
}
.fee-kind h3{
    padding: 60px 0 80px;
    font-size: 30px;
    position: relative;
    width: 25%;
}
.fee-kind h3:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 60px;
    display: inline-block;
    width: 70px;
    height: 6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333;
    border-radius: 2px;
}
.fee-contents{
    padding: 15px 50px;
    border-left: #7BE7D7 1px solid;
    border-right: #7BE7D7 1px solid;
    width: 35%;
    font-weight: 400;
}
.fee-contents p{
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}
.fee-kind h4{
    color: #7BE7D7;
    font-size: 90px;
    font-weight: 400;
    display: block;
}
.fee-kind h4 span{
    font-size: 47px;
}
.fee-detail{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.price-sub-txt{
    color: #333;
    font-weight: 400;
    font-size: 16px;
}
.fee-sec1 .contact{
    text-align: center;
    margin: 60px 0 0;
}
.fee-sec1 a{
    background: -moz-linear-gradient(left,#7BE7D7,#84ADE1); 
    background: -webkit-linear-gradient(left,#7BE7D7,#84ADE1); 
    background: linear-gradient(to right,#7BE7D7,#84ADE1); 
    padding: 15px 150px;
    font-size: 20px;
    color: #fff;
}
.background-blue{
    background-color: #7BE7D7;
    padding: 50px 0;
    margin-top: 50px;
}


.fee-sec3 table {
    border-collapse: collapse;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
}
.fee-sec3 tr,
.fee-sec3 td{
    border: solid 1px #7BE7D7; /* 線の種類 太さ 色 */
    padding: 35px 0px;
}
.fee-sec3 .left{
    text-align: left;
    background-color: #F5F5F5;
    width: 25%;
    padding-left: 50px;
}
.fee-sec3 .center{
    text-align: center;
    font-weight: 400;
}
.fee-sec3 .right{
    text-align: right;
    width: 25%;
    padding-right: 50px;
}

/*qna.html*/
.functions-txt{
    font-size: 16px;
    margin-bottom: 50px;
}
.faq-links{
    margin-left: 35px;
}
.questions-box h3{
    font-size: 25px;
    color: #84AEE1;
}
.question-ttl{
    font-size: 16px;
    font-weight: bold;
    padding: 18px 40px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    text-align: left;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
}
.question-ttl i{
    margin-right: 10px;
}
.question-ttl:after {
    content: "＋";
    position: absolute;
    right: 65px;
    top: 30%;
    transition: all 1s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    color: #333;
}
.rotate2::after{
    content: "ー";
    right: 65px;
    top: 30%;
    color: #333;
}
.answer-txt{
    display: none;
    margin-top: 1px;
    background-color: #E9E9E9;
    color:#333;
}
.answer-txt p{
    padding: 25px 65px 25px 40px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.questions-box{
    margin-top:65px;
}


/*contact.html*/
.contact-form{
    text-align: center;
}
.contact-form h2{
    text-align: center;
    color: #84AEE1;
    font-size: 30px;
}
.contact-txt{
    text-align: left;
    margin-top: 30px;
    margin-bottom: 100px;
    font-weight: 400;
    font-size: 16px;
}
.contact-content{
    margin: 0 auto;
    width: 95%;
    margin-bottom: 40px;
}
.contact-content .left,
.contact-content .right{
    font-size: 15px;
    text-align: left;
}
.form-ttl{
    display: flex;
    margin-bottom: 3px;
}
.form-ttl p{
    font-size: 16px;
}
.form-name{
    color: #84AEE1;
}
.required{
    color: #FF8A8A;
    margin-left: 60px;
}
.input-form{
    border: none;
    width: 100%;
    padding: 15px 0;
    margin-top: 10px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.input-form::placeholder{
    padding: 0px 20px;
}
.checkbox{
    display: flex;
    margin-top: 30px;
}
.checkbox .left input:not(:first-of-type),
.checkbox .right input:not(:first-of-type){
    margin-top: 20px;
}
.checkbox .right{
    margin-left: 200px;
}
.rule-button{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
.contact-form .rule{
    color: #333;
}
.contact-form .button button{
    border: none;
    margin-top: 80px;
    background: -moz-linear-gradient(left,#7BE7D7,#84ADE1); 
    background: -webkit-linear-gradient(left,#7BE7D7,#84ADE1); 
    background: linear-gradient(to right,#7BE7D7,#84ADE1); 
    padding: 20px 200px;
    font-size: 34px;
    color: #fff;
}
.down-menu{
    width: 100%;
}

/*archive-news.html*/
.news-sec1 .container{
    display: flex;
    justify-content: center;
}
.sidebar{
    width: 35%;
}
.sidebar .category{
    list-style: none;
    padding-left: 0;
}
.sidebar .category li{
    text-align: center;
    margin-top: 20px;
    text-align: left;
}
.sidebar .category li a{
    font-size: 16px;
    background-color: #fff;
    color: #333;
    padding: 10px 30px;
    display: block;
    text-align: center;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.sidebar .category li a:hover{
    background-color: #7BE7D7;
    color: #fff;
    opacity: 1;
}
.rightside-contents{
    margin-left: 40px;
    width: 85%;
}
.news-resource:not(:first-of-type){
    margin-top: 20px;
}
.news-resource{
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    padding: 25px 20px;
    display: flex;
    margin-top: 15px;
}
.rightside-contents a:hover .news-resource{
    background-color: rgba(123, 231, 215, 0.2);
}
.news-resource img{
    width: 30%;
    height: auto;
}
.news-sec1 .box-right{
    margin-left: 40px;
}
.news-sec1 .box-right .box-top{
    display: flex;
    font-size: 13px;
    margin: 10px 0;
}
.news-sec1 .category-name{
    margin-left: 40px;
}
.news-sec1 h3{
    font-size: 20px;
    margin-top: 10px;
}
.news-sec1 .box-txt{
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

/*archive-works.html*/
.works-sec1 .rightside-contents{
    width: 70%;
}
.works-sec1 .works-box{
    margin-top: -130px;
    position: relative;
    z-index: 999;
    padding: 20px 40px;
}
.works-sec1 .works-resource:not(:first-of-type){
    margin-top: 100px;
}
.works-resource{
    margin-top: 25px;
}
.works-sec1 .works-resource img{
    width: 100%;
    height: auto;
}
.works-sec1 .works-box .box-name{
    color: #84ADE1;
    font-size: 16px;
}
.works-sec1 .works-box h3{
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.5em;
}
.works-sec1 .works-box .box-txt{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
}


/*single-news.html*/
.single-news-sec1 .rightside-contents,
.single-works-sec1 .rightside-contents{
    width: 70%;
}
.single-news-sec1 h1{
    font-size: 30px;
    margin-bottom: 30px;
}
.single-news-resource img{
    width: 100%;
    height: auto;
}
.single-news-sec1 .single-news-top{
    display: flex;
    margin-top: 15px;
    margin-bottom: 35px;
}
.single-news-sec1 .top-img{
    width: 95%;
    margin: 0 auto;
}
.single-news-sec1 .single-news-subtitle,
.single-works-sec1 .single-news-subtitle{
    font-size: 20px;
    background-color: #E4E4E4;
    padding: 10px 20px;
    color: #333333;
    margin-top: 40px;
}

/*pagetop*/
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
  }
  
  #pagetop:hover {
    opacity: 0.7;
  }



/*
.top-sec1 .slider-link:hover :before,
.qna-sec1 .faq-link:hover :before{
    content: '■';
    color: #84AEE1;
}
*/


.policy {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-weight: normal;
}
.policy h3 {
    margin-bottom: 20px;
    text-align: center;
}
.policy h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #333;
}
.policy ul,
.policy ol {
    margin-bottom: 40px;
}
.policy ul {
    margin-left: 30px;
}
.policy p:not(:last-child) {
    margin-bottom: 40px;
}



.slick-next {
    display: block !important;
    content: "" !important;
    width: 30px !important;
    height: 30px !important;
    right: -30px !important;
    background: none !important;
    border: none !important;
}
.slick-prev {
    display: block !important;
    content: "" !important;
    width: 30px !important;
    height: 30px !important;
    left: -20px !important;
    background: none !important;
    border: none !important;
}
@media screen and (max-width: 768px) {
    .slick-prev {
        left: -13px !important;
    }
}
.slick-next::before,
.slick-prev::before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 2px solid #84ADE1;
    border-right: 2px solid #84ADE1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}
.slick-prev::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
