@charset "UTF-8";

img {
  width: 100%;
}
/*--------------------------------------------------
**************************************************
トップ
**************************************************
--------------------------------------------------*/

div#top_wrap {
  background: url(../imgs/top/top.jpg) center center / cover no-repeat;
  overflow: hidden;
}
div#top_wrap .top_div {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  max-width: 1000px;
  min-height: calc(100vh - 60px);
  max-height: 650px;
  margin: auto;
  padding: 40px 0;
}
div#top_wrap .top_inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: auto;
}
div#top_wrap .top_inner .text_wrap {
  width: 400px;
}
div#top_wrap .top_inner .pc_img {
  position: relative;
  width: 600px;
}
div#top_wrap .top_inner .pc_monitor {
  position: absolute;
  top: 30px;
  left: 4px;
  right: 0;
  width: 430px;
  height: 270px;
  margin: 0 auto;
}
div#top_wrap .top_inner .pc_img .circle{
  position: absolute;
  top: 94px;
  right: 43px;
  width: 156px;
  height: 156px;
  color: #333;
  opacity: 1;
}
div#top_wrap .top_inner .pc_img .circle.circle-main{
  z-index: 1;
}
div#top_wrap .top_inner .pc_img .catch{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 4px;
  line-height: 1.3;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #005595;
}
div#top_wrap .top_inner .pc_img .circle-svg{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  stroke: #005595;
}
div#top_wrap .top_inner .pc_img .circle-tokita{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  stroke: #005595;
}
div#top_wrap .top_inner .pc_img .circle-svg{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  stroke: #005595;
}
div#top_wrap .top_inner .pc_img .circle-svg .path{
  stroke-width: 15;
}
div#top_wrap .top_inner .pc_img .circle-main .path{
  opacity: 0;
}
div#top_wrap .top_inner .pc_img #comp{
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
}
div#top_wrap .top_inner .pc_img #comp.active{
  opacity: 1;
  transition: opacity 0.8s;
}
div#top_wrap .top_inner .pc_img #comp.end{
  opacity: 0;
  transition: opacity 0.8s;
}
div#top_wrap .top_inner .pc_img #comp .text{
  display: block;
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  color: #025696;
  opacity: 0;
  transition: opacity 0s linear 0.8s;
}
div#top_wrap .top_inner .pc_img #comp.active .text{
  opacity: 1;
  transition: opacity 0.8s ease 0.4s;
}
div#top_wrap .top_inner .pc_img #comp .comp_icon_box{
  position: relative;
  width: 54px;
  height: 40px;
  margin: -2px auto 0 auto;
}
div#top_wrap .top_inner .pc_img #comp .comp_icon{
  position: absolute;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
div#top_wrap .top_inner .pc_img #comp .comp_icon:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ebf1f5;
}
div#top_wrap .top_inner .pc_img #comp .comp_icon:first-child{
  z-index: 2;
}
div#top_wrap .top_inner .pc_img #comp .comp_icon:last-child{
  z-index: 1;
}
div#top_wrap .top_inner .pc_img #comp svg{
  height: 40px;
}
div#top_wrap .top_inner .pc_img #comp svg .comp_svg{
  fill: #025696;
}
div#top_wrap .top_inner .pc_img img{
  width: 100%;
}
div#top_wrap .top_inner .pc_img #comp.active .comp_icon:first-child::before{
  animation:compAnim1 0.2s ease 0s forwards;
}
div#top_wrap .top_inner .pc_img #comp.active .comp_icon:last-child::before{
  animation:compAnim2 0.2s ease 0.1s forwards;
}
@keyframes compAnim1{
  0%{top:0;}
  100%{top:100%;}
}
@keyframes compAnim2{
  0%{bottom:0;}
  100%{bottom:100%;}
}
@keyframes compAnimBack1{
  0%{top:100%;}
  100%{top:0;}
}
@keyframes compAnimBack2{
  0%{bottom:100%;}
  100%{bottom:0;}
}
div#top_wrap .top_inner .pc_img .status{
  position: absolute;
  top: 140px;
  left: 27px;
  width: 185px;
  height: 62px;
  margin: 0 auto;
  text-align: center;
}
div#top_wrap .top_inner .pc_img .status .text{
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: #025696;
}
div#top_wrap .top_inner .pc_img .status .price{
  display: block;
}
div#top_wrap .top_inner .pc_img .status .price .status_price{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #025696;
}
div#top_wrap .top_inner .pc_img .status .price .current_price{
  display: block;
  width: 68px;
  text-align: right;
  transform: scale(1,1.3);
}
div#top_wrap .top_inner .pc_img .status .price .base_price{
  position: relative;
  width: calc(100% - 68px);
  margin-left: 20px;
  transform: scale(1,1.3);
}
div#top_wrap .top_inner .pc_img .status .price .base_price::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  width: 20px;
  height: 1px;
  margin: auto 0;
  background: #025696;
  transform: rotate(-45deg);
}
div#top_wrap .top_inner .pc_img .status .price .kingaku{
  margin-left: 2px;
  font-size: 10px;
}
div#top_wrap .top_inner .pc_img .status .graph{
  position: relative;
  width: 100%;
  height: 20px;
  margin-top: 6px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
div#top_wrap .top_inner .pc_img .status .graph .meter_box{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
div#top_wrap .top_inner .pc_img .status .graph .meter{
  width: 0%;
  height: 100%;
  background: #005595;
}
div#top_wrap .top_inner .invoice_slide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 185px;
  margin: auto 0;
  z-index: 10;
  left: 78%;
}
div#top_wrap .top_inner .invoice_slide {
}
div#top_wrap .top_inner .invoice_slide .slider_inner{
  position: relative;
  width: 150px;
}
div#top_wrap .top_inner .invoice_slide .slide {
  position: absolute;
  top: 0;
  width: 160px;
  padding-right: 15px;
}
div#top_wrap .top_inner .text_wrap .top_text {
  margin: 0 auto 20px auto;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #135281;
  text-align: center;
}
div#top_wrap .top_inner .text_wrap .title_text {
  margin: 30px auto 40px auto;
  line-height: 1.3;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #135281;
}
div#top_wrap .top_inner .text_wrap .bth_new {
  position: relative;
  width: 300px;
  height: 60px;
  margin: auto;
}
div#top_wrap .top_inner .text_wrap .bth_new a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  right: -15px;
  bottom: 0;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 3px 5px 15px -2px #666666;
  margin: auto;
}
div#top_wrap .top_inner .text_wrap .bth_new a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 26px;
  right: 3px;
  margin: 0 auto;
  color: rgba(255,255,255,0.6);
  border-bottom: solid 2px #f1bd48;
  border-left: solid 2px #f1bd48;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-sizing: border-box;
}
div#top_wrap .top_inner .text_wrap .bth_new a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0.1em;
  background: #f1bd48;
  border-radius: 30px;
  transition: opacity 0.3s;
}
div#top_wrap .top_inner .text_wrap .bth_new a:hover {
  opacity: 0.8;
}

@media (max-width: 1000px) {
  div#top_wrap .top_div {
    min-height: 70vw;
    max-height: 6.5vw;
    padding: 4vw 0;
  }
  div#top_wrap .top_inner .text_wrap {
    width: 40vw;
  }
  div#top_wrap .top_inner .pc_img {
    position: relative;
    width: 60vw;
  }
  div#top_wrap .top_inner .pc_monitor {
    top: 3vw;
    left: 0.4vw;
    width: 43vw;
    height: 27vw;
  }
  div#top_wrap .top_inner .pc_img .circle{
    position: absolute;
    top: 9.4vw;
    right: 4.3vw;
    width: 15.6vw;
    height: 15.6vw;
  }
  div#top_wrap .top_inner .pc_img .catch{
    margin-top: 0.4vw;
    font-size: 1.3vw;
  }
  div#top_wrap .top_inner .pc_img #comp{
    top: 5.4vw;
    width: 10vw;
    height: 10vw;
  }
  div#top_wrap .top_inner .pc_img #comp .text{
    font-size: 2.2vw;
  }
  div#top_wrap .top_inner .pc_img #comp .comp_icon_box{
    width: 5.4vw;
    height: 4vw;
    margin: -0.2vw auto 0 auto;
  }
  div#top_wrap .top_inner .pc_img #comp svg{
    height: 4vw;
  }
  div#top_wrap .top_inner .pc_img .status{
    top: 14vw;
    left: 2.7vw;
    width: 18.5vw;
    height: 6.2vw;
  }
  div#top_wrap .top_inner .pc_img .status .text{
    margin-bottom: 0.5vw;
    font-size: 1.6vw;
  }
  div#top_wrap .top_inner .pc_img .status .price .status_price{
    font-size: 1.5vw;
  }
  div#top_wrap .top_inner .pc_img .status .price .current_price{
    width: 6.8vw;
  }
  div#top_wrap .top_inner .pc_img .status .price .base_price{
    width: calc(100% - 6.8vw);
    margin-left: 2vw;
  }
  div#top_wrap .top_inner .pc_img .status .price .base_price::before{
    left: -1.8vw;
    width: 2vw;
    height: 0.1vw;
  }
  div#top_wrap .top_inner .pc_img .status .price .kingaku{
    margin-left: 0.2vw;
    font-size: 1vw;
  }
  div#top_wrap .top_inner .pc_img .status .graph{
    height: 2vw;
    margin-top: 0.6vw;
    border-radius: 1vw;
  }
  div#top_wrap .top_inner .invoice_slide {
    width: 0.1vw;
    height: 18.5vw;
  }
  div#top_wrap .top_inner .invoice_slide .slider_inner{
    width: 15vw;
  }
  div#top_wrap .top_inner .invoice_slide .slide {
    width: 16vw;
    padding-right: 1.5vw;
  }
  div#top_wrap .top_inner .text_wrap .top_text {
    margin: 0 auto 2vw auto;
    font-size: 2.2vw;
  }
  div#top_wrap .top_inner .text_wrap .title_text {
    margin: 3vw auto 4vw auto;
    font-size: 2.6vw;
  }
  div#top_wrap .top_inner .text_wrap .bth_new {
    width: 30vw;
    height: 6vw;
  }
  div#top_wrap .top_inner .text_wrap .bth_new a::before {
    width: 4vw;
    height: 4vw;
    right: -1.5vw;
    box-shadow: 0.3vw 0.5vw 1.5vw -0.2vw #666666;
  }
  div#top_wrap .top_inner .text_wrap .bth_new a::after {
    width: 1vw;
    height: 1vw;
    top: 2.6vw;
    right: 0.3vw;
    border-bottom: solid 0.2vw #f1bd48;
    border-left: solid 0.2vw #f1bd48;
  }
  div#top_wrap .top_inner .text_wrap .bth_new a {
    font-size: 2vw;
    line-height: 6vw;
    border-radius: 3vw;
  }
}


.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

div#top_wrap ul.banner_wrap {
  display: flex;
  width: calc(100% - 60px);
  max-width: 768px;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto auto auto;
  padding: 0;
}

div#top_wrap ul.banner_wrap li {
  width: 240px;
  background: #fff;
  border-radius: 30px;
}

@media (max-width: 1000px) {
  div#top_wrap ul.banner_wrap {
    margin-top: 2vw;
  }
}
@media (max-width: 850px) {
  div#top_wrap ul.banner_wrap li {
    width: 29vw;
    border-radius: 3vw;
  }
}

div#top_wrap ul.banner_wrap li .banner_top {
  width: 100%;
  padding-bottom: 12px;
  background: linear-gradient(89deg, #10609c, #2a7ebe);
  border-radius: 30px 30px 0 0;
}
div#top_wrap ul.banner_wrap li .banner_top span.icon_title {
  display: block;
  padding: 14px 0 5px 0;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
div#top_wrap ul.banner_wrap li .banner_top span.icon {
  display: block;
  height: 30px;
  margin: auto;
}
div#top_wrap ul.banner_wrap li .banner_top span.icon svg{
  height: 30px;
  margin: 0 auto;
  display: block;
}
div#top_wrap ul.banner_wrap li:nth-child(2) .banner_top span.icon {
  display: block;
  width: 93px;
  height: 30px;
  margin: auto;
}
div#top_wrap ul.banner_wrap li .banner_bottom {
  padding: 20px 0px 18px 0px;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.2em;
  color: #256ca3;
}
div#top_wrap ul.banner_wrap li .banner_bottom span.pointer {
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  div#top_wrap ul.banner_wrap li .banner_top {
    padding-bottom: 2vw;
  }
  div#top_wrap ul.banner_wrap li .banner_top span.icon_title {
    padding: 2vw 0 1vw 0;
    font-size: 2.5vw;
  }
  div#top_wrap ul.banner_wrap li .banner_bottom {
    font-size: 3vw;
    padding: 2vw 0px 2.5vw 0px;
  }
  div#top_wrap ul.banner_wrap li .banner_bottom span.pointer {
    font-size: 4.5vw;
  }
}

svg#pay path.cls-1 {
  fill: #fff;
}
svg#pay path.cls-2 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}
ul.banner_wrap li .banner_top span.icon svg#money {
  fill: none;
}
ul.banner_wrap li .banner_top span.icon svg#money .cls-1{
  stroke:#231815;
  stroke-miterlimit:10;
  stroke-width:1.4px;
}
ul.banner_wrap li .banner_top span.icon svg#money .cls-2{
  stroke:#fff;
  stroke-width:1.4px;
  stroke-linejoin:round;
}
ul.banner_wrap li .banner_top span.icon svg#money .cls-3{
  stroke:#fff;
  stroke-linejoin:round;
  stroke-width:0.8px;

}
ul.banner_wrap li .banner_top span.icon svg#money .cls-4{
  stroke-miterlimit:10;
  stroke-width:1.4px;
  stroke:#fff;
}
ul.banner_wrap li .banner_top span.icon svg#clock {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}


/*--------------------------------------------------
**************************************************
電子請求書早払いとは
**************************************************
--------------------------------------------------*/

div#payment .payment_title {
  position: relative;
  padding: 70px 0;
}
div#payment .payment_title h2 {
  text-align: center;
  color: #10609c;
  font-size: 30px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
div#payment .payment_title p {
  font-size: 20px;
  text-align: center;
  color: #666666;
  line-height: 1.8;
}
div#payment .payment_title::after {
  position:absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -37px;
  border-style: solid;
  border-width: 39px 39px 0 39px;
  border-color: #ffffff transparent transparent transparent;
  margin: auto;
  z-index: 2;
}
@media (max-width: 1000px) {
  div#payment .payment_title {
    padding: 7vw;
  }
  div#payment .payment_title h2 {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  div#payment .payment_title p {
    font-size: 2vw;
  }
  div#payment .payment_title::after {
    bottom: -3.7vw;
    border-width: 3.9vw 3.9vw 0 3.9vw;
  }
}

div#payment .payment_inner {
  position: relative;
  background: #e5f1fb;
  padding: 80px 0;
}
@media (max-width: 1000px) {
  div#payment .payment_inner {
    padding: 8vw 0;
  }
}

div#payment .payment_inner .payment_img {
  width: calc(100% - 40px);
  max-width: 900px;
  max-height: calc(100vh - 100px);
  margin: 0 auto;
}

div#payment .payment_inner .payment_img img{
  width: auto;
  display: block;
  max-height: calc(100vh - 100px);
  margin: 0 auto;
}

div#payment .payment_inner .caution {
  position: relative;
  width: 500px;
  height: 60px;
  color: #fff;
  font-size: 22px;
  line-height: 60px;
  background: #444444;
  margin: 30px auto;
  text-align: center;
  z-index: 1;
}
div#payment .payment_inner .client {
  position: relative;
  width: 300px;
  height: 180px;
  background: #444444;
  margin: auto;
}
div#payment .payment_inner .client span.icon {
  display: block;
  width: 75px;
  height: auto;
  margin: auto;
  padding: 25px;
}
div#payment .payment_inner .client span.text {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}
div#payment .payment_inner .client::before {
  position: absolute;
  content: "";
  width: 420px;
  height: 30px;
  top: 0;
  left: -245px;
  bottom: 0;
  background: #10609c;
  margin: auto;
  clip-path: polygon(0 33%, 50% 33%, 50% 0%, 55% 50%, 50% 100%, 50% 67%, 0 67%);
  transform: rotate(0deg);
}
div#payment .payment_inner .client::after{
  position: absolute;
  display: inline-block;
  content: "";
  width: 275px;
  height: 10px;
  top: 0;
  right: -286px;
  bottom: 0;
  background: #444444;
  margin: auto;
}
div#payment .finance_wrap {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(89deg, #2d88cc, #2a7ebe);
  margin: 80px auto;
  padding: 40px 0px 60px 0px;
  text-align: center;
}
div#payment .finance_wrap .finance_title {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
}
div#payment .finance_wrap .finance_bth {
  position: relative;
  width: 620px;
  margin: 0 auto;
}
div#payment .finance_wrap .finance_bth a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin: auto;
  padding: 22px 20px 22px 0;
  background: linear-gradient(#0d4f80,#206090);
  box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
div#payment .finance_wrap .finance_bth a span{
  pointer-events: none;
}
div#payment .finance_wrap .finance_bth a:hover {
  opacity: 0.8;
}
div#payment .finance_wrap .finance_bth a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  right: -15px;
  bottom: 0;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
  margin: auto;
}
div#payment .finance_wrap .finance_bth a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 0;
  right: 3px;
  bottom: 0;
  margin: auto;
  color: rgba(255,255,255,0.6);
  border-bottom: solid 2px #0d4f80;
  border-left: solid 2px #0d4f80;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  div#payment .finance_wrap {
    margin: 8vw auto;
    padding: 4vw 0px 6vw 0px;
  }
  div#payment .finance_wrap .finance_title {
    font-size: 2.8vw;
    padding-bottom: 3vw;
  }
  div#payment .finance_wrap .finance_bth {
    width: 62vw;
  }
  div#payment .finance_wrap .finance_bth a {
    font-size: 2vw;
    padding: 2.2vw 2vw 2.2vw 0;
  }
  div#payment .finance_wrap .finance_bth::before {
    width: 4vw;
    height: 4vw;
    right: -1.5vw;
  }
  div#payment .finance_wrap .finance_bth::after {
    width: 1vw;
    height: 1vw;
    right: 0.3vw;
  }
}


/*--------------------------------------------------
**************************************************
請求書をオンラインで「買取」
**************************************************
--------------------------------------------------*/
div#online {
  position: relative;
}
div#online::before {
  position: absolute;
  content: "";
  width: calc(50% - 100px);
  height: 100%;
  right: 0;
  margin: auto;
  background-color: #d5e8f5;
  background-position: right;
}
div#online .online_img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: -1px;
  bottom: 0;
  border-style: solid;
  border-width: 40px 0 40px 40px;
  border-color: transparent transparent transparent #ffffff;
  margin: auto;
  z-index: 2;
}
div#online .online_wrap {
  position: relative;
  display: flex;
  max-width: 1000px;
  margin: auto;
  align-items: center;
}
div#online .online_wrap .online_text {
  position: relative;
  width: 600px;
  padding: 50px 0 50px 20px;
}
div#online .online_wrap .online_text .online_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
div#online .online_wrap .online_text .online_title span.online_icon {
  display: block;
  width: 45px;
  margin-right: 20px;
}
div#online .online_wrap span.online_icon svg#paper .cls-1{
  fill:#fff;
  stroke-miterlimit:10;
  stroke:#10609c;
  stroke-width:1.5px;
}
div#online .online_wrap span.online_icon svg#paper .cls-2{
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke:#10609c;
  stroke-width:1.5px;
}
div#online .online_wrap .online_text .online_title h2 {
  color: #10609c;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
div#online .online_wrap .online_text p {
  width: 510px;
  font-size: 18px;
  color: #333333;
  font-weight: 300;
  margin: 0;
  padding-left: 50px;
}
div#online .online_wrap .online_text .online_bth {
  position: relative;
  width: calc(100% - 110px);
  height: 70px;
  margin: 50px 0 0 30px;
}
div#online .online_wrap .online_text .online_bth a{
  height: 70px;
  line-height: 70px;
}
div#online .online_wrap .online_img {
  position: relative;
  width: 400px;
  margin: auto 0 auto auto;
}
div#online .online_wrap .online_img img {
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1000px) {
  div#online .online_wrap .online_text {
    width: 60vw;
    padding: 5vw 0 5vw 2vw;
  }
  div#online .online_wrap .online_text .online_title {
    margin-bottom: 3vw;
  }
  div#online .online_wrap .online_text .online_title span.online_icon {
    display: block;
    width: 4.5vw;
    margin-right: 2vw;
  }
  div#online .online_wrap .online_text .online_title h2 {
    font-size: 2.8vw;
  }
  div#online .online_wrap .online_img {
    width: 40vw;
  }
  div#online .online_wrap .online_text p {
    width: 51vw;
    font-size: 1.8vw;
    padding-left: 5vw;
  }
  div#online .online_wrap .online_text .online_bth {
    position: relative;
    width: calc(100% - 11vw);
    height: 7vw;
    margin: 5vw 0 0 3vw;
  }
  div#online .online_wrap .online_text .online_bth a{
    height: 7vw;
    line-height: 7vw;
  }
  div#online .online_wrap .online_text .online_bth::before {
    width: 4vw;
    height: 4vw;
    right: -1.5vw;
  }
  div#online .online_wrap .online_text .online_bth::after {
    width: 1vw;
    height: 1vw;
    right: 0.3vw;
  }

}

/*--------------------------------------------------
**************************************************
5つの理由
**************************************************
--------------------------------------------------*/

div#reason {
  position: relative;
  max-height: calc(100vh - 60px);
  margin: 100px auto;
}
div#reason::before {
  position: absolute;
  content: "";
  width: calc(50% + 500px);
  height: calc(100vh - 500px);
  min-height: 300px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  background: #dff0fe;
}
div#reason .reason_wrap {
  position: relative;
  max-width: 1000px;
  margin: auto;
}
div#reason .reason_wrap ul.reason_inner {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  list-style: none;
}
div#reason .reason_wrap ul.reason_inner li {
  position: relative;
  width: 35vh;
  min-width: 210px;
  max-width: 280px;
  height: 35vh;
  min-height: 210px;
  max-height: 280px;
}
div#reason .reason_wrap ul.reason_inner li::after {
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 5px 5px 15px rgb(10 66 109 / 20%); */
}
@media all and (-ms-high-contrast: none) {
  div#reason .reason_wrap ul.reason_inner li::after {
    box-shadow: 1px 1px 3px 3px #b1d0e7;
  }
}
div#reason .reason_wrap ul.reason_inner li .reason_cont{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
div#reason .reason_wrap ul.reason_inner.bottom li {
  margin-right: 15px;
}
div#reason .reason_wrap ul.reason_inner li .icon_wrap {
  width: 100%;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: linear-gradient(-90deg, #2a7ebe 0%, #10609c 100%);
  box-sizing: border-box;
}
div#reason .reason_wrap ul.reason_inner li .icon_wrap span.reason_icon {
  display: block;
  margin-bottom: 6px;
  padding-top: 4%;
}
div#reason .reason_wrap ul.reason_inner li:first-child .icon_wrap span.reason_icon {
}
div#reason .reason_wrap ul.reason_inner.bottom li:first-child .icon_wrap span.reason_icon{
}
div#reason .reason_wrap ul.reason_inner svg{
  display: block;
  height: 4vw;
  max-height: 53px;
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  margin: 0 auto;
}
div#reason .reason_wrap ul.reason_inner li .icon_wrap span.reason_subtitle {
  display: block;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
}
div#reason .reason_wrap ul.reason_inner .reason_text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 32%;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
div#reason .reason_wrap h2 {
  position: relative;
  font-size: 30px;
  margin: 15px 0 10px 0;
  color: #10609c;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 1000px) {
  div#reason {
    margin: 10vw auto;
  }
  div#reason::before {
    height: 40vw;
  }
  div#reason .reason_wrap::before {
    height: 40vw;
  }
  div#reason .reason_wrap ul.reason_inner li {
    width: 28vw;
    height: 28vw;
  }
  div#reason .reason_wrap ul.reason_inner.bottom li {
    margin-right: 1.5vw;
  }
  div#reason .reason_wrap ul.reason_inner li .icon_wrap {
    height: 17.5vw;
    padding-top: 4vw;
  }
  div#reason .reason_wrap ul.reason_inner li .icon_wrap span.reason_icon {
    margin-bottom: 1.4vw;
  }
  div#reason .reason_wrap ul.reason_inner svg{
    height: 5.3vw;
  }
  div#reason .reason_wrap ul.reason_inner li .icon_wrap span.reason_subtitle {
    font-size: 2.6vw;
  }
  div#reason .reason_wrap ul.reason_inner .reason_text {
    font-size: 1.7vw;
    padding-top: 1.3vw;
  }
  div#reason .reason_wrap h2 {
    margin: 1.5vw 0 1vw 0;
  }
}


/*--------------------------------------------------
**************************************************
特徴
**************************************************
--------------------------------------------------*/

div#feature {
  position: relative;
  background: linear-gradient(86deg, #e5f1fb, #c1e0f9);
  padding: 50px 0;
}
div#feature .feature_wrap {
  position: relative;
}
div#feature .feature_wrap::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  left: -33px;
  right: 0;
  bottom: -30px;
  margin: auto;
  background: #10609c;
  transform: rotate(30deg);
}
div#feature .feature_wrap::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  left: 0;
  right: -33px;
  bottom:-30px;
  margin: auto;
  background: #10609c;
  transform: rotate(-30deg);
}
div#feature .feature_wrap h2 {
  text-align: center;
  margin: 0;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #10609c;
}
div#feature .feature_wrap p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 1px;
}
div#feature .feature_wrap p span.feature_red {
  font-size: 32px;
  color: #e46304;
}
div#feature .data_wrap {
  position: relative;
  width: 720px;
  background: #fff;
  border: 3px solid #c7c7c7;
  border-radius: 20px;
  margin: 60px auto 30px auto;
  padding: 20px 0 30px 0;
}
div#feature .data_wrap .data_title {
  position: relative;
  width: calc(100% - 80px);
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  margin: 0 auto 34px auto;
}
div#feature .data_wrap .data_title::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -10px;
  background: #d8d8d8;
  margin: auto;
}
div#feature .data_wrap .dater_inner {
  position: relative;
  display: flex;
  width: calc(100% - 40px);
  margin: auto;
  justify-content: space-around;
  align-items: flex-start;
}
div#feature .data_wrap .dater_inner .data_content {
  margin: 0;
}
div#feature .data_wrap .dater_inner .data_content span.count {
  display: block;
  font-size: 26px;
  color: #10609c;
  font-weight: 500;
}
div#feature .data_wrap .dater_inner .data_content span.count span.unit {
  font-size: 18px;
}
div#feature .data_wrap .dater_inner .meter_waku {
  width: 400px;
  height: 40px;
  background: #f5f5f5;
  border: 2px solid #d8d8d8;
  border-radius: 25px;
}
div#feature ul.feature_inner {
  position: relative;
  display: block;
  width: 690px;
  list-style: none;
  margin: 50px auto 110px auto;
}
div#feature ul.feature_inner li {
  position: relative;
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 35px;
  margin: auto;
}
div#feature ul.feature_inner li::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 3px;
  top: 0;
  left: -35px;
  bottom: -3px;
  margin: auto;
  background: #10609c;
  transform: rotate(45deg);
}
div#feature ul.feature_inner li::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  background: #10609c;
  transform: rotate(-45deg);
}
.feature_pc {
  position: relative;
  margin: auto;
}
.feature_pc::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: auto;
}
.feature_pc .feature_cont {
  position: relative;
  display: flex;
  max-width: 1000px;
  margin: auto;
  align-items: center;
  justify-content: space-evenly;
}
.feature_pc .feature_cont .feature_text {
  width: 50%;
  padding: 45px 0 35px 0;
  font-size: 20px;
}
.feature_pc .feature_cont .feature_img {
  position: relative;
  width: 50%;
  height: 100%;
}
.feature_pc .feature_cont .feature_img .feature_img_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 500px;
  height: 311px;
}
.feature_pc .feature_cont .feature_text p {
  width: 100%;
  line-height: 1.8;
  margin-left: 20px;
}
.feature_pc .feature_cont .feature_text p span.red {
  color: #e46304;
}
.feature_pc .feature_cont .feature_text p span.yellow {
  color: #fa951d;
}
.feature_pc .feature_cont .feature_text span.feature_heed {
  display: block;
  margin: 20px 0px 0px 60px;
  font-size: 15px;
  color: #a87a3f;
  font-weight: 500;
}
div#feature .arrow_wrap {
  width: 120px;
  margin: 20px auto 0 auto;
}
div#feature .arrow_wrap svg#arrow {
  fill: #fff;
}

div#feature .custom {
  position: relative;
  width: 720px;
  background: #fff;
  border-radius: 20px;
  margin: auto;
  padding: 50px 0;
}
div#feature .custom h3 {
  width: 600px;
  height: 54px;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 54px;
  text-align: center;
  margin: auto;
  background: #eeeeee;
}
div#feature .custom .comment {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: calc(100% - 80px);
  margin: 30px auto 60px auto;
}
div#feature .custom .comment::after{
  position: absolute;
  content: "";
  width: calc(100% - 100px);
  height: 2px;
  left: 0;
  right: 0;
  bottom: -40px;
  background: #a0a0a0;
  margin: auto;
}
div#feature .custom .comment span.comment_img {
  width: 100px;
}
div#feature .custom .comment p.comment_text {
  position: relative;
  font-size: 16px;
  line-height: 35px;
  background: #fff;
  border: 2px solid #6cb2e7;
  padding: 20px 30px;
  border-radius: 20px;
}
div#feature .custom .comment p.comment_text::before{
  position: absolute;
  content: "";
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
div#feature .custom .comment p.comment_text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #6cb2e7;
  z-index: 1;
}
div#feature .custom .custom_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 100px);
  margin: 20px auto 0 auto;
}
div#feature .custom .custom_inner .custom_r p {
  font-size: 22px;
  margin: 0;
}
div#feature .custom .custom_inner .custom_r ul.graph {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
  list-style: none;
  align-items: flex-end;
}
div#feature .custom .custom_inner .custom_r ul.graph li {
  position: relative;
  font-size: 22px;
  margin-right: 60px;
}
div#feature .custom .custom_inner .custom_r ul.graph li:nth-child(2){
  margin-right: 167px;
}
div#feature .custom .custom_inner .custom_r ul.graph li:last-child {
  margin-right: 0;
}
div#feature .custom .custom_inner .custom_r ul.graph li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  left: 0;
  right: 0;
  bottom: -22px;
  margin: auto;
  background: #aaaaaa;
}
div#feature .custom .custom_inner .custom_r .graph_inner {
  position: relative;
  width: 550px;
  height: 10px;
  background: #dddddd;
  margin-right: 40px;
}
div#feature .custom .custom_inner .custom_r .graph_inner::before{
  position: absolute;
  content: "";
  width: 180px;
  height: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(89deg, #10609c, #2a7ebe);
  margin: auto;
}
div#feature .custom .custom_inner .custom_r ul.graph li span.yen {
  font-size: 16px;
}
div#feature .custom .custom_inner .custom_r ul.graph li span.use_pay {
  display: block;
  font-size: 16px;
}
div#feature .custom .custom_inner .custom_comment {
  position: relative;
  width: 450px;
  height: 60px;
  background: linear-gradient(89deg, #10609c, #2a7ebe);
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 14px;
  margin-top: 33px;
}
div#feature .custom .custom_inner .custom_comment::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -28px;
  left: 75px;
  border-style: solid;
  border-width: 0 16.5px 29px 16.5px;
  border-color: transparent transparent #2a7ebe transparent;
}
div#feature .custom .custom_cont {
  position: relative;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
div#feature .custom .custom_cont p {
  position: relative;
  display: inline-block;
  z-index: 2;
}
div#feature .custom .custom_cont p::before{
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: 14px;
  left: -10px;
  right: 0;
  bottom: -2px;
  margin: auto;
  background: #fff6db;
  z-index: -1;
}

@media (max-width: 800px) {
  div#feature {
    padding: 5vw 0;
  }
  div#feature .feature_wrap::before {
    width: 5vw;
    height: 0.5vw;
    left: -4vw;
    bottom: -4vw;
  }
  div#feature .feature_wrap::after {
    width: 5vw;
    height: 0.5vw;
    right: -4.5vw;
    bottom:-4.1vw;
  }
  div#feature .feature_wrap h2 {
    font-size: 3vw;
  }
  div#feature .feature_wrap p {
    font-size: 2.5vw;
    margin: 1vw;
  }
  div#feature .feature_wrap p span.feature_red {
    font-size: 4vw;
  }
  div#feature .data_wrap {
    width: 90vw;
    margin: 8vw auto 3vw auto;
    padding: 2vw 0 3vw 0;
  }
  div#feature .data_wrap .data_title {
    font-size: 3vw;
    margin: 0 auto 3.4vw auto;
  }
  div#feature .data_wrap .data_title::after{
    height: 0.2vw;
    bottom: -1vw;
  }
  div#feature .data_wrap .dater_inner {
    width: calc(100% - 4vw);
  }
  div#feature .data_wrap .dater_inner .data_content span.count {
    font-size: 3.2vw;
  }
  div#feature .data_wrap .dater_inner .meter_waku {
    width: 60vw;
    height: 5vw;
    border-radius: 2.5vw;
  }
  div#feature ul.feature_inner {
    width: 69vw;
    margin: 5vw auto 11vw auto;
  }
  div#feature ul.feature_inner li {
    font-size: 2vw;
    line-height: 3.5vw;
  }
  div#feature ul.feature_inner li::before{
    width: 1vw;
    height: 0.3vw;
    left: -3.5vw;
    bottom: -0.3vw;
  }
  div#feature ul.feature_inner li::after {
    width: 2vw;
    height: 0.3vw;
    left: -3vw;
  }
  .feature_pc .feature_cont .feature_text {
    width: 50%;
    padding: 4.5vw 0 3.5vw 0;
    font-size: 2vw;
  }
  .feature_pc .feature_cont .feature_img .feature_img_inner {
    width: 50vw;
    height: 31.1vw;
  }
  .feature_pc .feature_cont .feature_text p {
    width: calc(100% - 4vw);
  }
  .feature_pc .feature_cont .feature_text span.feature_heed {
    margin: 2vw 0px 0px 4vw;
    font-size: 1.5vw;
  }
  div#feature .arrow_wrap {
    width: 12vw;
    margin: 2vw auto 0 auto;
  }
  div#feature .custom {
    width: 90vw;
    border-radius: 2vw;
    padding: 5vw 0;
  }
  div#feature .custom h3 {
    width: 60vw;
    height: 5.4vw;
    font-size: 2.2vw;
    line-height: 5.4vw;
  }
  div#feature .custom .comment {
    width: calc(100% - 10vw);
    margin: 3vw auto 6vw auto;
  }
  div#feature .custom .comment::after{
    width: calc(100% - 10vw);
    height: 0.2vw;
    bottom: -4vw;
  }
  div#feature .custom .comment span.comment_img {
    width: 10vw;
  }
  div#feature .custom .comment p.comment_text {
    font-size: 2vw;
    line-height: 3.5vw;
    padding: 2vw 3vw;
    border-radius: 2vw;
  }
  div#feature .custom .comment p.comment_text::before{
    top: 50%;
    left: -2.4vw;
    margin-top: -1.2vw;
    border: 1.2vw solid transparent;
    border-right: 1.2vw solid #FFF;
  }
  div#feature .custom .comment p.comment_text::after {
    top: 50%;
    left: -3vw;
    margin-top: -1.5vw;
    border: 1.5vw solid transparent;
    border-right: 1.5vw solid #6cb2e7;
  }
  div#feature .custom .custom_inner {
    width: calc(100% - 100px);
    margin: 2vw auto 0 auto;
  }
  div#feature .custom .custom_cont {
    font-size: 1.8vw;
    margin-top: 0.5vw;
  }
  div#feature .custom .custom_cont p::before{
    width: calc(100% + 1vw);
    height: 1.4vw;
    left: -1vw;
    bottom: -0.2vw;
  }
}

/*--------------------------------------------------
**************************************************
動画
**************************************************
--------------------------------------------------*/

div#movie {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 80px 0 100px 0;
}
div#movie h2 {
  font-size: 30px;
  text-align: center;
  color: #10609c;
  padding-bottom: 50px;
}

div#movie .movie_inner{
  width: 720px;
  height: 405px;
  margin: 0 auto;
}

/*--------------------------------------------------
**************************************************
サービスまでの流れ
**************************************************
--------------------------------------------------*/

div#service {
  position: relative;
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding: 50px 0;
}
div#service h2 {
  font-size: 30px;
  text-align: center;
  color: #10609c;
  padding-bottom: 50px;
}
div#service ul.service_wrap {
  position: relative;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}

div#service ul.service_wrap li {
  position: relative;
  width: 220px;
  height: 205px;
  background: #fff;
  border: 2px solid #a2c1d8;
  border-radius: 24px;
  margin: 0 20px 30px 20px;
}
div#service ul.service_wrap li::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 28px 0 28px 18px;
  border-color: transparent transparent transparent #a2c1d8;
}
div#service ul.service_wrap li:first-child::before{
  content: none;
}
div#service ul.service_wrap li span.step {
  display: block;
  line-height: 1;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #10609c;
  font-weight: 500;
  text-align: center;
  margin-top: 12px;
}
div#service ul.service_wrap li span.step_num {
  font-size: 30px;
}
div#service ul.service_wrap li span.step_icon {
  display: block;
  width: 75px;
  height: 75px;
  margin: auto;
}
div#service ul.service_wrap li span.step_icon svg .cls-1{fill:none;}
div#service ul.service_wrap li span.step_icon svg .cls-2,
div#service ul.service_wrap li span.step_icon svg .cls-3{fill:#10609c;}
div#service ul.service_wrap li span.step_icon svg .cls-2{stroke:#fff;stroke-miterlimit:10;}
div#service ul.service_wrap li span.step_icon svg#service3 .cls-2{fill:none;stroke:#10609c;stroke-miterlimit:10;stroke-width:2px;}

div#service ul.service_wrap .service_title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #10609c;
  text-align: center;
}
div#service ul.service_wrap p {
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
}
div#service .service_text {
  font-size: 20px;
  color: #333333;
  text-align: center;
}
div#service .service_bth {
  margin-top: 50px;
}
@media (max-width: 1000px) {
  div#service {
    padding: 5vw 0;
  }
  div#service h2 {
    font-size: 3vw;
    padding-bottom: 5vw;
  }
  div#service ul.service_wrap li {
    width: 28vw;
    height: auto;
    margin: 0 2.2vw 5vw 2.2vw;
    padding-bottom: 2vw;
  }
  div#service ul.service_wrap li::before{
    left: -3.6vw;
  }
  div#service ul.service_wrap li span.step {
    font-size: 2.4vw;
    margin-top: 1.5vw;
  }
  div#service ul.service_wrap li span.step_num {
    font-size: 3.6vw;
  }
  div#service ul.service_wrap .service_title {
    font-size: 2.2vw;
  }
  div#service ul.service_wrap p {
    margin-top: 0.7vw;
    font-size: 1.5vw;
  }
  div#service .service_text {
    font-size: 2vw;
  }
  div#service .service_bth {
    margin-top: 5vw;
  }
}

/*--------------------------------------------------
**************************************************
業界別活用事例
**************************************************
--------------------------------------------------*/

div#industry {
  position: relative;
  background: #f3f7f8;
  padding: 80px 0;
}
div#industry h2 {
  margin-bottom: 70px;
  text-align: center;
  color: #10609c;
  font-size: 30px;
}
div#industry .industry_wrap {
  position: relative;
  display: flex;
  max-width: 800px;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
div#industry .industry_wrap .industry_content {
  width: 360px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
  margin: 0px 18px 50px 18px;
  padding-bottom: 30px;
}
div#industry .industry_wrap .industry_content .industry_title {
  display: flex;
  width: 100%;
  height: 82px;
  padding-top: 3px;
  background: #2a7ebe;
  border-radius: 10px 10px 0 0;
  align-items: center;
  justify-content: center;
}
div#industry .industry_wrap .industry_content .industry_title span.industry_icon {
  display: block;
  height: 50px;
}
div#industry .industry_wrap .industry_content .industry_title span.industry_icon svg{
  height: 50px;
}
div#industry .industry_content svg .cls-industry{fill: #fff;}
div#industry .industry_wrap .industry_content .industry_title .industry_text {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-left: 30px;
}
@media all and (-ms-high-contrast: none) {
  div#industry .industry_wrap .industry_content .industry_title span.industry_icon {
    width: 40px;
  }
}
div#industry .industry_wrap .industry_content .industry_title .industry_text span.ex_title {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 2px;
  letter-spacing: 0.1em;
}
div#industry .industry_wrap .industry_content .industry_title .industry_text span.occupation {
  display: block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
div#industry .industry_wrap .industry_content .industry_cont_inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
div#industry .industry_wrap .industry_content .industry_cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
div#industry .industry_wrap .industry_content .industry_cont .cont_l {
  position: relative;
  width: 186px;
  margin: 30px 0 20px 0;
  padding: 10px 10px;
  background: #f3f3f3;
  border-radius: 10px;
}
div#industry .industry_wrap .industry_content .industry_cont .cont_l::before{
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 1px dotted #cccccc;
}
div#industry .industry_wrap .industry_content .industry_cont .cont_l .cont_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
div#industry .industry_wrap .industry_content .industry_cont .cont_l .cont_wrap:first-child {
  margin-bottom: 10px;
}
div#industry .industry_wrap .industry_content .industry_cont .cont_l span.cont_title {
  display: block;
  font-size: 11px;
  line-height: 1;
}
div#industry .industry_wrap .industry_content .industry_cont .cont_l span.cont_num {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
div#industry .industry_wrap .industry_content .industry_cont .cont_r span.pay_title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
div#industry .industry_wrap .industry_content .industry_cont .cont_r span.pay_num {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
div#industry .industry_wrap .industry_content .industry_cont .cont_r span.pay_red {
  font-size: 32px;
  color: #ff7747;
  font-weight: 600;
}
div#industry .industry_wrap .industry_content .text_01 {
  margin-bottom: 20px;
}
div#industry .industry_wrap .industry_content .text_01 span.text_title {
  position: relative;
  display: block;
  width: 100px;
  height: 22px;
  background: #5d5d5d;
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin: auto;
  z-index: 2;
}
div#industry .industry_wrap .industry_content .text_01 p {
  display: flex;
  align-items: center;
  height: 120px;
  font-size: 12px;
  background: #f1f1f1;
  border: 2px solid #d4d4d4;
  border-radius: 10px;
  margin: -10px auto auto auto;
  padding: 24px 20px 16px 20px;
  z-index: 1;
}
div#industry .industry_wrap .industry_content .text_02 span.text_title {
  position: relative;
  display: block;
  width: 100px;
  height: 22px;
  background: #2a7ebe;
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin: auto;
  z-index: 2;
}
div#industry .industry_wrap .industry_content .text_02 p {
  display: flex;
  align-items: center;
  height: 120px;
  font-size: 14px;
  background: #ddeaf4;
  border: 2px solid #83b4d9;
  border-radius: 10px;
  margin: -10px auto auto auto;
  padding: 30px 20px 20px 20px;
  z-index: 1;
}


@media (max-width: 800px) {
  div#industry .industry_wrap .industry_content {
    margin: 0px 10px 40px 10px;
  }
  @media all and (-ms-high-contrast: none) {
    div#industry .industry_wrap .industry_content .industry_title span.industry_icon {
      width: 6vw;
    }
  }
}
/*--------------------------------------------------
**************************************************
インタビュー
**************************************************
--------------------------------------------------*/

div#interview {
  position: relative;
  margin: 50px auto 50px auto;
}
div#interview .variable.slider {
  position: relative;
  display: flex;
  padding: 70px 0 50px 0;
}
div#interview .variable.slider::before{
  position: absolute;
  content: "";
  top: 45px;
  left: 0;
  right: 0;
  width: 90%;
  height: 410px;
  margin: 0 auto;
  background: linear-gradient(#e5f1fb, #c1e0f9);
  z-index: 0;
}
div#interview .variable.slider .company_interview {
  position: relative;
  height: 420px;
  z-index: 2;
}
div#interview .variable.slider .company_interview span.interview_photo {
  position: absolute;
  top: 0;
  left: 0;
  right: -290px;
  display: block;
  width: 450px;
  height: 280px;
  margin: 0 auto;
  box-shadow: 1px 4px 16px rgb(0 0 0 / 21%);
}
@media all and (-ms-high-contrast: none) {
  div#interview .variable.slider .company_interview span.interview_photo {
    box-shadow: 1px 4px 16px #ccc;
  }
}

div#interview .variable.slider .company_interview .company_cont {
  position: absolute;
  bottom: 30px;
  left: -400px;
  right: 0;
  width: 360px;  height: 250px;
  margin: 0 auto;
  padding: 30px 0px;
  background: #fff;
  box-shadow: 1px 4px 16px rgb(0 0 0 / 21%);
}
@media all and (-ms-high-contrast: none) {
  div#interview .variable.slider .company_interview .company_cont {
    box-shadow: 1px 4px 16px #ccc;
  }
}

div#interview .variable.slider .company_interview .company_cont .company_name {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 2;
}
div#interview .variable.slider .company_interview .company_cont .company_name::before{
  position: absolute;
  content: "";
  width: 250px;
  height: 10px;
  left: 0;
  right: 0;
  bottom: 3px;
  margin: auto;
  background: #c4e6ff;
  z-index: 0;
}
div#interview .variable.slider .company_interview .company_cont .company_name span {
  position: relative;
}
div#interview .variable.slider .company_interview .company_cont span.company_comment {
  display: block;
  width: 240px;
  font-size: 15px;
  margin: 30px auto 0 auto;
}
div#interview .variable.slider .company_interview .interview_bth {
  position: absolute;
  width: 300px;
  height: 55px;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
}
div#interview .variable.slider .company_interview .interview_bth a {
  position:relative;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 55px;
  border-radius: 10px;
  background: #f1bd48;
  transition: 0.3s;
}
div#interview .variable.slider .company_interview .interview_bth a:hover {
  opacity: 0.8;
}
div#interview .variable.slider .company_interview .interview_bth a::before{
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
.slider {
  width: 100%;
  margin: 50px auto 100px auto;
}
.slick-prev,
.slick-next {
  width: 50px;
  height: 80px;
  cursor: pointer;
  z-index: 5;
  transition: 0.3s;
  top: 240px;
}
.slick-prev{
  left: 3vw;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2080%22%20style%3D%22enable-background%3Anew%200%200%2050%2080%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23888888%3Bstroke-width%3A2.5%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%2242.5%2C3.5%205.4%2C40.6%2042.5%2C77.8%20%22%2F%3E%3C%2Fsvg%3E');
}
.slick-next {
  right: 3vw;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2080%22%20style%3D%22enable-background%3Anew%200%200%2050%2080%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23888888%3Bstroke-width%3A2.5%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%227.5%2C3.5%2044.6%2C40.6%207.5%2C77.8%20%22%2F%3E%3C%2Fsvg%3E');
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}
.slick-prev:before,
.slick-next:before {
  content: '';
}
.slick-slide {
  margin: 0px 20px;
}
.slick-dots {
  bottom: 25px;
}
.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

@media (max-width: 900px) {
  div#interview .variable.slider .company_interview span.interview_photo {
    right: -32.2vw;
    width: 50vw;
    height: 31.1vw;
  }
  div#interview .variable.slider .company_interview .company_cont {
    bottom: 3.33vw;
    left: -44.4vw;
    width: 40vw;
    height: 27.7vw;
    padding: 3.33vw 0px;
  }
  div#interview .variable.slider .company_interview .company_cont .company_name {
    font-size: 2.44vw;
  }
  div#interview .variable.slider .company_interview .company_cont .company_name::before{
    width: 27.7vw;
    height: 1.11vw;
    bottom: 0.33vw;
  }
  div#interview .variable.slider .company_interview .company_cont span.company_comment {
    width: 26.6vw;
    font-size: 1.66vw;
    margin: 3.33vw auto 0 auto;
  }
  div#interview .variable.slider .company_interview .interview_bth {
    width: 33.33vw;
    height: 6.11vw;
    bottom: 5.55vw;
  }
  div#interview .variable.slider .company_interview .interview_bth a {
    line-height: 6.11vw;
  }
  div#interview .variable.slider .company_interview .interview_bth a::before{
    width: 1.11vw;
    height: 1.11vw;
    right: 1.66vw;
  }
  .slick-prev,
  .slick-next {
    width: 5.55vw;
    height: 8.88vw;
    cursor: pointer;
    z-index: 5;
    transition: 0.3s;
  }

}

/*--------------------------------------------------
**************************************************
ご利用条件
**************************************************
--------------------------------------------------*/
div#terms{
  background: #f1f9ff;
}
div#terms .cont_inner{
  max-width: 1000px;
  padding: 100px 0;
  margin: 0 auto 60px auto;
}

div#terms h2{
  margin-bottom: 50px;
  text-align: center;
  color: #10609c;
  font-size: 30px;
}
div#terms .terms_inner {
  width: calc(100% - 60px);
  max-width: 800px;
  margin: 0 auto 50px auto;
}
div#terms .terms_inner h3 {
  font-size: 24px;
  text-align: center;
  color: #10609c;
  font-weight: 600;
}
div#terms .terms_inner ul.termas_service {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-top: 2px solid #5299ce;
  border-bottom: 2px solid #5299ce;
  padding: 30px 20px 20px 20px;
  align-items: center;
  justify-content: space-between;
}
div#terms .terms_inner ul.termas_service li {
  display: flex;
}
div#terms .terms_inner ul.termas_service li {
  display: flex;
  width: calc((100% - 20px) / 2);
  height: 80px;
  background: #f1f1f1;
  margin-bottom: 10px;
}
div#terms .terms_inner ul.termas_service li .termas_tilte span {
  display: table-cell;
  width: 150px;
  height: 80px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: #10609c;
  vertical-align: middle;
  margin: auto;
}

div#terms .terms_inner ul.termas_service li p {
  display: table-cell;
  width: 300px;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  padding: 0 20px;
}
div#terms .terms_inner ul.termas_service li p span.termas_sub {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
div#terms .terms_inner ul.termas_service li p span.text {
  display: block;
  font-size: 11px;
  line-height: 1.4
}
div#terms .terms_inner ul.termas_service li p span .no_wrap {
  white-space: nowrap;
}

@media (max-width: 1000px) {
  div#terms{
  }
  div#terms .cont_inner{
    padding: 10vw 0;
    margin: 0 auto 6vw auto;
  }
  div#terms h2{
    margin-bottom: 5vw;
    font-size: 3vw;
  }
  div#terms .terms_inner {
    width: calc(100% - 6vw);
    margin: 0 auto 5vw auto;
  }
  div#terms .terms_inner h3 {
    font-size: 2.4vw;
  }
  div#terms .terms_inner ul.termas_service {
    padding: 3vw 2vw 2vw 2vw;
  }
  div#terms .terms_inner ul.termas_service li {
    width: calc((100% - 2vw) / 2);
    height: 10vw;
    margin-bottom: 1vw;
  }
  div#terms .terms_inner ul.termas_service li .termas_tilte span {
    width: 15vw;
    height: 10vw;
    font-size: 1.8vw;
  }
  div#terms .terms_inner ul.termas_service li p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 30vw;
    padding: 0 2vw;
  }
  div#terms .terms_inner ul.termas_service li p span.termas_sub {
    display: block;
    width: 100%;
    font-size: 1.8vw;
  }
  div#terms .terms_inner ul.termas_service li p span.text {
    font-size: 1.2vw;
  }
}

/*--------------------------------------------------
**************************************************
必要書類
**************************************************
--------------------------------------------------*/
div#document{
  width: 100%;
  padding: 100px 0;
  margin: 0 auto 100px auto;
  background: #f3f5f7;
}
div#document h2{
  margin-bottom: 50px;
  text-align: center;
  color: #10609c;
  font-size: 30px;
  letter-spacing: 0.1em;
}
div#document ul.document_cont {
  position: relative;
  display: flex;
  width: calc(100% - 80px);
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
div#document ul.document_cont li.content {
  width: calc(50% - 16px);
  background: #fff;
  border-radius: 10px;
  margin: 0 32px 32px 0;
  padding: 30px 30px;
}
div#document ul.document_cont li.content:nth-child(2n) {
  margin-right: 0px;
}
div#document ul.document_cont li.content span.document_title {
  display: block;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #10609c;
  font-weight: 600;
  margin: 0px auto 20px auto;
}
div#document ul.document_cont li:last-child.content span.document_title{
  color: #cb0000;
}
div#document ul.document_cont li.content .document_inner {
  display: flex;
  align-items: center;
}
div#document ul.document_cont li.content .document_inner .document_img {
  width: 100px;
}
div#document ul.document_cont li.content .document_inner .document_text {
  width: calc(100% - 150px);
  margin-left: 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
div#document ul.document_cont li.content .document_inner .document_text ul.text_03 {
  list-style: none;
  padding: 0;
}
div#document ul.document_cont li.content .document_inner .document_text ul.text_03 li {
  position: relative;
  padding-left: 20px;
}
div#document ul.document_cont li.content .document_inner .document_text ul.text_03 li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
div#document .document_heed {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 20px auto;
}

@media (max-width: 1000px) {
  div#document{
    padding: 10vw 0;
    margin: 0 auto 10vw auto;
  }
  div#document h2{
    margin-bottom: 5vw;
    font-size: 3vw;
  }
  div#document ul.document_cont {
    width: calc(100% - 8vw);
  }
  div#document ul.document_cont li.content {
    width: calc(50% - 2vw);
    height: 27vw;
    margin: 0 4vw 4vw 0;
    padding: 2vw 3vw;
  }
  div#document ul.document_cont li.content span.document_title {
    font-size: 2.2vw;
    .    margin: 2vw auto;
  }
  div#document ul.document_cont li.content .document_inner .document_img {
    width: 12vw;
  }
  div#document ul.document_cont li.content .document_inner .document_text {
    width: calc(100% - 15vw);
    margin-left: 3vw;
    font-size: 1.6vw;
  }
  div#document ul.document_cont li.content .document_inner .document_text ul.text_03 li {
    padding-left: 2vw;
  }
  div#document .document_heed {
    font-size: 1.8vw;
    margin: 2vw auto;
  }
}
/*--------------------------------------------------
**************************************************
よくある質問
**************************************************
--------------------------------------------------*/
#faq{
  width: calc(100% - 40px);
  max-width: 1000px;
  padding-top: 100px;
  margin: 0 auto 100px auto;
  background: #f7f7f7;
}
#faq h2{
  margin-bottom: 50px;
  text-align: center;
  color: #10609c;
  font-size: 30px;
}
#faq ul{
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 0 0 80px 0;
}
#faq ul li{
  background: #fff;
  margin-bottom: 20px;
  padding: 20px 20px;
  box-shadow: 1px 2px 16px rgba(0 0 0 / 10%);
  cursor: pointer;
  transition: 0.3s;
}
@media all and (-ms-high-contrast: none) {
  #faq ul li{
    box-shadow: 0px 0px 10px #ccc;
  }
}

#faq ul li:hover{
  opacity: 0.75;
}
#faq ul li .faq_q{
  position: relative;
  line-height: 1.3;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-left: 50px;
  padding: 10px 44px 10px 0;
}
#faq ul li .faq_q::after{
  content: "";
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  border-left: 3px solid #10609c;
  border-bottom: 3px solid #10609c;
  transform: rotate(-45deg);
}
#faq ul li .faq_q.active::after{
  top: 18px;
  transform: rotate(-225deg);
}
#faq ul li .faq_a{
  display: none;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 30px 20px 20px 20px;
}
#faq ul li .faq_q::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 24px;
  height: 30px;
  margin: auto 0;
  background: url(../imgs/top/faq_icon.png) center center / cover no-repeat;
}

/*--------------------------------------------------
**************************************************
パートナー企業
**************************************************
--------------------------------------------------*/
#partner{
  padding-bottom: 100px;
}
#partner .partner_top{
}
#partner .partner_top h2{
  margin-bottom: 70px;
  text-align: center;
  color: #333;
  font-size: 30px;
}
#partner .partner_top p{
  font-size: 20px;
  line-height: 2;
  color: #333333;
  text-align: center;
}
#partner .partner_top .img_div{
  max-width: 220px;
  margin: 0 auto;
}
#partner .partner_top img{
  width: 100%;
}
#partner .partoner_inner{
  width: 100%;
  max-width: 700px;
  border-top: 1px solid #ddd;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 50px;
}
#partner .partoner_inner p{
  font-size: 20px;
  line-height: 2;
  margin-bottom: 50px;
  color: #333333;
  text-align: center;
}
#partner .partoner_inner ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 60px auto;
  padding: 0;
}
#partner .partoner_inner ul li{
  width: 220px;
  margin: 0 5px 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

@media (max-width: 1000px) {
  #partner{
    padding-bottom: 10vw;
  }
  #partner .partner_top h2{
    margin-bottom: 7vw;
    font-size: 3vw;
  }
  #partner .partner_top p{
    font-size: 2vw;
  }
  #partner .partner_top .img_div{
    max-width: 22vw;
  }
  #partner .partoner_inner{
    max-width: 70vw;
    margin-top: 5vw;
    padding-top: 5vw;
  }
  #partner .partoner_inner p{
    font-size: 2vw;
    margin-bottom: 5vw;
  }
  #partner .partoner_inner ul{
    margin: 0 auto 6vw auto;
  }
  #partner .partoner_inner ul li{
    width: 22vw;
    margin: 0 0.5vw 4vw;
  }
}

/*--------------------------------------------------
**************************************************
ニュース
**************************************************
--------------------------------------------------*/
#news{
  background: #f2f7fd;
  padding: 70px 0 100px 0;
}
#news h2{
  margin-bottom: 50px;
  text-align: center;
  color: #10609c;
  font-size: 30px;
}
#news ul{
  width: calc(100% - 20px);
  max-width: 800px;
  margin: 0 auto;
  padding: 34px 50px;
  background: #fff;
}
#news ul li{
  margin-bottom: 20px;
  padding: 0 10px 20px 10px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e4e8ea;
}
#news ul li:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#news ul li a{
  display: block;
  color: #333;
  padding: 10px;
  transition: 0.3s;
}
#news ul li a:hover{
  background: #f7f7f7;
}
#news ul li .time{
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 6px;
}
#news ul li .time .date{
}
#news ul li .time .new{
  margin-left: 10px;
  color: #fe0606;
}
#news ul li .news_text{
  font-size: 18px;
}

@media (max-width: 1000px) {
  #news{
    padding: 7vw 0 10vw 0;
  }
  #news h2{
    margin-bottom: 5vw;
    font-size: 3vw;
  }
  #news ul{
    padding: 3.4vw 5vw;
  }
  #news ul li{
    margin-bottom: 2vw;
    padding: 0 1vw 2vw 1vw;
  }
  #news ul li a{
    padding: 1vw;
  }
  #news ul li .time{
    font-size: 1.4vw;
    margin-bottom: 1vw;
    padding-left: 0.6vw;
  }
  #news ul li .time .new{
    margin-left: 1vw;
  }
  #news ul li .news_text{
    font-size: 1.8vw;
  }
}
