@charset "UTF-8";
/*=====================================================
*
*	style.css
*   Since 2022.03.08
*
* 1= tags define
* 2= font setting
*	3= common module
*	4= structure module
*	5= page module
*
========================================================*/
/*	1= tags define
-----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
* {
  text-align: justify; }

html {
  font-size: 62.5%; }

body {
  text-align: center; }

img {
  display: block;
  max-width: 100%; }

/*	2= font setting
-----------------------------------------------------*/
/* Light:300 Regular:400　Medium:500　Bold:700　Black:900　*/
/* base font size */
body {
  font-size: 1.4rem;
  line-height: 1.57;
  text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif,  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3",  "ＭＳ Ｐゴシック";
  font-weight: 500;
  color: #323232;
  font-feature-settings: "palt";
  letter-spacing: 0.08em; }
  @media only screen and (max-width: 420px) {
    body {
      font-size: 12px;
      font-size: 1.2rem; } }

/*	3= common module
-----------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.clear {
  clear: both; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none;
  opacity: 0.7; }

.note {
  font-size: 12px;
  font-size: 1.2rem;
  color: #4b4c4c; }

.btn {
  display: block;
  border-radius: 4px;
  text-align: center;
  color: #fff !important;
  vertical-align: middle; }
  .btn:before {
    display: inline-block;
    content: "";
    width: 21.0698px;
    height: 17.5596px;
    background: url("../images/link_arrow.svg") no-repeat left center;
    background-size: contain;
    margin-right: 20px; }
    @media only screen and (max-width: 420px) {
      .btn:before {
        width: 16px;
        height: 13.3346px;
        margin-right: 10px; } }
  @media only screen and (max-width: 420px) {
    .btn {
      font-size: 13px;
      font-size: 1.3rem; } }

.small-btn {
  width: 180px;
  height: 26px;
  line-height: 26px;
  background: #956387;
  font-size: 13px;
  font-size: 1.3rem; }
  .small-btn:before {
    width: 13.6px;
    height: 11.4px;
    margin-right: 10px; }

.normal-ttl {
  color: #fff;
  font-weight: 500;
  background: url("../images/bg_stripe10.svg") #4b4c4c;
  background-size: 22px;
  padding: 24px 0 18px 40px;
  line-height: 1;
  letter-spacing: 0.15em;
  width: 940px;
  margin-bottom: 36px;
  font-size: 30px;
  font-size: 3rem; }
  .normal-ttl .sub {
    font-size: 20px;
    font-size: 2rem; }
  .normal-ttl .eng {
    text-align: right;
    letter-spacing: 0.15em;
    line-height: 1;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
    opacity: 0.3;
    position: absolute;
    right: 0;
    bottom: 8px;
    border-bottom: 3px solid #fff;
    width: 100%;
    padding-right: 10px; }
  .normal-ttl.left {
    margin-left: -25px; }
  .normal-ttl.right {
    margin-left: 20px; }
  @media only screen and (max-width: 420px) {
    .normal-ttl {
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding: 12px 0 8px 20px;
      margin-bottom: 20px;
      font-size: 20px;
      font-size: 2rem; }
      .normal-ttl .sub {
        font-size: 14px;
        font-size: 1.4rem; }
      .normal-ttl .eng {
        font-size: 14px;
        font-size: 1.4rem;
        position: relative;
        display: block;
        margin-top: 4px;
        right: 20px;
        bottom: inherit;
        width: calc(100% + 20px);
        border-bottom: 2px solid #fff; } }

/*	4= structure module
-----------------------------------------------------*/
#wrapper {
  text-align: center; }
  #wrapper:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 180px;
    width: 100%;
    background-color: #eae4ce; }
    @media only screen and (max-width: 420px) {
      #wrapper:before {
        display: none; } }
  #wrapper .contents {
    border: 5px solid #eae4ce;
    border-bottom: none;
    width: 940px;
    margin: 0 auto; }
    @media only screen and (max-width: 420px) {
      #wrapper .contents {
        width: 100%;
        border: none;
        padding-top: 52px;} }

header {
  width: 100%;
  min-height: 620px;
  padding-top: 71px;
  margin: 0 auto; }
  @media only screen and (max-width: 420px) {
    header {
      padding: 0;
      min-height: 0; } }
  header:before {
    display: block;
    content: "";
    height: 104px;
    width: 940px;
    margin-left: -5px;
    border: 5px solid #fff;
    border-bottom: none;
    background: url("../images/bg_stripe.svg");
    background-size: 22px; }
    @media only screen and (max-width: 420px) {
      header:before {
        width: 100%;
        height: 100px;
        border: none;
        background-size: 16px;
        margin-left: 0; } }
  header .bra-logo {
    position: absolute;
    left: -30px;
    top: 41px;
    width: 300px;
    height: 300px; }
    @media only screen and (max-width: 420px) {
      header .bra-logo {
        left: 3.125vw;
        top: 3.125vw;
        width: 30vw;
        height: 30vw; } }
  header .fusen {
    position: absolute;
    left: 252px;
    top: 25px;
    width: 262.5px;
    height: 166.9px;
    filter: drop-shadow(2px 2px 5px rgba(107, 83, 54, 0.3)); }
    @media only screen and (max-width: 420px) {
      header .fusen {
        width: 47.18vw;
        height: auto;
        left: 34.68vw;
        top: -4px; } }
  header a.header-logo {
    display: block;
    position: absolute;
    top: 112px;
    right: 28px;
    width: 289px;
    height: 45px; }
    @media only screen and (max-width: 420px) {
      header a.header-logo {
        display: none; } }
  header h1 {
    position: absolute;
    left: 302px;
    top: 224px;
    width: 375.4px;
    height: 111.4px; }
    @media only screen and (max-width: 420px) {
      header h1 {
        position: relative;
        left: inherit;
        top: inherit;
        width: 100%;
        height: auto; }
        header h1 img {
          width: 100%;
          height: auto; } }
  header .lead {
    position: absolute;
    width: 920px;
    top: 370px;
    left: 5px;
    background: #f4f1e5;
    padding: 20px 0 46px 300px; }
    @media only screen and (max-width: 420px) {
      header .lead {
        width: 100%;
        left: inherit;
        top: inherit;
        padding: 20px 20px;
        position: relative; } }
    header .lead dt {
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: 700;
      color: #b9394e; }
      @media only screen and (max-width: 420px) {
        header .lead dt {
          font-size: 16px;
          font-size: 1.6rem;
          text-align: center; } }
    header .lead dd {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.933;
      font-weight: 700; }
      header .lead dd span {
        background: url("../images/mv_wave.svg") no-repeat left bottom;
        background-size: 100% auto;
        color: #b9394e;
        padding-bottom: 4px; }
      @media only screen and (max-width: 420px) {
        header .lead dd {
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center; } }
  header .movie {
    position: absolute;
    top: 398px;
    left: -24px;
    width: 297px;
    height: 160.5px; }
    @media only screen and (max-width: 420px) {
      header .movie {
        top: 55.9vw;
        left: 11.25vw; } }
    header .movie .ushikun {
      position: absolute;
      top: 14.6px;
      left: 0;
      width: 134.3px;
      height: 160.5px; }
      @media only screen and (max-width: 420px) {
        header .movie .ushikun {
          width: 14vw;
          height: auto; } }
    header .movie p {
      position: absolute;
      top: 0;
      left: 134.7px;
      width: 162.4754px;
      height: 122.1548px;
      text-align: center; }
      @media only screen and (max-width: 420px) {
        header .movie p {
          left: 14vw;
          width: 22.43vw; } }
      header .movie p .mov-txt {
        width: 136.5px;
        height: 16.3px;
        margin: 0 auto 8px; }
        @media only screen and (max-width: 420px) {
          header .movie p .mov-txt {
            width: 19.06vw;
            height: auto;
            margin: 0 auto 4px; } }
      header .movie p .mov-film {
        filter: drop-shadow(2px 2px 5px rgba(107, 83, 54, 0.3)); }
        @media only screen and (max-width: 420px) {
          header .movie p .mov-film {
            width: 22.43vw;
            height: auto; } }
  header .teacher {
    position: absolute;
    width: 273.4257px;
    height: 440.8142px;
    left: 698.542px;
    top: 176.5472px; }
    @media only screen and (max-width: 420px) {
      header .teacher {
        width: 35.31vw;
        height: auto;
        left: 59.06vw;
        top: 22.18vw; } }
  header .btn {
    background: #d5394e;
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    width: 250px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    left: 335px;
    bottom: calc(0% - (56px / 2) - 10px); }
    @media only screen and (max-width: 420px) {
      header .btn {
        filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2)); } }
    @media only screen and (max-width: 420px) {
      header .btn {
        position: relative;
        width: 80%;
        height: 40px;
        line-height: 40px;
        left: inherit;
        margin: auto;
        bottom: inherit;
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 20px; } }
  @media only screen and (max-width: 420px) {
    header:before, header .fusen, header .bra-logo, header .header-logo, header .movie, header .teacher {
      display: none; } }

section .section-inner {
  padding: 0 40px 15px; }
  @media only screen and (max-width: 420px) {
    section .section-inner {
      padding: 0 10px 30px; } }

/*	5= page module
-----------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0px;
  right: 0px; }
  .pagetop a {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/pagetop.svg");
    background-size: contain; }

/*--- 「基礎力」をつけるとあらゆるビジネスに応用できる ---*/
section#introduction h2 {
  text-align: center;
  color: #4b4c4c;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 24px; }
  section#introduction h2 span {
    font-weight: 900;
    font-size: 24px;
    font-size: 2.4rem; }
  @media only screen and (max-width: 420px) {
    section#introduction h2 {
      margin-top: 20px;
      font-size: 16px;
      font-size: 1.6rem; }
      section#introduction h2 span {
        font-size: 20px;
        font-size: 2rem; } }
section#introduction ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end; }
  @media only screen and (max-width: 420px) {
    section#introduction ul {
      flex-flow: row wrap;
      justify-content: center; } }
  section#introduction ul li img {
    width: 147px;
    height: auto; }
  @media only screen and (max-width: 420px) {
    section#introduction ul li {
      width: 33.333%;
      padding: 0 10px; }
      section#introduction ul li img {
        width: 100%; } }

/*--- ブランディングとは？ ---*/
section#whats .section-inner {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start; }
  @media only screen and (max-width: 420px) {
    section#whats .section-inner {
      display: block; } }
  section#whats .section-inner .illust {
    width: 380px; }
    @media only screen and (max-width: 420px) {
      section#whats .section-inner .illust {
        width: 100%;
        text-align: center; } }
    section#whats .section-inner .illust .corp {
      position: absolute;
      left: -17px;
      top: -15px;
      width: 278px; }
      @media only screen and (max-width: 420px) {
        section#whats .section-inner .illust .corp {
          position: relative;
          left: inherit;
          top: -20px;
          width: 160px;
          display: inline-block; } }
    section#whats .section-inner .illust .chara {
      position: absolute;
      width: 102px;
      height: 305px;
      top: -50px;
      right: 0; }
      @media only screen and (max-width: 420px) {
        section#whats .section-inner .illust .chara {
          position: relative;
          width: 60px;
          height: 179.4px;
          top: -25px;
          right: inherit;
          display: inline-block; } }
  section#whats .section-inner .text {
    width: 418px; }
    section#whats .section-inner .text p {
      margin-top: 10px; }
      section#whats .section-inner .text p strong {
        font-weight: 900;
        color: #b9394e; }
    @media only screen and (max-width: 420px) {
      section#whats .section-inner .text {
        width: 100%;
        margin-top: -15px; } }

/*--- ブランディングを学ぶなら ---*/
section#because {
  width: 990px;
  margin-left: -25px;
  padding: 6px;
  background: #efead9;
  box-shadow: 6px 6px 0px 0px #d9d3be; }
  section#because .section-inner {
    border: 2px solid #fff;
    padding: 30px 0 20px;
    text-align: center; }
    @media only screen and (max-width: 420px) {
      section#because .section-inner {
        padding: 20px 6px; } }
  section#because h2 {
    text-align: center;
    color: #463c37;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin-bottom: 32px; }
    @media only screen and (max-width: 420px) {
      section#because h2 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 20px; } }
  section#because .images img {
    width: 768px;
    height: 370.2606px;
    margin: auto; }
    @media only screen and (max-width: 420px) {
      section#because .images img {
        width: 100%;
        height: auto; } }
  @media only screen and (max-width: 420px) {
    section#because {
      width: 100%;
      margin-left: 0; } }

/*--- ブラ検®合格までの流れ ---*/
section#steps {
  margin-top: 54px;
  text-align: center; }
  section#steps .section-inner {
    text-align: center; }
  section#steps div .flow {
    width: 694px;
    height: 307.7789px;
    margin: auto; }
    @media only screen and (max-width: 420px) {
      section#steps div .flow {
        height: auto; } }
  section#steps div .arrow {
    width: 493.5288px;
    height: 120.2723px;
    margin: auto; }
  section#steps div .deed {
    width: 195px;
    height: auto;
    position: absolute;
    bottom: -82px;
    right: 0; }
    @media only screen and (max-width: 420px) {
      section#steps div .deed {
        width: 100px; } }
  section#steps p {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    padding-right: 40px;
    margin-top: 10px; }
    @media only screen and (max-width: 420px) {
      section#steps p {
        font-size: 18px;
        font-size: 1.8rem;
        padding-right: 0;
        line-height: 1.4; } }
    section#steps p .stamp {
      display: inline-block;
      padding: 4px;
      border: 4px solid #b9394e;
      color: #b9394e;
      font-weight: 700;
      line-height: 1;
      border-radius: 4px;
      margin-right: 10px; }
      @media only screen and (max-width: 420px) {
        section#steps p .stamp {
          margin-bottom: 10px; } }
    section#steps p strong {
      font-weight: 700;
      font-size: 24px;
      font-size: 2.4rem; }
      @media only screen and (max-width: 420px) {
        section#steps p strong {
          font-size: 22px;
          font-size: 2.2rem; } }
  section#steps .btn {
    background: #d5394e;
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    width: 660px;
    height: 62px;
    line-height: 62px;
    margin: 46px auto 0; }
    @media only screen and (max-width: 420px) {
      section#steps .btn {
        filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2)); } }
    section#steps .btn:before {
      display: none; }
    section#steps .btn img {
      width: 105.2624px;
      height: 43.64px;
      position: absolute;
      left: 16px;
      top: 7px; }
      @media only screen and (max-width: 420px) {
        section#steps .btn img {
          position: relative;
          left: inherit;
          top: 12px;
          width: 86.9014px;
          height: auto;
          display: inline-block;
          margin-right: 10px; } }
    section#steps .btn span {
      display: block;
      text-align: center; }
      @media only screen and (max-width: 420px) {
        section#steps .btn span {
          display: inline-block; } }
      section#steps .btn span:before {
        display: inline-block;
        content: "";
        width: 21.0698px;
        height: 17.5596px;
        background: url("../images/link_arrow.svg") no-repeat left center;
        background-size: contain;
        margin-right: 20px; }
        @media only screen and (max-width: 420px) {
          section#steps .btn span:before {
            width: 14px;
            height: 11.6676px;
            margin-right: 10px; } }
    @media only screen and (max-width: 420px) {
      section#steps .btn {
        margin: 30px auto 0;
        font-size: 14px;
        font-size: 1.4rem;
        width: 96%;
        vertical-align: middle; } }

/*--- ここがポイント 学びやすいカリキュラム ---*/
section#curriculum .normal-ttl .sub {
  line-height: 1.5; }
section#curriculum .column {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media only screen and (max-width: 420px) {
    section#curriculum .column {
      display: block; } }
  section#curriculum .column .images {
    width: 350px; }
    @media only screen and (max-width: 420px) {
      section#curriculum .column .images {
        width: 100%; }
        section#curriculum .column .images::after {
          content: "";
          display: block;
          clear: both; } }
    section#curriculum .column .images .ushi {
      width: 163.786px;
      height: 149.2337px;
      position: absolute;
      top: 84px;
      left: -85px; }
      @media only screen and (max-width: 420px) {
        section#curriculum .column .images .ushi {
          position: relative;
          top: inherit;
          left: 0;
          width: 120px;
          height: auto;
          float: left; } }
    section#curriculum .column .images .movie-ill {
      width: 311.317px;
      height: 227.6503px;
      position: absolute;
      top: 0;
      left: 34px; }
      @media only screen and (max-width: 420px) {
        section#curriculum .column .images .movie-ill {
          position: relative;
          width: 220px;
          height: auto;
          top: inherit;
          left: inherit;
          float: right; } }
    section#curriculum .column .images .btn {
      margin: auto;
      margin-top: 250px;
      color: #323232 !important;
      border: 1px solid #d3d5d4;
      font-weight: 500;
      width: 260px;
      height: 42px;
      line-height: 42px;
      font-size: 17px;
      font-size: 1.7rem; }
      section#curriculum .column .images .btn:before {
        background-image: url("../images/link_arrow_red.svg");
        margin-right: 10px; }
      @media only screen and (max-width: 420px) {
        section#curriculum .column .images .btn {
          margin-top: 14px;
          font-size: 14px;
          font-size: 1.4rem;
          width: 260px;
          height: 38px;
          line-height: 38px; } }
  section#curriculum .column .text {
    width: 418px; }
    @media only screen and (max-width: 420px) {
      section#curriculum .column .text {
        width: 100%;
        margin-top: 20px; } }
    section#curriculum .column .text h3 {
      font-weight: 500;
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 20px; }
    section#curriculum .column .text span {
      color: #b9394e; }
    section#curriculum .column .text p {
      margin-top: 10px; }
section#curriculum .book {
  background: #f1e7f0;
  padding: 15px 25px;
  margin-top: 60px; }
  @media only screen and (max-width: 420px) {
    section#curriculum .book {
      margin: 30px auto 20px;
      padding: 0; } }
  section#curriculum .book h4 {
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-left: -15px; }
    @media only screen and (max-width: 420px) {
      section#curriculum .book h4 {
        font-size: 12px;
        font-size: 1.2rem;
        margin-left: 0;
        padding: 10px; } }
    section#curriculum .book h4 span {
      font-size: 18px;
      font-size: 1.8rem;
      color: #6c2659; }
      @media only screen and (max-width: 420px) {
        section#curriculum .book h4 span {
          font-size: 14px;
          font-size: 1.4rem; } }
    section#curriculum .book h4:before {
      display: inline-block;
      content: "";
      width: 33.39px;
      height: 27.66px;
      background: url("../images/curriculum_check.svg") no-repeat;
      background-size: contain;
      margin-right: 4px;
      vertical-align: bottom; }
      @media only screen and (max-width: 420px) {
        section#curriculum .book h4:before {
          position: relative;
          width: 28px;
          height: 23.195px; } }
  section#curriculum .book img {
    position: absolute;
    width: 293px;
    height: 193px;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 420px) {
      section#curriculum .book img {
        clear: both;
        width: 100%;
        height: auto;
        position: relative;
        right: inherit;
        bottom: inherit;
        margin-right: -10px;
        margin-bottom: -10px;
        margin-top: 12px; } }
  section#curriculum .book p {
    font-size: 13px;
    font-size: 1.3rem; }
    @media only screen and (max-width: 420px) {
      section#curriculum .book p {
        padding: 0 10px; } }
  section#curriculum .book a {
    display: block;
    color: #6c2659 !important;
    vertical-align: middle;
    margin-top: 10px; }
    @media only screen and (max-width: 420px) {
      section#curriculum .book a {
        padding: 0 10px; } }
    section#curriculum .book a:before {
      display: inline-block;
      content: "";
      width: 14.1211px;
      height: 11.8203px;
      background: url("../images/link_arrow_purple.svg") no-repeat left center;
      background-size: contain;
      margin-right: 10px; }
section#curriculum ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0.7em; }
  section#curriculum ul li {
    line-height: 1.9;
    margin-right: 1em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300; }
    section#curriculum ul li:before {
      content: "・";
      display: inline-block;
      color: #6c2659;
      margin-right: 0.5em; }
      @media only screen and (max-width: 420px) {
        section#curriculum ul li:before {
          margin-right: 0.3em; } }
    @media only screen and (max-width: 420px) {
      section#curriculum ul li {
        line-height: 1.4;
        padding-left: 1.5em;
        text-indent: -0.5em;
        margin-bottom: 0.5em; } }

/*--- 選ばれる理由は豊富な実績と効果 ---*/
section#reasons .section-inner {
  background: url("../images/reason_bg.jpg") no-repeat center top; }
  @media only screen and (max-width: 420px) {
    section#reasons .section-inner {
      background-size: contain;
      padding-bottom: 200px;
      margin-bottom: 60px; } }
section#reasons h3 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 30px;
  margin-left: 30px; }
  @media only screen and (max-width: 420px) {
    section#reasons h3 {
      font-size: 23px;
      font-size: 2.3rem;
      line-height: normal;
      margin-left: 0;
      padding-left: 10px;
      margin-bottom: -20px; } }
  section#reasons .sup {
    font-size: 11px;
    font-size: 1.1rem; }
  section#reasons h3 strong {
    font-weight: 900;
    background: url("../images/reasons_wave.svg") no-repeat left bottom;
    padding-bottom: 10px;
    font-size: 38px;
    font-size: 3.8rem; }
    @media only screen and (max-width: 420px) {
      section#reasons h3 strong {
        font-size: 30px;
        font-size: 3rem;
        padding-bottom: 3px;
        background-size: contain;
        margin-bottom: 0.3em; } }
    section#reasons h3 strong > span {
      font-size: 75px;
      font-size: 7.5rem;
      font-family: Arial, Helvetica, "sans-serif";
      font-weight: bold;
      font-style: italic;
      color: #b9394e; }
      @media only screen and (max-width: 420px) {
        section#reasons h3 strong > span {
          font-size: 60px;
          font-size: 6rem;
          letter-spacing: normal; } }
      section#reasons h3 strong > span > span {
        font-size: 38px;
        font-size: 3.8rem;
        font-weight: 900;
        font-style: normal;
        font-family: 'Noto Sans JP', sans-serif,  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3",  "ＭＳ Ｐゴシック"; }
        @media only screen and (max-width: 420px) {
          section#reasons h3 strong > span > span {
            font-size: 30px;
            font-size: 3rem; } }
section#reasons .graph {
  width: 324.6257px;
  height: 132.7043px;
  position: absolute;
  right: -20px;
  top: -10px; }
  @media only screen and (max-width: 420px) {
    section#reasons .graph {
      position: relative;
      right: inherit;
      top: inherit;
      margin-top: -20px;
      float: right;
      width: 75%; } }
section#reasons p {
  margin-bottom: 1em;
  padding: 0 70px;
  line-height: 1.79; }
  @media only screen and (max-width: 420px) {
    section#reasons p {
      padding: 0 20px;
      clear: both; } }
section#reasons .chara {
  width: 328.6498px;
  height: 196.9315px;
  float: right;
  margin: -30px 16px 0 40px; }
  @media only screen and (max-width: 420px) {
    section#reasons .chara {
      position: absolute;
      right: 0;
      bottom: 0;
      float: none; } }

/*--- ブラ検®で 変わる ---*/
section#change {
  background: url("../images/bg_stripe10.svg") #ebb856;
  background-size: 22px;
  padding-bottom: 75px; }
  @media only screen and (max-width: 420px) {
    section#change {
      padding: 10px; } }
  section#change .arrow {
    margin: 0 auto 16px;
    width: 114.4px;
    height: 56.22px; }
    @media only screen and (max-width: 420px) {
      section#change .arrow {
        margin-bottom: 10px;
        margin-top: -10px; } }
  section#change .logo {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 20px;
    right: 25px; }
    @media only screen and (max-width: 420px) {
      section#change .logo {
        display: none; } }
  section#change .chara {
    width: 249.5632px;
    height: 149.2331px;
    position: absolute;
    z-index: 2;
    left: 39px;
    top: 27px; }
    @media only screen and (max-width: 420px) {
      section#change .chara {
        left: 4px;
        top: -50px;
        width: 200px;
        height: auto; } }
  section#change h2 {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px; }
    section#change h2 span {
      font-size: 60px;
      font-size: 6rem;
      font-weight: 300;
      padding-left: 10px; }
    @media only screen and (max-width: 420px) {
      section#change h2 {
        font-size: 20px;
        font-size: 2rem; }
        section#change h2 span {
          font-size: 40px;
          font-size: 4rem; } }
  section#change .section-inner {
    margin: auto;
    width: 780px;
    padding: 50px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.3);
    overflow: visible; }
    @media only screen and (max-width: 420px) {
      section#change .section-inner {
        width: 100%;
        padding: 20px; } }
    section#change .section-inner dl {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 20px;
      width: 680px;
      filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2)); }
      @media only screen and (max-width: 420px) {
        section#change .section-inner dl {
          filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2)); } }
      @media only screen and (max-width: 420px) {
        section#change .section-inner dl {
          display: block;
          width: 100%;
          margin-left: 0 !important; } }
      section#change .section-inner dl dt {
        text-align: center;
        padding-top: 24px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.5;
        color: #463c37;
        width: 180px;
        height: 180px; }
        section#change .section-inner dl dt > span {
          text-align: center;
          color: #fff;
          font-family: 'Oswald', sans-serif;
          font-size: 20px;
          font-size: 2rem;
          display: block; }
          @media only screen and (max-width: 420px) {
            section#change .section-inner dl dt > span {
              border-right: 1px solid #fff;
              padding-right: 10px;
              margin-right: 10px; } }
          section#change .section-inner dl dt > span > span {
            font-size: 26px;
            font-size: 2.6rem; }
        @media only screen and (max-width: 420px) {
          section#change .section-inner dl dt {
            padding-top: 0;
            width: 100%;
            height: 90px;
            display: flex;
            flex-flow: row nowrap;
            justify-content: center;
            align-items: center; }
            section#change .section-inner dl dt img {
              position: absolute;
              left: 0 !important;
              top: 0 !important;
              margin: 0 !important;
              opacity: 0.7; } }
      section#change .section-inner dl dd {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: flex-start;
        background: #fff;
        width: 500px;
        height: 180px;
        clip-path: polygon(100% 0, 100% 151.459px, 471.459px 100%, 0 100%, 0 0);
        padding: 0 20px; }
        section#change .section-inner dl dd strong {
          line-height: 1;
          display: block;
          width: 100%;
          font-size: 19px;
          font-size: 1.9rem;
          color: #b9394e;
          font-weight: 500;
          padding-bottom: 8px;
          border-bottom: 1px solid #bbb7b5;
          margin-bottom: 14px; }
          @media only screen and (max-width: 420px) {
            section#change .section-inner dl dd strong {
              font-size: 16px;
              font-size: 1.6rem;
              margin-bottom: 10px; } }
        @media only screen and (max-width: 420px) {
          section#change .section-inner dl dd {
            width: 100%; } }
      section#change .section-inner dl.case1 {
        margin-left: -70px; }
        section#change .section-inner dl.case1 dt {
          background: #d4d956; }
        section#change .section-inner dl.case1 img {
          width: 45.2269px;
          height: 45.2268px;
          margin: 18px auto 0; }
      section#change .section-inner dl.case2 dt {
        background: #9fd9db; }
      section#change .section-inner dl.case2 img {
        width: 43.1069px;
        height: 45.0327px;
        position: absolute;
        left: 56.5px;
        bottom: 0; }
        @media only screen and (max-width: 420px) {
          section#change .section-inner dl.case2 img {
            left: calc(50% - 28px); } }
      section#change .section-inner dl.case3 {
        margin-left: 70px;
        margin-bottom: 0; }
        section#change .section-inner dl.case3 dt {
          background: #e79872; }
        section#change .section-inner dl.case3 img {
          width: 41.8818px;
          height: 34.142px;
          margin: 14px auto 0; }

/*--- ブラ検®導入企業 ---*/
section#company {
  padding: 54px 80px;
  font-weight: 500;
  background: url("../images/company_ill.svg") no-repeat right 30px bottom 58px;
  background-size: 317px; }
  @media only screen and (max-width: 420px) {
    section#company {
      padding: 20px 10px 5px;
      background-position: right bottom;
      background-size: contain; } }
  section#company h2 {
    font-size: 26px;
    font-size: 2.6rem; }
    section#company h2 span {
      font-size: 30px;
      font-size: 3rem; }
    @media only screen and (max-width: 420px) {
      section#company h2 {
        font-size: 20px;
        font-size: 2rem;
        text-align: center; }
        section#company h2 span {
          font-size: 26px;
          font-size: 2.6rem; } }
  section#company .ttl {
    margin-bottom: 43px;
    line-height: normal; }
    @media only screen and (max-width: 420px) {
      section#company .ttl {
        margin-bottom: 20px; } }
    section#company .ttl .note {
      position: absolute;
      right: 0;
      bottom: 0; }
      @media only screen and (max-width: 420px) {
        section#company .ttl .note {
          position: relative;
          text-align: center; } }
  section#company .list {
    display: inline-block;
    background: url("../images/company_line.svg") left top;
    background-size: 34px 34px;
    font-weight: 400;
    line-height: 33px;
    padding-top: 4px;
    overflow: visible;
    font-size: 16px;
    font-size: 1.6rem; }
    section#company .list span {
      font-size: 12px;
      font-size: 1.2rem; }
    @media only screen and (max-width: 420px) {
      section#company .list {
        padding-top: 0;
        background: url("../images/company_line_sp.svg") left top;
        background-size: 24px 24px;
        line-height: 23px;
        font-size: 12px;
        font-size: 1.2rem; }
        section#company .list span {
          font-size: 10px;
          font-size: 1rem; } }
    section#company .list:after {
      display: block;
      content: "";
      width: 820px;
      height: 1px;
      background: #c5c7c6;
      position: absolute;
      left: 0;
      bottom: 4px; }
      @media only screen and (max-width: 420px) {
        section#company .list:after {
          display: none; } }
  section#company .note2 {
    text-align: right; }

/*--- お申込みリンク ---*/
section#application {
  width: 990px;
  margin-left: -25px;
  background: #fdf9ee;
  border: 2px solid #eae4ce;
  padding: 4px;
  box-shadow: 6px 6px 0px 0px #d9d3be; }
  @media only screen and (max-width: 420px) {
    section#application {
      width: 100%;
      margin-left: 0;
      margin-top: 30px; } }
  section#application .section-inner {
    border: 2px solid #eae4ce;
    padding: 0 0 10px; }
    section#application .section-inner > p {
      background: #eae4ce;
      font-size: 20px;
      font-size: 2rem;
      color: #463c37;
      font-weight: 400;
      text-align: center;
      line-height: 40px;
      margin-bottom: 25px; }
    section#application .section-inner .tbl {
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      section#application .section-inner .tbl div:nth-child(1) {
        width: 220px; }
        section#application .section-inner .tbl div:nth-child(1) img {
          width: 214.4024px;
          height: 129.7134px; }
      section#application .section-inner .tbl div:nth-child(2) {
        padding: 0 20px;
        width: 400px; }
        @media only screen and (max-width: 420px) {
          section#application .section-inner .tbl div:nth-child(2) {
            padding-top: 20px; } }
        section#application .section-inner .tbl div:nth-child(2) h2 {
          text-align: center;
          font-size: 26px;
          font-size: 2.6rem;
          font-weight: 700;
          line-height: 1;
          padding-bottom: 10px;
          border-bottom: 3px double #b5b1af; }
          section#application .section-inner .tbl div:nth-child(2) h2 span {
            font-size: 59px;
            font-size: 5.9rem;
            font-weight: 500;
            color: #6c2659; }
        section#application .section-inner .tbl div:nth-child(2) .fuki {
          width: 101.2379px;
          height: 42.0764px;
          position: absolute;
          right: -15px;
          top: -14px; }
          @media only screen and (max-width: 420px) {
            section#application .section-inner .tbl div:nth-child(2) .fuki {
              top: -36px; } }
        section#application .section-inner .tbl div:nth-child(2) .logo {
          display: inline-block;
          width: 81px;
          height: auto; }
        section#application .section-inner .tbl div:nth-child(2) .content {
          font-size: 26px;
          font-size: 2.6rem;
          color: #463c37;
          font-weight: 400;
          text-align: center; }
          @media only screen and (max-width: 420px) {
            section#application .section-inner .tbl div:nth-child(2) .content {
              font-size: 22px;
              font-size: 2.2rem; } }
        section#application .section-inner .tbl div:nth-child(2) .price {
          text-align: center;
          color: #b9394e;
          line-height: 1.2; }
          section#application .section-inner .tbl div:nth-child(2) .price .num {
            font-size: 53px;
            font-size: 5.3rem;
            font-family: 'Oswald', sans-serif; }
          section#application .section-inner .tbl div:nth-child(2) .price .en {
            font-size: 32px;
            font-size: 3.2rem; }
          section#application .section-inner .tbl div:nth-child(2) .price .tax {
            font-size: 14px;
            font-size: 1.4rem; }
        section#application .section-inner .tbl div:nth-child(2) .price2 {
          text-align: center;
          font-size: 16px;
          font-size: 1.6rem;
          margin-bottom: 10px; }
      section#application .section-inner .tbl div:nth-child(3) {
        width: 220px; }
        section#application .section-inner .tbl div:nth-child(3) img {
          width: 219.6491px;
          height: 139.6234px; }
    section#application .section-inner .btn {
      margin: auto;
      background: #d5394e;
      filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));
      line-height: 80px;
      width: 660px;
      height: 80px;
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: 700; }
      @media only screen and (max-width: 420px) {
        section#application .section-inner .btn {
          filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2)); } }
      @media only screen and (max-width: 420px) {
        section#application .section-inner .btn {
          width: 95%;
          height: 50px;
          line-height: 50px;
          font-size: 16px;
          font-size: 1.6rem; } }

/*--- 各種リンク ---*/
section#links .other {
  padding: 35px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end; }
  @media only screen and (max-width: 420px) {
    section#links .other {
      display: block; } }
  section#links .other .p-sub {
    font-size: 12px !important;
    line-height: 20px !important;
    background: #eae4ce;
    display: block;
    padding: 0 0.5em;
    color: #463c37; }
  section#links .other .movie {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 556px; }
    @media only screen and (max-width: 420px) {
      section#links .other .movie {
        display: block;
        width: 100%;
        display: block;
        border-bottom: 1px solid #ccc3a7;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        section#links .other .movie .p-sub {
          text-align: center;
          margin-bottom: 0.5em; } }
    section#links .other .movie .left {
      width: calc(100% - 180px - 20px); }
      @media only screen and (max-width: 420px) {
        section#links .other .movie .left {
          width: 100%; } }
      section#links .other .movie .left > div {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        letter-spacing: normal; }
        @media only screen and (max-width: 420px) {
          section#links .other .movie .left > div {
            display: block; } }
      section#links .other .movie .left .m-ttl {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: 500;
        line-height: normal; }
        @media only screen and (max-width: 420px) {
          section#links .other .movie .left .m-ttl {
            font-size: 14px;
            font-size: 1.4rem;
            justify-content: center; } }
        section#links .other .movie .left .m-ttl span {
          font-size: 32px;
          font-size: 3.2rem;
          font-weight: 400;
          color: #6c2659;
          letter-spacing: normal; }
          @media only screen and (max-width: 420px) {
            section#links .other .movie .left .m-ttl span {
              font-size: 20px;
              font-size: 2rem; } }
        section#links .other .movie .left .m-ttl img {
          width: 31.9px;
          display: inline-block;
          margin: 0 6px; }
      section#links .other .movie .left .note {
        margin-top: 0.3em; }
        @media only screen and (max-width: 420px) {
          section#links .other .movie .left .note {
            font-size: 11px;
            font-size: 1.1rem;
            text-align: center; } }
    section#links .other .movie .right {
      width: 180px;
      text-align: center; }
      @media only screen and (max-width: 420px) {
        section#links .other .movie .right {
          width: auto;
          display: flex;
          justify-content: space-between;
          align-items: flex-end; } }
      section#links .other .movie .right > span {
        font-family: 'Oswald', sans-serif;
        font-size: 40px;
        font-size: 4rem; }
        @media only screen and (max-width: 420px) {
          section#links .other .movie .right > span {
            width: calc(100% - 180px);
            font-size: 20px;
            font-size: 2rem;
            text-align: center; } }
        section#links .other .movie .right > span .en {
          font-family: 'Noto Sans JP', sans-serif,  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3",  "ＭＳ Ｐゴシック";
          font-size: 24px;
          font-size: 2.4rem; }
          @media only screen and (max-width: 420px) {
            section#links .other .movie .right > span .en {
              font-size: 12px;
              font-size: 1.2rem; } }
        section#links .other .movie .right > span .tax {
          font-size: 14px;
          font-size: 1.4rem;
          font-family: 'Noto Sans JP', sans-serif,  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3",  "ＭＳ Ｐゴシック"; }
          @media only screen and (max-width: 420px) {
            section#links .other .movie .right > span .tax {
              font-size: 12px;
              font-size: 1.2rem; } }
  section#links .other .text {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid #ccc3a7;
    padding-left: 20px; }
    @media only screen and (max-width: 420px) {
      section#links .other .text {
        border: none;
        padding-left: 0; } }
    @media only screen and (max-width: 420px) {
      section#links .other .text .left {
        text-align: center;
        width: calc(100% - 180px); } }
    section#links .other .text .left img {
      height: 90px;
      margin-right: 20px; }
      @media only screen and (max-width: 420px) {
        section#links .other .text .left img {
          margin: 0 auto; } }
    section#links .other .text .right {
      font-weight: 500;
      font-size: 12px;
      font-size: 1.2rem; }
      section#links .other .text .right span {
        font-size: 16px;
        font-size: 1.6rem; }
      section#links .other .text .right .btn {
        margin-top: 10px; }
section#links .official {
  display: table;
  border: 1px solid #d7bdd4;
  width: 100%; }
  @media only screen and (max-width: 420px) {
    section#links .official {
      display: block; } }
  section#links .official dt {
    display: table-cell;
    padding: 10px;
    background: #eadde9;
    font-weight: 700;
    color: #6c2659;
    letter-spacing: 0.15em;
    width: 14em;
    white-space: nowrap; }
    @media only screen and (max-width: 420px) {
      section#links .official dt {
        display: block;
        width: 100%; } }
  section#links .official dd {
    display: table-cell;
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.75; }
    @media only screen and (max-width: 420px) {
      section#links .official dd {
        display: block;
        padding-right: 110px; }
        section#links .official dd::after {
          content: "";
          display: block;
          clear: both; } }
    section#links .official dd a {
      color: #6c2659;
      vertical-align: middle;
      position: absolute;
      right: 118px;
      bottom: 10px; }
      @media only screen and (max-width: 420px) {
        section#links .official dd a {
          position: relative;
          right: inherit;
          bottom: inherit;
          display: block;
          margin-top: 6px;
          float: right;
          margin-right: -100px; } }
      section#links .official dd a:before {
        vertical-align: middle;
        display: inline-block;
        content: "";
        background: url("../images/link_arrow_purple.svg") no-repeat;
        margin-right: 10px;
        width: 15.6167px;
        height: 13.0146px; }
    section#links .official dd img {
      width: 94.9031px;
      height: 114.2778px;
      position: absolute;
      right: 8px;
      top: -18px; }
      @media only screen and (max-width: 420px) {
        section#links .official dd img {
          top: -50px; } }

/*--- 追記 ---*/
section#postscript {
  border-top: 5px solid #eae4ce; }
  section#postscript .section-inner {
    padding: 30px 40px 10px !important; }
    @media only screen and (max-width: 420px) {
      section#postscript .section-inner {
        padding: 20px 20px 0 !important; } }
  section#postscript ul li {
    line-height: 2.23;
    font-size: 13px;
    font-size: 1.3rem; }
    @media only screen and (max-width: 420px) {
      section#postscript ul li {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: normal;
        margin-left: 1.5em;
        text-indent: -0.8em;
        margin-bottom: 0.4em; } }
    section#postscript ul li:before {
      content: "・";
      display: inline-block;
      color: #6c2659;
      margin-right: 0.5em; }

/*--- 団体申込 ---*/
section#organization {
  padding: 0 40px 30px; }
  @media only screen and (max-width: 420px) {
    section#organization {
      padding: 20px; } }
  section#organization .section-inner {
    padding: 10px;
    background: #eaf0f4; }
  section#organization dl dt {
    font-weight: 700;
    vertical-align: middle;
    margin-bottom: 0.5em; }
    section#organization dl dt span {
      margin-right: 0.3em;
      color: #76a1bf;
      font-size: 4px;
      font-size: 0.4rem;
      vertical-align: middle; }
  section#organization dl dd {
    padding-left: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #333;
    font-weight: 400; }

/*--- フッター ---*/
footer {
  background: #eae4ce;
  text-align: center; }
  footer .official-link {
    width: 940px;
    margin: auto;
    background: #f3efe2;
    border: 5px solid #fff;
    border-top: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300; }
    @media only screen and (max-width: 420px) {
      footer .official-link {
        width: 100%;
        border: none;
        border-bottom: 2px solid #fff;
        display: block;
        padding: 15px; } }
    footer .official-link .logo img {
      width: 324.3034px;
      height: 50.5983px; }
      @media only screen and (max-width: 420px) {
        footer .official-link .logo img {
          max-width: 300px;
          width: 80%;
          height: auto;
          margin: auto; } }
    footer .official-link div {
      padding-left: 20px;
      margin-left: 20px;
      border-left: 1px solid #ccc3a7; }
      @media only screen and (max-width: 420px) {
        footer .official-link div {
          text-align: center;
          border-left: none;
          border-top: 1px solid #ccc3a7;
          margin-left: 0;
          padding-left: 0;
          margin-top: 10px;
          padding-top: 10px; } }
      footer .official-link div .tel span {
        font-size: 20px;
        font-size: 2rem; }
      @media only screen and (max-width: 420px) {
        footer .official-link div .tel {
          text-align: center; } }
      footer .official-link div .mail {
        font-size: 14px;
        font-size: 1.4rem;
        color: #463c37; }
  footer .copy {
    font-size: 10px;
    font-size: 1rem;
    padding: 16px 0 50px;
    color: #463c37;
    text-align: center; }
    @media only screen and (max-width: 420px) {
      footer .copy {
        padding: 10px 10px 60px; } }
  @media only screen and (max-width: 420px) {
    footer {
      width: 100%; } }

/*--- 1分ムービー固定リンク ---*/
#pr-mov {
  display: none;
  position: fixed;
  z-index: 500;
  bottom: 0;
  right: 30px; }
  @media only screen and (max-width: 420px) {
    #pr-mov {
      background: #6c2659;
      width: calc(100vw - 30px - 4px);
      height: 30px;
      left: 0;
      right: inherit; } }
  #pr-mov a > img {
    width: 207px;
    height: auto; }
    @media only screen and (max-width: 420px) {
      #pr-mov a > img {
        display: none !important; } }
  @media only screen and (max-width: 420px) {
    #pr-mov a p {
      color: #fff;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 30px;
      text-align: center; }
      #pr-mov a p img {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 54px;
        width: auto; } }
  @media only screen and (min-width: 421px) {
    #pr-mov a p {
      display: none !important; } }

/*===== RESPONSIVE =====*/
@media only screen and (min-width: 421px) {
  .sp, .pc-none {
    display: none; } }
@media only screen and (max-width: 420px) {
  .pc, .sp-none {
    display: none; } }


/*--- 学割LPリンク ---*/
.hd_link_student {
	position: absolute;
	top: -5px;
	right: 0px;
	max-width: 410px;
	z-index: 999;
}
.link_student {
	max-width: 670px;
	margin: 0 auto;
	margin-bottom: 15px;
	display: block;
	padding-top: 20px;
}
@media only screen and (max-width: 420px) {
.hd_link_student {
	position: fixed;
	top: -5px;
	left: 0px;
	right: 0px;
	width: auto;
	z-index: 999;
}
.link_student {
max-width: none;
width: 95%;
}
}