@charset "UTF-8";


img {
  width: 100%;
}

/*--------------------------------------------------
**************************************************
トップ
**************************************************
--------------------------------------------------*/

div#top_wrap {
  display: block;
  align-content: center;
  width: 100%;
  height: auto;
  padding: 30px 0;
  background: url(../imgs/top/top_sp.jpg) center center / cover no-repeat;
  margin: auto;
  overflow: hidden;
}
div#top_wrap .top_inner {
  position: relative;
  display: block;
  margin: auto;
}
div#top_wrap .top_inner .text_wrap {
  width: 100%;
}
div#top_wrap .top_inner .pc_img {
  position: relative;
  width: 100vw;
  margin: auto;
}

div#top_wrap .top_inner .pc_monitor {
  position: absolute;
  top: 5vw;
  left: 0;
  right: 0;
  width: 72vw;
  height: 46vw;
  margin: 0 auto;
}
div#top_wrap .top_inner .pc_img .circle{
  position: absolute;
  top: 12vw;
  right: 3vw;
  width: 32vw;
  height: 32vw;
  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: 2.8vw;
  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: 10vw;
  left: 0;
  right: 0;
  width: 16vw;
  height: 16vw;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
}
div#top_wrap .top_inner .pc_img #comp.active{
  opacity: 1;
  transition: 0.8s;
}
div#top_wrap .top_inner .pc_img #comp.end{
  opacity: 0;
  transition: 0.8s;
}
div#top_wrap .top_inner .pc_img #comp .text{
  display: block;
  line-height: 1;
  font-size: 3vw;
  font-weight: 600;
  letter-spacing: 0;
  color: #025696;
  opacity: 0;
  transition: 0s linear 0.8s;
}
div#top_wrap .top_inner .pc_img #comp.active .text{
  opacity: 1;
  transition: 0.8s ease 0.4s;
}
div#top_wrap .top_inner .pc_img #comp .comp_icon_box{
  position: relative;
  width: 10vw;
  height: 7vw;
  margin: 0 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: 7vw;
}
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: 24vw;
  left: 4.5vw;
  width: 28.0vw;
  height: 11.0vw;
  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: 2.8vw;
  font-weight: 600;
  letter-spacing: 0;
  color: #025696;
}
div#top_wrap .top_inner .pc_img .status .price{
  display: block;
  margin-bottom: 1.4vw;
}
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: 2.2vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #025696;
}
div#top_wrap .top_inner .pc_img .status .price .current_price{
  display: block;
  width: 11vw;
  text-align: right;
  transform: scale(1,1.3);
}
div#top_wrap .top_inner .pc_img .status .price .base_price{
  position: relative;
  width: calc(100% - 6.8vw);
  margin-left: 2vw;
  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: -1.8vw;
  width: 2vw;
  height: 1px;
  margin: auto 0;
  background: #025696;
  transform: rotate(-45deg);
}
div#top_wrap .top_inner .pc_img .status .price .kingaku{
  margin-left: 0.2vw;
  font-size: 1.4vw;
}
div#top_wrap .top_inner .pc_img .status .graph{
  position: relative;
  width: 100%;
  height: 3vw;
  margin-top: 0.6vw;
  background: #fff;
  border-radius: 1.5vw;
  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: 30vw;
  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: 24vw;
}
div#top_wrap .top_inner .invoice_slide .slide {
  position: absolute;
  top: 0;
  width: 24vw;
  padding-right: 1.5vw;
}

div#top_wrap .top_inner .text_wrap .top_text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #135281;
  text-align: center;
}
div#top_wrap .top_inner .text_wrap .logo_wrap {
  width: calc(100% - 20px);
  max-width: 400px;
  margin: 20px auto;
}
div#top_wrap .top_inner .text_wrap .title_text {
  line-height: 1.3;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #135281;
}
div#top_wrap .top_inner .text_wrap .bth_new {
  position: relative;
  width: 260px;
  height: 60px;
  background: #f1bd48;
  border-radius: 30px;
  margin: 20px auto;
}
div#top_wrap .top_inner .text_wrap .bth_new::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  top: 0;
  right: -12px;
  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::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 24px;
  right: 2px;
  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 {
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0.1em;
}
div#top_wrap .top_inner .regular.slider {
  position: absolute;
  display: flex;
  width: 300px;
  height: auto;
  right: -170px;
  bottom: 0;
  margin: auto;
}
div#top_wrap .top_inner .regular.slider .slide {
  width: 150px;
  height: 181px;
  margin-right: 10px;
}

.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: 100%;
  list-style: none;
  align-items: center;
  justify-content: space-evenly;
  background: #d1ebff;
  margin: auto;
  padding: 30px 0 0 0;
}

div#top_wrap ul.banner_wrap li {
  width: 30%;
  background: #fff;
  border-radius: 30px;
}
div#top_wrap ul.banner_wrap li .banner_top {
  width: 100%;
  padding-bottom: 10px;
  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: 10px 0;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
div#top_wrap ul.banner_wrap li:last-child .banner_top span.icon_title {
  letter-spacing: 0em;
}
div#top_wrap ul.banner_wrap li .banner_top span.icon {
  display: block;
  margin: auto;
}
div#top_wrap ul.banner_wrap li .banner_top span.icon svg{
  width: 100%;
  height: 30px;
  margin: 0 auto;
  display: block;
}
div#top_wrap ul.banner_wrap li .banner_bottom {
  line-height: 25px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #256ca3;
  padding: 10px;
}
@media (max-width: 400px) {
  div#top_wrap ul.banner_wrap li {
    width: 30%;
    background: #fff;
    border-radius: 6vw;
  }
  div#top_wrap ul.banner_wrap li .banner_top {
    width: 100%;
    padding-bottom: 1.5vw;
    background: linear-gradient(89deg, #10609c, #2a7ebe);
    border-radius: 6vw 6vw 0 0;
  }
  div#top_wrap ul.banner_wrap li .banner_top span.icon_title {
    padding: 3vw 0 1vw 0;
    font-size: 4vw;
  }
  div#top_wrap ul.banner_wrap li .banner_top span.icon {
    height: 8vw;
  }
  div#top_wrap ul.banner_wrap li .banner_top span.icon svg{
    height: 7vw;
  }
  div#top_wrap ul.banner_wrap li .banner_bottom {
    padding: 2vw 0 3vw;
    line-height: 1;
    font-size: 3vw;
  }

}

div#top_wrap ul.banner_wrap li .banner_bottom span.pointer {
  font-size: 22px;
  font-weight: 500;
}
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: 30px 0;
}
div#payment .payment_title h2 {
  text-align: center;
  color: #10609c;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
div#payment .payment_title p {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 17px;
  text-align: center;
  color: #333333;
  line-height: 1.8;
}
div#payment .payment_title::after {
  position:absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #ffffff transparent transparent transparent;
  margin: auto;
  z-index: 2;
}

div#payment .payment_inner {
  position: relative;
  background: #e5f1fb;
  padding: 60px 0 40px 0;
}

div#payment .payment_inner .payment_img {
  width: calc(100% - 0px);
  max-width: 900px;
  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: auto;
  padding: 20px 0px 30px 0px;
  text-align: center;
}
div#payment .finance_wrap .finance_title {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
}
div#payment .finance_wrap .finance_bth {
  position: relative;
  width: calc(100% - 40px);
  max-width: 360px;
  margin: 0 auto;
  background: linear-gradient(#0d4f80,#206090);
  box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
  border-radius: 5px;
}
div#payment .finance_wrap .finance_bth a {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  margin: auto;
  padding: 16px 10px 16px 0;
}
div#payment .finance_wrap .finance_bth::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 0;
  right: -12px;
  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::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 0;
  right: -1px;
  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;
}


/*--------------------------------------------------
**************************************************
請求書をオンラインで「買取」
**************************************************
--------------------------------------------------*/
div#online {
  position: relative;
}
div#online .online_wrap {
  position: relative;
  display: block;
  margin: auto;
  align-items: center;
}
div#online .online_wrap .online_text {
  position: relative;
  width: 100%;
  padding: 30px 20px;
}
div#online .online_wrap .online_text .online_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
div#online .online_wrap .online_text .online_title span.online_icon {
  display: block;
  width: 35px;
  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: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
div#online .online_wrap .online_text p {
  width: calc(100% - 40px);
  font-size: 17px;
  color: #333333;
  font-weight: 300;
  margin: auto;
}
div#online .online_wrap .online_bth {
  position: relative;
  width: calc(100% - 40px);
  max-width: 360px;
  height: 60px;
  margin: 0 auto;
}
div#online .online_wrap .online_text .online_bth a{
}
.online_bth.lnk_block a {
  padding-right: 10px;
}

div#online .online_wrap .online_img {
  position: relative;
  width: 100%;
  background: #c1e0f9;
  margin: auto;
  padding: 30px 0;
}
div#online .online_wrap .online_img::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #ffffff transparent transparent transparent;
    margin: auto;
    z-index: 2;
}
div#online .online_wrap .online_img img {
  width: calc(100% - 80px);
  margin: auto;
}

/*--------------------------------------------------
**************************************************
5つの理由
**************************************************
--------------------------------------------------*/

div#reason {
  position: relative;
  margin: 50px auto;
}
div#reason .reason_wrap {
  position: relative;
  margin: auto;
}
div#reason .reason_wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #dff0fe;
  z-index: 0;
}
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: 33.3vw;
  height: 33.3vw;
  max-width: 200px;
  max-height: 200px;
}
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: 84px;
  padding-top: 14px;
  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: 3px;
}
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: 38px;
  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: 17px;
  letter-spacing: 0.1em;
  text-align: center;
}
div#reason .reason_wrap ul.reason_inner .reason_text {
  display: block;
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
  line-height: 1.4;
}
div#reason .reason_wrap ul.reason_inner .reason_text .thin_text{
  letter-spacing: -0.08em;
}

div#reason .reason_wrap h2 {
  position: relative;
  font-size: 20px;
  margin: 20px 0;
  color: #10609c;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 479px) {
  div#reason {
    position: relative;
    margin: 50px auto;
  }
  div#reason .reason_wrap {
    position: relative;
    margin: auto;
  }
  div#reason .reason_wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #dff0fe;
    z-index: 0;
  }
  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: 33vw;
    height: 33vw;
    margin: 0 0.16vw;
  }
  div#reason .reason_wrap ul.reason_inner li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  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: 19vw;
    padding-top: 3vw;
    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: 1vw;
  }
  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: 9vw;
    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: 4vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  div#reason .reason_wrap ul.reason_inner .reason_text {
    display: block;
    font-size: 2.6vw;
    text-align: center;
    padding-top: 2.1vw;
    line-height: 1.4;
  }
  div#reason .reason_wrap ul.reason_inner .reason_text .thin_text{
    letter-spacing: -0.08em;
  }

  div#reason .reason_wrap h2 {
    position: relative;
    font-size: 20px;
    margin: 20px 0;
    color: #10609c;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 379px) {
  div#reason .reason_wrap ul.reason_inner .reason_text {
    font-size: 2.5vw;
    padding-top: 1.2vw;
    transform: scale(0.84);
  }
}
/*--------------------------------------------------
**************************************************
特徴
**************************************************
--------------------------------------------------*/

div#feature {
  position: relative;
  background: linear-gradient(86deg, #e5f1fb, #c1e0f9);
  padding: 30px 0;
}
div#feature .feature_wrap {
  position: relative;
}
div#feature .feature_wrap::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: -30px;
  right: 0;
  bottom: -30px;
  margin: auto;
  background: #10609c;
  transform: rotate(30deg);
}
div#feature .feature_wrap::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: 0;
  right: -20px;
  bottom:-30px;
  margin: auto;
  background: #10609c;
  transform: rotate(-30deg);
}
div#feature .feature_wrap h2 {
  text-align: center;
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #10609c;
}
div#feature .feature_wrap p {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 10px;
}
div#feature .feature_wrap p span.feature_red {
  font-size: 25px;
  color: #e46304;
}
div#feature .data_wrap {
  position: relative;
    width: calc(100% - 20px);
    background: #fff;
    border: 2px solid #c7c7c7;
    border-radius: 20px;
    margin: 50px auto 20px auto;
    padding: 20px 0 30px 0;
}
div#feature .data_wrap .data_title {
  position: relative;
  width: calc(100% - 40px);
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  margin: 0 auto 24px 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 {
  width: 130px;
  margin: 0;
}
div#feature .data_wrap .dater_inner .data_content span.count {
  display: block;
  font-size: 18px;
  color: #10609c;
  font-weight: 500;
}
div#feature .data_wrap .dater_inner .data_content span.count span.unit {
  font-size: 12px;
}
div#feature .data_wrap .dater_inner .data_content span.count_text {
    font-size: 10px;
}
div#feature .data_wrap .dater_inner .meter_waku {
  width: 250px;
  height: 30px;
  background: #f5f5f5;
  border: 2px solid #d8d8d8;
  border-radius: 25px;
}
div#feature ul.feature_inner {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  list-style: none;
  margin: 30px auto 50px auto;
}
div#feature ul.feature_inner li {
  position: relative;
  width: 100%;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 auto 20px auto;
}
div#feature ul.feature_inner li::before{
  position: absolute;
  content: "";
  width: 12px;
  height: 3px;
  top: 0;
  left: -39px;
  bottom: 0px;
  margin: auto;
  background: #10609c;
  transform: rotate(45deg);
}
div#feature ul.feature_inner li::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 3px;
  top: -5px;
  left: -33px;
  bottom: 2px;
  margin: auto;
  background: #10609c;
  transform: rotate(-45deg);
}
.feature_pc {
  position: relative;
  margin: auto;
}
.feature_pc .feature_cont {
  position: relative;
  display: block;
  margin: auto;
}
.feature_pc .feature_cont .feature_text {
  width: calc(100% - 40px);
  max-width: 360px;
  font-size: 17px;
  font-weight: 600;
  background: #fff;
  text-align: center;
  padding: 30px 20px 50px 20px;
  margin: auto;
}
.feature_pc .feature_cont .feature_img {
  position: relative;
  width: 100%;
  height: 100%;
}
.feature_pc .feature_cont .feature_img .feature_img_inner {
  width: 100%;
  max-width: 360px;
  margin: -30px auto;
}
.feature_pc .feature_cont .feature_text p {
  width: 100%;
  line-height: 1.8;
}
.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 0px;
  font-size: 15px;
  color: #a87a3f;
  font-weight: 500;
}
div#feature .arrow_wrap {
  width: 80px;
  margin: 20px auto 0 auto;
}
div#feature .arrow_wrap svg#arrow {
  fill: #fff;
}

div#feature .custom {
  position: relative;
  width: calc(100% - 20px);
  background: #fff;
  border-radius: 20px;
  margin: auto;
  padding: 30px 0;
}
div#feature .custom h3 {
  width: calc(100% - 40px);
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  line-height: 1.3;
  text-align: center;
  margin: auto;
  padding: 10px 10px;
  background: #eeeeee;
}
div#feature .custom .comment {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: calc(100% - 40px);
  margin: 30px auto;
}
div#feature .custom .comment::after{
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  left: 0;
  right: 0;
  bottom: -20px;
  background: #a0a0a0;
  margin: auto;
}
div#feature .custom .comment span.comment_img {
  width: 80px;
  margin-right: 20px;
}
div#feature .custom .comment p.comment_text {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  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;
  width: calc(100% - 40px);
  margin: auto;
  padding: 20px 0;
}

div#feature .custom .custom_cont {
  position: relative;
  text-align: center;
  font-size: 17px;
  margin-top: 5px;
}
div#feature .custom .custom_cont p span {
  position: relative;
  display: block;
  z-index: 2;
}
div#feature .custom .custom_cont p::before{
  position: absolute;
  content: "";
  width: 325px;
  height: 10px;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff6db;
  z-index: 1;
}
div#feature .custom .custom_cont p::after{
  position: absolute;
  content: "";
  width: 230px;
  height: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff6db;
  z-index: 1;
}
div#feature .custom .custom_cont p {
  position: relative;
  z-index: 2;
}

/*--------------------------------------------------
**************************************************
動画
**************************************************
--------------------------------------------------*/

div#movie {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 35px 0 50px 0;
}
div#movie h2 {
  font-size: 20px;
  text-align: center;
  color: #10609c;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

div#movie .movie_inner{
  width: calc(100% - 20px);
  height: 55vw;
  margin: 0 auto;
}

/*--------------------------------------------------
**************************************************
サービスまでの流れ
**************************************************
--------------------------------------------------*/

div#service {
  position: relative;
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding: 30px 0;
}
div#service h2 {
  font-size: 20px;
  text-align: center;
  color: #10609c;
  padding-bottom: 0px;
}
div#service ul.service_wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
div#service ul.service_wrap li {
  position: relative;
  width: 320px;
  height: 260px;
  background: #fff;
  border: 2px solid #a2c1d8;
  border-radius: 30px;
  margin: 30px auto 50px auto;
}
div#service ul.service_wrap li::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
  border-style: solid;
  border-width: 18px 28px 0 28px;
  border-color: #a2c1d8 transparent transparent transparent;
}
div#service ul.service_wrap li:last-child::before{
  content: none;
}
div#service ul.service_wrap li span.step {
  display: block;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #10609c;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}
div#service ul.service_wrap li span.step_num {
  font-size: 36px;
}
div#service ul.service_wrap li span.step_icon {
  display: block;
  width: 100px;
  height: 100px;
  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: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #10609c;
  text-align: center;
}
div#service ul.service_wrap p {
  margin-top: 7px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.1em;
}
div#service .service_text {
  font-size: 17px;
  color: #333333;
  text-align: center;
}
div#service .service_bth {
  margin-top: 50px;
}

/*--------------------------------------------------
**************************************************
業界別活用事例
**************************************************
--------------------------------------------------*/

div#industry {
  position: relative;
  background: #f3f7f8;
  padding: 50px 0 0px 0;
}
div#industry h2 {
  margin-bottom: 30px;
  text-align: center;
  color: #10609c;
  font-size: 20px;
}
div#industry .industry_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
div#industry .industry_wrap .industry_content {
  width: calc(100% - 20px);
  max-width: 360px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
  margin: 0px 25px 50px 25px;
  padding-bottom: 20px;
}
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;
}
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% - 20px);
  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: 175px;
  margin: 10px 0 10px 0;
  padding: 10px 8px;
  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: 10px;
  line-height: 1;
}
div#industry .industry_wrap .industry_content .industry_cont .cont_l span.cont_num {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
div#industry .industry_wrap .industry_content .industry_cont .cont_r span.pay_title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
div#industry .industry_wrap .industry_content .industry_cont .cont_r span.pay_red {
  font-size: 28px;
  color: #ff7747;
  font-weight: 600;
}
div#industry .industry_wrap .industry_content .industry_cont .cont_r span.pay_num {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 349px) {
  div#industry .industry_wrap .industry_content .industry_cont .cont_l {
    width: 170px;
    padding: 10px 4px;
  }
  div#industry .industry_wrap .industry_content .industry_cont .cont_r span.pay_title {
    font-size: 11px;
  }
  div#industry .industry_wrap .industry_content .industry_cont .cont_r span.pay_num {
    font-size: 11px;
  }
  div#industry .industry_wrap .industry_content .industry_cont .cont_r span.pay_red {
    font-size: 20px;
  }
}
div#industry .industry_wrap .industry_content .text_01 {
  position: relative;
  margin-bottom: 35px;
}
div#industry .industry_wrap .industry_content .text_01::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  border-style: solid;
  border-width: 18px 28px 0 28px;
  border-color: #d4d4d4 transparent transparent transparent;
}
div#industry .industry_wrap .industry_content .text_01 span.text_title {
  position: relative;
  display: block;
  width: 100px;
  height: 20px;
  background: #5d5d5d;
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin: auto;
  z-index: 2;
}
div#industry .industry_wrap .industry_content .text_01 p {
  display: flex;
  align-items: center;
  font-size: 12px;
  background: #f1f1f1;
  border: 2px solid #d4d4d4;
  border-radius: 10px;
  margin: -10px auto auto auto;
  padding: 15px 15px 12px 15px;
  z-index: 1;
}
div#industry .industry_wrap .industry_content .text_02 span.text_title {
  position: relative;
  display: block;
  width: 100px;
  height: 20px;
  background: #2a7ebe;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: auto;
  z-index: 2;
}
div#industry .industry_wrap .industry_content .text_02 p {
  display: flex;
  align-items: center;
  font-size: 12px;
  background: #ddeaf4;
  border: 2px solid #83b4d9;
  border-radius: 10px;
  margin: -10px auto auto auto;
  padding: 15px 15px 12px 15px;
  z-index: 1;
}


/*--------------------------------------------------
**************************************************
インタビュー
**************************************************
--------------------------------------------------*/

div#interview {
  position: relative;
  margin: 30px auto 30px auto;
}
div#interview .variable.slider {
  position: relative;
  display: flex;
  padding: 30px 0;
}
div#interview .variable.slider::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 400px;
  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: -85px;
  display: block;
  width: 300px;
  height: 187px;
  margin: 0 auto;
  box-shadow: 1px 4px 16px rgb(0 0 0 / 21%);
}
div#interview .variable.slider .company_interview .company_cont {
  position: absolute;
  bottom: 140px;
  left: 35px;
  width: 220px;
  height: 140px;
  margin: 0 auto;
  padding: 15px 0px;
  background: #fff;
  box-shadow: 1px 4px 16px rgb(0 0 0 / 21%);
}
div#interview .variable.slider .company_interview .company_cont .company_name {
  position: relative;
  font-size: 17px;
  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: 190px;
  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: 180px;
  font-size: 12px;
  margin: 15px auto 0 auto;
}
div#interview .variable.slider .company_interview .interview_bth {
  position: absolute;
  width: 300px;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 70px;
  margin: auto;
}
div#interview .variable.slider .company_interview .interview_bth a {
  position:relative;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 50px;
  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: 30px;
  height: 48px;
  cursor: pointer;
  z-index: 5;
  transition: 0.3s;
  top: 170px;
}
.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;
}


/*--------------------------------------------------
**************************************************
ご利用条件
**************************************************
--------------------------------------------------*/
div#terms{
  background: #f1f9ff;
}
div#terms .cont_inner{
  padding: 50px 0;
  margin: 0 auto 30px auto;
}

div#terms h2{
  margin-bottom: 20px;
  text-align: center;
  color: #10609c;
  font-size: 20px;
}
div#terms .terms_inner {
  width: calc(100% - 20px);
  margin: 0 auto 50px auto;
}
div#terms .terms_inner h3 {
  font-size: 18px;
  text-align: center;
  color: #10609c;
  font-weight: 600;
}
div#terms .terms_inner ul.termas_service {
  display: block;
  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: 100%;
  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: calc(100% - 100px);
  vertical-align: middle;
  text-align: center;
  margin: auto;
  padding: 0 10px;
}
div#terms .terms_inner ul.termas_service li p span.termas_sub {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
div#terms .terms_inner ul.termas_service li p span.text {
  display: block;
  font-size: 12px;
  line-height: 1.4
}
div#terms .terms_inner ul.termas_service li p span .no_wrap {
  white-space: nowrap;
}
@media (max-width: 400px) {
  div#terms .terms_inner ul.termas_service li {
    display: block;
    width: 100%;
    height: auto;
    background: #f1f1f1;
    margin-bottom: 10px;
  }
  div#terms .terms_inner ul.termas_service li .termas_tilte span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    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: block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    padding: 10px 0;
  }
}

/*--------------------------------------------------
**************************************************
必要書類
**************************************************
--------------------------------------------------*/
div#document{
  width: 100%;
  padding: 50px 0 20px 0;
  margin: 0 auto 0 auto;
  background: #f3f5f7;
}
div#document h2{
  margin-bottom: 30px;
  text-align: center;
  color: #10609c;
  font-size: 20px;
  letter-spacing: 0.1em;
}
div#document ul.document_cont {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0;
}
div#document ul.document_cont li.content {
  width: calc(100% - 40px);
    height: 270px;
    background: #fff;
    border-radius: 10px;
    margin: 20px auto;
    padding: 20px 15px;
}
div#document ul.document_cont li.content span.document_title {
  display: block;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #10609c;
  font-weight: 600;
  margin: 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: 120px;
}
div#document ul.document_cont li.content .document_inner .document_text {
  width: calc(100% - 150px);
  margin-left: 15px;
  font-size: 13px;
  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 {
  width: calc(100% - 60px);
  font-size: 15px;
  letter-spacing: 0.1em;
  margin: 20px auto;
}

/*--------------------------------------------------
**************************************************
よくある質問
**************************************************
--------------------------------------------------*/
#faq{
  width: 100%;
  padding-top: 50px;
  margin: 0 auto 50px auto;
  background: #f7f7f7;
}
#faq h2{
  margin-bottom: 30px;
  text-align: center;
  color: #10609c;
  font-size: 20px;
}
#faq ul{
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0 0 40px 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;
}
#faq ul li:hover{
  opacity: 0.75;
}
#faq ul li .faq_q{
  position: relative;
  line-height: 1.3;
  font-size: 16px;
  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: 15px;
  height: 15px;
  border-left: 2px solid #10609c;
  border-bottom: 2px 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: 15px;
  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: 50px;
}
#partner .partner_top{
}
#partner .partner_top h2{
  margin-bottom: 30px;
  text-align: center;
  color: #333;
  font-size: 20px;
}
#partner .partner_top p{
  font-size: 17px;
  line-height: 2;
  color: #333333;
  text-align: center;
}
#partner .partner_top .img_div{
  width: 31%;
  max-width: 150px;
  margin: 0 auto;
}
#partner .partner_top img{
  width: 100%;
}
#partner .partoner_inner{
  width: calc(100% - 40px);
  max-width: 460px;
  border-top: 1px solid #ddd;
  margin: 0 auto;
  margin-top: 30px;
  padding-top: 30px;
}
#partner .partoner_inner p{
  font-size: 17px;
  line-height: 2;
  margin-bottom: 30px;
  color: #333333;
  text-align: center;
}
#partner .partner_bth a{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.2;
  padding-top: 5px;
}

#partner .partoner_inner ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px auto;
  padding: 0;
}
#partner .partoner_inner ul li{
  width: 31%;
  max-width: 200px;
  margin: 10px 1%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}


/*--------------------------------------------------
**************************************************
ニュース
**************************************************
--------------------------------------------------*/
#news{
  background: #f2f7fd;
  padding: 30px 0 50px 0;
}
#news h2{
  margin-bottom: 30px;
  text-align: center;
  color: #10609c;
  font-size: 20px;
}
#news ul{
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 20px 30px;
  background: #fff;
}
#news ul li{
  margin-bottom: 25px;
  padding: 0 10px 25px 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{
  color: #333;
}
#news ul li .time{
  font-size: 12px;
  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: 15px;
}


/* #top_wrap{ display: none!important; }
#payment{ display: none; }
#online{ display: none; }
#reason{ display: none; }
#feature{ display: none; }
#service{ display: none; }
#industry{ display: none; }
#interview{ display: none; }
#terms{ display: none; }
#document{ display: none; }
#faq{ display: none; }
#partner{ display: none; }
#news{ display: none; }
footer{ display: none; }
.finance_wrap{
display: none;
}
header{
  display: none;
}

.payment_inner{
  display: none;
} */
