@charset "UTF-8";
/*===============================
 カラー
 ===============================*/
.wh {
  color: #fff;
}

.bk {
  color: #313131;
}

.bk2 {
  color: #191919;
}

.red {
  color: #ff0000;
}

.navy {
  color: #003768;
}

.navy2 {
  color: #335F86;
}

.light-navy {
  color: #E6ECF1;
}

.light-navy2 {
  color: #DAE0E5;
}

.light-navy3 {
  color: #E5EBF0;
}

.light-navy4 {
  color: #F2F5F7;
}

.light-blue {
  color: #E5EBF0;
}

.light-blue2 {
  color: #D9E1E8;
}

.sv-blue {
  color: #1058A5;
}

.sv-red {
  color: #E45F4D;
}

.sv-green {
  color: #12876C;
}

.light-gray {
  color: #f6f6f6;
}

.bg_wh {
  background: #fff;
}

.bg_bk {
  background: #313131;
}

.bg_bk2 {
  background: #191919;
}

.bg_red {
  background: #ff0000;
}

.bg_navy {
  background: #003768;
}

.bg_navy2 {
  background: #335F86;
}

.bg_light-navy {
  background: #E6ECF1;
}

.bg_light-navy2 {
  background: #DAE0E5;
}

.bg_light-navy3 {
  background: #E5EBF0;
}

.bg_light-navy4 {
  background: #F2F5F7;
}

.bg_light-blue {
  background: #E5EBF0;
}

.bg_light-blue2 {
  background: #D9E1E8;
}

.bg_sv-blue {
  background: #1058A5;
}

.bg_sv-red {
  background: #E45F4D;
}

.bg_sv-green {
  background: #12876C;
}

.bg_light-gray {
  background: #f6f6f6;
}

/*---明朝体---*/
.agenda {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/*---ゴシック体---*/
.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}

.notosans {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
}

/*---リクルート見出し用---*/
.sans {
  font-family: "Source Sans Pro", sans-serif;
}

/*---イタリック用---*/
.pt {
  font-family: "PT Serif", serif;
}

.pt-italic {
  font-family: "PT Serif", serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: 400;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.noto-sans-jp--400 {
  font-weight: 400;
}
.noto-sans-jp--500 {
  font-weight: 500;
}
.noto-sans-jp--600 {
  font-weight: 600;
}
.noto-sans-jp--700 {
  font-weight: 700;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}
.noto-serif-jp--400 {
  font-weight: 400;
}
.noto-serif-jp--500 {
  font-weight: 500;
}
.noto-serif-jp--600 {
  font-weight: 600;
}
.noto-serif-jp--700 {
  font-weight: 700;
}

.pt-serif {
  font-family: "PT Serif", serif;
}
.pt-serif--400 {
  font-weight: 400;
}
.pt-serif--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-serif--700 {
  font-weight: 700;
}
.pt-serif--700-italic {
  font-weight: 700;
  font-style: italic;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
}
.pt-sans--400 {
  font-weight: 400;
}
.pt-sans--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-sans--700 {
  font-weight: 700;
}
.pt-sans--700-italic {
  font-weight: 700;
  font-style: italic;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#contents {
  background: #f3f3f3;
}

/*--------------------
    #main-contents
--------------------*/
#main-contents {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 360px;
  top: 0px;
  z-index: 0;
  margin: 0;
  background-image: url(../img/about/about-main.jpg);
  /* 画像ファイルの指定 */
  background-position: center center;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}

#main > article.main-in {
  width: 1224px;
  height: 360px;
  margin: 0 auto;
}

h1.copy {
  width: 1224px;
  height: 120px;
  padding: 0 0 0 10px;
  margin: 160px auto;
  color: #ffffff;
  font-weight: 500;
  vertical-align: middle;
  z-index: 10;
}

h1.copy .fs-40 {
  font-weight: 500;
  padding-bottom: 5px;
}

h1.copy .fs-28 {
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1023px) {
  #main-contents {
    height: 280px;
  }
  #main > article.main-in {
    width: 100%;
    height: 280px;
  }
  h1.copy {
    width: 100%;
    height: 120px;
    margin: 140px auto;
    padding: 0 0 0 10px;
  }
  h1.copy .fs-40 {
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 36px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  h1.copy .fs-28 {
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 739px) {
  #main-contents {
    height: 240px;
  }
  #main > article.main-in {
    width: 100%;
    height: 240px;
  }
  h1.copy {
    width: 100%;
    height: 120px;
    margin: 120px auto;
    padding: 0 0 0 10px;
  }
  h1.copy .fs-40 {
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 36px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  h1.copy .fs-28 {
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
}
/*-----------共通----------*/
.title01 {
  margin-top: 0px;
}

.title01 span.agenda {
  background: #f3f3f3;
}

.bg-wh {
  background: #ffffff;
  padding: 60px;
}

@media screen and (max-width: 1023px) {
  .title01 {
    margin-top: 0px;
  }
  .title01 span.agenda {
    background: #f3f3f3;
  }
  .bg-wh {
    background: #ffffff;
    padding: 30px;
  }
}
@media screen and (max-width: 739px) {
  .title01 {
    margin-top: 0px;
  }
  .title01 span.agenda {
    background: #f3f3f3;
  }
  .bg-wh {
    background: #ffffff;
    padding: 20px;
  }
}
/*--------------------
    #company
--------------------*/
#company {
  width: 100%;
  margin: 0 auto;
}

#company .w-720 {
  padding-bottom: 80px;
}

.company-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.7142857143rem;
  font-size: 14px;
}
.company-dl__title {
  padding: 0.9em;
  font-weight: 500;
  width: 100%;
  max-width: 120px;
}
.company-dl__title > span {
  line-height: 1.5;
}
.company-dl__item {
  font-weight: 400;
  padding: 0.9em;
  width: 100%;
  max-width: 570px;
}
.company-dl__item > span {
  line-height: 1.5;
}
.company-dl .subtx {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(49, 49, 49, 0.6);
}
.company-dl dl.staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  line-height: 1.5;
  font-weight: 400;
}
.company-dl dl.staff dt.position {
  width: 8.5em;
  font-weight: 400;
  display: block;
  position: relative;
}
.company-dl dl.staff dt.position::after {
  content: "：";
  width: 10px;
  height: 18px;
  position: absolute;
  z-index: 1;
  right: -3px;
}
@media screen and (max-width: 1023px) {
  #company {
    width: 100%;
    margin: 0 auto;
  }
  #company .w-720 {
    max-width: 720px;
  }
}
@media screen and (max-width: 739px) {
  #company {
    width: 100%;
    margin: 0 auto;
  }
  #company .w-720 {
    width: 100%;
    padding: 10px;
  }
  .company-dl {
    gap: 0.3571428571rem 0rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.8571428571rem;
    border-bottom: #dcdcdc solid 1px;
  }
  .company-dl__title {
    padding: 0em;
    font-weight: 500;
    width: 100%;
    max-width: 100%;
  }
  .company-dl__item {
    max-width: 100%;
    padding: 0em;
  }
}
/*--------------------
    #access
--------------------*/
#access {
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0;
  padding-top: 80px;
}
@media screen and (max-width: 739px) {
  #access {
    padding-top: 60px;
  }
}

#access .fs-14 {
  padding: 10px 0 20px 0;
}

#map_canvas {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  /*position:fixed;*/
}

#access .gmap-btn {
  text-align: center;
  width: 280px;
  margin: 0 auto;
}

#access .gmap-btn a {
  text-align: center;
  color: #fff;
  padding: 1em 3em;
  background: #003768;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5px;
}

#access .gmap-btn i.fa {
  padding-left: 0.8em;
}

@media screen and (max-width: 739px) {
  #access {
    width: 100%;
    margin: 0;
    padding: 10px 0 10px 0;
  }
  #access .fs-14 {
    padding: 10px 0 10px 0;
  }
}
/*--------------------
    #group ケアネットグループ会社概要
--------------------*/
.group_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.2857142857rem;
  font-size: 14px;
}
.group_dl + .group_dl {
  margin-top: 0.2857142857rem;
}
.group_dl__section {
  padding: 0.9em;
  font-weight: 500;
  width: 100%;
  max-width: 120px;
  border: rgba(0, 55, 104, 0.2) solid 1px;
  background: #E5EBF0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.group_dl__section > span {
  line-height: 1.5;
}
.group_dl__item {
  font-weight: 400;
  padding: 0.9em;
  width: 100%;
  max-width: 570px;
  border: rgba(0, 55, 104, 0.2) solid 1px;
}
.group_dl__item > span {
  line-height: 1.5;
}
.group_dl .subtx {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(49, 49, 49, 0.6);
}
.group_dl dl.staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  line-height: 1.5;
  font-weight: 400;
}
.group_dl dl.staff dt.position {
  width: 6em;
  font-weight: 400;
  display: block;
  position: relative;
}
.group_dl dl.staff dt.position::after {
  content: "：";
  width: 10px;
  height: 18px;
  position: absolute;
  z-index: 1;
  right: -3px;
}
.group_dl dl.staff dt.position-l {
  width: 14em;
  font-weight: 400;
  display: block;
  position: relative;
}
.group_dl dl.staff dt.position-l::after {
  content: "：";
  width: 10px;
  height: 18px;
  position: absolute;
  z-index: 1;
  right: -3px;
}
@media screen and (max-width: 1023px) {
  #group {
    width: 100%;
    margin: 0 auto;
  }
  #group .w-720 {
    max-width: 720px;
  }
}
@media screen and (max-width: 739px) {
  #group {
    width: 100%;
    margin: 0 auto;
  }
  #group .w-720 {
    width: 100%;
    padding: 10px;
  }
  .group_dl__section {
    padding: 0.5em;
    max-width: 6em;
  }
  .group_dl__item {
    padding: 0.5em;
  }
  .group_dl dl.staff {
    gap: 0 0.7142857143rem;
  }
  .group_dl dl.staff dt.position {
    width: 6em;
  }
  .group_dl dl.staff dt.position::after {
    width: 8px;
    right: 0px;
  }
  .group_dl dl.staff dt.position-l {
    width: 14em;
  }
  .group_dl dl.staff dt.position-l::after {
    width: 8px;
    right: 0px;
  }
}
.business-model figure {
  padding: 1.7142857143rem 2.1428571429rem 2.2857142857rem;
}
@media screen and (max-width: 480px) {
  .business-model figure {
    padding: 1.7142857143rem 0rem 2.2857142857rem;
  }
}
.business-model figure img.img-pc {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .business-model figure img.img-pc {
    display: none;
  }
}
.business-model figure img.img-sp {
  display: none;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .business-model figure img.img-sp {
    display: block;
  }
}

.medicalplatform .svg-pc {
  display: block;
  padding: 1.4285714286rem 2.1428571429rem 1.7857142857rem;
}
@media screen and (max-width: 740px) {
  .medicalplatform .svg-pc {
    padding: 1.7142857143rem 0rem 2.2857142857rem;
    display: none;
  }
}
.medicalplatform .svg-pc svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 740px) {
  .medicalplatform .svg-pc svg {
    display: none;
  }
}
.medicalplatform .svg-pc svg .svg-link {
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.medicalplatform .svg-pc svg .svg-link:hover {
  opacity: 0.7;
}
.medicalplatform .svg-sp {
  padding: 1.4285714286rem 0rem 1.7857142857rem;
  display: none;
}
@media screen and (max-width: 740px) {
  .medicalplatform .svg-sp {
    padding: 1.7142857143rem 0rem 2.2857142857rem;
    display: block;
  }
}
.medicalplatform .svg-sp svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: none;
}
@media screen and (max-width: 740px) {
  .medicalplatform .svg-sp svg {
    display: block;
  }
}
.medicalplatform .svg-sp svg .svg-link {
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.medicalplatform .svg-sp svg .svg-link:hover {
  opacity: 0.7;
}

/*--------------------
    PC#member
--------------------*/
/*PC1024px以上向けスタイル*/
@media screen and (min-width: 1024px) {
  #member {
    width: 100%;
    margin: 0 auto;
  }
  #member ul.inline {
    margin: 0;
    border-collapse: separate;
    /*←ココで余白 */
    border-spacing: 0px 30px;
    /* ←ココで余白 [左右・上下] */
  }
  #member #yonemichi {
    border-top: #e0e0e0 solid 1px;
  }
  #member .inline-box:first-child {
    padding-right: 60px;
  }
  #member .inline-box:first-child .m-position {
    padding: 1em 0.5em 0.5em;
  }
  #member .inline-box:first-child .m-ename {
    padding: 0.3em 0.5em 0.5em;
  }
  #member .inline-box {
    vertical-align: top;
    width: 50%;
  }
  #member .career-title {
    position: relative;
    padding: 0.25em 0 0.5em 0.75em;
    border-left: 6px solid #f24d5a;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0.8em;
    font-weight: 500;
  }
  #member .career-title::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: "";
    width: 6px;
    height: 50%;
    background-color: #003768;
  }
  #member .career .fs-14 {
    text-align: left;
  }
  #member .ceoblog-bnr {
    margin: 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  #member,
  #member .w-1024 {
    width: 100%;
    margin: 0 auto;
  }
  #member ul.inline {
    width: 100%;
    margin: 0;
    padding: 0px;
    display: block;
  }
  #member #yonemichi {
    border-top: #e0e0e0 solid 1px;
  }
  #member .inline-box:first-child .m-position {
    padding: 1em 0.5em 0.5em;
  }
  #member .inline-box:first-child .m-ename {
    padding: 0.3em 0.5em 0.5em;
  }
  #member .inline-box,
  #member .career {
    width: 100%;
    display: block;
    padding: 30px;
  }
  #member .inline-box:first-child {
    padding-bottom: 10px;
  }
  .career-title {
    position: relative;
    padding: 0.25em 0 0.5em 0.75em;
    border-left: 6px solid #f24d5a;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0.8em;
    font-weight: 500;
  }
  .career-title::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: "";
    width: 6px;
    height: 50%;
    background-color: #003768;
  }
  #member .career .fs-14 {
    text-align: left;
  }
  .ceoblog-bnr {
    margin: 20px 0;
  }
}
@media screen and (max-width: 739px) {
  #member .inline-box:first-child {
    padding: 10px;
  }
}/*# sourceMappingURL=about.css.map */