@charset "UTF-8";
#company.company_index .h1_box {
  background-image: url("../img/company/title_bg.jpg");
  background-size: cover;
  background-position-x: 28%;
}

#company.company_index .txt {
  font-size: 1.7rem;
  font-weight: 600;
}

@media screen and (max-width: 1300px) {
  #company.company_index .txt {
    font-size: clamp(1.7rem, calc(0.25vw + 1.7rem), 26px);
  }
}

@media screen and (max-width: 700px) {
  #company.company_index .txt {
    font-size: clamp(1.1rem, calc(0.25vw + 1.1rem), 26px);
  }
}

#company.company_index .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 40px;
}

@media screen and (max-width: 700px) {
  #company.company_index .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#company.company_index .link .overview,
#company.company_index .link .data,
#company.company_index .link .column{
  display: block;
  background-image: url("../img/company/overview.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  max-width: 500px;
  width: 50vw;
  max-height: 340px;
  height: 28vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: .5em;
  color: #0a798a;
  border: 1px solid #a0a0a0;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 2px 2px 4px #ffffff, -2px 2px 4px #ffffff, 2px -2px 4px #ffffff, -2px -2px 4px #ffffff, 2px 0px 4px #ffffff, 0px 2px 4px #ffffff, -2px 0px 4px #ffffff, 0px -2px 4px #ffffff;
}

@media screen and (max-width: 1300px) {
  #company.company_index .link .overview,
  #company.company_index .link .data,
  #company.company_index .link .column{
    font-size: clamp(2rem, calc(0.25vw + 2rem), 26px);
  }
}

@media screen and (max-width: 700px) {
  #company.company_index .link .overview,
  #company.company_index .link .data,
  #company.company_index .link .column{
    width: calc(100vw - 40px);
    height: 50vw;
    margin: 20px;
  }
}

#company.company_index .link .data{
  background-image: url("../img/company/keyword.jpg");
  margin-left: 20px;
}

#company.company_index .link .column{
  background-image: url("../img/company/column.jpg");
  margin-left: 20px;
}

#overview.overview_index h2,
#keyword.keyword_index h2,
#column.column_index h2,
#column .column_text{
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  #keyword.keyword_index h2 {
    margin-bottom: 30px;
  }
}

#overview.overview_index .h1_box {
  background-image: url("../img/company/overview/title_bg.jpg");
  background-size: cover;
  background-position-x: 28%;
}

#overview.overview_index .content_wrap {
  max-width: 1100px;
  margin: 0 auto;
}

#overview.overview_index .emj .img_box {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

#overview.overview_index .emj .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 950px) {
  #overview.overview_index .emj .content_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#overview.overview_index .emj .content_wrap .content_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 950px) {
  #overview.overview_index .emj .content_wrap .content_block {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  #overview.overview_index .emj .content_wrap .content_block {
    width: 100%;
  }
}

#overview.overview_index .emj .content_wrap .content_block div {
  overflow: hidden;
  padding: 0 30px 0 0;
  margin: 26px 0;
}

#overview.overview_index .emj .content_wrap .content_block div h3 {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: solid 2px #6FA832;
  border-right: none;
  color: #6FA832;
}

#overview.overview_index .emj .content_wrap .content_block div h3::before, #overview.overview_index .emj .content_wrap .content_block div h3::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: calc(100% - 2px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
}

@media screen and (max-width: 950px) {
  #overview.overview_index .emj .content_wrap .content_block div h3::before, #overview.overview_index .emj .content_wrap .content_block div h3::after {
    left: calc(100% - 4px);
  }
}

@media screen and (max-width: 600px) {
  #overview.overview_index .emj .content_wrap .content_block div h3::before, #overview.overview_index .emj .content_wrap .content_block div h3::after {
    left: calc(100% - 7px);
  }
}

#overview.overview_index .emj .content_wrap .content_block div h3::before {
  border-color: transparent transparent transparent #6FA832;
  border-width: 23px 0 23px 25px;
  z-index: -2;
}

#overview.overview_index .emj .content_wrap .content_block div h3::after {
  border-color: transparent transparent transparent #fff;
  border-width: 20px 0 20px 23px;
  z-index: -1;
}

#overview.overview_index .emj .content_wrap .content_block ul {
  padding: 0 30px 0 0;
}

#overview.overview_index .emj .content_wrap .content_block ul li {
  list-style-position: inside;
}

#overview.overview_index .emj .content_wrap .content_block.assign h3 {
  border-color: #219A5F;
  color: #219A5F;
}

#overview.overview_index .emj .content_wrap .content_block.assign h3::before {
  border-color: transparent transparent transparent #219A5F;
}

#overview.overview_index .emj .content_wrap .content_block.growth h3 {
  border-color: #21A9D1;
  color: #21A9D1;
}

#overview.overview_index .emj .content_wrap .content_block.growth h3::before {
  border-color: transparent transparent transparent #21A9D1;
}

#overview.overview_index .emj .content_wrap .content_block.reward h3 {
  border-color: #1272B6;
  color: #1272B6;
}

#overview.overview_index .emj .content_wrap .content_block.reward h3::before {
  border-color: transparent transparent transparent #1272B6;
}

#overview.overview_index .emj .content_wrap .content_block.work h3 {
  border-color: #7568A6;
  color: #7568A6;
}

#overview.overview_index .emj .content_wrap .content_block.work h3::before {
  border-color: transparent transparent transparent #7568A6;
}

#overview.overview_index .emj .content_wrap .content_block.execute h3 {
  border-color: #E1799E;
  color: #E1799E;
}

#overview.overview_index .emj .content_wrap .content_block.execute h3::before {
  border-color: transparent transparent transparent #E1799E;
}

#overview.overview_index .emj .content_wrap .content_block.health h3 {
  border-color: #EEB031;
  color: #EEB031;
}

#overview.overview_index .emj .content_wrap .content_block.health h3::before {
  border-color: transparent transparent transparent #EEB031;
}

#overview.overview_index .emj .content_wrap .content_block.retire h3 {
  border-color: #E98E5F;
  color: #E98E5F;
}

#overview.overview_index .emj .content_wrap .content_block.retire h3::before {
  border-color: transparent transparent transparent #E98E5F;
}

#overview.overview_index .history .img_box {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

#overview.overview_index .history .history_table .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#overview.overview_index .history .history_table .event .year {
  font-weight: bold;
  width: 15%;
  position: relative;
  text-align: right;
  margin: 0;
  padding: 17px 0;
}

@media screen and (max-width: 600px) {
  #overview.overview_index .history .history_table .event .year {
    width: 25%;
  }
}

#overview.overview_index .history .history_table .event .year::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 17px;
  color: #0a798a;
}

#overview.overview_index .history .history_table .event .year::after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  top: 15px;
  left: 7px;
  background-color: #0a798a;
}

#overview.overview_index .history .history_table .event .txt {
  width: 80%;
  background-color: #d9e9ec;
  padding: 1em 1em 1em 80px;
  border-radius: 0 40px 40px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  #overview.overview_index .history .history_table .event .txt {
    width: 70%;
    border-radius: 3vw;
    padding: 1em;
  }
}

#overview.overview_index .history .history_table .event .txt::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 300px 0 0 180px;
}

@media screen and (max-width: 600px) {
  #overview.overview_index .history .history_table .event .txt::before {
    content: none;
  }
}

#overview.overview_index .history .history_table .event:first-child .year::after {
  top: 25px;
}

#overview.overview_index .history .history_table .event:last-child .year::after {
  height: calc(100% - 17px);
}

#overview.overview_index .company .info {
  width: 100%;
  font-weight: 500;
}

#overview.overview_index .company .info tr {
  border-bottom: 2px solid #c0c0c0;
}

#overview.overview_index .company .info tr:nth-child(2n-1) {
  background-color: #f6f6f6;
}

#overview.overview_index .company .info tr:first-child {
  border-top: 2px solid #c0c0c0;
}

@media screen and (max-width: 600px) {
  #overview.overview_index .company .info tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#overview.overview_index .company .info tr th {
  padding: 1em;
  white-space: nowrap;
}

#overview.overview_index .company .info tr td {
  padding: 1em;
}

@media screen and (max-width: 600px) {
  #overview.overview_index .company .info tr td {
    text-align: center;
  }
}

#overview.overview_index .company .info tr td ul {
  text-align: left;
}

#overview.overview_index .company .info tr td span {
  display: inline-block;
}

#keyword.keyword_index .h1_box {
  background-image: url("../img/company/keyword/title_bg.jpg");
  background-size: cover;
  background-position-x: 28%;
}


#keyword.keyword_index .content_block {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border: 3px solid #c4ebf5;
  border-radius: 0 0 40px 40px;
  margin-bottom: 40px;
  padding-top: 0;
}

#keyword.keyword_index .content_block h3 {
  border: none;
  margin-bottom: 0;
  background-color: #0a798a;
  max-width: 300px;
  border-radius: 0 40px 40px 0;
  color: #ffffff;
}

#keyword.keyword_index .content_block h3::before {
  content: none;
}

#keyword.keyword_index .content_block .fc_green {
  color: #0a798a;
  font-size: 40px;
}

@media screen and (max-width: 600px) {
  #keyword.keyword_index .content_block .fc_green {
    font-size: 25px;
  }
}

#keyword.keyword_index .content_block .fc_blue {
  color: #037ab1;
}

#keyword.keyword_index .content_block .fc_orange {
  color: #ff5e17;
}

#keyword.keyword_index .content_block .fs_big {
  font-size: 100px;
}

@media screen and (max-width: 950px) {
  #keyword.keyword_index .content_block .fs_big {
    font-size: 80px;
  }
}

@media screen and (max-width: 600px) {
  #keyword.keyword_index .content_block .fs_big {
    font-size: 55px;
  }
}

#keyword.keyword_index .content_block .fs_small {
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  #keyword.keyword_index .content_block .fs_small {
    font-size: 14px;
  }
}

#keyword.keyword_index .content_block .fs_note {
  font-size: 14px;
  display: block;
  text-align: right;
}

#keyword.keyword_index .content_block.history {
  position: relative;
}

#keyword.keyword_index .content_block.history p {
  font-size: 35px;
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  #keyword.keyword_index .content_block.history p {
    font-size: 30px;
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  #keyword.keyword_index .content_block.history p {
    font-size: 22px;
  }
}

#keyword.keyword_index .content_block.history p.fc_green {
  text-align: center;
}

#keyword.keyword_index .content_block.history p.fs_small {
  font-size: 18px;
  text-align: center;
  margin: 40px auto;
  background-color: #c4ebf5;
}

@media screen and (max-width: 950px) {
  #keyword.keyword_index .content_block.history p.fs_small {
    max-width: 420px;
    margin: 40px;
  }
}

@media screen and (max-width: 600px) {
  #keyword.keyword_index .content_block.history p.fs_small {
    font-size: 14px;
  }
}

#keyword.keyword_index .content_block.history p.fs_small span {
  display: inline-block;
}

@media screen and (max-width: 950px) {
  #keyword.keyword_index .content_block.history .twocolumn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#keyword.keyword_index .content_block.history .twocolumn .img_box {
  position: absolute;
  bottom: 40px;
  left: 30px;
}

@media screen and (max-width: 950px) {
  #keyword.keyword_index .content_block.history .twocolumn .img_box {
    position: unset;
    margin: 40px;
    margin-right: 0;
  }
}

#keyword.keyword_index .content_block.health {
  position: relative;
}

#keyword.keyword_index .content_block.health .twocolumn ul {
  list-style: none;
  margin-top: 50px;
  padding-left: 0;
}

#keyword.keyword_index .content_block.health .twocolumn ul li {
  font-size: 35px;
  position: relative;
  padding-left: 0.5em;
  line-height: 1.2;
  margin: 0.6em;
}

@media screen and (max-width: 950px) {
  #keyword.keyword_index .content_block.health .twocolumn ul li {
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {
  #keyword.keyword_index .content_block.health .twocolumn ul li {
    font-size: 25px;
  }
}

#keyword.keyword_index .content_block.health .twocolumn ul li::before {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 1em;
  margin-right: .5em;
  background-color: #ffa017;
}

#keyword.keyword_index .content_block.health .twocolumn ul li::before .fs_small {
  font-size: 18px;
}

#keyword.keyword_index .content_block.health .twocolumn .img_box {
  position: absolute;
  right: 50px;
  bottom: 70px;
}

@media screen and (max-width: 950px) {
  #keyword.keyword_index .content_block.health .twocolumn .img_box {
    position: unset;
    margin-right: 0.6em;
  }
}

#keyword.keyword_index .content_block.divercity,
#keyword.keyword_index .content_block.health {
  text-align: center;
}

#keyword.keyword_index .content_block.divercity p {
  margin: 20px 30px;
  font-size: 40px;
}

@media screen and (max-width: 600px) {
  #keyword.keyword_index .content_block.divercity p {
    font-size: 25px;
  }
}

#keyword.keyword_index .content_block.divercity p .fs_big {
  font-size: 50px;
}

@media screen and (max-width: 600px) {
  #keyword.keyword_index .content_block.divercity p .fs_big {
    font-size: 40px;
  }
}

#keyword.keyword_index .content_block.divercity p .fs_small {
  display: block;
  text-align: right;
}

#keyword.keyword_index .content_block.divercity p.fs_note {
  font-size: 14px;
  text-align: left;
  display: block;
  width: 90%;
  margin: 40px auto;
}

#keyword.keyword_index .content_block.rate .twocolumn {
  margin: 50px 0;
}

#keyword.keyword_index .content_block.rate p {
  line-height: 1.2;
  margin: 0;
}

#keyword.keyword_index .content_block.rate p.fs_note {
  text-align: center;
  margin: 20px 10px 40px;
}

#keyword.keyword_index .content_block.remote .twocolumn {
  height: 80%;
  margin: 0 20px;
}

@media screen and (max-width: 950px) {
  #keyword.keyword_index .content_block.remote .twocolumn {
    margin: 40px 20px;
  }
}

#keyword.keyword_index .content_block.remote .twocolumn .img_box {
  margin-right: 20px;
  width: 100%;
}

#keyword.keyword_index .content_block.childcare .twocolumn {
  margin: 30px 0;
}

#keyword.keyword_index .content_block.childcare p {
  line-height: 1.2;
}

#keyword.keyword_index .content_block.childcare p.fs_note {
  margin: -20px 40px 40px 0;
}

#keyword.keyword_index .twocolumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#keyword.keyword_index .twocolumn.pc_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  #keyword.keyword_index .twocolumn.pc_col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 950px) {
  #keyword.keyword_index .twocolumn.sp_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#keyword.keyword_index .twocolumn .content_block {
  width: 48%;
}

@media screen and (max-width: 950px) {
  #keyword.keyword_index .twocolumn .content_block {
    width: 100%;
  }
}

#keyword.keyword_index .twocolumn .content_block .twocolumn {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

#keyword.keyword_index .about_work .about_workwrap {
  border: 3px solid #c4ebf5;
  border-radius: 0 0 40px 40px;
}

#keyword.keyword_index .about_work .about_workwrap .content_block {
  width: 95%;
  margin-top: 40px;
  min-height: unset;
  margin-bottom: 0;
  padding-top: 0;
}

#keyword.keyword_index .about_work .about_workwrap .content_block h3 {
  margin: 0;
  width: 100%;
  max-width: none;
  border-radius: 0;
}

#keyword.keyword_index .about_work .about_workwrap .content_block .twocolumn {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

#keyword.keyword_index .about_work .about_workwrap .content_block .twocolumn .img_box {
  width: 150px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#keyword.keyword_index .about_work .about_workwrap .content_block .twocolumn .txt {
  width: calc(100% - 150px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#keyword.keyword_index .about_work .about_workwrap .content_block .twocolumn p {
  line-height: 1.2;
}

#keyword.keyword_index .about_work .about_workwrap .content_block .twocolumn p .break {
  display: inline-block;
}

#keyword.keyword_index .about_work .about_workwrap .fs_note {
  text-align: right;
  width: 95%;
  margin: 20px auto;
}

#keyword.keyword_index .ictdep,
#keyword.keyword_index .lsdep {
  margin-top: 40px;
}

#keyword.keyword_index .ictdep h3,
#keyword.keyword_index .lsdep h3 {
  max-width: none;
  width: 95%;
  padding: 0 20px 5px;
}

#keyword.keyword_index .ictdep h4,
#keyword.keyword_index .lsdep h4 {
  position: relative;
  padding-left: 0.5em;
  line-height: 1.2;
  margin: 1em;
}

#keyword.keyword_index .ictdep h4::before,
#keyword.keyword_index .lsdep h4::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 1em;
  position: absolute;
  top: 0.25em;
  left: 0;
  background-color: #ffa017;
}

#keyword.keyword_index .ictdep p,
#keyword.keyword_index .lsdep p {
  text-align: center;
}

#keyword.keyword_index .ictdep p.fs_note,
#keyword.keyword_index .lsdep p.fs_note {
  text-align: right;
  margin: 14px 1em 40px;
}

#keyword.keyword_index .ictdep .img_box,
#keyword.keyword_index .lsdep .img_box {
  text-align: center;
}

#keyword.keyword_index .ictdep .txt {
  margin-bottom: 20px;
}

@media screen and (max-width: 950px) {
  #keyword.keyword_index .ictdep .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#keyword.keyword_index .ictdep .txt .txt_r {
  text-align: right;
  margin: 0 1em;
  line-height: 1.2;
}

#keyword.keyword_index .ictdep .txt .txt_r .wd_t {
  display: inline-block;
  width: 1.3em;
}

#column.column_index .h1_box {
  background-image: url("../img/company/column/title_bg.jpg");
  background-size: cover;
  background-position-x: 28%;
}

#column.column_index .content_wrap {
  max-width: 1100px;
  margin: 0 auto;
}

#column.column_index .column_text .image-right a{
  width: 180px;
  height: fit-content;
}
#column.column_index .column_text .image-right img{
  width: 180px;
  height: fit-content;
}
@media screen and (max-width: 700px) {
  #column.column_index .column_text .image-right a{
    width: 120px;
  }
  #column.column_index .column_text .image-right img{
    width: 120px;
  }
}

#column.column_index .column_text .image-right{
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 700px) {
  #column.column_index .column_text .image-right{
    display: block;
  }
}

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