.firstMain {
  display: flex;
  justify-content: center;
}
.firstMainWrap {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  font-size: 16px;
  margin: -10px -20px 0;
  overflow-x: hidden;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #000;
  box-shadow: 10px 0px 10px -10px #ccc, -10px 0px 10px -10px #ccc;
}

/* -------------------------------------------------------

01. firstMainVisual

------------------------------------------------------- */

.firstMainVisual__top {
  position: relative;
  background-color: #FFFCEB;
}

.firstMainVisual_headingWrap {
  padding: 65px 0 120px;
  text-align: center;
  background-image: linear-gradient(to top, #FFE84E 0%, #FFFCEB, #FFFCEB)
}

.firstMainVisual_heading {
  font-size: 48px;
  font-weight: bold;
  position: relative;
}

@media (min-width: 520px) {
  .firstMainVisual_heading {
    font-size: 58px;
  }
}

.firstMainVisual_heading--accent {
  font-size: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 520px) {
  .firstMainVisual_heading--accent {
    font-size: 68px;
  }
}

.firstMainVisual_heading--accentImg {
  width: 59px;
  margin: 0px 10px;
}

@media (min-width: 520px) {
  .firstMainVisual_heading--accentImg {
    width: 69px;
  }
}

.firstMainVisual_heading::after {
  position: absolute;
  content: "";
  height: 79px;
  width: 294px;
  background-image: url("/html/user_data/first/text_mv_ribon.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: -33%;
  transform: translate(-50%, -50%);
}

.firstMainVisual_text {
  font-size: 18px;
  padding: 25px 0 30px;
  line-height: 1.6;
}

.firstMainVisual_list {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

@media (min-width: 580px) {
  .firstMainVisual_list {
    padding: 0 80px;
  }
}

.firstMainVisual_listItem {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  width: 32%;
  height: 87px;
  font-size: 16px;
  line-height: 1.25;
  padding-top: 23px;
}

.firstMainVisual_listItem::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("/html/user_data/first/icon_checkmark.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translate(-50%, 0);
}

.firstMainVisual_listItem--accent {
  display: inline;
  position: relative;
  z-index: 0;
  font-weight: bold;
}

.firstMainVisual_listItem--accent::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FED200;
  z-index: -1;
}

.firstMainVisual__bottom {
  position: relative;
  padding: 30px 30px 46px;
}

@media (min-width: 580px) {
  .firstMainVisual__bottom {
    padding: 30px 60px 46px;
  }
}
.firstMainVisual__bottom::before,
.firstMainVisual__bottom::after {
  display: block;
  content: "";
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
}

.firstMainVisual__bottom::before {
  top: -50px;
  width: 110%;
  height: 100px;
  border-radius: 80%;
  background-color: #fff;
}

.firstMainVisual__bottom::after {
background-image: url("/html/user_data/first/icon_hatena.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
top: -16%;
width: 59px;
height: 64px;
}

.firstMainVisual__bottomTitle {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 40px;
  text-align: center;
}

@media (min-width: 520px) {
  .firstMainVisual__bottomTitle {
    font-size: 30px;
  }
}

.firstMainVisual__bottomText {
  font-size: 16px;
  padding-top: 26px;
  line-height: 1.8;
  text-align: left;
}

.firstMainVisual__bottomText--yellow {
  display: inline;
  position: relative;
  z-index: 0;
  font-weight: bold;
}

.firstMainVisual__bottomText--yellow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FED200;
  z-index: -1;
}

/* -------------------------------------------------------

02. firstStepLink

------------------------------------------------------- */
.firstStepLink {
  background-color: #FFF4B8;
  padding: 42px 30px;
}

@media (min-width: 580px) {
  .firstStepLink {
    padding: 42px 60px;
  }
}

.firstStepLink__title {
  padding: 0 15px 24px;
}

@media (min-width: 520px) {
  .firstStepLink__title {
    max-width: 400px;
  }
}

.firstStepLink_list {
  position: relative;
  z-index: 0;
}

.firstStepLink_list::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #583900;
  z-index: -1;
}


/* -------------------------------------------------------

03. firstStep01

------------------------------------------------------- */

.firstStep01 {
  background-image: url("/html/user_data/first/img_step01_large.png");
  background-size: 38%;
  background-repeat: no-repeat;
  background-position: right 30px top 30px; 
  padding: 96px 0 50px;
}

@media (min-width: 520px) {
  .firstStep01 {
    background-size: 30%;
  }
}

.firstStep01__lead {
  color: #E68452;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

@media (min-width: 580px) {
  .firstStep01__lead {
    padding: 0 60px;
  }
}

.firstStep01__lead--number {
  background-color: #E68452;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  width: 38px;
  height: 38px;
  display: block;
  text-align: center;
  margin-left: 8px;
  line-height: 1.5;
}
.firstStep01__title {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  padding: 16px 30px;
}

@media (min-width: 520px) {
  .firstStep01__title {
    font-size: 34px;
  }
}

@media (min-width: 580px) {
  .firstStep01__title {
    padding: 16px 60px;
  }
}

.firstStep01__title--accent {
  font-size: 28px;
}

@media (min-width: 520px) {
  .firstStep01__title--accent {
    font-size: 38px;
  }
}

.firstStep01__text {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  padding-bottom: 27px;
  padding: 0 30px 25px;
}

@media (min-width: 580px) {
  .firstStep01__text {
    padding: 0 60px 25px;
  }
}

.firstStep01__balloon{
  width: 214px;
}

@media (min-width: 520px) {
  .firstStep01__balloon {
    width: 264px;
  }
}

/* 以下、スライダーの設定 */

.firstStep01 .slick-slider {
  margin: 10px 0 0 !important;
}
.firstStep01_slider {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.firstStep01_slider .slide-item {
  width: 85.5vw !important;
  height: auto;
  display: inline-block;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .firstStep01_slider .slide-item{
    width: 400px !important;
  }
}
.firstStep01_slider .slide-item img {
  padding: 0 7px; 
  box-sizing: border-box;
}
.firstStep01_slider .slick-list {
  max-width: 100%;
  overflow-x: hidden;
}
.firstStep01_slider .slick-track {
  display: flex !important;
  align-items: center;
}
.firstStep01_slider .slick-dots li button:before {
  width: 6.5px !important;
  height: 6.5px !important;
  border-radius: 50% !important;
  background-color: #FBF3BF !important;
  padding: 0 !important;  
}
.firstStep01_slider .slick-dots li.slick-active button:before {
  background-color: #FED200 !important;
}
.firstStep01_slider .slick-dots li{
  margin: 0 2px;
}

/* -------------------------------------------------------

04. firstStep02

------------------------------------------------------- */
.firstStep02 {
  background-image: url("/html/user_data/first/img_step02_large.png");
  background-size: 31%;
  background-repeat: no-repeat;
  background-position: right 30px top 30px; 
  background-color: #FFF4B7;
  padding: 96px 30px 50px;
}

@media (min-width: 520px) {
  .firstStep02 {
    background-size: 23%;
  }
}

@media (min-width: 580px) {
  .firstStep02 {
    padding: 96px 60px 50px;
  }
}

.firstStep02__lead {
  color: #E68452;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  display: flex;
  align-items: center;
}

.firstStep02__lead--number {
  background-color: #E68452;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  width: 38px;
  height: 38px;
  display: block;
  text-align: center;
  margin-left: 8px;
  line-height: 1.5;
}
.firstStep02__title {
  padding: 16px 0;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
}

@media (min-width: 520px) {
  .firstStep02__title {
    font-size: 34px;
  }
}

.firstStep02__title--accent {
  font-size: 28px;
}

@media (min-width: 520px) {
  .firstStep02__title--accent {
    font-size: 38px;
  }
}

.firstStep02__text {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  padding-bottom: 30px;
}

/* -------------------------------------------------------

05. firstStep03

------------------------------------------------------- */
.firstStep03 {
  background-image: url("/html/user_data/first/img_step03_large.png");
  background-size: 36%;
  background-repeat: no-repeat;
  background-position: right 30px top 30px; 
  padding: 96px 15px 30px;
}

@media (min-width: 520px) {
  .firstStep03 {
    background-size: 28%;
  }
}

@media (min-width: 580px) {
  .firstStep03 {
    padding: 96px 30px 30px;
  }
}

.firstStep03__lead {
  color: #E68452;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.firstStep03__lead--number {
  background-color: #E68452;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  width: 38px;
  height: 38px;
  display: block;
  text-align: center;
  margin-left: 8px;
  line-height: 1.5;
}
.firstStep03__title {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  padding: 16px 15px;
}

@media (min-width: 520px) {
  .firstStep03__title {
    font-size: 34px;
  }
}

.firstStep03__title--accent {
  font-size: 28px;
}

@media (min-width: 520px) {
  .firstStep03__title--accent {
    font-size: 38px;
  }
}

.firstStep03__text {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  padding-bottom: 13px;
  padding: 0 15px 30px;
}

.firstStep03__box {
  border-radius: 20px;
  padding: 40px 30px;
  text-align: left;
}

@media (min-width: 580px) {
  .firstStep03__box {
    padding: 40px 45px;
  }
}

.firstStep03__box--original {
  background-color: #FFF4B7;
}
.firstStep03__box--stage {
  background-color: #EFF8C0;
}
.firstStep03__box--modern {
  background-color: #DFF0FF;
}
.firstStep03__box--exoticwood {
  background-color: #FFE0E1;
}

.firstStep03__box--recommend {
  position: relative;
}

.firstStep03__box--recommend::before {
  position: absolute;
  content: "";
  width: 84px;
  height: 84px;
  background-image: url(/html/user_data/first/text_recommend.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -20px;
  right: 10px;
}

@media (min-width: 580px) {
  .firstStep03__box--recommend::before {
    width: 104px;
    height: 104px;
  }
}

.firstStep03__boxLead {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: left;
}

.firstStep03__boxLead--original {
  color: #E68452;
}
.firstStep03__boxLead--stage {
  color: #498843;
}
.firstStep03__boxLead--modern {
  color: #346694;
}
.firstStep03__boxLead--exoticwood {
  color: #DB5F60;
}

.firstStep03__boxTitle{
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 8px;
}

@media (min-width: 520px) {
  .firstStep03__boxTitle {
    font-size: 34px;
  }
}

.firstStep03__boxBtn {
  width: 236px;
  display: block;
  margin: 25px auto auto;
}

.firstStep03__boxSubTitle {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 20px 15px 15px;
}

.firstStep03__boxSubTitle::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  border-radius: 50%;
  top: 27px;
  left: 0;
}

.firstStep03__boxSubTitle--modern::before {
  background-color: #346694;
}

.firstStep03__boxSubTitle--exoticwood::before {
  background-color: #DB5F60;
}

.firstStep03__boxImg {
  display: block;
  margin: 0 auto;
}

.firstStep03__boxImg--uwaoki {
  width: 67%;
}
.firstStep03__boxImg--daitsuki {
  width: 57%;
}

/* -------------------------------------------------------

06. firstStep04

------------------------------------------------------- */
.firstStep04 {
  background-image: url("/html/user_data/first/img_step04_large.png");
  background-size: 29%;
  background-repeat: no-repeat;
  background-position: right 30px top 30px;
  padding: 96px 30px 50px;
  background-color: #FFF4B7;
}

@media (min-width: 520px) {
  .firstStep04 {
    background-size: 21%;
  }
}

@media (min-width: 580px) {
  .firstStep04 {
    padding: 96px 60px 50px;
  }
}

.firstStep04__lead {
  color: #E68452;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  display: flex;
  align-items: center;
}

.firstStep04__lead--number {
  background-color: #E68452;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  width: 38px;
  height: 38px;
  display: block;
  text-align: center;
  margin-left: 8px;
  line-height: 1.5;
}
.firstStep04__title {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  padding: 16px 0;
}

@media (min-width: 520px) {
  .firstStep04__title {
    font-size: 34px;
  }
}

.firstStep04__title--accent {
  font-size: 28px;
}

@media (min-width: 520px) {
  .firstStep04__title--accent {
    font-size: 38px;
  }
}

.firstStep04__text {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  padding-bottom: 13px;
  padding-bottom: 30px;
}

/* -------------------------------------------------------

07. firstStep05

------------------------------------------------------- */
.firstStep05 {
  background-image: url("/html/user_data/first/img_step05_large.png");
  background-size: 36%;
  background-repeat: no-repeat;
  background-position: right 30px top 30px;
  padding: 96px 30px 0;
}

@media (min-width: 520px) {
  .firstStep05 {
    background-size: 28%;
  }
}

@media (min-width: 580px) {
  .firstStep05 {
    padding: 96px 60px 0;
  }
}

.firstStep05__lead {
  color: #E68452;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  display: flex;
  align-items: center;
}

.firstStep05__lead--number {
  background-color: #E68452;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  width: 38px;
  height: 38px;
  display: block;
  text-align: center;
  margin-left: 8px;
  line-height: 1.5;
}
.firstStep05__title {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  padding: 16px 0;
}

@media (min-width: 520px) {
  .firstStep05__title {
    font-size: 34px;
  }
}

.firstStep05__title--accent {
  font-size: 28px;
}

@media (min-width: 520px) {
  .firstStep05__title--accent {
    font-size: 38px;
  }
}

.firstStep05__annotation {
  font-size: 10px;
  color: #636363;
  line-height: 1.6;
  padding-top: 15px;
  text-align: left;
}

.firstStep05__linkFlow {
  width: 236px;
  display: block;
  margin: 15px auto 35px;
}

/* -------------------------------------------------------

08. firstCv

------------------------------------------------------- */
.firstCV {
  padding: 0 30px;
}

@media (min-width: 580px) {
  .firstCV {
    padding: 0 60px;
  }
}

.firstCV__lead {
  width: 265px;
  padding-bottom: 12px;
}

@media (min-width: 520px) {
  .firstCV__lead {
    width: 365px;
  }
}

.firstCV__btn {
  position: relative;
}

.firstCV__btn::after {
  position: absolute;
  content: "";
  width: 40%;
  height: 90%;
  background-image: url("/html/user_data/first/img_cv_cc.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -2px;
  left: -14px;
}

.firstCV__sub {
  width: 239px;
  padding-top: 3px;
}

@media (min-width: 520px) {
  .firstCV__sub {
    width: 289px;
    padding-top: 15px;
  }
}

@media (max-width: 440px) {
  .firstCV--pc{
    display: none;
  }
}

@media (min-width: 440px) {
  .firstCV--sp{
    display: none;
  }
}

/* トップに戻るボタン */
.firstTopBtn {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 35px;
  border: 2px solid #ddd;
  border-radius: 50px;
}



