@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 62.5%; }

a:active {
  color: unset; }

a:visited {
  color: unset; }

a:focus {
  outline: none; }

a {
  text-decoration: none; }

.sp {
  display: none; }

body {
  font-family: 'Noto Sans JP', 'Roboto', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #9ffe90; }

.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  transition: .2s;
  background-color: #9ffe90; }
  header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .header_inner .header_logo {
      flex-grow: 1;
      margin-left: 5%; }
      header .header_inner .header_logo h1 {
        display: flex;
        align-items: end;
        gap: 16px;
        font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
        font-weight: 900;
        color: #008900; }
        header .header_inner .header_logo h1 span {
          margin-bottom: 5px; }
        header .header_inner .header_logo h1 img {
          position: static;
          max-height: 45px;
          width: auto; }
    header .header_inner .header_flex {
      display: flex;
      align-items: center; }
      header .header_inner .header_flex .header_contact {
        display: flex;
        align-items: center;
        margin-left: 0;
        position: relative;
        z-index: 1100; }
        header .header_inner .header_flex .header_contact a {
          display: flex;
          align-items: center;
          font-size: 1.4rem;
          font-weight: bold;
          color: #221815;
          text-decoration: none;
          padding: 8px 20px;
          background-color: #ddddde;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          transition: background 0.2s, color 0.2s;
          height: 70px; }
          header .header_inner .header_flex .header_contact a i {
            margin-right: 8px;
            font-size: 1.5em;
            color: #595656;
            transition: color 0.2s; }
          header .header_inner .header_flex .header_contact a:hover {
            background: #00c853;
            color: #fff; }
            header .header_inner .header_flex .header_contact a:hover i {
              color: #fff; }
      header .header_inner .header_flex .el_humburger {
        position: relative;
        z-index: 1100;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        user-select: none;
        background-color: #00e03a;
        width: 80px;
        height: 70px;
        transition: .2s; }
        header .header_inner .header_flex .el_humburger .el_humburger_wrapper {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 36px;
          height: 36px;
          margin-bottom: 2px; }
        header .header_inner .header_flex .el_humburger .el_humburger_bar {
          display: block;
          width: 35px;
          height: 4px;
          margin: 3px 0;
          border-radius: 2px;
          background: #fff;
          transition: background 0.2s, transform 0.2s; }
        header .header_inner .header_flex .el_humburger p {
          font-size: 1.1rem;
          color: #333;
          margin: 0;
          letter-spacing: 0.1em; }
        header .header_inner .header_flex .el_humburger.is-open .el_humburger_bar.top {
          transform: translateY(10px) rotate(45deg); }
        header .header_inner .header_flex .el_humburger.is-open .el_humburger_bar.middle {
          opacity: 0; }
        header .header_inner .header_flex .el_humburger.is-open .el_humburger_bar.bottom {
          transform: translateY(-10px) rotate(-45deg); }
        header .header_inner .header_flex .el_humburger:hover {
          background-color: #fff; }
          header .header_inner .header_flex .el_humburger:hover .el_humburger_bar {
            background: #00c853; }
  header #js-navi-contents {
    position: fixed;
    top: 0;
    right: 0;
    width: 340px;
    height: 100vh;
    background: #8FC41F;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    overflow-y: auto; }
    header #js-navi-contents .h-sp-menu {
      width: 100%; }
      header #js-navi-contents .h-sp-menu .navi_inner {
        list-style: none;
        padding: 0;
        margin: 0; }
        header #js-navi-contents .h-sp-menu .navi_inner li a {
          display: block;
          padding: 20px 32px;
          font-size: 1.6rem;
          color: #fff;
          font-weight: bold;
          text-decoration: none;
          text-align: center;
          transition: background 0.2s, color 0.2s; }
          header #js-navi-contents .h-sp-menu .navi_inner li a:hover {
            background: #00c853;
            color: #fff; }
    header #js-navi-contents .f-btn {
      margin: 32px 0 0 0;
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: center; }
      header #js-navi-contents .f-btn a {
        width: 90%;
        max-width: 260px;
        font-size: 1.4rem;
        padding: 14px 0;
        background: #565353;
        color: #fff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        text-decoration: none;
        transition: background 0.2s, color 0.2s, transform 0.2s;
        gap: 8px; }
        header #js-navi-contents .f-btn a:hover {
          background: #00c853;
          color: #fff;
          transform: scale(1.05); }
        header #js-navi-contents .f-btn a span {
          display: flex;
          justify-content: center;
          align-items: center; }
          header #js-navi-contents .f-btn a span i {
            display: block;
            height: 25px;
            width: 25px;
            background-image: url(../../img/i-phone.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
            header #js-navi-contents .f-btn a span i.i-mail {
              background-image: url(../../img/i-mail.png); }
        header #js-navi-contents .f-btn a .fa-comment-alt::before {
          font-size: 22px; }
        header #js-navi-contents .f-btn a.sp {
          display: none; }
    header #js-navi-contents.is-open {
      transform: translateX(0); }

main section {
  overflow: hidden; }
  main section.block-1 {
    position: relative;
    overflow: hidden; }
    main section.block-1::before {
      content: "";
      position: absolute;
      border-radius: 50px 0 0 50px;
      right: 0;
      top: 0;
      width: 60%;
      height: 100%;
      background-image: url(../../img/visiting-care-recruit/top-bg.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 0;
      pointer-events: none; }
    main section.block-1 .contents {
      position: relative;
      z-index: 1;
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 150px 0; }
      main section.block-1 .contents h2 {
        width: 60%;
        max-width: 600px; }
        main section.block-1 .contents h2 img {
          max-width: 100%;
          height: auto;
          display: inline-block; }
  main section.block-2 {
    background: linear-gradient(175deg, #9ffe90 29.9%, #008900 30%, #008900 100%); }
    main section.block-2 .contents {
      width: 90%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 100px 0;
      display: flex;
      gap: 10%;
      align-items: center; }
      main section.block-2 .contents .img-wrap {
        flex: 3.5; }
      main section.block-2 .contents .texts {
        flex: 6.5;
        color: #fff; }
        main section.block-2 .contents .texts h2 {
          width: 65%;
          max-width: 600px; }
        main section.block-2 .contents .texts p {
          font-size: 1.5rem;
          margin-top: 20px;
          text-align: justify;
          line-height: 2.4;
          font-weight: 500;
          letter-spacing: 0.35rem; }
          main section.block-2 .contents .texts p.name {
            font-size: 2rem;
            font-weight: 700;
            text-align: right;
            margin-top: 40px; }
  main section.block-3 {
    background: #fff; }
    main section.block-3 .contents {
      width: 90%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 100px 0;
      text-align: center; }
      main section.block-3 .contents .texts {
        display: flex;
        align-items: center;
        gap: 5%; }
        main section.block-3 .contents .texts h2 {
          flex: 1;
          font-size: 2.4rem;
          margin-bottom: 40px; }
        main section.block-3 .contents .texts p {
          flex: 2;
          color: #7b7b7b;
          font-size: 1.5rem;
          line-height: 1.5;
          font-weight: 500;
          text-align: justify;
          margin-bottom: 30px; }
      main section.block-3 .contents .imgs {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        margin-top: 40px; }
  main section.block-4 {
    position: relative;
    background-image: url(../../img/visiting-care-recruit/b4-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    /* 1000px以上の時 */
    /* 1000px未満の時 */ }
    main section.block-4 .contents {
      display: flex;
      align-items: stretch;
      width: 90%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 100px 0;
      position: relative;
      max-height: 700px; }
      main section.block-4 .contents .img-wrap {
        width: 35%;
        flex-shrink: 0;
        z-index: 1; }
        main section.block-4 .contents .img-wrap img {
          border-radius: 40px;
          max-width: 100%;
          height: 100%;
          display: block;
          object-fit: cover; }
      main section.block-4 .contents .texts {
        position: relative;
        z-index: 1;
        flex: 1;
        left: 50px;
        padding: 15% 5% 50px 5%; }
        main section.block-4 .contents .texts h2 {
          position: absolute;
          top: -13%;
          left: 0;
          width: 80%;
          max-width: 500px; }
        main section.block-4 .contents .texts p {
          font-size: 1.6rem;
          color: #525252;
          line-height: 1.6;
          font-weight: 400;
          text-align: justify;
          margin-top: 20px; }
          main section.block-4 .contents .texts p.read {
            position: relative;
            margin-bottom: 80px; }
          main section.block-4 .contents .texts p.name {
            font-size: 2rem;
            text-align: right;
            margin-top: 40px; }
    main section.block-4::after {
      content: "";
      position: absolute;
      top: 100px;
      bottom: 100px;
      right: 0;
      background-color: #fff;
      z-index: 0;
      border-radius: 40px 0 0 40px; }
    @media (min-width: 1110px) {
      main section.block-4::after {
        left: calc((100% - 1000px) / 2 + 350px + 50px); } }
    @media (max-width: 1110px) {
      main section.block-4::after {
        left: calc((100% - 90%) / 2 + (90% * 0.35) + 50px); } }
  main section.block-5 {
    position: relative;
    background: #fff;
    min-height: 400px;
    overflow: hidden; }
    main section.block-5 .contents .bg-col {
      position: absolute;
      background: url(../../img/visiting-care-recruit/b5-bg.png) top right/cover no-repeat;
      min-height: 500px;
      width: 60%;
      bottom: 0;
      left: 0; }
    main section.block-5 .contents .main-col {
      position: relative;
      z-index: 1;
      width: 90%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 100px 0;
      display: flex;
      gap: 10%; }
      main section.block-5 .contents .main-col h2 {
        width: 100%;
        max-width: 350px;
        flex-shrink: 0;
        margin-right: 32px; }
      main section.block-5 .contents .main-col .table-wrap {
        flex-grow: 1; }
        main section.block-5 .contents .main-col .table-wrap h3 {
          font-size: 1.5rem;
          margin-left: 1.5em;
          color: #4fb233; }
        main section.block-5 .contents .main-col .table-wrap table {
          width: 100%;
          border-collapse: collapse;
          margin: 0 auto;
          font-size: 1.5rem;
          color: #525252;
          background: none;
          table-layout: fixed;
          line-height: 1; }
          main section.block-5 .contents .main-col .table-wrap table th,
          main section.block-5 .contents .main-col .table-wrap table td {
            border: none;
            background: none;
            padding: 12px 0;
            text-align: left;
            vertical-align: top;
            overflow-wrap: break-word;
            word-break: break-all; }
          main section.block-5 .contents .main-col .table-wrap table th {
            text-align: center;
            font-weight: 600;
            width: 80px; }
          main section.block-5 .contents .main-col .table-wrap table td {
            font-weight: 400;
            width: calc(100% - 70px);
            padding-left: 12px; }
  main section.block-6 {
    background-color: #fff;
    background-image: url(../../img/visiting-care-recruit/b6-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    main section.block-6 .contents {
      width: 90%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 150px 0;
      text-align: center; }
      main section.block-6 .contents a {
        display: block;
        width: fit-content;
        max-width: 600px;
        margin: 0 auto;
        background: linear-gradient(170deg, #fce500 0%, #fc8700 100%);
        color: #645c00;
        font-size: clamp(1.6rem, 2.5vw, 3rem);
        padding: 1.5em 4em;
        border-radius: 20px;
        transition: background 0.3s, color 0.3s; }
        main section.block-6 .contents a:hover {
          background: linear-gradient(170deg, #fc8700 0%, #fce500 100%);
          color: #fff; }

footer {
  max-width: 100%; }
  footer .footer {
    background: linear-gradient(90deg, #00ffea, #00ff36);
    padding: 75px 0;
    text-align: center;
    position: relative; }
    footer .footer .container {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto; }
      footer .footer .container h2 {
        font-size: 2.4rem; }
      footer .footer .container p {
        font-size: 1.6rem;
        font-weight: 500;
        margin: 25px 0; }
      footer .footer .container .f-btn {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 15px; }
        footer .footer .container .f-btn a {
          text-decoration: none;
          background-color: #565353;
          color: #fff;
          border-radius: 10px;
          height: 60px;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-weight: bold;
          font-size: 2rem;
          letter-spacing: 0.1em;
          cursor: pointer;
          width: 350px;
          margin: 0 15px;
          transition: 0.3s all ease-out; }
          footer .footer .container .f-btn a:hover {
            transform: scale(1.05); }
        footer .footer .container .f-btn span {
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          vertical-align: middle; }
  footer .icon {
    display: inline-block;
    background: no-repeat center;
    background-size: contain;
    margin-right: 5px; }
  footer .i-phone {
    height: 25px;
    width: 25px;
    background-image: url(../../img/i-phone.png); }
  footer .i-mail {
    height: 25px;
    width: 25px;
    background-image: url(../../img/i-mail.png); }
  footer .c-footer {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 100px 0; }
    footer .c-footer .c-footer_logo {
      max-width: 200px; }
      footer .c-footer .c-footer_logo img {
        display: block;
        max-height: 100%;
        width: auto;
        max-width: 100%; }
    footer .c-footer .copyright {
      font-size: 1.2rem;
      z-index: 100;
      letter-spacing: 0.5px;
      font-weight: 700; }

main section {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }

main section:not(:first-of-type) {
  opacity: 0;
  transform: translateY(40px); }

main section.is-visible {
  opacity: 1;
  transform: none; }

.fadein-anim {
  opacity: 0;
  transform: translateY(30px) scale(0.98); }

main section.is-visible .fadein-anim {
  opacity: 1;
  transform: none; }

main section .contents a {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

main section .contents a:hover {
  transform: scale(1.05); }

@media screen and (max-width: 900px) {
  main section.block-5 .contents .bg-col {
    width: 100%; }
  main section.block-5 .contents .main-col {
    flex-direction: column;
    padding: 50px 0;
    gap: 5%; }
    main section.block-5 .contents .main-col h2 {
      width: 80%;
      margin: 0 auto;
      margin-bottom: 30px; }
    main section.block-5 .contents .main-col .table-wrap {
      background-color: #ffffffcc;
      padding: 5%;
      box-shadow: 0 4px 6px #00000022; }
      main section.block-5 .contents .main-col .table-wrap table tr th,
      main section.block-5 .contents .main-col .table-wrap table tr td {
        text-shadow: 0px 0px 3px #ffffff; } }
@media screen and (max-width: 760px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  header .header_inner .header_logo h1 {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    font-size: 1.5em;
    gap: 0; }
    header .header_inner .header_logo h1 img {
      max-height: 35px; }
  header .header_inner .header_flex .header_contact a {
    display: none; }
  header #js-navi-contents {
    width: 100%; }
    header #js-navi-contents .f-btn a.sp {
      display: flex; }

  main section.block-1::before {
    width: 90%; }
  main section.block-1 .contents {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 150px 0; }
  main section.block-2 {
    background: linear-gradient(175deg, #9ffe90 9.9%, #008900 10%, #008900 100%); }
    main section.block-2 .contents {
      flex-direction: column;
      padding: 50px 0; }
      main section.block-2 .contents .img-wrap {
        order: 2; }
      main section.block-2 .contents .texts {
        display: contents; }
        main section.block-2 .contents .texts h2 {
          order: 1;
          width: 65%;
          margin: 0 auto;
          margin-bottom: 30px; }
        main section.block-2 .contents .texts p {
          order: 3; }
          main section.block-2 .contents .texts p.name {
            width: 100%;
            text-align: right; }
  main section.block-3 {
    background: #fff; }
    main section.block-3 .contents {
      padding: 50px 0; }
      main section.block-3 .contents .texts {
        flex-direction: column; }
        main section.block-3 .contents .texts h2 {
          width: 80%; }
  main section.block-4 {
    position: relative;
    background-image: url(../../img/visiting-care-recruit/b4-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px; }
    main section.block-4 .contents {
      flex-direction: column;
      padding: 50px 0;
      max-height: unset; }
      main section.block-4 .contents .img-wrap {
        order: 2;
        width: 100%; }
        main section.block-4 .contents .img-wrap img {
          width: 100%;
          border-radius: 30px; }
      main section.block-4 .contents .texts {
        display: contents;
        left: 0; }
        main section.block-4 .contents .texts h2 {
          order: 1;
          position: unset;
          top: 0;
          left: 0;
          width: 90%;
          max-width: 500px;
          margin: 0 auto;
          margin-bottom: 30px; }
          main section.block-4 .contents .texts h2 img {
            filter: drop-shadow(0 2px 8px #fff) drop-shadow(0 0px 16px #fff8); }
        main section.block-4 .contents .texts p {
          order: 3;
          background-color: #fff;
          padding: 0 5%; }
          main section.block-4 .contents .texts p.read {
            border-radius: 30px 30px 0 0;
            position: relative;
            margin-bottom: 0px;
            padding-top: 30px; }
          main section.block-4 .contents .texts p.name {
            border-radius: 0 0 30px 30px;
            font-size: 2rem;
            text-align: right;
            margin: 0;
            padding-top: 40px;
            padding-bottom: 30px; }
    main section.block-4::after {
      display: none; }
  main section.block-6 {
    background-color: #fff;
    background-image: url(../../img/visiting-care-recruit/b6-bg-sp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    main section.block-6 .contents {
      width: 90%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 130px 0;
      text-align: center; }

  footer .footer .container .f-btn a {
    width: 100%; }
  footer .c-footer {
    flex-direction: column;
    row-gap: 10px;
    width: 95%;
    padding: 30px 0 50px 0; } }
@media screen and (max-width: 540px) {
  main section.block-6 .contents {
    padding: 60px 0; } }

/*# sourceMappingURL=style.css.map */
