@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  #contents {
    max-width: 100%;
    padding-top: 0;
  }

  #main_visual {
    position: relative;
    height: 520px;
  }
  #main_visual .swiper-container {
    width: 100%;
    height: 520px;
    z-index: 0;
    overflow: inherit;
  }
  #main_visual .swiper-slide {
    text-align: center;
    color: #fff;
    font-size: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #main_visual .swiper-slide .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 520px;
    padding-bottom: 46px;
  }
  #main_visual .swiper-slide .txt p {
    font-size: 26px;
    z-index: 10;
  }
  #main_visual .swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #main_visual .swiper-slide a {
    color: #fff;
  }
  #main_visual .swiper-slide a.videoLink:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 520px;
    background: url(../img/top/gradient_cover.png) no-repeat center top;
    background-size: cover;
  }
  #main_visual .swiper-slide .fadein {
    opacity: 0;
  }
  #main_visual .swiper-slide.swiper-slide-active .fadein {
    animation: fadeIn 1s ease .2s 1 forwards;
    -webkit-animation: fadeIn 1s ease .2s 1 forwards;
  }
  #main_visual .swiper-container-horizontal > .swiper-pagination-bullets,
  #main_visual .swiper-pagination-custom,
  #main_visual .swiper-pagination-fraction {
    bottom: 90px;
  }
  #main_visual .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
  }
  #main_visual .swiper-pagination-bullet-active {
    background: #f6ff00;
  }
  #main_visual .swiper-button-prev, #main_visual .swiper-container-rtl .swiper-button-next {
    left: 50%;
    top: auto;
    bottom: 66px;
    /*background: url(/material/img/top/arrow_left.png) no-repeat center bottom;
    background-size: 8px 12px;*/
    transform: translateX(-80px);
    background-image: none;
  }
  #main_visual .swiper-button-prev:before, #main_visual .swiper-container-rtl .swiper-button-next:before {
    position: absolute;
    top: 0;
    display: inline-block;
    content: "\f053";
    width: 2.5em;
    height: 1em;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 12px;
    text-align: center;
  }
  #main_visual .swiper-button-next, #main_visual .swiper-container-rtl .swiper-button-prev {
    right: 50%;
    top: auto;
    bottom: 66px;
    /*background: url(/material/img/top/arrow_right.png) no-repeat center bottom;
    background-size: 8px 12px;*/
    transform: translateX(80px);
    background-image: none;
  }
  #main_visual .swiper-button-next:before, #main_visual .swiper-container-rtl .swiper-button-prev:before {
    position: absolute;
    top: 0;
    display: inline-block;
    content: "\f054";
    width: 2.5em;
    height: 1em;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 12px;
    text-align: center;
  }
  #main_visual .feature_link {
    position: absolute;
    left: 50%;
    bottom: -46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: -63px auto 0;
    padding: 26px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    transform: translateX(-50%);
  }
  #main_visual .feature_link p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  #main_visual .feature_link .btn_link {
    margin: 0;
    color: #505050;
  }

  #news {
    padding: 90px 0 60px;
    background: url(../img/top/bg_news.png) no-repeat center;
    background-size: cover;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #news .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #news .inner h2 {
    width: 290px;
    font-size: 26px;
  }
  #news .inner h2 span {
    font-size: 18px;
  }
  #news .inner dl {
    width: calc(100% - 290px);
  }
  #news .inner dl dt {
    position: relative;
    float: left;
    width: 154px;
    padding-left: 20px;
    color: #316583;
    font-weight: bold;
    font-family: Lato;
  }
  #news .inner dl dt:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -1px;
    content: "";
    width: 10px;
    height: 2px;
    margin-bottom: 10px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
  }
  #news .inner dl dd {
    margin-bottom: 19px;
    padding: 0 0 20px 154px;
    border-bottom: 1px solid #dedede;
    color: #505050;
  }

  #feature {
    width: 100%;
    padding-bottom: 98px;
    background: #6abc86;
    background: url(../img/top/bg_plus.png), -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: url(../img/top/bg_plus.png), -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: url(../img/top/bg_plus.png), -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: url(../img/top/bg_plus.png), linear-gradient(to right, #6abc86, #4d5dca);
    background-position: 90%;
  }
  #feature h2 {
    position: relative;
    padding-top: 60px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 1.4;
  }
  #feature h2 span {
    font-size: 18px;
  }
  #feature h2:before {
    position: absolute;
    top: -37px;
    left: 50%;
    display: block;
    content: "";
    width: 5px;
    height: 70px;
    margin: 0 auto;
    background: #f6ff00;
    transform: translateX(-50%);
  }
  #feature .box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #feature .box .unit {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 18px);
    max-width: 1000px;
    min-height: 200px;
    margin-left: 18px;
    background-color: #fff;
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.19);
  }
  #feature .box .unit + .unit {
    margin-top: 52px;
  }
  #feature .box .unit .img {
    margin-top: -20px;
    margin-left: -18px;
  }
  #feature .box .unit .img.feature_tag {
    position: relative;
  }
  #feature .box .unit .img.feature_tag:before {
    position: absolute;
    top: -10px;
    left: 11px;
    display: block;
    content: "";
    width: 24px;
    height: 90px;
    background: url(../img/top/icn_feature.png) no-repeat center;
    background-size: 24px 90px;
  }
  #feature .box .unit .txt {
    position: relative;
    padding-bottom: 56px;
  }
  #feature .box .unit .txt h3 {
    margin-bottom: 10px;
    padding: 40px 38px 0 38px;
    color: #316583;
    border-left: none;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #feature .box .unit .txt p {
    padding: 0 38px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #feature .box .unit .txt .btn_link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #feature .box .unit .txt .btn_link:hover {
    top: auto;
    opacity: .6;
  }

  #online_salon {
    padding: 56px 0 120px;
    background-color: #f5f5f5;
  }
  #online_salon h2 {
    position: relative;
    font-size: 50px;
    text-align: center;
    line-height: 1.4;
  }
  #online_salon h2 span {
    font-size: 18px;
  }
  #online_salon h2:before {
    display: block;
    content: "";
    width: 5px;
    height: 70px;
    margin: 0 auto 30px;
    background: #6abc86;
    background: -webkit-linear-gradient(to top, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to top, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to top, #6abc86, #4d5dca);
    background: linear-gradient(to top, #6abc86, #4d5dca);
    transform: translateX(-50%);
  }
  #online_salon .box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #online_salon .box .unit {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 18px);
    max-width: 1000px;
    min-height: 200px;
    margin-left: 18px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.19);
  }
  #online_salon .box .unit + .unit {
    margin-top: 52px;
  }
  #online_salon .box .unit .img {
    margin-top: -20px;
    margin-left: -18px;
  }
  #online_salon .box .unit .img.feature_tag {
    position: relative;
  }
  #online_salon .box .unit .img.feature_tag:before {
    position: absolute;
    top: -10px;
    left: 11px;
    display: block;
    content: "";
    width: 24px;
    height: 90px;
    background: url(../img/top/icn_feature.png) no-repeat center;
    background-size: 24px 90px;
  }
  #online_salon .box .unit .txt {
    position: relative;
    padding-bottom: 56px;
    color: #fff;
  }
  #online_salon .box .unit .txt h3 {
    margin-bottom: 10px;
    padding: 40px 38px 0 38px;
    border-left: none;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #online_salon .box .unit .txt p {
    padding: 0 38px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #online_salon .box .unit .txt .btn_link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #online_salon .box .unit .txt .btn_link:hover {
    top: auto;
    opacity: .6;
  }

  #pickup_companies {
    padding: 56px 0 120px;
    background: url(../img/top/bg_pickup_01.png), url(../img/top/bg_pickup_02.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
  }
  #pickup_companies h2 {
    position: relative;
    font-size: 50px;
    text-align: center;
    line-height: 1.4;
  }
  #pickup_companies h2 span {
    font-size: 18px;
  }
  #pickup_companies h2:before {
    display: block;
    content: "";
    width: 5px;
    height: 70px;
    margin: 0 auto 30px;
    background: #6abc86;
    background: -webkit-linear-gradient(to top, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to top, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to top, #6abc86, #4d5dca);
    background: linear-gradient(to top, #6abc86, #4d5dca);
    transform: translateX(-50%);
  }
  #pickup_companies .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #pickup_companies .box .unit {
    position: relative;
    width: calc(33% - 18px);
    max-width: 292px;
    margin-left: 18px;
    padding-bottom: 48px;
    background: #f6f6f6;
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.19);
  }
  #pickup_companies .box .unit + .unit {
    margin-top: 52px;
  }
  #pickup_companies .box .unit .img {
    margin-top: -20px;
    margin-left: -18px;
  }
  #pickup_companies .box .unit .img.pickup_tag {
    position: relative;
  }
  #pickup_companies .box .unit .img.pickup_tag:before {
    position: absolute;
    top: -10px;
    left: 11px;
    display: block;
    content: "";
    width: 24px;
    height: 76px;
    background: url(../img/top/icn_pickup.png) no-repeat center;
    background-size: 24px 76px;
  }
  #pickup_companies .box .unit .txt h3 {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 18px 0 18px;
    border-left: none;
    color: #316583;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    text-align: center;
  }
  #pickup_companies .box .unit .txt p {
    padding: 0 18px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #pickup_companies .box .unit .txt .btn_link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 165px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
  }
  #pickup_companies .box .unit .txt .btn_link:before {
    left: 16px;
  }
  #pickup_companies .box .unit .txt .btn_link:hover {
    top: auto;
    opacity: .6;
  }

  #matching_case {
    width: 100%;
    padding: 98px 0 48px;
    background: #6abc86;
    background: url(../img/top/bg_plus.png), -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: url(../img/top/bg_plus.png), -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: url(../img/top/bg_plus.png), -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: url(../img/top/bg_plus.png), linear-gradient(to right, #6abc86, #4d5dca);
    background-position: 90%;
  }
  #matching_case h2 {
    position: relative;
    padding-top: 60px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 1.4;
  }
  #matching_case h2 span {
    font-size: 18px;
  }
  #matching_case h2:before {
    position: absolute;
    top: -30px;
    left: 50%;
    display: block;
    content: "";
    width: 5px;
    height: 70px;
    margin: 0 auto;
    background: #f6ff00;
    transform: translateX(-50%);
  }
  #matching_case .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #matching_case .box .unit {
    position: relative;
    width: calc(49% - 18px);
    max-width: 469px;
    margin-left: 18px;
    padding-bottom: 48px;
    background: #f6f6f6;
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.19);
  }
  #matching_case .box .unit + .unit {
    margin-top: 52px;
  }
  #matching_case .box .unit .img {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -20px;
    margin-left: -18px;
    margin-bottom: 20px;
  }
  #matching_case .box .unit .img.case_tag {
    position: relative;
  }
  #matching_case .box .unit .img.case_tag:before {
    position: absolute;
    top: -10px;
    left: 11px;
    display: block;
    content: "";
    width: 24px;
    height: 57px;
    background: url(../img/top/icn_case.png) no-repeat center;
    background-size: 24px 57px;
  }
  #matching_case .box .unit .img img {
    width: 100%;
    max-width: 252px;
  }
  #matching_case .box .unit .img h3 {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 36px 4% 0;
    border-left: none;
    color: #316583;
    font-size: 22px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    text-align: left;
    line-height: 1.5;
  }
  #matching_case .box .unit .txt p {
    padding: 0 18px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #matching_case .box .unit .txt .btn_link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 165px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
  }
  #matching_case .box .unit .txt .btn_link:before {
    left: 16px;
  }
  #matching_case .box .unit .txt .btn_link:hover {
    top: auto;
    opacity: .6;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #main_visual .swiper-slide video {
    width: 120%;
  }
  #main_visual .swiper-slide img {
    width: 100%;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  #contents {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  #main_visual {
    position: relative;
    height: 295px;
  }
  #main_visual .swiper-container {
    width: 100%;
    height: 295px;
    z-index: 0;
    overflow: inherit;
  }
  #main_visual .swiper-slide {
    text-align: center;
    color: #fff;
    font-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #main_visual .swiper-slide .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 295px;
    padding-bottom: 46px;
  }
  #main_visual .swiper-slide .txt img {
    width: 100%;
    max-width: 325px;
  }
  #main_visual .swiper-slide .txt p {
    width: 90%;
    font-size: 18px;
  }
  #main_visual .swiper-slide video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 140%;
    min-height: 295px;
    transform: translateX(-50%);
  }
  #main_visual .swiper-slide a {
    color: #fff;
  }
  #main_visual .swiper-slide a.videoLink:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 520px;
    background: url(../img/top/gradient_cover.png) no-repeat center top;
    background-size: cover;
  }
  #main_visual .swiper-slide .fadein {
    opacity: 0;
  }
  #main_visual .swiper-slide.swiper-slide-active .fadein {
    animation: fadeIn 1s ease .2s 1 forwards;
    -webkit-animation: fadeIn 1s ease .2s 1 forwards;
  }
  #main_visual .swiper-container-horizontal > .swiper-pagination-bullets,
  #main_visual .swiper-pagination-custom,
  #main_visual .swiper-pagination-fraction {
    bottom: 60px;
  }
  #main_visual .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
  }
  #main_visual .swiper-pagination-bullet-active {
    background: #f6ff00;
  }
  #main_visual .swiper-button-prev, #main_visual .swiper-container-rtl .swiper-button-next {
    left: 30%;
    top: auto;
    bottom: 34px;
    /*background: url(/material/img/top/arrow_left.png) no-repeat center bottom;
    background-size: 8px 12px;*/
    background-image: none;
  }
  #main_visual .swiper-button-prev:before, #main_visual .swiper-container-rtl .swiper-button-next:before {
    position: absolute;
    top: 0;
    display: inline-block;
    content: "\f053";
    width: 2.5em;
    height: 1em;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 12px;
    text-align: center;
  }
  #main_visual .swiper-button-next, #main_visual .swiper-container-rtl .swiper-button-prev {
    right: 30%;
    top: auto;
    bottom: 34px;
    /*background: url(/material/img/top/arrow_right.png) no-repeat center bottom;
    background-size: 8px 12px;*/
    background-image: none;
  }
  #main_visual .swiper-button-next:before, #main_visual .swiper-container-rtl .swiper-button-prev:before {
    position: absolute;
    top: 0;
    display: inline-block;
    content: "\f054";
    width: 2.5em;
    height: 1em;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 12px;
    text-align: center;
  }
  #main_visual .feature_link {
    position: absolute;
    left: 50%;
    bottom: -74px;
    width: 92%;
    max-width: 1000px;
    margin: -63px auto 0;
    padding: 13px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    transform: translateX(-50%);
  }
  #main_visual .feature_link p {
    margin: 0 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  #main_visual .feature_link .btn_link {
    margin: 0;
    color: #505050;
  }

  #news {
    padding: 40px 0 0;
    background: url(../img/top/bg_news.png) no-repeat center;
    background-size: cover;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #news .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #news .inner h2 {
    font-size: 30px;
    text-align: center;
  }
  #news .inner h2 span {
    font-size: 11px;
  }
  #news .inner h2:before {
    display: block;
    content: "";
    width: 2px;
    height: 15px;
    margin: 0 auto;
    background: #6abc86;
    background: -webkit-linear-gradient(to top, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to top, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to top, #6abc86, #4d5dca);
    background: linear-gradient(to top, #6abc86, #4d5dca);
    transform: translateX(-50%);
  }
  #news .inner dl {
    width: 92%;
    margin: 0 auto;
  }
  #news .inner dl dt {
    position: relative;
    width: 100%;
    padding-left: 20px;
    color: #316583;
    font-weight: bold;
    font-family: Lato;
    font-size: 14px;
  }
  #news .inner dl dt:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -1px;
    content: "";
    width: 10px;
    height: 2px;
    margin-bottom: 10px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
  }
  #news .inner dl dd {
    margin-bottom: 19px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dedede;
    color: #505050;
    font-size: 14px;
  }
  #news .inner dl > dd:last-child {
    border-bottom: none;
  }

  #feature {
    width: 100%;
    padding-bottom: 35px;
    background: #6abc86;
    background: url(../img/top/bg_plus.png), -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: url(../img/top/bg_plus.png), -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: url(../img/top/bg_plus.png), -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: url(../img/top/bg_plus.png), linear-gradient(to right, #6abc86, #4d5dca);
    background-position: 90%;
  }
  #feature h2 {
    position: relative;
    margin-bottom: 20px;
    padding-top: 10px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
  }
  #feature h2 span {
    font-size: 11px;
  }
  #feature h2:before {
    position: absolute;
    top: -7px;
    left: 50%;
    display: block;
    content: "";
    width: 2px;
    height: 15px;
    margin: 0 auto;
    background: #f6ff00;
    transform: translateX(-50%);
  }
  #feature .box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #feature .box .unit {
    width: 92%;
    max-width: 1000px;
    min-height: 200px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.19);
  }
  #feature .box .unit + .unit {
    margin-top: 26px;
  }
  #feature .box .unit .img {
    float: left;
    width: 50%;
    min-width: 150px;
    margin-top: -6px;
    margin-left: -6px;
  }
  #feature .box .unit .img img {
    width: 100%;
  }
  #feature .box .unit .img.feature_tag {
    position: relative;
  }
  #feature .box .unit .img.feature_tag:before {
    position: absolute;
    top: -6px;
    left: 6px;
    display: block;
    content: "";
    width: 24px;
    height: 90px;
    background: url(../img/top/icn_feature.png) no-repeat center;
    background-size: 24px 90px;
  }
  #feature .box .unit .txt {
    position: relative;
  }
  #feature .box .unit .txt h3 {
    display: flex;
    margin-bottom: 10px;
    padding: 15px;
    color: #316583;
    border-left: none;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    line-height: 1.6;
  }
  #feature .box .unit .txt p {
    display: inline-block;
    padding: 0 15px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #feature .box .unit .txt .btn_link {
    width: 100%;
  }

  #online_salon {
    padding: 20px 0 35px;
    background-color: #f5f5f5;
  }
  #online_salon h2 {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
  }
  #online_salon h2 span {
    font-size: 11px;
  }
  #online_salon h2:before {
    display: block;
    content: "";
    width: 2px;
    height: 15px;
    margin: 0 auto;
    background: #6abc86;
    background: -webkit-linear-gradient(to top, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to top, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to top, #6abc86, #4d5dca);
    background: linear-gradient(to top, #6abc86, #4d5dca);
    transform: translateX(-50%);
  }
  #online_salon .box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #online_salon .box .unit {
    width: 92%;
    max-width: 1000px;
    min-height: 200px;
    margin-left: 18px;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.19);
  }
  #online_salon .box .unit + .unit {
    margin-top: 26px;
  }
  #online_salon .box .unit .img {
    float: left;
    width: 50%;
    min-width: 150px;
    margin-top: -6px;
    margin-left: -6px;
  }
  #online_salon .box .unit .img img {
    width: 100%;
  }
  #online_salon .box .unit .img.feature_tag {
    position: relative;
  }
  #online_salon .box .unit .img.feature_tag:before {
    position: absolute;
    top: -6px;
    left: 6px;
    display: block;
    content: "";
    width: 24px;
    height: 90px;
    background: url(../img/top/icn_feature.png) no-repeat center;
    background-size: 24px 90px;
  }
  #online_salon .box .unit .txt {
    position: relative;
    color: #fff;
  }
  #online_salon .box .unit .txt h3 {
    display: flex;
    margin-bottom: 10px;
    padding: 15px;
    border-left: none;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    line-height: 1.6;
  }
  #online_salon .box .unit .txt p {
    padding: 0 15px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #online_salon .box .unit .txt .btn_link {
    width: 100%;
  }
  #online_salon .box .unit .txt .btn_link:hover {
    top: auto;
    opacity: .6;
  }

  #pickup_companies {
    padding: 20px 0 35px;
    background: url(../img/top/bg_pickup_01.png), url(../img/top/bg_pickup_02.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-size: 132px 125px, 143px 119px;
  }
  #pickup_companies h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
  }
  #pickup_companies h2 span {
    font-size: 11px;
  }
  #pickup_companies h2:before {
    display: block;
    content: "";
    width: 2px;
    height: 15px;
    margin: 0 auto;
    background: #6abc86;
    background: -webkit-linear-gradient(to top, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to top, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to top, #6abc86, #4d5dca);
    background: linear-gradient(to top, #6abc86, #4d5dca);
    transform: translateX(-50%);
  }
  #pickup_companies .box {
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0 auto;
  }
  #pickup_companies .box .unit {
    position: relative;
    width: calc(100% - 15px);
    margin-left: 15px;
    background: #f6f6f6;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.19);
  }
  #pickup_companies .box .unit + .unit {
    margin-top: 52px;
  }
  #pickup_companies .box .unit .img {
    width: 100%;
    margin-top: 0;
    margin-left: -15px;
  }
  #pickup_companies .box .unit .img img {
    width: 100%;
    margin-top: -15px;
  }
  #pickup_companies .box .unit .img.pickup_tag {
    position: relative;
  }
  #pickup_companies .box .unit .img.pickup_tag:before {
    position: absolute;
    top: -21px;
    left: 6px;
    display: block;
    content: "";
    width: 24px;
    height: 76px;
    background: url(../img/top/icn_pickup.png) no-repeat center;
    background-size: 24px 76px;
  }
  #pickup_companies .box .unit .txt h3 {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 18px 0 18px;
    border-left: none;
    color: #316583;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    text-align: center;
  }
  #pickup_companies .box .unit .txt p {
    padding: 0 18px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #pickup_companies .box .unit .txt .btn_link {
    width: 100%;
  }

  #matching_case {
    width: 100%;
    padding: 0 0 35px;
    background: #6abc86;
    background: url(../img/top/bg_plus.png), -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: url(../img/top/bg_plus.png), -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: url(../img/top/bg_plus.png), -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: url(../img/top/bg_plus.png), linear-gradient(to right, #6abc86, #4d5dca);
    background-position: 90%;
  }
  #matching_case h2 {
    position: relative;
    margin-bottom: 20px;
    padding-top: 10px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
  }
  #matching_case h2 span {
    font-size: 11px;
  }
  #matching_case h2:before {
    position: absolute;
    top: -7px;
    left: 50%;
    display: block;
    content: "";
    width: 2px;
    height: 15px;
    margin: 0 auto;
    background: #f6ff00;
    transform: translateX(-50%);
  }
  #matching_case .box {
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0 auto;
  }
  #matching_case .box .unit {
    position: relative;
    width: calc(100% - 16px);
    margin-left: 8px;
    background: #f6f6f6;
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.19);
  }
  #matching_case .box .unit + .unit {
    margin-top: 52px;
  }
  #matching_case .box .unit .img {
    margin-left: -10px;
    margin-bottom: 12px;
  }
  #matching_case .box .unit .img.case_tag {
    position: relative;
  }
  #matching_case .box .unit .img.case_tag:before {
    position: absolute;
    top: -16px;
    left: 11px;
    display: block;
    content: "";
    width: 24px;
    height: 57px;
    background: url(../img/top/icn_case.png) no-repeat center;
    background-size: 24px 57px;
  }
  #matching_case .box .unit .img img {
    float: left;
    width: 50%;
    height: auto;
    margin-top: -10px;
  }
  #matching_case .box .unit .img h3 {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 50%;
    padding: 15px 15px 0;
    border-left: none;
    color: #316583;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    text-align: left;
    line-height: 1.6;
  }
  #matching_case .box .unit .txt p {
    padding: 0 18px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
  #matching_case .box .unit .txt .btn_link {
    width: 100%;
  }
}

/*# sourceMappingURL=top.css.map */
