@charset "UTF-8";

/*全体の指定*/
html,
body,
h1,
h2,
h3,
h4,
ul,
li,
p,
dl,
dt,
dd,
span,
nav {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased; /* Safari対策 */
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-size: 2rem;
  color: #404040;
  line-height: 1.8;
  margin: 0 auto;
  background: #fff;
}

h2 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  color: #6aaa8f;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #6aaa8f;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  h3 {
    font-size: 2rem;
  }
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/*br切り替え*/
.sp_br {
  display: none;
}

.sp_br_w400 {
  display: none;
}

.pc_br {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .sp_br_w400 {
    display: block;
  }
}

/*画像、コンテンツ切り替え*/
.sp_img,
.sp {
  display: none;
}

.pc_img,
.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_img,
  .sp {
    display: block;
  }

  .pc_img,
  .pc {
    display: none;
  }
}

#visual_area {
  height: 100vh;
  background-image: url("../../assets/images/sitter-recruit-lp/fv_pc_nerima.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*画像切り替え FV画像*/
#visual_area .sp_img {
  display: none;
}

#visual_area .tb_img {
  display: none;
}

#visual_area .pc_img {
  display: block;
}

/*ファーストビューの登録会と募集要項ボタン */
.fv_flex_nav {
  width: 53%;
  height: 95vh;
  margin: 0 0 0 40px;
  display: flex;
  align-items: flex-end;
}

.fv_flex_nav li {
  margin: 10px;
}

.fv_flex_nav li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 899px) {
  .fv_flex_nav li {
    margin: 2px;
  }
}

/* ファーストビューの登録会と募集要項 ここまで */
@media screen and (max-width: 1100px) {
  #visual_area {
    height: 95vh;
    background-image: none;
  }

  #visual_area .sp_img {
    display: none;
  }

  #visual_area .tb_img {
    display: block;
    height: 110vh;
  }

  .fv_flex_nav {
    width: 100%;
    height: 10vh;
    margin: 0;
  }
}

@media screen and (max-width: 899px) {
  #visual_area {
    height: 95vh;
    background-image: none;
  }

  #visual_area .sp_img {
    display: none;
  }

  #visual_area .tb_img {
    display: block;
    height: 83vh;
  }
}

@media screen and (max-width: 539px) {
  #visual_area {
    height: 90vh;
  }

  #visual_area .tb_img {
    display: none;
  }

  #visual_area .pc_img {
    display: none;
  }
}

/*押した時に動くボタン（hoverとclick）*/
.btn:hover {
  box-shadow: none;
  transform: translateY(3px);
}

.btn:active {
  box-shadow: none;
  transform: translateY(3px);
}

/********headerここから********/
#header {
  z-index: 999;
}

.logo {
  width: 80px;
  display: block;
  margin: 0 auto;
  padding-top: 16px;
}

nav {
  width: 100%;
  height: 0;
  position: fixed;
  font-size: 1.6rem;
  z-index: 888;
}

/* header .entry_btn a img {
  max-width: 160px;
  height: auto;
} */

/* header .entry_btn img:hover {
  filter: hue-rotate(320deg);
} */

#menu_cv_btn {
  display: none;
}

/*ナビゲーション部分*/
.menu ul {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 80%;
  height: 80%;
  max-height: 440px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-around;
}

.menu ul li:not(:last-child) {
  border-bottom: 1px dotted #ccc;
  width: 100%;
}

.menu ul li a {
  display: block;
  font-weight: bold;
  padding: 0.5em;
  text-decoration: none;
}

.menu li:not(:last-child) a:hover {
  color: #6aaa8f;
}

.menu {
  text-align: center;
  transition: 0.5s ease;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%); /*左に隠しておく*/
  height: 100vh;
}

/*OPEN時の動き*/
.menu.open {
  background-color: #ffffff;
  -webkit-transform: translateX(0%);
  transform: translateX(0%); /*中身を表示（右へスライド）*/
}

.Toggle {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 999;
  right: 15px;
  background-color: #6aaa8f;
  border-radius: 6px;
  padding: 10px;
  margin: 10px -5px 0 0;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 4px #fff;
  border-radius: 6px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.Toggle span:nth-child(1) {
  top: 13px;
}

.Toggle span:nth-child(2) {
  top: 23px;
}

.Toggle span:nth-child(3) {
  top: 33px;
}

.Toggle.active span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 23px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 900px) {
  #menu_cv_btn {
    display: block;
  }
}

/*PCでのスタイル指定－900px以上*/
@media screen and (min-width: 900px) {
  .logo {
    /* display: none; */
    padding: 3px;
    margin-left: 20px;
  }

  nav {
    width: 100%;
    height: 70px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
  }

  header::after {
    display: none;
  }

  nav {
    display: flex;
  }

  .Toggle {
    display: none;
  }

  .menu {
    width: 100%;
    display: flex;
    margin-top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: 70px;
  }

  /*スクロールするとナビ表示*/
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    transition: 0.2s;
  }

  .menu ul {
    width: 100%;
    height: 70px;
    justify-content: center;
    flex-direction: row;
  }
  .menu ul li:not(:last-child) {
    border-bottom: none;
    width: auto;
  }

  .menu ul li a {
    padding: 0 1em;
  }

  .menu ul li a:hover {
    background-color: transparent;
  }
}

/********headerここまで********/

/********mainここから********/

/*TOPimg*/
#visual_area img {
  object-fit: cover;
  object-position: center;
}

/*job_summary area*/
.job_summary {
  background-image: linear-gradient(#7c887e 0.9px, transparent 0.9px),
    linear-gradient(to right, #7c887e 0.9px, #6aaa8f 0.9px);
  background-size: 18px 18px;
  text-align: center;
  color: #ffffff;
  padding: 85px 10px 0; /* bottom paddingを削除 */
  line-height: 2;
  position: relative; /* section-bridgeの基準点として設定 */
  margin-bottom: 0;
}

.section-bridge {
  position: absolute;
  bottom: -10px; /* job_summaryセクションから下にはみ出す */
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 2;
}

.section-bridge img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 80px;
}
.span-pk {
  font-weight: 600;
  background: linear-gradient(transparent 50%, rgba(80, 122, 158, 0.8) 50%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.span-pk.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.job_summary > h3 {
  color: #fff;
  padding-bottom: 8px;
}

.job_summary p {
  padding-bottom: 225px; /* コンテンツとブリッジの間隔 */
}

/* レスポンシブ対応 */
/* 大きいデスクトップ (1100px-1359px) */
@media (max-width: 1359px) {
  .job_summary p {
    padding-bottom: 190px; /* コンテンツとブリッジの間隔 */
  }
}

/* 中サイズデスクトップ (1000px-1100px) */
@media (max-width: 1100px) {
  .job_summary {
    margin-top: 210px;
  }
}

/* 小サイズデスクトップ/大きいタブレット (900px-999px) */
@media (max-width: 999px) {
  .job_summary p {
    width: 75%;
    margin: 0 auto;
  }
  .job_summary {
    margin-top: 0px;
  }
}

/* 小タブレット (480px-768px) */
@media (max-width: 768px) {
  .job_summary {
    padding: 50px 30px;
    padding-bottom: 80px; /* コンテンツとブリッジの間隔 */
    text-align: justify;
  }

  .job_summary p {
    padding-bottom: 80px;
  }

  .job_summary > h3 {
    padding: 20px 0;
  }

  .section-bridge {
    bottom: 0px;
  }

  .section-bridge img {
    min-height: 60px;
  }
}

/* スマートフォン (469px-480px) */
@media (max-width: 480px) {
  .job_summary p {
    padding-bottom: 55px; /* コンテンツとブリッジの間隔 */
    width: 95%;
  }

  .section-bridge {
    bottom: -20px;
  }

  .section-bridge img {
    min-height: 50px;
  }

  .section-bridge {
    bottom: -10px;
  }

  .job_summary > h3 {
    font-size: 18px;
  }
}

/* 極小スマートフォン (329px以下) */
@media (max-width: 329px) {
  .job_summary {
    font-size: 14px;
  }
}
/******container_content area******/
.container_content {
  background-color: #f5f0e7;
  padding: 10px;
}

.content_inner {
  max-width: 85vw;
  width: 1450px;
  margin: 0 auto;
}

/*2.3番目意外の要素の幅指定*/
.content_inner section:not(:nth-child(6)):not(:nth-child(8)) {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .content_inner {
    max-width: 95%;
  }
}

.content_inner > section > h2 {
  margin-bottom: 50px;
  padding-top: 100px;
}

/*h2の下線*/
.content_inner > section:not(:first-child) > h2 {
  position: relative;
}

/*h2の下線*/
.content_inner > section:not(:first-child) > h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 3px;
  background-color: #6aaa8f;
  border-radius: 3px;
}

/****trouble_box****/
#trouble_box li {
  width: 30%;
}

.arrow_box {
  text-align: center;
  background: url(../images/sitter-recruit-lp/arrow.png) no-repeat center
    center/contain;
  padding: 30px 0 50px;
  margin-top: 50px;
  margin-bottom: -50px;
}

.mark {
  background: linear-gradient(transparent 20%, #ffdfa8 80%);
  color: #6aaa8f;
  font-size: 4.5rem;
}

.slash {
  position: relative;
  display: inline-block;
}

/* .slash::before,
.slash::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 5px;
  border-radius: 5px;
  background-color: #6AAA8F;
}
 */
.slash::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: -26%;
}

.slash::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: -26%;
}

/****sitter_point****/
#sitter_point ul {
  max-width: 1000px;
  margin: 0 auto;
}

#sitter_point li {
  width: 30%;
}

.point_img {
  width: 40%;
  max-width: 260px;
  margin-right: 60px;
}

.point_content {
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
}

.point_title {
  padding-bottom: 40px;
}

.point_title > img {
  max-width: 70px;
  filter: hue-rotate(154deg) grayscale(70%) saturate(150%);
}

.point_title > h3 {
  line-height: 1.3;
  text-align: left;
  padding-left: 20px;
}

.point_box {
  background-color: #fff;
  padding: 80px 40px;
  border-radius: 30px;
  justify-content: center;
}

.point_box_sp {
  display: none;
}

#sitter_point1,
#sitter_point2,
#sitter_point3,
.job_type_img {
  padding-top: 70px;
}

.point_text > b {
  color: #6aaa8f;
  font-size: 2.5rem;
  line-height: 1.4;
}

/****job_type****/
/* #job_type li {
  width: 49%;
} */

.job_type_title > h3 {
  font-size: 3rem;
  text-align: left;
  line-height: 1.5;
  padding-bottom: 16px;
}

.job-type-p {
  text-align: center;
}

.job-type-p span {
  color: #0bc014;
  font-weight: 700;
}

.job_type_title {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}

.job_type_title p {
  text-align: justify;
}

.As_text {
  font-size: 1.6rem;
  padding-top: 10px;
}

/****jobstart_flow****/
#jobstart_flow {
  margin-top: 100px;
}
.details-flow {
  margin-top: 80px;
}

.flow_title > img {
  max-width: 160px;
  width: 20%;
}

.flow_title > h3 {
  width: 76%;
  text-align: left;
  color: #fa9b0d;
  font-size: 3rem;
}

.flow_content {
  padding: 10px;
}

.flow_content > img {
  max-width: 3px;
  width: 20%;
  height: 60px;
  margin: 0 auto;
}

.flow_content > p {
  width: 76%;
  text-align: justify;
}

.stick_none {
  visibility: hidden;
  max-height: 30px;
}

.flow_wrapper {
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 120px;
  position: inherit;
}

.flow_box {
  margin-top: 5%;
}

.jobstart_3 {
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 0 5px;
  font-weight: 600;
  background: linear-gradient(transparent 20%, #ffdfa8 80%);
  color: #6aaa8f;
  font-size: 2.4rem;
}

/****entrybtn_box****/
.entrybtn_box {
  text-align: center;
  padding-top: 40px;
}

/* #sitter_lp_cv_btn {
  max-width: 700px;
  margin: 0 auto;
} */

.entrybtn_box > .slash {
  font-size: 30px;
  color: #404040;
}

.entrybtn_box span {
  color: #00b900;
}

/* .entrybtn_box > .slash::before,
.entrybtn_box > .slash::after {
  background-color: #00b900;
  width: 40px;
  height: 3px;
} */

.entrybtn_box img:hover {
  filter: hue-rotate(305deg) saturate(4) brightness(1.2);
}

/****faq****/

#faq {
  margin-top: 100px;
}

.accordion-area {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}

.accordion-area li {
  margin-bottom: 20px;
}

.accordion-area section {
  border-radius: 20px;
  background-color: #6aaa8f;
}

.faq-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
  cursor: pointer;
  padding: 2% 6%;
  position: relative;
  color: #fff;
}

.faq-title::before,
.faq-title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  background-color: #ffffff;
}

.faq-title::before {
  top: 48%;
  right: 20px;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.faq-title::after {
  top: 48%;
  right: 20px;
  transform: rotate(270deg);
}

.faq-title.close::before {
  transform: rotate(180deg);
}

.faq-title.close::after {
  transform: rotate(0deg);
}

.accordion-box {
  display: none;
  padding: 4% 3%;
  border-radius: 0 0 20px 20px;
  text-align: left;
  background-color: #fff;
}
.accordion-box p {
  text-align: justify;
}

/****contact****/
/* #contact {
  padding: 70px 0;
  background-color: #F5F0E7;
} */

@media screen and (max-width: 768px) {
  #jobstart_flow {
    margin-top: 80px;
  }
  .details-flow {
    margin-top: 50px;
  }

  #faq {
    margin-top: 80px;
  }

  .accordion-area {
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
  }

  #sitter_point > h2 {
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 0;
  }

  #sitter_point ul {
    display: none;
  }

  #trouble_box ul {
    flex-direction: column;
  }

  #trouble_box li {
    width: 70%;
    max-width: 350px;
  }

  #trouble_box li:not(:last-child) {
    padding-bottom: 20px;
  }

  .content_inner > section:not(:first-child) > h2::before {
    width: 70px;
    width: 100px;
    width: 200px;
  }

  .content_inner > section > h2 {
    margin-bottom: 35px;
    padding: 80px 0 10px;
  }

  .arrow_box {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .mark {
    font-size: 2.5rem;
  }

  .slash::before,
  .slash::after {
    width: 26px;
    height: 2px;
  }

  .slash::before {
    left: -16%;
  }
  .slash::after {
    right: -16%;
  }

  .point_text > b {
    font-size: 1.8rem;
  }

  .point_text {
    text-align: left;
    text-align: justify;
  }

  .point_box {
    display: none;
  }

  .point_box_sp {
    display: block;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 30px;
    text-align: center;
  }

  .point_img {
    width: 50%;
    max-width: 160px;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .point_title {
    justify-content: center;
    padding-bottom: 20px;
  }

  .point_title > img {
    max-width: 50px;
  }

  .point_content {
    width: 100%;
    align-items: center;
  }

  #sitter_point1,
  #sitter_point2,
  #sitter_point3,
  .job_type_img {
    padding-top: 30px;
  }

  #job_type ul {
    flex-direction: column;
  }

  #job_type li {
    width: 100%;
  }

  .job_type_title > h3 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }

  .As_text {
    font-size: 1.4rem;
    padding: 5px 0;
  }

  .flow_content > p {
    font-size: 1.4rem;
  }

  .flow_wrapper {
    border-radius: 30px;
    padding: 45px 30px;
  }

  .faq-title {
    padding: 5% 10% 5% 6%;
  }

  .accordion-box {
    padding: 5% 7% 8% 7%;
  }

  .posting_box_op {
    padding: 5% 0;
  }

  .jobstart_3 {
    /* text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px 0 5px;
    font-weight: 600;
    background: linear-gradient(transparent 20%, #FFDFA8 80%);
    color: #6AAA8F; */
    font-size: 2rem;
    line-height: 1.3;
  }

  .flow_title > h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 400px) {
  .arrow_box {
    background-size: 60%;
    padding: 10px 0 20px;
  }
}

/********mainここまで********/

/* SP FVの申込と募集要項ボタン */
@media screen and (max-width: 899px) {
  .fv_nav {
    display: block;
    width: 100%;
    height: 10vh;
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    z-index: 777;
    background: #fafafa;
  }

  .fv_nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .fv_nav li {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-right: 1px solid #fff;
  }
}

/* SP under_nav*/
.under_nav {
  position: fixed;
  right: 3%;
  bottom: 10%;
  max-width: 200px;
  z-index: 889;
  filter: drop-shadow(3px 3px 2px rgb(204, 204, 204));
  width: 100%;
  height: 70px;
  display: none;
  z-index: 666;
  width: 100%;
}
.under_nav_active {
  display: block;
  visibility: visible;
}
.entry_fix > .btn:hover {
  filter: hue-rotate(290deg) saturate(1) brightness(1.2);
}

.under_nav ul {
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 1000px) {
  .entry_fix {
    max-width: 150px;
    right: 4%;
    bottom: 4%;
  }
}

@media screen and (max-width: 899px) {
  .under_nav {
    width: 100%;
    bottom: 35px;
    height: 70px;
    position: fixed;
    width: 100%;
  }

  .under_nav ul {
    left: 75%;
  }

  .under_nav li {
    padding-left: 5px;
  }

  .under_nav li:last-child {
    padding-right: 5px;
    padding-left: 0px;
  }

  .under_nav_entry {
    width: 58%;
  }

  .under_nav_recruit {
    width: 47%;
  }

  .under_nav_img {
    /* max-width: 250px; */
    height: auto;
  }
}
/*FV-ipad縦向きのみ適用*/
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) {
  .entry_fix {
    right: 2%;
    bottom: 2%;
    max-width: 2250px;
  }
}

@media screen and (max-width: 540px) {
  .entry_fix {
    max-width: 300px;
    right: 4%;
    bottom: 4%;
  }

  .under_nav {
    right: 10%;
  }
}

/* フッターの記述 */

.footer_box {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  font-size: 14px;
}

.footer_logo img {
  width: 90px;
}

.company_info {
  padding: 10px 20px 0;
  font-weight: bold;
  line-height: 1.5;
}

.company_info a {
  display: inline;
}

.footer_bottom {
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #9e908f;
}

@media screen and (max-width: 768px) {
  #footer {
    position: relative;
    z-index: 777;
  }
  .footer_box {
    flex-direction: column;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    background-color: #fff;
  }

  .company_info {
    padding: 10px 5px 0;
  }
}

/* こんなシッターが働いています */
.sitter-voice-inner {
  background-color: #ffffff;
  padding: 30px 40px;
  border-radius: 30px;
}

.sitter-voice-inner {
  margin-bottom: 80px;
}

.sitter-voice-inner:last-child {
  margin-bottom: 0;
}

.sitter-voice-h3 {
  background-color: #6aaa8f;
  color: white;
  max-width: 750px;
  width: 75%;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
  padding: 5px;
}

.sitter-voice-item {
  margin: 10px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.voice-parts1 {
  width: 35%;
  padding: 10px;
}

.voice-parts2 {
  width: 65%;
  padding: 10px;
}

.voice-parts2 img,
.voice-parts1 img {
  filter: hue-rotate(40deg) grayscale(0%) saturate(200%);
}

.voice-parts2 > h4 {
  font-size: 30px;
  color: #6aaa8f;
  font-weight: bold;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 7px;
  padding-bottom: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media screen and (max-width: 820px) {
  .sitter-voice-item {
    display: block;
  }

  .sitter-voice-inner {
    padding: 25px 20px;
  }

  .sitter-voice-inner > img {
    max-width: 80%;
    margin: 0 auto;
  }

  .voice-parts1 {
    width: 100%;
    max-width: 45%;
    margin: 0 auto;
  }

  .voice-parts2 {
    width: 100%;
    padding: 0 15px;
  }
  .voice-parts2 > p {
    text-align: justify;
  }

  .voice-parts2 > h4 {
    font-size: 2rem;
    text-align: center;
  }

  .sitter-voice-h3 {
    width: 80%;
  }
}

@media screen and (max-width: 539px) {
  .sitter-voice-inner {
    margin-bottom: 40px;
  }

  .sitter-voice-inner > img {
    max-width: 95%;
  }

  .voice-parts1 {
    max-width: 70%;
  }

  .voice-parts2 > h4 {
    font-size: 18px;
    text-align: start;
  }
  .sitter-voice-h3 {
    width: 99%;
    font-size: 16px;
    padding: 8px;
  }
}

/* 教えて先輩シッター */
.teacher-Q {
  display: flex;
  padding-bottom: 5px;
}

.teacher-Q img {
  width: 7%;
  height: 1%;
  margin-right: 30px;
}

.teacher-Q p > .strong-point {
  font-size: 30px;
  font-weight: bold;
  color: #fcb064;
}

.teacher-A p > .strong-point {
  font-weight: bold;
  color: #fcb064;
}

.teacher-Q p {
  height: 100%;
  text-align: center;
}

.teacher-Q p,
.teacher-A p {
  width: 73.5%;
  background: #fff;
  padding: 20px 30px;
  position: relative;
  margin-left: 15px;
  border-radius: 10px;
  /* font-weight: bold; */
}

.teacher-Q p::before {
  position: absolute;
  left: -14px;
  width: 15px;
  height: 30px;
  background-color: #fff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: "";
}

.teacher-A p::before {
  position: absolute;
  right: -15px;
  top: 60px;
  width: 15px;
  height: 30px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}

.teacher-A {
  display: flex;
  flex-flow: row-reverse;
  padding-bottom: 90px;
}

.teacher-A:last-child {
  padding-bottom: 0px;
}

.teacher-A img {
  width: 10%;
  height: 1%;
  margin-left: 30px;
}

@media screen and (max-width: 820px) {
  .teacher-Q {
    padding-bottom: 10px;
  }

  .teacher-Q img {
    width: 8.5%;
    margin: 0;
  }

  .teacher-A {
    padding-bottom: 60px;
  }

  .teacher-A img {
    width: 11%;
    margin: 40px 0 0 20px;
  }

  .teacher-Q p > .strong-point {
    font-size: 22px;
  }
}

@media screen and (max-width: 539px) {
  .teacher-Q p,
  .teacher-A p {
    width: 78%;
    padding: 25px 15px;
  }

  .teacher-Q p::before {
    top: 30px;
  }

  .teacher-Q img {
    width: 12%;
    margin: 0;
  }

  .teacher-A img {
    width: 17%;
    margin: 110px 0 0 20px;
  }

  .teacher-A p::before {
    top: 125px;
  }
}

/* -------------------------------24/06/2 7/求人票一覧--------------------------- */
/*＝＝＝並び替えボタンのCSS*/
.sort-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 50px 20px;
}

.sort-btn li {
  background-color: #6aaa8f;
  border: solid 2px #6aaa8f;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 20px;
}

.sort-btn li.active {
  /*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
  background: #fff;
}

/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 480px) {
  .sort-btn {
    justify-content: space-between;
  }

  .sort-btn li {
    width: 48%;
    margin: 0 0 10px 0;
    text-align: center;
  }
}
/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  position: relative; /*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
  display: block;
  position: absolute;
  width: 33%; /*横並びで3つ表示*/
  z-index: 1;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img {
  width: 100%;
  height: auto;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
  .item {
    width: 49.5%; /*横並びで2つ表示*/
  }
}

/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
  background: transparent !important;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #fa999b;
}

.sort-btn li a {
  display: block;
  margin: 0 2px;
  padding: 10px 20px;
}
/*liにactiveクラスがついた時の形状*/
.sort-btn li.active a {
  color: #6aaa8f;
}

/*エリアの表示非表示と形状*/
.area {
  border-radius: 10px;
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
  padding: 50px 20px;
}
@media only screen and (max-width: 768px) {
  .area {
    padding: 10px 20px;
  }

  .sort-btn li a {
    padding: 0px;
  }
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
/* カルーセル全体 */
.carousel {
  /* 水平方向中央寄せ */
  display: flex;
  justify-content: center;
}
/* カルーセル内容 */
.contains {
  /* サイズは自由に変更してください。*/
  /* 下の.slideも同じサイズにしてください。 */
  width: 950px;
  height: 1130px;
  overflow: hidden;
  position: relative;
  padding: 0;
  list-style: none;
}
/* スライド切り換え用ラジオボタンは常に非表示 */
.slide_select {
  display: none;
}
.slide_select_02 {
  display: none;
}
.slide_select_03 {
  display: none;
}
.slide_select_04 {
  display: none;
}
.slide_select_05 {
  display: none;
}
/* 各スライド */
.slide {
  /* サイズは自由に変更してください。*/
  /* 上の.containsも同じサイズにしてください。 */
  width: 950px;
  height: 1250px;
  position: absolute;
  /* スライドの初期値は選択されていないので透明にしておく */
  opacity: 0;
}

/* 前へ次へボタン */
.scroll_button {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  /* 縦中央から20px上の位置 */
  top: 50%;
  margin-top: -20px;
  /* 上辺と右辺のみ幅5pxの枠線 */
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #656565;
  cursor: pointer;
  /* 普段はボタンはやや薄くする */
  opacity: 0.5;
  /* スライドよりも前面にする */
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .move_controler {
    top: 0.7%;
  }
}
@media screen and (max-width: 600px) {
  .move_controler {
    top: 1.2%;
  }
}
/* スライド移動の各ボタン */
.button_move {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 100%;
  cursor: pointer;
  /* 普段はやや薄くする */
  opacity: 0.5;
  /* スライドより前面にする */
  z-index: 2;
  background-color: #656565;
}
/* ホバー時はやや明るくする */
.button_move:hover {
  opacity: 0.75;
}

/* ホバー時にボタンを強調 */
.scroll_button:hover {
  opacity: 1;
}
/* 前へボタン */
.scroll_prev {
  left: 15px;
  /* 上辺と右辺の枠線を回転して"＜"にする */
  transform: rotate(-135deg);
}
/* 次へボタン */
.scroll_next {
  right: 15px;
  /* 上辺と右辺の枠線を回転して"＞"にする */
  transform: rotate(45deg);
}
/* スライド移動ボタンエリア */
.move_controler {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .contains {
    /* サイズは自由に変更してください。*/
    /* 下の.slideも同じサイズにしてください。 */
    width: 750px;
    height: 1250px;
  }

  .slide {
    /* サイズは自由に変更してください。*/
    /* 上の.containsも同じサイズにしてください。 */
    width: 750px;
    height: 1150px;
    /* スライドの初期値は選択されていないので透明にしておく */
    opacity: 0;
  }
  .scroll_prev {
    left: 35px;
  }
  /* 次へボタン */
  .scroll_next {
    right: 35px;
  }
  .scroll_button {
    top: 50%;
  }
}

@media screen and (max-width: 800px) {
  .contains {
    /* サイズは自由に変更してください。*/
    /* 下の.slideも同じサイズにしてください。 */
    width: 450px;
    height: 1730px;
  }

  .slide {
    /* サイズは自由に変更してください。*/
    /* 上の.containsも同じサイズにしてください。 */
    width: 450px;
    height: 1730px;
    /* スライドの初期値は選択されていないので透明にしておく */
    opacity: 0;
  }
  .scroll_prev {
    left: 75px;
  }
  /* 次へボタン */
  .scroll_next {
    right: 75px;
  }
  .scroll_button {
    top: 2%;
  }
}
@media screen and (max-width: 600px) {
  .contains {
    /* サイズは自由に変更してください。*/
    /* 下の.slideも同じサイズにしてください。 */
    width: 360px;
    height: 1730px;
  }

  .slide {
    /* サイズは自由に変更してください。*/
    /* 上の.containsも同じサイズにしてください。 */
    width: 360px;
    height: 1730px;
    /* スライドの初期値は選択されていないので透明にしておく */
    opacity: 0;
  }
  .scroll_prev {
    left: 75px;
  }
  /* 次へボタン */
  .scroll_next {
    right: 75px;
  }
  .scroll_button {
    top: 2.4%;
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 500px) {
  .contains {
    /* サイズは自由に変更してください。*/
    /* 下の.slideも同じサイズにしてください。 */
    width: 300px;
    height: 1800px;
  }

  .slide {
    /* サイズは自由に変更してください。*/
    /* 上の.containsも同じサイズにしてください。 */
    width: 300px;
    height: 1800px;
    /* スライドの初期値は選択されていないので透明にしておく */
    opacity: 0;
  }
  .scroll_prev {
    left: 45px;
  }
  /* 次へボタン */
  .scroll_next {
    right: 45px;
  }
  .scroll_button {
    top: 2.4%;
  }
}
@media screen and (max-width: 400px) {
  .contains {
    /* サイズは自由に変更してください。*/
    /* 下の.slideも同じサイズにしてください。 */
    width: 300px;
    height: 1800px;
  }

  .slide {
    /* サイズは自由に変更してください。*/
    /* 上の.containsも同じサイズにしてください。 */
    width: 300px;
    height: 1800px;
    /* スライドの初期値は選択されていないので透明にしておく */
    opacity: 0;
  }
}

/* 1番目のスライド選択時 */
/* 1番目のスライドの透明度を0にして表示する */
.slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}
/* スライド移動ボタンの1個目を明るくする */
/* （今選択されていることが分かるように） */
.slide_select:nth-of-type(1):checked
  ~ .move_controler
  .button_move:nth-of-type(1) {
  opacity: 1;
  background-color: #fa999b;
}
.slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}
/* 2番目のスライド選択時（1番目のスライドと同じことをする） */
.slide_select:nth-of-type(2):checked
  ~ .move_controler
  .button_move:nth-of-type(2) {
  opacity: 1;
  background-color: #fa999b;
}
/* 3番目のスライド選択時 */
.slide_select:nth-of-type(3):checked ~ .slide:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked
  ~ .move_controler
  .button_move:nth-of-type(3) {
  opacity: 1;
  background-color: #fa999b;
}
/* 4番目のスライド選択時 */
.slide_select:nth-of-type(4):checked ~ .slide:nth-of-type(4) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked
  ~ .move_controler
  .button_move:nth-of-type(4) {
  opacity: 1;
  background-color: #fa999b;
}

/* 5番目のスライド選択時 */
.slide_select:nth-of-type(5):checked ~ .slide:nth-of-type(5) {
  opacity: 1;
}
.slide_select:nth-of-type(5):checked
  ~ .move_controler
  .button_move:nth-of-type(5) {
  opacity: 1;
  background-color: #fa999b;
}
/* 6番目のスライド選択時 */
.slide_select:nth-of-type(6):checked ~ .slide:nth-of-type(6) {
  opacity: 1;
}
.slide_select:nth-of-type(6):checked
  ~ .move_controler
  .button_move:nth-of-type(6) {
  opacity: 1;
  background-color: #fa999b;
}
/* 7番目のスライド選択時 */
.slide_select:nth-of-type(7):checked ~ .slide:nth-of-type(7) {
  opacity: 1;
}
.slide_select:nth-of-type(7):checked
  ~ .move_controler
  .button_move:nth-of-type(7) {
  opacity: 1;
  background-color: #fa999b;
}

/* 1番目のスライド選択時 */
.slide_select_02:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}
.slide_select_02:nth-of-type(1):checked
  ~ .move_controler
  .button_move:nth-of-type(1) {
  opacity: 1;
  background-color: #fa999b;
}
/* 2番目のスライド選択時 */
.slide_select_02:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}
.slide_select_02:nth-of-type(2):checked
  ~ .move_controler
  .button_move:nth-of-type(2) {
  opacity: 1;
  background-color: #fa999b;
}

/* 1番目のスライド選択時 */
.slide_select_03:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}
.slide_select_03:nth-of-type(1):checked
  ~ .move_controler
  .button_move:nth-of-type(1) {
  opacity: 1;
  background-color: #fa999b;
}
/* 2番目のスライド選択時 */
.slide_select_03:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}
.slide_select_03:nth-of-type(2):checked
  ~ .move_controler
  .button_move:nth-of-type(2) {
  opacity: 1;
  background-color: #fa999b;
}
/* 1番目のスライド選択時 */
.slide_select_04:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}
.slide_select_04:nth-of-type(1):checked
  ~ .move_controler
  .button_move:nth-of-type(1) {
  opacity: 1;
  background-color: #fa999b;
}
/* 2番目のスライド選択時 */
.slide_select_04:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}
.slide_select_04:nth-of-type(2):checked
  ~ .move_controler
  .button_move:nth-of-type(2) {
  opacity: 1;
  background-color: #fa999b;
}
/* 1番目のスライド選択時 */
.slide_select_05:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}
.slide_select_05:nth-of-type(1):checked
  ~ .move_controler
  .button_move:nth-of-type(1) {
  opacity: 1;
  background-color: #fa999b;
}
/* 2番目のスライド選択時 */
.slide_select_05:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}
.slide_select_05:nth-of-type(2):checked
  ~ .move_controler
  .button_move:nth-of-type(2) {
  opacity: 1;
  background-color: #fa999b;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 6px solid #ccc; /*矢印の色*/
  border-right: 6px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -80px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #ff0000; /*ドットボタンの現在地表示の色*/
}

.track {
  touch-action: none !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  overscroll-behavior: none;
}

.track * {
  touch-action: none !important;
}

/* -------------------------------24/06/27/求人票一覧--------------------------- */

/* 求人表一覧 */
.tab_menu {
  z-index: 2;
  position: relative;
  width: 22.5%;
  margin: 0 1%;
  background-color: #6aaa8f;
  color: #fff;
  line-height: 36px;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  border: solid 2px #6aaa8f;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  box-sizing: border-box;
}

.tab_menu:hover {
  color: #838383;
}

.tab_menu:first-of-type {
  margin-left: 2%;
}

.tab_menu:last-of-type {
  margin-right: 2%;
}

input:checked + .tab_menu {
  background-color: #6aaa8f;
  border: solid 2px #6aaa8f;
  border-bottom: solid 2px #fff;
  color: #fff;
}

input[name="tab_menu"] {
  display: none;
}

.tab_content {
  display: none;
  z-index: 1;
  clear: both;
  background-color: #fff;
  border: solid 2px #6aaa8f;
  border-radius: 8px;
  padding: 0 20px;
  position: relative;
  top: -2px;
}

#tab_a:checked ~ #tab_a_content,
/* #tab_b:checked ~ #tab_b_content, */
#tab_c:checked ~ #tab_c_content,
#tab_d:checked ~ #tab_d_content,
#tab_e:checked ~ #tab_e_content {
  display: block;
}

.posting {
  margin: 0 auto;
  max-width: 850px;
}

@media screen and (max-width: 1120px) {
  .posting {
    max-width: 800px;
  }
}
@media screen and (max-width: 800px) {
  .posting {
    max-width: 800px;
  }
}
@media screen and (max-width: 600px) {
  .posting {
    max-width: 340px;
  }
}
@media screen and (max-width: 500px) {
  .posting {
    max-width: 270px;
  }
}
.posting table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.posting h4 {
  margin-top: 65px;
  text-align: left;
}

.posting th,
.posting tr {
  font-size: 18px;
}

.posting th,
.posting td {
  border: 2px solid #6aaa8f;
  padding: 10px;
}

.posting th {
  border-bottom: 2px solid #ffffff;
}

.posting tr:last-child th {
  border-bottom: 2px solid #6aaa8f;
}

.posting a {
  width: 35%;
  padding-top: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 539px) {
  .tab_menu {
    font-size: 1.7rem;
  }

  .posting a {
    width: 75%;
  }

  .posting td {
    font-size: 16px;
  }
}

/* お仕事開始までの流れ 補足12月編集済み */

/* .sitter_training {
  background-color: #ffffff;
} */

/* LINE友達追加 */

/*求人票一覧 アコーディオン*/

.more_btn {
  text-align: right;
  font-weight: 600;
  color: #6aaa8f;
  padding-bottom: 6px;
}

.posting_box {
  color: #404040;
  position: relative;
  padding: 0 6%;
}

/* .posting_box::before,
.posting_box::after {
  position: absolute;
  content: "";
  background-color: #6AAA8F;
}

.posting_box::before {
  top: 97%;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  right: 22px;
  transition: all 0.2s ease;
} */

.posting_box::after {
  top: 97%;
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
  right: 30px;
  transition: all 0.2s ease;
}

.posting_box.close::before {
  transform: rotate(230deg);
}

.posting_box.close::after {
  transform: rotate(-230deg);
}

/* .tab_c .posting_box::before,
.tab_d .posting_box::before,
.tab_e .posting_box::before {
  top: 97.6%;
}

.tab_c .posting_box::after,
.tab_d .posting_box::after,
.tab_e .posting_box::after {
  top: 97.6%;
} */

@media screen and (max-width: 820px) {
  .posting_box {
    padding: 0;
  }

  .more_btn {
    text-align: center;
  }

  /*  .posting_box::before {
    top: 98.2%;
    right: 36px;
  } */

  .posting_box::after {
    top: 98.2%;
    right: 44px;
  }

  /*   .tab_c .posting_box::before,
  .tab_d .posting_box::before,
  .tab_e .posting_box::before {
    top: 98.4%;
  }
 */
  .tab_c .posting_box::after,
  .tab_d .posting_box::after,
  .tab_e .posting_box::after {
    top: 98.4%;
  }
}

/* -------------------------------------------求人カルーセル----------------------------------------------------- */

.carousel-wrapper {
  overflow: hidden;
  position: relative;
  padding: 40px 0;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
/* 色違い */
.byouji-work {
  border: #bad4e4 solid 4px;
}
.kyotaku-work {
  border: #a1cfa9 solid 4px;
}
.sango-work {
  border: #ffb3b3 solid 4px;
}
.short-work {
  border: #ffcbb3 solid 4px;
}
.event-work {
  border: #ffdf78 solid 4px;
}
.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.job-card {
  flex: 0 0 auto;
  width: 70%;
  max-width: 350px;
  margin: 0 10px;
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* 仕事の詳細 */
.job-listings-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5%;
}

.work-history {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-left: 2rem;
}
.work-history span {
  font-size: 20.5px;
}

.worker_icon {
  width: 80px;
  height: 80px;
}
/* 仕事詳細 */
.item-icon {
  width: 20px;
  height: auto;
}
.job-description-list {
  width: 85%;
  text-align: center;
  margin: 0 auto;
  margin-top: 18px;
}
.job-description-list li {
  width: 90%;
  text-align: justify;
}

.job-description p {
  font-size: 18px;
}

.work-list {
  display: flex;
  align-items: center;
}
.work-list span {
  padding-left: 1rem;
  font-weight: 500;
}

/* 給与部分 */
.salary-flex {
  display: flex;
  align-items: center;
  /* margin-top: 15px; */
  justify-content: space-evenly;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.salary-tittele {
  color: #ffffff;
  padding: 0.2rem 1.65rem 0.1rem 1.8rem;
  border-radius: 30px;
  margin-top: 0.8rem;
  font-size: 16px;
  font-weight: 600;
}

.salary-byouji {
  background: #8ebeda;
}
.salary-kyotaku {
  background-color: #a1cfa9;
}
.salary-sango {
  background-color: #ffb3b3;
}
.salary-short {
  background-color: #ffc596;
}
.salary-event {
  background-color: #f5d56e;
}
.salary-amount {
  font-size: 40px;
  font-weight: 800;
  color: #fe7774;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.salary-amount span {
  font-size: 20px;
  padding-left: 0.5rem;
  color: #404040;
}

/* モーダル内ボタンデザイン */

.modal-open-btn {
  margin-top: 10px;
  padding: 8px 16px;
  color: #ffffff;
}
.modal-btn-byouji {
  background: #8ebeda;
  padding: 0.5rem 5rem;
  border-radius: 30px;
}
.modal-btn-kyotaku {
  background: #a1cfa9;
  padding: 0.5rem 5rem;
  border-radius: 30px;
}

.modal-btn-sango {
  background: #ffb3b3;
  padding: 0.5rem 5rem;
  border-radius: 30px;
}
.modal-btn-short {
  background: #ffc787;
  padding: 0.5rem 5rem;
  border-radius: 30px;
}
.modal-btn-event {
  background: #f5d56e;
  padding: 0.5rem 5rem;
  border-radius: 30px;
}

.nav-dots {
  text-align: center;
  margin-top: 20px;
}

.nav-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.nav-dots .active {
  background: #333;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 999;
  /* overflow: auto; ← モーダル全体のスクロール */
}

.modal.show {
  display: flex;
}

.modal-content {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: white;
  padding: 30px;
  border-radius: 10px;
  width: 55%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto; /* ← モーダル中身スクロール可能に */
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 50px;
  cursor: pointer;
  color: #282828;
}
.work-modal {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}

.work-modal td,
.work-modal th {
  padding: 15px 10px;
  vertical-align: text-top;
}

.title-modal {
  width: 140px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  white-space: nowrap;
  font-size: 16px;
}

.answer-modal {
  margin-left: 10px;
  font-weight: 600;
  text-align: justify;
  font-size: 18px;
}

.title-button {
  background-color: #f9b7b7;
  border-radius: 20px;
  padding: 10px 30px;
  height: 40px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.td-work-p {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin: 0 auto;
  padding-top: 10px;
}

@media screen and (max-width: 999px) {
  #modalDetails {
    margin-top: 25px;
  }

  .modal-content {
    width: 90%;
    height: 95%;
    font-size: 15px;
    padding: 55px 3%;
    margin: 80px 0;
  }

  .work-modal {
    display: block;
    width: 90%; /* ⬅ 60% → 80% に拡大 */
    margin: 0 auto; /* ⬅ 中央寄せ */
    /* overflow-y: scroll; */
  }

  .work-modal tr {
    display: flex;
    flex-direction: column;
    align-items: center; /* ⬅ 各項目の横方向中央揃え */
    margin-bottom: 5px;
  }

  .work-modal td,
  .work-modal th {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
  }
  .title-button {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
  .answer-modal {
    width: 80%;
  }

  .title-modal,
  .answer-modal {
    text-align: center;
    margin: 0 auto;
  }

  .td-work-p {
    margin: 10px auto;
    padding: 0;
    width: 100%;
  }

  .td-work-p {
    font-size: 14px;
  }
}

@media screen and (max-width: 499px) {
  .salary-amount {
    font-size: 28px;
  }
  .work-history {
    font-size: 12px;
  }
  .work-history span {
    font-size: 16px;
  }

  .job-card {
    width: 95%;
    max-width: 320px;
  }
  .salary-tittele {
    font-size: 12px;
  }
  .title-modal {
    width: 100%;
    margin: 0 auto;
  }

  .title-button {
    width: 80%;
    font-size: 14px;
    height: 34px;
  }

  .work-modal {
    width: 96%;
  }

  .job-listings-flex {
    width: 99%;
  }
}

/* カルーセル矢印 */
.carousel-nav {
  all: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
  background: #ffffff;
  border-radius: 100px;
}

.carousel-nav.prev {
  left: 10px;
}

.carousel-nav.next {
  right: 10px;
}

.carousel-nav img {
  display: block;
  width: 50px;
  height: 50px;
}

/* 求人モーダルのボタン */
.work-cv-btn {
  text-align: center;
}
.work-cv-btn p {
  margin: 20px 0;
  font-weight: 600;
  color: #00b900;
  letter-spacing: 0.04rem;
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.work-cv-btn p:before,
.work-cv-btn p:after {
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background-color: #00b900;
  content: "";
}
.work-cv-btn p:before {
  left: -30px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.work-cv-btn p:after {
  right: -30px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.work-cv-btn a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #00b900;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 50px;
  border: 3px solid #00b900;
  margin-bottom: 10px;
}
.work-cv-btn a:hover {
  color: #00b900;
  background-color: #ffffff;
}
.work-cv-btn a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-54%);
}

/* 折りたたみフロー */
.job-start-flow {
  font-family: "Zen Kaku Gothic New", sans-serif;
  max-width: 800px;
  border: 2px solid #6aaa8f;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 40px;
  background-color: #ffffff;
}

.job-start-flow summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #6aaa8f;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  padding-right: 3em; /* 矢印スペース */
  background-color: #ffffff; /* 明示 */
  background-image: none; /* もとのSVG消す */
}

/* 左側のstep + タイトル */
.summary-content {
  display: flex;
  align-items: center;
  gap: 1em;
}

/* 矢印アイコン */
.job-start-flow {
  max-width: 800px;
  border: 2px solid #6aaa8f;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 7px;
  background-color: #ffffff;
}

.job-start-flow summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #6aaa8f;
  font-weight: 600;
  cursor: pointer;
  padding-right: 3em; /* スペース確保 */
  background-color: #ffffff;
}

/* 左：step＋タイトルを横並び */
.summary-content {
  display: flex;
  align-items: center;
  gap: 1em;
}

/* 矢印：オレンジ丸背景に白のarrow（元の再現） */
.job-start-flow summary::after {
  content: "";
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  background-color: #6aaa8f;
  border-radius: 50%;
}

.job-start-flow summary::before {
  content: "";
  position: absolute;
  right: calc(2.25em + 6px);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  z-index: 1;
  transition: transform 0.5s;
}

/* 開いているときは矢印の向きを変更 */
.job-start-flow[open] summary::before {
  transform: translateY(-50%) rotate(225deg);
}

summary::-webkit-details-marker {
  display: none;
}

/* pタグ表示アニメーション */
.job-start-flow p {
  transform: translateY(-10px);
  opacity: 0;
  padding: 0 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  margin: 0;
  padding: 0 2em;
  color: #333333;
}

.job-start-flow[open] p {
  transform: none;
  opacity: 1;
}

.job-start-flow[open] p span {
  font-weight: 700;
  color: #6aaa8f;
}
.job-start-flow[open] p job-start-small {
  font-size: 16px;
}

@media screen and (max-width: 399px) {
  .job-start-flow summary {
    padding: 1em 0.8em;
  }

  .job-start-flow summary::after {
    right: 0.8em;
  }
  .job-start-flow summary::before {
    right: calc(1.1em + 6px);
  }
}

/* stepのバッジ */
.job-step {
  background-color: #6aaa8f;
  padding: 0.2rem 1.5rem;
  color: #ffffff;
  border-radius: 50px;
  font-size: 1.25rem;
  white-space: nowrap;
}

.job-start-flow[open] p {
  max-height: 300px; /* 中身に応じて調整可 */
  opacity: 1;
  padding: 1em 2em 1.5em;
}

.step-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  position: relative;
  bottom: 3px; /* 調整：画像を前のboxに少しかぶせる */
  z-index: 1;
}

.arrow-down {
  width: 20px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: grayscale(0.3) hue-rotate(105deg);
}

/*LINEで簡単登録 footer上 追記------ここから*/

#contact {
  background-color: #f5f0e7;
  padding: 100px 0;
}

.line_title,
.line-work-btn {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 3rem;
  background-color: #00b900;
  color: #fff;
  border: 1px solid #00b900;
  border-radius: 20px 20px 0 0;
  position: relative; /*h2の下線*/
}

.line_box {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 2% 2% 1%;
}

.line_box_top {
  width: 80%;
  margin: 0 auto;
}

.line_box_top > p {
  width: 70%;
  letter-spacing: 0.005em;
}

.line_box_top > p span {
  color: #00b900;
  font-weight: 600;
}

.line_btn {
  width: 28%;
}

.line_btn img:hover {
  filter: hue-rotate(305deg) saturate(4) brightness(1.2);
}

.line_dotted {
  width: 85%;
  margin: 0 auto;
  display: block;
  background-image: linear-gradient(
    to right,
    #fdcd9c,
    #fdcd9c 8px,
    transparent 2px,
    transparent 8px
  ); /* 幅2の線を作る */
  background-size: 18px 2px; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
}

.line_merit {
  width: 42%;
}

.line_merit_img {
  width: 15%;
  max-width: 100px;
}

.line_merit p {
  background: #f5f0e7;
  border-radius: 6px;
  font-size: 1.6rem;
  padding: 8px 10px;
}

.line_merit p:not(:last-child) {
  margin-bottom: 1em;
}

.line_box_bottom > p {
  text-align: center;
  color: #fcb064;
  font-weight: 600;
  padding: 20px 0;
}

.sp_merit_box {
  display: none;
}

.pc_merit_box {
  /* display: block; */
  display: flex;
}

.line_box_bottom {
  margin: 0 auto;
  text-align: center;
}

.line_merit_slash {
  display: inline-block;
  position: relative;
}

.line_merit_slash::before,
.line_merit_slash::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1.6px;
  border-radius: 5px;
  background-color: #fcb064;
}

.line_merit_slash::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: -2.6rem;
}

.line_merit_slash::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: -2rem;
}

.line_merit_small {
  font-size: 0.8em;
}

@media screen and (max-width: 830px) {
  .line_title {
    font-size: 2rem;
  }

  .line_box_top {
    flex-direction: column;
    width: 100%;
  }

  .line_box_top > p {
    width: 85%;
    text-align: justify;
  }

  .line_btn {
    width: 100%;
    max-width: 200px;
    margin-top: 8px;
  }

  .sp_merit_box {
    display: block;
    margin: 0 auto;
  }

  .pc_merit_box {
    display: none;
  }

  .line_box {
    padding: 4% 4% 0;
  }

  .line_box_bottom > p {
    padding: 20px 0;
  }

  .sp_merit_box p {
    background: #f5f0e7 20%;
    margin-bottom: 0.5em;
    padding: 0.5em;
    border-radius: 8px;
  }
}

/*LINEで簡単登録 footer上 追記------ここまで*/

/*LINE登録・募集要項ボタン追記--------ここから*/
.fv_flex_nav {
  justify-content: space-around;
}

.fv_nav_line,
.fv_nav_description {
  width: 48%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  filter: drop-shadow(3px 3px 2px rgb(204, 204, 204));
}

.fv_nav_line > a,
.fv_nav_description > a {
  font-size: 3rem;
  max-height: 90px;
  height: 100%;
  padding: 1rem;
  line-height: 1.4;
}

.fv_nav_line {
  background: -moz-linear-gradient(left, #05ba05 0%, #54d554 90%, #54d554 100%);
  background: -webkit-linear-gradient(
    left,
    #05ba05 0%,
    #54d554 90%,
    #54d554 100%
  );
  background: linear-gradient(to right, #05ba05 0%, #54d554 90%, #54d554 100%);
}

.fv_nav_description {
  background: -moz-linear-gradient(left, #fe7774 0%, #fda274 90%, #ffa872 100%);
  background: -webkit-linear-gradient(
    left,
    #fe7774 0%,
    #fda274 90%,
    #ffa872 100%
  );
  background: linear-gradient(to right, #fe7774 0%, #fda274 90%, #ffa872 100%);
}

.fv_flex_nav span {
  display: block;
  font-size: 1.6rem;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
}

.fv_flex_nav span::before,
.fv_flex_nav span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1.6px;
  border-radius: 5px;
  background-color: #fff;
}

.fv_flex_nav span::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: -2rem;
}

.fv_flex_nav span::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: -2rem;
}

@media screen and (max-width: 768px) {
  .fv_nav_line > a,
  .fv_nav_description > a {
    font-size: 2.6rem;
  }

  .fv_flex_nav {
    display: none;
  }
  #visual_area .sp_img {
    display: block;
    height: 93vh;
    object-fit: cover; /* または contain */
  }
  #visual_area .tb_img {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .fv_nav_line,
  .fv_nav_description {
    border-radius: 20px;
  }

  .fv_nav_line > a,
  .fv_nav_description > a {
    font-size: 1.8rem;
  }

  .fv_flex_nav span {
    font-size: 1.2rem;
  }

  .fv_flex_nav span::before {
    left: -1.4rem;
  }

  .fv_flex_nav span::after {
    right: -1.4rem;
  }
}

/*LINE登録・募集要項ボタン追記--------ここまで*/

/* ---------インタビュー動画--------- */
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* 横スクロール防止 */
}

.point-img {
  width: 6%;
  height: auto;
  text-align: center;
  padding-top: 50px;
  filter: hue-rotate(40deg) grayscale(0%) saturate(200%);
}
.thumbnail {
  cursor: pointer;
  max-width: 600px;
  border: 2px solid #ccc;
  border-radius: 10px;
  display: block;
  margin: 25px auto;
}

.sitter_training {
  width: 99%;
  text-align: center;
}

.modal-movie {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal-movie.show {
  display: flex;
}

.modal-content-YT {
  position: relative;
  width: 95%;
  max-width: 1200px;
  background: transparent;
  border-radius: 8px;
  overflow: visible; /* 変更: hiddenからvisibleに */
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9アスペクト比 */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* 閉じるボタンのスタイルを変更 */
.close-movie {
  position: absolute;
  top: -40px; /* 動画の上部に配置 */
  right: -40px; /* 動画の右側に配置 */
  color: white; /* 白色に変更 */
  background: rgba(0, 0, 0, 0.7); /* 半透明の黒背景 */
  border: 2px solid white; /* 白い枠線 */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* 影をつける */
}

/* ホバーアニメーション */
.image_link {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 600px; /* 最大幅を指定 */
  width: 100%;
  margin: 0 auto; /* 左右のマージンを自動にして中央揃え */
}
.image_link img {
  display: block;
  width: 100%;
}
.image_link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}
.image_link:after {
  font-family: "Zen Kaku Gothic New", sans-serif;
  content: "動画を見る";
  display: block;
  color: #fff;
  line-height: 48px;
  width: 180px;
  border: solid 1px #fff;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -90px;
  opacity: 0;
  z-index: 3;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.image_link:hover:before {
  opacity: 0.5;
}
.image_link:hover:after {
  opacity: 1;
  margin-top: -0.5em;
}

@media (max-width: 768px) {
  .close-movie {
    top: -35px;
    right: -20px; /* モバイルでは右側に少し寄せる */
    width: 36px;
    height: 36px;
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  .close-movie {
    top: -30px;
    right: -10px; /* さらに小さい画面では右側に寄せる */
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 28px;
  }
}

body.modal-open,
html.modal-open-YT,
body.modal-open-YT {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
/* ---------------選ばれる理由修正------------------------ */
.sitter-point-btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 20px;
  max-width: 300px;
  width: 98%;
  height: 180px;
  font-weight: bold;
  border-bottom: 4px solid #57795e;
  transition: 0.3s;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  background-color: #6aaa8f;
  text-align: center;
  line-height: 1.35;
  display: inline-block;
  padding-top: 28px;
}

.sitter-point-btn .number {
  font-size: 30px;
  font-weight: bold;
}

.sitter-point-btn .description {
  font-size: 24px; /* 小さめに調整 */
  line-height: 1.4;
}

.sitter-point-btn:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: translateY(2px);
}

@media screen and (max-width: 1299px) {
  .sitter-point-btn {
    padding-top: 35px;
  }
  .sitter-point-btn .number {
    font-size: 25px;
    font-weight: bold;
  }

  .sitter-point-btn .description {
    font-size: 20px; /* 小さめに調整 */
    line-height: 1.4;
  }
}

/* お仕事紹介 */
#job-introduction {
  width: 100%;
  text-align: center;
}

.title-container {
  display: inline-block;
  position: relative;
  margin: 20px 0 40px;
}

.title-decoration {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 3px;
  background: linear-gradient(90deg, #6988ca, #7ac0e2);
  transform: translateY(-50%) rotate(-45deg);
}

.title-decoration.left {
  left: -15px;
}

.title-decoration.right {
  right: -15px;
  transform: translateY(-50%) rotate(45deg);
}

.jobs-container {
  max-width: 1200px;
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  margin: 0 auto;
}

.work-card {
  width: 32%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.job-header {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
}

.job-introduction-p {
  margin-bottom: 50px;
}
.span-line {
  background: linear-gradient(transparent 50%, #f7bdbd 50%);
  padding: 0 0.1em;
}

.home-care .job-header {
  background-color: #98d74d;
}

.sick-care .job-header {
  background-color: #48bbd4;
}

.post-care .job-header {
  background-color: #ff8080;
}

.job-content {
  padding: 25px;
  background-color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.job-description {
  margin-bottom: 20px;
  flex-grow: 1;
  text-align: justify;
}

.job-description span {
  font-size: 16px;
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.hourly-pay {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 85%;
}

.tag {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  margin: 3px;
}

.home-care .tag {
  background-color: #f0f7e3;
  color: #7ba537;
}

.sick-care .tag {
  background-color: #e3f5fa;
  color: #3999b0;
}

.post-care .tag {
  background-color: #fee7e7;
  color: #d45d5d;
}

.info-banner {
  max-width: 1200px;
  background-color: #fff;
  border-radius: 12px;
  padding: 25px;
  margin: 40px auto;
  position: relative;
  text-align: center;
}

.banner-content {
  position: relative;
  z-index: 2;
}

.banner-title {
  font-size: 22px;
  color: #e06287;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.decoration {
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 1;
  opacity: 0.6;
}
.banner-content p span {
  font-weight: 700;
  color: #fa9b0d;
}

@media (max-width: 999px) {
  .jobs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .work-card {
    width: 65%;
    margin: 0 auto;
    margin: 2%;
  }

  .info-banner {
    width: 65%;
  }
  .hourly-pay {
    width: 60%;
  }

  .info-banner {
    text-align: justify;
  }
  .pc-br {
    display: none;
  }
}

@media (max-width: 768px) {
  .image-container,
  .image-text {
    flex: 0 0 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .work-card,
  .info-banner {
    width: 90%;
    margin-bottom: 30px;
  }
  .info-banner {
    margin: 0 auto;
  }
  .work-card {
    width: 90%;
  }
  .job-description span {
    font-size: 14px;
  }
  .job-introduction-p {
    margin-bottom: 35px;
  }
  .hourly-pay {
    width: 87%;
  }
}

/* 募集要項修正 */ /****recruit_description****/
.recruit_description-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.recruit_description-tab > label {
  flex: 1 1;
  order: -1;
  opacity: 0.5;
  min-width: 70px;
  padding: 1em;
  border-radius: 5px 5px 0 0;
  background-color: #6aaa8f;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}
F .recruit_description-tab > label:hover {
  opacity: 0.8;
}

.recruit_description-tab input {
  display: none;
}

.recruit_description-tab > div {
  display: none;
  width: 100%;
  background-color: #fff;
}

.recruit_description-tab label:has(:checked) {
  opacity: 1;
}

.recruit_description-tab label:has(:checked) + div {
  display: block;
}

/* recruit_description-tab テーブル */
.recruit_description-tab table {
  width: 100%;
  border-collapse: collapse;
}

.recruit_description-tab tr {
  width: 100%;
  background-color: #ffffff;
}

.recruit_description-tab th {
  width: 25%;
  background-color: #6aaa8f;
  padding: 2%;
  color: #ffffff;
  border-bottom: #f5f0e7 2.5px solid;
}

.recruit_description-tab td {
  padding: 5%;
  border-bottom: #f5f0e7 2.5px solid;
  border-top: #f5f0e7 3px solid;
}

.background-p {
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(transparent 50%, #fd787452 30%);
  display: inline;
  box-decoration-break: clone; /* 改行時も背景を継続 */
  -webkit-box-decoration-break: clone; /* Safari対応 */
}
.recruit_description-tab p {
  color: #6aaa8f;
  font-weight: 600;
  padding-top: 0.8rem;
}
.recruit_description-tab li {
  position: relative;
  padding-left: 15px;
  /* 以下を追加 */
  margin-bottom: 0.5em; /* 行間を確保 */
  line-height: 1.6; /* 行の高さを調整 */
}

.recruit_description-tab li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%; /* 完全な円形にする */
  background: #404040;
  left: 0px;
  top: 0.7em; /* topの値を相対的な値に変更 */
  /* 以下を追加 */
  display: block; /* 表示を確実にする */
  z-index: 1; /* 重なり順を指定 */
}

.small-font {
  font-size: 16px;
  font-weight: 500;
  line-height: 0.8;
}

@media (max-width: 768px) {
  .recruit_description-tab {
    gap: 0 5px;
  }
  .recruit_description-tab > label {
    min-width: 40px;
    padding: 1rem 0.5rem;
    font-weight: 600;
  }

  .recruit_description-tab {
    width: 85%;
    margin: 0 auto;
  }

  .span-small {
    font-size: 14px;
  }

  /* タブコンテンツ内のテーブル全体を幅100%に */
  .recruit_description-tab > div {
    width: 100%;
    overflow: hidden;
  }

  .recruit_description-tab table {
    width: 100%;
    display: block;
  }

  .recruit_description-tab tbody {
    display: block;
    width: 100%;
  }

  .recruit_description-tab tr {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    border-bottom: none;
    padding-bottom: 1em;
  }

  .recruit_description-tab th,
  .recruit_description-tab td {
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border: none;
  }

  .recruit_description-tab th {
    text-align: center;
    margin-bottom: 5px;
  }

  .recruit_description-tab td {
    text-align: left;
    padding: 0;
    padding-top: 1.5rem;
    width: 80%;
    margin: 0 auto;
  }
  .recruit_description-tab span,
  .recruit_description-tab li > span {
    font-size: 14px;
    line-height: 1;
  }

  .job-description p {
    font-size: 16px;
  }
  .tag {
    font-size: 14px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 539px) {
  .recruit_description-tab {
    width: 98%;
    margin: 0 auto;
  }
}

/* サイト内CVボタン */
.cv-btn-solid {
  text-align: center;
  margin-top: 70px;
}

.kyujin-cvbtn {
  margin-top: 20px;
}

.cv-btn-solid a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 600px;
  padding: 15px 40px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 25px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2af598),
    to(#009efd)
  );
  background-image: -webkit-linear-gradient(left, #30d854 0%, #00b900 100%);
  background-image: linear-gradient(90deg, #30d854 0%, #00b900 100%);
  border-radius: 50px;
  /* border: 0.2rem solid #00b900; */
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}

.cv-btn-solid p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  font-weight: 600;
  color: #00b900;
  letter-spacing: 0.04rem;
  display: inline-block;
  position: relative;
}
.cv-btn-solid p:before,
.cv-btn-solid p:after {
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background-color: #00b900;
  content: "";
}
.cv-btn-solid p:before {
  left: -30px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.cv-btn-solid p:after {
  right: -30px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.cv-btn-solid a:hover {
  font-family: "Zen Kaku Gothic New", sans-serif;
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
  color: #00b900;
  background: #fff;
  border: #00b900 solid 2px;
}
.cv-btn-solid a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #00b900;
  border-right: 3px solid #00b900;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .cv-btn-solid a {
    max-width: 400px;
    padding: 10px 10px;
    font-size: 18px;
  }
}

/* キャンペーンバナー */
.banner_campaign {
  width: 40%;
  margin: 0 auto;
  margin-top: 5%;
}

.banner_campaign .banner_img {
  width: 100%;
  height: auto;
  display: block;
}

.banner_campaign:hover {
  transform: translateY(4px);
  opacity: 0.8;
}

.banner_campaign p {
  font-size: 13.5px;
  font-weight: 700;
  color: #54423b;
  line-height: 1.3;
  margin-top: 1rem;
}

@media screen and (max-width: 999px) {
  .banner_campaign p {
    font-size: 12px;
  }
  .banner_campaign {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .banner_campaign {
    width: 85%;
    margin-top: 8%;
  }
}
