@charset "UTF-8";
/* FONT
---------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");
/* FILE
---------------------------------------------------------------------------- */
/* VARIABLE
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/sompocare_full_time_care_staff/scss/variable.scss */
:root {
  /* Font */
  --main_font: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /* font size */
  --font_size_main: 15px;
  --font_size_about: 18px;
  --font_size_life_event: 16px;
  --font_size_small: 12px;
  --heading_font_size: 20px;
  /* color */
  --main_color: #3D729F;
  --heading_bg_blue: #8BB4C8;
  --light_blue: #F2FBFF;
  --deep_blue: #3D729F;
  /* WIDTH */
  --max_width: 1250px;
}

/* BASE
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/sompocare_full_time_care_staff/scss/base.scss */
body#sompo_full_time_staff {
  color: var(--main_color);
  font-family: var(--main_font);
  font-size: var(--main_font_size);
  text-rendering: optimizeSpeed;
  letter-spacing: .1rem;
  line-height: var(--main_line_height);
  box-sizing: border-box;
  font-feature-settings: "palt";
}

/* line 14, app/assets/stylesheets/sompocare_full_time_care_staff/scss/base.scss */
body#sompo_full_time_staff .sompo_full_time_staff {
  overflow-x: hidden;
}

/* line 18, app/assets/stylesheets/sompocare_full_time_care_staff/scss/base.scss */
body#sompo_full_time_staff a {
  text-decoration: none;
}

/* line 21, app/assets/stylesheets/sompocare_full_time_care_staff/scss/base.scss */
body#sompo_full_time_staff fieldset {
  border: 0;
}

/* line 25, app/assets/stylesheets/sompocare_full_time_care_staff/scss/base.scss */
body#sompo_full_time_staff ul {
  list-style: none;
}

/* line 29, app/assets/stylesheets/sompocare_full_time_care_staff/scss/base.scss */
body#sompo_full_time_staff main {
  position: relative;
}

/* line 33, app/assets/stylesheets/sompocare_full_time_care_staff/scss/base.scss */
body#sompo_full_time_staff main article section {
  text-align: center;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 600px) {
  /* line 33, app/assets/stylesheets/sompocare_full_time_care_staff/scss/base.scss */
  body#sompo_full_time_staff main article section {
    margin-bottom: 0rem;
  }
}

/* FOLLOW　SEARCH
---------------------------------------------------------------------------- */
/* line 7, app/assets/stylesheets/sompocare_full_time_care_staff/scss/follow.scss */
#sompo_full_time_staff .sompo_full_time_staff #follow_search {
  bottom: 1rem;
  right: 1rem;
}

/* line 12, app/assets/stylesheets/sompocare_full_time_care_staff/scss/follow.scss */
#sompo_full_time_staff .sompo_full_time_staff #follow_search {
  position: fixed;
  z-index: 1000000000;
}

@media only screen and (max-width: 600px) {
  /* line 19, app/assets/stylesheets/sompocare_full_time_care_staff/scss/follow.scss */
  #sompo_full_time_staff .sompo_full_time_staff #follow_search {
    width: 30%;
  }
  /* line 21, app/assets/stylesheets/sompocare_full_time_care_staff/scss/follow.scss */
  #sompo_full_time_staff .sompo_full_time_staff #follow_search img {
    width: 100%;
  }
}

/* GENERAL ELEMENTS
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/sompocare_full_time_care_staff/scss/general_elements.scss */
#sompo_full_time_staff {
  /* br */
}

/* line 5, app/assets/stylesheets/sompocare_full_time_care_staff/scss/general_elements.scss */
#sompo_full_time_staff .w100per {
  width: 100%;
}

/* line 11, app/assets/stylesheets/sompocare_full_time_care_staff/scss/general_elements.scss */
#sompo_full_time_staff .spbr {
  display: none;
}

/* line 14, app/assets/stylesheets/sompocare_full_time_care_staff/scss/general_elements.scss */
#sompo_full_time_staff .pcbr {
  display: block;
}

@media screen and (max-width: 599px) {
  /* line 3, app/assets/stylesheets/sompocare_full_time_care_staff/scss/general_elements.scss */
  #sompo_full_time_staff {
    /* br */
  }
  /* line 22, app/assets/stylesheets/sompocare_full_time_care_staff/scss/general_elements.scss */
  #sompo_full_time_staff .spbr {
    display: block;
  }
  /* line 25, app/assets/stylesheets/sompocare_full_time_care_staff/scss/general_elements.scss */
  #sompo_full_time_staff .pcbr {
    display: none;
  }
}

/* HERO
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/sompocare_full_time_care_staff/scss/header.scss */
#sompo_full_time_staff {
  position: relative;
}

/* line 5, app/assets/stylesheets/sompocare_full_time_care_staff/scss/header.scss */
#sompo_full_time_staff header {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 100px;
  padding: 1rem;
  background: white;
  z-index: 2;
}

/* line 16, app/assets/stylesheets/sompocare_full_time_care_staff/scss/header.scss */
#sompo_full_time_staff header img:first-child {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 190px;
}

@media only screen and (max-width: 780px) {
  /* line 16, app/assets/stylesheets/sompocare_full_time_care_staff/scss/header.scss */
  #sompo_full_time_staff header img:first-child {
    display: none;
  }
}

/* HERO
---------------------------------------------------------------------------- */
/* line 5, app/assets/stylesheets/sompocare_full_time_care_staff/scss/hero.scss */
#sompo_full_time_staff .sompo_full_time_staff {
  /* hero visual */
}

/* line 9, app/assets/stylesheets/sompocare_full_time_care_staff/scss/hero.scss */
#sompo_full_time_staff .sompo_full_time_staff .hero_visual_ctr {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/sompocare_full_time_care_staff/scss/hero.scss */
#sompo_full_time_staff .sompo_full_time_staff .hero_visual_ctr h1 {
  padding: 0 1rem;
}

/* line 18, app/assets/stylesheets/sompocare_full_time_care_staff/scss/hero.scss */
#sompo_full_time_staff .sompo_full_time_staff .hero_visual_ctr h1 img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 1010px;
  /* img幅に変更 */
  width: 100%;
  padding: 1rem;
  z-index: 2;
}

/* line 31, app/assets/stylesheets/sompocare_full_time_care_staff/scss/hero.scss */
#sompo_full_time_staff .sompo_full_time_staff .hero_visual_ctr .hero_visual {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(/../img/bg.jpg);
}

/* HERO
---------------------------------------------------------------------------- */
/* line 5, app/assets/stylesheets/sompocare_full_time_care_staff/scss/about_.scss */
#sompo_full_time_staff .sompo_full_time_staff {
  /* about */
}

/* line 8, app/assets/stylesheets/sompocare_full_time_care_staff/scss/about_.scss */
#sompo_full_time_staff .sompo_full_time_staff .about_ctr {
  color: white;
  padding: 6rem 1rem;
  line-height: 3;
  font-size: var(--font_size_about);
  background: url(/assets/sompocare_full_time_care_staff/bg-34815034a697144b509b51ee09982eb1643f87d9ed55d318ff0fe9d1fe2661a8.jpg);
}

/* line 15, app/assets/stylesheets/sompocare_full_time_care_staff/scss/about_.scss */
#sompo_full_time_staff .sompo_full_time_staff .about_ctr p {
  font-weight: bold;
  margin-bottom: 4rem;
}

/* line 20, app/assets/stylesheets/sompocare_full_time_care_staff/scss/about_.scss */
#sompo_full_time_staff .sompo_full_time_staff .about_ctr .logo_about_ctr {
  background: url(/assets/sompocare_full_time_care_staff/logo_text-0653eb1bcb4dbd01c630500668af5d0f4fcf2086e237367dbdf03085e1a2af80.svg) center top no-repeat;
  padding: 7.5rem 0 0;
}

/* line 24, app/assets/stylesheets/sompocare_full_time_care_staff/scss/about_.scss */
#sompo_full_time_staff .sompo_full_time_staff .about_ctr .logo_about_ctr img {
  max-width: 262px;
}

/* CONTENTS
---------------------------------------------------------------------------- */
/* line 6, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

/* line 12, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner {
  max-width: var(--max_width);
  width: 100%;
  /* zibun　first　sistem */
}

/* line 17, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr {
  position: relative;
  z-index: 10;
  /* sistem */
}

/* line 21, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr .zibun_first_heading {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  /* line 21, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr .zibun_first_heading {
    flex-flow: column;
  }
}

/* line 29, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr .zibun_first_heading h2 {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  flex: 50%;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  /* line 29, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr .zibun_first_heading h2 {
    flex: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: auto !important;
    order: 2;
  }
}

/* line 44, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr .zibun_first_heading h2 span {
  color: var(--main_color);
  font-size: var(--font_size_small);
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 600px) {
  /* line 44, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr .zibun_first_heading h2 span {
    width: fit-content;
    background: white;
    padding: 2rem;
    margin: -3rem 0 0;
  }
}

/* line 59, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr .zibun_first_heading h2 img {
  max-width: 625px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  /* line 59, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr .zibun_first_heading h2 img {
    width: 80%;
  }
}

/* line 68, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr .zibun_first_heading .photo {
  z-index: -1;
  flex: 50%;
}

/* line 72, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr .zibun_first_heading .photo img {
  width: 100%;
}

/* line 78, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr .text_inner {
  color: var(--main_color);
  font-size: var(--font_size_about);
  font-weight: bold;
  line-height: 3;
  text-align: left;
  padding: 4rem;
  width: 90%;
  background: white;
  order: 1;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  /* line 78, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr .text_inner {
    font-size: var(--font_size_main);
    text-align: center;
    padding: 2rem 1rem;
    margin: 0 auto !important;
    max-width: none !important;
  }
}

/* line 101, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr.sistem1 h2 {
  margin-top: 4rem;
  margin-right: -4rem;
}

/* line 104, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr.sistem1 h2 span {
  text-align: left;
  padding-left: 2rem;
}

/* line 109, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr.sistem1 .text_inner {
  margin: -15% 16% 0;
  max-width: 548px;
}

/* line 115, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr.sistem2 h2 {
  margin-top: 2rem;
  margin-left: -10rem;
}

/* line 118, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr.sistem2 h2 span {
  text-align: right;
  padding-right: 2rem;
}

/* line 123, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr.sistem2 .text_inner {
  margin: -15% 50% 0;
  max-width: 594px;
}

@media screen and (max-width: 800px) {
  /* line 123, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem_ctr.sistem2 .text_inner {
    margin: -15% 30% 0;
  }
}

/* line 133, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem5 {
  position: relative;
  display: flex;
  flex-flow: column;
  margin-top: 2rem;
  z-index: 1;
}

/* line 140, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem5 h2 {
  margin-bottom: -6rem;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  /* line 140, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem5 h2 {
    margin-bottom: 2rem;
  }
}

/* line 147, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem5 h2 img {
  max-width: 980px;
  width: 90%;
}

@media screen and (max-width: 800px) {
  /* line 147, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem5 h2 img {
    display: none;
  }
}

/* line 155, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem5 h2 span {
  color: var(--main_color);
  font-size: var(--font_size_small);
  font-weight: bold;
  display: block;
  width: 100%;
}

/* line 163, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem5 .photo {
  z-index: -1;
}

/* line 165, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem5 .photo img {
  width: 100%;
}

/* line 169, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem5 .text_inner {
  color: var(--main_color);
  font-size: var(--font_size_about);
  font-weight: bold;
  line-height: 3;
  text-align: center;
  padding: 4rem 6rem 4rem;
  margin: -5rem auto 0;
  width: fit-content;
  background: white;
  order: 1;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  /* line 169, app/assets/stylesheets/sompocare_full_time_care_staff/scss/contents.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .contents_inner .zibun_first_sistem5 .text_inner {
    font-size: var(--font_size_main);
    text-align: center;
    padding: 2rem 1rem;
    margin: 0 auto !important;
    max-width: none !important;
  }
}

/* LIFE EVENT
---------------------------------------------------------------------------- */
/* line 6, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr {
  max-width: var(--max_width);
  width: 94%;
  padding: 5rem 4rem;
  margin: 0 1rem;
  border-radius: 2rem;
  background: var(--light_blue);
  /* life event */
  /* life event */
  /* life event */
}

/* line 14, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr h3 {
  font-size: var(--heading_font_size);
  font-weight: bold;
  color: white;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 2rem;
  padding: 2rem 1rem;
  border-radius: 1rem;
  background: var(--heading_bg_blue);
}

/* line 25, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr h3 br {
  display: none;
}

@media only screen and (max-width: 480px) {
  /* line 25, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr h3 br {
    display: block;
  }
}

/* line 34, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner,
#sompo_full_time_staff .system_ctr .system_inner2 {
  display: flex;
}

/* line 38, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner .item,
#sompo_full_time_staff .system_ctr .system_inner2 .item {
  font-size: var(--font_size_life_event);
  flex-grow: 1;
}

/* line 42, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner .item h4,
#sompo_full_time_staff .system_ctr .system_inner2 .item h4 {
  font-weight: bold;
  margin-bottom: 2rem;
}

/* line 47, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner .item p,
#sompo_full_time_staff .system_ctr .system_inner2 .item p {
  text-align: left;
  line-height: 2;
}

/* line 56, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner {
  gap: 6%;
}

/* line 59, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner.flex_center {
  justify-content: center;
  align-items: center;
}

/* line 64, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner .item {
  font-size: var(--font_size_life_event);
  flex-grow: 1;
  width: calc(100% / 3);
}

/* line 69, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner .item h4 {
  font-size: 23px;
}

/* line 73, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner .item img {
  max-width: 200px;
  margin-bottom: 1rem;
  width: 100%;
}

/* line 81, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner2 {
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

/* line 87, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner2 .item {
  font-size: var(--font_size_life_event);
  flex-grow: 1;
  width: calc(100% / 2);
}

/* line 92, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner2 .item h4 {
  text-align: left;
  line-height: 1.7;
  font-size: 36px;
}

/* line 98, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner2 .item p {
  margin-bottom: 1rem;
}

/* line 102, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner2 .item img {
  max-width: 433px;
  margin-bottom: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
#sompo_full_time_staff .system_ctr .system_inner2 .item small {
  display: block;
  text-align: left !important;
  line-height: 1.7;
}

@media only screen and (max-width: 800px) {
  /* line 81, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr .system_inner2 {
    flex-flow: column;
  }
  /* line 117, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr .system_inner2 .item {
    width: 100%;
  }
  /* line 120, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr .system_inner2 .item h4 {
    text-align: center;
  }
}

@media only screen and (max-width: 800px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr .system_inner2 .item h4 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 128, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr .system_inner2 .item img {
    margin-bottom: 3rem;
  }
  /* line 132, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr .system_inner2 .item small {
    font-size: var(--font_size_main);
  }
}

@media only screen and (max-width: 768px) {
  /* line 141, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr {
    padding: 3rem 2rem;
    /* life event */
  }
  /* line 145, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr .system_inner {
    gap: 5%;
  }
  /* line 148, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr .system_inner .item {
    font-size: var(--font_size_life_event);
  }
}

@media only screen and (max-width: 600px) {
  /* line 155, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr {
    /* life event */
  }
  /* line 157, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr h3 {
    width: 100%;
    line-height: 1.7;
  }
  /* line 163, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr .system_inner {
    flex-flow: column;
    justify-content: center;
  }
  /* line 167, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr .system_inner .item {
    width: 100%;
    margin-bottom: 3rem;
  }
  /* line 170, app/assets/stylesheets/sompocare_full_time_care_staff/scss/life_event.scss */
  #sompo_full_time_staff .system_ctr .system_inner .item:last-child {
    margin-bottom: 0;
  }
}

/* HERO
---------------------------------------------------------------------------- */
/* line 5, app/assets/stylesheets/sompocare_full_time_care_staff/scss/slider.scss */
#sompo_full_time_staff .sompo_full_time_staff {
  /* animation */
}

/* line 7, app/assets/stylesheets/sompocare_full_time_care_staff/scss/slider.scss */
#sompo_full_time_staff .sompo_full_time_staff .slider-box p, #sompo_full_time_staff .sompo_full_time_staff .slider-box div, #sompo_full_time_staff .sompo_full_time_staff .loop-box ul, #sompo_full_time_staff .sompo_full_time_staff .loop-box li {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 10, app/assets/stylesheets/sompocare_full_time_care_staff/scss/slider.scss */
#sompo_full_time_staff .sompo_full_time_staff .slider-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}

/* line 15, app/assets/stylesheets/sompocare_full_time_care_staff/scss/slider.scss */
#sompo_full_time_staff .sompo_full_time_staff .slider-check {
  display: none;
}

/* line 18, app/assets/stylesheets/sompocare_full_time_care_staff/scss/slider.scss */
#sompo_full_time_staff .sompo_full_time_staff .loop-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/sompocare_full_time_care_staff/scss/slider.scss */
#sompo_full_time_staff .sompo_full_time_staff .loop-box, #sompo_full_time_staff .sompo_full_time_staff .loop-box ul {
  height: 200px;
}

/* line 26, app/assets/stylesheets/sompocare_full_time_care_staff/scss/slider.scss */
#sompo_full_time_staff .sompo_full_time_staff .loop-box ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 10000%;
  min-width: 100%;
  width: calc(200px * 1.5 * 3);
  animation: 45s linear infinite;
}

/* line 36, app/assets/stylesheets/sompocare_full_time_care_staff/scss/slider.scss */
#sompo_full_time_staff .sompo_full_time_staff .loop-box li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
}

/* line 42, app/assets/stylesheets/sompocare_full_time_care_staff/scss/slider.scss */
#sompo_full_time_staff .sompo_full_time_staff .loop-box img {
  height: auto;
  width: 100%;
}

/* line 48, app/assets/stylesheets/sompocare_full_time_care_staff/scss/slider.scss */
#sompo_full_time_staff .sompo_full_time_staff .loop-box ul.loop1 {
  animation-name: loop1;
}

/* line 51, app/assets/stylesheets/sompocare_full_time_care_staff/scss/slider.scss */
#sompo_full_time_staff .sompo_full_time_staff .loop-box ul.loop2 {
  animation-name: loop2;
}

@keyframes loop1 {
  0% {
    transform: translateX(0);
  }
  49.99999% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* SCU
---------------------------------------------------------------------------- */
/* line 6, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .scu_ctr {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 5rem 0;
  margin: 0 1rem;
  border-radius: 2rem;
  background: var(--light_blue);
}

/* line 16, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .scu_ctr h2 {
  display: block;
  margin-bottom: 4rem;
}

/* line 20, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .scu_ctr h2 span {
  font-weight: bold;
  display: block;
  margin-bottom: 2rem;
}

/* line 26, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .scu_ctr h2 img {
  max-width: 780px;
  width: 90%;
}

/* line 32, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .scu_ctr .scu_inner {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .1rem;
  padding: 4rem;
  border-radius: 2rem;
  max-width: 720px;
  margin: 0 1rem;
  background: white;
}

@media screen and (max-width: 800px) {
  /* line 32, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .scu_ctr .scu_inner {
    padding: 2rem 2rem 4rem;
  }
}

@media screen and (max-width: 600px) {
  /* line 32, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .scu_ctr .scu_inner {
    font-size: 12px;
  }
  /* line 47, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .scu_ctr .scu_inner p {
    text-align: left;
  }
  /* line 49, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .scu_ctr .scu_inner p br {
    display: none;
  }
}

/* line 56, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .scu_ctr .scu_inner h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 2rem;
}

/* line 61, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .scu_ctr .scu_inner h3 br {
  display: none;
}

@media screen and (max-width: 480px) {
  /* line 56, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .scu_ctr .scu_inner h3 {
    font-size: 14px;
  }
  /* line 67, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
  #sompo_full_time_staff .sompo_full_time_staff .contents_ctr .scu_ctr .scu_inner h3 br {
    display: block;
  }
}

/* line 73, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .scu_ctr .scu_image {
  max-width: 624px;
  width: 90%;
  margin-top: -3rem;
  margin-bottom: 3rem;
}

/* line 80, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .photo_list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

/* line 86, app/assets/stylesheets/sompocare_full_time_care_staff/scss/scu.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .photo_list li img {
  width: 100%;
}

/* SCU
---------------------------------------------------------------------------- */
/* line 6, app/assets/stylesheets/sompocare_full_time_care_staff/scss/interview_.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .interview_ctr {
  color: white;
  background: url(/assets/sompocare_full_time_care_staff/bg-34815034a697144b509b51ee09982eb1643f87d9ed55d318ff0fe9d1fe2661a8.jpg);
  border-radius: 2rem;
  padding: 5rem 2rem;
  margin: 0 1rem;
}

/* line 13, app/assets/stylesheets/sompocare_full_time_care_staff/scss/interview_.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .interview_ctr h2 {
  margin-bottom: 2rem;
}

/* line 15, app/assets/stylesheets/sompocare_full_time_care_staff/scss/interview_.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .interview_ctr h2 img {
  max-width: 394px;
  width: 100%;
}

/* line 21, app/assets/stylesheets/sompocare_full_time_care_staff/scss/interview_.scss */
#sompo_full_time_staff .sompo_full_time_staff .contents_ctr .interview_ctr p {
  font-weight: 600;
  line-height: 2;
  margin-bottom: 4rem;
}

/* line 2, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.remodal-wrapper .remodal {
  padding: 1rem;
  border-radius: 1rem;
}

/* line 6, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.remodal-wrapper iframe,
.remodal-wrapper video {
  width: 100%;
  margin-bottom: 2rem;
  aspect-ratio: 16 / 9;
}

/* line 14, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.remodal-cancel {
  background: var(--main_color);
  border-radius: .5rem;
}

/* line 18, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.remodal-cancel:hover {
  background: var(--heading_bg_blue);
}

/* line 23, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.movie_ctr, .movie_inner {
  display: flex;
  align-items: center;
}

/* line 27, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.movie_ctr {
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}

/* line 31, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.movie_ctr .movie_inner {
  flex-flow: column;
}

/* line 33, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.movie_ctr .movie_inner p {
  font-weight: 600;
  margin-bottom: 0 !important;
}

/* line 37, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.movie_ctr .movie_inner a {
  margin-bottom: 2rem;
}

/* line 39, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.movie_ctr .movie_inner a img:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

/* line 45, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.movie_ctr .movie_inner img {
  max-width: 449px;
  width: 100%;
}

/* line 49, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.movie_ctr .movie_inner a.play_btn {
  font-size: 80%;
  border-radius: 0;
  position: relative;
  display: inline-block;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  margin-bottom: 0;
}

/* line 69, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.movie_ctr .movie_inner a.play_btn:after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  background: white;
}

/* line 78, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.movie_ctr .movie_inner a.play_btn:after {
  right: 0;
  bottom: 0;
}

/* line 83, app/assets/stylesheets/sompocare_full_time_care_staff/scss/movie.scss */
.movie_ctr .movie_inner a.play_btn:hover:after {
  width: 0;
}

/* GALLERY
---------------------------------------------------------------------------- */
/* line 4, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
#sompo_full_time_staff .gallery_ctr {
  display: flex;
  align-items: center;
  flex-flow: column;
}

/* line 9, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
#sompo_full_time_staff .gallery_ctr .gallery_inner ul {
  position: relative;
  max-width: var(--max_width);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4% 4%;
  margin-bottom: 10%;
}

/* line 17, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
#sompo_full_time_staff .gallery_ctr .gallery_inner ul li {
  width: 46%;
}

/* line 19, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
#sompo_full_time_staff .gallery_ctr .gallery_inner ul li:nth-child(2) {
  text-align: right;
}

/* line 22, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
#sompo_full_time_staff .gallery_ctr .gallery_inner ul li:nth-child(3) {
  margin-top: -6%;
}

/* line 25, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
#sompo_full_time_staff .gallery_ctr .gallery_inner ul li:nth-child(4) {
  text-align: left;
  margin-top: -6%;
}

/* line 29, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
#sompo_full_time_staff .gallery_ctr .gallery_inner ul li img {
  width: 100%;
}

/* line 33, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
#sompo_full_time_staff .gallery_ctr .gallery_inner ul .gallery1 {
  max-width: 628px;
}

/* line 36, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
#sompo_full_time_staff .gallery_ctr .gallery_inner ul .gallery2 {
  max-width: 536px;
  margin-top: 50%;
}

/* line 40, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
#sompo_full_time_staff .gallery_ctr .gallery_inner ul .gallery3 {
  max-width: 598px;
}

/* line 43, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
#sompo_full_time_staff .gallery_ctr .gallery_inner ul .gallery4 {
  max-width: 390px;
  margin-top: 40%;
}

@media only screen and (max-width: 600px) {
  /* line 50, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
  #sompo_full_time_staff .gallery_ctr .gallery5 {
    width: 100% !important;
  }
  /* line 52, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
  #sompo_full_time_staff .gallery_ctr .gallery5 img {
    width: 100% !important;
  }
  /* line 57, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
  #sompo_full_time_staff .gallery_ctr .gallery_inner ul {
    justify-content: center;
    gap: 4rem;
    margin-bottom: none;
    flex-flow: column;
  }
  /* line 62, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
  #sompo_full_time_staff .gallery_ctr .gallery_inner ul li {
    width: 100%;
  }
  /* line 64, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
  #sompo_full_time_staff .gallery_ctr .gallery_inner ul li:nth-child(1) {
    padding-right: 20%;
  }
  /* line 67, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
  #sompo_full_time_staff .gallery_ctr .gallery_inner ul li:nth-child(2) {
    padding-left: 22%;
  }
  /* line 70, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
  #sompo_full_time_staff .gallery_ctr .gallery_inner ul li:nth-child(3) {
    margin-top: 0;
    padding-right: 20%;
  }
  /* line 74, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
  #sompo_full_time_staff .gallery_ctr .gallery_inner ul li:nth-child(4) {
    text-align: center;
    margin-top: 0;
    width: 70%;
    margin: 0 auto;
  }
  /* line 80, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
  #sompo_full_time_staff .gallery_ctr .gallery_inner ul li img {
    width: 100%;
  }
  /* line 85, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
  #sompo_full_time_staff .gallery_ctr .gallery_inner ul .gallery2 {
    margin-top: 0;
  }
  /* line 89, app/assets/stylesheets/sompocare_full_time_care_staff/scss/gallery.scss */
  #sompo_full_time_staff .gallery_ctr .gallery_inner ul .gallery4 {
    margin-top: 0;
  }
}

/* SEARCH
---------------------------------------------------------------------------- */
/* line 5, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr {
  text-align: center;
  border-radius: 2rem;
  max-width: 980px;
  width: 96%;
  margin: 0 auto 4rem;
  padding: 4rem 1rem;
}

/* line 13, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr.bg_blue {
  background: url(/assets/sompocare_full_time_care_staff/bg-34815034a697144b509b51ee09982eb1643f87d9ed55d318ff0fe9d1fe2661a8.jpg);
}

/* line 16, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr.light_blue {
  background: var(--light_blue);
}

/* line 19, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr.light_blue h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
}

@media only screen and (max-width: 600px) {
  /* line 19, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr.light_blue h2 {
    font-size: 23px;
  }
}

/* line 28, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr.light_blue p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  /* line 28, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr.light_blue p {
    font-size: 13px;
  }
}

/* line 39, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr.light_blue p::before, #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr.light_blue p::after {
  content: '';
  width: 3px;
  height: 40px;
  background: var(--main_color);
}

/* line 46, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr.light_blue p::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

/* line 51, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr.light_blue p::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

@media only screen and (max-width: 600px) {
  /* line 5, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr {
    margin-top: 4rem;
    padding: 4rem 4rem 0;
  }
}

@media only screen and (max-width: 480px) {
  /* line 5, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr {
    padding: 4rem 2rem 0;
  }
}

/* line 66, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr h2 {
  margin-bottom: 2rem;
}

/* line 69, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr h2 img {
  width: 80%;
}

@media only screen and (max-width: 600px) {
  /* line 74, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr h2 {
    margin-bottom: 1rem;
  }
  /* line 77, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr h2 img {
    width: 100%;
  }
}

/* line 84, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr.bg_blue p {
  color: white;
}

/* line 89, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr p {
  font-size: 23px;
  margin-bottom: 2rem;
  line-height: 1.7;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  /* line 89, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr p {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: var(--font_size_life_event);
  }
}

/* line 100, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr p br {
  display: none;
}

@media only screen and (max-width: 768px) {
  /* line 100, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr p br {
    display: block;
  }
}

/* line 111, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr .search_inner, #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

/* line 119, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr .search_inner.button {
  gap: 1rem 2rem !important;
}

@media only screen and (max-width: 768px) {
  /* line 119, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr .search_inner.button {
    flex-flow: column;
    padding: 0 0 4rem;
  }
}

/* line 127, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr .search_inner.button a {
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 1.5rem 2rem;
  border-radius: .4rem;
  background: var(--heading_bg_blue);
}

@media only screen and (max-width: 380px) {
  /* line 127, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr .search_inner.button a {
    font-size: 16px;
    padding: 1.5rem .5rem;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 117, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr .search_inner {
    flex-flow: column;
    padding: 0 0 4rem;
  }
}

/* line 148, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr .search_inner input[type=add] {
  font-size: 20px;
  letter-spacing: 5px;
  border-radius: 1rem;
  border: 2px solid var(--main_color);
  max-width: 400px;
  width: 100%;
  padding: 1.2rem 1rem 1.2rem;
  text-align: center;
  background: white;
}

/* line 159, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr .search_inner input[type=add]::placeholder {
  text-align: left;
  font-weight: 900;
  color: var(--heading_bg_blue);
}

@media only screen and (max-width: 600px) {
  /* line 168, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr .search_inner label {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  /* line 174, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr .search_inner input[type=add] {
    padding: 0.5rem 1rem 0.3rem;
    border-radius: .8rem;
    width: 100%;
  }
}

/* line 181, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .search_form_ctr .search_inner .btn_search {
  font-size: 19px;
  color: white;
  white-space: nowrap;
  padding: 1.3rem 2rem;
  border-radius: 1rem;
  border: 1px solid white;
  background: var(--main_color);
}

@media only screen and (max-width: 600px) {
  /* line 181, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr .search_inner .btn_search {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  /* line 181, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .search_form_ctr .search_inner .btn_search {
    padding: .8rem;
  }
}

/* line 199, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .add_view {
  font-size: 90%;
  width: 80%;
  margin: 0 auto 5%;
  display: block;
  padding: 2%;
  background: #EEE;
}

@media only screen and (max-width: 480px) {
  /* line 199, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .add_view {
    width: 100%;
  }
}

/* line 210, app/assets/stylesheets/sompocare_full_time_care_staff/scss/search_.scss */
#sompo_full_time_staff .sompo_full_time_staff .add_view input {
  width: 100% !important;
}

/* HERO
---------------------------------------------------------------------------- */
/* line 7, app/assets/stylesheets/sompocare_full_time_care_staff/scss/footer_.scss */
#sompo_full_time_staff .sompo_full_time_staff .footer {
  text-align: center;
  background: url(/assets/sompocare_full_time_care_staff/bg-34815034a697144b509b51ee09982eb1643f87d9ed55d318ff0fe9d1fe2661a8.jpg);
  padding: 7rem 10% 2rem;
}

@media only screen and (max-width: 600px) {
  /* line 7, app/assets/stylesheets/sompocare_full_time_care_staff/scss/footer_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .footer {
    padding: 4rem 2% 2rem;
  }
}

/* line 16, app/assets/stylesheets/sompocare_full_time_care_staff/scss/footer_.scss */
#sompo_full_time_staff .sompo_full_time_staff .footer .footer-info {
  font-weight: bold;
  color: white;
  line-height: 1.5;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  padding: 1rem 0;
  max-width: 575px;
  margin: 0 auto 2rem;
}

/* line 26, app/assets/stylesheets/sompocare_full_time_care_staff/scss/footer_.scss */
#sompo_full_time_staff .sompo_full_time_staff .footer .footer-info .tel {
  letter-spacing: .8rem;
  font-size: 300%;
}

@media only screen and (max-width: 768px) {
  /* line 35, app/assets/stylesheets/sompocare_full_time_care_staff/scss/footer_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .footer .footer-info .tel {
    letter-spacing: .3rem;
    font-size: 280%;
  }
}

@media only screen and (max-width: 480px) {
  /* line 44, app/assets/stylesheets/sompocare_full_time_care_staff/scss/footer_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .footer .footer-info .tel {
    letter-spacing: .3rem;
    font-size: 180%;
  }
  /* line 48, app/assets/stylesheets/sompocare_full_time_care_staff/scss/footer_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .footer .footer-info p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 375px) {
  /* line 56, app/assets/stylesheets/sompocare_full_time_care_staff/scss/footer_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .footer .footer-info .tel {
    letter-spacing: 0;
    font-size: 180%;
  }
  /* line 60, app/assets/stylesheets/sompocare_full_time_care_staff/scss/footer_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .footer .footer-info p {
    font-size: 11px;
  }
}

/* line 68, app/assets/stylesheets/sompocare_full_time_care_staff/scss/footer_.scss */
#sompo_full_time_staff .sompo_full_time_staff .footer picture img {
  max-width: 1010px;
  width: 100%;
}

/* line 74, app/assets/stylesheets/sompocare_full_time_care_staff/scss/footer_.scss */
#sompo_full_time_staff .sompo_full_time_staff .footer .footer_logo {
  margin: 4rem 0 2rem;
}

@media only screen and (max-width: 600px) {
  /* line 74, app/assets/stylesheets/sompocare_full_time_care_staff/scss/footer_.scss */
  #sompo_full_time_staff .sompo_full_time_staff .footer .footer_logo {
    margin: 2rem 0 2rem;
  }
}

/* line 80, app/assets/stylesheets/sompocare_full_time_care_staff/scss/footer_.scss */
#sompo_full_time_staff .sompo_full_time_staff .footer .footer_logo img {
  max-width: 360px;
  width: 80%;
}

/* line 86, app/assets/stylesheets/sompocare_full_time_care_staff/scss/footer_.scss */
#sompo_full_time_staff .sompo_full_time_staff .footer .copy {
  color: white;
  font-size: 13px;
}
/*


 */

/*# sourceMappingURL=sompocare_full_time_care_staff.css-a460a53b4dc7ec8d37677ba238687249443445e5c2bc3a86d2baea3f59a050d7.map */
