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

.sp-only {
  display: none; }
  @media print, screen and (max-width: 768px) {
    .sp-only {
      display: block; } }

@media print, screen and (max-width: 768px) {
  #header_content {
    position: fixed; } }

.main-contents {
  position: relative;
  background: #fff; }
  @media print, screen and (max-width: 768px) {
    .main-contents {
      z-index: 150; } }

#professional-page {
  background: #fff;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  /* sub */
  /* submain-contents */ }
  #professional-page .professional-head {
    position: relative;
    height: 50.3571428571vw;
    /* sub head */ }
    @media print, screen and (max-width: 768px) {
      #professional-page .professional-head {
        height: 90.6666666667vw; } }
    #professional-page .professional-head__inner {
      width: 100%;
      display: flex;
      justify-content: space-between;
      color: #fff;
      align-items: center;
      background: #DA6A38;
      height: 56px;
      position: absolute;
      bottom: 0;
      z-index: 100; }
      @media print, screen and (max-width: 768px) {
        #professional-page .professional-head__inner {
          top: 35vw;
          height: 9.3333333333vw;
          position: fixed;
          width: 100%;
          z-index: 200;
          left: 0;
          bottom: auto; } }
      #professional-page .professional-head__inner.fixed {
        position: fixed;
        top: 110px;
        left: 0;
        z-index: 100; }
        @media print, screen and (max-width: 768px) {
          #professional-page .professional-head__inner.fixed {
            position: relative; } }
      #professional-page .professional-head__inner h1 {
        padding: 0 0 0 20px; }
        @media print, screen and (max-width: 768px) {
          #professional-page .professional-head__inner h1 {
            padding: 0; } }
        #professional-page .professional-head__inner h1.title {
          max-width: 330px;
          height: auto; }
          @media print, screen and (max-width: 768px) {
            #professional-page .professional-head__inner h1.title {
              margin: auto;
              width: 66.9333333333vw; } }
          #professional-page .professional-head__inner h1.title a {
            display: block; }
      #professional-page .professional-head__inner nav {
        max-width: 845px;
        width: 100%; }
        @media print, screen and (max-width: 768px) {
          #professional-page .professional-head__inner nav {
            display: none; } }
        #professional-page .professional-head__inner nav ul {
          display: flex;
          justify-content: flex-end;
          flex-wrap: wrap; }
          #professional-page .professional-head__inner nav ul li {
            max-width: 280px;
            width: 100%;
            text-align: center; }
            @media print, screen and (max-width: 1125px) {
              #professional-page .professional-head__inner nav ul li {
                width: 33.333333%; } }
            #professional-page .professional-head__inner nav ul li a {
              font-size: 17px;
              font-weight: 500;
              display: flex;
              line-height: 56px;
              align-items: center;
              border: none;
              padding: 0 5px;
              background: #DA6A38;
              justify-content: center;
              color: #fff; }
              @media print, screen and (max-width: 1125px) {
                #professional-page .professional-head__inner nav ul li a {
                  font-size: 13px;
                  padding: 0; } }
  @media screen and (max-width: 1125px) and (max-width: 847px) {
    #professional-page .professional-head__inner nav ul li a {
      font-size: 11px; } }

              #professional-page .professional-head__inner nav ul li a span {
                width: 45px;
                height: 30px; }
                @media print, screen and (max-width: 1125px) {
                  #professional-page .professional-head__inner nav ul li a span {
                    width: 30px;
                    height: 25px; } }
  @media screen and (max-width: 1125px) and (max-width: 847px) {
    #professional-page .professional-head__inner nav ul li a span {
      width: 25px;
      height: 20px; } }

                #professional-page .professional-head__inner nav ul li a span svg {
                  height: 100%;
                  width: 100%;
                  display: block;
                  fill: #fff; }
              #professional-page .professional-head__inner nav ul li a:hover {
                background: #fff;
                color: #DA6A38;
                opacity: 1; }
                #professional-page .professional-head__inner nav ul li a:hover span svg {
                  fill: #DA6A38; }
    #professional-page .professional-head .main-visual {
      background: url("../images/mv_pc.jpg") no-repeat;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center; }
      @media print, screen and (max-width: 1125px) {
        #professional-page .professional-head .main-visual {
          background-attachment: local;
          position: sticky;
          position: -webkit-sticky;
          /* Safari */ } }
  @media print, screen and (max-width: 1125px) and (max-width: 768px) {
    #professional-page .professional-head .main-visual {
      background: url("../images/mv_sp.jpg") no-repeat;
      height: 81.6vw;
      background-size: contain;
      background-attachment: local;
      background-position: center center;
      top: 40vw;
      position: fixed;
      left: 0; } }

      #professional-page .professional-head .main-visual__inner {
        max-width: 990px;
        width: 100%;
        margin: auto;
        position: relative;
        height: 100%; }
        @media print, screen and (max-width: 768px) {
          #professional-page .professional-head .main-visual__inner {
            height: 81.6vw; } }
        #professional-page .professional-head .main-visual__inner__box {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          background: url("../images/title_bg.png") center/cover no-repeat;
          padding: 60px 80px; }
          @media print, screen and (max-width: 768px) {
            #professional-page .professional-head .main-visual__inner__box {
              background: none;
              padding: 0;
              right: auto;
              left: 50%;
              transform: translateX(-50%);
              bottom: 5.3333333333vw;
              top: auto;
              z-index: 5; } }
          #professional-page .professional-head .main-visual__inner__box .text01 {
            max-width: 575px; }
            @media print, screen and (max-width: 768px) {
              #professional-page .professional-head .main-visual__inner__box .text01 {
                width: 72vw; } }
          #professional-page .professional-head .main-visual__inner__box .text02 {
            max-width: 570px;
            width: 100%; }
            #professional-page .professional-head .main-visual__inner__box .text02 svg {
              fill: #fff;
              width: 570.3px;
              height: 148.15px; }
            @media print, screen and (max-width: 768px) {
              #professional-page .professional-head .main-visual__inner__box .text02 {
                display: none; } }
          #professional-page .professional-head .main-visual__inner__box p {
            font-size: 20px;
            line-height: calc(35/20);
            color: #fff;
            margin: 45px 0 15px; }
            @media print, screen and (max-width: 768px) {
              #professional-page .professional-head .main-visual__inner__box p {
                display: none; } }
          #professional-page .professional-head .main-visual__inner__box::after {
            content: "";
            background: url("../images/illust-mv.svg") center/contain no-repeat;
            width: 92px;
            height: 142px;
            position: absolute;
            right: -20px;
            bottom: 15%; }
            @media print, screen and (max-width: 768px) {
              #professional-page .professional-head .main-visual__inner__box::after {
                content: none; } }
      @media print, screen and (max-width: 768px) {
        #professional-page .professional-head .main-visual::after {
          content: "";
          width: 100%;
          height: 30%;
          position: absolute;
          bottom: 0;
          left: 0;
          background: #000b28;
          background: -webkit-linear-gradient(bottom, #000b28 0%, rgba(0, 0, 0, 0) 100%);
          background: -o-linear-gradient(bottom, #000b28 0%, rgba(0, 0, 0, 0) 100%);
          background: linear-gradient(to top, #000b28 0%, rgba(0, 0, 0, 0) 100%);
          z-index: 1; } }
    #professional-page .professional-head.sub-head {
      position: relative;
      height: 31.2142857143vw; }
      @media print, screen and (max-width: 768px) {
        #professional-page .professional-head.sub-head {
          height: auto; } }
      #professional-page .professional-head.sub-head .submain-visual {
        background: url("../images/page/sub-main.jpg") no-repeat;
        width: 100%;
        height: 31.2142857143vw;
        background-size: contain;
        position: fixed;
        top: 105px;
        left: 0;
        z-index: 1; }
        @media print, screen and (max-width: 768px) {
          #professional-page .professional-head.sub-head .submain-visual {
            display: none; } }
        #professional-page .professional-head.sub-head .submain-visual__inner {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          text-align: center; }
          #professional-page .professional-head.sub-head .submain-visual__inner .text01 {
            max-width: 592px;
            margin: auto; }
          #professional-page .professional-head.sub-head .submain-visual__inner .text02 {
            max-width: 570px;
            width: 100%;
            margin: 20px auto 0; }
            #professional-page .professional-head.sub-head .submain-visual__inner .text02 svg {
              fill: #fff;
              width: 346px;
              height: 89px; }
  #professional-page .sp-top-text {
    display: none; }
    @media print, screen and (max-width: 768px) {
      #professional-page .sp-top-text {
        display: block;
        padding: 6.6666666667vw; }
        #professional-page .sp-top-text p {
          font-size: 3.7333333333vw;
          color: #000; }
        #professional-page .sp-top-text .text02 {
          margin: 5.3333333333vw 0 0 0;
          text-align: center; }
          #professional-page .sp-top-text .text02 svg {
            fill: #000;
            width: 78.1333333333vw;
            height: 20.2773333333vw; }
        #professional-page .sp-top-text .illust-mv {
          width: 21.4026666667vw;
          height: 32.8933333333vw;
          margin: auto; } }
  #professional-page .sp-anchor-navi {
    display: none; }
    @media print, screen and (max-width: 768px) {
      #professional-page .sp-anchor-navi {
        display: block;
        position: relative;
        z-index: 95; }
        #professional-page .sp-anchor-navi nav ul {
          display: flex;
          border: 1px solid #DA6A38; }
          #professional-page .sp-anchor-navi nav ul li {
            width: calc(100% / 3);
            text-align: center;
            display: flex; }
            #professional-page .sp-anchor-navi nav ul li a {
              color: #DA6A38;
              font-size: 3.7333333333vw;
              display: block;
              font-weight: 500;
              padding: 2.6666666667vw 0;
              width: 100%; }
              #professional-page .sp-anchor-navi nav ul li a svg {
                width: 6.4vw;
                height: 7.7333333333vw;
                fill: #DA6A38;
                display: block;
                margin: auto; }
            #professional-page .sp-anchor-navi nav ul li:nth-child(2) {
              border-left: 1px solid #DA6A38;
              border-right: 1px solid #DA6A38; }
            #professional-page .sp-anchor-navi nav ul li:last-child a svg {
              margin-bottom: 2.6666666667vw; } }
  #professional-page h2 {
    color: #333;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.2em; }
    @media only screen and (max-width: 376px) {
      #professional-page h2 {
        font-size: 5.3333333333vw; } }
    #professional-page h2 svg {
      width: 46.27px;
      height: 56px;
      fill: #333;
      display: block;
      margin: 0 auto 10px; }
    #professional-page h2 span {
      color: #DA6A38; }
  #professional-page .bg-bottom {
    position: relative; }
    #professional-page .bg-bottom::after {
      content: ' ';
      background: url("../images/bg-bottom.png") center bottom/cover no-repeat;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 18.5714285714vw;
      top: 90%;
      z-index: 10; }
      @media print, screen and (max-width: 768px) {
        #professional-page .bg-bottom::after {
          background: url("../images/bg-bottom_sp.svg") center bottom/cover no-repeat;
          height: 35vw; } }
  #professional-page .bg-top {
    position: relative; }
    #professional-page .bg-top::after {
      content: ' ';
      background: url("../images/bg-top.png") center top/cover no-repeat;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 46.4285714286vw;
      top: -18vw;
      z-index: 10; }
      @media print, screen and (max-width: 768px) {
        #professional-page .bg-top::after {
          background: url("../images/bg-top_sp.svg") center bottom/cover no-repeat;
          height: 78.9333333333vw;
          top: -25vw; } }
  #professional-page .section01 {
    background: #EBEBEB;
    position: relative; }
    #professional-page .section01__inner {
      padding: 50px 0 100px;
      margin: auto;
      position: relative;
      max-width: 1000px;
      width: 100%;
      z-index: 15; }
      @media print, screen and (max-width: 1125px) {
        #professional-page .section01__inner {
          padding: 50px 0 200px; } }
  @media print, screen and (max-width: 1125px) and (max-width: 768px) {
    #professional-page .section01__inner {
      padding: 13.3333333333vw 0; } }

      #professional-page .section01__inner h2 {
        margin-top: -200px;
        padding-top: 200px; }
      @media print, screen and (max-width: 768px) {
        #professional-page .section01__inner__illust {
          display: none; } }
      #professional-page .section01__inner__illust div {
        position: absolute; }
      #professional-page .section01__inner__illust .illust01 {
        left: -20%;
        top: 40%; }
        @media screen and (max-width: 1281px) {
          #professional-page .section01__inner__illust .illust01 {
            left: -12%; } }
  @media screen and (max-width: 1281px) and (max-width: 1125px) {
    #professional-page .section01__inner__illust .illust01 {
      left: -10%;
      top: 37%; } }

  @media screen and (max-width: 1281px) and (max-width: 1125px) and (max-width: 1025px) {
    #professional-page .section01__inner__illust .illust01 {
      left: 0;
      top: 33%;
      width: 17%; } }

      #professional-page .section01__inner__illust .illust02 {
        right: -15%;
        top: 30%; }
        @media screen and (max-width: 1281px) {
          #professional-page .section01__inner__illust .illust02 {
            right: -12%; } }
  @media screen and (max-width: 1281px) and (max-width: 1125px) {
    #professional-page .section01__inner__illust .illust02 {
      right: -3%;
      width: 20%;
      top: 35%; } }

  @media screen and (max-width: 1281px) and (max-width: 1125px) and (max-width: 1025px) {
    #professional-page .section01__inner__illust .illust02 {
      right: 0;
      width: 17%;
      top: 40%; } }

      #professional-page .section01__inner__illust .illust03 {
        left: -20%;
        top: 80%; }
        @media screen and (max-width: 1281px) {
          #professional-page .section01__inner__illust .illust03 {
            left: -12%; } }
  @media screen and (max-width: 1281px) and (max-width: 1125px) {
    #professional-page .section01__inner__illust .illust03 {
      left: -5%;
      top: 78%; } }

  @media screen and (max-width: 1281px) and (max-width: 1125px) and (max-width: 1025px) {
    #professional-page .section01__inner__illust .illust03 {
      left: 0;
      top: 77%; } }

      #professional-page .section01__inner__illust .illust04 {
        right: -11%;
        top: 80%; }
        @media screen and (max-width: 1281px) {
          #professional-page .section01__inner__illust .illust04 {
            right: -8%; } }
  @media screen and (max-width: 1281px) and (max-width: 1125px) {
    #professional-page .section01__inner__illust .illust04 {
      right: 5%; } }

      #professional-page .section01__inner__illust_sp {
        display: none; }
        @media print, screen and (max-width: 768px) {
          #professional-page .section01__inner__illust_sp {
            display: block;
            margin: auto;
            width: 90%; }
            #professional-page .section01__inner__illust_sp img {
              width: 100%; } }
    #professional-page .section01 .motivation-list {
      margin: auto; }
      #professional-page .section01 .motivation-list ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 60px 0 0 0;
        position: relative; }
        @media print, screen and (max-width: 768px) {
          #professional-page .section01 .motivation-list ul {
            justify-content: space-between;
            padding: 0 4vw; } }
        #professional-page .section01 .motivation-list ul li {
          width: 30%;
          position: relative;
          margin: 0 0 70px;
          text-align: center;
          height: 220px; }
          @media print, screen and (max-width: 768px) {
            #professional-page .section01 .motivation-list ul li {
              width: 48%;
              height: 34.1333333333vw;
              margin: 0 0 8vw; } }
          #professional-page .section01 .motivation-list ul li:first-child .pic, #professional-page .section01 .motivation-list ul li:nth-child(2) .pic, #professional-page .section01 .motivation-list ul li:nth-child(3) .pic {
            height: 218px; }
            @media print, screen and (max-width: 768px) {
              #professional-page .section01 .motivation-list ul li:first-child .pic, #professional-page .section01 .motivation-list ul li:nth-child(2) .pic, #professional-page .section01 .motivation-list ul li:nth-child(3) .pic {
                height: 33.0666666667vw; } }
          #professional-page .section01 .motivation-list ul li:nth-child(4), #professional-page .section01 .motivation-list ul li:nth-child(5) {
            margin: 0 35px 70px; }
            @media print, screen and (max-width: 768px) {
              #professional-page .section01 .motivation-list ul li:nth-child(4), #professional-page .section01 .motivation-list ul li:nth-child(5) {
                margin: 0; } }
            #professional-page .section01 .motivation-list ul li:nth-child(4) .pic, #professional-page .section01 .motivation-list ul li:nth-child(5) .pic {
              height: 226px; }
              @media print, screen and (max-width: 768px) {
                #professional-page .section01 .motivation-list ul li:nth-child(4) .pic, #professional-page .section01 .motivation-list ul li:nth-child(5) .pic {
                  height: 34.1333333333vw; } }
          #professional-page .section01 .motivation-list ul li:nth-child(6) .pic, #professional-page .section01 .motivation-list ul li:nth-child(7) .pic, #professional-page .section01 .motivation-list ul li:nth-child(8) .pic {
            height: 226px; }
            @media print, screen and (max-width: 768px) {
              #professional-page .section01 .motivation-list ul li:nth-child(6) .pic, #professional-page .section01 .motivation-list ul li:nth-child(7) .pic, #professional-page .section01 .motivation-list ul li:nth-child(8) .pic {
                height: 34.1333333333vw; } }
          #professional-page .section01 .motivation-list ul li:nth-child(2), #professional-page .section01 .motivation-list ul li:nth-child(7) {
            margin: 0 45px 70px; }
            @media print, screen and (max-width: 768px) {
              #professional-page .section01 .motivation-list ul li:nth-child(2), #professional-page .section01 .motivation-list ul li:nth-child(7) {
                margin: 0; } }
          #professional-page .section01 .motivation-list ul li a {
            display: block;
            position: relative;
            width: 100%;
            height: 100%; }
            #professional-page .section01 .motivation-list ul li a h3 {
              z-index: 10;
              width: 100%;
              position: absolute;
              top: 10px;
              left: 50%;
              transform: translateX(-50%); }
            #professional-page .section01 .motivation-list ul li a .pic {
              width: 304px;
              position: absolute;
              display: block;
              margin: auto; }
              @media print, screen and (max-width: 768px) {
                #professional-page .section01 .motivation-list ul li a .pic {
                  width: 44.5333333333vw; } }
              #professional-page .section01 .motivation-list ul li a .pic img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                display: block;
                transition: .4s ease-in-out;
                z-index: 5; }
                #professional-page .section01 .motivation-list ul li a .pic img.thumb_pic {
                  opacity: 1; }
                #professional-page .section01 .motivation-list ul li a .pic img.thumb_pic_hover {
                  opacity: 0; }
            #professional-page .section01 .motivation-list ul li a:hover {
              opacity: 1; }
              #professional-page .section01 .motivation-list ul li a:hover .pic img.thumb_pic_hover {
                opacity: 1; }
  #professional-page h3.h3_title {
    font-size: 21px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media print, screen and (max-width: 768px) {
      #professional-page h3.h3_title {
        font-size: 3.2vw; } }
    #professional-page h3.h3_title::after {
      content: "";
      background: url("../images/Icon-arrow-dropright-circle.svg") center/contain no-repeat;
      width: 21px;
      height: 21px;
      margin: 0 0 0 10px; }
      @media print, screen and (max-width: 768px) {
        #professional-page h3.h3_title::after {
          width: 3.2vw;
          height: 3.2vw; } }
  #professional-page .btn-more {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    height: 64px;
    text-align: center; }
    @media print, screen and (max-width: 768px) {
      #professional-page .btn-more {
        width: 74.6666666667vw;
        height: 12.8vw; } }
    #professional-page .btn-more a {
      display: block;
      background: #1c3a8c;
      background: -webkit-linear-gradient(top left, #1c3a8c 0%, #2b68e4 100%);
      background: -o-linear-gradient(top left, #1c3a8c 0%, #2b68e4 100%);
      background: linear-gradient(to bottom right, #1c3a8c 0%, #2b68e4 100%);
      border: 1px solid #425EBF;
      color: #fff;
      font-size: 18px;
      color: #fff;
      line-height: 64px; }
      @media print, screen and (max-width: 768px) {
        #professional-page .btn-more a {
          font-size: 3.7333333333vw;
          line-height: 12.8vw; } }
      #professional-page .btn-more a svg {
        fill: none;
        stroke: #fff;
        width: 14px;
        height: 9px;
        vertical-align: middle;
        display: inline-block;
        margin: 0 0 0 10px; }
        @media print, screen and (max-width: 768px) {
          #professional-page .btn-more a svg {
            width: 3.7333333333vw;
            height: 2.4vw; } }
      #professional-page .btn-more a:hover {
        background: #fff;
        color: #385DC6;
        opacity: 1; }
        #professional-page .btn-more a:hover svg {
          stroke: #385DC6; }
  #professional-page .section02-bg {
    top: -100px;
    left: 0;
    height: 51.4285714286vw;
    position: relative; }
    @media screen and (max-width: 1281px) {
      #professional-page .section02-bg {
        height: 70vw; } }
  @media screen and (max-width: 1281px) and (max-width: 768px) {
    #professional-page .section02-bg {
      height: 101.3333333333vw; } }

    #professional-page .section02-bg__inner {
      background: url("../images/bg-section02.jpg") no-repeat;
      width: 100%;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      height: 100%;
      position: relative;
      width: 100%; }
      @media print, screen and (max-width: 1125px) {
        #professional-page .section02-bg__inner {
          background-attachment: local;
          position: sticky;
          position: -webkit-sticky;
          /* Safari */ } }
      #professional-page .section02-bg__inner__illust {
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translate(-50%, -60%);
        width: 100%; }
        @media screen and (max-width: 1025px) {
          #professional-page .section02-bg__inner__illust {
            top: 66%; } }
  @media screen and (max-width: 1025px) and (max-width: 768px) {
    #professional-page .section02-bg__inner__illust {
      top: 58%; } }

        #professional-page .section02-bg__inner__illust img {
          margin: auto; }
          #professional-page .section02-bg__inner__illust img.sp-only {
            width: 68.57%; }
  #professional-page .illust-walking {
    position: fixed;
    left: -300px;
    top: 20%;
    width: 232px;
    height: 225px;
    z-index: 15; }
    @media screen and (max-width: 1281px) {
      #professional-page .illust-walking {
        width: 160px; } }
  @media screen and (max-width: 1281px) and (max-width: 1125px) {
    #professional-page .illust-walking {
      width: 20vw;
      position: absolute;
      top: 36%;
      left: 0; } }

  @media screen and (max-width: 1281px) and (max-width: 1125px) and (max-width: 768px) {
    #professional-page .illust-walking {
      top: 45%;
      width: 36.2666666667vw; } }

  #professional-page #genre {
    margin-top: -300px;
    padding-top: 300px; }
  #professional-page .section03 {
    background: #EBEBEB;
    position: relative; }
    #professional-page .section03__inner {
      padding: 0 0 100px;
      margin: -100px auto 0;
      position: relative;
      max-width: 1000px;
      width: 100%;
      z-index: 15; }
      #professional-page .section03__inner .genre-list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 30px 0; }
        @media print, screen and (max-width: 768px) {
          #professional-page .section03__inner .genre-list ul {
            padding: 0 4vw; } }
        #professional-page .section03__inner .genre-list ul li {
          width: 20%; }
          @media print, screen and (max-width: 768px) {
            #professional-page .section03__inner .genre-list ul li {
              width: 48%;
              margin: 8vw 0; } }
          #professional-page .section03__inner .genre-list ul li:nth-child(5), #professional-page .section03__inner .genre-list ul li:last-child {
            width: 48%;
            margin: 65px 0 0 0; }
            @media print, screen and (max-width: 768px) {
              #professional-page .section03__inner .genre-list ul li:nth-child(5), #professional-page .section03__inner .genre-list ul li:last-child {
                width: 48%;
                margin: 8vw 0 0 0; } }
          #professional-page .section03__inner .genre-list ul li .pic {
            width: auto;
            height: 211px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 10; }
            @media print, screen and (max-width: 768px) {
              #professional-page .section03__inner .genre-list ul li .pic {
                height: 34.6666666667vw; } }
            #professional-page .section03__inner .genre-list ul li .pic img {
              position: relative;
              z-index: 10; }
          #professional-page .section03__inner .genre-list ul li a:hover {
            opacity: 1; }
            #professional-page .section03__inner .genre-list ul li a:hover .pic {
              opacity: 1; }
              #professional-page .section03__inner .genre-list ul li a:hover .pic::after {
                content: "";
                width: 211px;
                height: 211px;
                border-radius: 50%;
                background: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: 5;
                opacity: 1; }
                @media print, screen and (max-width: 768px) {
                  #professional-page .section03__inner .genre-list ul li a:hover .pic::after {
                    content: none; } }
          #professional-page .section03__inner .genre-list ul li a h3 {
            margin: 10px 0 0 0; }
            @media print, screen and (max-width: 768px) {
              #professional-page .section03__inner .genre-list ul li a h3 {
                margin: 5vw 0 0 0; } }
  #professional-page .section04 {
    background: #EBEBEB;
    position: relative; }
    @media print, screen and (max-width: 768px) {
      #professional-page .section04.bg-bottom::after {
        height: 32vw; } }
    #professional-page .section04__inner {
      padding: 0 0 100px 0;
      margin: 0 auto;
      position: relative;
      max-width: 990px;
      width: 100%;
      z-index: 12; }
      #professional-page .section04__inner h2 {
        margin-top: -200px;
        padding-top: 200px; }
      #professional-page .section04__inner p {
        font-size: 20px;
        text-align: center;
        margin: 15px auto 0; }
        @media print, screen and (max-width: 768px) {
          #professional-page .section04__inner p {
            font-size: 3.4666666667vw; } }
      #professional-page .section04__inner .alumuni-list {
        margin: 60px 0 0 0; }
        @media print, screen and (max-width: 768px) {
          #professional-page .section04__inner .alumuni-list {
            padding: 0 4vw;
            margin: 4vw 0 0 0; } }
        #professional-page .section04__inner .alumuni-list ul li {
          margin: 0 0 30px 0; }
          @media print, screen and (max-width: 768px) {
            #professional-page .section04__inner .alumuni-list ul li {
              margin: 0 0 4.5333333333vw 0; } }
          #professional-page .section04__inner .alumuni-list ul li a {
            width: 100%;
            height: 210px;
            display: flex;
            background: #fff;
            align-items: center;
            justify-content: space-between;
            transition: .4s ease-in-out;
            position: relative; }
            @media print, screen and (max-width: 768px) {
              #professional-page .section04__inner .alumuni-list ul li a {
                height: 24vw; } }
            #professional-page .section04__inner .alumuni-list ul li a .alumuni-list__left {
              display: flex;
              width: 615px; }
              @media print, screen and (max-width: 768px) {
                #professional-page .section04__inner .alumuni-list ul li a .alumuni-list__left {
                  width: 70vw; } }
              #professional-page .section04__inner .alumuni-list ul li a .alumuni-list__left .icon-career {
                width: 118px;
                height: 118px;
                margin: 0 0 0 45px; }
                @media print, screen and (max-width: 768px) {
                  #professional-page .section04__inner .alumuni-list ul li a .alumuni-list__left .icon-career {
                    width: 15.7333333333vw;
                    height: 15.7333333333vw;
                    margin: 0 0 0 2.6666666667vw; } }
              #professional-page .section04__inner .alumuni-list ul li a .alumuni-list__left .text {
                text-align: left;
                margin: 0 0 0 30px; }
                @media print, screen and (max-width: 768px) {
                  #professional-page .section04__inner .alumuni-list ul li a .alumuni-list__left .text {
                    margin: 0 0 0 1.3333333333vw; } }
                #professional-page .section04__inner .alumuni-list ul li a .alumuni-list__left .text p {
                  font-size: 28px;
                  font-weight: 700;
                  text-align: left;
                  margin: 0; }
                  @media print, screen and (max-width: 768px) {
                    #professional-page .section04__inner .alumuni-list ul li a .alumuni-list__left .text p {
                      font-size: 3.7333333333vw; } }
                #professional-page .section04__inner .alumuni-list ul li a .alumuni-list__left .text h3 {
                  margin: 15px 0 0 0;
                  font-size: 17px;
                  text-align: left;
                  justify-content: flex-start; }
                  @media print, screen and (max-width: 768px) {
                    #professional-page .section04__inner .alumuni-list ul li a .alumuni-list__left .text h3 {
                      font-size: 2.6666666667vw;
                      margin: 1.3333333333vw 0 0 0; } }
            #professional-page .section04__inner .alumuni-list ul li a .pic {
              width: auto;
              height: 210px; }
              @media print, screen and (max-width: 768px) {
                #professional-page .section04__inner .alumuni-list ul li a .pic {
                  height: 24vw; } }
              #professional-page .section04__inner .alumuni-list ul li a .pic img {
                width: auto;
                height: 100%; }
            #professional-page .section04__inner .alumuni-list ul li a::after {
              content: "";
              display: block;
              position: absolute;
              bottom: 0;
              left: 0;
              height: 100%;
              width: 100%;
              transition: border-width 300ms;
              border: 0 solid #C97044;
              box-sizing: border-box;
              z-index: 0; }
            #professional-page .section04__inner .alumuni-list ul li a:hover {
              opacity: 1; }
              #professional-page .section04__inner .alumuni-list ul li a:hover::after {
                border-width: 10px; }
                @media print, screen and (max-width: 768px) {
                  #professional-page .section04__inner .alumuni-list ul li a:hover::after {
                    border-width: 2.6666666667vw; } }
              #professional-page .section04__inner .alumuni-list ul li a:hover h3 {
                color: #DA6A38; }
  #professional-page .section05-bg {
    top: -100px;
    left: 0;
    height: 47.5vw;
    position: relative; }
    @media print, screen and (max-width: 768px) {
      #professional-page .section05-bg {
        height: 78vw;
        top: -20vw; } }
    #professional-page .section05-bg__inner {
      background: url("../images/bg-section05.jpg") no-repeat;
      width: 100%;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      height: 100%;
      position: relative; }
      @media print, screen and (max-width: 1125px) {
        #professional-page .section05-bg__inner {
          background: url("../images/bg-section05_sp.jpg") no-repeat;
          width: 100%;
          background-size: cover;
          background-attachment: local;
          background-position: center center; } }
      #professional-page .section05-bg__inner__illust {
        position: absolute;
        left: 62%;
        top: 56%;
        width: 72px;
        z-index: 15; }
        @media print, screen and (max-width: 768px) {
          #professional-page .section05-bg__inner__illust {
            top: 79%; } }
        #professional-page .section05-bg__inner__illust img {
          margin: auto; }
          @media print, screen and (max-width: 768px) {
            #professional-page .section05-bg__inner__illust img {
              width: 6.9333333333vw; } }
  #professional-page .section06-bg {
    position: relative;
    background: #EBEBEB; }
    #professional-page .section06-bg::after {
      content: "";
      background: url("../images/bg-top2.svg") center top/cover no-repeat;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 40.1428571429vw;
      top: -24vw;
      z-index: 10; }
      @media print, screen and (max-width: 768px) {
        #professional-page .section06-bg::after {
          background: url("../images/bg-top2_sp.svg") center bottom/cover no-repeat;
          height: 34.1333333333vw;
          top: -30vw; } }
    #professional-page .section06-bg__inner {
      /*margin: -100px 0 0 0;*/ }
  #professional-page .recommended-content {
    margin: 0 auto 0;
    position: relative;
    z-index: 12; }
  #professional-page .submain-contents {
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 50px 0; }
    @media print, screen and (max-width: 768px) {
      #professional-page .submain-contents {
        padding: 9.0666666667vw 0 13.3333333333vw; } }
    #professional-page .submain-contents .genre-contents, #professional-page .submain-contents .motivation-contents, #professional-page .submain-contents .alumni-contents {
      margin: 50px auto;
      max-width: 990px;
      width: 100%; }
      @media print, screen and (max-width: 768px) {
        #professional-page .submain-contents .genre-contents, #professional-page .submain-contents .motivation-contents, #professional-page .submain-contents .alumni-contents {
          margin: 0 auto; } }
    #professional-page .submain-contents .sp-anchor-navi ul li a.current {
      background: #DA6A38;
      color: #fff;
      position: relative; }
      #professional-page .submain-contents .sp-anchor-navi ul li a.current svg {
        fill: #fff; }
      #professional-page .submain-contents .sp-anchor-navi ul li a.current::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 12px 0 12px;
        border-color: #da6c38 transparent transparent transparent;
        bottom: -10px;
        left: 45%;
        position: absolute; }
    @media print, screen and (max-width: 768px) {
      #professional-page .submain-contents h2 {
        display: none; } }
    #professional-page .submain-contents .sub-pageNavibox {
      position: relative;
      z-index: 95; }
      @media print, screen and (max-width: 768px) {
        #professional-page .submain-contents .sub-pageNavibox.fixed {
          position: fixed;
          top: 42vw;
          background: #fff;
          height: 14vw !important;
          z-index: 100;
          overflow-x: scroll !important;
          width: 100%; } }
    #professional-page .submain-contents .sub-pageNavi {
      margin: 30px 0 100px;
      position: relative; }
      @media print, screen and (max-width: 768px) {
        #professional-page .submain-contents .sub-pageNavi {
          overflow-x: scroll;
          height: 100%;
          -webkit-overflow-scrolling: auto;
          border-bottom: 1px solid #707070;
          margin: 0; } }
      #professional-page .submain-contents .sub-pageNavi ul {
        display: flex;
        flex-wrap: wrap; }
        @media print, screen and (max-width: 768px) {
          #professional-page .submain-contents .sub-pageNavi ul {
            flex-wrap: nowrap;
            white-space: nowrap;
            word-break: keep-all;
            white-space: nowrap; } }
        #professional-page .submain-contents .sub-pageNavi ul li {
          width: 25%;
          margin: 0 0 30px 0; }
          @media print, screen and (max-width: 768px) {
            #professional-page .submain-contents .sub-pageNavi ul li {
              width: auto;
              margin: 0 2.6666666667vw;
              padding: 3.5vw 0; } }
          #professional-page .submain-contents .sub-pageNavi ul li a {
            display: block;
            position: relative;
            padding: 0 0 0 20px; }
            @media print, screen and (max-width: 768px) {
              #professional-page .submain-contents .sub-pageNavi ul li a {
                padding: 0 0 0 3vw; } }
            #professional-page .submain-contents .sub-pageNavi ul li a::after {
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 7.5px 0 7.5px 13.0px;
              border-color: transparent transparent transparent #da6c38;
              position: absolute;
              left: 0;
              top: 7px; }
              @media print, screen and (max-width: 768px) {
                #professional-page .submain-contents .sub-pageNavi ul li a::after {
                  top: 1vw;
                  border-width: 1.5vw 0 1.5vw 2vw; } }
            #professional-page .submain-contents .sub-pageNavi ul li a span {
              font-size: 19px;
              font-weight: 700;
              position: relative;
              display: inline-block; }
              @media print, screen and (max-width: 768px) {
                #professional-page .submain-contents .sub-pageNavi ul li a span {
                  font-size: 3.2vw; } }
            #professional-page .submain-contents .sub-pageNavi ul li a:hover {
              opacity: 1; }
              #professional-page .submain-contents .sub-pageNavi ul li a:hover span {
                font-size: 20px;
                border-bottom: 5px solid #DA6A38; }
                @media print, screen and (max-width: 768px) {
                  #professional-page .submain-contents .sub-pageNavi ul li a:hover span {
                    font-size: 3.2vw;
                    border: none; } }
    #professional-page .submain-contents .scroll {
      display: none; }
      @media print, screen and (max-width: 768px) {
        #professional-page .submain-contents .scroll {
          text-align: right;
          display: block; }
          #professional-page .submain-contents .scroll img {
            width: 11.4666666667vw;
            height: 4.5333333333vw; } }
    #professional-page .submain-contents .video-contents {
      position: relative;
      z-index: 90; }
      @media print, screen and (max-width: 768px) {
        #professional-page .submain-contents .video-contents {
          padding: 0 4vw;
          margin: 8vw 0 0 0; } }
      #professional-page .submain-contents .video-contents .video-list {
        margin-top: -200px;
        padding-top: 200px;
        margin-bottom: 50px; }
        @media print, screen and (max-width: 768px) {
          #professional-page .submain-contents .video-contents .video-list {
            margin-top: -60vw;
            padding-top: 60vw; } }
        #professional-page .submain-contents .video-contents .video-list h3 {
          font-size: 27px;
          position: relative;
          border-bottom: 1px solid #333;
          padding: 0 0 10px 20px;
          margin-bottom: 10px; }
          @media print, screen and (max-width: 768px) {
            #professional-page .submain-contents .video-contents .video-list h3 {
              font-size: 3.4666666667vw;
              padding: 0 0 0 2.6666666667vw; } }
          #professional-page .submain-contents .video-contents .video-list h3::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 0 8px 13.9px;
            border-color: transparent transparent transparent #da6c38;
            position: absolute;
            left: 0;
            top: 10px; }
            @media print, screen and (max-width: 768px) {
              #professional-page .submain-contents .video-contents .video-list h3::after {
                top: 1vw;
                border-width: 1.5vw 0 1.5vw 2vw; } }
        #professional-page .submain-contents .video-contents .video-list .video {
          width: 100%;
          margin: 20px 0 0 0;
          display: flex;
          flex-wrap: wrap; }
          #professional-page .submain-contents .video-contents .video-list .video a {
            max-width: 485px;
            width: 48%;
            margin-bottom: 20px; }
            @media print, screen and (max-width: 768px) {
              #professional-page .submain-contents .video-contents .video-list .video a {
                width: 100%;
                margin: 0 0 5.3333333333vw 0; } }
            #professional-page .submain-contents .video-contents .video-list .video a:first-child {
              margin: 0 20px 20px 0; }
              @media print, screen and (max-width: 768px) {
                #professional-page .submain-contents .video-contents .video-list .video a:first-child {
                  margin: 0 0 5.3333333333vw 0; } }
    #professional-page .submain-contents .genre-contents h3 {
      position: relative; }
      #professional-page .submain-contents .genre-contents h3.genre01::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 5px;
        background: url("../images/genrelist01.svg") center/contain no-repeat;
        width: 62px;
        height: 56px; }
        @media print, screen and (max-width: 768px) {
          #professional-page .submain-contents .genre-contents h3.genre01::before {
            width: 11.7333333333vw;
            height: 10.6666666667vw; } }
      #professional-page .submain-contents .genre-contents h3.genre02::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 5px;
        background: url("../images/genrelist02.svg") center/contain no-repeat;
        width: 64px;
        height: 47px; }
        @media print, screen and (max-width: 768px) {
          #professional-page .submain-contents .genre-contents h3.genre02::before {
            width: 12.2666666667vw;
            height: 9.0666666667vw; } }
      #professional-page .submain-contents .genre-contents h3.genre03::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 5px;
        background: url("../images/genrelist03.svg") center/contain no-repeat;
        width: 62px;
        height: 66px; }
        @media print, screen and (max-width: 768px) {
          #professional-page .submain-contents .genre-contents h3.genre03::before {
            width: 11.7333333333vw;
            height: 12.5333333333vw; } }
      #professional-page .submain-contents .genre-contents h3.genre04::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 5px;
        background: url("../images/genrelist04.svg") center/contain no-repeat;
        width: 64px;
        height: 58px; }
        @media print, screen and (max-width: 768px) {
          #professional-page .submain-contents .genre-contents h3.genre04::before {
            width: 12vw;
            height: 10.9333333333vw; } }
      #professional-page .submain-contents .genre-contents h3.genre05::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 5px;
        background: url("../images/genrelist05.svg") center/contain no-repeat;
        width: 69px;
        height: 46px; }
        @media print, screen and (max-width: 768px) {
          #professional-page .submain-contents .genre-contents h3.genre05::before {
            width: 13.0666666667vw;
            height: 8.8vw; } }
      #professional-page .submain-contents .genre-contents h3.genre06::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 5px;
        background: url("../images/genrelist06.svg") center/contain no-repeat;
        width: 137px;
        height: 60px; }
        @media print, screen and (max-width: 768px) {
          #professional-page .submain-contents .genre-contents h3.genre06::before {
            width: 26.9333333333vw;
            height: 6.6666666667vw; } }
    #professional-page .submain-contents .alumni-box {
      position: relative;
      z-index: 90; }
      @media print, screen and (max-width: 768px) {
        #professional-page .submain-contents .alumni-box {
          padding: 0 4vw;
          margin: 8vw 0 0 0; } }
      #professional-page .submain-contents .alumni-box .alumni-list {
        margin-top: -200px;
        padding-top: 200px;
        margin-bottom: 50px; }
        @media print, screen and (max-width: 768px) {
          #professional-page .submain-contents .alumni-box .alumni-list {
            margin-top: -60vw;
            padding-top: 60vw; } }
        #professional-page .submain-contents .alumni-box .alumni-list h3 {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          @media print, screen and (max-width: 768px) {
            #professional-page .submain-contents .alumni-box .alumni-list h3 {
              padding: 0 0 1.3333333333vw 2.6666666667vw;
              border-bottom: 1px solid #333;
              margin-bottom: 4vw; } }
          #professional-page .submain-contents .alumni-box .alumni-list h3 span.title-alumni {
            font-size: 28px;
            padding: 0 0 20px 0;
            border-bottom: 1px solid #333;
            display: block;
            max-width: 880px;
            width: 100%; }
            @media print, screen and (max-width: 768px) {
              #professional-page .submain-contents .alumni-box .alumni-list h3 span.title-alumni {
                border: none;
                font-size: 4.8vw;
                padding: 0 0 0 2.6666666667vw; } }
          #professional-page .submain-contents .alumni-box .alumni-list h3 span.icon-alumni {
            width: 90px;
            height: 90px; }
            @media print, screen and (max-width: 768px) {
              #professional-page .submain-contents .alumni-box .alumni-list h3 span.icon-alumni {
                width: 18.6666666667vw;
                height: 18.6666666667vw; } }
        #professional-page .submain-contents .alumni-box .alumni-list__inner {
          display: flex;
          flex-wrap: wrap;
          margin: 30px 0 0 0; }
          @media print, screen and (max-width: 768px) {
            #professional-page .submain-contents .alumni-box .alumni-list__inner {
              justify-content: space-between; } }
          #professional-page .submain-contents .alumni-box .alumni-list__inner__box {
            max-width: 224px;
            margin: 0 30px 0 0; }
            #professional-page .submain-contents .alumni-box .alumni-list__inner__box:last-child {
              margin: 0; }
            @media print, screen and (max-width: 768px) {
              #professional-page .submain-contents .alumni-box .alumni-list__inner__box {
                width: 48%;
                max-width: 42.6666666667vw;
                margin: 0 0 8vw 0; } }
            #professional-page .submain-contents .alumni-box .alumni-list__inner__box a .pic {
              width: 100%;
              position: relative; }
              #professional-page .submain-contents .alumni-box .alumni-list__inner__box a .pic_hover {
                display: none; }
                #professional-page .submain-contents .alumni-box .alumni-list__inner__box a .pic_hover p {
                  position: absolute;
                  left: 50%;
                  top: 50%;
                  transform: translate(-50%, -50%);
                  font-size: 30px;
                  font-weight: 700;
                  color: #DA6A38;
                  line-height: 1;
                  z-index: 10;
                  width: 100%;
                  text-align: center;
                  display: inline-block; }
                  #professional-page .submain-contents .alumni-box .alumni-list__inner__box a .pic_hover p::after {
                    content: "";
                    border-right: 5px solid #DA6A38;
                    border-top: 5px solid #DA6A38;
                    transform: rotate(45deg);
                    display: inline-block;
                    vertical-align: baseline;
                    width: 14px;
                    height: 14px; }
            #professional-page .submain-contents .alumni-box .alumni-list__inner__box a:hover .pic_hover {
              display: block; }
            #professional-page .submain-contents .alumni-box .alumni-list__inner__box a:hover .pic::after {
              content: "";
              background: rgba(255, 255, 255, 0.7);
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0; }
            #professional-page .submain-contents .alumni-box .alumni-list__inner__box a .text p {
              font-size: 18px;
              color: #333;
              line-height: 1.2;
              font-weight: 700;
              margin: 0 0 10px 0; }
              @media print, screen and (max-width: 768px) {
                #professional-page .submain-contents .alumni-box .alumni-list__inner__box a .text p {
                  font-size: 3.7333333333vw; } }
              #professional-page .submain-contents .alumni-box .alumni-list__inner__box a .text p span {
                font-size: 13px;
                font-weight: 400; }
                @media print, screen and (max-width: 768px) {
                  #professional-page .submain-contents .alumni-box .alumni-list__inner__box a .text p span {
                    font-size: 2.9333333333vw; } }
              #professional-page .submain-contents .alumni-box .alumni-list__inner__box a .text p.new {
                background: #385DC6;
                color: #fff;
                font-size: 16px;
                display: inline-block;
                padding: 0 10px;
                line-height: 24px;
                font-weight: 400;
                margin: 10px 0 0 0; }
                @media print, screen and (max-width: 768px) {
                  #professional-page .submain-contents .alumni-box .alumni-list__inner__box a .text p.new {
                    font-size: 2.6666666667vw;
                    line-height: 1.5; } }
              #professional-page .submain-contents .alumni-box .alumni-list__inner__box a .text p.info {
                font-size: 14px;
                font-weight: 400;
                margin: 10px 0;
                line-height: 1.5; }
                @media print, screen and (max-width: 768px) {
                  #professional-page .submain-contents .alumni-box .alumni-list__inner__box a .text p.info {
                    font-size: 3.2vw; } }

/* #professional */
/* video modal */
.pc .modal-video-close-btn {
  background: url("../images/page/close-button.svg") center/contain no-repeat;
  width: 68px;
  height: 68px;
  top: -40px;
  right: -40px;
  cursor: pointer; }
  .pc .modal-video-close-btn::before, .pc .modal-video-close-btn::after {
    content: none; }
.pc .modal-video {
  background: rgba(46, 20, 9, 0.7); }
.pc .modal-video-close-btn:before, .pc .modal-video-close-btn:after {
  content: none; }
.pc .modal-video-inner {
  padding: 0; }

.sp .modal-video-close-btn {
  background: url("../images/page/close-button.svg") center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  top: -40px;
  right: 0; }
  .sp .modal-video-close-btn::before, .sp .modal-video-close-btn::after {
    content: none; }
.sp .modal-video {
  background: rgba(46, 20, 9, 0.7); }
.sp .modal-video-close-btn:before, .sp .modal-video-close-btn:after {
  content: none; }
.sp .modal-video-inner {
  padding: 0; }

#colorbox {
  border: none;
  border-radius: 0;
  background: #fff; }

#professional-page.popup-window article {
  padding: 55px;
  background: #fff;
  display: flex; }
  @media print, screen and (max-width: 768px) {
    #professional-page.popup-window article {
      display: block;
      padding: 8vw; } }
  #professional-page.popup-window article figure {
    max-width: 224px;
    width: 30%;
    margin: 0; }
    @media print, screen and (max-width: 768px) {
      #professional-page.popup-window article figure {
        width: 100%;
        max-width: 100%; } }
    #professional-page.popup-window article figure img {
      width: 100%; }
    #professional-page.popup-window article figure figcaption .text p {
      font-size: 18px;
      color: #333;
      line-height: 1.2;
      font-weight: 700;
      margin: 0 0 10px 0;
      font-family: 'Noto Sans JP', sans-serif; }
      @media print, screen and (max-width: 768px) {
        #professional-page.popup-window article figure figcaption .text p {
          font-size: 4.8vw; } }
      #professional-page.popup-window article figure figcaption .text p span {
        font-size: 13px;
        font-weight: 400; }
        @media print, screen and (max-width: 768px) {
          #professional-page.popup-window article figure figcaption .text p span {
            font-size: 3.4666666667vw; } }
      #professional-page.popup-window article figure figcaption .text p.new {
        background: #385DC6;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        padding: 0 10px;
        line-height: 24px;
        font-weight: 400;
        margin: 10px 0 0 0; }
        @media print, screen and (max-width: 768px) {
          #professional-page.popup-window article figure figcaption .text p.new {
            font-size: 4.2666666667vw;
            line-height: calc(24/16); } }
      #professional-page.popup-window article figure figcaption .text p.info {
        font-size: 14px;
        font-weight: 400;
        margin: 10px 0; }
        @media print, screen and (max-width: 768px) {
          #professional-page.popup-window article figure figcaption .text p.info {
            font-size: 3.7333333333vw; } }
  #professional-page.popup-window article .contents-texts {
    width: 70%;
    padding: 0 0 0 30px; }
    @media print, screen and (max-width: 768px) {
      #professional-page.popup-window article .contents-texts {
        width: 100%;
        padding: 0; } }
    #professional-page.popup-window article .contents-texts h2 {
      border-bottom: 1px solid #DA6A38;
      padding-bottom: 5px;
      margin-bottom: 10px;
      font-size: 18px;
      position: relative;
      text-align: left;
      padding: 0 0 5px 20px;
      font-family: 'Noto Sans JP', sans-serif; }
      @media print, screen and (max-width: 768px) {
        #professional-page.popup-window article .contents-texts h2 {
          font-size: 4.8vw; } }
      #professional-page.popup-window article .contents-texts h2::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 0 7.5px 13.0px;
        border-color: transparent transparent transparent #da6c38;
        position: absolute;
        left: 0;
        top: 7px; }
        @media print, screen and (max-width: 768px) {
          #professional-page.popup-window article .contents-texts h2::before {
            top: 1vw;
            border-width: 2vw 0 2vw 3vw; } }
    #professional-page.popup-window article .contents-texts p {
      font-size: 14px;
      line-height: calc(22/14);
      font-family: 'Noto Sans JP', sans-serif; }
      @media print, screen and (max-width: 768px) {
        #professional-page.popup-window article .contents-texts p {
          font-size: 3.7333333333vw; } }
#professional-page.popup-window .btn {
  display: none;
  font-family: 'Noto Sans JP', sans-serif; }
  @media print, screen and (max-width: 768px) {
    #professional-page.popup-window .btn {
      display: block;
      margin: 20px auto;
      width: 58.6666666667vw; }
      #professional-page.popup-window .btn a {
        color: #fff;
        text-decoration: none;
        display: block;
        line-height: 12.8vw;
        text-align: center;
        background: #DA6A38;
        position: relative; } }

@media only screen and (max-width: 768px) {
  body > header {
    z-index: 201; } }

/*# sourceMappingURL=professional.css.map */
