@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#mv {
  position: relative;
  background: linear-gradient(135deg, #FF3391, #F83D3D, #F55E3A);
  padding: 100px 0 100px; }
  @media (min-width: 1024px) {
    #mv {
      padding: 60px 0 140px; } }
  @media (min-width: 1450px) {
    #mv {
      padding: 60px 0 180px; } }
  #mv::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../../img/new/common/Screen.webp");
    background-size: auto;
    background-repeat: repeat;
    mix-blend-mode: overlay;
    z-index: 1; }
  @media (min-width: 768px) {
    #mv {
      display: flex; } }
  #mv #main-title {
    position: absolute;
    top: 150px;
    left: 2.5%;
    z-index: 11;
    opacity: 0; }
    @media (min-width: 1024px) {
      #mv #main-title {
        top: -65px;
        bottom: 0;
        display: flex;
        align-items: center; } }
    @media (min-width: 1450px) {
      #mv #main-title {
        top: -80px; } }
    #mv #main-title h1 {
      color: #fff; }
      #mv #main-title h1 div {
        font-size: 6.5vw;
        line-height: 1.4em; }
        @media (min-width: 768px) {
          #mv #main-title h1 div {
            font-size: 4.5vw; } }
        @media (min-width: 1200px) {
          #mv #main-title h1 div {
            font-size: 3.5vw; } }
  #mv .photo {
    position: relative;
    width: 50%;
    height: 100%;
    margin: 0 2.5% 0 auto;
    display: flex;
    z-index: 10; }
    @media (min-width: 768px) {
      #mv .photo {
        width: 40%;
        margin: auto; } }
  #mv .mv-btn-area {
    position: relative;
    margin: 30px auto 0;
    text-align: center;
    z-index: 11; }
    @media (min-width: 768px) {
      #mv .mv-btn-area {
        position: absolute;
        bottom: 100px;
        right: 2.5%;
        margin: 0 auto; } }
    @media (min-width: 1024px) {
      #mv .mv-btn-area {
        top: -65px;
        bottom: 0;
        display: flex;
        align-items: center;
        margin: auto; } }
    @media (min-width: 1450px) {
      #mv .mv-btn-area {
        top: -80px; } }
    #mv .mv-btn-area .common-btn {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        #mv .mv-btn-area .common-btn {
          margin-bottom: 15px; } }
      #mv .mv-btn-area .common-btn:last-child {
        margin-bottom: 0; }

#photo-loop {
  position: relative;
  z-index: 10;
  margin-top: -75px; }
  @media (min-width: 1024px) {
    #photo-loop {
      margin-top: -125px; } }
  @media (min-width: 1450px) {
    #photo-loop {
      margin-top: -160px; } }
  #photo-loop .YokoScroll {
    display: flex;
    align-items: center;
    overflow: hidden; }
    #photo-loop .YokoScroll .slideshow {
      display: flex; }
      #photo-loop .YokoScroll .slideshow figure {
        width: 150px;
        margin-right: 10px; }
        @media (min-width: 1024px) {
          #photo-loop .YokoScroll .slideshow figure {
            width: 250px;
            margin-right: 15px; } }
        @media (min-width: 1450px) {
          #photo-loop .YokoScroll .slideshow figure {
            width: 320px;
            margin-right: 20px; } }
        #photo-loop .YokoScroll .slideshow figure img {
          border-radius: 10px; }
          @media (min-width: 1024px) {
            #photo-loop .YokoScroll .slideshow figure img {
              border-radius: 20px; } }
      #photo-loop .YokoScroll .slideshow.show1 {
        animation: loop-slide 40s infinite linear 1s both; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
/*
---------------------------------------------------------------------------------------------------------------------
西日本最大級のドラッグストア
---------------------------------------------------------------------------------------------------------------------
*/
#about {
  max-width: 1360px;
  margin: 60px auto 0;
  width: 90%; }
  #about h1 {
    font-size: 2.5em;
    line-height: 1.2em;
    color: #E60012; }
    @media (min-width: 768px) {
      #about h1 {
        font-size: 3.0em; } }
    @media (min-width: 1200px) {
      #about h1 {
        font-size: 4.6em; } }
  #about .about-in {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      #about .about-in {
        display: flex;
        margin-top: 40px; } }
    #about .about-in .about-L {
      position: relative;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        #about .about-in .about-L {
          width: 50%;
          margin-bottom: 0; } }
      #about .about-in .about-L .logo {
        width: 140px; }
        @media (min-width: 1024px) {
          #about .about-in .about-L .logo {
            width: 200px; } }
      #about .about-in .about-L .txt {
        margin-top: 30px; }
        @media (min-width: 1024px) {
          #about .about-in .about-L .txt {
            margin-top: 60px; } }
        #about .about-in .about-L .txt p {
          font-size: 1.2em;
          font-weight: 900;
          line-height: 1.5em;
          color: #E60012; }
          @media (min-width: 768px) {
            #about .about-in .about-L .txt p {
              font-size: 1.4em; } }
          @media (min-width: 1200px) {
            #about .about-in .about-L .txt p {
              font-size: 1.6em; } }
    @media (min-width: 1024px) {
      #about .about-in .about-R {
        width: 50%; } }
    #about .about-in .about-R .tenpo {
      border-top: 1px solid #E60012;
      padding-top: 10px;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        #about .about-in .about-R .tenpo {
          padding-top: 15px;
          margin-bottom: 60px; } }
      #about .about-in .about-R .tenpo:last-child {
        margin-bottom: 0; }
      #about .about-in .about-R .tenpo h2 {
        font-size: 1.0em;
        margin: 0 0 5px 0; }
        @media (min-width: 768px) {
          #about .about-in .about-R .tenpo h2 {
            font-size: 1.125em; } }
        @media (min-width: 1200px) {
          #about .about-in .about-R .tenpo h2 {
            font-size: 1.25em; } }
      #about .about-in .about-R .tenpo ul.kazu {
        color: #E60012;
        margin-top: 20px; }
        @media (min-width: 1200px) {
          #about .about-in .about-R .tenpo ul.kazu {
            margin-top: 40px; } }
        #about .about-in .about-R .tenpo ul.kazu li {
          display: flex;
          align-items: flex-end; }
          #about .about-in .about-R .tenpo ul.kazu li h3, #about .about-in .about-R .tenpo ul.kazu li h5 {
            font-size: 1.5em;
            line-height: 1.2em;
            position: relative;
            top: -5px; }
            @media (min-width: 768px) {
              #about .about-in .about-R .tenpo ul.kazu li h3, #about .about-in .about-R .tenpo ul.kazu li h5 {
                font-size: 2em; } }
            #about .about-in .about-R .tenpo ul.kazu li h3 span, #about .about-in .about-R .tenpo ul.kazu li h5 span {
              font-size: 0.5em;
              position: relative;
              top: -12px; }
          #about .about-in .about-R .tenpo ul.kazu li h5 {
            position: relative;
            top: 1px; }
          #about .about-in .about-R .tenpo ul.kazu li h4 {
            font-size: 2.5em;
            line-height: 1.2em; }
            @media (min-width: 768px) {
              #about .about-in .about-R .tenpo ul.kazu li h4 {
                font-size: 3em; } }
      #about .about-in .about-R .tenpo h6 {
        font-size: 0.8em;
        color: #E60012;
        margin: 3px 0 0 0; }
        @media (min-width: 768px) {
          #about .about-in .about-R .tenpo h6 {
            font-size: 0.9em; } }
        @media (min-width: 1200px) {
          #about .about-in .about-R .tenpo h6 {
            font-size: 1.0em; } }
      #about .about-in .about-R .tenpo ul.brand {
        display: flex; }
        @media (min-width: 768px) {
          #about .about-in .about-R .tenpo ul.brand {
            margin: 0 -10px; } }
        #about .about-in .about-R .tenpo ul.brand li {
          text-align: center; }
          @media (min-width: 768px) {
            #about .about-in .about-R .tenpo ul.brand li {
              padding: 0 10px; } }
          #about .about-in .about-R .tenpo ul.brand li img {
            width: 80%; }
          #about .about-in .about-R .tenpo ul.brand li .txt {
            margin-top: 5px; }
            @media (min-width: 768px) {
              #about .about-in .about-R .tenpo ul.brand li .txt {
                margin-top: 10px; } }
            #about .about-in .about-R .tenpo ul.brand li .txt h4 {
              font-size: 0.9em;
              margin: 0 0 5px 0; }
              @media (min-width: 768px) {
                #about .about-in .about-R .tenpo ul.brand li .txt h4 {
                  font-size: 1.125em; } }
              @media (min-width: 1200px) {
                #about .about-in .about-R .tenpo ul.brand li .txt h4 {
                  font-size: 1.25em; } }
            #about .about-in .about-R .tenpo ul.brand li .txt p {
              font-size: 0.6em;
              line-height: 1.4em;
              font-feature-settings: "palt";
              letter-spacing: 0.04em; }
              @media (min-width: 768px) {
                #about .about-in .about-R .tenpo ul.brand li .txt p {
                  font-size: 0.8em; } }
              @media (min-width: 1200px) {
                #about .about-in .about-R .tenpo ul.brand li .txt p {
                  font-size: 0.9em; } }
    #about .about-in .about-R .video {
      position: relative; }
      #about .about-in .about-R .video .thumbnail img {
        border-radius: 10px; }
        @media (min-width: 1024px) {
          #about .about-in .about-R .video .thumbnail img {
            border-radius: 20px; } }
    #about .about-in .ceo-copy {
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #about .about-in .ceo-copy.sp-txt {
          display: none; } }
      #about .about-in .ceo-copy.pc-txt {
        display: none; }
        @media (min-width: 1024px) {
          #about .about-in .ceo-copy.pc-txt {
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%; } }
      #about .about-in .ceo-copy h3 {
        font-size: 1.0em;
        line-height: 1.4em;
        text-align: center;
        background-color: #E60013;
        display: inline-block;
        color: #fff;
        padding: 5px 10px; }
        @media (min-width: 768px) {
          #about .about-in .ceo-copy h3 {
            font-size: 1.125em; } }
        @media (min-width: 1200px) {
          #about .about-in .ceo-copy h3 {
            font-size: 1.25em; } }
      #about .about-in .ceo-copy .ceo-btn {
        border-top: 1px solid #E60013;
        padding: 10px 0 0 0;
        display: flex;
        justify-content: space-between; }
        @media (min-width: 1024px) {
          #about .about-in .ceo-copy .ceo-btn {
            padding: 10px 10px 0 0; } }
        #about .about-in .ceo-copy .ceo-btn p {
          font-size: 0.9em;
          font-weight: bold;
          color: #E60013; }
          @media (min-width: 768px) {
            #about .about-in .ceo-copy .ceo-btn p {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #about .about-in .ceo-copy .ceo-btn p {
              font-size: 1.125em; } }
        #about .about-in .ceo-copy .ceo-btn .common-btn {
          display: flex;
          justify-content: flex-end; }

/*
---------------------------------------------------------------------------------------------------------------------
TGNのカルチャー
---------------------------------------------------------------------------------------------------------------------
*/
#culture {
  padding-top: 100px; }
  @media (min-width: 1200px) {
    #culture {
      padding-top: 200px; } }
  #culture .job-about-card {
    padding: 0 0 80px 5%;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 30px; }
    @media (min-width: 768px) {
      #culture .job-about-card {
        margin-top: 60px;
        padding: 0 0 120px 5%; } }
    #culture .job-about-card .swiper-slide {
      width: 300px;
      margin: 0 30px 0 0; }
      @media (min-width: 768px) {
        #culture .job-about-card .swiper-slide {
          width: 450px;
          margin: 0 60px 0 0; } }
      @media (min-width: 1200px) {
        #culture .job-about-card .swiper-slide {
          width: 550px;
          margin: 0 80px 0 0; } }
      #culture .job-about-card .swiper-slide:last-child {
        margin-right: 3%; }
    #culture .job-about-card .swiper-button-next, #culture .job-about-card .swiper-container-rtl .swiper-button-prev {
      top: unset;
      bottom: 0;
      right: calc(50% - 100px); }
      @media (min-width: 1250px) {
        #culture .job-about-card .swiper-button-next, #culture .job-about-card .swiper-container-rtl .swiper-button-prev {
          right: calc(50% - 80px); } }
    #culture .job-about-card .swiper-button-prev, #culture .job-about-card .swiper-container-rtl .swiper-button-next {
      top: unset;
      bottom: 0;
      left: calc(50% - 100px); }
      @media (min-width: 1250px) {
        #culture .job-about-card .swiper-button-prev, #culture .job-about-card .swiper-container-rtl .swiper-button-next {
          left: calc(50% - 80px); } }
  #culture .culture-box {
    border-top: 2px solid #E60012;
    padding-top: 20px; }
    @media (min-width: 768px) {
      #culture .culture-box {
        display: flex;
        padding-top: 40px; } }
    #culture .culture-box .slide-txt {
      margin-top: 10px; }
      @media (min-width: 768px) {
        #culture .culture-box .slide-txt {
          width: 60%;
          padding-right: 5%;
          display: flex;
          align-items: center;
          margin-top: 0; } }
      #culture .culture-box .slide-txt .slide-txt-in h4 {
        font-family: 'Montserrat', sans-serif;
        font-style: italic;
        font-size: 1.0em;
        margin: 0 0 5px 0;
        color: #E60012; }
        @media (min-width: 768px) {
          #culture .culture-box .slide-txt .slide-txt-in h4 {
            font-size: 1.125em; } }
        @media (min-width: 1200px) {
          #culture .culture-box .slide-txt .slide-txt-in h4 {
            font-size: 1.25em;
            margin: 0 0 10px 0; } }
      #culture .culture-box .slide-txt .slide-txt-in h3 {
        font-size: 1.125em;
        font-weight: 900;
        line-height: 1.4em;
        color: #E60012; }
        @media (min-width: 768px) {
          #culture .culture-box .slide-txt .slide-txt-in h3 {
            font-size: 1.35em; } }
        @media (min-width: 1200px) {
          #culture .culture-box .slide-txt .slide-txt-in h3 {
            font-size: 1.75em; } }
      #culture .culture-box .slide-txt .slide-txt-in p {
        font-size: 0.8em;
        line-height: 1.6em;
        margin-top: 10px; }
        @media (min-width: 768px) {
          #culture .culture-box .slide-txt .slide-txt-in p {
            font-size: 0.9em; } }
        @media (min-width: 1200px) {
          #culture .culture-box .slide-txt .slide-txt-in p {
            font-size: 1.0em;
            margin-top: 20px; } }
    @media (min-width: 768px) {
      #culture .culture-box .photo {
        width: 40%; } }
    #culture .culture-box .photo img {
      border-radius: 10px; }
      @media (min-width: 1024px) {
        #culture .culture-box .photo img {
          border-radius: 20px; } }

/*
---------------------------------------------------------------------------------------------------------------------
店長がナビゲート！
---------------------------------------------------------------------------------------------------------------------
*/
#navigate {
  padding-top: 80px; }
  @media (min-width: 1024px) {
    #navigate {
      display: flex; } }
  @media (min-width: 1200px) {
    #navigate {
      padding-top: 200px; } }
  #navigate.sogo-page {
    padding-top: 40px;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      #navigate.sogo-page {
        display: flex; } }
    @media (min-width: 1200px) {
      #navigate.sogo-page {
        padding-top: 100px;
        margin-bottom: 40px; } }
  @media (min-width: 1024px) {
    #navigate .common-title {
      display: block;
      width: 360px;
      padding-right: 5%;
      padding-left: 2.5%; } }
  @media (min-width: 1200px) {
    #navigate .common-title {
      display: block;
      width: 440px; } }
  #navigate .common-title .job-title img {
    position: absolute; }
    @media (min-width: 768px) {
      #navigate .common-title .job-title img {
        left: 20px; } }
    @media (min-width: 1024px) {
      #navigate .common-title .job-title img {
        left: -10px; } }
  #navigate .common-title .txt {
    margin-top: 10px; }
    @media (min-width: 768px) {
      #navigate .common-title .txt {
        margin: 0; } }
  #navigate .video-area {
    margin: 0 auto;
    width: 95%;
    display: flex;
    margin-top: 20px;
    padding-left: 2.5%; }
    @media (min-width: 768px) {
      #navigate .video-area {
        padding: 0 0 0 0; } }
    @media (min-width: 1024px) {
      #navigate .video-area {
        width: calc(100% - 360px);
        margin-top: 0;
        padding: 0 2.5% 0 0; } }
    @media (min-width: 1200px) {
      #navigate .video-area {
        width: calc(100% - 440px); } }
    #navigate .video-area .video {
      position: relative;
      width: 50%; }
      #navigate .video-area .video:first-child {
        padding-right: 5px; }
      #navigate .video-area .video:last-child {
        padding-left: 5px; }
      @media (min-width: 768px) {
        #navigate .video-area .video:first-child {
          padding-right: 15px; }
        #navigate .video-area .video:last-child {
          padding-left: 15px; } }
      #navigate .video-area .video .thumbnail img {
        border-radius: 5px; }
        @media (min-width: 1024px) {
          #navigate .video-area .video .thumbnail img {
            border-radius: 10px; } }

/*
---------------------------------------------------------------------------------------------------------------------
先輩社員の本音　ショート動画
---------------------------------------------------------------------------------------------------------------------
*/
#txt-loop {
  position: relative;
  z-index: 10; }
  #txt-loop .YokoScroll {
    display: flex;
    align-items: center;
    overflow: hidden; }
    #txt-loop .YokoScroll .slideshow {
      display: flex; }
      #txt-loop .YokoScroll .slideshow figure {
        height: 30px;
        width: auto;
        margin-right: 10px; }
        @media (min-width: 1024px) {
          #txt-loop .YokoScroll .slideshow figure {
            height: 40px;
            margin-right: 15px; } }
        @media (min-width: 1450px) {
          #txt-loop .YokoScroll .slideshow figure {
            height: 55px;
            margin-right: 20px; } }
        #txt-loop .YokoScroll .slideshow figure img {
          height: 100%;
          width: auto; }
      #txt-loop .YokoScroll .slideshow.show1 {
        animation: loop-slide 300s infinite linear 1s both; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.modal-video-movie-wrap-002 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: initial !important;
  min-width: 100% !important; }

.modal-video-movie-wrap-002 {
  height: 60%;
  position: relative;
  aspect-ratio: 1080 / 1920;
  padding: 0 !important;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  @media (min-width: 768px) {
    .modal-video-movie-wrap-002 {
      height: 100%; } }

.modal-video-inner-002 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }

@media (orientation: landscape) {
  .modal-video-inner-002 {
    padding: 7.5vh 10vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
.modal-video-body-002 {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.modal-video-002 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

#shorts {
  padding-top: 60px; }
  @media (min-width: 1024px) {
    #shorts {
      padding-top: 140px; } }
  #shorts #txt-loop {
    margin-bottom: 40px; }
  #shorts .common-title {
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      #shorts .common-title {
        text-align: right;
        padding: 0 5% 0 0; } }
  #shorts .short-card {
    position: relative;
    overflow: hidden;
    padding: 80px 0 40px 0;
    margin: -30px 0 0 -5%; }
    @media (min-width: 640px) {
      #shorts .short-card {
        padding: 80px 0 60px 0;
        margin: 0 0 0 -5%; } }
    @media (min-width: 1024px) {
      #shorts .short-card {
        padding: 50px 0 50px 0; } }
    #shorts .short-card .swiper-slide {
      transition: transform 0.6s;
      transform: scale(0.9); }
      #shorts .short-card .swiper-slide article .movie {
        position: relative; }
        #shorts .short-card .swiper-slide article .movie a .thumbnail-ph img {
          border-radius: 10px; }
    #shorts .short-card .swiper-slide.swiper-slide-prev {
      margin-right: 20px; }
    #shorts .short-card .swiper-slide.swiper-slide-next {
      margin-left: 20px; }
    #shorts .short-card .swiper-slide-active {
      transform: scale(1.1); }
    #shorts .short-card .swiper-button-prev, #shorts .short-card .swiper-button-next {
      top: 30px;
      right: 20px; }
    #shorts .short-card .swiper-button-prev {
      right: 70px;
      left: inherit; }

/*
---------------------------------------------------------------------------------------------------------------------
人を知る
---------------------------------------------------------------------------------------------------------------------
*/
#know {
  padding-top: 100px; }
  @media (min-width: 1024px) {
    #know {
      padding-top: 140px; } }
  #know .common-title {
    max-width: 1360px;
    margin: auto; }
    @media (min-width: 1520px) {
      #know .common-title {
        position: relative;
        left: -70px; } }
  #know .know-in {
    max-width: 1360px;
    margin: 20px auto 0;
    width: 90%;
    position: relative;
    padding: 40px 0 40px;
    border-radius: 10px; }
    @media (min-width: 1024px) {
      #know .know-in {
        padding: 60px 0 60px; } }
    @media (min-width: 1200px) {
      #know .know-in {
        padding: 80px 0 80px;
        border-radius: 20px;
        margin: 40px auto 0; } }
    #know .know-in.sogo {
      background: linear-gradient(135deg, #FF8133, #FF2E36, #F53A90); }
    #know .know-in.yakuzai {
      background: linear-gradient(135deg, #33A9FF, #6450FF, #7234FF);
      margin-top: 20px; }
    #know .know-in::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: url("../../img/new/common/Screen.webp");
      background-size: auto;
      mix-blend-mode: overlay;
      z-index: 1; }
  #know .know-box {
    padding: 0 40px; }
    @media (min-width: 1024px) {
      #know .know-box {
        padding: 0 20px; } }
    @media (min-width: 1200px) {
      #know .know-box {
        padding: 0 30px; } }
    @media (min-width: 1600px) {
      #know .know-box {
        padding: 0 60px; } }

.know-card {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: -30px; }
  @media (min-width: 768px) {
    .know-card {
      padding: 0 5%; } }
  .know-card .swiper-slide:last-child {
    margin-right: 4%; }
  @media (min-width: 1024px) {
    .know-card.rouge .swiper-button-prev, .know-card.rouge .swiper-button-next, .know-card.aqua .swiper-button-prev, .know-card.aqua .swiper-button-next {
      display: none; } }

.know-box {
  color: #fff;
  text-align: center; }
  .know-box .txt {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .know-box .txt {
        margin-top: 20px; } }
    .know-box .txt h3 {
      font-size: 0.8em;
      line-height: 1.2em;
      display: inline-block;
      border: 1px solid #fff;
      text-align: center;
      border-radius: 40px;
      padding: 6px 15px; }
      @media (min-width: 768px) {
        .know-box .txt h3 {
          font-size: 0.9em; } }
      @media (min-width: 1200px) {
        .know-box .txt h3 {
          font-size: 1.0em; } }
    .know-box .txt h4 {
      font-size: 0.85em;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      line-height: 1.4em;
      text-align: center;
      margin: 10px 0 15px 0; }
      @media (min-width: 768px) {
        .know-box .txt h4 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        .know-box .txt h4 {
          font-size: 1.125em;
          margin: 10px 0 30px 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
TGNを知る！本音対談
---------------------------------------------------------------------------------------------------------------------
*/
#special {
  position: relative;
  padding: 50px 0 100px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    #special {
      margin-top: 100px; } }
  @media (min-width: 1200px) {
    #special {
      padding: 200px 0; } }
  #special.sogo {
    background: linear-gradient(135deg, #FF8133, #FF2E36, #F53A90); }
  #special.yakuzai {
    background: linear-gradient(135deg, #33A9FF, #6450FF, #7234FF); }
  #special::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../../img/new/common/Screen.webp");
    background-size: auto;
    mix-blend-mode: overlay;
    z-index: 1; }
  #special .talk-ue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  #special .special-in {
    max-width: 1360px;
    margin: 60px auto 0;
    width: 94%;
    position: relative;
    z-index: 11; }
    @media (min-width: 768px) {
      #special .special-in {
        width: 90%; } }
    #special .special-in .special-title {
      text-align: center;
      color: #fff;
      margin-bottom: 60px; }
      @media (min-width: 1200px) {
        #special .special-in .special-title {
          margin-bottom: 100px; } }
      #special .special-in .special-title .job-title {
        padding: 0;
        display: inline-block; }
        #special .special-in .special-title .job-title img {
          position: absolute;
          top: -25px;
          left: -30px;
          width: 40px;
          opacity: 0.4; }
          @media (min-width: 768px) {
            #special .special-in .special-title .job-title img {
              left: 20px; } }
          @media (min-width: 1024px) {
            #special .special-in .special-title .job-title img {
              top: -35px;
              left: -40px;
              width: 60px; } }
        #special .special-in .special-title .job-title h6 {
          position: relative;
          z-index: 10;
          font-family: 'Montserrat', sans-serif;
          font-size: 1.125em;
          line-height: 1.2em; }
          @media (min-width: 768px) {
            #special .special-in .special-title .job-title h6 {
              font-size: 1.35em; } }
          @media (min-width: 1200px) {
            #special .special-in .special-title .job-title h6 {
              font-size: 1.75em; } }
      #special .special-in .special-title .txt {
        margin-top: 10px; }
        #special .special-in .special-title .txt h2 {
          font-size: 2.0em;
          line-height: 1.2em; }
          @media (min-width: 768px) {
            #special .special-in .special-title .txt h2 {
              font-size: 3.0em; } }
          @media (min-width: 1200px) {
            #special .special-in .special-title .txt h2 {
              font-size: 4.5em; } }
        #special .special-in .special-title .txt p {
          font-size: 1.0em;
          line-height: 1.4em;
          margin: 20px 0 0 0; }
          @media (min-width: 768px) {
            #special .special-in .special-title .txt p {
              font-size: 1.125em;
              margin: 30px 0 0 0; } }
          @media (min-width: 1200px) {
            #special .special-in .special-title .txt p {
              font-size: 1.25em;
              margin: 40px 0 0 0; } }
    #special .special-in .special-midashi {
      color: #fff;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        #special .special-in .special-midashi {
          display: flex;
          align-items: center;
          margin-bottom: 40px; } }
      #special .special-in .special-midashi.career {
        margin-top: 100px; }
        @media (min-width: 1200px) {
          #special .special-in .special-midashi.career {
            margin-top: 140px; } }
      #special .special-in .special-midashi .omidashi {
        display: flex;
        align-items: center; }
        #special .special-in .special-midashi .omidashi h4 {
          font-family: 'Montserrat', sans-serif;
          font-size: 1.125em;
          line-height: 1.2em;
          margin-right: 10px; }
          @media (min-width: 768px) {
            #special .special-in .special-midashi .omidashi h4 {
              font-size: 1.35em; } }
          @media (min-width: 1200px) {
            #special .special-in .special-midashi .omidashi h4 {
              font-size: 1.75em;
              margin-right: 20px; } }
        #special .special-in .special-midashi .omidashi h2 {
          font-size: 1.75em;
          line-height: 1.2em; }
          @media (min-width: 768px) {
            #special .special-in .special-midashi .omidashi h2 {
              font-size: 2.2em; } }
          @media (min-width: 1200px) {
            #special .special-in .special-midashi .omidashi h2 {
              font-size: 3.0em; } }
      #special .special-in .special-midashi p {
        font-size: 1.0em;
        line-height: 1.4em;
        margin: 10px 0 0 0; }
        @media (min-width: 768px) {
          #special .special-in .special-midashi p {
            font-size: 1.125em; } }
        @media (min-width: 1024px) {
          #special .special-in .special-midashi p {
            margin: 0 0 0 20px; } }
        @media (min-width: 1200px) {
          #special .special-in .special-midashi p {
            font-size: 1.25em; } }
    @media (min-width: 1024px) {
      #special .special-in .special-talk {
        display: flex; } }
    #special .special-in .special-talk .special-talk-in {
      margin-bottom: 60px; }
      #special .special-in .special-talk .special-talk-in:last-child {
        margin-bottom: 0; }
      @media (min-width: 1024px) {
        #special .special-in .special-talk .special-talk-in {
          width: 50%; }
          #special .special-in .special-talk .special-talk-in:first-child {
            padding-right: 10px; }
          #special .special-in .special-talk .special-talk-in:last-child {
            padding-left: 10px; } }
      #special .special-in .special-talk .special-talk-in ul {
        display: flex; }
        #special .special-in .special-talk .special-talk-in ul li {
          width: 50%; }
          #special .special-in .special-talk .special-talk-in ul li:first-child {
            padding-right: 10px; }
          #special .special-in .special-talk .special-talk-in ul li:last-child {
            padding-left: 10px; }
      #special .special-in .special-talk .special-talk-in .common-btn {
        display: flex;
        justify-content: center;
        margin: 30px 0 0 0; }
        @media (min-width: 1024px) {
          #special .special-in .special-talk .special-talk-in .common-btn {
            margin: 60px 0 0 0; } }
  #special .talk-shita {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }

/*
---------------------------------------------------------------------------------------------------------------------
数字で知るTGN　福利厚生
---------------------------------------------------------------------------------------------------------------------
*/
#page-link {
  max-width: 1360px;
  margin: 100px auto 40px;
  width: 90%; }
  @media (min-width: 768px) {
    #page-link {
      display: flex; } }
  #page-link .page-btn {
    margin-bottom: 20px; }
    #page-link .page-btn:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      #page-link .page-btn {
        width: 50%; }
        #page-link .page-btn:first-child {
          margin-right: 10px; }
        #page-link .page-btn:last-child {
          margin-left: 10px; } }
    #page-link .page-btn a:hover .page-btn-in > .title > img {
      margin-left: 20px; }
    #page-link .page-btn a .page-btn-in {
      position: relative;
      background-color: #fff;
      border-radius: 10px;
      height: 80px; }
      @media (min-width: 1024px) {
        #page-link .page-btn a .page-btn-in {
          border-radius: 20px;
          height: 180px; } }
      #page-link .page-btn a .page-btn-in .title {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 0 0 20px;
        height: 100%; }
        @media (min-width: 1024px) {
          #page-link .page-btn a .page-btn-in .title {
            padding: 0 0 0 40px; } }
        #page-link .page-btn a .page-btn-in .title h6 {
          font-size: 1.125em; }
          @media (min-width: 768px) {
            #page-link .page-btn a .page-btn-in .title h6 {
              font-size: 1.35em; } }
          @media (min-width: 1200px) {
            #page-link .page-btn a .page-btn-in .title h6 {
              font-size: 1.75em; } }
        #page-link .page-btn a .page-btn-in .title img {
          width: 30px;
          margin-left: 10px;
          transition: .5s; }
      #page-link .page-btn a .page-btn-in figure img {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: 80px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; }
        @media (min-width: 1024px) {
          #page-link .page-btn a .page-btn-in figure img {
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            height: 180px; } }
