@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#mv {
  position: relative; }
  #mv.yakuzaishi {
    background: linear-gradient(135deg, #324DA8 0%, #5d9cff 30%, #6c90ff 60%, #3bbcff 100%); }
  #mv.sogo {
    background: linear-gradient(135deg, #ffa07a 0%, #ff5e62 30%, #FF7A67 60%, #ff2b75 100%); }
  #mv .mv-in {
    position: relative;
    max-width: 1800px;
    margin: auto;
    width: 90%;
    height: 100vh; }
    @media (min-width: 768px) {
      #mv .mv-in {
        width: 95%;
        height: auto; } }
    @media (min-width: 1600px) {
      #mv .mv-in {
        width: 90%; } }
    #mv .mv-in .mv-contents {
      padding-top: 95px; }
      @media (min-width: 768px) {
        #mv .mv-in .mv-contents {
          position: absolute;
          top: 60px;
          bottom: 0;
          left: 2%;
          align-items: center;
          display: flex;
          width: 55%;
          padding-top: 0; } }
      @media (min-width: 1250px) {
        #mv .mv-in .mv-contents {
          top: 40px;
          left: 5%; } }
      #mv .mv-in .mv-contents .mv-contents-in {
        position: relative;
        z-index: 100; }
        #mv .mv-in .mv-contents .mv-contents-in .copy {
          color: #fff; }
          #mv .mv-in .mv-contents .mv-contents-in .copy h2 {
            font-size: 1.0em;
            line-height: 1.2em;
            display: inline-block;
            border: 2px solid #fff;
            padding: 5px 20px;
            border-radius: 40px; }
            @media (min-width: 1024px) {
              #mv .mv-in .mv-contents .mv-contents-in .copy h2 {
                font-size: 1.2em;
                padding: 10px 30px;
                border: 3px solid #fff; } }
            @media (min-width: 1250px) {
              #mv .mv-in .mv-contents .mv-contents-in .copy h2 {
                font-size: 1.4em; } }
          #mv .mv-in .mv-contents .mv-contents-in .copy h1 {
            font-size: 2.2em;
            line-height: 1.2em;
            font-feature-settings: "palt";
            letter-spacing: 0.04em;
            margin-top: 5px; }
            @media (min-width: 768px) {
              #mv .mv-in .mv-contents .mv-contents-in .copy h1 {
                font-size: 3.0em; } }
            @media (min-width: 1024px) {
              #mv .mv-in .mv-contents .mv-contents-in .copy h1 {
                font-size: 4.0em; } }
            @media (min-width: 1250px) {
              #mv .mv-in .mv-contents .mv-contents-in .copy h1 {
                font-size: 4.6em;
                margin-top: 20px; } }
          #mv .mv-in .mv-contents .mv-contents-in .copy h3 {
            font-size: 1.25em;
            line-height: 1.4em;
            margin-top: 20px; }
            @media (min-width: 768px) {
              #mv .mv-in .mv-contents .mv-contents-in .copy h3 {
                font-size: 1.25em; } }
            @media (min-width: 1024px) {
              #mv .mv-in .mv-contents .mv-contents-in .copy h3 {
                font-size: 1.45em;
                margin-top: 40px; } }
            @media (min-width: 1250px) {
              #mv .mv-in .mv-contents .mv-contents-in .copy h3 {
                font-size: 1.75em; } }
          #mv .mv-in .mv-contents .mv-contents-in .copy p {
            font-size: 0.9em;
            text-align: justify;
            line-height: 1.8em;
            margin-top: 10px; }
            @media (min-width: 768px) {
              #mv .mv-in .mv-contents .mv-contents-in .copy p {
                width: 90%; } }
            @media (min-width: 1024px) {
              #mv .mv-in .mv-contents .mv-contents-in .copy p {
                font-size: 1.0em;
                width: 100%; } }
            @media (min-width: 1250px) {
              #mv .mv-in .mv-contents .mv-contents-in .copy p {
                font-size: 1.125em;
                margin-top: 20px; } }
    #mv .mv-in ul.photo {
      position: absolute;
      bottom: 0; }
      @media (min-width: 768px) {
        #mv .mv-in ul.photo {
          position: relative; } }
      #mv .mv-in ul.photo li {
        width: 100%; }
        @media (min-width: 768px) {
          #mv .mv-in ul.photo li {
            width: 55%;
            margin-left: 45%;
            padding-top: 10%; } }
        @media (min-width: 1250px) {
          #mv .mv-in ul.photo li {
            width: 50%;
            margin-left: 50%; } }
        @media (min-width: 1600px) {
          #mv .mv-in ul.photo li {
            padding-top: 5%; } }
        #mv .mv-in ul.photo li:first-child {
          mix-blend-mode: screen;
          transform: scale(0.92);
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 0; }
        #mv .mv-in ul.photo li:last-child {
          position: relative;
          z-index: 10; }

#page-menu {
  width: 95%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px; }
  @media (min-width: 768px) {
    #page-menu {
      display: flex;
      justify-content: center;
      top: -25px; } }
  #page-menu .page-menu-in {
    border-radius: 60px;
    padding: 15px 10px 15px 0;
    text-align: center; }
    @media (min-width: 768px) {
      #page-menu .page-menu-in {
        display: flex;
        align-items: center;
        padding: 0 40px;
        height: 50px; } }
    #page-menu .page-menu-in.aqua {
      background-color: #074CCE; }
    #page-menu .page-menu-in.rouge {
      background-color: #E60012; }
    #page-menu .page-menu-in ul {
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        #page-menu .page-menu-in ul {
          margin: 0 40px 0 0; } }
      #page-menu .page-menu-in ul:last-child {
        margin: 0; }
      #page-menu .page-menu-in ul li {
        display: inline-block;
        margin-right: 30px; }
        @media (min-width: 768px) {
          #page-menu .page-menu-in ul li {
            margin-right: 40px; } }
        #page-menu .page-menu-in ul li:last-child {
          margin-right: 0; }
        #page-menu .page-menu-in ul li a {
          position: relative;
          font-size: 0.8em;
          line-height: 1.4em;
          color: #fff; }
          @media (min-width: 768px) {
            #page-menu .page-menu-in ul li a {
              line-height: 1.2em; } }
          @media (min-width: 1024px) {
            #page-menu .page-menu-in ul li a {
              font-size: 1.0em; } }
          #page-menu .page-menu-in ul li a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #fff;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #page-menu .page-menu-in ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
          #page-menu .page-menu-in ul li a::before {
            content: '';
            position: absolute;
            right: -10px;
            top: 6px;
            width: 6px;
            height: 6px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            transform: rotate(135deg); }
            @media (min-width: 768px) {
              #page-menu .page-menu-in ul li a::before {
                right: -10px;
                top: 6px; } }
            @media (min-width: 1024px) {
              #page-menu .page-menu-in ul li a::before {
                top: 8px; } }

.job-title {
  display: flex;
  position: relative;
  padding-left: 5%; }
  .job-title.aqua h2 {
    color: #074CCE; }
  .job-title.rouge h2 {
    color: #E60012; }
  .job-title img {
    position: absolute;
    top: -30px;
    left: 5px;
    width: 40px; }
    @media (min-width: 768px) {
      .job-title img {
        left: 20px; } }
    @media (min-width: 1024px) {
      .job-title img {
        top: -40px;
        left: 30px;
        width: 60px; } }
  .job-title h2 {
    position: relative;
    font-size: 1.8em;
    line-height: 1.2em;
    z-index: 10; }
    @media (min-width: 1024px) {
      .job-title h2 {
        font-size: 2.6em; } }

@media (min-width: 768px) {
  .common-title {
    display: flex;
    align-items: center; } }
.common-title .txt {
  padding-left: 5%; }
  .common-title .txt p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin-top: 8px; }
    @media (min-width: 1024px) {
      .common-title .txt p {
        font-size: 1.125em;
        margin-top: 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
TGNの薬剤師とは
---------------------------------------------------------------------------------------------------------------------
*/
#about {
  position: relative;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  top: 0;
  z-index: 10;
  padding: 160px 0 60px; }
  @media (min-width: 1024px) {
    #about {
      top: -20px;
      padding: 160px 0 100px; } }
  #about .job-about-card {
    padding: 0 0 50px 4%;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 60px; }
    @media (min-width: 768px) {
      #about .job-about-card {
        padding: 0 0 60px 5%; } }
    #about .job-about-card .swiper-slide {
      width: 240px;
      margin: 0 30px 0 0; }
      @media (min-width: 768px) {
        #about .job-about-card .swiper-slide {
          width: 340px;
          margin: 0 40px 0 0; } }
      @media (min-width: 1250px) {
        #about .job-about-card .swiper-slide {
          width: 360px;
          margin: 0 60px 0 0; } }
      #about .job-about-card .swiper-slide:last-child {
        margin-right: 3%; }
    #about .job-about-card .about-box.aqua {
      border-top: 2px solid #074CCE; }
      #about .job-about-card .about-box.aqua h6 {
        color: #074CCE; }
    #about .job-about-card .about-box.rouge {
      border-top: 2px solid #E60012; }
      #about .job-about-card .about-box.rouge h6 {
        color: #E60012; }
    #about .job-about-card .about-box h6 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 1.8em;
      line-height: 1.0em;
      margin-top: 15px; }
      @media (min-width: 1024px) {
        #about .job-about-card .about-box h6 {
          font-size: 2.4em;
          margin-top: 30px; } }
    #about .job-about-card .about-box h3 {
      font-size: 1.25em;
      line-height: 1.4em;
      margin-top: 15px; }
      @media (min-width: 1024px) {
        #about .job-about-card .about-box h3 {
          font-size: 1.75em;
          margin-top: 30px; } }
    #about .job-about-card .about-box p {
      font-size: 0.9em;
      line-height: 1.8em;
      text-align: justify;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #about .job-about-card .about-box p {
          font-size: 1.125em;
          margin-top: 20px; } }
    #about .job-about-card .swiper-pagination {
      left: 0;
      right: 0;
      bottom: 10px;
      color: #fff; }
    #about .job-about-card .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #BDBCB6; }
    #about .job-about-card.aqua .swiper-pagination-bullet-active {
      opacity: 1;
      background-color: #0B46C9; }
    #about .job-about-card.rouge .swiper-pagination-bullet-active {
      opacity: 1;
      background-color: #E60012; }

/*
---------------------------------------------------------------------------------------------------------------------
Special Contents
---------------------------------------------------------------------------------------------------------------------
*/
#special-contents {
  background: linear-gradient(135deg, #ffa07a 0%, #ff5e62 30%, #FF7A67 60%, #ff2b75 100%);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 40px 0 60px; }
  @media (min-width: 768px) {
    #special-contents {
      padding: 60px 0 80px; } }
  @media (min-width: 1250px) {
    #special-contents {
      padding: 100px 0 120px; } }
  #special-contents .special-contents-in {
    max-width: 1400px;
    width: 90%;
    margin: auto; }
    #special-contents .special-contents-in .culture-title {
      margin-bottom: 30px;
      color: #fff; }
      @media (min-width: 1250px) {
        #special-contents .special-contents-in .culture-title {
          display: flex;
          margin-bottom: 60px; } }
      #special-contents .special-contents-in .culture-title .c-midashi {
        color: #fff; }
        @media (min-width: 1250px) {
          #special-contents .special-contents-in .culture-title .c-midashi {
            width: 50%; } }
      #special-contents .special-contents-in .culture-title .txt {
        margin-top: 20px; }
        @media (min-width: 1250px) {
          #special-contents .special-contents-in .culture-title .txt {
            width: 50%;
            margin-top: 0;
            display: flex;
            align-items: center;
            margin-top: 40px; } }
    @media (min-width: 1024px) {
      #special-contents .special-contents-in ul.cross-talk {
        display: flex; } }
    #special-contents .special-contents-in ul.cross-talk li {
      margin-bottom: 60px; }
      #special-contents .special-contents-in ul.cross-talk li:last-child {
        margin-bottom: 0; }
      @media (min-width: 1024px) {
        #special-contents .special-contents-in ul.cross-talk li {
          width: 50%;
          margin-bottom: 0; }
          #special-contents .special-contents-in ul.cross-talk li:first-child {
            padding-right: 30px; }
          #special-contents .special-contents-in ul.cross-talk li:last-child {
            padding-left: 30px; } }
      #special-contents .special-contents-in ul.cross-talk li .movie {
        position: relative; }
        #special-contents .special-contents-in ul.cross-talk li .movie video {
          width: 100%;
          border-radius: 10px; }
          @media (min-width: 1024px) {
            #special-contents .special-contents-in ul.cross-talk li .movie video {
              border-radius: 20px; } }
      #special-contents .special-contents-in ul.cross-talk li .txt {
        color: #fff;
        margin-top: 10px; }
        @media (min-width: 1250px) {
          #special-contents .special-contents-in ul.cross-talk li .txt {
            margin-top: 20px; } }
        #special-contents .special-contents-in ul.cross-talk li .txt h4 {
          font-size: 0.9em;
          line-height: 1.2em;
          display: flex; }
          @media (min-width: 768px) {
            #special-contents .special-contents-in ul.cross-talk li .txt h4 {
              font-size: 1.0em; } }
          @media (min-width: 1250px) {
            #special-contents .special-contents-in ul.cross-talk li .txt h4 {
              font-size: 1.125em; } }
          #special-contents .special-contents-in ul.cross-talk li .txt h4 .line {
            border-left: 6px solid #fff;
            margin: 2px 5px 0 0; }
        #special-contents .special-contents-in ul.cross-talk li .txt h3 {
          font-size: 1.125em;
          line-height: 1.2em;
          margin-top: 10px; }
          @media (min-width: 768px) {
            #special-contents .special-contents-in ul.cross-talk li .txt h3 {
              font-size: 1.25em; } }
          @media (min-width: 1250px) {
            #special-contents .special-contents-in ul.cross-talk li .txt h3 {
              font-size: 1.75em;
              margin-top: 20px; } }
        #special-contents .special-contents-in ul.cross-talk li .txt .more-btnA {
          margin-top: 20px; }

/*
---------------------------------------------------------------------------------------------------------------------
キャリアパスの流れ
---------------------------------------------------------------------------------------------------------------------
*/
#career-pass {
  background-color: #F8F8F8;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 80px 0 0 0; }
  @media (min-width: 1024px) {
    #career-pass {
      padding: 140px 0 0 0; } }
  @media (min-width: 1400px) {
    #career-pass .common-title {
      max-width: 1400px;
      margin: auto;
      width: 90%;
      position: relative;
      left: -75px; } }
  #career-pass .career-pass-in {
    max-width: 1400px;
    margin: 50px auto 0;
    width: 90%; }
    @media (min-width: 1024px) {
      #career-pass .career-pass-in {
        display: flex; } }
    #career-pass .career-pass-in .career-pass-L {
      width: 100%; }
      @media (min-width: 1024px) {
        #career-pass .career-pass-in .career-pass-L {
          width: 250px; } }
      @media (min-width: 1250px) {
        #career-pass .career-pass-in .career-pass-L {
          width: 280px; } }
      #career-pass .career-pass-in .career-pass-L ul li {
        margin-bottom: 20px; }
        #career-pass .career-pass-in .career-pass-L ul li:last-child {
          margin-bottom: 0; }
        #career-pass .career-pass-in .career-pass-L ul li .flow {
          width: 100%;
          padding: 20px 0;
          border-radius: 20px; }
          @media (min-width: 1250px) {
            #career-pass .career-pass-in .career-pass-L ul li .flow {
              padding: 45px 0; } }
          #career-pass .career-pass-in .career-pass-L ul li .flow.color1 {
            background-color: #3BD2A6; }
          #career-pass .career-pass-in .career-pass-L ul li .flow.color2 {
            background-color: #39B9B4; }
          #career-pass .career-pass-in .career-pass-L ul li .flow.color3 {
            background-color: #399FBF; }
          #career-pass .career-pass-in .career-pass-L ul li .flow.color4 {
            background-color: #3B8FC6; }
          #career-pass .career-pass-in .career-pass-L ul li .flow.color5 {
            background-color: #3A6ED4; }
          #career-pass .career-pass-in .career-pass-L ul li .flow.color1s {
            background-color: #E6B701; }
          #career-pass .career-pass-in .career-pass-L ul li .flow.color2s {
            background-color: #E69402; }
          #career-pass .career-pass-in .career-pass-L ul li .flow.color3s {
            background-color: #E67709; }
          #career-pass .career-pass-in .career-pass-L ul li .flow.color4s {
            background-color: #E6480E; }
          #career-pass .career-pass-in .career-pass-L ul li .flow.color5s {
            background-color: #E60013; }
          #career-pass .career-pass-in .career-pass-L ul li .flow h3 {
            font-size: 1.25em;
            text-align: center;
            color: #fff; }
        #career-pass .career-pass-in .career-pass-L ul li .triangle {
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          margin: 15px auto; }
          #career-pass .career-pass-in .career-pass-L ul li .triangle.color1 {
            border-top: 15px solid #38BAB4; }
          #career-pass .career-pass-in .career-pass-L ul li .triangle.color2 {
            border-top: 15px solid #399FBF; }
          #career-pass .career-pass-in .career-pass-L ul li .triangle.color3 {
            border-top: 15px solid #3B8FC6; }
          #career-pass .career-pass-in .career-pass-L ul li .triangle.color4 {
            border-top: 15px solid #3A6ED4; }
          #career-pass .career-pass-in .career-pass-L ul li .triangle.color1s {
            border-top: 15px solid #E69402; }
          #career-pass .career-pass-in .career-pass-L ul li .triangle.color2s {
            border-top: 15px solid #E67709; }
          #career-pass .career-pass-in .career-pass-L ul li .triangle.color3s {
            border-top: 15px solid #E6480E; }
          #career-pass .career-pass-in .career-pass-L ul li .triangle.color4s {
            border-top: 15px solid #E60013; }
    #career-pass .career-pass-in .career-pass-R {
      margin-top: 40px; }
      @media (min-width: 1024px) {
        #career-pass .career-pass-in .career-pass-R {
          width: calc(100% - 250px);
          padding-left: 5%;
          margin-top: 0; } }
      @media (min-width: 1250px) {
        #career-pass .career-pass-in .career-pass-R {
          width: calc(100% - 280px); } }
      #career-pass .career-pass-in .career-pass-R ul li {
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          #career-pass .career-pass-in .career-pass-R ul li {
            display: flex;
            margin-bottom: 80px; } }
        #career-pass .career-pass-in .career-pass-R ul li:last-child {
          margin: 0; }
        #career-pass .career-pass-in .career-pass-R ul li .txt {
          margin-top: 10px; }
          @media (min-width: 768px) {
            #career-pass .career-pass-in .career-pass-R ul li .txt {
              width: 60%;
              padding-right: 5%;
              margin-top: 0; } }
          #career-pass .career-pass-in .career-pass-R ul li .txt .title {
            display: flex;
            align-items: center; }
            #career-pass .career-pass-in .career-pass-R ul li .txt .title h4 {
              font-size: 0.8em; }
              @media (min-width: 768px) {
                #career-pass .career-pass-in .career-pass-R ul li .txt .title h4 {
                  font-size: 1.0em; } }
            #career-pass .career-pass-in .career-pass-R ul li .txt .title .triangle {
              width: 0;
              height: 0;
              border-top: 8px solid transparent;
              border-bottom: 8px solid transparent;
              margin: 0 8px; }
              #career-pass .career-pass-in .career-pass-R ul li .txt .title .triangle.color1 {
                border-left: 10px solid #399FBF; }
              #career-pass .career-pass-in .career-pass-R ul li .txt .title .triangle.color2 {
                border-left: 10px solid #3B8FC6; }
              #career-pass .career-pass-in .career-pass-R ul li .txt .title .triangle.color3 {
                border-left: 10px solid #3A6ED4; }
              #career-pass .career-pass-in .career-pass-R ul li .txt .title .triangle.color1s {
                border-left: 10px solid #E67709; }
              #career-pass .career-pass-in .career-pass-R ul li .txt .title .triangle.color2s {
                border-left: 10px solid #E6480E; }
              #career-pass .career-pass-in .career-pass-R ul li .txt .title .triangle.color3s {
                border-left: 10px solid #E60013; }
            #career-pass .career-pass-in .career-pass-R ul li .txt .title h5 {
              font-size: 1.0em; }
              @media (min-width: 768px) {
                #career-pass .career-pass-in .career-pass-R ul li .txt .title h5 {
                  font-size: 1.375em; } }
          #career-pass .career-pass-in .career-pass-R ul li .txt h3 {
            font-size: 1.75em;
            line-height: 1.2em;
            margin-top: 10px;
            font-weight: 900; }
            @media (min-width: 768px) {
              #career-pass .career-pass-in .career-pass-R ul li .txt h3 {
                font-size: 2.5em; } }
            #career-pass .career-pass-in .career-pass-R ul li .txt h3.color1 {
              color: #399FBF; }
            #career-pass .career-pass-in .career-pass-R ul li .txt h3.color2 {
              color: #3B8FC6; }
            #career-pass .career-pass-in .career-pass-R ul li .txt h3.color3 {
              color: #3A6ED4; }
            #career-pass .career-pass-in .career-pass-R ul li .txt h3.color1s {
              color: #E67709; }
            #career-pass .career-pass-in .career-pass-R ul li .txt h3.color2s {
              color: #E6480E; }
            #career-pass .career-pass-in .career-pass-R ul li .txt h3.color3s {
              color: #E60013; }
          #career-pass .career-pass-in .career-pass-R ul li .txt p {
            font-size: 0.9em;
            text-align: justify;
            line-height: 1.8em;
            margin-top: 10px; }
            @media (min-width: 768px) {
              #career-pass .career-pass-in .career-pass-R ul li .txt p {
                font-size: 1.125em; } }
        @media (min-width: 768px) {
          #career-pass .career-pass-in .career-pass-R ul li .photo {
            width: 40%; } }
        #career-pass .career-pass-in .career-pass-R ul li .photo img {
          border-radius: 15px; }
          @media (min-width: 768px) {
            #career-pass .career-pass-in .career-pass-R ul li .photo img {
              border-radius: 30px; } }

/*
---------------------------------------------------------------------------------------------------------------------
TGNでキャリアアップを実現しているのはどんな人？
---------------------------------------------------------------------------------------------------------------------
*/
#what-kind {
  background-color: #F8F8F8;
  padding: 60px 0 100px; }
  @media (min-width: 1024px) {
    #what-kind {
      padding: 100px 0 160px; } }
  @media (min-width: 1024px) {
    #what-kind .what-kind-in {
      display: flex; } }
  #what-kind .what-kind-in .what-kind-L {
    width: 90%;
    margin: auto; }
    @media (min-width: 1024px) {
      #what-kind .what-kind-in .what-kind-L {
        width: 65%;
        padding: 0 2% 0 5%; } }
    #what-kind .what-kind-in .what-kind-L.yakuzaishi .common-points h2 {
      background-color: #0B46C9; }
      #what-kind .what-kind-in .what-kind-L.yakuzaishi .common-points h2::before {
        border-right: 15px solid #0B46C9; }
    #what-kind .what-kind-in .what-kind-L.yakuzaishi .common-points ul li .border {
      color: #0B46C9;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #E3EDFF 10%, #E3EDFF 90%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%); }
    #what-kind .what-kind-in .what-kind-L.sogo .common-points h2 {
      background-color: #E60012; }
      #what-kind .what-kind-in .what-kind-L.sogo .common-points h2::before {
        border-right: 15px solid #E60012; }
    #what-kind .what-kind-in .what-kind-L.sogo .common-points ul li .border {
      color: #E60012;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #FFEBD8 10%, #FFEBD8 90%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%); }
    #what-kind .what-kind-in .what-kind-L .common-points {
      padding: 0; }
      #what-kind .what-kind-in .what-kind-L .common-points h2 {
        font-size: 1.20em;
        display: inline-block;
        padding: 10px 20px;
        line-height: 1.4em;
        border-radius: 20px;
        color: #fff;
        position: relative; }
        @media (min-width: 1024px) {
          #what-kind .what-kind-in .what-kind-L .common-points h2 {
            font-size: 1.4em;
            border-radius: 40px; } }
        #what-kind .what-kind-in .what-kind-L .common-points h2::before {
          content: "";
          position: absolute;
          bottom: -15px;
          left: 40px;
          width: 0px;
          height: 0px;
          margin: auto;
          border-bottom: 15px solid transparent; }
      #what-kind .what-kind-in .what-kind-L .common-points ul {
        margin-top: 20px; }
        #what-kind .what-kind-in .what-kind-L .common-points ul li {
          position: relative;
          font-size: 1.125em;
          font-weight: bold;
          margin-bottom: 10px;
          padding-left: 1em; }
          @media (min-width: 1024px) {
            #what-kind .what-kind-in .what-kind-L .common-points ul li {
              font-size: 1.25em;
              margin-bottom: 18px; } }
          #what-kind .what-kind-in .what-kind-L .common-points ul li::before {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border-right: 10px solid #000000; }
            @media (min-width: 1024px) {
              #what-kind .what-kind-in .what-kind-L .common-points ul li::before {
                top: 8px; } }
            @media (min-width: 1250px) {
              #what-kind .what-kind-in .what-kind-L .common-points ul li::before {
                top: 9px;
                width: 12px;
                height: 12px;
                border-right: 12px solid #000000; } }
          #what-kind .what-kind-in .what-kind-L .common-points ul li:last-child {
            margin-bottom: 0; }
      #what-kind .what-kind-in .what-kind-L .common-points p {
        font-size: 0.9em;
        line-height: 1.6em;
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
        margin-top: 20px; }
        @media (min-width: 1250px) {
          #what-kind .what-kind-in .what-kind-L .common-points p {
            font-size: 1.125em; } }
  #what-kind .what-kind-in .what-kind-R {
    margin: 20px 0 0 5%;
    width: 95%; }
    @media (min-width: 1024px) {
      #what-kind .what-kind-in .what-kind-R {
        margin: 0;
        width: 35%; } }
    #what-kind .what-kind-in .what-kind-R img {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }

/*
---------------------------------------------------------------------------------------------------------------------
評価制度
---------------------------------------------------------------------------------------------------------------------
*/
#evaluation {
  padding: 60px 0 100px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -20px; }
  @media (min-width: 1024px) {
    #evaluation {
      padding: 140px 0 100px; } }
  @media (min-width: 1200px) {
    #evaluation .common-title {
      max-width: 1200px;
      margin: auto;
      width: 90%;
      position: relative;
      left: -60px; } }
  #evaluation .evaluation-in {
    max-width: 1200px;
    margin: 30px auto 0;
    width: 90%; }
    @media (min-width: 1024px) {
      #evaluation .evaluation-in {
        display: flex;
        margin: 60px auto 0; } }
    @media (min-width: 1024px) {
      #evaluation .evaluation-in .des {
        width: 35%;
        padding-right: 5%; } }
    #evaluation .evaluation-in .des h3 {
      font-size: 1.25em; }
      @media (min-width: 1024px) {
        #evaluation .evaluation-in .des h3 {
          font-size: 1.75em; } }
    #evaluation .evaluation-in .des p {
      font-size: 0.9em;
      text-align: justify;
      line-height: 1.8em;
      margin-top: 20px; }
      @media (min-width: 1250px) {
        #evaluation .evaluation-in .des p {
          font-size: 1.125em;
          margin-top: 40px; } }
    #evaluation .evaluation-in .system-R {
      margin-top: 40px; }
      @media (min-width: 1024px) {
        #evaluation .evaluation-in .system-R {
          width: 65%;
          padding: 0 5% 0 0;
          margin-top: 0; } }
      #evaluation .evaluation-in .system-R .kakeru {
        margin-top: -10px; }
        #evaluation .evaluation-in .system-R .kakeru.yakuzaishi {
          color: #0B46C9; }
        #evaluation .evaluation-in .system-R .kakeru.sogo {
          color: #E60012; }
        #evaluation .evaluation-in .system-R .kakeru h2 {
          font-size: 1.6em;
          line-height: 1.2em; }
          @media (min-width: 768px) {
            #evaluation .evaluation-in .system-R .kakeru h2 {
              font-size: 2.0em; } }
          @media (min-width: 1250px) {
            #evaluation .evaluation-in .system-R .kakeru h2 {
              font-size: 2.8em; } }
      #evaluation .evaluation-in .system-R ul.txt {
        margin-top: 20px; }
        @media (min-width: 1024px) {
          #evaluation .evaluation-in .system-R ul.txt {
            padding: 0; } }
        #evaluation .evaluation-in .system-R ul.txt li {
          font-size: 0.8em;
          line-height: 1.4em;
          margin-bottom: 5px; }
          @media (min-width: 1024px) {
            #evaluation .evaluation-in .system-R ul.txt li {
              font-size: 0.9em;
              margin-bottom: 10px; } }
      #evaluation .evaluation-in .system-R .koumoku {
        margin: 20px auto 0; }
        #evaluation .evaluation-in .system-R .koumoku.yakuzaishi h4 {
          color: #0B46C9; }
        #evaluation .evaluation-in .system-R .koumoku.rouge h4 {
          color: #E60012; }
        #evaluation .evaluation-in .system-R .koumoku h4 {
          font-size: 1.0em; }
          @media (min-width: 1024px) {
            #evaluation .evaluation-in .system-R .koumoku h4 {
              font-size: 1.125em; } }
        #evaluation .evaluation-in .system-R .koumoku ul {
          margin-top: 10px; }
          @media (min-width: 768px) {
            #evaluation .evaluation-in .system-R .koumoku ul {
              display: flex; } }
          #evaluation .evaluation-in .system-R .koumoku ul li {
            background-color: #F8F8F8;
            border-radius: 10px;
            padding: 10px 20px;
            margin-bottom: 10px;
            width: 100%; }
            @media (min-width: 768px) {
              #evaluation .evaluation-in .system-R .koumoku ul li {
                margin: 0 10px 0 0;
                width: 25%; } }
            @media (min-width: 1250px) {
              #evaluation .evaluation-in .system-R .koumoku ul li {
                margin: 0 20px 0 0;
                padding: 30px; } }
            #evaluation .evaluation-in .system-R .koumoku ul li:last-child {
              margin: 0; }
            #evaluation .evaluation-in .system-R .koumoku ul li h4 {
              font-size: 1.125em;
              text-align: center;
              margin-bottom: 5px; }
              @media (min-width: 1250px) {
                #evaluation .evaluation-in .system-R .koumoku ul li h4 {
                  font-size: 1.375em;
                  margin-bottom: 10px; } }
            #evaluation .evaluation-in .system-R .koumoku ul li p {
              font-size: 0.8em;
              line-height: 1.8em; }
              @media (min-width: 1250px) {
                #evaluation .evaluation-in .system-R .koumoku ul li p {
                  font-size: 0.9em; } }

/*
---------------------------------------------------------------------------------------------------------------------
給与・各種手当
---------------------------------------------------------------------------------------------------------------------
*/
#salary-allowance {
  background-color: #F8F8F8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 80px 0 100px; }
  @media (min-width: 1024px) {
    #salary-allowance {
      padding: 140px 0 200px; } }
  @media (min-width: 1200px) {
    #salary-allowance .common-title {
      max-width: 1200px;
      margin: auto;
      width: 90%;
      position: relative;
      left: -60px; } }
  #salary-allowance .salary-allowance-in {
    max-width: 1200px;
    margin: 60px auto 0;
    width: 90%; }
    @media (min-width: 1024px) {
      #salary-allowance .salary-allowance-in {
        display: flex; } }
    #salary-allowance .salary-allowance-in .salary-midashi {
      display: flex; }
      @media (min-width: 1024px) {
        #salary-allowance .salary-allowance-in .salary-midashi {
          width: 150px; } }
      @media (min-width: 1250px) {
        #salary-allowance .salary-allowance-in .salary-midashi {
          width: 230px; } }
      #salary-allowance .salary-allowance-in .salary-midashi .border-rouge {
        border-left: 8px solid #E60012;
        height: 32px;
        margin: 2px 10px 0 0; }
      #salary-allowance .salary-allowance-in .salary-midashi .border-aqua {
        border-left: 8px solid #0B46C9;
        height: 32px;
        margin: 2px 10px 0 0; }
      #salary-allowance .salary-allowance-in .salary-midashi h2 {
        font-size: 1.75em;
        line-height: 1.2em; }
    @media (min-width: 1024px) {
      #salary-allowance .salary-allowance-in .salary-table {
        width: calc(100% - 150px); } }
    @media (min-width: 1250px) {
      #salary-allowance .salary-allowance-in .salary-table {
        width: calc(100% - 230px); } }
    #salary-allowance .salary-allowance-in .salary-table .item h3 {
      font-size: 1.125em;
      font-feature-settings: "palt";
      letter-spacing: 0.05em; }
      @media (min-width: 1024px) {
        #salary-allowance .salary-allowance-in .salary-table .item h3 {
          font-size: 1.375em; } }
    #salary-allowance .salary-allowance-in .salary-table .model-1 {
      margin: 40px 0 40px;
      border-bottom: 2px dotted #BDBCB6;
      padding-bottom: 40px; }
      @media (min-width: 1024px) {
        #salary-allowance .salary-allowance-in .salary-table .model-1 {
          margin: 10px 0 40px; } }
      @media (min-width: 768px) {
        #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in {
          display: flex; } }
      #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in .item {
        width: auto; }
        @media (min-width: 768px) {
          #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in .item {
            width: 200px; } }
      #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in.second {
        margin-top: 20px; }
      #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in ul {
        margin-top: 20px;
        width: calc(100% - 100px);
        display: flex; }
        @media (min-width: 768px) {
          #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in ul {
            margin-top: 0;
            width: calc(100% - 200px); } }
        @media (min-width: 768px) {
          #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in ul li {
            display: flex;
            align-items: center; } }
        #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in ul li:last-child {
          margin-bottom: 0; }
        #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in ul li h5 {
          font-size: 1.0em;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in ul li h5 {
              width: 140px;
              margin-bottom: 0; } }
          @media (min-width: 1024px) {
            #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in ul li h5 {
              width: 200px; } }
        #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in ul li .kara {
          display: flex;
          width: calc(100% - 200px); }
        #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in ul li .price {
          display: flex; }
          #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in ul li .price h3 {
            font-size: 2.0em; }
          #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in ul li .price h4 {
            font-size: 1.125em;
            margin: 5px 0 0 3px; }
      #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in .oubo {
        margin-top: 20px; }
        @media (min-width: 768px) {
          #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in .oubo {
            margin-top: 0; } }
        #salary-allowance .salary-allowance-in .salary-table .model-1 .model-1-in .oubo h3 {
          font-size: 1.25em;
          line-height: 1.4em; }
      #salary-allowance .salary-allowance-in .salary-table .model-1 p {
        font-size: 0.8em;
        margin-top: 5px; }
        @media (min-width: 768px) {
          #salary-allowance .salary-allowance-in .salary-table .model-1 p {
            margin: 5px 0 0 200px; } }
        @media (min-width: 1024px) {
          #salary-allowance .salary-allowance-in .salary-table .model-1 p {
            font-size: 0.9em; } }
    @media (min-width: 768px) {
      #salary-allowance .salary-allowance-in .salary-table .model-2 {
        display: flex; } }
    #salary-allowance .salary-allowance-in .salary-table .model-2 .item {
      width: 100px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        #salary-allowance .salary-allowance-in .salary-table .model-2 .item {
          width: 200px; } }
    @media (min-width: 768px) {
      #salary-allowance .salary-allowance-in .salary-table .model-2 ul {
        width: calc(100% - 200px); } }
    #salary-allowance .salary-allowance-in .salary-table .model-2 ul li {
      margin-bottom: 20px; }
      #salary-allowance .salary-allowance-in .salary-table .model-2 ul li:last-child {
        margin: 0; }
      #salary-allowance .salary-allowance-in .salary-table .model-2 ul li .txt {
        display: flex; }
        #salary-allowance .salary-allowance-in .salary-table .model-2 ul li .txt h5 {
          font-size: 0.9em;
          font-weight: bold;
          line-height: 1.2em;
          width: 150px; }
          @media (min-width: 1024px) {
            #salary-allowance .salary-allowance-in .salary-table .model-2 ul li .txt h5 {
              font-size: 1.125em;
              width: 200px; } }
        #salary-allowance .salary-allowance-in .salary-table .model-2 ul li .txt p {
          font-size: 0.9em;
          line-height: 1.4em;
          width: calc(100% - 150px); }
          @media (min-width: 768px) {
            #salary-allowance .salary-allowance-in .salary-table .model-2 ul li .txt p {
              width: calc(100% - 200px); } }
          @media (min-width: 1024px) {
            #salary-allowance .salary-allowance-in .salary-table .model-2 ul li .txt p {
              font-size: 1.125em; } }
          #salary-allowance .salary-allowance-in .salary-table .model-2 ul li .txt p span {
            font-size: 0.9em;
            margin-top: 2px;
            font-feature-settings: "palt";
            letter-spacing: 0.03em; }
    #salary-allowance .salary-allowance-in .salary-table .model-3 {
      margin-top: 40px; }
      @media (min-width: 768px) {
        #salary-allowance .salary-allowance-in .salary-table .model-3 {
          margin-top: 0; } }
      #salary-allowance .salary-allowance-in .salary-table .model-3 h3 {
        margin-bottom: 10px; }
      #salary-allowance .salary-allowance-in .salary-table .model-3 p {
        font-size: 0.9em; }
        @media (min-width: 768px) {
          #salary-allowance .salary-allowance-in .salary-table .model-3 p {
            font-size: 1.125em; } }

/*
---------------------------------------------------------------------------------------------------------------------
よくある質問
---------------------------------------------------------------------------------------------------------------------
*/
#question {
  padding: 100px 0 100px; }
  @media (min-width: 1024px) {
    #question {
      padding: 140px 0 200px; } }
  @media (min-width: 1200px) {
    #question .common-title {
      max-width: 1200px;
      margin: auto;
      width: 90%;
      position: relative;
      left: -60px; } }
  #question ul.accordion-area {
    list-style: none;
    max-width: 1200px;
    margin: 30px auto 0;
    width: 90%; }
    @media (min-width: 1024px) {
      #question ul.accordion-area {
        margin: 60px auto 0; } }
    #question ul.accordion-area li {
      margin: 0 0 20px 0; }
      #question ul.accordion-area li:last-child {
        margin: 0; }
      #question ul.accordion-area li section {
        background-color: #F8F8F8;
        border-radius: 20px; }
      #question ul.accordion-area li .q-title {
        position: relative;
        display: flex;
        align-items: center;
        /*+マークの位置基準とするためrelative指定*/
        cursor: pointer;
        font-weight: normal;
        padding: 5% 15% 5% 20px;
        transition: all .5s ease; }
        #question ul.accordion-area li .q-title.aqua {
          color: #074CCE; }
          #question ul.accordion-area li .q-title.aqua::before, #question ul.accordion-area li .q-title.aqua::after {
            background-color: #074CCE; }
        #question ul.accordion-area li .q-title.rouge {
          color: #E60012; }
          #question ul.accordion-area li .q-title.rouge::before, #question ul.accordion-area li .q-title.rouge::after {
            background-color: #E60012; }
        #question ul.accordion-area li .q-title h6 {
          font-family: "Roboto", sans-serif;
          font-size: 2.0em;
          line-height: 1.0em;
          margin-right: 15px; }
          @media (min-width: 1024px) {
            #question ul.accordion-area li .q-title h6 {
              font-size: 2.75em;
              margin-right: 30px; } }
        #question ul.accordion-area li .q-title h3 {
          font-size: 1.125em; }
          @media (min-width: 1024px) {
            #question ul.accordion-area li .q-title h3 {
              font-size: 1.5em; } }
        @media (min-width: 1024px) {
          #question ul.accordion-area li .q-title {
            padding: 3% 3% 3% 50px; } }
        #question ul.accordion-area li .q-title::before, #question ul.accordion-area li .q-title::after {
          position: absolute;
          content: '';
          width: 18px;
          height: 4px; }
        #question ul.accordion-area li .q-title::before {
          top: 48%;
          right: 20px;
          transform: rotate(0deg); }
        #question ul.accordion-area li .q-title::after {
          top: 48%;
          right: 20px;
          transform: rotate(90deg); }
        #question ul.accordion-area li .q-title.close::before {
          transform: rotate(45deg); }
        #question ul.accordion-area li .q-title.close::after {
          transform: rotate(-45deg); }
      #question ul.accordion-area li .q-box {
        display: none;
        /*はじめは非表示*/
        padding: 0% 5% 3% 55px; }
        @media (min-width: 768px) {
          #question ul.accordion-area li .q-box {
            padding: 0% 5% 5% 55px; } }
        @media (min-width: 1024px) {
          #question ul.accordion-area li .q-box {
            padding: 0% 5% 3% 110px;
            margin-top: -1em; } }
        #question ul.accordion-area li .q-box p {
          font-size: 0.9em;
          text-align: justify;
          line-height: 1.8em; }
          @media (min-width: 1024px) {
            #question ul.accordion-area li .q-box p {
              font-size: 1.125em; } }
        #question ul.accordion-area li .q-box .common-btn-type1 {
          margin-top: 20px; }
        #question ul.accordion-area li .q-box ul li {
          font-size: 0.9em;
          font-feature-settings: "palt";
          letter-spacing: 0.04em;
          line-height: 1.8em;
          margin-bottom: 0px; }
          @media (min-width: 1024px) {
            #question ul.accordion-area li .q-box ul li {
              font-size: 1.125em; } }
