body {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-image: url("../images/pc-top_bg.jpg");
  background-repeat: no-repeat; }

@media screen and (max-width: 768px) {
  body::before {
    background: url("../images/pc-top_bg.jpg") no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh; } }
@media screen and (max-width: 768px) {
  .howto .w1200 {
    padding: 0 3vw; } }
/*------------------howto*/
.first-view {
  background-image: url("../images/about/pc-top_fv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 545px;
  position: relative; }
  .first-view h1 {
    text-align: center;
    font-size: 42px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: normal;
    width: 100%; }
    .first-view h1 span {
      color: rgba(255, 255, 255, 0.5);
      font-size: 40px;
      font-weight: 300;
      display: block;
      padding-bottom: 20px; }

@media screen and (max-width: 768px) {
  .first-view {
    background-image: url("../images/about/sp-top_fv.jpg");
    height: 335px;
    margin-top: 56px; }
    .first-view h1 {
      font-size: 30px; }
      .first-view h1 span {
        padding-bottom: 0; }
        .first-view h1 span img {
          width: 60px;
          height: 60px; } }
/*------------------intro*/
.aboutus {
  background-image: url("../images/top/pc-top-about.jpg");
  background-repeat: no-repeat;
  background-position: top 0  right 0; }
  .aboutus .intro {
    margin: 120px auto 100px;
    padding: 48px 0 0; }
    .aboutus .intro dl {
      margin: 32px auto 26px; }
    .aboutus .intro dt {
      line-height: 2; }
      .aboutus .intro dt .orange {
        background-image: url("../images/top/pc-text_bg.png");
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        padding: 8px 24px;
        margin-right: 14px;
        font-weight: bold; }
    .aboutus .intro dd {
      margin-top: 50px; }
    .aboutus .intro .link {
      margin-bottom: 100px; }
      .aboutus .intro .link img {
        vertical-align: bottom;
        display: inline-block;
        padding-right: 18px; }
  .aboutus .shopping {
    margin-bottom: 100px; }
    .aboutus .shopping h2 {
      margin-bottom: 32px; }
    .aboutus .shopping li {
      width: 30%;
      margin-right: 32px; }

@media screen and (max-width: 768px) {
  .aboutus {
    background-image: inherit; }
    .aboutus .title {
      padding: 0 5.2vw; }

  .aboutus .intro {
    margin: 20px 0 35px;
    padding: 0; }

  .aboutus .intro dl {
    margin: 10px 0 0; }

  .aboutus .intro dt {
    padding: 0 5.2vw; }

  .aboutus .intro dt .orange {
    background-size: contain;
    display: inline;
    margin-right: 10px; }

  .aboutus .intro dd {
    margin-top: 30px;
    margin-bottom: 35px; }
    .aboutus .intro dd img {
      width: 100%;
      height: auto; }

  .aboutus .intro .text {
    padding: 0 5.2vw; }

  .aboutus .intro .link {
    max-width: 590px;
    width: 92%;
    margin: 0 auto; }

  .aboutus .intro .link img {
    padding-right: 8px; }

  .aboutus .shopping {
    margin-bottom: 40px; }
    .aboutus .shopping li {
      width: auto;
      margin-right: 0; } }
@media screen and (max-width: 400px) {
  .aboutus .intro dt {
    padding: 0 3vw; }

  .aboutus .intro dt .orange {
    font-size: 14px;
    padding: 6px 12px; } }
/*--------------------bg-area*/
.bg-area {
  padding-top: 100px;
  padding-bottom: 118px;
  background-image: url("../images/howto/pc-bg-area.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .bg-area > ul {
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 530px;
    margin: 0 auto; }
    .bg-area > ul > li {
      width: 160px;
      height: 160px;
      background-image: url("../images/howto/pc-circle.png");
      background-repeat: no-repeat;
      background-position: center;
      font-size: 30px;
      color: white;
      font-weight: bold;
      padding-top: 56px; }
  .bg-area h3 {
    padding: 44px 0 40px;
    font-weight: bold; }
  .bg-area p.center {
    font-weight: 500;
    padding-bottom: 80px; }
  .bg-area dt {
    line-height: 2; }
  .bg-area .square {
    display: inline-block;
    position: relative; }
    .bg-area .square .orange {
      padding: 8px 20px;
      position: relative;
      display: inline-block; }
      .bg-area .square .orange:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 12px;
        height: 10px;
        border-bottom: 2px solid #c74d1b;
        border-left: 2px solid #c74d1b;
        content: ""; }
      .bg-area .square .orange:before {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 12px;
        height: 10px;
        border-bottom: 2px solid #c74d1b;
        border-right: 2px solid #c74d1b;
        content: ""; }
    .bg-area .square .orange {
      font-weight: bold; }
    .bg-area .square:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 12px;
      height: 10px;
      border-top: 2px solid #c74d1b;
      border-left: 2px solid #c74d1b;
      content: ""; }
    .bg-area .square:before {
      position: absolute;
      top: 0;
      right: 0;
      width: 12px;
      height: 10px;
      border-top: 2px solid #c74d1b;
      border-right: 2px solid #c74d1b;
      content: ""; }
  .bg-area > dd {
    margin: 90px 0 46px; }
  .bg-area .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 70px auto 0; }
    .bg-area .flex dl {
      background-color: #fff;
      width: 384px;
      padding-top: 280px;
      margin-bottom: 20px;
      position: relative; }
      .bg-area .flex dl:after {
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 216px;
        height: 216px;
        content: "";
        background-repeat: no-repeat;
        background-position: center; }
      .bg-area .flex dl:nth-of-type(1):after {
        background-image: url("../images/howto/pc-icon01.jpg"); }
      .bg-area .flex dl:nth-of-type(2):after {
        background-image: url("../images/howto/pc-icon02.jpg"); }
      .bg-area .flex dl:nth-of-type(3):after {
        background-image: url("../images/howto/pc-icon03.jpg"); }
      .bg-area .flex dl:nth-of-type(4):after {
        background-image: url("../images/howto/pc-icon04.jpg"); }
      .bg-area .flex dl:nth-of-type(5):after {
        background-image: url("../images/howto/pc-icon05.jpg"); }
      .bg-area .flex dl:nth-of-type(6):after {
        background-image: url("../images/howto/pc-icon06.jpg"); }
    .bg-area .flex dt {
      border-bottom: 3px solid #c74d1b;
      display: inline-block;
      padding: 0 12px; }
    .bg-area .flex dd {
      padding: 20px 26px 50px;
      text-align: left; }

@media screen and (max-width: 768px) {
  .bg-area {
    padding-top: 4px;
    padding-bottom: 25px; }
    .bg-area .flex {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

  .bg-area > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    padding: 0 6vw; }

  .bg-area > ul > li {
    width: 95px;
    height: 95px;
    background-size: cover;
    font-size: 20px;
    padding-top: 32px;
    margin: 0 4px; }

  .bg-area h3 {
    padding: 26px 0 14px; }

  .bg-area p.center {
    padding: 0 5.3vw 30px;
    text-align: left; }

  .bg-area .flex dl {
    background-color: transparent;
    padding: 0;
    width: 70%;
    margin: 0 0 0 auto;
    text-align: left;
    padding: 20px 12px; }

  .bg-area .flex dl:after {
    display: none; }

  .bg-area .sp li {
    background-color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 140px; }

  .bg-area .img {
    width: 30%; }

  .bg-area .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px; }

  .bg-area li.flex dd {
    padding: 14px 0 0; }

  .bg-area .square {
    margin-bottom: 20px; } }
@media screen and (max-width: 400px) {
  .bg-area > ul > li {
    width: 84px;
    height: 84px;
    font-size: 16px; } }
/*--------------------challenge*/
.challenge .img {
  text-align: center;
  margin-top: 80px; }
.challenge .m-text {
  font-size: 26px; }

.challenge {
  margin: 116px auto 80px; }
  .challenge .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0; }
  .challenge .flex > div {
    width: 50%; }
  .challenge .flex > .text {
    width: 50%; }
  .challenge h3 {
    margin-top: 100px; }

@media screen and (max-width: 768px) {
  .challenge {
    margin: 0; }
    .challenge .line-ttl {
      margin-bottom: 8px;
      margin-top: 20px;
      padding-left: 20px;
      font-size: 17px; }
      .challenge .line-ttl:before {
        left: 0; }
    .challenge .m-text {
      font-size: 18px; }
    .challenge .img {
      margin-top: 20px;
      margin-bottom: 40px; }

  .challenge .flex > div {
    width: auto; }

  .challenge .flex > .text {
    width: auto;
    padding-top: 24px; } }
/*--------------------step*/
.step {
  background-image: url("../images/howto/pc-step.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 130px 0 118px; }
  .step .w1200 {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    padding: 90px 0 54px; }
  .step h2 {
    text-align: center;
    letter-spacing: 0; }
    .step h2 span {
      display: inline-block;
      padding-bottom: 26px;
      border-bottom: 3px solid #c74e1b; }
  .step ul {
    padding: 58px 40px; }
  .step li {
    background-color: #fff;
    margin-bottom: 12px;
    position: relative; }
    .step li:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 110px;
      height: 80px;
      content: "";
      background-repeat: no-repeat;
      z-index: 1; }
    .step li:nth-of-type(1):before {
      background-image: url("../images/howto/pc_no01.png"); }
    .step li:nth-of-type(2):before {
      background-image: url("../images/howto/pc_no02.png"); }
    .step li:nth-of-type(3):before {
      background-image: url("../images/howto/pc_no03.png"); }
    .step li:nth-of-type(4):before {
      background-image: url("../images/howto/pc_no04.png"); }
    .step li:nth-of-type(5):before {
      background-image: url("../images/howto/pc_no05.png"); }
  .step dl {
    padding: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .step dt {
    width: 260px;
    padding-left: 90px;
    font-weight: bold;
    border-right: 2px solid #e4d6cd; }
  .step dd {
    width: 850px;
    font-size: 18px;
    padding-left: 40px; }
  .step .tel img {
    width: 26px;
    height: 26px;
    vertical-align: text-bottom; }
  .step .tel a, .step .link a {
    display: inline; }
  .step .span.text {
    line-height: 1; }
  .step .tel a {
    font-size: 27px;
    font-weight: bold;
    pointer-events: none; }
  .step .link {
    padding-left: 28px;
    position: relative; }
    .step .link:after {
      position: absolute;
      left: 15px;
      bottom: -10px;
      width: 240px;
      height: 3px;
      content: "";
      background-color: #d34e15; }
  .step .link a {
    font-weight: bold; }

@media screen and (max-width: 768px) {
  .step {
    padding: 0; }

  .step h2 span {
    padding-bottom: 0px;
    margin-bottom: 14px; }

  .step .w1200 {
    background-color: initial;
    padding-top: 35px; }

  .step ul {
    padding: 25px 3vw; }

  .step li:before {
    display: none; }

  .step dd {
    width: auto; } }
/*--------------------voice*/
.voice {
  margin-top: 130px; }
  .voice .line-ttl {
    padding-left: 20px; }
  .voice .line-ttl:before {
    left: 0; }
  .voice img {
    padding-top: 66px; }

@media screen and (max-width: 768px) {
  .voice {
    margin-top: 30px; }
    .voice img {
      padding-top: 35px; } }

table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #ff7bac;
  color: #fff;
  
}
@media screen and (max-width: 640px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb01 td:before{
    color: #fff;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #ed1e79;
    margin-right: 10px;
    float: left;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}