@charset "UTF-8";
/*===============================

    Reset

================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*===============================

    Base

================================*/
html {
  color: #333333;
  font-size: 14px;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

p {
  line-height: 1.5;
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.img {
  text-align: center;
}

.inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 14px;
}

#wrap {
  background-color: #FFF8F9;
}

/*===============================

    Utility

================================*/
.fixedBgImg {
  position: relative;
}

.fixedBgImg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../images/bg.jpg);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.huti {
  text-shadow: #333333 2px 0px, #333333 -2px 0px, #333333 0px -2px, #333333 0px 2px, #333333 2px 2px, #333333 -2px 2px, #333333 2px -2px, #333333 -2px -2px, #333333 1px 2px, #333333 -1px 2px, #333333 1px -2px, #333333 -1px -2px, #333333 2px 1px, #333333 -2px 1px, #333333 2px -1px, #333333 -2px -1px;
}

.txt-center {
  text-align: center;
}

.txt-bold {
  font-weight: bold;
}

.txt-primary {
  color: #FF5A5F;
}

.txt-secondary {
  color: #8B5FBF;
}

.hukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}

.hukidashi::before, .hukidashi::after {
  content: "";
  display: block;
  width: 0.125rem;
  background-color: #333333;
}

.hukidashi::before {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  margin-right: 0.5em;
}

.hukidashi::after {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  margin-left: 0.5em;
}

.iframeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lock {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .flexbox-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/*===============================

    animation

================================*/
.effectFadeIn {
  opacity: 0;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.effectFadeIn.effectScroll {
  opacity: 1;
}

.effectFadeUp {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.effectFadeUp.effectScroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.effectFadeRight {
  opacity: 0;
  -webkit-transform: translate(45px, 0);
  transform: translate(45px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.effectFadeRight.effectScroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.effectFadeLeft {
  opacity: 0;
  -webkit-transform: translate(-45px, 0);
  transform: translate(-45px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.effectFadeLeft.effectScroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.effectZoom {
  -webkit-transition: all 6s;
  transition: all 6s;
}

.effectZoom.effectScroll {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.effectMaker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(253, 242, 161, 0.6)));
  background: -webkit-linear-gradient(transparent 50%, rgba(253, 242, 161, 0.6) 50%);
  background: linear-gradient(transparent 50%, rgba(253, 242, 161, 0.6) 50%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 200% 0;
  -webkit-transition: 2.5s;
  transition: 2.5s;
}

.effectMaker.effectScroll {
  background-position: 100% 0;
}

.floatingEffect {
  -webkit-animation: fuwafuwa 3s infinite;
  animation: fuwafuwa 3s infinite;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*===============================

    Layout

================================*/
/*
    カラムレイアウト
================================*/
#main.flexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#main.flexbox #main_content {
  width: calc(100% - 260px);
}

#main.flexbox #sideBar {
  width: 260px;
}

/*
    余白
================================*/
.sc {
  padding: 60px 0;
}

/*
    小見出し
================================*/
/*===============================

    Component

================================*/
/*
    サイトヘッダー
================================*/
#siteHeader {
  color: #FFFFFF;
  background-color: #FFEAEA;
  padding: 1rem;
}

#siteHeader .sitelogo {
  width: 140px;
  max-height: 60px;
}

#siteHeader .flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*
    ドロワーメニュー（sp）
================================*/
#navDrawerToggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0c9";
  color: #FF5A5F;
  font-size: 1.92857rem;
}

#navDrawerToggle.active::after {
  content: "\f00d";
}

#navDrawer {
  z-index: 99;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  padding: calc(56px + 1rem) 1rem 1rem;
  background-color: #eee;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

#navDrawer.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.overlay {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.overlay.active {
  width: 100vw;
  height: 100vh;
  opacity: 1;
}

/*
    トップヴィジュアル
================================*/
.topvisual {
  position: relative;
}

.topvisual_txt {
  font-size: 5.866vw;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
}

@media screen and (min-width: 769px) {
  .topvisual_txt {
    font-size: 2.08333vw;
  }
}

/*
    セクション見出し
================================*/
.sc_header_ttl {
  font-size: 1.57143rem;
  text-align: center;
  margin-bottom: 2.28571rem;
}

@media screen and (min-width: 769px) {
  .sc_header_ttl {
    font-size: 2.85714rem;
  }
}

.sc_header_ttl-ribbon {
  padding: 0.66667em 3.05556em 1.38889em;
  margin-bottom: 2.28571rem;
  font-size: 1.28571rem;
  font-weight: normal;
  text-align: center;
  color: #FFFFFF;
  background-image: url(../images/sctitle_ribbon_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .sc_header_ttl-ribbon {
    font-size: 2.28571rem;
  }
}

.sc_header_ttl-women {
  color: #FFFFFF;
  padding: 1rem;
  margin-bottom: 2.28571rem;
  margin-left: -14px;
  margin-right: -14px;
  font-size: 1.57143rem;
  line-height: 1.4;
  background-image: url(../images/stripe_purple.png);
  background-size: 4%;
  background-repeat: repeat;
  text-shadow: #8B5FBF 1px 1px 0, #8B5FBF -1px -1px 0, #8B5FBF -1px 1px 0, #8B5FBF 1px -1px 0, #8B5FBF 0px 1px 0, #8B5FBF 0 -1px 0, #8B5FBF -1px 0 0, #8B5FBF 1px 0 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sc_header_ttl-women {
    font-size: 2.85714rem;
  }
}

.sc_header_ttl-women span {
  position: relative;
  z-index: 2;
}

.sc_header_ttl-women::after {
  content: "";
  display: block;
  background-image: url(../images/women_05.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.5rem;
  height: 11.78571rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*
    ボックス
================================*/
.dottBox {
  margin-top: 2.28571rem;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 1rem;
  font-size: 0.92857rem;
  position: relative;
}

.dottBox::before {
  content: "";
  display: block;
  width: 102%;
  height: 108%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: dotted 2px #FF5A5F;
  border-radius: 10px;
}

.dottBox_ttl {
  font-size: 1.28571rem;
  color: #FF5A5F;
  font-weight: bold;
  margin-bottom: 0.27778em;
}

.dottBox-women {
  padding-left: 5.71429rem;
}

.dottBox-women .dottBox_ttl, .dottBox-women p {
  position: relative;
  z-index: 2;
}

.dottBox-women::after {
  content: "";
  display: block;
  background-image: url(../images/women_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.5rem;
  height: 11.78571rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.frame-ribbon {
  width: 80%;
  margin: auto;
  color: #8B5FBF;
  font-size: 16px;
  border: solid 1px #8B5FBF;
  background-color: #FFFFFF;
  position: relative;
  padding: 0.5em;
}

.frame-ribbon::before, .frame-ribbon::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 0 solid #000000;
  border-bottom: 0.5rem solid transparent;
  border-left: 1.07143rem solid #8B5FBF;
  border-right: 1.07143rem solid #8B5FBF;
  position: absolute;
  top: 100%;
}

.frame-ribbon::before {
  left: 0;
  border-left-width: 0;
  border-left-color: transparent;
}

.frame-ribbon::after {
  right: 0;
  border-right-width: 0;
  border-right-color: transparent;
}

.rewardData dt {
  color: #8B5FBF;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.24em;
  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;
}

.rewardData dt::before, .rewardData dt::after {
  content: "";
  display: block;
  width: 3.21429em;
  height: 0.35714em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/arrow_01.png);
}

.rewardData dt::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-left: -0.24em;
}

.rewardData dd {
  margin-top: 0.57143rem;
  text-align: center;
}

.rewardData dd span {
  font-weight: bold;
  font-size: 22px;
  color: #FF5A5F;
  padding: 0 0.22727em;
}

/*
    カード
================================*/
.cardWraper {
  overflow: hidden;
}

.cardWraper .flexbox {
  margin: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cardWraper .flexbox .card {
  width: 100%;
  max-width: 304px;
  margin: 10px;
}

@media screen and (min-width: 769px) {
  .cardWraper .flexbox .card {
    width: calc(33.333% - 20px);
    max-width: 100%;
  }
}

.card {
  padding: 1.71429rem;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 14px;
  max-width: 300px;
  margin: auto;
}

.card + .card {
  margin-top: 2.28571rem;
}

.card div + div {
  margin-top: 20px;
}

.card_header {
  font-size: 0.9375rem;
}

.card_body {
  font-size: 0.875rem;
}

.card-monitor {
  border-radius: 10px;
}

.card-monitor .card_img {
  position: relative;
}

.card-monitor .card_img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../images/stripe_purple.png);
  background-position: center;
  background-size: 4%;
  background-repeat: repeat;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
  opacity: 0.8;
}

.card-monitor .card_img img {
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.card-monitor .card_img_ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 3;
}

.card-monitor .card_body {
  margin-top: 2rem;
}

.card-monitor .card_body > .flexbox .rewardData {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(98% / 2);
  flex: 1 1 calc(98% / 2);
}

/*
    フロー
================================*/
.flowBox_item {
  border: solid 1px #FF5A5F;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFEAEA));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFEAEA 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEAEA 100%);
  margin-bottom: 3.42857rem;
  position: relative;
  padding: 1.14286rem;
  padding-top: 0;
}

.flowBox_item_ttl {
  font-weight: bold;
  font-size: 1.28571rem;
  color: #FF5A5F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowBox_item_num {
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  color: #FF5A5F;
  background-image: url(../images/icon_flow_num.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.42857rem;
  height: 3.71429rem;
  padding: 1rem 0.57143rem 1.71429rem;
  margin-right: 0.8rem;
}

.flowBox_item p {
  margin-top: 1rem;
}

.flowBox_item::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 1.14286rem solid #FF5A5F;
  border-bottom: 0 solid #ababab;
  border-left: 1.42857rem solid transparent;
  border-right: 1.42857rem solid transparent;
  position: absolute;
  bottom: -2.42857rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flowBox_item-last {
  width: 80%;
  margin: auto;
  max-width: 460px;
}

/*
    リスト
================================*/
.list {
  line-height: 1.8;
}

.list-gd ul li {
  position: relative;
  padding-left: 1.5em;
}

.list-gd ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f00c";
  display: block;
}

/*
    ボタン
================================*/
.btnArea {
  margin-top: 2.28571rem;
  text-align: center;
}

.btnArea .hukidashi {
  color: #00B900;
  letter-spacing: 0.16em;
}

.btnArea .hukidashi::before, .btnArea .hukidashi::after {
  background-color: #00B900;
}

.btnArea .btn_undertxt {
  font-size: 0.85714rem;
  margin-top: 0.5rem;
  color: #716F6F;
}

.btn {
  max-width: 640px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ec00), to(#00B900));
  background: -webkit-linear-gradient(#00ec00, #00B900);
  background: linear-gradient(#00ec00, #00B900);
  border: 1px solid #00B900;
  color: #fff !important;
  padding: 0;
  margin: 1rem auto 0;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 3rem;
}

.btn a {
  text-decoration: none !important;
  color: #fff !important;
  display: block;
  margin: 0;
  position: relative;
  padding: 1em 0.5em;
  letter-spacing: 1px;
}

.btn a::after {
  content: "";
  display: block;
  background-image: url(../images/women_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.35714rem;
  height: 6.64286rem;
  position: absolute;
  bottom: 0;
  right: 1rem;
}

.btn a:hover {
  border-bottom: none;
}

.btn > img {
  float: left;
}

.btn::after {
  content: '';
  clear: both;
}

.btn-float {
  -webkit-animation: 2s float ease-in-out infinite;
  animation: 2s float ease-in-out infinite;
}

@-webkit-keyframes float {
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes float {
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.btn-shine:hover {
  opacity: 0.8;
}

.btn-shine a::before {
  display: block;
  position: absolute;
  z-index: 1;
  left: -100%;
  top: -50vh;
  content: '';
  width: 3rem;
  height: 100vh;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: highLight 3s ease-in-out 0s infinite;
  animation: highLight 3s ease-in-out 0s infinite;
}

@-webkit-keyframes highLight {
  from {
    left: -5%;
  }
  15%,
  100% {
    left: 105%;
  }
}

@keyframes highLight {
  from {
    left: -5%;
  }
  15%,
  100% {
    left: 105%;
  }
}

/*
    サイトフッター
================================*/
#siteFooter {
  color: #FFFFFF;
  background-color: #FF5A5F;
  padding: 1rem;
}

#siteFooter .copyright {
  text-align: center;
  font-size: 12px;
}

/*===============================

    Page

================================*/
/*
    こんな方におすすめ！
================================*/
#sc-feature {
  background-image: url(../images/stripe_pink.png);
  background-size: 4%;
  background-repeat: repeat;
  padding-bottom: 0;
}

.feature_hukidashi {
  background-image: url(../images/women_03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 79%;
}

.hukidashi-item {
  font-size: 3.2vw;
  font-weight: bold;
  color: #FF5A5F;
  background-image: url(../images/hukidashi_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12.25em;
  padding: 2em 1.5em 2em 1.66667em;
  line-height: 1.4;
  position: absolute;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 769px) {
  .hukidashi-item {
    font-size: 32px;
  }
}

.hukidashi-item:nth-child(1) {
  top: 11%;
  left: 0;
  background-image: url(../images/hukidashi_01_r.png);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hukidashi-item:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.hukidashi-item:nth-child(3) {
  top: 50%;
  left: 0;
  background-image: url(../images/hukidashi_01_r.png);
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.hukidashi-item:nth-child(4) {
  top: 39%;
  right: 0;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.hukidashi-item:nth-child(5) {
  top: 71%;
  right: 15%;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.feature_hukidashi.effectScroll .hukidashi-item {
  opacity: 1;
}

/*
    体験モニターとは？
================================*/
#sc-about {
  padding-bottom: 100px;
}

.step {
  margin-top: 2.28571rem;
}

.step_item {
  position: relative;
}

.step_item + .step_item {
  margin-top: 2.28571rem;
}

.step_item_img {
  width: 50%;
  text-align: center;
  margin: auto;
  position: relative;
}

.step_item:nth-child(1) .step_item_img::after, .step_item:nth-child(2) .step_item_img::after {
  content: "";
  display: block;
  width: 85px;
  height: 68px;
  background-image: url(../images/icon_arrow_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
}

.step_item:nth-child(1) .step_item_img::after {
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
  right: -20px;
}

.step_item:nth-child(2) .step_item_img::after {
  -webkit-transform: rotate(70deg) scale(-1, 1);
  transform: rotate(70deg) scale(-1, 1);
  left: -20px;
}

.step_item_txt {
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .step.flexbox-pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .step.flexbox-pc .step_item {
    margin-top: 0;
  }
  .step.flexbox-pc .step_item .step_item_img::after {
    display: none;
  }
}

/*
    どんなモニター案件があるの？
================================*/
#sc-monitor {
  padding-top: 0;
  background-color: #FAF5FF;
}

#sc-monitor .dottBox::before {
  border: dotted 2px #8B5FBF;
}

#sc-monitor .dottBox_ttl {
  color: #8B5FBF;
}

/*
    モニター案件の流れ
================================*/
#sc-flow {
  background-color: #FFF2CE;
  padding-bottom: 0;
}

/*
    体験者の声
================================*/
#sc-voice {
  background-color: #FBFBFB;
  position: relative;
}

#sc-voice::before, #sc-voice::after {
  content: "";
  display: block;
  background-image: url(../images/separator_note.png);
  background-position: center;
  background-size: 60px 20px;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
}

#sc-voice::before {
  top: -20px;
}

#sc-voice::after {
  bottom: -20px;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.voiceCardWraper > .flexbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.voiceCardWraper > .flexbox .voiceCard {
  width: 100%;
  max-width: 375px;
}

@media screen and (min-width: 769px) {
  .voiceCardWraper > .flexbox .voiceCard {
    width: calc(33.3333% - 28px);
    margin: 14px;
  }
}

.voiceCard > .flexbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.voiceCard > .flexbox .voiceCard_img, .voiceCard > .flexbox .voiceCard_data {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}

.voiceCard + .voiceCard {
  margin-top: 3.42857rem;
}

@media screen and (min-width: 769px) {
  .voiceCard + .voiceCard {
    margin-top: 0;
  }
}

.voiceCard:nth-child(even) > .flexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (min-width: 769px) {
  .voiceCard:nth-child(even) > .flexbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.voiceCard:nth-child(even) .voiceCard_img {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

.voiceCard_img {
  border: solid 4px #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.voiceCard_img::after {
  content: "";
  display: block;
  width: 3.57143rem;
  height: 1.14286rem;
  background-image: url(../images/icon_tape.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.85714rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.voiceCard_data .rewardData + .rewardData {
  margin-top: 2.28571rem;
}

.voiceCard_txt {
  border: dotted 2px #8B5FBF;
  border-radius: 10px;
  margin-top: 1.14286rem;
  padding: 1rem;
}

.voiceCard_user {
  font-size: 0.85714rem;
  color: #8B5FBF;
  text-align: right;
  margin-top: 0.5rem;
}

/*# sourceMappingURL=maps/style.css.map */
