@charset "UTF-8";
@media screen and (max-width: 768px) {
  .imageInner.twoImage {
    width: 100%;
  }
}

.linkWrapper {
  margin: 0 auto;
}
.linkWrapper .infoLink {
  text-align: center;
  background-color: #f9f9f9;
  padding: 8px;
  border-radius: 3px;
}
.linkWrapper .infoLink .infoLinkBtn.active {
  background-color: #fff;
  border: 1px solid #5c7100;
  border-radius: 3px;
  display: inline-block;
  color: #5c7100 !important;
  text-decoration: none;
}
.linkWrapper .infoLink .infoLinkBtn {
  cursor: pointer;
  padding: 8px 32px !important;
  font-size: clamp(16px, 0.9375vw, 18px) !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #333 !important;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.linkWrapper .infoLink .infoLinkBtn:hover {
  background-color: #5c7100;
  border-radius: 3px;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .linkWrapper .infoLink .infoLinkBtn {
    width: 151px;
  }
}

.articleData {
  display: flex;
  padding: 16px 0 64px 0;
}
.articleData .date {
  margin-right: 16px;
  color: #333;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.articleData .cat {
  background-color: #fff;
  border: 1px solid #5c7100;
  border-radius: 3px;
  padding: 4px 16px;
  font-size: clamp(12px, 0.7291666667vw, 14px);
  color: #5c7100;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 110px;
  text-align: center;
}

.policyArea {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}
@media screen and (max-width: 1180px) {
  .policyArea {
    flex-direction: column;
    gap: 64px;
  }
}
.policyArea .concept {
  width: 100%;
  max-width: 530px;
}
@media screen and (max-width: 1180px) {
  .policyArea .concept {
    margin: 0 auto;
  }
}
.policyArea .concept .conceptTagline {
  padding: 84px 0 64px 0;
}
.policyArea .concept .conceptTagline .policyTagline {
  font-size: clamp(32px, 2.6041666667vw, 50px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 10px;
  color: #608a3f;
  text-align: center;
}
.policyArea .concept p {
  text-align: center;
}
.policyArea .childImage {
  width: 100%;
  max-width: 530px;
}
@media screen and (max-width: 1180px) {
  .policyArea .childImage {
    margin: 0 auto;
  }
}
.policyArea .childImage img {
  width: 100%;
}

.push {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  padding-top: 32px;
}
@media screen and (max-width: 1400px) {
  .push {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 835px) {
  .push {
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .push {
    flex-direction: column;
  }
}
.push .caseList {
  background-color: #fdffd6;
  border-radius: 10000px;
  width: 340px;
  padding: 22px 35px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1265px) {
  .push .caseList {
    width: 335px;
    padding: 22px 35px;
  }
}
@media screen and (max-width: 835px) {
  .push .caseList {
    padding: 22px 35px;
  }
}
.push .caseList:nth-child(1) {
  background-image: url(../img/recruit/want-person01.svg);
  background-repeat: no-repeat;
  background-position: center 15%;
  background-size: auto;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .push .caseList:nth-child(1) {
    padding-top: 140px;
  }
}
.push .caseList:nth-child(2) {
  background-image: url(../img/recruit/want-person02.svg);
  background-repeat: no-repeat;
  background-position: center 15%;
  background-size: auto;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .push .caseList:nth-child(2) {
    padding-top: 140px;
  }
}
.push .caseList:nth-child(3) {
  background-image: url(../img/recruit/want-person03.svg);
  background-repeat: no-repeat;
  background-position: center 15%;
  background-size: auto;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .push .caseList:nth-child(3) {
    padding-top: 140px;
  }
}
.push .caseList p {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.push.care .caseList {
  background-color: #e4fef4;
}
.push.care .caseList:nth-child(1) {
  background-image: url(../img/recruit/img_kaigo01.svg);
}
.push.care .caseList:nth-child(2) {
  background-image: url(../img/recruit/img_kaigo02.svg);
}
.push.care .caseList:nth-child(3) {
  background-image: url(../img/recruit/img_kaigo03.svg);
}

.recruitYellow.care {
	background-color: #14bb7b;
}
.recruitYellow {
  background-color: #e1ed00;
  padding: 96px 0;
}
@media screen and (max-width: 600px) {
  .recruitYellow {
    padding: 32px 0;
  }
}
.recruitYellow .recruitBtnArea {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1245px) {
  .recruitYellow .recruitBtnArea {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .recruitYellow .recruitBtnArea {
    gap: 10px;
    justify-content: start;
  }
}
.recruitYellow .recruitBtnArea .recCard {
  padding: 15px 22px;
  background-color: #fff !important;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  max-width: 340px;
  position: relative;
  text-decoration: none !important;
}
.recruitYellow .recruitBtnArea .recCard::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/recruit-arrow.svg);
  background-size: cover;
  width: 25px;
  height: 25px;
  right: 15px;
  bottom: 22px;
}
@media screen and (max-width: 1230px) {
  .recruitYellow .recruitBtnArea .recCard {
    max-width: 250px;
  }
}
@media screen and (max-width: 830px) {
  .recruitYellow .recruitBtnArea .recCard {
    max-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .recruitYellow .recruitBtnArea .recCard {
    max-width: 160px;
    padding: 8px;
  }
}
.recruitYellow .recruitBtnArea .recCard .recCategory {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.recruitYellow .recruitBtnArea .recCard .recCategory .recCat {
  padding: 4px 16px;
  background-color: #fff;
  border: 1px solid #5c7100;
  border-radius: 3px;
  font-size: clamp(12px, 0.7291666667vw, 14px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #5c7100;
  display: inline-block;
  margin-bottom: 7px;
}
.recruitYellow .recruitBtnArea .recCard .recMenu {
  font-size: clamp(18px, 1.1458333333vw, 22px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #333;
  margin-bottom: 7px;
}
.recruitYellow .recruitBtnArea .recCard .arrowArea {
  position: relative;
  display: inline-block;
  width: 100%;
}
.recruitYellow .recruitBtnArea .recCard:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.monthlyEventDate {
  padding-bottom: 64px;
}
.monthlyEventDate .tabWrapper {
  padding-top: 24px;
}
.monthlyEventDate .tabWrapper .tabMenu {
  margin: initial;
}
.monthlyEventDate .tabWrapper .tabContent .contentItem .eventDate {
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .monthlyEventDate .tabWrapper .tabContent .contentItem .eventDate {
    flex-direction: column;
  }
}
.monthlyEventDate .tabWrapper .tabContent .contentItem .eventDate .eventDetail {
  width: 50%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .monthlyEventDate .tabWrapper .tabContent .contentItem .eventDate .eventDetail {
    width: 100%;
  }
}
.monthlyEventDate .tabWrapper .tabContent .contentItem .eventDate .eventDetail:not(:last-child) {
  padding-bottom: 16px;
}
.monthlyEventDate .tabWrapper .tabContent .contentItem .eventDate .eventDetail .day {
  padding: 0 8px;
  background-color: #eaeea2;
  border-radius: 10000px;
  width: auto;
  min-width: 150px;
  text-align: center;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 150%;
  color: #333;
}
@media screen and (max-width: 600px) {
  .monthlyEventDate .tabWrapper .tabContent .contentItem .eventDate .eventDetail .day {
    min-width: 120px;
  }
}
.monthlyEventDate .tabWrapper .tabContent .contentItem .eventDate .eventDetail .eventContent {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 150%;
  color: #333;
}

.flowChart {
  display: flex;
  flex-direction: column;
  gap: 34px;
  position: relative;
}
.flowChart .flowBack {
  padding: 16px;
  background-color: #f9f9f9;
  position: relative;
}
.flowChart .flowBack:not(:last-child)::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/template/flow-arrow.svg);
  width: 30px;
  height: 18px;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.flowChart .flowBack .mainFlow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .flowChart .flowBack .mainFlow {
    flex-direction: column;
  }
}
.flowChart .flowBack .mainFlow .flowTxtArea.noImage {
  width: 100%;
  padding-right: 0;
}
.flowChart .flowBack .mainFlow .flowTxtArea {
  width: 70%;
  padding-right: 40px;
}
@media screen and (max-width: 999px) {
  .flowChart .flowBack .mainFlow .flowTxtArea {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .flowChart .flowBack .mainFlow .flowTxtArea {
    padding-bottom: 0 !important;
    width: 100%;
  }
}
.flowChart .flowBack .mainFlow .flowTxtArea .flowTitle {
  display: flex;
  align-items: center;
}
.flowChart .flowBack .mainFlow .flowTxtArea .flowTitle .flowNumber {
  background-color: #eaeea2;
  border-radius: 40px;
  width: 55px;
  height: 55px;
  padding: 10px;
  font-size: clamp(20px, 1.3541666667vw, 26px);
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  font-family: "Inter", sans-serif;
  color: #5c7100;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .flowChart .flowBack .mainFlow .flowTxtArea .flowTitle .flowNumber {
    height: 50px;
  }
}
.flowChart .flowBack .mainFlow .flowTxtArea .flowTitle h5 {
  display: flex;
  align-items: center;
  padding-left: 16px;
  width: 80%;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  line-height: 150%;
}
.flowChart .flowBack .mainFlow .flowTxtArea .flowTitle h5::before {
  display: none;
}
@media screen and (max-width: 600px) {
  .flowChart .flowBack .mainFlow .flowTxtArea .flowTitle h5 {
    width: 100%;
  }
}
.flowChart .flowBack .mainFlow .flowTxtArea p {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  padding-top: 24px;
}
.flowChart .flowBack .mainFlow .flowImgArea {
  width: 245px;
}
@media screen and (max-width: 999px) {
  .flowChart .flowBack .mainFlow .flowImgArea {
    margin: 0 auto;
    width: 255px;
  }
}
.flowChart .flowBack .mainFlow .flowImgArea img {
  width: 100%;
}

.totalTopBtn {
  font-size: clamp(16px, 0.9375vw, 18px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 1.6px;
  color: #333 !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  background-color: #eaeea2;
  border-radius: 3px;
  padding: 16px 60px 16px 16px;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none !important;
}
.totalTopBtn::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 45px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #44694e;
  border-radius: 0 3px 3px 0;
}
.totalTopBtn::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/btn-arrow.svg);
  width: 16px;
  height: 16px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.totalTopBtn:hover {
  background-color: #5c7100;
  color: #fff !important;
  transition: all 0.3s;
}

.totalTopBtn.care {
  font-size: clamp(16px, 0.9375vw, 18px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 1.6px;
  color: #333 !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  background-color: #bde8d7;
  border-radius: 3px;
  padding: 16px 60px 16px 16px;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none !important;
}
.totalTopBtn.care::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 45px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #00804f;
  border-radius: 0 3px 3px 0;
}
.totalTopBtn.care::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/btn-arrow.svg);
  width: 16px;
  height: 16px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.totalTopBtn.care:hover {
  background-color: #00804f;
  color: #fff !important;
  transition: all 0.3s;
}


.topAnkerLink .ankerFlex {
  flex-direction: row;
}

.formImgArea {
  position: relative;
}
@media screen and (max-width: 1459px) {
  .formImgArea {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .formImgArea {
    height: auto;
  }
}
@media screen and (max-width: 1459px) {
  .formImgArea img {
    object-fit: cover;
    object-position: -130px center;
    height: 100%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .formImgArea img {
    object-position: center;
	height: 230px;
  }
}
@media screen and (max-width: 600px) {
	.formImgArea img {
		height: auto;
	}
}
.formImgArea .formArea {
  position: absolute;
  top: 24px;
  right: 64px;
}
@media screen and (max-width: 999px) {
	.formImgArea .formArea {
		top: 25%;
	}
}
@media screen and (max-width: 768px) {
  .formImgArea .formArea {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .formImgArea .formArea {
    top: 40%;
  }
}
.formImgArea .formArea .wantTxt {
  font-size: clamp(20px, 2.1875vw, 42px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #333;
  margin-bottom: 24px;
}
@media screen and (max-width: 1459px) {
	.formImgArea .formArea .wantTxt {
		margin-bottom: 14px;
	}
}
.formImgArea .formArea .btnArea {
  width: 100%;
  max-width: 266px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .formImgArea .formArea .btnArea {
    max-width: 300px;
  }
}
.formImgArea .formArea .btnArea a {
  width: 100%;
  text-decoration: none !important;
}

.formImgArea.care img {
  object-position: center;
  border-radius: 10px;
}
@media screen and (max-width: 1459px) {
   .formImgArea.care img {
       object-fit: cover;
       object-position: -200px center;
       height: 100%;
       border-radius: 10px;
   }
}
@media screen and (max-width: 768px) {
  .formImgArea.care img {
	  object-position: -130px center;
	  height: 230px;
  }
}
@media screen and (max-width: 600px) {
	.formImgArea.care img {
		height: auto;
		object-position: center;
	}
}

.contact .contactLine {
  padding: 24px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}
.contact .contactLine h4 {
  padding-bottom: 8px;
}
.contact .contactLine p {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}
.contact .contactLine .contactflex {
  display: flex;
  gap: 60px;
  padding-top: 24px;
}
@media screen and (max-width: 999px) {
  .contact .contactLine .contactflex {
    flex-direction: column;
    gap: 24px;
  }
}
.contact .contactLine .contactflex .contactColumn {
  width: 100%;
  max-width: 518px;
}
.contact .contactLine .contactflex .contactColumn .btnArea {
  width: 100%;
  max-width: 245px;
  padding-top: 16px;
  margin: inherit;
}
@media screen and (max-width: 1530px) {
  .contact .contactLine .contactflex .contactColumn .btnArea {
    padding-top: 8px;
  }
}
@media screen and (max-width: 600px) {
  .contact .contactLine .contactflex .contactColumn .btnArea {
    max-width: 300px;
  }
}
@media screen and (max-width: 375px) {
  .contact .contactLine .contactflex .contactColumn .btnArea {
    width: 100%;
  }
}
.contact .contactLine .contactflex .contactColumn .btnArea .btn.tel {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #eaeea2;
  border-radius: 3px;
  padding: 16px 60px 16px 32px;
  position: relative;
  display: block;
  text-align: center;
  transition: all 0.3s;
}
.contact .contactLine .contactflex .contactColumn .btnArea .btn.tel::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/tel-icon.svg);
  background-position: center;
  width: 16px;
  height: 16px;
  right: 0;
  top: 0;
  background-color: #5c7100;
  border-radius: 0 3px 3px 0;
  width: 45px;
  height: 100%;
}
.contact .contactLine .contactflex .contactColumn .btnArea .btn.tel:hover {
  background-color: #5c7100;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 999px) {
  .contact .contactLine .contactflex .contactColumn .btnArea .btn.tel {
    margin: 0 auto;
  }
}
.contact .contactLine .contactflex .contactColumn .btnArea .btn.fax {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #eaeea2;
  border-radius: 3px;
  padding: 16px 60px 16px 32px;
  position: relative;
  display: block;
  text-align: center;
  transition: all 0.3s;
}
.contact .contactLine .contactflex .contactColumn .btnArea .btn.fax::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/fax-icon.svg);
  background-position: center;
  width: 16px;
  height: 16px;
  right: 0;
  top: 0;
  background-color: #5c7100;
  border-radius: 0 3px 3px 0;
  width: 45px;
  height: 100%;
}
.contact .contactLine .contactflex .contactColumn .btnArea .btn.fax:hover {
  background-color: #5c7100;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 999px) {
  .contact .contactLine .contactflex .contactColumn .btnArea .btn.fax {
    margin: 0 auto;
  }
}

.recordTable .spScroll-icon {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 16px;
}
.recordTable .spScroll-icon img {
  width: 30px;
}
.recordTable .spScroll-icon p {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.recordTable .SpOnly {
  display: none;
}
@media screen and (max-width: 1480px) {
  .recordTable .SpOnly {
    display: flex;
  }
}
.recordTable .buttonArea {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}
.recordTable .buttonArea .monthBefore {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
  position: relative;
  padding-left: 24px;
  transition: all 0.3s;
}
.recordTable .buttonArea .monthBefore:hover {
  color: #5c7100;
  transition: all 0.3s;
  text-decoration: none;
}
.recordTable .buttonArea .monthBefore::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/icon-angle_6Free.svg);
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.recordTable .buttonArea .monthafter {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
  position: relative;
  padding-right: 24px;
  transition: all 0.3s;
}
.recordTable .buttonArea .monthafter:hover {
  color: #5c7100;
  transition: all 0.3s;
  text-decoration: none;
}
.recordTable .buttonArea .monthafter::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/icon-angle_6Free.svg);
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.recordTable .meal-table-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
}
.recordTable .meal-table-container::-webkit-scrollbar {
  background-color: #f9f9f9;
  height: 5px;
  width: 5px;
  border-radius: 10px;
}
.recordTable .meal-table-container::-webkit-scrollbar-thumb {
  background-color: #eaeea2;
  border-radius: 10px;
}
@media screen and (max-width: 1480px) {
  .recordTable .meal-table-container {
    height: 500px;
  }
}
.recordTable .meal-table-container .scrollTable.meal-table {
  width: 100%;
  min-width: 844px;
  table-layout: fixed;
}
.recordTable .meal-table-container .scrollTable.meal-table thead tr th {
  padding: 16px;
  background-color: #eaeea2;
  color: #333;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 5;
}
.recordTable .meal-table-container .scrollTable.meal-table thead tr th:first-child {
  background-color: #ffe5e6;
  padding: 0;
  width: 40px;
}
.recordTable .meal-table-container .scrollTable.meal-table thead tr th:last-child {
  background-color: #c0f5ce;
}
.recordTable .meal-table-container .scrollTable.meal-table tbody tr td {
  padding: 0;
  box-sizing: border-box;
}
.recordTable .meal-table-container .scrollTable.meal-table tbody tr td:first-child {
  background-color: #d6d6d6;
}
.recordTable .meal-table-container .scrollTable.meal-table tbody tr td:last-child {
  border-right: none;
}
.recordTable .meal-table-container .scrollTable.meal-table tbody tr .greyscale {
  color: #5c7100;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 8px;
  position: relative;
}
.recordTable .meal-table-container .scrollTable.meal-table tbody tr .greyscale .numb {
  position: absolute;
  top: 9px;
}
.recordTable .meal-table-container .scrollTable.meal-table tbody tr .meat-box {
  vertical-align: top;
  padding: 8px;
}
.recordTable .meal-table-container .scrollTable.meal-table tbody tr .meat-box .date {
  color: #5c7100;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.recordTable .meal-table-container .scrollTable.meal-table tbody tr .meat-box .imageInner {
  width: 100%;
  max-width: 160px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .recordTable .meal-table-container .scrollTable.meal-table tbody tr .meat-box .imageInner {
    max-width: 115px;
    height: 115px;
  }
}
.recordTable .meal-table-container .scrollTable.meal-table tbody tr .meat-box .imageInner .meal-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.recordTable .meal-table-container .scrollTable.meal-table tbody tr .meat-box .meal-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recordTable .meal-table-container .scrollTable.meal-table tbody tr .meat-box a {
	text-decoration: none;
}
.recordTable .meal-table-container .scrollTable.meal-table tbody tr .meat-box .meal-list li {
  color: #333;
  font-size: clamp(12px, 0.7291666667vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 15px;
  padding-bottom: 0;
}
.recordTable .meal-table-container .scrollTable.meal-table tbody tr .meat-box .meal-list li::before {
  content: "・";
}

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