/* ----------------------------------------
Components
---------------------------------------- */
html,
body {
  width: 100%;
  overflow-x: hidden;
}
.mini-sp {
  display: none;
}

/* 修正 */

#license {
  margin-top: -100px;
  padding-top: 100px;
}

/* ----------------------------------------
PC
---------------------------------------- */
@media screen and (min-width:769px) {
  /* components */
  .area-btn {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 60px 0;
  }
  .btn {
    display: inline-block;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 40px;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
            box-shadow: 0 5px 0 0 #ddd;
  }
  .btn--pink {
    color: #fff;
    background-color: #eb7198;
  }
  .btn--green {
    color: #fff;
    background-color: #44bcc5;
  }
  .btn--yellow {
    color: #fff;
    background-color: #f8b86e;
  }
  .btn--blue {
    color: #fff;
    background-color: #71bbea;
  }
  .btn-pink01 {
    width: 275px;
    height: 52px;
    border-radius: 50px;
    background-color: #eb7198;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
            box-shadow: 0 5px 0 0 #ddd;
    color: #FFF;
    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;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
  }
  .btn-pink01 > .fas {
    margin-left: 15px;
  }
  .btn-pink02 {
    max-width: 252px;
    width: 100%;
    height: 73px;
    border-radius: 50px;
    background-color: #eb7198;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
            box-shadow: 0 5px 0 0 #ddd;
    color: #FFF;
    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;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: none;
  }
  .btn-pink02 > span {
    text-align: center;
  }
  .btn-pink02 > .fas {
    margin-left: 15px;
  }
  .line-chapter {
    margin: 0;
    width: 100vw;
    height: 4px;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto; /* IE対策 */
    max-width: initial;
    border: none;
    background-color: #eb7198;
  }
  .chapter:not(:last-of-type) {
    padding-bottom: 60px;
  }
  .ttl-chapter {
    padding-left: 20px;
    border-left: 6px solid #eb7198;
    color: #eb7198;
  }
  .text-chapter {
    margin-top: 40px;
    line-height: 1.8;
    font-size: 16px;
  }
  .subsection:first-of-type {
    margin-top: 40px;
  }
  .subsection ~ .subsection{
    margin-top: 60px;
  }
  .ttl-subsection {
    position: relative;
    padding-bottom: 20px;
    font-size: 18px;
    border-bottom: 2px solid #e3e3e3;
    font-weight: bold;
  }
  .ttl-subsection::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #eb7198;
    position: absolute;
  }
  .text-subsection {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.6;
  }
  .pdf-subsection {
    margin-top: 20px;
  }
  .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .col-pc-12 {
    width: 100%;
  }
  .col-pc-6 {
    width: calc( (100% - 60px * 1) / 2);
  }
  .mt-60 {
    margin-top: 60px;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .ml-20 {
    margin-left: 20px;
  }
  .mr-20 {
    margin-right: 20px;
  }

  /* fv */
  .hero {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
    padding: 0;
    margin-top: 120px;
    margin-bottom: 0;
  }
  .hero-inner {
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    width: 2000px;
  }

  /* main-content */
  .main-content {
    padding: 40px 20px 60px;
  }
  .inner-content {
    max-width: 1080px;
    margin: auto;
  }
  .ttl-page {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 4px solid #eb7198;
    font-size: 24px;
  }
  .header-sect {
    padding-top: 40px;
  }
  .ttl-sect {
    text-align: center;
    line-height: 1.0;
  }

  /* job */
  #job .list-job {
    display: flex;
    flex-flow: row wrap;
  }
  #job .list-job li {
    margin-right: 20px;
    margin-top: 30px;
  }
  #job .list-job > li::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    vertical-align: middle;
    margin-right: 2px;
  }
  #job .list-job--hair > li::before {
    background-color: #e56d88;
  }
  #job .list-job--hairmake > li::before {
    background-color: #44bcc5;
  }
  #job .list-job--totalbeauty > li::before {
    background-color: #f8b86e;
  }
  #job .list-job--esthetic > li::before {
    background-color: #71bbea;
  }
  #job .area-btn-job {
    margin-top: 40px;
  }

  /* passed */
  #passed {
    margin-top: 20px;
  }
  #passed .passed-content-wrapper {
    margin-top: 50px;
    margin-left: calc((100vw - 100%)/ -2 );
    margin-right: calc((100vw - 100%)/ -2 );
    padding: 60px;
    max-width: auto; /* IE対策 */
    max-width: initial;
    background-color: #ea7197;
  }
  #passed .passed-content {
    max-width: 1050px;
    margin: auto;
    padding: 60px;
    border: 7px solid #282828;
    background-color: #fff;
    box-sizing: border-box;
  }
  #passed .ttl-passed-col {
    position: relative;
    width: 100%;
    padding: .1em;
    text-align: center;
    background-color: #47bcc6;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  #passed .ttl-passed-col::after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-width: 16px 10px;
    border-color: #47bcc6 transparent transparent;
    border-style: solid;
  }
  #passed .ttl-passed-col-sub {
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #47bcc6;
  }
  #passed .text-passed-col-sub {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }

  /* result */
  #result {
    margin-top: 20px;
  }
  #result .result-content-wrapper {
    margin-top: 50px;
    margin-left: calc((100vw - 100%)/ -2 );
    margin-right: calc((100vw - 100%)/ -2 );
    padding: 60px;
    max-width: auto; /* IE対策 */
    max-width: initial;
    background-color: #49bdca;
  }
  #result .result-content {
    max-width: 1050px;
    margin: auto;
    padding: 60px;
    border: 7px solid #282828;
    background-color: #fff;
    box-sizing: border-box;
  }
  #result .ttl-result-col {
    position: relative;
    width: 100%;
    padding: 5px 20px;
    margin-top: 40px;
    background-color: #47bcc6;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  #result .col-pc-6 {
    padding: 40px 20px 0;
  }
  #result .ttl-result-col-sub {
    margin-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid #47bcc6;
    font-size: 24px;
    font-weight: bold;
  }
  #result .text-result-col-sub {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  #result .text-result-col {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.6;
  }
  #result .text-result-col.small {
    margin-top: 40px;
    font-size: 13px;
    line-height: 1.6;
  }
  #result .text-result-col > strong {
    font-size: 26px;
    background: linear-gradient(to bottom, transparent 50%, rgba(255,255,0,.5) 50%);
    font-weight: bold;
  }

  /* future */
  #future {
    margin: 60px 0;
  }
}

/* ----------------------------------------
# TL
---------------------------------------- */
@media screen and (max-width:1080px) {
  .area-btn {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }
  .btn-pink02 {
    max-width: none;
    width: calc(49% - 20px);
  }
  .btn-pink02:nth-child(2n) {
    margin-left: 20px;
  }
  .btn-pink02:nth-child(n+3) {
    margin-top: 40px;
  }
  .btn-pink02 > span {
    text-align: center;
  }
  .btn-pink02 > .fas {
    margin-left: 15px;
  }
}

/* ----------------------------------------
# SP
---------------------------------------- */
@media screen and (max-width:768px) {
  /* components */
  .area-btn {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 0 0 4%;
  }
  .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 16vw;
    text-align: center;
    font-size: 4vw;
    line-height: 1.3;
    font-weight: bold;
    border-radius: 8vw;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
            box-shadow: 0 5px 0 0 #ddd;
  }
  .btn > span {

  }
  .btn > .fas {
    margin-left: 6vw;
  }
  .btn--pink {
    color: #fff;
    background-color: #eb7198;
  }
  .btn--green {
    color: #fff;
    background-color: #44bcc5;
  }
  .btn--yellow {
    color: #fff;
    background-color: #f8b86e;
  }
  .btn--blue {
    color: #fff;
    background-color: #71bbea;
  }
  .btn-pink01 {
    width: 70vw;
    height: 12vw;
    border-radius: 6vw;
    background-color: #eb7198;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
            box-shadow: 0 5px 0 0 #ddd;
    color: #FFF;
    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;
    margin: auto;
    font-size: 3.5vw;
    font-weight: bold;
  }
  .btn-pink01 > .fas {
    margin-left: 15px;
  }
  .btn-pink02 {
    width: calc( (99% - 4%) / 2 );
    height: 12vw;
    border-radius: 6vw;
    background-color: #eb7198;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
            box-shadow: 0 5px 0 0 #ddd;
    color: #FFF;
    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;
    margin: auto;
    font-size: calc(3vw + 2px);
    font-weight: bold;
    line-height: 1.4;
  }
  .btn-pink02:nth-child(2n) {
    margin-left: 4%;
  }
  .btn-pink02:nth-child(n+3) {
    margin-top: 6%;
  }
  .btn-pink02 > span {
    text-align: center;
  }
  .btn-pink02 > .fas {
    margin-left: 15px;
  }
  .line-chapter {
    margin: 0;
    width: 100vw;
    height: 4px;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto; /* IE対策 */
    max-width: initial;
    border: none;
    background-color: #eb7198;
  }
  .chapter {
    padding: 8% 0 0;
  }
  .ttl-chapter {
    padding-left: 2vw;
    border-left: 1.5vw solid #eb7198;
    color: #eb7198;
    font-size: 5vw;
  }
  .text-chapter {
    margin: 6% 3.5vw;
    line-height: 1.8;
    font-size: calc(3vw + 4px);
  }
  .ttl-subsection {
    position: relative;
    padding-bottom: 3%;
    margin-top: 6%;
    font-size: 4.5vw;
    border-bottom: 0.5vw solid #e3e3e3;
    font-weight: bold;
  }
  .ttl-subsection::after {
    content: "";
    position: absolute;
    bottom: -0.5vw;
    left: 0;
    width: 10%;
    height: 0.5vw;
    background-color: #eb7198;
    position: absolute;
  }
  .text-subsection {
    margin-top: 6%;
    font-size: calc(3vw + 4px);
    line-height: 1.8;
  }
  .pdf-subsection {
    margin-top: 3%;
  }
  .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .col-sp-12 {
    width: 100%;
  }
  .mt-60 {
    margin-top: 8%;
  }
  .mt-40 {
    margin-top: 6%;
  }
  .mt-20 {
    margin-top: 6%;
  }
  .mt-sp-40 {
    margin-top: 6% !important;
  }
  .mt-sp-60 {
    margin-top: 8% !important;
  }
  .mb-sp-80 {
    margin-bottom: 10% !important;
  }
  .ml-20 {
  }
  .mr-20 {
  }

  /* FV */
  .hero {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(64px + 6vw);
    margin-bottom: 0;

  }
  .hero-inner {
    position: relative;
    width: 100%;
  }

  /* main-content */
  .main-content {
    padding: 3% 3% 6%;
  }
  .ttl-page {
    padding-bottom: 10px;
    margin-bottom: 8%;
    border-bottom: 4px solid #eb7198;
    font-size: 6vw;
  }

  /* job */
  #job .ttl-subsection:not(:first-child) {
    margin-top: 10%;
  }
  #job .list-job {
    display: flex;
    flex-flow: column nowrap;
    font-size: calc(4vw);
    margin-top: 6%;
  }
  #job .list-job li {
    margin-right: 3%;
    margin-top: 1.5%;
  }
  #job .list-job > li::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    vertical-align: middle;
    margin-right: 1vw;
  }
  #job .list-job--hair > li::before {
    background-color: #e56d88;
  }
  #job .list-job--hairmake > li::before {
    background-color: #44bcc5;
  }
  #job .list-job--totalbeauty > li::before {
    background-color: #f8b86e;
  }
  #job .list-job--esthetic > li::before {
    background-color: #71bbea;
  }
  #job .area-btn-job {
    margin-top: 6%;
  }

  /* passed */
  #passed {}
  #passed .passed-content-wrapper {
    margin-top: 6%;
    margin-left: calc((100vw - 100%)/ -2 );
    margin-right: calc((100vw - 100%)/ -2 );
    padding: 8% 3%;
    max-width: auto; /* IE対策 */
    max-width: initial;
    background-color: #ea7197;
  }
  #passed .passed-content {
    max-width: none;
    width: 100%;
    margin: auto;
    padding: 10% 4%;
    border: 1vw solid #282828;
    background-color: #fff;
    box-sizing: border-box;
  }
  #passed .ttl-passed-col {
    position: relative;
    width: 100%;
    padding: .2em;
    text-align: center;
    background-color: #47bcc6;
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
  }
  #passed .ttl-passed-col::after {
    content: "";
    position: absolute;
    bottom: -6vw;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-width: 3vw 2vw;
    border-color: #47bcc6 transparent transparent;
    border-style: solid;
  }
  #passed .ttl-passed-col-sub {
    margin-top: 8%;
    font-size: 5vw;
    font-weight: bold;
    color: #47bcc6;
  }
  #passed .text-passed-col-sub {
    margin-top: 4%;
    font-size: 3vw;
    line-height: 1.8;
  }

  /* result */
  #result {
  }
  #result .result-content-wrapper {
    margin-top: 6%;
    margin-left: calc((100vw - 100%)/ -2 );
    margin-right: calc((100vw - 100%)/ -2 );
    padding: 10% 3%;
    max-width: auto; /* IE対策 */
    max-width: initial;
    background-color: #49bdca;
  }
  #result .result-content {
    width: 100%;
    margin: auto;
    padding: 10% 4% 16%;
    border: 1vw solid #282828;
    background-color: #fff;
    box-sizing: border-box;
  }
  #result .ttl-result-col {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 2%;
    margin-top: 8%;
    background-color: #47bcc6;
    color: #fff;
    font-size: 3.5vw;
    font-weight: bold;
  }
  #result .photo-result{
    display: block;
    max-width: 490px;
    height: auto;
    margin: 4% auto 6%;
  }
  #result .ttl-result-col-sub {
    text-align: center;
    padding: 3% 0;
    border-bottom: 4px solid #47bcc6;
    font-size: 3.5vw;
    font-weight: bold;
  }
  #result .text-result-col-sub {
    margin-top: 3%;
    font-size: 3vw;
    line-height: 1.8;
  }
  #result .text-result-col {
    text-align: center;
    margin-top: 40px;
    font-size: 3.5vw;
    line-height: 1.6;
  }
  #result .text-result-col.small {
    margin-top: 40px;
    font-size: 3.5vw;
    line-height: 1.6;
  }
  #result .text-result-col > strong {
    display: inline-block;
    margin-top: 4%;
    font-size: 6vw;
    background: linear-gradient(to bottom, transparent 50%, rgba(255,255,0,.5) 50%);
    font-weight: bold;
  }

  /* future */
  #future {
    padding: 8% 0;
  }

}

/* ----------------------------------------
mini-SP
---------------------------------------- */
@media screen and (max-width:479px) {
  .mini-sp {
    display: block;
  }
  .not-mini-sp {
    display: none;
  }
}
