/*-----------------------------------------
Color
------------------------------------------*/
.keyvisual--pc {
  display: none;
}
@media screen and (min-width: 990px) {
  .keyvisual {
    padding: 18px;
    border-bottom: 1px solid #ccc;
    background: url(/assets/_common/pc/img/slide/home_slide_bg.png);
  }
  .keyvisual--sp {
    display: none;
  }
  .keyvisual--pc {
    display: block;
  }
  .keyvisual__wrap {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
  }
}

/*
home_slide
-------------------------------------*/
#slides {
  width: 980px;
  height: 300px;
  overflow: hidden;
}

.slide {
  float: left;
  width: 980px;
}

#menu ul li {
  float: left;
  width: 236px;
  height: 66px;
}

#menu ul li:not(:last-child) {
  margin-right: 12px;
}

#menu li.act a {
  cursor: pointer;
}

.intro__head {
  text-align: center;
  color: #fff;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  padding: 8px 0;
  background: #f8af0a;
}
.intro__body {
  text-align: center;
  background: #f9527e;
  color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 4%;
}
.intro__price {
  font-size: 1.4rem;
}
.intro__price .heading {
  font-size: 1.2rem;
  padding-right: 1em;
}
.intro__price .price {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.intro__text {
  font-size: 1.3rem;
  font-weight: bold;
  float: none;
  width: 100%;
}

.home__news {
  margin-bottom: 30px;
}

.home_intro2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2rem 3rem;
  position: relative;
  z-index: 0;
  text-align: center;
}
.home_intro2::after {
  content: "";
  border: #ddd 3px solid;
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 9vw);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home_intro2 .home_intro2_title {
  margin-bottom: 20px;
}
.home_intro2 .beginner_txt {
  background-color: #fffade;
  padding: 2rem 1rem;
}
.home_intro2 .beginner_txt .em {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4em;
}
.home_intro2 .beginner_txt .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #fbe43a));
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fbe43a 50%);
}
.home_intro2 .home_intro2_btn .sp-br {
  display: block;
}
.home_intro2 .home_intro2_btn .inner {
  display: inline-block;
  line-height: 1.3;
  padding-right: 2em;
  position: relative;
}
.home_intro2 .home_intro2_btn i {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
}
@media screen and (min-width: 990px) {
  .home_intro2 .beginner_txt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .home_intro2 .beginner_txt .em {
    font-size: 2rem;
  }
  .home_intro2 .beginner_txt .em.marker {
    font-size: 2.4rem;
  }
  .home_intro2 .beginner_txt > p:nth-of-type(2) {
    margin-top: 10px;
  }
  .home_intro2 .home_intro2_title {
    margin-left: auto;
    margin-right: auto;
    width: 524px;
  }
  .home_intro2::after {
    height: calc(100% - 45px);
  }
  .home_intro2 .home_intro2_btn .inner {
    display: inline;
    padding: 0;
  }
  .home_intro2 .home_intro2_btn .sp-br {
    display: inline-block;
    padding-left: 1em;
  }
  .home_intro2 .home_intro2_btn i {
    padding-left: 0.6em;
    position: static;
  }
}

#home_records {
  margin-top: -15px;
}
#home_records .title__icon {
  margin-bottom: 2px;
}
#home_records .title__icon .pc {
  display: none;
}
#home_records .title__icon .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 360px) {
  #home_records .title__icon {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 990px) {
  #home_records .title__icon .pc {
    display: inline;
  }
  #home_records .title__icon .sp {
    display: none;
  }
  #home_records .title__icon .num {
    font-size: 3rem;
    padding: 0 0.2em;
  }
}

.records_block ul {
  background: #efefef;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.records_block ul > li {
  width: calc(33.3333333333% - 5px);
  margin-bottom: 10px;
}
.records_block ul > li:nth-child(n+10) {
  margin-bottom: 0;
}
@media screen and (min-width: 990px) {
  .records_block ul {
    padding: 20px 20px;
  }
  .records_block ul > li {
    width: calc(25% - 10px);
    margin-bottom: 10px;
  }
  .records_block ul > li:nth-child(n+9) {
    margin-bottom: 0;
  }
}

.home_rec_more {
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
.home_rec_more i.front {
  display: none;
}
@media screen and (min-width: 990px) {
  .home_rec_more {
    font-size: 1.6rem;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .home_rec_more i.front {
    display: inline-block;
    padding-left: 0;
    padding-right: 0.6em;
  }
}

.box__contact--sp {
  background-color: #fafafa;
  border: 1px solid #ddd;
  margin-bottom: 3rem;
  padding: 0.8rem 4%;
}
.box__contact--sp .contact__tel {
  margin-bottom: 10px;
}
.box__contact--sp .contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.box__contact--sp .operate_dial {
  /*width: 43%;*/
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  border: 2px solid #5fba3b;
}
.box__contact--sp .dial_head_txt {
  font-size: 1.1rem;
}
.box__contact--sp .dial_head_txt > span {
  display: inline-block;
}
.box__contact--sp .operate_dial_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 4% 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #5fba3b;
}
.box__contact--sp .operate_dial_head > i {
  font-size: 1.8rem;
  margin-right: 4%;
}
.box__contact--sp .operate_dial_number {
  padding: 4px 5%;
}
.box__contact--sp .operate_dial_number > picture {
  margin: auto;
  max-width: 160px;
}
.box__contact--sp .operate_btn {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box__contact--sp .operate_btn > a {
  font-size: 1.4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 375px) {
  .box__contact--sp .operate_btn > a {
    font-size: 1.3rem;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 330px) {
  .box__contact--sp .operate_btn > a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 990px) {
  .box__contact--sp {
    display: none;
  }
}

.step__entry {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.step__entry > a {
  padding: 0.8em;
}
@media screen and (min-width: 990px) {
  .step__entry {
    margin-bottom: 60px;
    font-size: 1.6rem;
  }
}
.step--pc {
  display: none;
}
.step--pc .home_step {
  border: 1px solid #ddd;
  background: #fffbf3;
  margin-bottom: 30px;
}
.step--pc .home_step_ttl {
  margin: 0 0;
  font-size: 1.7rem;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
}
.step--pc .home_step_ttl .logo_step_ico {
  border-top: 3px solid #f8af0a;
  display: inline-block;
  padding-top: 20px;
}
.step--pc .home_step_ttl .logo_step_ico > i {
  margin-right: 0.5em;
}
.step--pc .home_step_box {
  float: left;
  width: 205px;
}
.step--pc .home_step_box:not(:last-child) {
  margin: 0 25px 0 0;
}
.step--pc .step_box_ttl {
  height: 63px;
}
.step--pc .step_box_ttl span {
  display: table-cell;
  vertical-align: middle;
  height: 63px;
}
.step--pc .step_box_txt {
  height: 95px;
  font-size: 1.3rem;
}
.step--pc .home_step_block {
  padding: 150px 20px 30px;
  background: url(/assets/_common/pc/img/contents/step_bg.png) no-repeat 50% 43px;
}
.step--pc .step__button {
  font-size: 1.3rem;
}
.step--pc .step__button a {
  width: 100%;
}
.step--pc .step1_ttl span {
  padding: 0 0 0 60px;
  background: url(/assets/main/pc/img/home/design_step1.png) no-repeat 0 50%;
}
.step--pc .step2_ttl span {
  padding: 0 0 0 60px;
  background: url(/assets/main/pc/img/home/design_step2.png) no-repeat 0 50%;
}
.step--pc .step3_ttl span {
  padding: 0 0 0 80px;
  background: url(/assets/main/pc/img/home/design_step3.png) no-repeat 0 50%;
}
@media screen and (min-width: 990px) {
  .step--pc {
    display: block;
  }
}
.step--sp .home_step {
  position: relative;
  margin: 0 0 60px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fffbf3;
}
.step--sp .home_step_ttl {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin: -1px 0 20px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 990px) {
  .step--sp {
    display: none;
  }
}
.step--sp .step_block {
  padding: 0 6% 20px;
}
.step--sp .step_block .step_main {
  display: table;
  padding: 0 2%;
  margin: 0 0 10px;
  width: 92%;
}
.step--sp .home_step .step_circle {
  display: table-cell;
  vertical-align: middle;
  width: 23%;
}
.step--sp .home_step .step_txt {
  display: table-cell;
  padding: 0 0 0 4%;
  vertical-align: middle;
  line-height: 1.2;
  width: 77%;
  font-size: 1.6rem;
}
.step--sp .home_step .step02 .step_txt {
  font-size: 1.5rem;
}
.step--sp .home_step .step03 .step_txt {
  color: #e9a407;
}
.step--sp .home_step .step_btn {
  display: block;
  padding: 0 2%;
  font-size: 1.4rem;
  text-align: center;
}
.step--sp .home_step .step_btn a {
  display: block;
  padding: 8px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
.step--sp .home_step .prev_btn {
  left: -1px;
  position: absolute;
  top: 10%;
}
.step--sp .home_step .next_btn {
  right: -11px;
  position: absolute;
  top: 10%;
}
.step--sp .home_step button {
  border: none;
  cursor: pointer;
  width: 30px;
  height: 60px;
  text-indent: -9999em;
  margin: 0 0 0 -10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 9px auto;
  opacity: 1;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.step--sp .home_step .slick-prev {
  background-image: url(/assets/_common/sp/img/contents/step_prev_arw.png);
}
.step--sp .home_step .slick-next {
  background-image: url(/assets/_common/sp/img/contents/step_next_arw.png);
}
.step--sp .slick-prev::before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
}
.step--sp .slick-next::before {
  content: " ";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 0;
  border-style: solid;
  border-color: transparent;
}
.step--sp .slick-disabled button {
  display: none;
  opacity: 0;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.step--sp .home_step .slick-dots {
  bottom: -60px;
}
.step--sp .home_step .slick-dots button {
  background: none;
}
.step--sp .home_step_ttl span {
  border-top: 4px solid #f8af0a;
  display: inline-block;
  padding: 12px 0 0;
}
.step--sp .step01 .step_main {
  background-image: url(/assets/main/sp/img/home/design_step1.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: auto 100%;
}
.step--sp .step02 .step_main {
  background-image: url(/assets/main/sp/img/home/design_step2.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 100%;
}
.step--sp .step03 .step_main {
  background-image: url(/assets/main/sp/img/home/design_step3.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: auto 100%;
}
.step--sp .home_step button {
  background-color: #f8af0a;
}
.step--sp .slick-prev::before {
  border-right-color: #cd8e00;
}
.step--sp .slick-next::before {
  border-top-color: #cd8e00;
}
.step--sp .home_step_ttl {
  margin: -1px 0 20px;
  text-align: center;
  font-size: 1.4rem;
}

.order_gate.order_talent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px;
}

.about__container {
  margin-bottom: 30px;
}
.about__pic {
  margin-bottom: 20px;
}
.about__pic.about-logodesign {
  margin-top: 10px;
}
.about_com_ttl {
  padding: 10px 0;
  margin: 0 0 20px;
  color: #ff7297;
  font-size: 1.4rem;
  text-align: center;
  background: #fff4f7;
}
.about_com_ttl .pc {
  display: none;
}
.about_com_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px;
}
.about_com_item li {
  width: 30%;
}
.about_realize .pc {
  display: none;
}
.about_realize .basic_pic {
  margin-bottom: 20px;
}
@media screen and (min-width: 990px) {
  .about_comp {
    margin-bottom: 60px;
  }
  .about__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 300px;
    grid-template-columns: 1fr 300px;
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
  .about__container > .about__pic {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
  .about__container.about_intro01 {
    margin-bottom: 50px;
  }
  .about__container.about_intro02 {
    margin-bottom: 60px;
  }
  .about__container.about_intro02 .about__title {
    padding-top: 40px;
  }
  .about__container.about_intro02 .about__pic {
    padding-top: 10px;
  }
  .about__row--wide {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
  .about__row--wide > .about__pic {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
  .about__row--reverse {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
  }
  .about__row--reverse > .about__pic {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
  .about_com_ttl {
    font-size: 1.8rem;
  }
  .about_com_ttl .pc {
    display: inline;
  }
  .about_com_item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about_com_item li {
    max-width: 150px;
    margin: 0 23px;
  }
  .about_realize .sp {
    display: none;
  }
  .about_realize .pc {
    display: block;
  }
  .about_realize_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 30px;
    padding-top: 8px;
  }
  .about_realize .basic_contents {
    width: 55%;
  }
  .about_realize .basic_pic {
    margin-bottom: 0;
    width: 40%;
  }
}

.designer_copy {
  background-image: url(../../sp/img/about/design_ribbon.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  display: table;
  height: 62px;
  margin: 0 0 40px;
  text-align: center;
  width: 100%;
}
.designer_copy p {
  color: #e3b001;
  display: table-cell;
  font-size: 1.4rem;
  height: 62px;
  vertical-align: middle;
}
@media screen and (min-width: 990px) {
  .designer_copy {
    background-image: url(../../pc/img/about/design_ribbon.png);
    background-size: auto;
  }
  .designer_copy p {
    font-size: 1.8rem;
  }
  .designer_copy .block {
    display: inline-block;
  }
}

@media screen and (max-width: 989px) {
  .title__doubleLine.about {
    background-image: url("../../../_common/sp/img/i_client.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 22px auto;
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 15px;
    padding-left: 26px;
    padding-bottom: 0;
  }
  .title__doubleLine.about::before, .title__doubleLine.about::after {
    content: none;
  }
  .title__doubleLine.about i {
    display: none;
  }
  .about_pro .title__doubleLine.about {
    background-image: url("../../../_common/sp/img/i_brush.png");
  }
  .title__doubleLine.plan {
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .title__doubleLine.plan::before, .title__doubleLine.plan::after {
    content: none;
  }
  .fas.front.pc {
    display: none;
  }
  #price_promo .title__icon--large {
    background-image: url("../../../_common/sp/img/i_bag.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 19px auto;
    padding-left: 26px;
  }
  #price_promo .title__icon--large i {
    display: none;
  }
  .rank_sec.mb40 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 990px) {
  .title__doubleLine.plan .small {
    font-size: 1.4rem;
  }
  .fas.front.pc {
    color: #9d9d9d;
    display: inline-block;
    padding-right: 0.6em;
    padding-left: 0;
  }
  #price_promo > p .inlineblock {
    display: inline;
  }
  .rank_sec .button__icon--small.fz14 {
    font-size: 1.3rem;
  }
}