@charset "UTF-8";
/* px値をvw値に変換する */
/* px値をrem値に変換する */
.main_outer1 img {
  display: block;
}
@media (max-width: 768px) {
  .main_outer1 img {
    width: 100%;
  }
}
.main_outer1 .toTop {
  position: relative;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: fixed;
  bottom: 60px;
  right: 25px;
  width: 60px;
  height: 60px;
  z-index: 200;
}
@media (max-width: 768px) {
  .main_outer1 .toTop {
    bottom: 60px;
    right: 18px;
    width: 50px;
    height: auto;
  }
}
.main_outer1 .toTop img {
  width: 100%;
  display: block;
}
.main_outer1 .toTop.show {
  opacity: 1;
}

.main_outer1 {
  /* =========================================================================
   Common Style
  ========================================================================= */
  /* =========================================================================
   Content
  ========================================================================= */
  /* =========================================================
   スマホ対応
  ========================================================= */
}
.main_outer1 .linkBtn {
  margin: 0 20px;
}
.main_outer1 .linkBtn a {
  display: block;
  background: #fff550;
  border: 2px solid #fff550;
  color: #0082c8;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  border-radius: 8px;
  width: 450px;
}
.main_outer1 .linkBtn a span {
  position: relative;
  padding-right: 24px;
  display: inline-block;
  line-height: 1.3;
}
.main_outer1 .linkBtn a span:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  margin-top: -7px;
  background: #0082c8;
}
.main_outer1 .linkBtn a span:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 7px;
  margin-top: -1px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.main_outer1 .content {
  width: 1000px;
}
.main_outer1 .kvArea {
  text-align: center;
}
.main_outer1 .kvArea .lead {
  background: #64b4e6;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 30px 0;
}
.main_outer1 .careListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_outer1 .careList {
  width: calc((100% - 84px) / 2);
  margin-top: 54px;
  display: block;
}
.main_outer1 .careList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.main_outer1 .careList section {
  text-align: left;
  color: #282828;
  padding: 0 0 0 20px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.main_outer1 .careList section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.main_outer1 .careList section h2 span {
  letter-spacing: -0.09em;
}
.main_outer1 .careList figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
}
.main_outer1 .linkArea {
  background: #64b4e6;
  position: relative;
  margin-top: 80px;
  padding: 24px 0;
  text-align: center;
}
.main_outer1 .linkArea::before, .main_outer1 .linkArea::after {
  content: "";
  position: absolute;
}
.main_outer1 .linkArea::before {
  background: url(../img/bg_glitter01.svg) no-repeat top left;
  width: 76px;
  height: 84px;
  top: 74px;
  left: 32px;
}
.main_outer1 .linkArea::after {
  background: url(../img/bg_glitter02.svg) no-repeat top left;
  top: 32px;
  right: 26px;
  width: 74px;
  height: 73px;
}
.main_outer1 .linkArea .check {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.main_outer1 .linkArea .check span {
  position: relative;
  color: #fff550;
  padding: 0 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.main_outer1 .linkArea .check span::before, .main_outer1 .linkArea .check span::after {
  content: "";
  background: url(../img/img_braces_pc.svg) no-repeat left center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 24px;
  height: 30px;
}
.main_outer1 .linkArea .check span::before {
  left: 0;
}
.main_outer1 .linkArea .check span::after {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media (max-width: 768px) {
  .main_outer1 .linkBtn {
    margin: 0 auto;
    width: 60%;
    display: block;
  }
  .main_outer1 .linkBtn a {
    width: 100%;
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_outer1 .linkBtn a span {
    font-size: 3.3854166667vw;
  }
  .main_outer1 .linkBtn a span:before {
    width: 14px;
    height: 14px;
  }
  .main_outer1 .linkBtn a span:after {
    width: 5px;
    height: 5px;
    margin-top: -2px;
    right: 5px;
  }
  .main_outer1 .content {
    width: 100%;
  }
  .main_outer1 .kvArea .lead {
    font-size: 3.3854166667vw;
    padding: 24px 0;
    margin-top: -1px;
  }
  .main_outer1 .careList {
    width: 100%;
    margin-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px #64b4e6 solid;
  }
  .main_outer1 .careList:last-of-type {
    padding: 0;
    border: none;
  }
  .main_outer1 .careList figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .main_outer1 .careList section {
    padding: 0 0 0 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-size: 3.3854166667vw;
    line-height: 1.5;
  }
  .main_outer1 .careList section h2 {
    font-size: 3.6458333333vw;
    line-height: 1;
  }
  .main_outer1 .linkArea {
    margin-top: 40px;
    padding: 16px 0;
  }
  .main_outer1 .linkArea::before {
    background: url(../img/bg_glitter03.svg) no-repeat top left;
    width: 45px;
    height: 45px;
    top: auto;
    left: 2%;
    bottom: 5%;
  }
  .main_outer1 .linkArea::after {
    background: url(../img/bg_glitter03.svg) no-repeat top left;
    width: 45px;
    height: 45px;
    top: auto;
    right: 2%;
    bottom: 5%;
  }
  .main_outer1 .linkArea .check {
    font-size: 3.3854166667vw;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .main_outer1 .linkArea .check span {
    padding: 0 30px;
    margin-bottom: 10px;
  }
  .main_outer1 .linkArea .check span::before, .main_outer1 .linkArea .check span::after {
    width: 20px;
    height: 24px;
  }
}
/*# sourceMappingURL=style.css.map */