@charset "UTF-8";


img {
  width: 100%;
}

/*--------------------------------------------------
**************************************************
サービス利用までの流れ
**************************************************
--------------------------------------------------*/
div#subtop_wrap {
  position: relative;
  width: 100%;
  height: 200px;
  margin: auto;
  background: url(../imgs/common/sub_top.png);
  background-repeat: no-repeat;
  background-position: center;
}
div#subtop_wrap h1 {
  position: absolute;
  width: 100%;
  height:auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 35px;
  letter-spacing: 0.1em;
  line-height: 200px;
  margin: auto;
  color: #10609c;
  text-align: center;
  font-weight: 500;
}
.service_top_cont {
  position: relative;
  max-width: 1000px;
  width: 800px;
  line-height: 2.4;
  font-size: 18px;
  color: #666666;
  margin: 50px auto;
}
.service_top_cont p span.red {
  color: #e77d42;
}
@media (max-width: 1000px) {
  div#subtop_wrap {
    height: 20vw;
  }
  div#subtop_wrap h1 {
    font-size: 3.5vw;
    line-height: 20vw;
  }
  .service_top_cont {
    width: 80vw;
    font-size: 1.8vw;
    line-height: 2.4;
    color: #666666;
    margin: 5vw auto;
  }
}


/*--------------------------------------------------
**************************************************
サービス利用までの流れ内容
**************************************************
--------------------------------------------------*/

div#service {
  position: relative;
  padding-bottom: 80px;
}
div#service .service_wrap {
  position: relative;
  background: #fafafa;
  padding: 70px 0;
}
div#service .service_wrap .flow{
  position: relative;
  display: flex;
  max-width: 874px;
  height: 640px;
  margin: 0 auto;
}
@media (max-width: 846.4px) {
  div#service .service_wrap .flow{
    width: 100%;
  }
}

div#service .service_wrap .flow .flow_title{
  position: relative;
  height: 640px;
  z-index: 10;
}
div#service .service_wrap .flow .flow_title img{
  height: 100%;
}
div#service .service_wrap .flow .flow_cont{
  position: absolute;
  left: 148px;
  width: calc(100% - 148px);
  height: calc(640px + 17px);
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: border-box;
}

div#service .service_wrap .flow .flow_cont::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}
div#service .service_wrap .flow .flow_cont::-webkit-scrollbar-track {
  background: #ddd;
  box-shadow:0 0 5px #ddd inset ;
  border-radius: 5px;
}
div#service .service_wrap .flow .flow_cont::-webkit-scrollbar-thumb {
  background: #70ad47;
  border-radius: 5px;
}

@media (min-width: 1058px) {
  div#service .service_wrap .flow .flow_cont::-webkit-scrollbar {
    display:none;
  }
}

div#service .service_wrap .flow .flow_cont .flow_img{
  width: 697.6px;
  height: 640px;
}

div#service .service_wrap table {
  margin-bottom: 50px;
}
div#service .service_wrap table td {
  position: relative;
  text-align: center;
}
div#service .service_wrap table th {
  position: relative;
  font-size: 25px;
  padding-bottom: 30px;
}
div#service .service_wrap table th span.white {
  position: relative;
  display: block;
  width: 600px;
  background: #fff;
  margin: auto;
}
div#service .service_wrap table th::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
  border: 5px solid;
  border-color: #10609c #10609c transparent #10609c;
}
div#service .service_wrap table td.arrow_01, div#service .service_wrap table td.arrow_02 {
  position: relative;
}
div#service .service_wrap table td.arrow_01::before{
  position: absolute;
  content: "";
  width: 150px;
  height: 30px;
  top: 0;
  left:80px;
  bottom: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22arrow%22%20data-name%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23f8b62d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2240%22%20height%3D%2230%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%228%2030%204%2030%200%2030%2011.6%2015%200%200%204%200%208%200%2019.59%2015%208%2030%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: repeat;
  margin: auto;
}
div#service .service_wrap table td.arrow_01::after{
  position: absolute;
  content: "";
  width: 150px;
  height: 30px;
  top: 0;
  right: 70px;
  bottom: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22arrow%22%20data-name%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23f8b62d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2240%22%20height%3D%2230%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%228%2030%204%2030%200%2030%2011.6%2015%200%200%204%200%208%200%2019.59%2015%208%2030%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: repeat;
  margin: auto;
}
div#service .service_wrap table td.arrow_02::before{
  position: absolute;
  content: "";
  width: 100px;
  height: 30px;
  top: 0;
  left: 40px;
  bottom: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22arrow%22%20data-name%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23f8b62d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2240%22%20height%3D%2230%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%228%2030%204%2030%200%2030%2011.6%2015%200%200%204%200%208%200%2019.59%2015%208%2030%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: repeat;
  margin: auto;
}
div#service .service_wrap table td.arrow_02::after{
  position: absolute;
  content: "";
  width: 100px;
  height: 30px;
  top: 0;
  right: 40px;
  bottom: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22arrow%22%20data-name%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23f8b62d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2240%22%20height%3D%2230%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%228%2030%204%2030%200%2030%2011.6%2015%200%200%204%200%208%200%2019.59%2015%208%2030%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: repeat;
  margin: auto;
}
div#service .service_wrap table tr.green td.info_wrap{
  position: relative;
}
div#service .service_wrap table tr.green td.info_wrap.line::before{
  position: absolute;
  content: "";
  width: 2px;
  height: 1050px;
  top: 35px;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22dashed%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23bbb%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%225%22%20height%3D%2210%22%2F%3E%3Crect%20class%3D%22cls-2%22%20width%3D%225%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: repeat;
  z-index: 2;
}
div#service .service_wrap table tr.green td.info_wrap.blue.line::before{
  right: 0;
  left: unset;
}
div#service .service_wrap table td.icon_cont {
  position: relative;
  width: 210px;
  height: 180px;
  padding: 30px;
  z-index: 2;
}
div#service .service_wrap table tr.green td.icon_cont::before {
  position: absolute;
  content: "";
  width: 1480px;
  height: 260px;
  top: 20px;
  left: 0;
  bottom: 0;
  background: #f1f6ee;
}
div#service .service_wrap table td span.date_01 {
  display: block;
  font-size: 26px;
  font-weight: 500;
}
div#service .service_wrap table td span.date_02 {
  font-size: 18px;
}
div#service .service_wrap table td span.icon_img.firm{
  display: block;
  width: 90px;
  height: 150px;
  margin: auto;
}
div#service .service_wrap table td span.icon_img.info{
  position: relative;
  display: block;
  width: 200px;
  height: 150px;
  margin: auto;
  z-index: 2;
}
div#service .service_wrap table td span.icon_img.emo{
  display: block;
  width: 170px;
  height: 55px;
  margin: 100px auto 50px auto;
}
div#service .service_wrap table td.icon_cont span.text {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  z-index: 2;
}
div#service .service_wrap table td span.gray {
  display: block;
  width: 200px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  background: #666666;
  margin: auto 20px;
}
div#service .service_wrap table td.info_wrap {
  padding-bottom: 30px;
}
div#service .service_wrap table td span.blue {
  display: block;
  width: 200px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  background: #10609c;
  margin: auto 20px;
}
div#service .service_wrap table td span.number {
  position: relative;
  display: block;
  width: 62px;
  height: 31px;
  font-size: 34px;
  color: #fff;
  background: #70ad47;
  border-radius: 31px 31px 0 0;
  margin: 0 auto;
  z-index: 3;
}
div#service .service_wrap table td .info_cont {
  position: relative;
  width: 200px;
  height: 230px;
  background: #70ad47;
  padding: 20px 10px 10px 10px;
  margin: 0 auto auto auto;
  z-index: 2;
}
div#service .service_wrap table td .info_cont::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 420px;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #70ad47;
  margin: auto;
  z-index: 1;
}
div#service .service_wrap table td.info_wrap.blue .info_cont::before{
  top: 20px;
  background: #2c85c9;
}
div#service .service_wrap table td .info_cont::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -110px;
  border-style: solid;
  border-width: 36px 18px 0 18px;
  border-color: #70ad47 transparent transparent transparent;
  margin: auto;
  z-index: 1;
}
div#service .service_wrap table td.info_wrap.blue .info_cont::after{
  top: -120px;
  bottom: unset;
  border-width: 0 18px 36px 18px;
  border-color: transparent transparent #2c85c9 transparent;
}
div#service .service_wrap table td.info_wrap.blue span.number {
  background: #2c85c9;
}
div#service .service_wrap table td.info_wrap.blue .info_cont {
  background: #2c85c9;
}
div#service .service_wrap table td.info_wrap .info_cont span.title {
  position: relative;
  display: block;
  height: 60px;
  font-size: 19px;
  line-height: 60px;
  color: #fff;
  margin: 0 auto 0px auto;
  z-index: 2;
}
div#service .service_wrap table td.info_wrap .info_cont span.title.line2 {
  line-height: 1.3;
}
div#service .service_wrap table td .info_cont span.content {
  position: relative;
  display: table-cell;
  width: 180px;
  height: 100px;
  font-size: 16px;
  color: #333333;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  vertical-align: middle;
  z-index: 2;
}
div#service .service_wrap table td span.arrow_03 {
  position: relative;
  display: block;
  width: calc(100% - 100px);
  height: 80px;
  font-size: 28px;
  color: #326112;
  background: #ccecb6;
  line-height: 80px;
  text-align: center;
  margin: auto;
}
div#service .service_wrap table td span.arrow_03::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: -53px;
  bottom: 0;
  border-style: solid;
  border-width: 60px 60px 60px 0;
  border-color: transparent #ccecb6 transparent transparent;
  margin: auto;
}
div#service .service_wrap table td span.arrow_03::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  right: -53px;
  bottom: 0;
  border-style: solid;
  border-width: 60px 0 60px 60px;
  border-color: transparent transparent transparent #ccecb6;
  margin: auto;
}
div#service .service_wrap table td span.arrow_04 {
  position: relative;
  display: block;
  width: calc(100% - 100px);
  height: 80px;
  font-size: 28px;
  color: #114b76;
  background: #c5e6ff;
  line-height: 80px;
  text-align: center;
  margin: auto;
}
div#service .service_wrap table td span.arrow_04::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: -53px;
  bottom: 0;
  border-style: solid;
  border-width: 60px 60px 60px 0;
  border-color: transparent #c5e6ff transparent transparent;
  margin: auto;
}
div#service .service_wrap table td span.arrow_04::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  right: -53px;
  bottom: 0;
  border-style: solid;
  border-width: 60px 0 60px 60px;
  border-color: transparent transparent transparent #c5e6ff;
  margin: auto;
}
div#service .service_inner {
  position: relative;
  width: 450px;
  line-height: 1.8;
  font-size: 18px;
  text-align: center;
  border: 2px solid #10609c;
  border-radius: 10px;
  padding: 16px 30px;
  margin: 50px auto;
}

  .button .service_bth.lnk_block.lnk_solid_yellow {
    width: 350px;
    height: 70px;
    border-radius: 30px;
  }
  .button .service_bth.lnk_block.lnk_solid_yellow a {
    display: block;
    line-height: 70px;
  }


  @media (max-width: 1000px) {
    div#service {
      padding-bottom: 8vw;
    }
    div#service .service_wrap table {
      margin-bottom: 5vw;
    }
    div#service .service_wrap table th {
      position: relative;
      font-size: 3.5vw;
      padding-bottom: 3vw;
    }
    div#service .service_wrap table th span.white {
      width: 60vw;
    }
    div#service .service_wrap table th::before {
      height: 5vw;
      bottom: -1.8vw;
      margin: auto;
    }
    div#service .service_wrap table td.arrow_01::before{
      width: 15vw;
      height: 3vw;
      left:8vw;
    }
    div#service .service_wrap table td.arrow_01::after{
      width: 15vw;
      height: 3vw;
      right: 7vw;
    }
    div#service .service_wrap table td.arrow_02::before{
      width: 10vw;
      height: 3vw;
      left: 4vw;
    }
    div#service .service_wrap table td.arrow_02::after{
      width: 10vw;
      height: 3vw;
      right: 4vw;
    }
    div#service .service_wrap table tr.green td.info_wrap.line::before{
      width: 0.2vw;
      height: 105vw;
      top: 3.5vw;
    }
    div#service .service_wrap table td.icon_cont {
      width: 21vw;
      height: 18vw;
      padding: 3vw;
    }
    div#service .service_wrap table tr.green td.icon_cont::before {
      width: 148vw;
      height: 26vw;
      top: 2vw;
    }
    div#service .service_wrap table td span.date_01 {
      font-size: 3.2vw;
    }
    div#service .service_wrap table td span.date_02 {
      font-size: 2.4vw;
    }
    div#service .service_wrap table td span.icon_img.firm{
      width: 9vw;
      height: 15vw;
    }
    div#service .service_wrap table td span.icon_img.info{
      width: 20vw;
      height: 15vw;
    }
    div#service .service_wrap table td span.icon_img.emo{
      width: 17vw;
      height: 5.5vw;
      margin: 10vw auto 5vw auto;
    }
    div#service .service_wrap table td.icon_cont span.text {
      font-size: 3vw;
    }
    div#service .service_wrap table td span.gray {
      width: 20vw;
      height: 8vw;
      font-size: 2.5vw;
      line-height: 8vw;
      margin: auto 2vw;
    }
    div#service .service_wrap table td.info_wrap {
      padding-bottom: 3vw;
    }
    div#service .service_wrap table td span.blue {
      width: 20vw;
      height: 8vw;
      font-size: 2.5vw;
      line-height: 8vw;
      margin: auto 2vw;
    }
    div#service .service_wrap table td span.number {
      width: 7.2vw;
      height: 7.2vw;
      font-size: 4.4vw;
    }
    div#service .service_wrap table td .info_cont {
      width: 20vw;
      height: 23vw;
      padding: 3vw 1vw 1vw 1vw;
      margin: -3.5vw auto auto auto;
    }
    div#service .service_wrap table td .info_cont::before{
      width: 1.5vw;
      height: 42vw;
      top: -4vw;
    }
    div#service .service_wrap table td.info_wrap.blue .info_cont::before{
      top: 2vw;
    }
    div#service .service_wrap table td .info_cont::after{
      bottom: -11vw;
      border-width: 3.6vw 1.8vw 0 1.8vw;
    }
    div#service .service_wrap table td.info_wrap.blue .info_cont::after{
      top: -12vw;
      border-width: 0 1.8vw 3.6vw 1.8vw;
    }
    div#service .service_wrap table td.info_wrap .info_cont span.title {
      height: 6vw;
      font-size: 2.2vw;
      line-height: 6vw;
      margin: auto auto 2vw auto;
    }
    div#service .service_wrap table td.info_wrap .info_cont span.title2 {
      height: 6vw;
      font-size: 2.2vw;
      margin: auto auto 2vw auto;
    }
    div#service .service_wrap table td .info_cont span.content {
      width: 18vw;
      height: 10vw;
      font-size: 1.8vw;
      border-radius: 1vw;
      padding: 1vw 2vw;
    }
    div#service .service_wrap table td span.arrow_03 {
      width: calc(100% - 10vw);
      height: 8vw;
      font-size: 2.8vw;
      line-height: 8vw;
    }
    div#service .service_wrap table td span.arrow_03::before{
      left: -5.3vw;
      border-width: 6vw 6vw 6vw 0;
    }
    div#service .service_wrap table td span.arrow_03::after{
      right: -5.vw;
      border-width: 6vw 0 6vw 6vw;
    }
    div#service .service_wrap table td span.arrow_04 {
      width: calc(100% - 10vw);
      height: 8vw;
      font-size: 2.8vw;
      line-height: 8vw;
    }
    div#service .service_wrap table td span.arrow_04::before{
      left: -5.3vw;
      border-width: 6vw 6vw 60vw 0;
    }
    div#service .service_wrap table td span.arrow_04::after{
      right: -5.3vw;
      border-width: 6vw 0 6vw 6vw;
    }
    div#service .service_inner {
      width: 45vw;
      font-size: 1.8vw;
      border-radius: 1vw;
      padding: 1.6vw 3vw;
      margin: 5vw auto;
    }

    .button .service_bth.lnk_block.lnk_solid_yellow {
      width: 35vw;
      height: 7vw;
      border-radius: 3vw;
    }
    .button .service_bth.lnk_block.lnk_solid_yellow a {
      line-height: 7vw
    }
  }
