/*
Temlate: carepartners
Theme Name: carepartners
Author: Yuiko
Version: 1.00
*/
@charset "UTF-8";
/*----------------------------------------
	reset
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header, footer, article, section, aside, main, nav, menu, figure, figcaption {
  display: block;
}

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100vw;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;}

/* HEADER */
  header {
    background-color: #fff;
  }
  .header-logo-box {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    align-items: end;
  }
  .logo-box-L {
    display: flex;
  }
  .header-logo {
    height: 75px;
    width: 75px;
    margin-right: 10px;
  }
  .logo-box-R {
    display: flex;
    align-items: baseline;
  }
  .logo-box-R-button-box {
    display: flex;
  }
  .recruit-link {
    color: #32A440;
    font-weight: bold;
    font-size: 15px;
  }
    .m-plus-1p-bold {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .m-plus-1p-regular {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 14px;
  }
  .header-h1 {
    font-weight: 32px;
  }
  .h4-top {
      font-size: 15px;
    }
  @media (max-width:767px ) {
    header {
      z-index: 500;
      position: sticky;
      top: 0;
      box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.2);
    }
    header.hidden {
      transform: translateY(-80px); /* ヘッダの高さだけ上に移動 */
    }
    .header-logo-box {
      padding: 10px 15px;
    }
    .header-logo {
      height: 50px;
      width: 50px;
      margin-right: 10px;
    }
  }
  @media (max-width:1200px) {
    .logo-box-R {
      display: block;
      text-align: right;
    }
    .logo-box-R-button-box {
      display: flex;
      flex-direction: row;
    }
    .recruit-link {
      margin: 0 10px 10px 0;
      color: #32A440;
    }
  }
   @media ( max-width: 767px ){
    h1 {
      font-size: 24px;
    }
    h2 {
      font-size: 22px;
    }
    h3 {
      font-size: 18px;
    }
    .m-plus-1p-bold {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .recruit-link {
      margin: 0 10px 10px 0;
      color: #32A440;
    }
    .h4-top {
      font-size: 12px;
    }
    .header-h1 {
        font-size: 18px;
    }
  }
  .round_button {
    padding: 20px 20px;
    border-radius: 50px;
  }
  .round_button_fill {
    background-color: #B5D16B;
    margin-left: 10px;
  }
  .round_button_line {
    border: 1px solid #B5D16B;
    margin-left: 10px;
  }
  @media (max-width:767px ) {
    .logo-box-R {
      display: none;
    }
  }
  /* MENU */
  nav {
    font-size: 16px;
    height: fit-content;
    padding: 20px 40px;
    flex-direction: row;
    z-index: 999;
    box-shadow: 0px 5px 5px 0px#d9d9d9;
}
@media ( max-width:767px ) {
  nav {
    padding: 10px 20px;
  }
}
nav a {
  display: block;
  border-right: #d9d9d9 .5px solid ;
  border-left: #d9d9d9 .5px solid ;
}
.main-nav {
  height: fit-content;
  padding: 20px 40px;
  flex-direction: row;
  z-index: 999;
  box-shadow: 0px 5px 5px 0px#d9d9d9;
}
@media ( max-width:767px ) {
.main-nav {
  padding: 10px 20px;
}
}
.main-nav a {
display: block;
border-right: #d9d9d9 .5px solid ;
border-left: #d9d9d9 .5px solid ;
}
  .menu-ul {
    display: flex;
    justify-content: space-between;
  }
.menu-item {
  width: 100%;
  text-align: center;
}
.mobile-menu-box {
  display: none;
}
/* menu hover Action*/
.c-txt.line {
  padding-bottom: 5px;
  position: relative;
}
.c-txt.line::before {
  background: #B5D16B;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.c-txt.line:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
/* HAMBURGER */
@media ( max-width:767px ) {
  .mobile-menu-box {
    display: block;
  }
  .mobile-menu-item {
    margin:5px;
  }
  .header-logo-box {
    align-items: center;
  }
  .header-hamburger{
    width: 45px;
    height: 100%;
    background-color: #B5D16B;
    padding: 10px;
    border-radius: 20px;
    z-index: 999;
    position: relative;
  }
  .hamburger span {
    width: 100%;
    height: 3px;
    background-color: #000;
    color: #000;
    position: relative;
    transition: ease .4s;
    display: block;
  }
  .hamburger span:nth-child(1) {
    top: 0;
    color: #000;
    height: 3px;
  }
  .hamburger span:nth-child(2) {
    margin: 6px 0;
  }
  .hamburger span:nth-child(3) {
    top:
     0;
  }
  .hamburger.active span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -10px;
    transform: rotate(-45deg);
  }
  .mobile-menu-box.active {
    transform: translateX(0);
  }
  .mobile-menu-box {
    display: block;
    position: absolute;
    right: 0px;
    top: -20px;
    width: 100%;
    height: 90vh;
    transform: translateY(-100%); 
    background-color: #fff; /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
    transition: ease .4s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
  }
  .ul-mobile-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
  /*HAMBURGER MENU CONTENTS*/
  .menu {
    display: none;
  }
  nav {
    box-shadow: none;
  }
  nav a {
    border: none;
    margin: 12px;
    font-size: 18px;
  }
  .mobile-menu-box {
    padding: 40px;
    text-align: center;
    display: block;
  }
  .out-menu {
    text-align: center;
    margin-top: 20px;
  }
  .flex-box-out-menu {
    display: flex;
    justify-content: center;
  }
}
/* FOOTER */
footer {
  background-color: #B5D16B;
  padding: 20px 40px 60px;
}
@media ( max-width:767px ){
  footer {
    padding: 40px 10px 40px;
  }
}
/* CONTACT BOX*/
.contact-box {
  margin: 0px 0px 0px;
  padding: 40px;
  text-align: center;
  border: 1px solid #B5D16B;
  border-radius: 30px;
  background-color: #fff;
}
@media ( max-width:767px ){
  .contact-box {
    padding: 40px 15px;
  }
}

/* FONT */
 /* size */

h6 {
    font-size: 15px;
 }
 h5 {
    font-size: 20px;
 }
 h4 {
    font-size: 24px;
 }
 h3 {
    font-size: 16px;
 }
 h2 {
    font-size: 30px;
 }
 h1 {
    font-size: 32px;
 }
 p {
    color: #4C4948;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.7;
 }
  /* etc */
  .bold {
    font-weight: bold;
  }
  .light {
    font-weight: 100;
  }
  .light-gray {
    color:#737373;
  }
  .gray {
    color:#4C4948;
  }
  .green {
    color: #32A440;
  }
  .orange {
    color: #FFA100;
  }
  .white {
    color: #ffffff;
  }
  .line-height-2 {
    line-height: 2;
  }
  .sub-title {
    text-align: center;
    margin: 60px 0;
  }
  .komidashi {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .center {
    text-align: center;
    margin: 0 auto;
  }
  .border-bottom {
    border-bottom: 1px solid #d9d9d9;
  }
/* 構造 */
.section-top {
    width: 100%;
}
.section-color {
    max-width: 1440px;
    padding: 0 40px;
    background-color: #FDFFF8;
	border: 1px solid #fff;
}
.section {
    max-width: 1440px;
    padding: 0 40px;
    background-color: #ffffff;
    margin: 0 auto;
}
.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0;
}
.margin-bottom-20px {
    margin-bottom: 20px;
}
.margin-top-40px {
    margin-top: 40px;
}
.flexbox {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}
@media screen and ( max-width:500px) {
    .flexbox {
        display: block;
    }
    .section {
      padding: 0 10px;
    }
    .section-color {
      padding: 0 10px;
    }
}
.left-box {
    width: 100%;
    margin-bottom: 60px;
}
.right-box {
    width: 100%;
}
/* 共通 */
.top-midashi-box {
    position: relative;
    margin-left: calc(50% - 50vw); /* 中央配置のための計算 */
    margin-right: calc(50% - 50vw);
}
.recruit-top-img {
    height: 400px;
    width: 100vw;
    margin-left: calc(50% - 50vw); /* 中央配置のための計算 */
    margin-right: calc(50% - 50vw);
    object-fit: cover;
}
.husen {
    background-color: #ffffff;
    position: absolute;
    left: -1%;
    bottom: -5%;
    padding: 40px 60px;
    min-width: 50%;
    border-radius: 20px;
    width: fit-content;
}
.husen-color {
    background-color: #FDFFF8;
    position: absolute;
    left: -1%;
    bottom: -5%;
    padding: 40px 60px;
    min-width: 50%;
    border-radius: 20px;
    width: fit-content;
}
.container {
    margin: 100px 0 200px 0;
}
/*アコーディオンコピペ*/
.accordion-006 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 7px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #B5D16B;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #c2c2c2;
    border-right: 3px solid #c2c2c2;
    content: '';
    transition: transform .3s;
}

.accordion-006[open] summary::after {
    transform: rotate(225deg);
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}
.accordion-table ,tr,td{
    border: none;
}
.accordion-table ,tr{
    margin: 10px 20px;
}
.accordion-table, td {
    padding: 5px;
}
/* パーツ */
.btn {
    background-color: #ffffff;
    border:1px solid #B5D16B;
    width: fit-content;
    padding: 15px 40px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 20px;
    font-weight: bold;
}
.btn:hover {
    background-color: #B5D16B;
    color: #ffffff;
    transition-duration: .3s;
    font-weight: bold;
}
.btn-left {
    background-color: #ffffff;
    border:1px solid #B5D16B;
    width: fit-content;
    padding: 15px 40px;
    border-radius: 30px;
    margin-top: 20px;
    font-weight: bold;
}
.btn-left:hover {
    background-color: #B5D16B;
    color: #ffffff;
    transition-duration: .3s;
    font-weight: bold;
}
@media screen and ( max-width:500px) {
  .news-title {
    font-size: 14px;
  }
  time {
    font-size: 12px;
  }
  .news-label {
    padding: 1px 5px;
    font-size: 10px;
  }
    .news-li {
      display: block;
    }
    .btn {
      width: 80%;
      text-align: center;
    }
    .btn-left  {
      width: 80%;
      text-align: center;
      margin: 40px auto;
    }
  }
/* 社長から */
.message-box {
  padding-bottom: 100px;
}
/*news-card*/
.news-card{
    background-color: #ffffff;
    max-width: 1000px;
    margin: auto;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.news-field {
    margin-top: 60px;
    text-align: left;
}
.news-li {
    display: flex;
    gap: 20px;
    height: fit-content;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px;
}
.news-top-title {
    border-bottom: 1px solid #B5D16B;
    padding-bottom: 10px;
}
.news-label {
    border: 1px solid #1D82D4;
    color: #1D82D4;
    border-radius: 10px;
    height: fit-content;
    padding: 5px 10px
}
/* 採用フロートボタン */
.saiyo-btn {
position: fixed;
bottom: 30px;
right: 20px;
padding: 6px 40px;
z-index: 999;
background-color: #FFA100;
padding: 30px;
box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.2);
border-radius: 5px;
}
.saiyo-btn:hover {
opacity: .8; /* マウスが重なった時に少し透過させます */
transition-duration: .3s;
}
/* カード型レイアウト */
.card-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: auto;
}
.card {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    width: calc( 50% - 10px );
}
.card-ttl {
    border-bottom: 1px solid #B5D16B;
    padding: 10px 20px;
    text-align: center;
    background-color: #FDFFF8;
    border-radius: 30px 30px 0 0;
    color: #4C4948;
}
.card-ttl-white {
        border-bottom: 1px solid #B5D16B;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px 30px 0 0;
    color: #4C4948;
    background-color: #ffffff;
}
.card-txt {
    padding: 20px 20px;
}
 @media screen and ( max-width:500px) {
  .card-box {
    display: block;
  }
  .card {
    width: 100%;
    margin-bottom: 20px;
  }
  .point-container {
    display: block;
  }
  .point-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.point-container {
    margin: 60px 0;
    display: flex;
    gap: 40px;
}
.point-box {
    text-align: center;
    width: 33%;
}
/* タイムスケジュール */
.schedule-table {
    border: none;
    border-left: 1px solid #B5D16B;
    color:#4C4948;
}
.schedule-table td {
    padding-left: 40px;
    padding-top: 40px;
}
.schedule-img {
    width: 300px;
}
/* キャリアアップカード */
.career-up-card {
    background-color: #fff;
    padding: 20px 20px;
    line-height: 1.7;
    border: 1px solid #B5D16B;
    margin: 20px 0;
}
.career-up-profile {
    display: flex;
    height: 200px;
    height: fit-content;
    background-color: #ffffff;
    border: 1px solid #B5D16B;
    margin-bottom: 60px;
}
.profile-txt {
    margin: 10px;
}
.profile-img {
    height: 200px;
}
/* 勤務地 */
.box-txt {
    margin: 20px 0;
}
.workplace-top {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

/* テキストページ */
.page-top {
    margin-top: 60px;
    margin-bottom: 100px;
}
.step-box {
    margin-bottom: 60px;
}
.level-txt-box {
    margin: 40px 0 40px;
}
/* FOOTER */
footer {
  background-color: #B5D16B;
  padding: 20px 40px 60px;
}
@media ( max-width:767px ){
  footer {
    padding: 40px 10px 40px;
  }
}
  .footer-h3 {
    font-size: 18px;
    font-weight: 500;
  }
  .footer-h4 {
    font-size: 15px;
    font-weight: 500;
  }
  
  .table-job-description {
    border: none;
  }
  .table-job-description,tr,th {
    min-width: 150px;
  }
  .table-job-description,tr,th,td{
    padding: 20px;
  }

 @media screen and ( max-width:500px) {
  .news-title {
    font-size: 14px;
  }
  time {
    font-size: 12px;
  }
  .news-label {
    padding: 1px 5px;
    font-size: 10px;
  }
    .news-li {
      display: block;
    }
  }