
@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  margin-top: 60px;
  text-rendering: auto;
  font-size: 16px;
  line-height: 2.0;
  letter-spacing: 1px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Roboto", sans-serif;
  color: #000;
  background-color: #000;
  width: 100%;
  background: url(/images/index/bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: color .3s, -webkit-text-decoration .3s;
  transition: color .3s, -webkit-text-decoration .3s;
  transition: color .3s, text-decoration .3s;
  transition: color .3s, text-decoration .3s, -webkit-text-decoration .3s;
}

a:hover {
  text-decoration: none;
  color: #979797;
  -webkit-text-decoration: transparent;
          text-decoration: transparent;
}

object {
  pointer-events: none;
}

img[src$=".svg"] {
  width: 100%;
}

/* pc表示 */
.pc {
  display: block !important;
}
.pc-inline {
  display: inline-block !important;
}

.sp, .sp-inline {
  display: none !important;
}


/* SP表示 */
@media only screen and (max-width: 768px) {
  .pc, .pc-inline {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
}

.flexbox {
  display: -webkit-box;
  display: flex;
}

.width50 {
  width: 50%;
  min-width: 500px;
}

@media screen and (max-width: 768px) {
  .width50 {
    width: 100%;
    min-width: 100%;
  }
}

.marginL50 {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .marginL50 {
    margin-left: 0;
  }
}

.txt_en {
  font-family: "Roboto", sans-serif;
  color: #858585;
  font-weight: normal;
  display: block;
}

.heading {
  background: url("/images/common/border_heading.svg") no-repeat;
  text-align: center;
  background-position: bottom;
  font-size: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .heading {
    font-size: 22px;
  }
}

.heading_en {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 20px;
  display: block;
}

@media screen and (max-width: 768px) {
  .heading_en {
    font-size: 16px;
  }
}

html {
  overflow-x: hidden;
}

.main {
  width: 100%;
  box-sizing: content-box;
}

.container {
  scroll-behavior: smooth;
}

.l-g-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  box-sizing: border-box;
}

.l-g-header * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.g-header {
  position: relative;
}

.g-header__inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  z-index: 2;
  width: 100%;
  height: 60px;
  padding: 0 25px 0 14px;
  background: #fff;
  box-shadow: 0 2px 4px 0 #e0e0e0;
}

@media (max-width: 767px) {
  .g-header__inner {
    padding: 0 14px;
  }
}

.g-header__nav {
  pointer-events: none;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 60px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.g-header__nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 50px 70px;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .g-header__nav__inner {
    padding: 0 30px 40px;
  }
}

.g-header__logo {
  position: relative;
  z-index: 2;
  height: 33px;
}

@media (max-width: 767px) {
  .g-header__logo svg {
    width: 130px;
  }
}

.g-header__button {
  position: relative;
  z-index: 2;
}

.g-header__button__open {
  font-size: 12px;
  height: 21px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.g-header__button__open > svg {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .g-header__button__open > svg {
    margin-left: 10px;
  }
}

.g-header__button__close {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
}

.g-header__button__close span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.g-header__title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .g-header__title {
    margin-top: 40px;
  }
}

.g-header__title:after {
  margin-top: 7px;
  margin-bottom: 6px;
  content: ' ';
  display: block;
  width: 48px;
  height: 1px;
  background-color: #3c55a0;
}

.g-header__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.g-header__list > li {
  font-size: 14px;
  font-weight: 400;
  list-style-type: none;
  margin: 0;
  padding: 20px 48px 0 0;
  line-height: 1.5;
  font-weight: 700;
}

.g-header__list > li > a {
  font-weight: 300;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.g-header__list > li > a:hover {
  opacity: .7;
}

.g-header__list > li > ul {
  margin: 7px 0 0;
  padding: 0;
}

.g-header__list > li > ul > li {
  list-style-type: none;
  margin: 4px 0 0;
  padding: 0;
  font-weight: 300;
  line-height: 1.5;
}

.g-header__list > li > ul > li > a {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.g-header__list > li > ul > li > a:hover {
  opacity: .7;
}

.g-header.is-open .g-header__nav {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.g-header.is-open .g-header__button__open {
  display: none;
}

.g-header.is-open .g-header__button__close {
  display: block;
}

.g-header__section.is-sonota .g-header__list > li {
  font-weight: 400;
}

.g-header__section.is-kaigai .g-header__list {
  display: block;
}

.g-header__section.is-kaigai .g-header__list > li > ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .g-header__section.is-kaigai .g-header__list > li > ul {
    display: block;
  }
}

.g-header__section.is-kaigai .g-header__list > li > ul > li {
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  margin-right: 40px;
}

.g-header__section.is-kaigo .g-header__list > li > a {
  font-weight: 700;
}

.mv {
  height: 720px;
  overflow-y: hidden;
  background: linear-gradient(217deg, rgba(255, 232, 232, 0.6), rgba(255, 255, 255, 0) 50.71%), linear-gradient(127deg, rgba(179, 218, 148, 0.6), rgba(255, 255, 255, 0) 50.71%), linear-gradient(336deg, rgba(148, 169, 219, 0.6), rgba(255, 255, 255, 0) 50.71%);
}

@media screen and (max-width: 768px) {
  .mv {
    background-size: 100% 100%;
    height: 310px;
  }
}

.mv .mv_logo {
  position: absolute;
  top: 360px;
  left: 50%;
  margin-left: -397px;
  margin-top: 0;
  -webkit-animation: moveup 1s ease-out 1 alternate;
          animation: moveup 1s ease-out 1 alternate;
}

@media screen and (max-width: 768px) {
  .mv .mv_logo {
    margin-left: -150px;
    top: 170px;
  }
  .mv .mv_logo object {
    width: 300px;
  }
}

@-webkit-keyframes moveup {
  0% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes moveup {
  0% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}

.mv .mv_txt_center_jp {
  position: absolute;
  top: 370px;
  margin-top: 160px;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  -webkit-animation: fade 2s ease-out 1;
          animation: fade 2s ease-out 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 768px) {
  .mv .mv_txt_center_jp {
    margin-left: -100px;
    top: 130px;
  }
  .mv .mv_txt_center_jp object {
    width: 200px;
  }
}

.mv .mv_txt_center_en {
  position: absolute;
  top: 370px;
  margin-top: 210px;
  left: 50%;
  margin-left: -87px;
  opacity: 0;
  -webkit-animation: fade 2s ease-out 1;
          animation: fade 2s ease-out 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 768px) {
  .mv .mv_txt_center_en {
    margin-left: -100px;
    top: 130px;
  }
  .mv .mv_txt_center_en object {
    width: 200px;
  }
}

.mv .mv_txt_side {
  position: absolute;
  right: 50px;
  top: 120px;
}

@media screen and (max-width: 768px) {
  .mv .mv_txt_side {
    right: 20px;
    top: 60px;
  }
  .mv .mv_txt_side object {
    width: 100px;
  }
}

.mv .mv_updown {
  position: absolute;
  right: 50px;
  bottom: 50px;
}

@media screen and (max-width: 768px) {
  .mv .mv_updown {
    width: 35px;
    right: 20px;
    top: 350px;
  }
}

.mv .mv_visual {
  position: relative;
  top: -80px;
  left: 50%;
  width: 938px;
  margin-left: -469px;
  -webkit-animation: fade 1s ease-in-out 1 normal;
          animation: fade 1s ease-in-out 1 normal;
}

@media screen and (max-width: 768px) {
  .mv .mv_visual {
    width: 340px;
    top: 10px;
    margin-top: 0;
    margin-left: -180px;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.news {
  margin: 40px auto;
  box-sizing: border-box;
  width: 100%;
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  .news {
    left: 0;
    top: 40px;
    width: 100%;
    min-width: 100%;
    padding: 0 20px;
  }
}

.news h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  margin: 0;
  padding: 0 0 0 60px;
}

@media screen and (max-width: 768px) {
  .news h2 {
    padding: 0;
    font-size: 20px;
  }
}

.newslist {
  list-style: none;
  margin: 0;
  padding: 0 0 0 60px;
}

@media screen and (max-width: 768px) {
  .newslist {
    padding: 0;
  }
}

.newslist li {
  font-size: 18px;
  font-weight: bold;
}

.newslist li a:link, .newslist li a:active, .newslist li a:visited {
  color: #354EBB;
}

.newslist li a:hover {
  color: #838383;
}

@media screen and (max-width: 768px) {
  .newslist li {
    font-size: 16px;
    border-bottom: 1px solid #dadada;
    padding: 10px 0;
  }
}

.business {
  margin: 60px auto;
  box-sizing: border-box;
  width: 100%;
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  .business {
    margin-top: 0px;
    /*margin-top:160px;*/
    min-width: 100%;
  }
  .business .flexbox {
    display: block;
  }
}

.business_read {
  padding: 0 0 0 60px;
}

@media screen and (max-width: 768px) {
  .business_read {
    padding: 0 20px;
  }
}

.business_read .jp {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .business_read .jp {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

.business_img {
  width: 80%;
  text-align: center;
  margin: 0 auto 40px auto;
  display: block;
}

.business_map {
  background: url(/images/index/business/circle.svg) no-repeat;
  background-size: cover;
  position: relative;
  height: 1100px;
  overflow-y: hidden;
}

@media screen and (max-width: 768px) {
  .business_map {
    background-size: 100%;
    width: 100%;
    height: 500px;
    overflow-x: hidden;
  }
}

.business_map_genkig {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -60px;
}

@media screen and (max-width: 768px) {
  .business_map_genkig {
    margin: 0;
    margin-left: -70px;
    margin-top: -50px;
  }
  .business_map_genkig object {
    width: 140px;
    height: 140px;
  }
}

.business_map_kaigo {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  margin-top: -400px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .business_map_kaigo {
    left: 50%;
    margin: 0;
    margin-left: -210px;
    margin-top: -200px;
  }
  .business_map_kaigo img {
    width: 220px;
    height: 220px;
  }
}

.business_map_education {
  position: absolute;
  left: 50%;
  margin-left: 50px;
  margin-top: -550px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .business_map_education {
    left: 50%;
    margin-left: -10px;
    margin-top: -260px;
  }
  .business_map_education img {
    width: 220px;
    height: 220px;
  }
}

.business_map_medical {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  margin-top: 100px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .business_map_medical {
    left: 50%;
    margin: 0;
    margin-top: 50px;
    margin-left: -80px;
  }
  .business_map_medical img {
    width: 220px;
    height: 220px;
  }
}

.group {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .group {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .group_kaigo .flexbox, .group_medical .flexbox, .group_education .flexbox {
    display: block;
  }
}

.group_kaigo_senior {
  margin-top: 60px;
}

.group_heading {
  font-size: 26px;
  padding-left: 30px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .group_heading {
    font-size: 20px;
    margin-top: 50px;
  }
}

.group_heading span {
  font-size: 18px;
  display: block;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .group_heading span {
    margin-top: 5px;
  }
}

.group_heading span.small {
  display: inline;
  font-size: 16px;
}

.group_Heading_kaigo {
  background: url("/images/index/group/heading_kaigo.svg") no-repeat;
  background-position: 0 10px;
}

.group_Heading_medical {
  background: url("/images/index/group/heading_medical.svg") no-repeat;
  background-position: 0 10px;
}

.group_Heading_education {
  background: url("/images/index/group/heading_education.svg") no-repeat;
  background-position: 0 10px;
}

.group_Heading_other {
  background: url("/images/index/group/heading_group.svg") no-repeat;
  background-position: 0 10px;
}

.group_Heading_company {
  padding-left: 60px;
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .group_Heading_company {
    font-size: 18px;
    padding-left: 50px;
    margin-left: -10px;
    width: 90%;
  }
}

.group_Heading_company .txt_en {
  font-size: 14px;
}

.group_Heading_link {
  background: url("/images/common/link_blank.svg") no-repeat;
  padding-bottom: 10px;
  background-position: 0 9px;
  background-size: 16px;
  padding-left: 25px;
  line-height: 1.5;
}

.group_Heading_genkimura {
  background: url("/images/index/group/symbol_genkimura.svg") no-repeat;
  background-position: 0 5px;
  background-size: 40px;
}

.group_Heading_asia {
  background: url("/images/index/group/symbol_asia.svg") no-repeat;
  background-position: 0 5px;
  background-size: 40px;
}

.group_Heading_sanga {
  background: url("/images/index/group/symbol_sanga.svg") no-repeat;
  background-position: 0 5px;
}

.group_Heading_senior {
  background: url("/images/index/group/symbol_genkigroup.svg") no-repeat;
  background-position: 0 5px;
}

.group_Heading_fukushi {
  background: url("/images/index/group/symbol_fukushi.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_kyoso {
  background: url("/images/index/group/symbol_kyoso.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_dental {
  background: url("/images/index/group/symbol_dental.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_konosu {
  background: url("/images/index/group/symbol_konosu.svg") no-repeat;
  background-position: 0 5px;
}

.group_Heading_koei {
  background: url("/images/index/group/symbol_koei.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_kosei {
  background: url("/images/index/group/symbol_kosei.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_hospynkh {
  background: url("/images/index/group/symbol_hospynkh.svg") no-repeat;
  background-position: 0 5px;
}

.group_Heading_tobu {
  background: url("/images/index/group/symbol_tobu.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_ugs {
  background: url("/images/index/group/symbol_imc.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_urawa {
  background: url("/images/index/group/symbol_urawa.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_frmsc {
  background: url("/images/index/group/symbol_frmsc.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_art {
  background: url("/images/index/group/symbol_art.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_myojo {
  background: url("/images/index/group/symbol_myojo.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_shigaku {
  background: url("/images/index/group/symbol_shigaku.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_sakitama {
  background: url("/images/index/group/symbol_sakitama.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_seikyo {
  background: url("/images/index/group/symbol_hospynkh.svg") no-repeat;
  background-position: 0 5px;
}

.group_Heading_facility {
  margin-left: 60px;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 0px;
  background: url("/images/common/border_facility.svg") no-repeat;
  background-position: 140px 20px;
}

@media screen and (max-width: 768px) {
  .group_Heading_facility {
    font-size: 16px;
    margin-left: 0;
    overflow-x: hidden;
    background-position: 120px 20px;
  }
}

.group_Heading_facility .white_bg {
  background: #fff;
}

.group_Heading_facility .txt_en {
  font-size: 14px;
}

.group_overseas_margin {
  margin-left: 30px;
  margin-bottom: 20px;
  background-position: 220px 18px;
}

@media screen and (max-width: 768px) {
  .group_overseas_margin {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.group_company_list {
  margin-left: 20px;
  list-style: none;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .group_company_list {
    font-size: 18px;
    margin-left: 0;
  }
}

.group_company_list li {
  background: url("/images/common/link_blank.svg") no-repeat;
  padding-bottom: 10px;
  background-position: 0 9px;
  background-size: 16px;
  padding-left: 25px;
  line-height: 1.5;
  box-sizing: border-box;
}

.group_company_list li span {
  font-size: 14px;
}

.group_company_list li.nolink {
  background: none;
}

.group_erea {
  margin-left: 60px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .group_erea {
    margin-left: 40px;
    font-size: 14px;
  }
}

.group_erea .txt_en {
  font-size: 12px;
}

.group_facility_list {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .group_facility_list {
    margin-left: -40px;
    width: 100%;
  }
}

.group_facility_list li {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #DADADA;
  width: 100%;
  padding: 15px 0;
  line-height: 1.5;
  box-sizing: border-box;
}

.group_facility_list li div {
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .group_facility_list li div {
    padding-right: 10px;
  }
}

.group_facility_list li div:nth-child(1) {
  width: 290px;
}

@media screen and (max-width: 768px) {
  .group_facility_list li div:nth-child(1) {
    min-width: 50%;
    width: 50%;
  }
}

.group_facility_list li span {
  font-size: 12px;
}

.group_bnr_list {
  list-style: none;
  margin: 0;
  width: 100%;
  min-width: 1000px;
  padding: 0;
  margin-left: 35px;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .group_bnr_list {
    min-width: 100%;
    align-content: center;
    margin-left: 10px;
  }
}

.group_bnr_list li {
  width: 31%;
  line-height: 1;
  padding-bottom: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .group_bnr_list li {
    width: 100%;
    padding-bottom: 10px;
  }
}

.group_bnr_list li a {
  display: block;
}

.group_bnr_list li object {
  min-width: 300px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .group_bnr_list li object {
    width: 100%;
    min-width: 100%;
  }
}

.group_overseas_list {
  margin-left: -10px;
  margin-bottom: 50px;
  list-style: none;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .group_overseas_list {
    margin-left: -30px;
  }
}

.group_overseas_list li {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #DADADA;
  padding: 15px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .group_overseas_list li {
    display: block;
  }
}

.group_overseas_list li div:nth-child(1) {
  min-width: 340px;
  width: 30%;
  word-break: break-all;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .group_overseas_list li div:nth-child(1) {
    width: 100%;
    min-width: 100%;
    padding-bottom: 10px;
  }
}

.group_overseas_list li div:nth-child(2) {
  width: 50%;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .group_overseas_list li div:nth-child(2) {
    width: 100%;
    min-width: 100%;
    padding-bottom: 10px;
  }
}

.group_overseas_list li div:nth-child(3) {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .group_overseas_list li div:nth-child(3) {
    width: 100%;
    min-width: 100%;
    padding-bottom: 10px;
  }
}

.group_overseas_list li .txt_en {
  font-size: 12px;
}

.history {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  .history {
    min-width: 100%;
  }
}

.history_read {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 50px;
}

.history_read .txt_en {
  font-size: 16px;
}

.history_list {
  margin-left: 20px;
  font-weight: bold;
  margin-bottom: 100px;
  background: url("/images/index/history/history_bg.svg") no-repeat;
}

@media screen and (max-width: 768px) {
  .history_list {
    background: url("/images/index/history/history_bg_sp.svg") no-repeat;
    margin-left: -40px;
    width: 130%;
    overflow-x: hidden;
  }
}

.history_list ul {
  list-style: none;
}

.history_list li {
  display: -webkit-box;
  display: flex;
  padding-bottom: 20px;
  background-size: 16px;
  line-height: 1.5;
}

.history_list li div:nth-child(2) {
  margin-left: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin-top: -2px;
}

@media screen and (max-width: 768px) {
  .history_list li div:nth-child(2) {
    font-size: 20px;
  }
}

.history_list li div:nth-child(3) {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .history_list li div:nth-child(3) {
    margin-left: 10px;
  }
}

.history_list li span {
  font-size: 12px;
  padding-bottom: 10px;
}

.history_list_margin {
  margin-top: 10px;
}

.history_category_group {
  background: url("/images/index/history/border_group.svg") repeat-x;
  background-position: 0 12px;
  padding-left: 180px;
}

@media screen and (max-width: 768px) {
  .history_category_group {
    padding-left: 65px;
    margin-left: -22px;
  }
}

.history_category_other {
  background: url("/images/index/history/border_other.svg") repeat-x;
  background-position: 0 14px;
  padding-left: 180px;
}

.history_category_sanga {
  background: url("/images/index/history/border_sanga.svg") repeat-x;
  background-position: 0 14px;
  padding-left: 180px;
  margin-left: 144px;
}

@media screen and (max-width: 768px) {
  .history_category_sanga {
    padding-left: 18px;
    margin-left: 27px;
  }
}

.history_category_genkig {
  background: url("/images/index/history/border_genkig.svg") repeat-x;
  background-position: 0 14px;
  padding-left: 180px;
  margin-left: 74px;
}

@media screen and (max-width: 768px) {
  .history_category_genkig {
    padding-left: 42px;
    margin-left: 2px;
  }
}

.number {
  box-sizing: border-box;
  margin: 0 auto 60px auto;
  padding: 0 60px;
  width: 100%;
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  .number {
    width: 100%;
    min-width: 100%;
  }
}

.number .flexbox {
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .number .flexbox {
    display: block;
  }
}

.number object {
  width: 48%;
  margin-right: 10px;
  max-width: 590px;
  margin-left: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .number object {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.group_kaigo_senior {
  margin-top: 60px;
}

.group_heading {
  font-size: 26px;
  padding-left: 30px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .group_heading {
    font-size: 20px;
    margin-top: 50px;
  }
}

.group_heading span {
  font-size: 18px;
  display: block;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .group_heading span {
    margin-top: 5px;
  }
}

.group_heading span.small {
  display: inline;
  font-size: 16px;
}

.group_Heading_kaigo {
  background: url("/images/index/group/heading_kaigo.svg") no-repeat;
  background-position: 0 10px;
}

.group_Heading_medical {
  background: url("/images/index/group/heading_medical.svg") no-repeat;
  background-position: 0 10px;
}

.group_Heading_education {
  background: url("/images/index/group/heading_education.svg") no-repeat;
  background-position: 0 10px;
}

.group_Heading_other {
  background: url("/images/index/group/heading_group.svg") no-repeat;
  background-position: 0 10px;
}

.group_Heading_company {
  padding-left: 60px;
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .group_Heading_company {
    font-size: 18px;
    padding-left: 50px;
    margin-left: -10px;
    width: 90%;
  }
}

.group_Heading_company .txt_en {
  font-size: 14px;
}

.group_Heading_link {
  background: url("/images/common/link_blank.svg") no-repeat;
  padding-bottom: 10px;
  background-position: 0 9px;
  background-size: 16px;
  padding-left: 25px;
  line-height: 1.5;
}

.group_Heading_genkimura {
  background: url("/images/index/group/symbol_genkimura.svg") no-repeat;
  background-position: 0 5px;
  background-size: 40px;
}

.group_Heading_sanga {
  background: url("/images/index/group/symbol_sanga.svg") no-repeat;
  background-position: 0 5px;
}

.group_Heading_senior {
  background: url("/images/index/group/symbol_genkigroup.svg") no-repeat;
  background-position: 0 5px;
}

.group_Heading_fukushi {
  background: url("/images/index/group/symbol_fukushi.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_kyoso {
  background: url("/images/index/group/symbol_kyoso.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_dental {
  background: url("/images/index/group/symbol_dental.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_konosu {
  background: url("/images/index/group/symbol_konosu.svg") no-repeat;
  background-position: 0 5px;
}

.group_Heading_koei {
  background: url("/images/index/group/symbol_koei.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_kosei {
  background: url("/images/index/group/symbol_kosei.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_hospynkh {
  background: url("/images/index/group/symbol_hospynkh.svg") no-repeat;
  background-position: 0 5px;
}

.group_Heading_tobu {
  background: url("/images/index/group/symbol_tobu.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_ugs {
  background: url("/images/index/group/symbol_imc.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_urawa {
  background: url("/images/index/group/symbol_urawa.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_myojo {
  background: url("/images/index/group/symbol_myojo.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_shigaku {
  background: url("/images/index/group/symbol_shigaku.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_sakitama {
  background: url("/images/index/group/symbol_sakitama.png") no-repeat;
  background-position: 0 5px;
  background-size: 46px 42px;
}

.group_Heading_seikyo {
  background: url("/images/index/group/symbol_hospynkh.svg") no-repeat;
  background-position: 0 5px;
}

.group_Heading_facility {
  margin-left: 60px;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 0px;
  background: url("/images/common/border_facility.svg") no-repeat;
  background-position: 140px 20px;
}

@media screen and (max-width: 768px) {
  .group_Heading_facility {
    font-size: 16px;
    margin-left: 0;
    overflow-x: hidden;
    background-position: 120px 20px;
  }
}

.group_Heading_facility .white_bg {
  background: #fff;
}

.group_Heading_facility .txt_en {
  font-size: 14px;
}

.group_overseas_margin {
  margin-left: 30px;
  margin-bottom: 20px;
  background-position: 220px 18px;
}

@media screen and (max-width: 768px) {
  .group_overseas_margin {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.group_company_list {
  margin-left: 20px;
  list-style: none;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .group_company_list {
    font-size: 18px;
    margin-left: 0;
  }
}

.group_company_list li {
  background: url("/images/common/link_blank.svg") no-repeat;
  padding-bottom: 10px;
  background-position: 0 9px;
  background-size: 16px;
  padding-left: 25px;
  line-height: 1.5;
  box-sizing: border-box;
}

.group_company_list li span {
  font-size: 14px;
}

.group_company_list li.nolink {
  background: none;
}

.group_erea {
  margin-left: 60px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .group_erea {
    margin-left: 40px;
    font-size: 14px;
  }
}

.group_erea .txt_en {
  font-size: 12px;
}

.group_facility_list {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .group_facility_list {
    margin-left: -40px;
    width: 100%;
  }
}

.group_facility_list li {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #DADADA;
  width: 100%;
  padding: 15px 0;
  line-height: 1.5;
  box-sizing: border-box;
}

.group_facility_list li div {
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .group_facility_list li div {
    padding-right: 10px;
  }
}

.group_facility_list li div:nth-child(1) {
  width: 290px;
}

@media screen and (max-width: 768px) {
  .group_facility_list li div:nth-child(1) {
    min-width: 50%;
    width: 50%;
  }
}

.group_facility_list li span {
  font-size: 12px;
}

.group_bnr_list {
  list-style: none;
  margin: 0;
  width: 100%;
  min-width: 1000px;
  padding: 0;
  margin-left: 35px;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .group_bnr_list {
    min-width: 100%;
    align-content: center;
    margin-left: 10px;
  }
}

.group_bnr_list li {
  width: 31%;
  line-height: 1;
  padding-bottom: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .group_bnr_list li {
    width: 100%;
    padding-bottom: 10px;
  }
}

.group_bnr_list li a {
  display: block;
}

.group_bnr_list li object {
  min-width: 300px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .group_bnr_list li object {
    width: 100%;
    min-width: 100%;
  }
}

.group_overseas_list {
  margin-left: -10px;
  margin-bottom: 50px;
  list-style: none;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .group_overseas_list {
    margin-left: -30px;
  }
}

.group_overseas_list li {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #DADADA;
  padding: 15px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .group_overseas_list li {
    display: block;
  }
}

.group_overseas_list li div:nth-child(1) {
  min-width: 340px;
  width: 30%;
  word-break: break-all;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .group_overseas_list li div:nth-child(1) {
    width: 100%;
    min-width: 100%;
    padding-bottom: 10px;
  }
}

.group_overseas_list li div:nth-child(2) {
  width: 50%;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .group_overseas_list li div:nth-child(2) {
    width: 100%;
    min-width: 100%;
    padding-bottom: 10px;
  }
}

.group_overseas_list li div:nth-child(3) {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .group_overseas_list li div:nth-child(3) {
    width: 100%;
    min-width: 100%;
    padding-bottom: 10px;
  }
}

.group_overseas_list li .txt_en {
  font-size: 12px;
}

footer {
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  width: 100%;
  min-width: 1200px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    min-width: 100%;
  }
}

footer p {
  padding-bottom: 40px;
}

footer a {
  display: block;
}

/*# sourceMappingURL=../maps/style.css.map */
