@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');
body{
 color:#646464;
}
body, input, textarea, select, button {
  font-family:'Noto Sans JP', sans-serif  !important;
  font-weight: normal;
 }

.pc-only {
    display: block !important;
  }
.sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

.ft-col-bl{
 color:#0097EC;
}

.ft-col-gr{
 color:#00B5B5;
}

.text-under-bd60::after{
 content: "";
 position: absolute;
 display: block;
 width: 60px;
 height: 4px;
 background-image: linear-gradient(90deg, #00A0FB, #36DBDB);
 bottom: 0;
 left: calc((100% - 60px) / 2);
}

.text-under-bd50::after{
 content: "";
 position: absolute;
 display: block;
 width: 50px;
 height: 4px;
 background-image: linear-gradient(90deg, #00A0FB, #36DBDB);
 bottom: 0;
 left: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
 .text-under-bd50::after{
  width: 40px;
  left: calc((100% - 40px) / 2);
  }
}
/*  ------- header -------
------------------------------------------ */
.header-wrap h1 a{
 line-height:1;
 display:flex;
 align-items: center;
 
}


.header-wrap{
 background:none;
 width:100%;
 padding:0 30px;
 color:#8C8C8C;
 font-size:16px;
 font-weight:bold;
 position: sticky;
 top: 0px;
 left: 0px;
 z-index: 100;
 /*background-color: #fff!important;*/
 /*max-height:80px;*/

}


.header-wrap h1 .newtonx_logo{
 max-height: 80px;
 margin-right: 10px;

}

@media screen and (max-width: 768px) {

 .header-wrap h1 .newtonx_logo{
  max-height: 50px;
  margin-left: 0;
  margin-top:0;

 }

}

.logo_area{
 display: inline-block;
 position: absolute;
 top: 20px;
 left: 30px;
 /* transform: scale(1.4); */
 max-width:224px;
 width:100%;
}

@media screen and (max-width: 768px) {
 .logo_area{
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 13px;
  transform: scale(0.63); 
  transform-origin: 0 0;
 }
 .header-wrap .newtonx_text_logo{
  display:block;
  transition: all .5s ease;
 }
 .header-wrap.header-min .newtonx_text_logo{
  display:none;
  transition: all .5s ease;
 }

}


.header-wrap-inner{
 display: flex;
 align-items: center;
 justify-content: flex-end;
 height:80px;
}
@media screen and (max-width: 768px) {
 .header-wrap-inner{
  height:auto;
 }
}

.seraku_logo{
 display: inline-block;
}

.header-nav a{
 color:#8C8C8C;
}
.header-link{
 display:flex;
}

.header-link li{
 margin-right:40px;
}

.header-link li.traial{
 margin-right:0;
}


.header-wrap.header-min{
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 32px 0px;
  transition: 0.3s;
}

.header-wrap .request a,
.header-wrap .traial a
{
 border-radius: 40px;
 /* background: #fff; */
 white-space: nowrap;
 
 transition: all .5s ease;
}

.header-wrap.header-min li.third{
 margin-right:30px;
}

.header-wrap.header-min li.request{
 margin-right:10px;
}


 .header-wrap.header-min .request a,
 .header-wrap.header-min .traial a,
 .header-wrap .header-wrap-inner.close .request a,
 .header-wrap .header-wrap-inner.close .traial a
 {
  color:#fff;
  font-weight: bold;
  border-radius: 40px;
  /*background-image: linear-gradient(90deg, #FF8900, #FFC917);*/
  padding:10px 28px;
  white-space: nowrap;
  
  opacity: 1;
  transition: all .5s ease;
 }

 .header-wrap.header-min .request a:hover,
 .header-wrap.header-min .traial a:hover,
 .header-wrap .header-wrap-inner.close .request a:hover,
 .header-wrap .header-wrap-inner.close .traial a:hover
 {
 /*background-image: linear-gradient(90deg, #ffae4d, #ffd55b);*/
 transition: all .5s ease;
 }

@media screen and (max-width: 768px) {
 body{
  padding-top:50px;
  position: relative;
 }
 .seraku_logo{
   width:80px;
   margin:12px;
 }
 .header-wrap{
   padding:0;
   position:fixed;
 }
/* .header-wrap.header-min{
   display:block; 
 }*/
 .header-link {
    display: block;
 }
 
 .header-wrap-inner{
  flex-wrap:wrap;
 }
}



body{
 height:calc(100% - 124px);
 background-image:
 /*url(/pr-site/newtonx/assets/img/fv_bg_2.png),url(/pr-site/newtonx/assets/img/contents-outer-top.png),url(/pr-site/newtonx/assets/img/fv_bg_3.png),url(/pr-site/newtonx/assets/img/fv_bg_4.png);*/
 background-position:100% 0 , 0 760px ,100% 1450px, 0 3300px ;
 background-repeat:no-repeat;
 position:relative;
}

.contents-outer{
 width:100%;
 background-repeat:no-repeat;
 padding-bottom: 130px;
}

@media screen and (max-width: 768px){
 body{
  height:calc(100% - 275px);
/* background-image:
  url(/pr-site/newtonx/assets/img/fv_bg_2_sp.png),
  url(/pr-site/newtonx/assets/img/contents-outer-top-sp.png),
  url(/pr-site/newtonx/assets/img/fv_bg_3_sp.png),
  url(/pr-site/newtonx/assets/img/fv_bg_4_sp.png)
  ;*/
 background-position:-5% 0 , 0 600px , 100% 24% , 0 49%;
 background-size:100%, 100% , 100% , 100%;
 }
 .contents-outer{
  background-image:none; 
  padding-bottom: 50px;
 }
  .solution{
    /* 
    background-image: url(/pr-site/newtonx/assets/img/contents-outer-middle-sp.jpg);
    */
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100%;
  }

}

/*  ------- fv -------
------------------------------------------ */

.fv{
 width:100%;
 margin-bottom:156px;

}


.fv_inner{
 max-width:1214px;
 width:100%;
 margin:auto;
 display:flex;
 align-items: center;
 justify-content: center;
 flex-direction: row-reverse;
}

.fv_inner .fv_img{
 margin-right:0;
 flex-shrink: 0;
 max-width: 650px;
 width: 100%;
}


@media screen and (max-width: 1199px){
 .fv{
   padding-top:20px;
   margin-bottom:50px;
  }
 .fv_inner{
  max-width:1000px;
  display:flex;
  /* flex-wrap:wrap; */
 }
 .fv_inner .fv_img{
  margin-right:50px;
  margin:0 auto 18px;
  flex-shrink: 1;
  max-width: 47%;
  }
 .fv_inner .fv_text{
  margin:0 auto 18px;
 }
}
@media screen and (max-width: 768px){
 .fv{
  padding:0 ;
  }
 .fv_inner{
  max-width:initial;
  width:100%;
  display:block;
 }
 .fv_inner .fv_img{
  margin-right:0;
  max-width: initial;
 }
 
}



.fv_text{
 max-width:520px;
 width:100%;
 flex-shrink: 1;
 margin-right:0;
 margin-left:53px;
}

@media screen and (max-width: 1200px){
 .fv_text{
   margin-right:30px;
   padding:0 20px;
 }
}

.fv_subtitle{
 color:#646464;
 font-size:32px;
 font-weight:bold;
 position: relative;
 margin-bottom:20px;
 padding-bottom:26px;
}
.fv_subtitle img{
 max-width:427px;
}

.fv_subtitle:after{
 content:"";
 position:absolute;
 display:block;
 width:60px;
 height:4px;
 background-image: linear-gradient(90deg, #00A0FB, #36DBDB);
 bottom:0;
 left:0;
}

.fv_inner ul{
 display:flex;
 margin-top:26px;
}

@media screen and (max-width: 768px) {
 .fv_subtitle{
  font-size:21px;
 margin-bottom:18px;
 padding-bottom:10px;
 }
 .fv_subtitle:after{
 width:40px;
 height:3px;
 }
 .fv_inner ul{
  width:100%;
  margin-bottom:70px;
  justify-content: space-around;
 }
}

.fv_inner ul a ,
.foot-contents ul a 
{
 display:inline-block;
 font-size:22px;
 color:#fff;
 font-weight: bold;
 border-radius: 40px;
 background-image: linear-gradient(90deg, #FF8900, #FFC917);
 padding:15px 38px;
 white-space: nowrap;
 transition: all .5s ease;
}

.fv_inner ul a:hover ,
.foot-contents ul a:hover {
 background-image: linear-gradient(90deg, #ffae4d, #ffd55b);
 transition: all .5s ease;

}




.fv_inner ul li:last-child{
 margin-left:8px;
}

@media screen and (max-width: 768px){
 .fv_inner ul a ,
 .foot-contents ul a 
 {
   font-size:16px;
   padding:16px ;
 }
 .fv_inner ul a.request{
   padding:18px 40px;
 }
 .fv_inner ul a.traial{
   padding:18px 36px;
 }
.foot-contents ul a.request ,.foot-contents ul a.traial{
   padding:18px 33px;
 }
 .fv_inner ul a.request ,
 .foot-contents ul a.request {
   max-width:150px;
 }
 .fv_inner ul a.traial ,
 .foot-contents ul a.traial {
   max-width:180px;
 }
 
 .fv_inner ul a.paid ,
 .foot-contents ul a.paid {
    text-align: center;
    max-width: initial;
    width: 100%;
 }
 
 
 .fv_inner ul li:last-child{
   margin-left:6px;
  }

}





/*  ------- main -------
------------------------------------------ */
.main{
 margin:auto;
 width:100%;
}
.problem , .solution ,.other ,.diff,
.main .wrap{
 margin:auto;
 max-width:1054px;
 width:100%;

}



@media screen and (max-width: 768px){
  .problem  ,.diff,
.main .wrap{
   /*padding:0 20px;*/
   max-width:initial;
   width:100%;
  }

}

.main .h2-txt{
 color:#646464;
 font-size:38px;
 font-weight: bold;
 text-align:center;
 position: relative;
 padding:38px 0 80px;
 margin-bottom: 80px;
 line-height: 1.5;
}

.main .h2-txt:after{
 content:"";
 position:absolute;
 display:block;
 width:100%;
 height:1px;
 /*background-image: linear-gradient(90deg, #00A0FB, #36DBDB);*/
 background-color: #bbb;
 bottom:0;
 /*left:calc((100% - 60px) / 2);*/
}

.main .h3-txt{
 font-size:28px;
 font-weight: bold;
 text-align:center;
 margin-bottom:48px;
}
@media screen and (max-width: 768px){

 .main .h2-txt{
  font-size:27px;
  padding:27px 0;
  margin-bottom:27px;
 }
 .main .h3-txt{
  font-size:23px;
  margin-bottom:24px;
 }
 .main .h2-txt:after{
  width:100%;
  height:1px;
 }
}

/*  ------- problem ------- */

.problem{
 font-size:18px;
 font-weight: bold;
 color:#646464;
 margin-bottom:50px;
}

.problem .block{
 display:flex;
 justify-content:center;
 text-align:center;
 max-width:1000px;
 margin:0 auto 40px;
}

.problem .block li{
 width:235px;
 margin-right:calc((100% - (235px * 4)) / 4 );
}
.problem .block li:last-child{
 margin-right:0;
}

@media screen and (max-width: 768px) {
 .problem .block{
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 10px
  }
  .problem .block li{
   font-size: 14px;
   width:48%;
   margin-right:0;
   margin-bottom:20px;
  }
  .problem .block li:nth-of-type(3),.problem .block li:nth-of-type(3){
   margin-bottom:0;
  }
}

.problem .icon{
 background:#fff;
 width:140px;
 height:140px;
 text-align:center;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
 
 box-shadow: 10px 10px 20px #cccccc;
 text-align: center;
 margin:0 auto 15px;
}

.problem .icon img{
 
 
}

@media screen and (max-width: 768px) {
 .problem .icon{
   max-width:110px;
   max-height:110px;
   box-shadow: 5px 5px 10px #cccccc;
  }
  
  .problem .icon img{
   transform: scale(0.8);
  }
  
}

.problem .next{
 text-align:center;
}

.problem .next img{
 display:block;
 margin:auto;
}

@media screen and (max-width: 768px) {
 .problem .next img{
  width:22px;
 }

}

/*  ------- problem user merritt ------- */

.user-merritt{
 margin:0 auto 60px;
 display:flex;
 font-size:16px;
 align-items: center;
}

@media screen and (max-width: 768px) {
.user-merritt{
 margin:0 auto 60px;
 flex-wrap:wrap;
 font-size:14px;
 }

}

.user-merritt-explain{
 background:#fff;
 border-radius:10px;
 padding:40px;
 box-shadow: 10px 10px 30px #cccccc;
 max-width:570px;
 width:100%;
}

.user-merritt .kv{
 flex-shrink: 0;
 margin-right:-20px;
 max-width:480px;
}

@media screen and (max-width: 768px){
 .user-merritt-explain{
  max-width:initial;
  padding:20px;
  margin-top:-30px;
 }
 .user-merritt .kv{
  margin-right:0;
  width: 100%;
 }
}

.user-merritt-explain ul li{
 border-bottom:1px solid #D2D2D2;
 padding-bottom:20px;
 margin-bottom:18px;
}
.user-merritt-explain ul li:last-child{
 border-bottom:none;
 padding-bottom:0;
 margin-bottom:0;
}

.user-merritt-explain .inner{
 display:flex;
 align-items: center;
 margin-bottom:10px;
}

.user-merritt-explain .inner.line-1{
 margin-bottom:0;
}

.user-merritt-explain .ft-col-bl{
 font-size:20px;
 font-weight:bold;
}
@media screen and (max-width: 768px){
 .user-merritt-explain .inner.line-1{
  margin-bottom:16px;
 }
 .user-merritt-explain .ft-col-bl{
  font-size:17px;
  }
}
.user-merritt-explain .number{
 flex-shrink: 0;
}

/*  ------- problem admin merritt ------- */

.admin-merritt{
 margin:0 auto 70px;
 display:flex;
 font-size:16px;
 align-items: center;
}


.admin-merritt-explain{
 background:#fff;
 border-radius:10px;
 padding:40px;
 box-shadow: 10px 10px 30px #cccccc;
 max-width:570px;
 width:100%;
 order: 0;
 z-index: 1;
}

.admin-merritt .kv{
 flex-shrink: 0;
 margin-left:-20px;
 margin-bottom:-40px;
 order: 1;
 max-width:480px;
}

@media screen and (max-width: 768px) {
.admin-merritt{
 margin:0 auto 60px;
 flex-wrap:wrap;
 font-size:16px;
 }
.admin-merritt-explain{
 margin-top:-30px;
 padding:20px;
}
 .admin-merritt .kv{
  width:100%;
  order: 0;
  margin-left:0;
  margin-bottom:0;
 }

}



.admin-merritt-explain ul li{
 border-bottom:1px solid #D2D2D2;
 padding-bottom:18px;
 margin-bottom:14px;
}
.admin-merritt-explain ul li:last-child{
 border-bottom:none;
 padding-bottom:0;
 margin-bottom:0;
}

.admin-merritt-explain .inner{
 display:flex;
 align-items: center;
 margin-bottom:0;
}

.admin-merritt-explain .letter-spacing{
 letter-spacing: -1px;
}

.admin-merritt-explain .ft-col-gr{
 font-size:20px;
 font-weight:bold;
}
.admin-merritt-explain .number{
 flex-shrink: 0;
}

@media screen and (max-width: 768px) {
 .admin-merritt-explain .ft-col-gr{
  font-size:17px;
 }
 .sp-line-2{
  margin-bottom:6px !important;
 }
}

/*  ------- diff-outer diff -------
------------------------------------------ */
.diff-bg{
 background-image: url(/pr-site/newtonx/assets/img/fv_bg_5.png);
 background-repeat:no-repeat;
 background-position:bottom right;
 padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
 .diff-bg{
   padding:0 20px 5px;
   background-image: url(/pr-site/newtonx/assets/img/fv_bg_5_sp.png);
   background-repeat: no-repeat;
   background-position: bottom right;
   background-size: 100%;
  }
}


.diff-outer{
 width:100%;
 background-image: url(/pr-site/newtonx/assets/img/fv_bg_6.jpg);
 background-repeat:no-repeat;
 background-position:bottom center;
 padding-top:0;
 padding-bottom:110px;
 background-size: 100%;
}

@media screen and (max-width: 768px) {
 .diff-outer{
  padding: 0 0 50px;
  background-image: url(/pr-site/newtonx/assets/img/fv_bg_6_sp.png);
 }

}

.diff{
 margin:0 auto;
 background:#fff;
 border-radius:10px;
 padding:40px;
 box-shadow: 10px 10px 30px #cccccc;
 font-size:14px;
 
}

.diff .inner{
 margin:auto;
 /*display:flex;
 justify-content: center;*/
}

@media screen and (max-width: 768px) {
.diff{
 margin:0 auto 50px;
 padding:30px 15px 15px;
}
 /*
 .diff .inner{
 margin:auto;
 display:block; 
}*/

}

.diff .inner table{
 border-collapse:separate;
 border-spacing:0;
 width:920px;
}

@media screen and (max-width: 768px) {
 .diff .inner table{
  width:466px;
 }
}

.chatGpt th{
 font-size:20px;
 font-weight:bold;
 color:#646464;
 text-align:center;
 border-bottom:1px solid #E6E6E6;
 padding:26px;
 width:190px;
}
@media screen and (max-width: 768px) {
 .chatGpt th{
  font-size:12px;
  width:60px;
 }
 
 .chatGpt th:first-child{
  padding:0;
  word-break: keep-all;
 }
 
}

.chatGpt td{
 text-align:center;
 border-bottom:1px solid #E6E6E6;
 padding:10px;
 background:#FAFAFA;
 width:360px;
}

@media screen and (max-width: 768px) {
 .chatGpt td{
  font-size:12px;
  width:160px;
  text-align:left;
 }
}

.chatGpt td img{
 display:block;
 margin:0 auto 10px;
 width:20px;
}
.chatGpt .app-name{
 font-size:28px;
 font-weight:bold;
 padding:0;
 height:80px;
 width:360px;
}
@media screen and (max-width: 768px) {
  .chatGpt .app-name{
   font-size:17px;
   font-weight:bold;
   padding:0;
   height:40px;
   width:160px;
  }
}

.chatGpt .app-name  span{
 background:#EBEBEB;
 width:100%;
 height:100%;
 display: block;
 padding:20px;
 border-radius: 10px 10px 0 0;
}

.chatGpt th.app-name:nth-of-type(2) span{
 background:#0097EC;
 color:#fff;
}
.chatGpt td:nth-of-type(1){
 background:#ECF5FB;
}


.newtonX th{
 font-size:20px;
 font-weight:bold;
 color:#646464;
 text-align:center;
 border-bottom:1px solid #E6E6E6;
 padding:26px;
}


.newtonX th:first-child{
 display:none;

}

.newtonX{
 margin-left:10px;
}

.newtonX td{
 text-align:center;
 border-bottom:1px solid #E6E6E6;
 padding:20px;
 background:#ECF5FB;
}
.newtonX td img{
 display:block;
 margin:0 auto 16px;

}
.newtonX .app-name{
 font-size:28px;
 font-weight:bold;
 padding:0;
 height:80px;
}

.newtonX .app-name  span{
 background:#0097EC;
 color:#fff;
 width:100%;
 height:100%;
 display: block;
 padding:20px;
 border-radius: 10px 10px 0 0;
}



.diff .inner .td-h01{
 height:125px;
 width: 360px;
}
@media screen and (max-width: 768px) {
 .diff .inner .td-h01{
  width: 160px;
  height:auto;
 }

}

.diff .inner .td-h02{
 height:auto;
}

.diff .inner .td-h03{
 height:auto;
}

.diff .inner .td-h04{
 height:auto;
}
.diff .inner .td-h05{
 height:auto;
}

.diff .inner .space{
 width:10px;
 background: #fff;
 padding:0;
 border-bottom: none;
}

@media screen and (max-width: 768px) {

.diff .inner .space{
  width:5px;
 }
}


/*  ------- foot-contents -------
------------------------------------------ */
.foot-contents{
 width:100%;
 background-image: url(/pr-site/newtonx/assets/img/foot-contents-bg.jpg);
 background-size:100%;
 background-position:center top;
 background-repeat: repeat-x;
 padding:60px 0 70px;
}

.foot-contents .inner{
 max-width:1000px;
 width:100%;
 margin:auto;
 display:flex;
 align-items: center;
 color:#fff;
 justify-content: space-between;
}

@media screen and (max-width: 1600px){
 .foot-contents{
  background-size:cover;
 }
}

@media screen and (max-width: 1300px){
 .foot-contents{
  background-size:cover;
 }
}

@media screen and (max-width: 1199px){
 .foot-contents{
  background-size:cover;
 }
 .foot-contents .inner{
  display:flex;
  /* flex-wrap:wrap; */
  justify-content:center;
 }
}

@media screen and (max-width: 768px) {
 .foot-contents{
  padding:45px 20px 30px;
  width:100%;
  background-image: url(/pr-site/newtonx/assets/img/foot-contents-bg-sp.jpg);
  background-size:cover;
 }
 .foot-contents .inner{
  display:block;
 }
}


.foot-contents .inner ul {
 display:flex;
 max-width:380px;
 width:100%;
}
@media screen and (max-width: 768px){

 .foot-contents .inner ul {
  width:100%;
  justify-content: space-around;
  margin-bottom:24px;
 }
}

.foot-contents .inner ul li:last-child {
 margin-left:0;
 width: 100%;
}
.foot-contents .inner ul li a{
 border:4px solid #fff;
 font-size:20px;
}
.foot-contents_text{
 flex-shrink: 0;
}
.foot-contents_text p{
 font-size:18px;
 font-weight:bold;

}

.foot-contents_text .txt{
  font-size:14px;
  font-weight:normal;
 }

.foot-contents_text img{
 display:block;
 margin-bottom:16px;
 max-width:432px;
}

.foot-contents  .kv{
 flex-shrink: 0;
 margin-left:60px;
 margin-right: -30px;
 max-width:541px;
}

@media screen and (max-width: 1199px){

 .foot-contents  .kv{
  flex-shrink: 2;
  margin-left:0;
  margin-right: -30px
  width:40%;
 }

}

@media screen and (max-width: 768px){
 .foot-contents  .kv{
  width:auto;
  
  }
 .foot-contents .inner ul li:last-child {
  margin-left:6px;
 }
 .foot-contents .inner ul li a{
  font-size:16px;
 }
 .foot-contents_text img{
  margin-bottom:20px;
  max-width: 100%;
 }
 .foot-contents  .kv{
  margin-left:0;
  margin-right: 0;
  max-width:100%;
  width:auto;
 }
 .foot-contents_text p{
  font-size:16px;
  }

.foot-contents_text .txt{
  font-size:14px;
  font-weight:normal;
  margin-bottom:30px;
 }
}

/*  ------- footer -------
------------------------------------------ */
.footer-wrap{
 z-index: -1;
 /* position: fixed; */
 bottom: 0;
 width: 100%;
 background:#fff;
 height:100px;
 
}

.footer-inner{
 display: flex;
 justify-content: space-between;
 align-items: center;
 font-size:14px;
 color:#646464;
 padding:35px 45px;
}
.footer-inner > div:first-child{
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 width:100%;
}

.footer-inner .space{
 flex-grow: 1;
}
.footer-inner .seraku_logo{
 margin-right:35px;
 max-width:130px;
 width:100%;
}
.footer-inner .txt{
 max-width:330px;
  width:100%;
  font-size:10px;
  margin: 0 0 0 12px;
 }
 
 .footer-inner .marks{
  max-width:224px;
 }
@media screen and (max-width: 768px){
 .footer-inner{
  padding:20px;
  flex-wrap: wrap;
 }
 .footer-inner > div:first-child{
  flex-wrap: wrap;
  justify-content: space-between;
 }
 .footer-inner .seraku_logo_area{
  order:1;
 }
 .footer-inner .seraku_logo{
  margin-right:35px;
  max-width:98px;
  margin: 0;
 }
 .footer-inner .txt{
  width:100%;
  margin:12px auto ;
  order:3;
 }
 .footer-inner .marks{
  order:2;
  max-width:113px;
 }
 .footer-inner .copyright{
  width:100%;
  order:4;
 }
 
}

/*  menu button */


@media screen and (max-width: 768px){
.header-menu-btn {
    
    position: relative;
    z-index: 2;
    width: 50px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;

  }
  .close.header-menu-btn {
    background-color: #fff;
  }
  .header-menu-btn span {
    position: absolute;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    left: 14px;
    height: 2px;
    background: #0097EC;
    width: 45%;
  }
  .header-menu-btn span:nth-of-type(1) {
    top: 15px;
    width:20px;
  }
  .header-menu-btn span:nth-of-type(2) {
    top: 23px;
    width:14px;
  }
  .header-menu-btn span:nth-of-type(3) {
    top: 31px;
    width:24px;
  }
  .header-menu-btn.close span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  .header-menu-btn.close span:nth-of-type(2) {
    opacity: 0;
  }
  .header-menu-btn.close span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  .header-megadrop-menu {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 1;
  }
  .header-megadrop-menu.close {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  
  
  .header-nav {
    display: none;
    width: 100%;
    background: #fff;
    height: 100vh;
    padding-top: 20%;
    padding-bottom: 50%;
    overflow:auto;
  }
  
  
  @media (orientation: landscape){
   .header-nav {
    padding-top: 0;
    padding-bottom: 0;
   }
  }
  
   .header-link{
    display: block;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: auto;
 }
 
 @media (orientation: landscape){
  .header-link{
   padding-top: 2%;
   padding-bottom: 10%;
  }
 
 }
 
 
 .header-wrap-inner.close{
  background:#fff;
 }
 .header-link li , 
 .header-wrap.header-min li.third,
 .header-wrap.header-min li.request,
 .header-wrap.header-min li.traial
 {
   margin-right: 0;
   width:100%;
   text-align:center;
   padding:0 0 30px 0;
  }
 /* sp nav �J�������̃{�^�� */
 
 .header-wrap .header-nav.close .header-link li.request,
 .header-wrap .header-nav.close .header-link li.traial
 {
   padding-bottom:20px;
  }
 .header-wrap .header-nav.close .header-link li.request a,
 .header-wrap .header-nav.close .header-link li.traial a
 {
   font-size:18px;
   width:260px;
   display:inline-block;
  }
  
 
  .header-wrap .header-button{
   display:none;
   opacity: 0;
   transition: all .5s ease;
  }
  .header-wrap.header-min .header-wrap-inner.close .header-button {
   display:none;
   opacity: 0;
   transition: all .5s ease;
  }
  .header-wrap.header-min .header-wrap-inner .header-button {
   display:block;
   opacity: 1;
   transition: all .5s ease;
  }
  
  .header-wrap .header-button.sp-only{
   font-size:12px;
   /* margin-right: 16px; �n���o�[�K�[���j���[���������̂�  */
   visibility: hidden;
  }
  .header-wrap.header-min .header-button.sp-only{
   visibility: initial;
  }
  
 .header-wrap .header-button.sp-only .request, 
 .header-wrap .header-button.sp-only .traial
 {
  display:inline;
 }
 .header-wrap .header-button.sp-only .request{
  margin-right:5px;
 }
 .header-wrap .header-button.sp-only .request a
 {
  padding:8px 18px;
 }
  
 .header-wrap .header-button.sp-only .traial a
 {
  padding:8px 14px;
 }
}



.problem .next img{
  animation: next_anime 1.5s infinite;
}

@keyframes next_anime {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 10px);
  }
}

.scrollAnime {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 2s, opacity 2s;
}

.scrollAnime.opacty1 {
  transform: translateY(0);
  opacity: 1;
}

/* top�ւ̃A�C�R��
--------------------------------- */
.icon-totop {
  display: none;
  z-index: 10;
  position: fixed;
  bottom: 10%;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px){

 .icon-totop {
  bottom: 10%;
 }
}


/* ���̑��@�\
--------------------------------- */
.h3-txt-other {
    display: inline-block;
    font-size: 28px;
    text-align: center;
    margin: auto;
    color: #0097EC;
    position:relative;
}


.h3-txt-other::before {
    content: "";
    display: block;
    width: 2px;
    height: 34px;
    background: #3AC6C6;
    position: absolute;
    bottom: 0;
    transform: rotate(-22deg);
    left: -22px;
}

.h3-txt-other::after {
    content: "";
    display: block;
    width: 2px;
    height: 34px;
    background: #3AC6C6;
    position: absolute;
    bottom: 0;
    transform: rotate(22deg);
    right: -22px;
}

@media screen and (max-width: 768px) {
 .h3-txt-other {
  font-size: 21px;
 }
 .h3-txt-other::before {
 
 }
 .h3-txt-other::after {
 
 }
 
}

.other{
 max-width:1054px;
 width:100%;
 margin:0 auto 120px;
 text-align: center;
}

@media screen and (max-width: 768px) {
.other{
   max-width:initial;
   margin:0 auto 50px;
 }
}

.slick-slide{
 width:auto;
 padding:32px;
 width:100%;
}

@media screen and (max-width: 768px) {
  .slick-slide{
  padding:20px;
 }

}


.other-slid-inner{
 max-width: 1000px;
 width: 100%;
 background:#fff;
 border-radius:10px;
 box-shadow: 10px 10px 30px #cccccc;
 padding:40px;
 display:flex;
 position:relative;
}


@media screen and (max-width: 768px) {
 .other-slid-inner{
  display:block;
  box-shadow: 5px 5px 15px #cccccc;
  padding:25px;
  height:360px;
 }
}

.other-slid-inner img{
 flex-shrink: 0;
 max-width:440px;
 width:auto;
}
.other-slid-inner .txt{
 font-size:16px;
 text-align:left;
 padding-left:40px;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}

.other-slid-inner .txt .func{
 font-size:14px;
 font-weight:bold;
 width:100%;
 margin-bottom:24px;
}

.other-slid-inner .txt .func-title{
 font-size:24px;
 font-weight:bold;
 width:100%;
 margin-bottom:24px;
}

@media screen and (max-width: 768px) {
 .other-slid-inner img{
  margin-bottom:17px;
  max-width:295px;
  width:100%;
 }
 .other-slid-inner .txt{
  font-size:14px;
  padding-left:0;
 }
 .other-slid-inner .txt .func{
  font-size:12px;
  margin-bottom:16px;
 }
 .other-slid-inner .txt .func-title{
  font-size:17px;
  margin-bottom:18px;
 }
}

 .slick-next {
  right: 10px;
}

.slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/icon_arrow_circle.png");
  background-size: contain;
  width: 40px;
  height: 40px;
  opacity: 1;
}

.slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_arrow_circle.png");
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 40px;
  height: 40px;
  opacity: 1;
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
 margin:0;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: url(/pr-site/newtonx/assets/img/dot.png);
    text-align: center;

    opacity: 1;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-dots li.slick-active button:before
{
    content: url(/pr-site/newtonx/assets/img/dot-active.png);
    opacity: 1;
    color: black;
}

@media screen and (max-width: 768px) {
.slick-dots {
 bottom: -20px;
}
.slick-prev:before{
 width:30px;
 height:30px;
}
.slick-next:before{
 width:30px;
 height:30px;
}
 .slick-next {
  right: 5px;
  top:25%;
}
 .slick-prev {
  right: 5px;
  top:25%;
}




}



/* 0925
---------------------------- */
.foot-contents .inner ul li a.paid {
 font-size:24px;
 background-image: linear-gradient(90deg, #00A0FB, #11CBCB);
}

.foot-contents .inner ul li a.paid:hover
{
background-image: linear-gradient(90deg, #4dbbf9, #3ec9c9);
transition: all .5s ease;
}

@media screen and (max-width: 768px) {
 .foot-contents .inner ul li a.paid {
  font-size:21px;
 }
}

.foot-contents .inner ul{
 flex-wrap:wrap;
}

.paid-span{
 font-size:18px;
 font-weight:bold;
 display:inline-block;
 max-width:380px;
 width:100%;
 text-align: center;
 margin-bottom:12px;
 position:relative;
}

@media screen and (max-width: 768px) {
.paid-span{
 font-size:16px;
 }
}

.paid-span:before{
 content: "";
  display: block;
  background: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 14%;
  transform: rotate(329deg);
}

.paid-span:after{
 content: "";
  display: block;
  background: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 14%;
  transform: rotate(-329deg);
}


.foot-contents .inner ul li .paid{
 max-width:380px;
 width:100%;
 text-align: center;
}

.foot-contents .price{
 display:table;
 max-width:470px;
 width:100%;
 margin-bottom:22px;
}



.foot-contents .price .th{
 font-size:18px;
 font-weight:bold;
 color:#0097EC;
 background:#ECF5FB;
 display:table-cell;
 padding:23px;
 line-height:1;
 vertical-align: middle;
}

@media screen and (max-width: 768px) {
.foot-contents .price .th{
 font-size:16px;
 padding:10px;
 line-height:1.4;
 word-break: keep-all;
 }
}

.foot-contents .price .td{
 font-size:18px;
 font-weight:bold;
 color:#646464;
 background:#FFF;
 display:table-cell;
 vertical-align: middle;
 padding:22px 20px;
}
.foot-contents .price .td span{
 font-size:14px;
 display:block;
 margin-top:8px;
}
.foot-contents .price .td span.tax{
 display:inline;
 margin-top:0;
 font-weight: normal;
}

@media screen and (max-width: 768px) {
 .foot-contents .price .td{
  font-size:16px;
 }
 .foot-contents .price .td span{
  font-size:12px;
  }
  .foot-contents .price .td span.tax{
   display:inline-block;
  }
}


.foot-contents_text .logo_txt{
 font-size:32px;
 margin-bottom:12px;
}
@media screen and (max-width: 768px){

  .foot-contents_text .logo_txt{
   font-size:22px;
   margin-bottom:10px;
  }
}

/*  �@�\�͐����A�b�v�f�[�g�\��
-------------------------------- */
.next-notice{
 font-size:24px;
 text-align:center;
 font-weight:bold;
 margin-bottom:116px;
}
@media screen and (max-width: 768px){
 .next-notice{
  font-size:17px;
  margin-bottom:56px;
  }
}

/*  �ڎw���r�W�l�X�ł�AI���p
-------------------------------- */

.outlook{
 color: #646464;
 max-width:1000px;
 width:100%;
 text-align:center;
 margin:auto;
 font-size:20px;
 font-weight:bold;
 display: flex;
 align-items: center;
}

@media screen and (max-width: 768px) {
 .outlook{
  text-align:left;
  font-size:16px;
  display:block;
  margin-top:-10px;
 }

}
.outlook  p{
 line-height:2;
}
.outlook  p:nth-of-type(1){
 margin-bottom:60px;
}

@media screen and (max-width: 768px) {
.outlook  p{
 line-height:1.8;
}
.outlook  p:nth-of-type(1){
 margin-bottom:0;
}

}
.outlook .img{
 max-width:600px;
}

.outlook .txt{
 text-align:left;
 font-size:20px;
}

@media screen and (max-width: 768px) {
 .outlook .txt{
  padding:0 20px;
  font-size:16px;
  
 }
}

/*  �����E���p�x��
-------------------------------- */
.introduction{
 color: #646464;
 max-width:1060px;
 width:100%;
 text-align:center;
 margin:auto;
 font-size:16px;
 font-weight:bold;
 
}

@media screen and (max-width: 768px) {
 .introduction{
  /* padding:0 20px; */
 }
 
 .introduction h2 + p{
  font-weight:normal;
 }
}


.introduction_img_area{
 margin:30px auto;
 background:url(/pr-site/newtonx/assets/img/introduction_bg.svg);
 background-repeat:no-repeat;
 background-position:bottom center;
 font-weight:bold;
 padding-bottom:80px;
}

@media screen and (max-width: 768px) {
 .introduction_img_area{
  margin:0 auto;
  background:url(/pr-site/newtonx/assets/img/introduction_bg_sp.png);
  background-repeat:no-repeat;
  background-position:bottom center;
  padding-bottom:30px;
 }
}


.introduction_img{
 margin-bottom:16px;
}
@media screen and (max-width: 768px) {
 .introduction_img{
  margin-bottom:0;
 }

}

.introduction_img_area .text{
 font-size:24px;
}


.introduction .h3-txt-other {
    display: inline-block;
    font-size: 32px;
    text-align: center;
    margin: auto;
    color: #00B5B5;
    position:relative;
    margin-bottom:30px;
}


.introduction .h3-txt-other::before {
    content: "";
    display: block;
    width: 2px;
    height: 34px;
    background: #0097EC;
    position: absolute;
    bottom: 0;
    transform: rotate(-22deg);
    left: -22px;
}

.introduction .h3-txt-other::after {
    content: "";
    display: block;
    width: 2px;
    height: 34px;
    background: #0097EC;
    position: absolute;
    bottom: 0;
    transform: rotate(22deg);
    right: -22px;
}

@media screen and (max-width: 768px) {
 .introduction .h3-txt-other {
  font-size: 23px;
  margin-bottom:16px;
 }
 .introduction .h3-txt-other::before {
  left: -16px;
  height: 30px;
 }
 .introduction .h3-txt-other::after {
  right: -16px;
  height: 30px;
 }
}


.introduction_img2{
 display:block;
 max-width:1000px;
 margin:auto;
 
}


.support-details{
 margin: 0 auto 60px;
 background: #fff;
 border-radius: 10px;
 padding: 40px;
 box-shadow: 10px 10px 30px #cccccc;
 font-size: 14px;
 max-width:1000px;
}

@media screen and (max-width: 768px) {
 .support-details{
  margin:0 20px 30px;
  padding: 20px;
  box-shadow: 5px 5px 20px #cccccc;
 }
}


.h4-support-details{
 font-size:24px;
 margin-bottom:34px;
}
@media screen and (max-width: 768px) {
 .h4-support-details{
  font-size:17px;
  margin-bottom:22px;
 }

}

.support-details .block{
 width:100%;
 display: flex;
 justify-content: center;
 text-align: center;
 font-size:16px;
 font-weight:normal;
}

@media screen and (max-width: 768px) {
 .support-details .block{
  flex-wrap:wrap;
  justify-content: space-between;
 }
}


.support-details .block li{
 flex:1;
 text-align: center;
}
@media screen and (max-width: 768px) {
 .support-details .block li{
  flex:none;
  text-align: center;
  max-width:135px;
  width:100%;
  font-size:14px;
 }
 
 .support-details .block li:nth-of-type(n+3){
  margin-top:20px;
 }
 
}

.support-details .block .icon img{
 display:block;
 margin:0 auto 14px;
}


.introduction .text{
 font-size:24px;
 
}
@media screen and (max-width: 768px) {

  .introduction .text{
   font-size:17px;
   
  }

}


/*.inner-w-shadow{
 max-width: 1000px;
 width: 100%;
 background:#fff;
 border-radius:10px;
 box-shadow: 10px 10px 30px #cccccc;
 padding:40px;
}*/

/*@media screen and (max-width: 768px) {
 .inner-w-shadow{
  display:block;
  box-shadow: 5px 5px 15px #cccccc;
  padding:25px;

 }
}*/

.inner__date {
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
}
.inner__news {
  text-align: center;
  font-size: 16px;
}
.inner__wrapper {
  padding-bottom: 80px;
}
.pager__wrapper {
  display: grid;
  grid-template-areas: "prev index next";
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10%;
  padding: 80px 10%;
}
@media screen and (max-width: 768px){
  .pager__wrapper {
    grid-template-areas: "prev space2 next""space1 index space3";
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 0;
    row-gap: 20px;
    padding: 50px 5%;;
  }
}
.pager__wrapper a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  position: relative;
  background: var(--color-primary, #182346);
}
a.return.prev {
  grid-area: prev;
}
a.return.prev:before {
    content: "←";
    position: absolute;
    margin-left: -3rem;
}
a.return.index {
  grid-area: index;
}
a.return.next {
  grid-area: next;
}
a.return.next:after {
    content: "→";
    position: absolute;
    margin-left: 1rem;
}

/* TOPICS
------------------------ */
.topics{
 max-width: 1000px;
 width: 100%;
 margin:0 auto 130px;
 text-align:center;
}
.topics .h2-txt{
 margin-bottom: 27px;
}
.topics-list{
 display:flex;
 justify-content: space-evenly;
 margin-top:40px;
 margin-bottom:50px;
}
@media screen and (max-width: 768px) {
 .topics{
 margin:0 auto 60px;
 }
 .topics-list{
   display:block;
   margin-top:0;
  }
}

.tp-col{
 display:block;
 max-width:226px;
 width:100%;
 text-align:left;
 transition:0.5s all;
}

.tp-col:hover{
 opacity:0.5;
 transition:0.5s all;
}
.tp-col img{
 display:block;
 margin-bottom:15px;
}

@media screen and (max-width: 768px) {
 .tp-col{
  max-width:initial;
  width:100%;
 }
 .tp-col img{
  width:100%;
 }
 #topicsSlider .slick-slide{
  padding:10px;
 }
 #topicsSlider .slick-next {
  right: 10px;
  top: 38%;
  }
  #topicsSlider .slick-prev {
    left: 10px;
    top:38%;
  }

}
.topics .link ul{
 display:flex;
 justify-content:center;
 width:100%;
}

.topics .link ul li{
 max-width: 334px;
    width: 100%;
}

.topics .link li:first-child{
 margin-right:30px;
}
@media screen and (max-width: 768px) {
  .topics .link ul{
   display:block;
  }
  .topics .link li:first-child{
   margin-right:auto;
   margin-bottom:14px;
  }
  .topics .link ul li{
  max-width: 285px;
   margin:auto;
  }
 }
.topics .link a {
    font-size:20px;
    font-weight:bold;
    display: block;
    color: #0097EC;
    font-weight: bold;
    border: 2px solid #0097EC;
    max-width: 334px;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    padding: 10px 0;
    transition: 0.3s all;
    position: relative;
}
.topics .link a:hover{
  opacity: 0.5;
  transition: all .5s ease;
 
}

@media screen and (max-width: 768px) {
 .topics .link a{
   font-size:18px;
   border: 2px solid #0097EC;
   padding:12px 0;
 }
}


/* 2024.03 */
 .header-wrap.header-min .traial a,
 .header-wrap .header-wrap-inner.close .traial a
 {
  color:#fff;
  font-weight: bold;
  border-radius: 40px;
  background-image: linear-gradient(90deg, #00A0FB, #11CBCB);
  padding:10px 28px;
  white-space: nowrap;
  
  opacity: 1;
  transition: all .5s ease;
 }


 .header-wrap.header-min .traial a:hover,
 .header-wrap .header-wrap-inner.close .traial a:hover
 {
 background-image: linear-gradient(90deg, #4dbbf9, #3ec9c9);
 transition: all .5s ease;
 }
 
 
 .fv_inner ul a.traial{
  background-image: linear-gradient(90deg, #00A0FB, #11CBCB);
 }
 .fv_inner ul a.traial:hover{
  background-image: linear-gradient(90deg, #4dbbf9, #3ec9c9);
  transition: all .5s ease;
 }
 
 
/* 2024.3
------------------------ */
.contents-lead{
  max-width:1000px;
  margin:0 auto 130px;
  font-size:24px;
  color:#646464;
  text-align:center;
  line-height:2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
 .contents-lead{
   font-size:18px;
   padding:0 20px;
   margin-bottom:50px;
  }
}

.contents-func{
 margin:0 auto 10px;
}

.contents-func.new{
 display:block;
 position:relative;
}
@media screen and (max-width: 768px) {
  .other-sp-func{
   padding:0 20px;
  }
  .contents-func.new{
   display:flex;
   position:relative;
   flex-direction: column-reverse;
   justify-content: center;
  }
  .contents-func.new .fc01-new{
   margin-bottom:0;
  }
  
}


.contents-func.new .fc01-new{
 display:block;
 width:100%;
 max-width:920px;
}
.contents-func.new .txt {
    padding-left: 0;
    text-align: center;
    width: 100%;
    justify-content: center;
    margin-bottom:28px;
}
.contents-func.new .txt .func-title {
 margin-bottom:21px;
}

.contents-func.new .txt .func {
 margin-bottom:23px;
}
/*NEW?A?C?R??
.contents-func::before{
 content:url(/pr-site/newtonx/assets/img/new.svg);
 position: absolute;
 top: -30px;
 right: -30px;
}*/

@media screen and (max-width: 768px) {
 .contents-func.new .txt{
  margin-bottom:0;
  text-align: left;
 }
 .contents-func::before{
  transform:scale(0.65);
  top: -45px;
  right: -33px;
 }
 .contents-func.new .txt .func {
   margin:16px 0;
  }
  .contents-func.new .txt .func-title {
   margin-bottom: 16px;
  }
}

/* cv
--------------------- */
.contents-cv-area{
 background:url(/pr-site/newtonx/assets/img/contents-cv-area.jpg);
 background-size: cover;
 padding:70px 0;
 font-size:24px;
 font-weight:bold;
 margin-bottom:130px;
}

@media screen and (max-width: 768px) {
 .contents-cv-area{
  padding:40px 20px;
  margin-bottom: 50px;
  font-size: 20px;
 }
}

.contents-cv-area .inner{
 max-width:1000px;
 margin:auto;
 color:#fff;
 text-align:center;
}

.contents-cv-area .txt{
 display:inline-block;
 margin:auto;
 text-align:center;
 position: relative;
}

.contents-cv-area .txt:before{
 content:url(/pr-site/newtonx/assets/img/contents-cv-line-sr.svg);
 position:absolute;
 left:-20px;
 bottom:-2px;
}
.contents-cv-area .txt:after{
 content:url(/pr-site/newtonx/assets/img/contents-cv-line-sl.svg);
 position:absolute;
 right:-20px;
 bottom:-2px;
}

@media screen and (max-width: 768px) {
 .contents-cv-area .txt:before{
   content:url(/pr-site/newtonx/assets/img/contents-cv-line-lr.svg);
   left:-30px;
 }
 .contents-cv-area .txt:after{
  content:url(/pr-site/newtonx/assets/img/contents-cv-line-ll.svg);
  right:-30px;
 }
}


 .contents-cv-area ul{
  display:flex;
  justify-content: center;
  padding:34px 0 0;
 }
 
 @media screen and (max-width: 768px) {
  .contents-cv-area ul{
   display:block;
   padding:20px 0 0;
  }
 }
 
 .contents-cv-area ul li{
  max-width:410px;
  width:100%;
  }
 .contents-cv-area ul li a{
  max-width:380px;
  width:100%;
  font-size:24px;
  border:4px solid #fff;
 }
 @media screen and (max-width: 768px) {
   .contents-cv-area ul li a{
     font-size:21px;
     border:3px solid #fff;
   }
   .contents-cv-area ul li:first-child{
    margin-bottom:16px;
   }
 }
 .contents-cv-area a.request
 {
  display:block;
  color:#fff;
  font-weight: bold;
  border-radius: 40px;
  background-image: linear-gradient(90deg, #FF8900, #FFC917);
  padding:18px 28px;
  white-space: nowrap;
  box-sizing: border-box;
  opacity: 1;
  transition: all .5s ease;
  margin-right:0;
 }
 .contents-cv-area  a.request:hover
 {
 background-image: linear-gradient(90deg, #ffae4d, #ffd55b);
 transition: all .5s ease;
 }
 .contents-cv-area  a.traial
  {
  display:block;
  color:#fff;
  font-weight: bold;
  border-radius: 40px;
  background-image: linear-gradient(90deg, #00A0FB, #11CBCB);
  padding:18px 28px;
  white-space: nowrap;
  box-sizing: border-box;
  opacity: 1;
  transition: all .5s ease;
  
 }
 .contents-cv-area  a.traial:hover
 {
 background-image: linear-gradient(90deg, #4dbbf9, #3ec9c9);
 transition: all .5s ease;
 }
 
 
/*   �Ǐ]�o�i�[ */
 .header-link li.ft-banner-sp{
  display:none;
 }
@media screen and (max-width: 768px) {
 .header-link li.ft-banner-sp{
  padding:10px 20px 0;
  display:block;
 }
}

/* --------------------------------------------------------------------- */
/* cvb */
/* --------------------------------------------------------------------- */
:root {

    --c-2: #0097EC;
    --c-3: #F3D71E;
    --c-4: #2e59a6;
    --c-5: #F5F5F5;
    --c-6: #e6e6e6;
    --c-7: #c8c8c8;
    --c-8: #f4f3f3;
    --c-9: #5c5c5c;
    --c-10: #e6e6e6;
    --c-11: #707070;
    --c-12: #f8f8f8;
}
.m-cvb{
    width: 356px;
	height: 202px;
    position: fixed;
    bottom: 30px;
	right: -6px;
    transition: .2s;
    display:none;
    /* opacity: 0;
    visibility: hidden; */
	z-index: 3;
	margin: 0 auto;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}

@media screen and (max-width: 768px) {

 .m-cvb{
  display:none;
  right: -370px;
 }
}


.m-cvb.disp{
    opacity: 1;
    visibility:visible;
	right: 0;
}

.m-cvb.close{
	right: -336px;
}



.m-cvb-b{
	width: 356px;
	height: 202px;
	margin: 0 0 0 20px;
	position: relative;
	border-radius: 10px 0 0 10px;
	background: #fff;
}


.m-cvb-b a{
	display: block;
	width: 320px;
	height: 188px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.m-cvb-i{
	width: auto;
	height: auto;
	background:#fff;
	border-radius: 10px;
	overflow: hidden;
	transition: .2s;
	z-index: 8;
}



.m-cvb-i .obj{
	width: 300px;
	aspect-ratio: 300 / 168;
	margin: 8px 8px 0 8px;
	transition: .2s;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.m-cvb-i .obj img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.m-cvb-tg{
	width: 30px;
	height: 60px;
	content: "";
	background: #fff;
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 8px 0 0 8px;
	cursor: pointer;
	z-index: 5;
}


.m-cvb-tg::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--c-2);
	border-right: 2px solid var(--c-2);
	transform: rotate(45deg);
	transition: .2s;
	pointer-events: none;
}

.m-cvb-tg.close::after{
	left: 8px;
	transform: rotate(-45deg) scale(-1, 1);
}


@media (hover: hover) and (pointer: fine) {
	.m-cvb-b a:hover .m-cvb-i{
		opacity: .6;
	}
}

@media screen and (max-width: 900px){
	.m-cvb{
		display: none;
	}
}


/* 2024.11
------------------------------------ */
/*@media screen and (max-width:1330px) and (min-width:769px){
 .header-wrap{
   max-height: initial;
   padding: 10px 30px 20px;
 }
 .header-wrap-inner{
  flex-wrap: wrap;
   justify-content: start;
 }
 .logo_area{
   display:block;
   position:static;
   transform:scale(0.8);
   transform-origin: 0;
   padding-bottom: 10px;
 }
 .header-nav{
  font-size:15px;
  width: 100%;
 }
 .header-link {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width:1000px;
    margin:auto;
  }
 .header-link li {
    margin-right: 32px;
    flex-grow: 1;
  }
  
  .header-wrap.header-min .request a, .header-wrap.header-min .traial a, .header-wrap .header-wrap-inner.close .request a, .header-wrap .header-wrap-inner.close .traial a{
   padding: 10px 18px;
  }
  .header-wrap.header-min .traial a, .header-wrap .header-wrap-inner.close .traial a{
   padding: 10px 18px;
  }
}*/
 
 
/* 2025.2
------------------------ */

.contents-col-02 {
    max-width: 1000px;
    margin: 0 auto 90px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.contents-movie {
    position: relative;
    width: 480px;
    padding-bottom: 28.125%;
    height: 0;
    overflow: hidden;
    margin-right: 40px;
}

.contents-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.contents-lead {
    width: 48%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #646464;
    text-align: left;
    line-height: 2;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contents-col-02 {
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column-reverse;
  }
 .contents-movie,
 .contents-lead{
   width:100%;
   font-size:18px;
   padding:0 20px;
   margin-bottom: 30px;
    text-align: center;
  }
  .contents-movie {
    width: 90%;
    padding-bottom: 56.25%;
    margin: 0 40px;
  }
}


.topics a:hover { 
 opacity:0.7;
 transition:0.3s all;
}

.topics-slid-inner{
 max-width: 310px;
 width: 100%;
 display:flex;
 position:relative;
 margin-bottom: 40px;
}


@media screen and (max-width: 768px) {
 .topics-slid-inner{
  display:block;
 }
}

.topics-slid-inner .article {
  text-align: left;
  
}
.topics-slid-inner .article .img {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
.topics-slid-inner .article h4 {
  color: #0097EC;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.topics-slid-inner .article .col {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
/*#topicsSlider .slick-track,
#topicsSlider .slick-list { width: 1000px!important;}
#topicsSlider .slick-slide { width: 310px!important; margin: 0 0 0 35px; padding: 0;}
#topicsSlider .slick-slide:first-child { margin: 0; padding: 0;}*/


#topicsSlider .slick-slide { margin: 0; padding: 0;}
#topicsSlider .slick-slide:nth-child(even) { margin: 0 35px; padding: 0;}
#topicsSlider .slick-prev { left: 390px;}
#topicsSlider .slick-next { right: 390px; z-index: 5;}
#topicsSlider .slick-prev, .topics .slick-next { top: 102%;}



@media screen and (max-width: 768px) {
  #topicsSlider .slick-slide,
  #topicsSlider .slick-slide:nth-child(even) { margin: 0; padding: 0 20px;}
  #topicsSlider .slick-prev { left: 110px;}
  #topicsSlider .slick-next { right: 110px;}
  #topicsSlider .slick-prev, #topicsSlider .slick-next { top: 90%;}
  #topicsSlider .slick-dots { bottom: 18px;}
}

#topicsSlider .slick-track {
  display: flex;
  justify-content: space-between;
}

.topics .more-btn {
  text-align: right;
  position: relative;
  padding-left: 32px;
}

.topics .more-btn::before {
  content: url('/pr-site/newtonx/assets/img/more-btn.png');
  position: absolute;
  right: 90px;
  top: 60%;
  transform: translateY(-50%);
  width: 24px;
  height: auto;
}
.topics .link {
  display: none;
}
@media screen and (max-width: 768px) {
  .topics .more-btn {
    display: none;
  }
  .topics .link {
    display: block;
    margin-top: 30px;
  }
}
 
 
/* 2025.3
------------------------ */

.other-slid-inner .txt .func-title {
  text-align: center;
}

.other-slid-inner .txt .func-title + p {
  margin-bottom: 20px;
}

.other-slid-inner {
  width: 480px;
  max-width: 480px;
  display: inline-block;
  margin-bottom: 40px;
}

.other-slid-inner .txt {
  padding-left: 0px;
  display: inline-block;
}

.other-slid-inner img {
  flex-shrink: 0;
  max-width: 400px;
  width: auto;
}

.solution, .other {
  max-width: 1000px;
}

.contents-func {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.func-txt {
  font-size: 24px;
  font-weight: bold;
  color: #00B5B5;
  text-align: center;
  margin-bottom: 130px;
}



@media screen and (max-width: 768px) {
  .other-slid-inner {
     width: 100%;
     max-width: 100%;
     margin-bottom: 20px;
   }
   
  .other-slid-inner img {
     max-width: 100%;
   }
   
  .func-txt {
    font-size: 17px;
    margin-bottom: 40px;
  }
  
  .other-slid-inner .txt .func-title {
    text-align: left;
  }
}




.seminer a:hover { 
 opacity:0.7;
 transition:0.3s all;
}
.seminer {
  max-width: 1000px;
  width: 100%;
  /* margin: 0 auto 130px; TOPICS?̃X???C?_?[?\????*/
  margin: -80px auto 130px; /* TOPICS?̃X???C?_?[??????*/
}

 /*==================================
 /* TOPICS?̃X???C?_?[??????*/
 /*.Outlook { margin-top: -80px;}
@media screen and (max-width: 768px) { .Outlook { margin-top: 0;}}*/
==================================*/

.seminer-list {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;*/
}

#seminerSlider .slick-slide,
#seminerSlider .slick-track {
  width: 310px!important;
  max-width: 310px!important;
}

.seminer-inner:nth-child(3n+2) {
  margin: 0 35px;
}

.seminer-inner .article .img {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}

.seminer-inner .article h4 {
  color: #0097EC;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.seminer-inner .article .col {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .seminer-inner,
  .seminer-inner:nth-child(3n+2) {
    padding: 0 20px;
    margin: 0;
  }
  #seminerSlider .slick-slide {
    width: 100%;
    max-width: 100%;
  }
}

#seminerSlider .slick-slide { margin: 0; padding: 0;}
#seminerSlider .slick-slide:nth-child(even) { margin: 0 35px; padding: 0;}
#seminerSlider .slick-prev { left: 390px;}
#seminerSlider .slick-next { right: 390px; z-index: 5;}
#seminerSlider .slick-prev, #seminerSlider .slick-next { top: 102%;}



@media screen and (max-width: 768px) {
  #seminerSlider .slick-slide,
  #seminerSlider .slick-slide:nth-child(even) { margin: 0; padding: 0 20px;}
  #seminerSlider .slick-prev { left: 110px;}
  #seminerSlider .slick-next { right: 110px;}
  #seminerSlider .slick-prev, #seminerSlider .slick-next { top: 105%;}
  #seminerSlider .slick-dots { bottom: -40px;}
}








