@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#mv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative; }
  #mv .main-copy {
    position: absolute;
    top: -10%;
    bottom: 0;
    right: 5%;
    display: flex;
    align-items: center;
    z-index: 10; }
    @media (min-width: 1024px) {
      #mv .main-copy {
        top: 0; } }
    @media (min-width: 1600px) {
      #mv .main-copy {
        right: 10%; } }
    #mv .main-copy .main-copy-in {
      text-align: right; }
      #mv .main-copy .main-copy-in h4 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.55em;
        line-height: 1.0em; }
        @media (min-width: 768px) {
          #mv .main-copy .main-copy-in h4 {
            font-size: 3em; } }
        @media (min-width: 1024px) {
          #mv .main-copy .main-copy-in h4 {
            font-size: 3.75em; } }
      #mv .main-copy .main-copy-in .name {
        display: flex;
        margin-top: 10px; }
        @media (min-width: 768px) {
          #mv .main-copy .main-copy-in .name {
            margin-top: 20px; } }
        #mv .main-copy .main-copy-in .name h3 {
          font-family: 'Montserrat', sans-serif;
          font-size: 1.4em;
          line-height: 1.0em;
          margin: 24px 5px 0 0; }
          @media (min-width: 768px) {
            #mv .main-copy .main-copy-in .name h3 {
              font-size: 4.0em; } }
          @media (min-width: 1024px) {
            #mv .main-copy .main-copy-in .name h3 {
              font-size: 5.0em;
              margin: 40px 20px 0 0; } }
        #mv .main-copy .main-copy-in .name h2 {
          font-family: 'Montserrat', sans-serif;
          font-size: 3.2em;
          font-weight: 700;
          line-height: 1.0em; }
          @media (min-width: 768px) {
            #mv .main-copy .main-copy-in .name h2 {
              font-size: 6.0em; } }
          @media (min-width: 1024px) {
            #mv .main-copy .main-copy-in .name h2 {
              font-size: 7.5em; } }
      #mv .main-copy .main-copy-in #main-title {
        opacity: 0; }
        #mv .main-copy .main-copy-in #main-title h1 {
          font-size: 1.25em;
          line-height: 1.2em;
          color: #575757;
          margin-top: 10px; }
          @media (min-width: 768px) {
            #mv .main-copy .main-copy-in #main-title h1 {
              font-size: 2.0em;
              margin-top: 20px; } }
          @media (min-width: 1024px) {
            #mv .main-copy .main-copy-in #main-title h1 {
              font-size: 2.5em; } }
  #mv .kazari {
    position: absolute;
    bottom: -100px;
    left: -30%; }
    @media (min-width: 768px) {
      #mv .kazari {
        bottom: -150px; } }
    @media (min-width: 1024px) {
      #mv .kazari {
        left: -12%; } }
    @media (min-width: 1600px) {
      #mv .kazari {
        bottom: -200px; } }
    #mv .kazari img {
      width: 80%; }
      @media (min-width: 1024px) {
        #mv .kazari img {
          width: 80%; } }
      @media (min-width: 1600px) {
        #mv .kazari img {
          width: 80%; } }
  #mv .mado1 {
    position: absolute;
    bottom: -10%;
    right: 5%;
    width: 40%; }
    @media (min-width: 1024px) {
      #mv .mado1 {
        bottom: -20%;
        right: 10%;
        width: 25%; } }
    #mv .mado1 img {
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }

.top-title h2 {
  font-size: 3.0em;
  line-height: 1.35em; }
  @media (min-width: 1024px) {
    .top-title h2 {
      font-size: 5.0em; } }
.top-title h3 {
  font-size: 1.0em;
  line-height: 1.0em;
  color: #575757;
  margin-top: -5px; }
  @media (min-width: 1024px) {
    .top-title h3 {
      font-size: 1.25em;
      margin-top: -10px; } }

/*
---------------------------------------------------------------------------------------------------------------------
小畑長とは
---------------------------------------------------------------------------------------------------------------------
*/
#about {
  padding: 150px 0 0;
  max-width: 1600px;
  width: 85%;
  margin: auto; }
  @media (min-width: 1024px) {
    #about {
      width: 90%;
      padding: 200px 0 0; } }
  #about .about-in {
    width: 90%; }
    @media (min-width: 768px) {
      #about .about-in {
        width: 80%; } }
    @media (min-width: 1024px) {
      #about .about-in {
        display: flex;
        width: 100%; } }
    @media (min-width: 1024px) {
      #about .about-in .mado1 {
        width: 50%; } }
    #about .about-in .mado1 img {
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
    @media (min-width: 1024px) {
      #about .about-in .about-text {
        width: 50%;
        padding-left: 5%;
        display: flex;
        align-items: center; } }
    #about .about-in .about-text p {
      font-size: 1.0em;
      line-height: 1.8em;
      text-align: justify;
      margin-top: 10px; }
      @media (min-width: 768px) {
        #about .about-in .about-text p {
          font-size: 1.25em; } }
      @media (min-width: 1024px) {
        #about .about-in .about-text p {
          margin-top: 0px; } }
      @media (min-width: 1024px) {
        #about .about-in .about-text p {
          font-size: 1.5em; } }
  #about .mado2 {
    width: 60%;
    margin: 40px 0 0 auto; }
    @media (min-width: 1024px) {
      #about .mado2 {
        width: 300px;
        margin: 80px 0 0 48%; } }
    #about .mado2 img {
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }

/*
---------------------------------------------------------------------------------------------------------------------
尾畑長硝子を知る／仕事を知る
---------------------------------------------------------------------------------------------------------------------
*/
#know {
  padding: 100px 0 0;
  max-width: 1600px;
  margin: auto;
  width: 90%; }
  @media (min-width: 1024px) {
    #know {
      padding: 200px 0 0; } }
  @media only screen and (min-width: 768px) {
    #know .o-6column .col-lg-6 {
      padding: 0 10px; }
    #know .o-6column {
      margin: 0 -10px; } }
  @media only screen and (min-width: 1024px) {
    #know .o-6column .col-lg-6 {
      padding: 0 20px; }
    #know .o-6column {
      margin: 0 -20px; } }
  #know .know-box {
    margin-bottom: 40px; }
    #know .know-box .top-title {
      text-align: left;
      margin-bottom: 30px; }
    #know .know-box a:hover figure > img {
      transform: scale(1.04); }
    #know .know-box a:hover .text > img {
      margin-right: 0px; }
    #know .know-box a figure {
      position: relative;
      border-radius: 30px;
      overflow: hidden;
      display: block;
      z-index: 1; }
      @media (min-width: 1024px) {
        #know .know-box a figure {
          border-radius: 50px; } }
      #know .know-box a figure img {
        border-radius: 30px;
        transition-duration: 0.8s;
        transform: scale(1); }
        @media (min-width: 1024px) {
          #know .know-box a figure img {
            border-radius: 50px; } }
    #know .know-box a .text {
      margin-top: 10px;
      display: flex; }
      @media (min-width: 1024px) {
        #know .know-box a .text {
          margin-top: 20px; } }
      #know .know-box a .text p {
        font-size: 1.0em;
        line-height: 1.4em;
        margin-right: 10px; }
        @media (min-width: 1024px) {
          #know .know-box a .text p {
            font-size: 1.25em; } }
        @media (min-width: 1250px) {
          #know .know-box a .text p {
            font-size: 1.5em; } }
      #know .know-box a .text img {
        width: 40px;
        margin-left: auto;
        transition: .5s; }
        @media (min-width: 1024px) {
          #know .know-box a .text img {
            margin-right: 20px; } }

/*
---------------------------------------------------------------------------------------------------------------------
スライドボタン
---------------------------------------------------------------------------------------------------------------------
*/
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url("../img/arrow-l.svg"); }

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url("../img/arrow-r.svg"); }

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%; }

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 40px;
  width: 40px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 100; }
  @media (min-width: 1024px) {
    .swiper-button-prev,
    .swiper-button-next {
      height: 60px;
      width: 60px; } }

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 40px;
  width: 40px; }
  @media (min-width: 1024px) {
    .swiper-button-prev::after,
    .swiper-button-next::after {
      height: 60px;
      width: 60px; } }

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0; }

/*
---------------------------------------------------------------------------------------------------------------------
人を知る
---------------------------------------------------------------------------------------------------------------------
*/
#people {
  padding: 100px 0 0;
  position: relative; }
  #people .top-title {
    text-align: center; }
    @media (min-width: 768px) {
      #people .top-title {
        text-align: right;
        padding-right: 5%; } }
  #people .card01 {
    overflow: hidden;
    position: relative;
    z-index: 10; }
    @media (min-width: 768px) {
      #people .card01 {
        padding: 200px 0 0;
        margin-top: -100px; } }
    @media (min-width: 1250px) {
      #people .card01 {
        margin-top: -170px; } }
    @media (min-width: 1700px) {
      #people .card01 {
        padding: 100px 0 0; } }
    #people .card01 .swiper .swiper-wrapper .swiper-slide {
      width: 250px; }
      @media (min-width: 768px) {
        #people .card01 .swiper .swiper-wrapper .swiper-slide {
          width: 300px; } }
      @media (min-width: 1024px) {
        #people .card01 .swiper .swiper-wrapper .swiper-slide {
          width: 350px; } }
      @media (min-width: 1250px) {
        #people .card01 .swiper .swiper-wrapper .swiper-slide {
          width: 500px; } }
      @media (min-width: 1600px) {
        #people .card01 .swiper .swiper-wrapper .swiper-slide {
          width: 600px; } }
      @media (min-width: 768px) {
        #people .card01 .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
          margin-top: -300px; } }
      @media (min-width: 2100px) {
        #people .card01 .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
          margin-top: 0; } }
      @media (min-width: 768px) {
        #people .card01 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
          margin-top: -200px; } }
      @media (min-width: 2100px) {
        #people .card01 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
          margin-top: 0; } }
      @media (min-width: 768px) {
        #people .card01 .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
          margin-top: -100px; } }
      @media (min-width: 2100px) {
        #people .card01 .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
          margin-top: 0; } }
      #people .card01 .swiper .swiper-wrapper .swiper-slide a:hover .slide > img {
        opacity: 0.7; }
      #people .card01 .swiper .swiper-wrapper .swiper-slide a:hover .slide > .text {
        color: #FF4B4C; }
      #people .card01 .swiper .swiper-wrapper .swiper-slide a:hover .slide > .text > .arrow {
        margin-top: 10px; }
      #people .card01 .swiper .swiper-wrapper .swiper-slide a .slide {
        margin-right: -15px; }
        @media (min-width: 768px) {
          #people .card01 .swiper .swiper-wrapper .swiper-slide a .slide {
            margin: 0 -20px; } }
        @media (min-width: 1250px) {
          #people .card01 .swiper .swiper-wrapper .swiper-slide a .slide {
            margin: 0 -30px; } }
        #people .card01 .swiper .swiper-wrapper .swiper-slide a .slide img {
          transition: .5s; }
        #people .card01 .swiper .swiper-wrapper .swiper-slide a .slide .text {
          text-align: center; }
          #people .card01 .swiper .swiper-wrapper .swiper-slide a .slide .text h3 {
            font-size: 1.125em;
            line-height: 1.4em;
            margin: 5px 0;
            transition: .5s; }
            @media (min-width: 1024px) {
              #people .card01 .swiper .swiper-wrapper .swiper-slide a .slide .text h3 {
                font-size: 1.5em;
                margin: 10px 0; } }
          #people .card01 .swiper .swiper-wrapper .swiper-slide a .slide .text p {
            font-size: 0.75em;
            line-height: 1.4em;
            margin-top: 10px;
            transition: .5s; }
            @media (min-width: 1024px) {
              #people .card01 .swiper .swiper-wrapper .swiper-slide a .slide .text p {
                font-size: 1.0em;
                margin-top: 20px; } }
          #people .card01 .swiper .swiper-wrapper .swiper-slide a .slide .text h4 {
            font-size: 1.0em;
            line-height: 1.6em;
            margin-top: 5px;
            transition: .5s; }
            @media (min-width: 1024px) {
              #people .card01 .swiper .swiper-wrapper .swiper-slide a .slide .text h4 {
                font-size: 1.25em;
                margin-top: 10px; } }
          #people .card01 .swiper .swiper-wrapper .swiper-slide a .slide .text .arrow {
            margin-top: 20px;
            transition: .5s; }
            #people .card01 .swiper .swiper-wrapper .swiper-slide a .slide .text .arrow img {
              width: 40px; }
  #people .more-btn {
    text-align: center;
    margin: 30px auto 0;
    position: relative;
    z-index: 10; }
    @media (min-width: 768px) {
      #people .more-btn {
        margin: -27px auto 0; } }
    @media (min-width: 2100px) {
      #people .more-btn {
        margin: 60px auto 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
社長を知る
---------------------------------------------------------------------------------------------------------------------
*/
#message {
  position: relative;
  padding-top: 50px; }
  #message .back img {
    position: absolute;
    z-index: -1; }
    #message .back img:nth-child(1) {
      bottom: -5%; }
      @media (min-width: 1024px) {
        #message .back img:nth-child(1) {
          bottom: -20%; } }
    #message .back img:nth-child(2) {
      bottom: 30%; }
      @media (min-width: 1024px) {
        #message .back img:nth-child(2) {
          bottom: 6%; } }
  #message .message-in {
    padding: 100px 0 0;
    max-width: 1600px;
    margin: auto;
    width: 90%; }
    @media (min-width: 768px) {
      #message .message-in {
        padding: 50px 0 0; } }
    @media (min-width: 1700px) {
      #message .message-in {
        padding: 150px 0 0; } }
    #message .message-in .top-title {
      text-align: center;
      margin-bottom: 40px; }
      @media (min-width: 1024px) {
        #message .message-in .top-title {
          margin-bottom: 60px; } }
    #message .message-in .thumbnail video {
      width: 100%;
      height: auto;
      border-radius: 20px; }
      @media (min-width: 1024px) {
        #message .message-in .thumbnail video {
          border-radius: 50px; } }
    #message .message-in .message-movie {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #message .message-in .message-movie {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 20px; } }
      @media (min-width: 1024px) {
        #message .message-in .message-movie {
          margin-top: 60px; } }
      #message .message-in .message-movie .name {
        text-align: center;
        margin: 0 0 20px 0; }
        @media (min-width: 768px) {
          #message .message-in .message-movie .name {
            margin: 0 20px 0 0; } }
        @media (min-width: 1024px) {
          #message .message-in .message-movie .name {
            margin: 0 40px 0 0; } }
        #message .message-in .message-movie .name h3 {
          font-size: 1.0em;
          line-height: 1.2em; }
          @media (min-width: 1024px) {
            #message .message-in .message-movie .name h3 {
              font-size: 1.125em; } }
        #message .message-in .message-movie .name h4 {
          font-family: 'Montserrat', sans-serif;
          font-size: 2.4em;
          line-height: 1.0em;
          margin-top: 5px; }
          @media (min-width: 1024px) {
            #message .message-in .message-movie .name h4 {
              font-size: 3.375em;
              margin-top: 10px; } }
        #message .message-in .message-movie .name h5 {
          font-size: 1.125em;
          line-height: 1.2em;
          margin-top: 5px; }
          @media (min-width: 1024px) {
            #message .message-in .message-movie .name h5 {
              font-size: 1.25em;
              margin-top: 10px; } }
      #message .message-in .message-movie .movie-btn {
        display: flex;
        justify-content: center; }
        #message .message-in .message-movie .movie-btn a:nth-child(1) {
          margin-right: 10px; }
          @media (min-width: 1024px) {
            #message .message-in .message-movie .movie-btn a:nth-child(1) {
              margin-right: 20px; } }
        #message .message-in .message-movie .movie-btn a:hover .btn-box > .btn-box-in > img {
          transform: scale(1.3); }
        #message .message-in .message-movie .movie-btn a .btn-box {
          background-color: #000;
          border-radius: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 170px;
          height: 80px; }
          @media (min-width: 1024px) {
            #message .message-in .message-movie .movie-btn a .btn-box {
              width: 220px;
              height: 120px;
              border-radius: 30px; } }
          @media (min-width: 1024px) {
            #message .message-in .message-movie .movie-btn a .btn-box {
              width: 300px; } }
          #message .message-in .message-movie .movie-btn a .btn-box .btn-box-in {
            text-align: center;
            color: #fff; }
            #message .message-in .message-movie .movie-btn a .btn-box .btn-box-in img {
              width: 34px;
              transition-duration: 0.8s;
              transform: scale(1); }
              @media (min-width: 1024px) {
                #message .message-in .message-movie .movie-btn a .btn-box .btn-box-in img {
                  width: 40px; } }
            #message .message-in .message-movie .movie-btn a .btn-box .btn-box-in p {
              font-size: 0.9em;
              line-height: 1.2em;
              margin-top: 5px; }
              @media (min-width: 1024px) {
                #message .message-in .message-movie .movie-btn a .btn-box .btn-box-in p {
                  font-size: 1.0em;
                  margin-top: 10px; } }

/*
---------------------------------------------------------------------------------------------------------------------
ラジオ
---------------------------------------------------------------------------------------------------------------------
*/
#radio {
  margin: auto;
  padding-top: 80px;
  max-width: 1200px;
  width: 90%; }
  @media (min-width: 1024px) {
    #radio {
      padding-top: 120px; } }
  @media (min-width: 1250px) {
    #radio {
      padding-top: 160px; } }
  #radio .main-photo img {
    border-radius: 20px;
    vertical-align: bottom; }
    @media (min-width: 768px) {
      #radio .main-photo img {
        border-radius: 30px; } }
  #radio .recruit-in {
    margin-top: 20px; }
    @media (min-width: 768px) {
      #radio .recruit-in {
        display: flex;
        margin-top: 40px; } }
    @media (min-width: 768px) {
      #radio .recruit-in .recruit-l {
        width: 45%;
        padding-right: 5%;
        display: flex;
        align-items: center; } }
    #radio .recruit-in .recruit-l .txt {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        #radio .recruit-in .recruit-l .txt {
          margin-bottom: 0; } }
      #radio .recruit-in .recruit-l .txt h2 {
        font-size: 0.9em;
        line-height: 0.95em; }
        @media (min-width: 1250px) {
          #radio .recruit-in .recruit-l .txt h2 {
            font-size: 1em; } }
      #radio .recruit-in .recruit-l .txt h3 {
        font-size: 1.6em;
        font-weight: 900;
        line-height: 1.4em; }
        @media (min-width: 768px) {
          #radio .recruit-in .recruit-l .txt h3 {
            font-size: 2.0em;
            margin-top: 2px; } }
        @media (min-width: 1250px) {
          #radio .recruit-in .recruit-l .txt h3 {
            font-size: 2.8em; } }
      #radio .recruit-in .recruit-l .txt .radio-menu {
        display: flex;
        margin-top: -8px; }
        #radio .recruit-in .recruit-l .txt .radio-menu ul {
          display: flex; }
          #radio .recruit-in .recruit-l .txt .radio-menu ul li {
            margin: 0 5px; }
            #radio .recruit-in .recruit-l .txt .radio-menu ul li:first-child {
              margin-left: 0; }
            #radio .recruit-in .recruit-l .txt .radio-menu ul li:last-child {
              margin-right: 0; }
            #radio .recruit-in .recruit-l .txt .radio-menu ul li a {
              font-size: 0.80em;
              transition: .5s;
              position: relative; }
              @media (min-width: 1024px) {
                #radio .recruit-in .recruit-l .txt .radio-menu ul li a {
                  font-size: 0.9em; } }
              #radio .recruit-in .recruit-l .txt .radio-menu ul li a::after {
                position: absolute;
                bottom: 0;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #000;
                transform: scale(0, 1);
                transform-origin: right top;
                transition: transform .3s; }
              #radio .recruit-in .recruit-l .txt .radio-menu ul li a:hover::after {
                transform-origin: left top;
                transform: scale(1, 1); }
      #radio .recruit-in .recruit-l .txt h4 {
        font-size: 1.0em;
        line-height: 1.4em;
        margin: 10px 0 0 0; }
        @media (min-width: 768px) {
          #radio .recruit-in .recruit-l .txt h4 {
            font-size: 1.125em;
            margin: 20px 0 0 0; } }
        @media (min-width: 1250px) {
          #radio .recruit-in .recruit-l .txt h4 {
            font-size: 1.4em; } }
      #radio .recruit-in .recruit-l .txt p {
        font-size: 0.80em;
        line-height: 1.8em;
        text-align: justify;
        margin-top: 20px; }
        @media (min-width: 768px) {
          #radio .recruit-in .recruit-l .txt p {
            font-size: 1.0em; } }
        @media (min-width: 1250px) {
          #radio .recruit-in .recruit-l .txt p {
            font-size: 1.125em;
            margin-top: 40px; } }
    #radio .recruit-in .recruit-r {
      position: relative; }
      @media (min-width: 768px) {
        #radio .recruit-in .recruit-r {
          width: 55%; } }

/*
---------------------------------------------------------------------------------------------------------------------
働き方を知る
---------------------------------------------------------------------------------------------------------------------
*/
#workstyle {
  padding: 120px 0 0;
  max-width: 1200px;
  width: 90%;
  margin: auto; }
  @media (min-width: 1024px) {
    #workstyle {
      padding: 300px 0 0; } }
  @media (min-width: 768px) {
    #workstyle .workstyle-in {
      margin: -100px 0 0 0; } }
  @media (min-width: 1024px) {
    #workstyle .workstyle-in {
      display: flex; } }
  #workstyle .workstyle-in .workstyle-left {
    position: relative;
    width: 50%;
    margin-left: auto; }
    @media (min-width: 768px) {
      #workstyle .workstyle-in .workstyle-left {
        width: 30%; } }
    @media (min-width: 768px) {
      #workstyle .workstyle-in .workstyle-left .style-mado {
        position: absolute;
        bottom: 3%; } }
    #workstyle .workstyle-in .workstyle-left .style-mado img {
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
  @media (min-width: 768px) {
    #workstyle .workstyle-in .workstyle-right {
      width: 70%;
      padding-left: 5%; } }
  @media (min-width: 1250px) {
    #workstyle .workstyle-in .workstyle-right {
      padding-left: 10%; } }
  #workstyle .workstyle-in .workstyle-right img {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  #workstyle .workstyle-in .workstyle-right p {
    font-size: 1.25em;
    line-height: 1.4em;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      #workstyle .workstyle-in .workstyle-right p {
        font-size: 1.5em; } }
  #workstyle .workstyle-in .workstyle-right .more-btn {
    margin-top: 30px; }

/*
---------------------------------------------------------------------------------------------------------------------
採用までの流れ
---------------------------------------------------------------------------------------------------------------------
*/
#flow {
  padding: 80px 0 150px; }
  @media (min-width: 1024px) {
    #flow {
      padding: 120px 0 150px; } }
  @media (min-width: 1024px) {
    #flow {
      padding: 250px 0 250px; } }
  #flow .top-title {
    text-align: center;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      #flow .top-title {
        margin-bottom: 60px; } }
  #flow ul {
    max-width: 880px;
    margin: auto;
    width: 90%; }
    #flow ul li {
      margin-bottom: 30px;
      position: relative;
      background-color: #fff;
      border-radius: 20px;
      overflow: hidden;
      padding: 30px 15px; }
      @media (min-width: 1024px) {
        #flow ul li {
          padding: 40px 15px; } }
      #flow ul li .no {
        position: absolute;
        top: -50px;
        right: -30px;
        font-family: 'Montserrat', sans-serif;
        width: 100px;
        height: 100px;
        background-color: #FF4B4C;
        border-radius: 50%; }
        #flow ul li .no h5 {
          position: absolute;
          bottom: 15px;
          left: 30px;
          font-size: 0.9em;
          color: #fff; }
      #flow ul li .text {
        text-align: center; }
        #flow ul li .text h4 {
          font-size: 1.125em;
          line-height: 1.4em;
          color: #FF4B4C; }
          @media (min-width: 1024px) {
            #flow ul li .text h4 {
              font-size: 1.25em; } }
        #flow ul li .text p {
          font-size: 0.9em;
          line-height: 1.8em;
          color: #575757;
          margin-top: 10px; }
          @media (min-width: 1024px) {
            #flow ul li .text p {
              font-size: 1.0em;
              margin-top: 20px; } }
