@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#part-mv {
  padding: 100px 0 40px; }
  @media (min-width: 768px) {
    #part-mv {
      padding: 140px 0 60px; } }
  #part-mv .YokoScroll {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px; }
    #part-mv .YokoScroll:last-child {
      margin-bottom: 0; }
    #part-mv .YokoScroll .slideshow {
      display: flex; }
      #part-mv .YokoScroll .slideshow figure {
        width: 300px;
        margin-right: 10px; }
        @media (min-width: 768px) {
          #part-mv .YokoScroll .slideshow figure {
            width: 340px; } }
        @media (min-width: 1200px) {
          #part-mv .YokoScroll .slideshow figure {
            width: 380px;
            margin-right: 20px; } }
        #part-mv .YokoScroll .slideshow figure:nth-child(even) {
          margin-top: 50px; }
        #part-mv .YokoScroll .slideshow figure img {
          border-radius: 20px; }
          @media (min-width: 768px) {
            #part-mv .YokoScroll .slideshow figure img {
              border-radius: 40px; } }
      #part-mv .YokoScroll .slideshow.show1 {
        animation: gallery-slide1 80s infinite linear 1s both; }
@keyframes gallery-slide1 {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
  #part-mv .main-copy {
    margin-top: 30px; }
    @media (min-width: 768px) {
      #part-mv .main-copy {
        margin-top: 60px; } }
    #part-mv .main-copy h1 {
      opacity: 0;
      font-family: "Dela Gothic One", sans-serif;
      font-size: 1.8em;
      font-weight: 400;
      line-height: 1.0em;
      text-align: center;
      color: #FF4B4B; }
      @media (min-width: 768px) {
        #part-mv .main-copy h1 {
          font-size: 3em; } }
      @media (min-width: 1200px) {
        #part-mv .main-copy h1 {
          font-size: 4.8em; } }
      #part-mv .main-copy h1.titleOpen {
        animation: fadeIn 0.25s linear;
        animation-fill-mode: both; }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    #part-mv .main-copy p {
      font-size: 0.9em;
      text-align: center;
      line-height: 1.4em;
      margin-top: 15px; }
      @media (min-width: 768px) {
        #part-mv .main-copy p {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #part-mv .main-copy p {
          font-size: 1.125em;
          margin-top: 20px; } }

/*
---------------------------------------------------------------------------------------------------------------------
共通
---------------------------------------------------------------------------------------------------------------------
*/
.card-common {
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */ }
  .card-common .swiper-button-prev.noir::after {
    background-image: url("../../img/parts/arrow-btn-noir.svg");
    transform: rotate(180deg); }
  .card-common .swiper-button-next.noir::after {
    background-image: url("../../img/parts/arrow-btn-noir.svg"); }
  .card-common .swiper-button-prev.rouge::after {
    background-image: url("../../img/parts/arrow-btn-rouge2.svg");
    transform: rotate(180deg); }
  .card-common .swiper-button-next.rouge::after {
    background-image: url("../../img/parts/arrow-btn-rouge2.svg"); }
  .card-common .swiper-button-prev.vert::after {
    background-image: url("../../img/parts/arrow-btn-vert2.svg");
    transform: rotate(180deg); }
  .card-common .swiper-button-next.vert::after {
    background-image: url("../../img/parts/arrow-btn-vert2.svg"); }
  .card-common .swiper-button-prev,
  .card-common .swiper-button-next {
    height: 40px;
    width: 40px;
    z-index: 20; }
  .card-common .swiper-button-prev::after,
  .card-common .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35); }
  .card-common .swiper-button-prev, .card-common .swiper-button-next {
    top: calc(50% - 20px); }

.part-commmon-title .part-commmon-title-in {
  position: relative; }
  .part-commmon-title .part-commmon-title-in .YokoScroll {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px; }
    .part-commmon-title .part-commmon-title-in .YokoScroll:last-child {
      margin-bottom: 0; }
    .part-commmon-title .part-commmon-title-in .YokoScroll .slideshow {
      display: flex; }
      .part-commmon-title .part-commmon-title-in .YokoScroll .slideshow figure img {
        width: auto;
        height: 60px;
        margin-right: 10px; }
        @media (min-width: 768px) {
          .part-commmon-title .part-commmon-title-in .YokoScroll .slideshow figure img {
            height: 80px; } }
        @media (min-width: 1200px) {
          .part-commmon-title .part-commmon-title-in .YokoScroll .slideshow figure img {
            height: 100px; } }
      .part-commmon-title .part-commmon-title-in .YokoScroll .slideshow.show1 {
        animation: gallery-slide1 200s infinite linear 1s both; }
@keyframes gallery-slide1 {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
  .part-commmon-title .part-commmon-title-in p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .part-commmon-title .part-commmon-title-in p {
        font-size: 1.125em; } }
    @media (min-width: 1200px) {
      .part-commmon-title .part-commmon-title-in p {
        font-size: 1.375em; } }
    .part-commmon-title .part-commmon-title-in p.rouge {
      color: #FF4B4B; }
    .part-commmon-title .part-commmon-title-in p.type1 {
      top: -5px; }
      @media (min-width: 768px) {
        .part-commmon-title .part-commmon-title-in p.type1 {
          top: -10px; } }
    .part-commmon-title .part-commmon-title-in p.type2 {
      top: 5px; }
      @media (min-width: 768px) {
        .part-commmon-title .part-commmon-title-in p.type2 {
          top: 10px; } }
.part-commmon-title h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  text-align: center;
  text-align: center;
  margin-top: -25px;
  position: relative; }
  @media (min-width: 768px) {
    .part-commmon-title h2 {
      font-size: 2.0em;
      margin-top: -30px; } }
  @media (min-width: 1200px) {
    .part-commmon-title h2 {
      font-size: 3.0em;
      margin-top: -40px; } }

/*
---------------------------------------------------------------------------------------------------------------------
全国のツルハでアルバイト・HB社員※募集中！
---------------------------------------------------------------------------------------------------------------------
*/
#search {
  background-color: #FA4D4D;
  padding: 40px 0; }
  @media (min-width: 768px) {
    #search {
      padding: 80px 0 60px; } }
  #search h2 {
    font-size: 1.4em;
    color: #fff;
    line-height: 1.4em;
    text-align: center; }
    @media (min-width: 768px) {
      #search h2 {
        font-size: 1.75em; } }
    @media (min-width: 1200px) {
      #search h2 {
        font-size: 3em; } }
    #search h2 .small {
      font-size: 0.5em;
      position: relative;
      top: -10px; }
      @media (min-width: 768px) {
        #search h2 .small {
          top: -15px; } }
      @media (min-width: 1200px) {
        #search h2 .small {
          top: -20px; } }
  #search .btn-area {
    margin: 20px 0;
    text-align: center; }
    @media (min-width: 768px) {
      #search .btn-area {
        display: flex;
        justify-content: center;
        margin: 40px 0; } }
    #search .btn-area .common-btn-type1 {
      margin-bottom: 10px; }
      #search .btn-area .common-btn-type1:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        #search .btn-area .common-btn-type1:nth-child(1) {
          margin-right: 20px; }
        #search .btn-area .common-btn-type1:nth-child(2) {
          margin-left: 20px; } }
  #search #repeat-txt {
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0; }
    #search #repeat-txt .loop {
      display: flex;
      align-items: center;
      overflow: hidden;
      color: #fff;
      width: 100%;
      white-space: nowrap;
      z-index: 1; }
      #search #repeat-txt .loop ul.loop-area {
        display: flex;
        animation: loop-slide 300s infinite linear 1s both;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 1.0em;
        font-weight: 700; }
        @media (min-width: 1024px) {
          #search #repeat-txt .loop ul.loop-area {
            font-size: 1.375em; } }
        #search #repeat-txt .loop ul.loop-area li {
          display: inline-block;
          padding-right: 10px; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
  #search h6 {
    font-size: 0.7em;
    font-weight: 400;
    line-height: 1.6em;
    text-align: right;
    color: #fff;
    margin-top: 10px;
    padding: 0 5%; }
    @media (min-width: 1024px) {
      #search h6 {
        font-size: 0.9em;
        margin-top: 15px; } }

/*
---------------------------------------------------------------------------------------------------------------------
あなたにぴったりの働き方が見つかります
---------------------------------------------------------------------------------------------------------------------
*/
#work-style {
  padding: 60px 0 100px; }
  @media (min-width: 768px) {
    #work-style {
      padding: 100px 0 100px; } }
  #work-style .txt {
    margin-top: 20px; }
    #work-style .txt h3 {
      font-size: 0.9em;
      line-height: 1.5em;
      text-align: center; }
      @media (min-width: 768px) {
        #work-style .txt h3 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #work-style .txt h3 {
          font-size: 1.125em; } }
  #work-style .work-style-contents {
    max-width: 1200px;
    margin: 20px auto 0;
    width: 90%; }
    @media (min-width: 768px) {
      #work-style .work-style-contents {
        display: flex;
        margin: 60px auto 0; } }
    #work-style .work-style-contents .work-style-box {
      margin-bottom: 40px; }
      #work-style .work-style-contents .work-style-box:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        #work-style .work-style-contents .work-style-box {
          width: 50%;
          margin-bottom: 0; }
          #work-style .work-style-contents .work-style-box:first-child {
            padding-right: 15px; }
          #work-style .work-style-contents .work-style-box:last-child {
            padding-left: 15px; } }
      @media (min-width: 1200px) {
        #work-style .work-style-contents .work-style-box:first-child {
          padding-right: 30px; }
        #work-style .work-style-contents .work-style-box:last-child {
          padding-left: 30px; } }
      #work-style .work-style-contents .work-style-box .photo {
        position: relative;
        z-index: 1;
        margin: auto;
        width: 150px; }
        @media (min-width: 1024px) {
          #work-style .work-style-contents .work-style-box .photo {
            width: 200px; } }
        @media (min-width: 1200px) {
          #work-style .work-style-contents .work-style-box .photo {
            width: 320px; } }
        #work-style .work-style-contents .work-style-box .photo img {
          border-radius: 50%; }
      #work-style .work-style-contents .work-style-box .work-style-box-in {
        border-radius: 15px;
        margin-top: -75px;
        padding: 100px 0 40px; }
        @media (min-width: 1024px) {
          #work-style .work-style-contents .work-style-box .work-style-box-in {
            border-radius: 30px;
            margin-top: -100px;
            padding: 120px 0 40px; } }
        @media (min-width: 1200px) {
          #work-style .work-style-contents .work-style-box .work-style-box-in {
            margin-top: -160px;
            padding: 180px 0 40px; } }
        #work-style .work-style-contents .work-style-box .work-style-box-in.color1 {
          background-color: #0EC688; }
        #work-style .work-style-contents .work-style-box .work-style-box-in.color2 {
          background-color: #FFAC26; }
        #work-style .work-style-contents .work-style-box .work-style-box-in .txt {
          color: #fff;
          text-align: center;
          margin-top: -50px;
          position: relative;
          z-index: 1; }
          #work-style .work-style-contents .work-style-box .work-style-box-in .txt .speech {
            position: relative;
            z-index: 10;
            background-color: #fff;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 240px;
            height: 60px;
            margin: auto; }
            @media (min-width: 1024px) {
              #work-style .work-style-contents .work-style-box .work-style-box-in .txt .speech {
                border-radius: 15px;
                height: 80px; } }
            #work-style .work-style-contents .work-style-box .work-style-box-in .txt .speech .speech-in {
              text-align: center; }
              #work-style .work-style-contents .work-style-box .work-style-box-in .txt .speech .speech-in.color1 {
                color: #0EC688; }
              #work-style .work-style-contents .work-style-box .work-style-box-in .txt .speech .speech-in.color2 {
                color: #FFAC26; }
              #work-style .work-style-contents .work-style-box .work-style-box-in .txt .speech .speech-in h3 {
                font-size: 1.125em;
                line-height: 1.4em; }
                @media (min-width: 1024px) {
                  #work-style .work-style-contents .work-style-box .work-style-box-in .txt .speech .speech-in h3 {
                    font-size: 1.375em; } }
              #work-style .work-style-contents .work-style-box .work-style-box-in .txt .speech .speech-in h6 {
                font-size: 0.8em;
                font-feature-settings: "palt";
                letter-spacing: 0.04em; }
                @media (min-width: 1024px) {
                  #work-style .work-style-contents .work-style-box .work-style-box-in .txt .speech .speech-in h6 {
                    font-size: 1.0em; } }
            #work-style .work-style-contents .work-style-box .work-style-box-in .txt .speech:before {
              content: "";
              position: absolute;
              top: 100%;
              left: 50%;
              margin-left: -10px;
              border: 10px solid transparent;
              border-top: 12px solid #fff; }
          #work-style .work-style-contents .work-style-box .work-style-box-in .txt h4 {
            font-size: 1.0em;
            line-height: 1.4em;
            margin-top: 20px; }
            @media (min-width: 768px) {
              #work-style .work-style-contents .work-style-box .work-style-box-in .txt h4 {
                font-size: 1.125em; } }
            @media (min-width: 1200px) {
              #work-style .work-style-contents .work-style-box .work-style-box-in .txt h4 {
                font-size: 1.30em; } }
          #work-style .work-style-contents .work-style-box .work-style-box-in .txt h2 {
            font-size: 2.0em;
            margin-top: 10px; }
            @media (min-width: 768px) {
              #work-style .work-style-contents .work-style-box .work-style-box-in .txt h2 {
                font-size: 2.5em; } }
            @media (min-width: 1200px) {
              #work-style .work-style-contents .work-style-box .work-style-box-in .txt h2 {
                font-size: 3.0em;
                margin-top: 20px; } }
        #work-style .work-style-contents .work-style-box .work-style-box-in .recommended {
          text-align: center;
          display: flex;
          justify-content: center;
          margin-top: 20px;
          padding: 0 5%; }
          @media (min-width: 1024px) {
            #work-style .work-style-contents .work-style-box .work-style-box-in .recommended {
              margin-top: 40px; } }
          #work-style .work-style-contents .work-style-box .work-style-box-in .recommended .recommended-in h5 {
            font-size: 0.9em;
            font-weight: 400;
            border-bottom: 1px solid #000;
            padding-bottom: 5px; }
            @media (min-width: 1024px) {
              #work-style .work-style-contents .work-style-box .work-style-box-in .recommended .recommended-in h5 {
                font-size: 1.0em; } }
          #work-style .work-style-contents .work-style-box .work-style-box-in .recommended .recommended-in ul {
            margin-top: 10px; }
            @media (min-width: 1024px) {
              #work-style .work-style-contents .work-style-box .work-style-box-in .recommended .recommended-in ul {
                margin-top: 20px; } }
            #work-style .work-style-contents .work-style-box .work-style-box-in .recommended .recommended-in ul li {
              display: flex;
              align-items: center;
              margin-bottom: 10px; }
              #work-style .work-style-contents .work-style-box .work-style-box-in .recommended .recommended-in ul li img {
                width: 16px;
                margin-right: 10px; }
              #work-style .work-style-contents .work-style-box .work-style-box-in .recommended .recommended-in ul li p {
                font-size: 0.9em;
                line-height: 1.4em; }
                @media (min-width: 1024px) {
                  #work-style .work-style-contents .work-style-box .work-style-box-in .recommended .recommended-in ul li p {
                    font-size: 1.125em; } }
              #work-style .work-style-contents .work-style-box .work-style-box-in .recommended .recommended-in ul li:last-child {
                margin-bottom: 0; }
        #work-style .work-style-contents .work-style-box .work-style-box-in .common-btn-type1 {
          margin-top: 40px;
          text-align: center; }
    #work-style .work-style-contents h6.kome {
      font-size: 0.8em;
      font-weight: 400;
      margin-top: 10px; }
      @media (min-width: 768px) {
        #work-style .work-style-contents h6.kome {
          font-size: 0.9em; } }

/*
---------------------------------------------------------------------------------------------------------------------
アルバイトとHB社員、どう違うの？
---------------------------------------------------------------------------------------------------------------------
*/
#classification {
  background-color: #fff;
  border-radius: 15px;
  max-width: 1200px;
  margin: auto;
  width: 90%;
  padding: 40px 5%; }
  @media (min-width: 768px) {
    #classification {
      padding: 40px; } }
  @media (min-width: 1024px) {
    #classification {
      border-radius: 20px; } }
  @media (min-width: 1200px) {
    #classification {
      padding: 120px 0; } }
  #classification .part-commmon-title h2 {
    margin-top: 20px; }
  #classification .sp-arrow {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      #classification .sp-arrow {
        display: none; } }
    #classification .sp-arrow ul {
      display: flex;
      justify-content: flex-end; }
      #classification .sp-arrow ul li {
        width: 25px;
        margin-left: 5px; }
  #classification .contract {
    display: flex;
    margin: 0 auto;
    max-width: 1040px; }
    @media (min-width: 1024px) {
      #classification .contract {
        margin: 60px auto 0; } }
    #classification .contract ul li {
      font-size: 0.7em;
      font-weight: 500;
      line-height: 1.2em;
      height: 50px;
      line-height: 46px;
      text-align: center;
      border-bottom: 1px solid #DDDDDD; }
      @media (min-width: 768px) {
        #classification .contract ul li {
          font-size: 0.8em;
          height: 60px;
          line-height: 56px; } }
      @media (min-width: 1200px) {
        #classification .contract ul li {
          font-size: 0.9em; } }
      #classification .contract ul li:first-child {
        border-bottom: 1px solid #9D9D9D;
        font-size: 1.25em;
        font-weight: bold; }
        @media (min-width: 1024px) {
          #classification .contract ul li:first-child {
            font-size: 1.75em; } }
      #classification .contract ul li:last-child {
        border-bottom: none; }
    #classification .contract .item {
      width: 450px; }
      @media (min-width: 768px) {
        #classification .contract .item {
          width: 260px; } }
      @media (min-width: 1200px) {
        #classification .contract .item {
          width: 200px; } }
      #classification .contract .item ul li {
        text-align: left; }
    #classification .contract .answer {
      overflow: scroll;
      overflow-y: hidden; }
      #classification .contract .answer .answer-in {
        display: flex;
        width: 720px; }
        @media (min-width: 768px) {
          #classification .contract .answer .answer-in {
            width: 780px; } }
        @media (min-width: 1200px) {
          #classification .contract .answer .answer-in {
            width: 840px; } }
        #classification .contract .answer .answer-in ul {
          width: 240px; }
          @media (min-width: 768px) {
            #classification .contract .answer .answer-in ul {
              width: 260px; } }
          @media (min-width: 1200px) {
            #classification .contract .answer .answer-in ul {
              width: 280px; } }
          #classification .contract .answer .answer-in ul:nth-child(1) {
            color: #0EC688; }
            #classification .contract .answer .answer-in ul:nth-child(1) li {
              font-weight: 600; }
          #classification .contract .answer .answer-in ul:nth-child(2) {
            color: #FF7F00; }
            #classification .contract .answer .answer-in ul:nth-child(2) li {
              font-weight: 600; }
          #classification .contract .answer .answer-in ul li {
            position: relative; }
            #classification .contract .answer .answer-in ul li span {
              font-size: 0.5em;
              position: relative;
              top: 0; }
            #classification .contract .answer .answer-in ul li .asuta {
              color: #000;
              font-size: 11px; }
            #classification .contract .answer .answer-in ul li .two {
              position: relative;
              top: -5px; }
            #classification .contract .answer .answer-in ul li .large {
              font-size: 1.5em; }
            #classification .contract .answer .answer-in ul li .kakko {
              position: absolute;
              top: 20px;
              left: 0;
              right: 0;
              font-size: 0.7em; }
    #classification .contract ::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0.02); }
    #classification .contract ::-webkit-scrollbar {
      height: 8px; }
    #classification .contract ::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background-color: rgba(0, 0, 0, 0.5); }
  #classification .kome {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end; }
    @media (min-width: 1200px) {
      #classification .kome {
        padding-right: 5%; } }
    #classification .kome ul li {
      font-size: 0.7em;
      line-height: 1.4em;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      margin-bottom: 5px;
      padding-left: 3em;
      text-indent: -3em; }
      @media (min-width: 1024px) {
        #classification .kome ul li {
          font-size: 0.8em; } }
      #classification .kome ul li:last-child {
        margin-bottom: 0; }

/*
---------------------------------------------------------------------------------------------------------------------
ツルハってこんなところ
---------------------------------------------------------------------------------------------------------------------
*/
#point {
  padding: 60px 0 100px; }
  @media (min-width: 768px) {
    #point {
      padding: 100px 0 100px; } }
  #point .part-commmon-title h2 {
    margin-top: -20px; }
    @media (min-width: 768px) {
      #point .part-commmon-title h2 {
        margin-top: -25px; } }
    @media (min-width: 1200px) {
      #point .part-commmon-title h2 {
        margin-top: -30px; } }
  #point .txt {
    margin-top: 20px;
    padding: 0 5%; }
    #point .txt h3 {
      font-size: 0.9em;
      line-height: 1.5em;
      text-align: center; }
      @media (min-width: 768px) {
        #point .txt h3 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #point .txt h3 {
          font-size: 1.125em; } }
  #point .point-in {
    position: relative;
    width: 90%;
    margin: 40px auto 0;
    max-width: 1200px; }
    @media (min-width: 1200px) {
      #point .point-in {
        margin: 100px auto 0; } }
    @media (min-width: 768px) {
      #point .point-in .title-area {
        position: absolute;
        top: 0;
        left: 0; } }
    #point .point-in .title-area .title {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 768px) {
        #point .point-in .title-area .title {
          justify-content: flex-start; } }
      #point .point-in .title-area .title h2 {
        width: 64px;
        margin-right: 5px; }
        @media (min-width: 768px) {
          #point .point-in .title-area .title h2 {
            width: 70px; } }
        @media (min-width: 1200px) {
          #point .point-in .title-area .title h2 {
            width: 85px; } }
      #point .point-in .title-area .title h3 {
        font-size: 1.25em;
        line-height: 1.4em; }
        @media (min-width: 768px) {
          #point .point-in .title-area .title h3 {
            font-size: 1.25em; } }
        @media (min-width: 1200px) {
          #point .point-in .title-area .title h3 {
            font-size: 1.75em; } }
    #point .point-in .title-area p {
      font-size: 0.9em;
      line-height: 1.4em;
      text-align: center;
      margin: 10px 0 0 0; }
      @media (min-width: 768px) {
        #point .point-in .title-area p {
          text-align: left;
          margin: 10px 0 0 75px; } }
      @media (min-width: 1200px) {
        #point .point-in .title-area p {
          font-size: 1.125em;
          margin: 10px 0 0 90px; } }
    @media (min-width: 768px) {
      #point .point-in .graph {
        display: flex; } }
    #point .point-in .graph .other {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #point .point-in .graph .other {
          width: 200px;
          margin-top: auto;
          position: relative;
          top: 20px;
          left: 75px; } }
      @media (min-width: 1024px) {
        #point .point-in .graph .other {
          width: 240px; } }
      @media (min-width: 1200px) {
        #point .point-in .graph .other {
          top: 0; } }
      #point .point-in .graph .other h4 {
        font-family: "Dela Gothic One", sans-serif;
        font-weight: 400;
        font-size: 1.5em;
        line-height: 1.4em;
        color: #56C1F0; }
        @media (min-width: 768px) {
          #point .point-in .graph .other h4 {
            font-size: 2.0em; } }
      #point .point-in .graph .other .other-in {
        display: flex;
        justify-content: space-between; }
        @media (min-width: 768px) {
          #point .point-in .graph .other .other-in {
            display: block;
            margin-top: auto; } }
        #point .point-in .graph .other .other-in ul {
          margin: 0 10px 8px 0; }
          #point .point-in .graph .other .other-in ul li {
            font-size: 0.8em;
            line-height: 1.4em;
            margin-bottom: 8px; }
            @media (min-width: 1024px) {
              #point .point-in .graph .other .other-in ul li {
                font-size: 1.0em; } }
            #point .point-in .graph .other .other-in ul li:last-child {
              margin-bottom: 0; }
    #point .point-in .photo {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #point .point-in .photo {
          width: calc(100% - 200px);
          padding-left: 10%;
          margin-top: 60px; } }
      @media (min-width: 1024px) {
        #point .point-in .photo {
          width: calc(100% - 240px);
          margin-top: 0; } }
  #point .point-card {
    padding: 20px 5% 60px;
    position: relative;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 768px) {
      #point .point-card {
        padding: 50px 0 60px 5%; } }
    @media (min-width: 1200px) {
      #point .point-card {
        padding: 100px 0 60px 5%; } }
    @media (min-width: 768px) {
      #point .point-card .swiper-slide {
        width: 500px;
        margin: 0 20px 0 0; } }
    @media (min-width: 1200px) {
      #point .point-card .swiper-slide {
        width: 590px;
        margin: 0 30px 0 0; } }
    #point .point-card .swiper-slide:last-child {
      margin-right: 0; }
  #point .swiper-button-prev, #point .swiper-button-next {
    opacity: 0; }
    @media (min-width: 768px) {
      #point .swiper-button-prev, #point .swiper-button-next {
        opacity: 1;
        top: calc(50% + 20px); } }
  #point .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.5;
    background: #000; }
  #point .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 20px; }
  #point .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000; }
  #point .point-box {
    border-radius: 15px;
    padding: 20px;
    height: 350px; }
    @media (min-width: 768px) {
      #point .point-box {
        height: auto; } }
    @media (min-width: 1024px) {
      #point .point-box {
        border-radius: 30px;
        padding: 40px; } }
    #point .point-box.color1 {
      background-color: #FC4475; }
    #point .point-box.color2 {
      background-color: #FFAC26; }
    #point .point-box.color3 {
      background-color: #2594E5; }
    #point .point-box.color4 {
      background-color: #0EC688; }
    #point .point-box h6 {
      font-size: 0.9em;
      color: #fff; }
      @media (min-width: 768px) {
        #point .point-box h6 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #point .point-box h6 {
          font-size: 1.125em; } }
    #point .point-box .title {
      display: flex;
      align-items: center;
      margin-top: 5px; }
      #point .point-box .title img {
        width: 40px;
        margin-right: 4px; }
        @media (min-width: 768px) {
          #point .point-box .title img {
            width: 50px;
            margin-right: 10px; } }
        @media (min-width: 1200px) {
          #point .point-box .title img {
            width: 70px; } }
      #point .point-box .title h2 {
        font-size: 1.4em;
        text-align: justify;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        color: #fff; }
        @media (min-width: 768px) {
          #point .point-box .title h2 {
            font-size: 1.75em; } }
        @media (min-width: 1200px) {
          #point .point-box .title h2 {
            font-size: 2.25em; } }
    #point .point-box .content {
      display: flex;
      margin-top: 15px; }
      @media (min-width: 768px) {
        #point .point-box .content {
          margin-top: 30px; } }
      #point .point-box .content p {
        width: 55%;
        font-size: 0.9em;
        line-height: 1.6em;
        text-align: justify;
        padding-right: 5%;
        color: #fff; }
        @media (min-width: 1200px) {
          #point .point-box .content p {
            font-size: 1.125em; } }
      #point .point-box .content .photo {
        width: 45%; }
        #point .point-box .content .photo img {
          border-radius: 5px; }
          @media (min-width: 1024px) {
            #point .point-box .content .photo img {
              border-radius: 10px; } }

/*
---------------------------------------------------------------------------------------------------------------------
先輩社員インタビュー
---------------------------------------------------------------------------------------------------------------------
*/
#interview {
  background-color: #FF4B4B;
  border-radius: 15px;
  padding: 40px 0; }
  @media (min-width: 768px) {
    #interview {
      border-radius: 30px;
      padding: 80px 0 60px; } }
  @media (min-width: 1200px) {
    #interview {
      padding: 100px 0; } }
  #interview .interview-in {
    max-width: 1600px;
    margin: auto;
    width: 90%; }
    #interview .interview-in .interview-title {
      display: flex;
      justify-content: center; }
      #interview .interview-in .interview-title .interview-title-in {
        position: relative;
        display: inline-block; }
        #interview .interview-in .interview-title .interview-title-in img {
          width: 120px;
          position: absolute;
          top: -30px;
          left: -40%; }
          @media (min-width: 768px) {
            #interview .interview-in .interview-title .interview-title-in img {
              width: 150px;
              top: -40px;
              left: -20%; } }
          @media (min-width: 1200px) {
            #interview .interview-in .interview-title .interview-title-in img {
              width: 200px; } }
        #interview .interview-in .interview-title .interview-title-in .txt {
          color: #fff;
          text-align: center; }
          @media (min-width: 768px) {
            #interview .interview-in .interview-title .interview-title-in .txt {
              display: flex;
              align-items: center;
              justify-content: center; } }
          #interview .interview-in .interview-title .interview-title-in .txt h2 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 2.5em;
            line-height: 1.0em; }
            @media (min-width: 768px) {
              #interview .interview-in .interview-title .interview-title-in .txt h2 {
                font-size: 3em;
                margin-right: 15px; } }
            @media (min-width: 1200px) {
              #interview .interview-in .interview-title .interview-title-in .txt h2 {
                font-size: 5em; } }
          #interview .interview-in .interview-title .interview-title-in .txt h3 {
            font-size: 0.9em;
            margin-top: 5px; }
            @media (min-width: 768px) {
              #interview .interview-in .interview-title .interview-title-in .txt h3 {
                font-size: 1.125em; } }
            @media (min-width: 1200px) {
              #interview .interview-in .interview-title .interview-title-in .txt h3 {
                font-size: 1.375em; } }
    #interview .interview-in .prologue {
      color: #fff;
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #interview .interview-in .prologue {
          display: flex;
          align-items: flex-end;
          margin-top: 40px; } }
      @media (min-width: 1200px) {
        #interview .interview-in .prologue {
          margin-top: 60px; } }
      @media (min-width: 1024px) {
        #interview .interview-in .prologue .copy {
          width: 55%; } }
      #interview .interview-in .prologue .copy h3 {
        font-size: 1.6em; }
        @media (min-width: 768px) {
          #interview .interview-in .prologue .copy h3 {
            font-size: 2.5em; } }
        @media (min-width: 1200px) {
          #interview .interview-in .prologue .copy h3 {
            font-size: 3.0em; } }
      #interview .interview-in .prologue .copy h4 {
        font-size: 0.9em;
        margin-top: 5px; }
        @media (min-width: 768px) {
          #interview .interview-in .prologue .copy h4 {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #interview .interview-in .prologue .copy h4 {
            font-size: 1.375em;
            margin-top: 10px; } }
      #interview .interview-in .prologue .txt {
        margin-top: 20px; }
        @media (min-width: 1024px) {
          #interview .interview-in .prologue .txt {
            width: 45%;
            margin-top: 0;
            position: relative;
            top: 5px; } }
        #interview .interview-in .prologue .txt p {
          font-size: 0.9em;
          line-height: 1.8em;
          text-align: justify; }
          @media (min-width: 1024x) {
            #interview .interview-in .prologue .txt p {
              font-size: 1.125em; } }
    #interview .interview-in .part-interview {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #interview .interview-in .part-interview {
          margin-top: 40px; } }
      @media (min-width: 1024px) {
        #interview .interview-in .part-interview {
          margin-top: 60px; } }
      #interview .interview-in .part-interview .interview-box {
        position: relative; }
        #interview .interview-in .part-interview .interview-box .photo {
          position: relative; }
          #interview .interview-in .part-interview .interview-box .photo::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
            height: 100%;
            mix-blend-mode: multiply;
            z-index: 5; }
        #interview .interview-in .part-interview .interview-box .photo-txt {
          position: absolute;
          bottom: 10px;
          left: 10px;
          z-index: 10; }
          @media (min-width: 768px) {
            #interview .interview-in .part-interview .interview-box .photo-txt {
              bottom: 20px;
              left: 20px; } }
          @media (min-width: 1024px) {
            #interview .interview-in .part-interview .interview-box .photo-txt {
              bottom: 40px;
              left: 40px; } }
          #interview .interview-in .part-interview .interview-box .photo-txt h3 {
            font-size: 0.95em;
            line-height: 1.4em;
            color: #fff;
            width: 95%; }
            @media (min-width: 768px) {
              #interview .interview-in .part-interview .interview-box .photo-txt h3 {
                font-size: 1.125em; } }
            @media (min-width: 1024px) {
              #interview .interview-in .part-interview .interview-box .photo-txt h3 {
                font-size: 1.65em;
                width: 60%; } }
          #interview .interview-in .part-interview .interview-box .photo-txt .txt {
            width: 98%;
            color: #fff;
            display: flex;
            margin-top: 10px; }
            @media (min-width: 1024px) {
              #interview .interview-in .part-interview .interview-box .photo-txt .txt {
                display: block;
                margin-top: 20px; } }
            #interview .interview-in .part-interview .interview-box .photo-txt .txt .name {
              width: calc(100% - 130px); }
              @media (min-width: 768px) {
                #interview .interview-in .part-interview .interview-box .photo-txt .txt .name {
                  display: flex;
                  align-items: center; } }
              #interview .interview-in .part-interview .interview-box .photo-txt .txt .name h4 {
                font-size: 1.0em;
                margin-bottom: 4px; }
                @media (min-width: 768px) {
                  #interview .interview-in .part-interview .interview-box .photo-txt .txt .name h4 {
                    font-size: 1.375em;
                    margin: 0 5px 0 0; } }
              #interview .interview-in .part-interview .interview-box .photo-txt .txt .name h5 {
                font-size: 0.8em; }
                @media (min-width: 768px) {
                  #interview .interview-in .part-interview .interview-box .photo-txt .txt .name h5 {
                    font-size: 0.9em; } }
            #interview .interview-in .part-interview .interview-box .photo-txt .txt .common-btn-type1 {
              width: 130px; }
              @media (min-width: 768px) {
                #interview .interview-in .part-interview .interview-box .photo-txt .txt .common-btn-type1 {
                  width: auto; } }
              @media (min-width: 1024px) {
                #interview .interview-in .part-interview .interview-box .photo-txt .txt .common-btn-type1 {
                  margin-top: 40px; } }

/*
---------------------------------------------------------------------------------------------------------------------
気になるアレコレ、答えます。
---------------------------------------------------------------------------------------------------------------------
*/
#q-a {
  padding: 60px 0 100px;
  overflow: hidden; }
  @media (min-width: 768px) {
    #q-a {
      padding: 100px 0 100px; } }
  #q-a .txt {
    margin-top: 20px;
    padding: 0 5%; }
    #q-a .txt h3 {
      font-size: 0.9em;
      line-height: 1.5em;
      text-align: center; }
      @media (min-width: 768px) {
        #q-a .txt h3 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #q-a .txt h3 {
          font-size: 1.125em; } }
  #q-a .q-a-in {
    margin: 20px auto 0;
    max-width: 1200px;
    margin: 40px auto 0;
    width: 90%; }
    @media (min-width: 768px) {
      #q-a .q-a-in {
        display: flex;
        margin: 60px auto 0; } }
    @media (min-width: 768px) {
      #q-a .q-a-in .q-a-L {
        width: 45%;
        padding-right: 5%; } }
    #q-a .q-a-in .q-a-L .photo-1 {
      width: 60%; }
      @media (min-width: 768px) {
        #q-a .q-a-in .q-a-L .photo-1 {
          margin-left: auto; } }
    #q-a .q-a-in .q-a-L ul.photo-2 {
      position: relative;
      display: flex;
      margin-top: 40px; }
      @media (min-width: 768px) {
        #q-a .q-a-in .q-a-L ul.photo-2 {
          margin-top: 60px;
          display: block; } }
      #q-a .q-a-in .q-a-L ul.photo-2 li {
        width: 60%; }
        #q-a .q-a-in .q-a-L ul.photo-2 li:nth-child(2) {
          margin: -20px 0 0 -20px; }
          @media (min-width: 768px) {
            #q-a .q-a-in .q-a-L ul.photo-2 li:nth-child(2) {
              margin: -20px 0 0 auto; } }
        #q-a .q-a-in .q-a-L ul.photo-2 li:nth-child(3) {
          position: absolute;
          top: -100%;
          right: -20%;
          z-index: -1; }
          @media (min-width: 768px) {
            #q-a .q-a-in .q-a-L ul.photo-2 li:nth-child(3) {
              top: 0;
              right: -30%; } }
          #q-a .q-a-in .q-a-L ul.photo-2 li:nth-child(3) img {
            width: 140px;
            transform: rotate(15deg); }
    #q-a .q-a-in .q-a-L img {
      border-radius: 10px; }
      @media (min-width: 1024px) {
        #q-a .q-a-in .q-a-L img {
          border-radius: 15px; } }
    #q-a .q-a-in .q-a-R {
      margin-top: 40px;
      position: relative; }
      @media (min-width: 768px) {
        #q-a .q-a-in .q-a-R {
          width: 55%;
          margin-top: 20px; } }
      #q-a .q-a-in .q-a-R img {
        width: 100px;
        position: absolute;
        top: -6%;
        right: 0;
        transform: rotate(15deg);
        z-index: -1; }
        @media (min-width: 768px) {
          #q-a .q-a-in .q-a-R img {
            top: -14%;
            width: 140px; } }
      #q-a .q-a-in .q-a-R ul li {
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          #q-a .q-a-in .q-a-R ul li {
            margin-bottom: 60px; } }
        #q-a .q-a-in .q-a-R ul li:last-child {
          margin-bottom: 0; }
        #q-a .q-a-in .q-a-R ul li h3 {
          font-size: 1.25em;
          color: #FF4B4B; }
          @media (min-width: 768px) {
            #q-a .q-a-in .q-a-R ul li h3 {
              font-size: 1.45em; } }
          @media (min-width: 1200px) {
            #q-a .q-a-in .q-a-R ul li h3 {
              font-size: 1.75em; } }
        #q-a .q-a-in .q-a-R ul li p {
          font-size: 0.9em;
          line-height: 1.6em;
          text-align: justify;
          margin-top: 5px; }
          @media (min-width: 768px) {
            #q-a .q-a-in .q-a-R ul li p {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #q-a .q-a-in .q-a-R ul li p {
              font-size: 1.125em;
              margin-top: 10px; } }

/*
---------------------------------------------------------------------------------------------------------------------
よくあるご質問
---------------------------------------------------------------------------------------------------------------------
*/
#question {
  background-color: #fff;
  border-radius: 15px;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0; }
  @media (min-width: 768px) {
    #question {
      border-radius: 20px;
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    #question {
      padding: 100px 0; } }
  #question .question-title {
    text-align: center; }
    #question .question-title h1 {
      position: relative;
      display: inline-block;
      font-size: 0.9em; }
      @media (min-width: 768px) {
        #question .question-title h1 {
          font-size: 1.125em; } }
      @media (min-width: 1200px) {
        #question .question-title h1 {
          font-size: 1.375em; } }
      #question .question-title h1::before {
        content: "";
        position: absolute;
        top: 3px;
        left: -10px;
        border-right: 1.5px solid #000;
        height: 22px;
        transform: rotate(-20deg); }
      #question .question-title h1::after {
        content: "";
        position: absolute;
        top: 3px;
        right: -5px;
        border-right: 1.5px solid #000;
        height: 22px;
        transform: rotate(25deg); }
    #question .question-title h2 {
      font-size: 1.5em;
      color: #FF4B4B;
      margin-top: 10px; }
      @media (min-width: 768px) {
        #question .question-title h2 {
          font-size: 2.0em; } }
      @media (min-width: 1200px) {
        #question .question-title h2 {
          font-size: 3.0em; } }
  #question .txt {
    text-align: center;
    margin-top: 40px; }
    @media (min-width: 768px) {
      #question .txt {
        margin-top: 60px; } }
    @media (min-width: 1200px) {
      #question .txt {
        margin-top: 80px; } }
    #question .txt h3 {
      font-size: 1.125em; }
      @media (min-width: 768px) {
        #question .txt h3 {
          font-size: 1.45em; } }
      @media (min-width: 1200px) {
        #question .txt h3 {
          font-size: 1.75em; } }
  #question .question-in {
    margin: 20px auto 0;
    width: 90%; }
    @media (min-width: 768px) {
      #question .question-in {
        display: flex;
        margin: 40px auto 0; } }
    #question .question-in ul.accordion-area {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        #question .question-in ul.accordion-area {
          width: 50%; }
          #question .question-in ul.accordion-area:first-child {
            padding-right: 10px; }
          #question .question-in ul.accordion-area:last-child {
            padding-left: 10px; } }
      @media (min-width: 1024px) {
        #question .question-in ul.accordion-area:first-child {
          padding-right: 15px; }
        #question .question-in ul.accordion-area:last-child {
          padding-left: 15px; } }
      #question .question-in ul.accordion-area li {
        background-color: #F5F5F5;
        border-radius: 10px;
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          #question .question-in ul.accordion-area li {
            border-radius: 20px;
            margin-bottom: 20px; } }
        #question .question-in ul.accordion-area li:last-child {
          margin-bottom: 0; }
        #question .question-in ul.accordion-area li section .title {
          position: relative;
          cursor: pointer;
          padding: 0 50px 0 15px;
          height: 80px;
          transition: all .5s ease; }
          @media (min-width: 768px) {
            #question .question-in ul.accordion-area li section .title {
              height: 90px;
              padding: 0 50px 0 25px; } }
          @media (min-width: 1200px) {
            #question .question-in ul.accordion-area li section .title {
              height: 100px; } }
          #question .question-in ul.accordion-area li section .title h3 {
            font-size: 1.0em;
            line-height: 1.4em;
            display: flex;
            align-items: center;
            height: 100%; }
            @media (min-width: 768px) {
              #question .question-in ul.accordion-area li section .title h3 {
                font-size: 1.125em; } }
            @media (min-width: 1200px) {
              #question .question-in ul.accordion-area li section .title h3 {
                font-size: 1.35em; } }
          #question .question-in ul.accordion-area li section .title .plus-btn {
            background-color: #FF4B4B;
            width: 30px;
            height: 30px;
            border-radius: 50px;
            position: absolute;
            top: calc(48% - 14px);
            right: 13px;
            z-index: 0; }
            @media (min-width: 1024px) {
              #question .question-in ul.accordion-area li section .title .plus-btn {
                width: 40px;
                height: 40px;
                right: 18px;
                top: calc(48% - 19px); } }
          #question .question-in ul.accordion-area li section .title::before, #question .question-in ul.accordion-area li section .title::after {
            position: absolute;
            right: 20px;
            content: '';
            width: 15px;
            height: 2px;
            background-color: #fff;
            z-index: 10; }
            @media (min-width: 1024px) {
              #question .question-in ul.accordion-area li section .title::before, #question .question-in ul.accordion-area li section .title::after {
                right: 30px; } }
          #question .question-in ul.accordion-area li section .title::before {
            top: 48%;
            transform: rotate(0deg); }
          #question .question-in ul.accordion-area li section .title::after {
            top: 48%;
            transform: rotate(90deg); }
          #question .question-in ul.accordion-area li section .title.close::before {
            transform: rotate(45deg); }
          #question .question-in ul.accordion-area li section .title.close::after {
            transform: rotate(-45deg); }
        #question .question-in ul.accordion-area li section .box-1 {
          display: none;
          padding: 0 25px 5% 25px; }
          #question .question-in ul.accordion-area li section .box-1 p {
            font-size: 0.9em;
            line-height: 1.6em;
            text-align: justify; }
            @media (min-width: 1024px) {
              #question .question-in ul.accordion-area li section .box-1 p {
                font-size: 1.125em; } }

/*
---------------------------------------------------------------------------------------------------------------------
ツルハのしごと
---------------------------------------------------------------------------------------------------------------------
*/
#jobs {
  padding: 60px 0 0; }
  @media (min-width: 768px) {
    #jobs {
      padding: 100px 0 0; } }
  @media (min-width: 1200px) {
    #jobs {
      padding: 140px 0 0; } }
  #jobs .part-commmon-title h2 {
    margin-top: -20px; }
  #jobs .txt {
    margin-top: 20px;
    padding: 0 5%; }
    #jobs .txt h3 {
      font-size: 0.9em;
      line-height: 1.5em;
      text-align: center; }
      @media (min-width: 768px) {
        #jobs .txt h3 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #jobs .txt h3 {
          font-size: 1.125em; } }
  #jobs .jobs-grid {
    max-width: 1200px;
    margin: 20px auto 0;
    width: 90%; }
    @media (min-width: 768px) {
      #jobs .jobs-grid {
        margin: 40px auto 0; }
        #jobs .jobs-grid .o-4column .col-lg-4 {
          padding: 0 10px; }
        #jobs .jobs-grid .o-4column {
          margin: 0 -10px; } }
    @media (min-width: 1200px) {
      #jobs .jobs-grid {
        margin: 80px auto 0; }
        #jobs .jobs-grid .o-4column .col-lg-4 {
          padding: 0 20px; }
        #jobs .jobs-grid .o-4column {
          margin: 0 -20px; } }
    #jobs .jobs-grid .o-4column .col-lg-4 {
      margin-bottom: 40px; }
      #jobs .jobs-grid .o-4column .col-lg-4:last-child {
        margin-bottom: 0; }
    #jobs .jobs-grid .jobs-box img {
      border-radius: 10px; }
      @media (min-width: 1024px) {
        #jobs .jobs-grid .jobs-box img {
          border-radius: 20px; } }
    #jobs .jobs-grid .jobs-box h3 {
      font-size: 1.25em;
      color: #FF0000;
      margin-top: 10px; }
      @media (min-width: 768px) {
        #jobs .jobs-grid .jobs-box h3 {
          font-size: 1.6em; } }
      @media (min-width: 1200px) {
        #jobs .jobs-grid .jobs-box h3 {
          font-size: 2.25em; } }
    #jobs .jobs-grid .jobs-box p {
      font-size: 0.9em;
      line-height: 1.6em;
      text-align: justify;
      margin-top: 10px; }
      @media (min-width: 768px) {
        #jobs .jobs-grid .jobs-box p {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #jobs .jobs-grid .jobs-box p {
          font-size: 1.125em; } }

/*
---------------------------------------------------------------------------------------------------------------------
続けやすいしくみ
---------------------------------------------------------------------------------------------------------------------
*/
#support {
  padding: 60px 0 0; }
  @media (min-width: 768px) {
    #support {
      padding: 100px 0 0; } }
  @media (min-width: 1200px) {
    #support {
      padding: 140px 0 0; } }
  #support .part-commmon-title h2 {
    margin-top: -20px; }
  #support .txt {
    margin-top: 20px;
    padding: 0 5%; }
    #support .txt h3 {
      font-size: 0.9em;
      line-height: 1.5em;
      text-align: center; }
      @media (min-width: 768px) {
        #support .txt h3 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #support .txt h3 {
          font-size: 1.125em; } }
  #support .support-card {
    padding: 20px 10% 0;
    position: relative;
    overflow: hidden;
    width: 100%; }
  #support .swiper-button-prev, #support .swiper-button-next {
    top: 50%; }
  #support .support-grid {
    max-width: 1200px;
    width: 90%;
    margin: 40px auto 0; }
    @media (min-width: 1200px) {
      #support .support-grid {
        margin: 80px auto 0; } }
    @media only screen and (min-width: 768px) {
      #support .support-grid .o-4column .col-lg-4 {
        padding: 0 10px; }
      #support .support-grid .o-4column {
        margin: 0 -10px; } }
    @media only screen and (min-width: 1200px) {
      #support .support-grid .o-4column .col-lg-4 {
        padding: 0 20px; }
      #support .support-grid .o-4column {
        margin: 0 -20px; } }
    #support .support-grid .support-box {
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        #support .support-grid .support-box {
          margin-bottom: 40px; } }
  #support .support-box {
    background-color: #fff;
    border: 3px solid #FF4B4B;
    border-radius: 15px;
    padding: 20px; }
    @media (min-width: 768px) {
      #support .support-box {
        padding: 30px; } }
    @media (min-width: 1200px) {
      #support .support-box {
        border-radius: 30px;
        padding: 40px; } }
    #support .support-box .icon {
      width: 80%;
      margin: auto; }
    #support .support-box .title {
      height: 90px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 1200px) {
        #support .support-box .title {
          height: 120px; } }
      #support .support-box .title .title-in {
        display: flex;
        color: #FF4B4B; }
        #support .support-box .title .title-in h3 {
          font-size: 1.25em;
          line-height: 1.4em;
          font-feature-settings: "palt";
          letter-spacing: 0.04em;
          text-align: center;
          margin-top: 16px; }
          @media (min-width: 1200px) {
            #support .support-box .title .title-in h3 {
              font-size: 1.4em;
              margin-top: 21px; } }
        #support .support-box .title .title-in h4 {
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          font-size: 3.0em;
          line-height: 1.0em;
          margin: 0 2px; }
          @media (min-width: 1200px) {
            #support .support-box .title .title-in h4 {
              font-size: 3.5em; } }
    #support .support-box p {
      font-size: 0.9em;
      line-height: 1.8em;
      text-align: justify; }
      @media (min-width: 1200px) {
        #support .support-box p {
          font-size: 1.0em; } }

/*
---------------------------------------------------------------------------------------------------------------------
データで見るみんなの働き方
---------------------------------------------------------------------------------------------------------------------
*/
#data {
  padding: 40px 0 60px;
  /*tabの形状*/
  /*エリアの表示非表示と形状*/ }
  @media (min-width: 768px) {
    #data {
      padding: 40px 0 100px; } }
  @media (min-width: 1200px) {
    #data {
      padding: 120px 0; } }
  #data .part-commmon-title h2 {
    margin-top: -20px; }
    @media (min-width: 768px) {
      #data .part-commmon-title h2 {
        margin-top: -25px; } }
    @media (min-width: 1200px) {
      #data .part-commmon-title h2 {
        margin-top: -30px; } }
  #data .tab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px; }
    #data .tab li {
      position: relative; }
      #data .tab li a {
        display: block;
        padding: 20px 0;
        width: 160px;
        border-radius: 10px;
        background-color: #fff; }
        @media (min-width: 768px) {
          #data .tab li a {
            width: 250px; } }
        @media (min-width: 1024px) {
          #data .tab li a {
            padding: 30px 0;
            width: 400px;
            border-radius: 20px; } }
        #data .tab li a h3 {
          font-size: 1.125em;
          line-height: 1.0em;
          text-align: center; }
          @media (min-width: 1024px) {
            #data .tab li a h3 {
              font-size: 2.25em; } }
      #data .tab li:first-child {
        margin-right: 5px; }
        @media (min-width: 768px) {
          #data .tab li:first-child {
            margin-right: 20px; } }
        #data .tab li:first-child a {
          border: 3px solid #0EC688; }
          #data .tab li:first-child a h3 {
            color: #0EC688; }
        #data .tab li:first-child.active a {
          background-color: #0EC688; }
          #data .tab li:first-child.active a h3 {
            color: #fff; }
          #data .tab li:first-child.active a:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -12px;
            border: 12px solid transparent;
            border-top: 15px solid #0EC688; }
      #data .tab li:last-child {
        margin-left: 5px; }
        @media (min-width: 768px) {
          #data .tab li:last-child {
            margin-left: 20px; } }
        #data .tab li:last-child a {
          border: 3px solid #FFAC26; }
          #data .tab li:last-child a h3 {
            color: #FFAC26; }
        #data .tab li:last-child.active a {
          background-color: #FFAC26; }
          #data .tab li:last-child.active a h3 {
            color: #fff; }
          #data .tab li:last-child.active a:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -12px;
            border: 12px solid transparent;
            border-top: 15px solid #FFAC26; }
  #data .area {
    display: none;
    opacity: 0; }
    #data .area.is-active {
      display: block;
      animation-name: displayAnime;
      animation-duration: 2s;
      animation-fill-mode: forwards; }
@keyframes displayAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  #data .data-area {
    border-radius: 10px;
    max-width: 1200px;
    margin: 20px auto 0;
    padding: 30px; }
    @media (min-width: 1024px) {
      #data .data-area {
        border-radius: 20px;
        padding: 60px;
        margin: 30px auto 0; } }
    #data .data-area.part {
      background-color: #0EC688; }
    #data .data-area.hb {
      background-color: #FFAC26; }
    #data .data-area .data-card1, #data .data-area .data-card2 {
      padding: 40px 10%;
      position: relative;
      overflow: hidden;
      width: 100%; }
    #data .data-area .data-grid {
      margin: auto; }
      @media only screen and (min-width: 768px) {
        #data .data-area .data-grid .o-6column .col-md-6 {
          padding: 0 10px; }
        #data .data-area .data-grid .o-6column {
          margin: 0 -10px; } }
      @media only screen and (min-width: 1024px) {
        #data .data-area .data-grid .o-6column .col-md-6 {
          padding: 0 20px; }
        #data .data-area .data-grid .o-6column {
          margin: 0 -20px; } }
      #data .data-area .data-grid .o-6column .col-md-6 {
        margin-bottom: 20px; }
        #data .data-area .data-grid .o-6column .col-md-6:nth-child(4) {
          margin-bottom: 0; }
        @media (min-width: 768px) {
          #data .data-area .data-grid .o-6column .col-md-6:nth-child(3) {
            margin-bottom: 0; } }
        @media (min-width: 1024px) {
          #data .data-area .data-grid .o-6column .col-md-6 {
            margin-bottom: 40px; } }
    #data .data-area .data-box {
      background-color: #fff;
      border-radius: 10px;
      padding: 30px 20px;
      width: 100%; }
      @media (min-width: 1024px) {
        #data .data-area .data-box {
          border-radius: 20px;
          padding: 40px; } }
      #data .data-area .data-box .title {
        display: flex;
        justify-content: center; }
        #data .data-area .data-box .title.hb h2 {
          border-bottom: 3px solid #FFAC26; }
        #data .data-area .data-box .title h2 {
          font-size: 1.5em;
          text-align: center;
          border-bottom: 3px solid #0EC688;
          padding: 0 10px 5px;
          display: inline-block; }
          @media (min-width: 1024px) {
            #data .data-area .data-box .title h2 {
              font-size: 2.0em; } }
      #data .data-area .data-box .icon {
        margin-top: 20px; }
      #data .data-area .data-box .speech {
        position: relative;
        background-color: #fff;
        border-radius: 15px;
        border: 2px solid #000;
        margin: 20px auto 0;
        padding: 15px;
        max-width: 400px; }
        @media (min-width: 768px) {
          #data .data-area .data-box .speech {
            padding: 15px 20px; } }
        @media (min-width: 1200px) {
          #data .data-area .data-box .speech {
            padding: 20px 0 20px 40px;
            border-radius: 30px; } }
        #data .data-area .data-box .speech img {
          width: 15px;
          position: absolute;
          top: -15px;
          left: 60px; }
          @media (min-width: 768px) {
            #data .data-area .data-box .speech img {
              left: 100px; } }
        #data .data-area .data-box .speech p {
          font-size: 0.85em;
          font-feature-settings: "palt";
          letter-spacing: 0.04em;
          line-height: 1.6em; }
          @media (min-width: 1024px) {
            #data .data-area .data-box .speech p {
              font-size: 1.0em; } }
