@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#mv-movie {
  position: relative;
  overflow: hidden;
  height: 100dvh; }
  @media (min-width: 600px) {
    #mv-movie {
      height: auto; } }
  #mv-movie .back {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: -1; }
    @media (min-width: 600px) {
      #mv-movie .back {
        aspect-ratio: 16 / 9;
        height: auto; } }
    @media (min-width: 1024px) {
      #mv-movie .back {
        width: 100vw;
        height: 100vh;
        max-height: 1100px;
        min-height: 680px;
        overflow: hidden; } }
    #mv-movie .back img, #mv-movie .back video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* ← 超重要 */ }
      @media (min-width: 600px) {
        #mv-movie .back img, #mv-movie .back video {
          top: 0;
          left: 0;
          transform: translate(0);
          width: 100%;
          height: auto; } }
      @media (min-width: 1024px) {
        #mv-movie .back img, #mv-movie .back video {
          height: auto;
          aspect-ratio: 16 / 9;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          min-width: 100%;
          min-height: 100%;
          width: auto; } }
    #mv-movie .back::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0);
      height: 100%;
      mix-blend-mode: multiply;
      z-index: 10; }
  #mv-movie .mv-copy {
    position: absolute;
    bottom: 90px;
    left: 15px; }
    @media (min-width: 768px) {
      #mv-movie .mv-copy {
        top: 100px;
        left: 40px; } }
    @media (min-width: 1200px) {
      #mv-movie .mv-copy {
        top: 130px;
        left: 80px; } }
    #mv-movie .mv-copy h1 {
      font-size: 1.75em;
      line-height: 1.4em;
      color: #fff; }
      @media (min-width: 768px) {
        #mv-movie .mv-copy h1 {
          font-size: 2.5em; } }
      @media (min-width: 1200px) {
        #mv-movie .mv-copy h1 {
          font-size: 3.2em; } }
      .outline{
        text-shadow:
          -0.5px -0.5px 0 #012d15,
           0.5px -0.5px 0 #012d15,
          -0.5px  0.5px 0 #012d15,
           0.5px  0.5px 0 #012d15;
      }
  #mv-movie .mynav-banner {
    position: absolute;
    bottom: 15px;
    left: 15px; }
    @media (min-width: 768px) {
      #mv-movie .mynav-banner {
        bottom: 20px;
        left: 40px; } }
    @media (min-width: 1200px) {
      #mv-movie .mynav-banner {
        left: 80px; } }
    #mv-movie .mynav-banner a:hover .mynav-banner-in {
      background-color: rgba(139, 228, 255, 0.3);
      border: 1px solid #8BE4FF; }
    #mv-movie .mynav-banner a .mynav-banner-in {
      position: relative;
      background-color: rgba(255, 255, 255, 0.7);
      border: 1px solid #fff;
      border-radius: 5px;
      display: flex;
      align-items: center;
      padding: 10px 30px 10px 10px;
      transition: .5s; }
      @media (min-width: 768px) {
        #mv-movie .mynav-banner a .mynav-banner-in {
          border-radius: 10px;
          padding: 20px 50px 20px 20px; } }
      #mv-movie .mynav-banner a .mynav-banner-in ul li {
        display: flex;
        align-items: center; }
        #mv-movie .mynav-banner a .mynav-banner-in ul li p {
          font-size: 0.8em; }
          @media (min-width: 768px) {
            #mv-movie .mynav-banner a .mynav-banner-in ul li p {
              font-size: 0.9em; } }
          @media (min-width: 1200px) {
            #mv-movie .mynav-banner a .mynav-banner-in ul li p {
              font-size: 1.0em; } }
        #mv-movie .mynav-banner a .mynav-banner-in ul li img {
          width: 70px;
          margin-right: 5px; }
          @media (min-width: 1200px) {
            #mv-movie .mynav-banner a .mynav-banner-in ul li img {
              width: 100px; } }
      #mv-movie .mynav-banner a .mynav-banner-in img.link {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 8px;
        margin: auto;
        display: flex;
        align-items: center;
        width: 14px; }
        @media (min-width: 768px) {
          #mv-movie .mynav-banner a .mynav-banner-in img.link {
            right: 16px; } }

.common-midashi {
  display: flex;
  padding: 20px; }
  @media (min-width: 768px) {
    .common-midashi {
      padding: 20px 0 20px 40px; } }
  .common-midashi .common-midashi-in {
    text-align: center; }
    .common-midashi .common-midashi-in.blanc h5 {
      color: #fff; }
    .common-midashi .common-midashi-in.vert h5 {
      color: #019A47; }
    .common-midashi .common-midashi-in.bleu {
      display: flex;
      align-items: end; }
      .common-midashi .common-midashi-in.bleu h5 {
        color: #4ACEFF;
        position: relative;
        left: -10px;
        bottom: 10px; }
        @media (min-width: 1024px) {
          .common-midashi .common-midashi-in.bleu h5 {
            bottom: 25px; } }
    .common-midashi .common-midashi-in img {
      width: 100px; }
      @media (min-width: 1024px) {
        .common-midashi .common-midashi-in img {
          width: 200px; } }
    .common-midashi .common-midashi-in h5 {
      font-family: 'Montserrat', sans-serif;
      font-style: italic;
      font-size: 1.125em;
      line-height: 1.0em;
      margin: 10px 0 0 0; }
      @media (min-width: 768px) {
        .common-midashi .common-midashi-in h5 {
          font-size: 1.35em; } }
      @media (min-width: 1200px) {
        .common-midashi .common-midashi-in h5 {
          font-size: 1.75em; } }

.common-title.blanc {
  color: #fff; }
  .common-title.blanc h6::before {
    content: "";
    background-color: #fff; }
.common-title.noir {
  color: #000; }
  .common-title.noir h6::before {
    content: "";
    background-color: #000; }
.common-title h6 {
  position: relative;
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 0 0 0 14px; }
  @media (min-width: 1200px) {
    .common-title h6 {
      font-size: 1.0em; } }
  .common-title h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    display: flex;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: .5s; }
.common-title h2 {
  font-size: 1.125em;
  line-height: 1.4em; }
  @media (min-width: 768px) {
    .common-title h2 {
      font-size: 1.35em; } }
  @media (min-width: 1200px) {
    .common-title h2 {
      font-size: 1.75em; } }
.common-title p {
  font-size: 0.9em;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.4em;
  margin: 10px 0 0 0; }
  @media (min-width: 1200px) {
    .common-title p {
      font-size: 1.0em;
      margin: 20px 0 0 0; } }

.common-back {
  max-width: 1600px;
  width: 95%;
  margin: auto;
  border-radius: 10px; }
  @media (min-width: 1024px) {
    .common-back {
      border-radius: 20px;
      width: 98%; } }

/*
---------------------------------------------------------------------------------------------------------------------
帯広しんきんを知る
---------------------------------------------------------------------------------------------------------------------
*/
#origin {
  margin-top: 20px;
  position: relative; }
  #origin .back-ph {
    background-image: url("../img/top/origin-sp.webp");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
    @media (min-width: 768px) {
      #origin .back-ph {
        background-image: url("../img/top/origin-pc.webp"); } }
    @media (min-width: 1024px) {
      #origin .back-ph {
        border-radius: 20px; } }
    #origin .back-ph::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0));
      height: 100%;
      mix-blend-mode: multiply;
      z-index: 10; }
  #origin .origin-in {
    position: relative;
    z-index: 10; }
    #origin .origin-in .midashi-tokarin {
      display: flex;
      align-items: center; }
      #origin .origin-in .midashi-tokarin .tokarin-1 {
        width: 210px;
        margin-right: 10px; }
        @media (min-width: 768px) {
          #origin .origin-in .midashi-tokarin .tokarin-1 {
            width: 230px;
            margin: 0 0 0 2%; } }
        @media (min-width: 1024px) {
          #origin .origin-in .midashi-tokarin .tokarin-1 {
            width: 300px; } }
        @media (min-width: 1200px) {
          #origin .origin-in .midashi-tokarin .tokarin-1 {
            width: 400px;
            margin: 0 0 0 5%; } }
    #origin .origin-in .txt-area {
      padding: 0 0 5% 5%;
      margin-top: 50px; }
      @media (min-width: 768px) {
        #origin .origin-in .txt-area {
          margin-top: 20px; } }
      @media (min-width: 1024px) {
        #origin .origin-in .txt-area {
          margin-top: 40px;
          padding-left: 10%; } }
      @media (min-width: 1200px) {
        #origin .origin-in .txt-area {
          margin-top: 140px;
          padding-left: 15%; } }
      #origin .origin-in .txt-area .common-title {
        margin-top: 20px; }
        @media (min-width: 1200px) {
          #origin .origin-in .txt-area .common-title {
            margin-top: 60px; } }
      #origin .origin-in .txt-area .base-btn {
        margin-top: 20px; }
        @media (min-width: 1024px) {
          #origin .origin-in .txt-area .base-btn {
            margin-top: 40px; } }
        @media (min-width: 1200px) {
          #origin .origin-in .txt-area .base-btn {
            margin-top: 60px; } }

/*
---------------------------------------------------------------------------------------------------------------------
仕事を知る
---------------------------------------------------------------------------------------------------------------------
*/
#beyond {
  margin-top: 20px;
  background-color: #0F7AC1;
  padding: 0 0 40px 0; }
  @media (min-width: 1200px) {
    #beyond {
      padding: 20px 0 60px 0; } }
  #beyond .beyond-title {
    position: relative; }
    @media (min-width: 768px) {
      #beyond .beyond-title .midashi-txt {
        display: flex;
        align-items: center; } }
    #beyond .beyond-title .midashi-txt .common-title {
      margin-top: 10px;
      padding: 0 5%; }
      @media (min-width: 768px) {
        #beyond .beyond-title .midashi-txt .common-title {
          padding: 0 0 0 2%;
          width: calc(70% - 200px);
          margin-top: 0; } }
      @media (min-width: 1200px) {
        #beyond .beyond-title .midashi-txt .common-title {
          padding: 0 0 0 5%;
          width: calc(60% - 200px); } }
    #beyond .beyond-title .tokarin-2 {
      position: absolute;
      top: 50px;
      right: 20px;
      width: 200px; }
      @media (min-width: 768px) {
        #beyond .beyond-title .tokarin-2 {
          top: 40px;
          right: 20px;
          width: 230px; } }
      @media (min-width: 1024px) {
        #beyond .beyond-title .tokarin-2 {
          top: 40px;
          right: 40px;
          width: 300px; } }
      @media (min-width: 1200px) {
        #beyond .beyond-title .tokarin-2 {
          top: 60px;
          right: 60px;
          width: 340px; } }
  #beyond .job-grid {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 0 5%;
    margin-top: 20px; }
    @media (min-width: 768px) {
      #beyond .job-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 15px; } }
    @media (min-width: 1024px) {
      #beyond .job-grid {
        gap: 40px;
        padding: 0 5%; } }
    @media (min-width: 1200px) {
      #beyond .job-grid {
        gap: 60px; } }
  #beyond a.job-card {
    color: #fff;
    display: flex; }
    @media (min-width: 768px) {
      #beyond a.job-card {
        display: block; } }
    #beyond a.job-card:hover .job-img > img {
      transform: scale(1.04); }
    #beyond a.job-card .job-img {
      position: relative;
      width: 35%;
      border-radius: 10px;
      overflow: hidden;
      z-index: 1; }
      @media (min-width: 768px) {
        #beyond a.job-card .job-img {
          width: 100%;
          border-radius: 20px;
          margin-bottom: 20px; } }
      #beyond a.job-card .job-img img {
        height: 100%;
        object-fit: cover;
        display: block;
        transition-duration: 0.8s;
        transform: scale(1); }
    #beyond a.job-card .job-txt {
      position: relative;
      width: 65%;
      padding-left: 3%; }
      @media (min-width: 768px) {
        #beyond a.job-card .job-txt {
          width: 100%;
          padding-left: 0; } }
      #beyond a.job-card .job-txt h3 {
        font-size: 1.10em;
        line-height: 1.30em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        text-align: justify; }
        @media (min-width: 768px) {
          #beyond a.job-card .job-txt h3 {
            font-size: 1.125em; } }
        @media (min-width: 1200px) {
          #beyond a.job-card .job-txt h3 {
            font-size: 1.375em; } }
      #beyond a.job-card .job-txt p {
        font-size: 0.8em;
        line-height: 1.6em;
        text-align: justify;
        margin: 5px 0 0 0; }
        @media (min-width: 768px) {
          #beyond a.job-card .job-txt p {
            font-size: 0.9em; } }
        @media (min-width: 1200px) {
          #beyond a.job-card .job-txt p {
            font-size: 1.0em; } }
      #beyond a.job-card .job-txt .common-btn {
        margin: 5px 0 0 auto; }
        @media (min-width: 1024px) {
          #beyond a.job-card .job-txt .common-btn {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0; } }
  #beyond .base-btn {
    display: flex;
    margin: 30px 0 0 5%; }
    @media (min-width: 768px) {
      #beyond .base-btn {
        justify-content: center;
        margin: 30px 0 0 0; } }
    @media (min-width: 1200px) {
      #beyond .base-btn {
        margin: 60px 0 0 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
働く環境を知る
---------------------------------------------------------------------------------------------------------------------
*/
#inclusive {
  position: relative;
  background-color: #D94063;
  padding: 0 0 10px 0;
  margin-top: 20px; }
  @media (min-width: 768px) {
    #inclusive {
      padding: 0; } }
  @media (min-width: 1024px) {
    #inclusive {
      display: flex; } }
  @media (min-width: 1200px) {
    #inclusive {
      padding: 20px 0 0 0; } }
  #inclusive .tokarin-3 {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 150px; }
    @media (min-width: 768px) {
      #inclusive .tokarin-3 {
        top: 20px;
        right: 20px;
        width: 180px; } }
    @media (min-width: 1024px) {
      #inclusive .tokarin-3 {
        top: inherit;
        bottom: 10%;
        left: 20px; } }
    @media (min-width: 1200px) {
      #inclusive .tokarin-3 {
        bottom: 10%;
        left: 20px;
        width: 220px; } }
  @media (min-width: 1024px) {
    #inclusive .common-midashi {
      width: 200px;
      padding: 20px 0 0 20px; } }
  #inclusive .inclusive-in {
    padding: 20px; }
    @media (min-width: 768px) {
      #inclusive .inclusive-in {
        padding: 0 40px 40px;
        display: flex; } }
    @media (min-width: 1024px) {
      #inclusive .inclusive-in {
        width: calc(100% - 200px);
        padding: 80px 60px; } }
    @media (min-width: 1200px) {
      #inclusive .inclusive-in {
        padding: 100px 80px 80px; } }
    @media (min-width: 768px) {
      #inclusive .inclusive-in .left-area {
        width: 50%;
        padding-right: 5%; } }
    @media (min-width: 1200px) {
      #inclusive .inclusive-in .left-area {
        width: 45%; } }
    #inclusive .inclusive-in .left-area .base-btn {
      margin-top: 20px; }
      @media (min-width: 1200px) {
        #inclusive .inclusive-in .left-area .base-btn {
          margin-top: 40px; } }
    #inclusive .inclusive-in .left-area ul.menu-list {
      margin-top: 20px;
      display: inline-block; }
      @media (min-width: 1200px) {
        #inclusive .inclusive-in .left-area ul.menu-list {
          margin-top: 40px; } }
      #inclusive .inclusive-in .left-area ul.menu-list li {
        margin-bottom: 10px; }
        @media (min-width: 1200px) {
          #inclusive .inclusive-in .left-area ul.menu-list li {
            margin-bottom: 20px; } }
        #inclusive .inclusive-in .left-area ul.menu-list li:last-child {
          margin-bottom: 0; }
        #inclusive .inclusive-in .left-area ul.menu-list li a {
          position: relative;
          font-size: 1.0em;
          line-height: 1.2em;
          gap: 20px;
          display: flex;
          align-items: center;
          color: #fff;
          /* 矢印 */
          /* hover */ }
          @media (min-width: 768px) {
            #inclusive .inclusive-in .left-area ul.menu-list li a {
              font-size: 1.125em; } }
          @media (min-width: 1200px) {
            #inclusive .inclusive-in .left-area ul.menu-list li a {
              font-size: 1.125em; } }
          #inclusive .inclusive-in .left-area ul.menu-list li a::before {
            content: "→";
            font-size: 20px;
            display: inline-block;
            transition: transform 0.3s ease; }
          #inclusive .inclusive-in .left-area ul.menu-list li a:hover::before {
            transform: translateX(6px); }
    #inclusive .inclusive-in .right-area {
      width: 100%;
      border-radius: 10px;
      overflow: hidden;
      margin-top: 20px; }
      @media (min-width: 768px) {
        #inclusive .inclusive-in .right-area {
          width: 50%;
          border-radius: 20px;
          margin-top: 0; } }
      @media (min-width: 1200px) {
        #inclusive .inclusive-in .right-area {
          width: 55%; } }
      #inclusive .inclusive-in .right-area img {
        height: 100%;
        object-fit: cover;
        display: block; }

/*
---------------------------------------------------------------------------------------------------------------------
帯広しんきん職員の1日
---------------------------------------------------------------------------------------------------------------------
*/
#story {
  padding-top: 20px; }
  @media (min-width: 768px) {
    #story .story-title {
      display: flex;
      align-items: center; } }
  #story .story-title .midashi-tokarin {
    display: flex;
    align-items: center;
    position: relative; }
    @media (min-width: 768px) {
      #story .story-title .midashi-tokarin {
        width: 50%;
        margin-left: -20px; } }
    #story .story-title .midashi-tokarin .common-midashi {
      padding: 0 0 20px 00px; }
      @media (min-width: 768px) {
        #story .story-title .midashi-tokarin .common-midashi {
          padding: 20px 0 0 40px; } }
    #story .story-title .midashi-tokarin .tokarin-4 {
      position: absolute;
      top: 40px;
      right: 10px;
      width: 200px; }
      @media (min-width: 768px) {
        #story .story-title .midashi-tokarin .tokarin-4 {
          top: 30px; } }
      @media (min-width: 1024px) {
        #story .story-title .midashi-tokarin .tokarin-4 {
          position: relative;
          top: 20px;
          right: 40px; } }
      @media (min-width: 1200px) {
        #story .story-title .midashi-tokarin .tokarin-4 {
          width: 300px;
          top: 10px; } }
  #story .story-title .common-title {
    padding: 0 2.5%; }
    @media (min-width: 768px) {
      #story .story-title .common-title {
        width: 50%;
        padding: 0 0 0 2%; } }
    @media (min-width: 1024px) {
      #story .story-title .common-title {
        padding: 0 0 0 0;
        width: 45%; } }
  #story .the-day {
    background: linear-gradient(135deg, #4ACEFF, #15E5AD);
    border-radius: 10px;
    padding: 30px 0 50px;
    margin-top: 10px; }
    @media (min-width: 768px) {
      #story .the-day {
        padding: 40px 0 70px;
        margin-top: -5px; } }
    @media (min-width: 1024px) {
      #story .the-day {
        border-radius: 20px;
        padding: 40px 0 100px;
        margin-top: -10px; } }
    @media (min-width: 1200px) {
      #story .the-day {
        border-radius: 20px;
        padding: 40px 0 100px; } }
    #story .the-day .loop-txt {
      position: relative;
      margin: 15px 0;
      mix-blend-mode: multiply;
      z-index: 1; }
      @media (min-width: 1024px) {
        #story .the-day .loop-txt {
          margin: -10px 0; } }
      @media (min-width: 1200px) {
        #story .the-day .loop-txt {
          margin: -15px 0; } }
      #story .the-day .loop-txt .YokoScroll {
        display: flex;
        overflow: hidden; }
        #story .the-day .loop-txt .YokoScroll .slideshow {
          display: flex; }
          #story .the-day .loop-txt .YokoScroll .slideshow img {
            width: auto;
            height: 60px; }
            @media (min-width: 768px) {
              #story .the-day .loop-txt .YokoScroll .slideshow img {
                height: 80px; } }
            @media (min-width: 1200px) {
              #story .the-day .loop-txt .YokoScroll .slideshow img {
                height: 100px; } }
          #story .the-day .loop-txt .YokoScroll .slideshow.show1 {
            animation: loop-slide 300s infinite linear 1s both; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
    #story .the-day .the-day-card {
      width: 90%;
      margin: auto;
      position: relative;
      z-index: 0; }
      @media (min-width: 768px) {
        #story .the-day .the-day-card {
          display: flex; } }
  #story .tokarin-mokarin {
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      #story .tokarin-mokarin {
        margin-top: 40px; } }
    @media (min-width: 1200px) {
      #story .tokarin-mokarin {
        margin-top: 60px; } }
    #story .tokarin-mokarin img {
      max-width: 550px;
      width: 90%; }

/*
---------------------------------------------------------------------------------------------------------------------
十勝ではたらく
---------------------------------------------------------------------------------------------------------------------
*/
#special {
  background-color: #005725;
  max-width: 1640px;
  margin: -10px auto 0;
  border-radius: 20px;
  padding: 20px 0; }
  @media (min-width: 1024px) {
    #special {
      border-radius: 40px;
      margin: -40px auto 0;
      padding: 20px 0 40px; } }
  @media (min-width: 1200px) {
    #special {
      padding: 40px 0 60px; } }
  #special .special-in {
    margin: auto;
    width: 90%; }
    @media (min-width: 768px) {
      #special .special-in {
        width: 95%; } }
    #special .special-in p {
      font-size: 0.8em;
      line-height: 1.6em;
      text-align: justify;
      color: #fff; }
      @media (min-width: 768px) {
        #special .special-in p {
          font-size: 0.9em; } }
      @media (min-width: 1200px) {
        #special .special-in p {
          font-size: 1.0em; } }
    #special .special-in .special-title {
      position: relative; }
      @media (min-width: 768px) {
        #special .special-in .special-title .special-title-in {
          display: flex;
          align-items: center; } }
      #special .special-in .special-title .special-title-in .special-logo {
        width: 60px; }
        @media (min-width: 768px) {
          #special .special-in .special-title .special-title-in .special-logo {
            width: 100px; } }
        @media (min-width: 1200px) {
          #special .special-in .special-title .special-title-in .special-logo {
            width: 150px; } }
      #special .special-in .special-title .special-title-in p {
        margin: 10px 0 0 0;
        width: calc(100% - 80px); }
        @media (min-width: 768px) {
          #special .special-in .special-title .special-title-in p {
            width: 30%;
            margin: 0 0 0 15px; } }
        @media (min-width: 1200px) {
          #special .special-in .special-title .special-title-in p {
            margin: 0 0 0 30px;
            width: 25%; } }
      #special .special-in .special-title .copy {
        position: absolute;
        top: 0;
        right: 0;
        width: 70%;
        z-index: 10; }
        @media (min-width: 768px) {
          #special .special-in .special-title .copy {
            width: 50%; } }
    #special .special-in .photo-area {
      position: relative;
      margin: 16px auto 0; }
      @media (min-width: 768px) {
        #special .special-in .photo-area {
          width: 90%; } }
      #special .special-in .photo-area .main-ph {
        border-radius: 10px;
        overflow: hidden; }
        @media (min-width: 1024px) {
          #special .special-in .photo-area .main-ph {
            border-radius: 20px; } }
      #special .special-in .photo-area .number {
        display: flex;
        align-items: center;
        margin-top: 10px; }
        @media (min-width: 768px) {
          #special .special-in .photo-area .number {
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #005725;
            border-top-right-radius: 20px;
            padding: 20px 40px 20px 10px;
            margin-top: 0; }
            #special .special-in .photo-area .number::before {
              position: absolute;
              top: -19.8px;
              left: 0;
              width: 20px;
              height: 20px;
              background-color: #005725;
              content: "";
              clip-path: path("M0,0v20h20C9,20,0,11,0,0Z"); }
            #special .special-in .photo-area .number::after {
              position: absolute;
              bottom: 0;
              right: -19.8px;
              width: 20px;
              height: 20px;
              background-color: #005725;
              content: "";
              clip-path: path("M0,0v20h20C9,20,0,11,0,0Z"); } }
        #special .special-in .photo-area .number .no {
          position: relative;
          width: 60px; }
          @media (min-width: 768px) {
            #special .special-in .photo-area .number .no {
              width: 80px; } }
          @media (min-width: 1200px) {
            #special .special-in .photo-area .number .no {
              width: 120px; } }
          #special .special-in .photo-area .number .no h6 {
            position: absolute;
            top: -5px;
            bottom: 0;
            left: 0;
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Montserrat', sans-serif;
            font-size: 1.25em;
            line-height: 1.0em;
            color: #fff; }
            @media (min-width: 768px) {
              #special .special-in .photo-area .number .no h6 {
                font-size: 1.75em; } }
            @media (min-width: 1200px) {
              #special .special-in .photo-area .number .no h6 {
                font-size: 2.25em; } }
        #special .special-in .photo-area .number ul {
          margin-left: 5px; }
          @media (min-width: 768px) {
            #special .special-in .photo-area .number ul {
              margin-left: 10px; } }
          @media (min-width: 1200px) {
            #special .special-in .photo-area .number ul {
              margin-left: 20px; } }
          #special .special-in .photo-area .number ul li {
            margin-bottom: 2px; }
            #special .special-in .photo-area .number ul li:last-child {
              margin-bottom: 0; }
            #special .special-in .photo-area .number ul li h3 {
              display: inline-block;
              background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #fff 5%, #fff 90%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
              font-size: 1.125em;
              font-weight: bold;
              line-height: 1.2em;
              font-feature-settings: "palt";
              letter-spacing: 0.04em;
              color: #005725; }
              @media (min-width: 768px) {
                #special .special-in .photo-area .number ul li h3 {
                  font-size: 1.35em; } }
              @media (min-width: 1200px) {
                #special .special-in .photo-area .number ul li h3 {
                  font-size: 1.75em; } }
    #special .special-in .txt-btn-area {
      margin: 10px auto 0; }
      @media (min-width: 768px) {
        #special .special-in .txt-btn-area {
          width: 90%;
          display: flex;
          justify-content: space-between;
          align-items: end;
          margin: 0 auto; } }
      @media (min-width: 1200px) {
        #special .special-in .txt-btn-area {
          margin: 20px auto 0; } }
      @media (min-width: 768px) {
        #special .special-in .txt-btn-area p {
          width: 60%; } }
      #special .special-in .txt-btn-area .base-btn {
        margin-top: 10px; }
        @media (min-width: 768px) {
          #special .special-in .txt-btn-area .base-btn {
            margin: 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
職員を知る
---------------------------------------------------------------------------------------------------------------------
*/
#human {
  padding: 0 0 50px 0; }
  @media (min-width: 1200px) {
    #human {
      padding: 20px 0 100px 0; } }
  @media (min-width: 768px) {
    #human .human-title {
      display: flex;
      align-items: center; } }
  #human .human-title .midashi-tokarin {
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      #human .human-title .midashi-tokarin {
        width: 50%;
        margin-left: -20px; } }
    #human .human-title .midashi-tokarin .tokarin-7 {
      width: 200px;
      margin: 0 0 0 20px; }
      @media (min-width: 768px) {
        #human .human-title .midashi-tokarin .tokarin-7 {
          width: 220px; } }
      @media (min-width: 1200px) {
        #human .human-title .midashi-tokarin .tokarin-7 {
          width: 300px;
          margin: 0 0 0 40px; } }
  #human .human-title .common-title {
    padding: 0 2.5%; }
    @media (min-width: 768px) {
      #human .human-title .common-title {
        padding: 0;
        width: 50%;
        padding-left: 5%; } }

/*
---------------------------------------------------------------------------------------------------------------------
データで知る帯広しんきん
---------------------------------------------------------------------------------------------------------------------
*/
#impact {
  position: relative;
  background-color: #F27A2F;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    #impact {
      display: flex; } }
  @media (min-width: 1024px) {
    #impact .common-midashi {
      width: 200px;
      padding: 20px 0 0 20px; } }
  #impact .impact-in {
    padding: 20px 20px 40px 20px; }
    @media (min-width: 768px) {
      #impact .impact-in {
        padding: 0 40px 40px; } }
    @media (min-width: 1024px) {
      #impact .impact-in {
        width: calc(100% - 200px);
        padding: 80px 60px; } }
    @media (min-width: 1200px) {
      #impact .impact-in {
        padding: 100px 80px 80px; } }
    #impact .impact-in .tokarin-8 {
      position: absolute;
      top: 80px;
      right: 10px;
      width: 220px; }
      @media (min-width: 768px) {
        #impact .impact-in .tokarin-8 {
          top: 40px;
          right: 20px;
          width: 280px; } }
      @media (min-width: 1200px) {
        #impact .impact-in .tokarin-8 {
          top: 60px;
          right: 60px;
          width: 340px; } }
    #impact .impact-in .inner {
      margin-top: 30px; }
      @media (min-width: 768px) {
        #impact .impact-in .inner {
          margin-top: 60px; } }
      @media (min-width: 768px) {
        #impact .impact-in .inner .contents {
          display: flex;
          align-items: center; } }
      #impact .impact-in .inner .contents .map {
        width: 80%;
        margin: 0 auto 20px; }
        @media (min-width: 768px) {
          #impact .impact-in .inner .contents .map {
            width: 36%;
            margin: 0 auto; } }
      #impact .impact-in .inner .contents .circle-chart-R {
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background: conic-gradient(#74cfe8 0deg, #29d9b8 180deg, #7a7a7a 180deg, #7a7a7a 360deg); }
      #impact .impact-in .inner .contents .circle-chart-L {
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background: conic-gradient(#74cfe8 0deg, #29d9b8 150deg, #7a7a7a 150deg, #7a7a7a 360deg); }
      #impact .impact-in .inner .contents .circle-chart-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 76%;
        height: 76%;
        background-color: #F27A2F;
        border-radius: 50%; }
      @media (min-width: 768px) {
        #impact .impact-in .inner .contents .data {
          width: 64%;
          padding-left: 4%; } }
      #impact .impact-in .inner .contents .data ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px; }
        #impact .impact-in .inner .contents .data ul li {
          position: relative; }
      #impact .impact-in .inner .base-btn {
        display: flex;
        margin-top: 20px; }
        @media (min-width: 768px) {
          #impact .impact-in .inner .base-btn {
            justify-content: flex-end; } }

.share-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  .share-txt h3 {
    font-size: 1.0em;
    font-weight: 700;
    line-height: 1.0em;
    text-align: center;
    margin: 0 0 10px 0; }
    @media (min-width: 768px) {
      .share-txt h3 {
        font-size: 1.25em; } }
    @media (min-width: 1200px) {
      .share-txt h3 {
        font-size: 1.5em; } }
  .share-txt h5 {
    position: relative;
    top: -5px;
    left: 2px;
    font-size: 0.9em; }
    @media (min-width: 768px) {
      .share-txt h5 {
        top: -16px;
        font-size: 1.2em; } }
  .share-txt h6 {
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.0em;
    text-align: center;
    color: #fff; }
    @media (min-width: 768px) {
      .share-txt h6 {
        font-size: 0.8em; } }
    @media (min-width: 1200px) {
      .share-txt h6 {
        font-size: 0.9em; } }

.data-txt {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff; }
  .data-txt h4 {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 0.8em; }
    @media (min-width: 768px) {
      .data-txt h4 {
        font-size: 4em; } }
    @media (min-width: 1200px) {
      .data-txt h4 {
        font-size: 5em; } }
    .data-txt h4 span {
      font-size: 0.5em; }
  .data-txt h5 {
    font-size: 1.125em;
    line-height: 1.2em; }
    @media (min-width: 768px) {
      .data-txt h5 {
        font-size: 1.3em; } }
    @media (min-width: 1200px) {
      .data-txt h5 {
        font-size: 1.6em; } }

/*
---------------------------------------------------------------------------------------------------------------------
採用情報
---------------------------------------------------------------------------------------------------------------------
*/
#next {
  position: relative;
  background-color: #019A47;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    #next {
      display: flex; } }
  @media (min-width: 1024px) {
    #next .common-midashi {
      width: 200px;
      padding: 20px 0 0 20px; } }
  #next .next-in {
    padding: 20px; }
    @media (min-width: 768px) {
      #next .next-in {
        padding: 0 40px 40px; } }
    @media (min-width: 1024px) {
      #next .next-in {
        width: calc(100% - 200px);
        padding: 80px 60px; } }
    @media (min-width: 1200px) {
      #next .next-in {
        padding: 100px 80px 80px; } }
    #next .next-in .tokarin-7 {
      position: absolute;
      top: 80px;
      right: 20px;
      width: 200px; }
      @media (min-width: 768px) {
        #next .next-in .tokarin-7 {
          top: 40px;
          right: 40px;
          width: 300px; } }
      @media (min-width: 1200px) {
        #next .next-in .tokarin-7 {
          top: 60px;
          right: 60px;
          width: 340px; } }
    #next .next-in .inner {
      margin-top: 30px; }
      @media (min-width: 768px) {
        #next .next-in .inner {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 20px;
          align-items: stretch;
          margin-top: 60px; } }
      #next .next-in .inner .left-area {
        display: flex;
        flex-direction: column;
        gap: 10px; }
        @media (min-width: 1024px) {
          #next .next-in .inner .left-area {
            gap: 20px; } }
        #next .next-in .inner .left-area .recruit-card {
          background: #f3f3f3;
          border-radius: 10px;
          padding: 20px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          color: #000;
          height: 28%; }
          @media (min-width: 1200px) {
            #next .next-in .inner .left-area .recruit-card {
              border-radius: 20px;
              padding: 30px 40px; } }
          #next .next-in .inner .left-area .recruit-card .text h3 {
            font-size: 1.125em;
            line-height: 1.2em; }
            @media (min-width: 768px) {
              #next .next-in .inner .left-area .recruit-card .text h3 {
                font-size: 1.35em; } }
            @media (min-width: 1200px) {
              #next .next-in .inner .left-area .recruit-card .text h3 {
                font-size: 1.75em; } }
          #next .next-in .inner .left-area .recruit-card .text p {
            font-size: 0.8em;
            font-feature-settings: "palt";
            letter-spacing: 0.04em;
            line-height: 1.4em;
            margin: 5px 0 0 0; }
            @media (min-width: 768px) {
              #next .next-in .inner .left-area .recruit-card .text p {
                font-size: 0.9em; } }
            @media (min-width: 1200px) {
              #next .next-in .inner .left-area .recruit-card .text p {
                font-size: 1.0em;
                margin: 10px 0 0 0; } }
          #next .next-in .inner .left-area .recruit-card.small {
            height: 16%; }
            #next .next-in .inner .left-area .recruit-card.small .text p {
              display: none; }
      #next .next-in .inner .right-area {
        height: 100%;
        margin-top: 20px; }
        @media (min-width: 768px) {
          #next .next-in .inner .right-area {
            margin-top: 0; } }
        #next .next-in .inner .right-area .image-box {
          background-image: url("../img/top/next.webp");
          background-position: center;
          background-size: cover;
          height: 300px;
          border-radius: 10px;
          overflow: hidden; }
          @media (min-width: 768px) {
            #next .next-in .inner .right-area .image-box {
              height: 100%; } }
          @media (min-width: 1200px) {
            #next .next-in .inner .right-area .image-box {
              border-radius: 20px; } }
