@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap");
.layer__dark__with__bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/common/layer_dark_with_bg.png);
  background-size: cover;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
  .layer__dark__with__bg::after {
    background-image: url(../img/common/layer_dark_with_bg_sp.png);
  }
}

.pnkz__nav {
  position: relative;
  background: #F4F4F4;
}

.pnkz__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  background: #f4f4f4;
  height: 37px;
  line-height: 37px;
}

.pnkz__nav__list li:first-child {
  color: #FFF;
  min-width: 304px;
  height: 80px;
  padding-left: 42px;
  padding-right: 64px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 80px;
  z-index: 1;
  background: url("../img/common/title-bg.png") no-repeat;
  background-size: cover;
}

.breadcrumbs {
  font-size: 1.2rem;
  padding: 8px 4px;
}

.breadcrumbs span {
  margin: 0 4px;
}

.breadcrumbs span a {
  color: #AFAFAF;
}

@media screen and (max-width: 768px) {
  .pnkz__nav {
    background: transparent;
    position: absolute;
  }
  .pnkz__nav__list {
    background: transparent;
  }
  .pnkz__nav__list li:first-child {
    color: #fff;
    min-width: 200px;
    height: 49px;
    padding-left: 42px;
    padding-right: 58px;
    font-size: 1.3rem;
    line-height: 49px;
  }
  .breadcrumbs {
    font-size: 1.2rem;
    padding: 8px;
  }
  .breadcrumbs span {
    margin: 0 4px;
  }
  .breadcrumbs span a {
    color: #AFAFAF;
  }
}

.bg__black {
  background-color: #2C2C2C;
}

.just__inner {
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
}

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

.layer_green::after {
  content: '';
  background-color: rgba(29, 169, 71, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.layer_silver::after {
  content: '';
  background-color: rgba(244, 244, 244, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lower_main {
  position: relative;
  background-position: center center !important;
  background-size: cover !important;
  height: 367px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lower_main__left {
  position: absolute;
  top: 0;
  left: 0;
}

.lower_main__centertitle {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 6.0rem;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.lower_main__centertitle span {
  font-size: 2.0rem;
  font-weight: 500;
}

.lower_main__centertitle span::before {
  content: "\A";
  white-space: pre;
}

.lower_main__title {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  width: 100%;
  max-width: 950px;
  height: 128px;
  font-size: 3.4rem;
  font-weight: 500;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding-top: 34px;
  z-index: 1;
}

.lower_main__title span {
  font-size: 2.6rem;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  color: #109638;
}

.lower_main__title span::before {
  content: "\A";
  white-space: pre;
}

.lower_main__right {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .lower_main {
    height: 275px;
  }
  .lower_main__centertitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.0rem;
  }
  .lower_main__centertitle span {
    font-size: 1.5rem;
  }
  .lower_main__title {
    height: 85px;
    font-size: 2.0rem;
    padding-top: 34px;
    z-index: 1;
    width: calc(100% - 40px);
  }
  .lower_main__title span {
    font-size: 1.6rem;
  }
}

.page__desc {
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
  margin-top: 30px;
}

.page__desc__bold {
  font-weight: 700;
}

.page__desc__big__title {
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 59px;
}

@media screen and (max-width: 866px) {
  .page__desc {
    margin-top: 40.9px;
    padding: 0 20px;
  }
  .page__desc__big__title {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}

.outer_left_text_bottom_right_image_top {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-position: left 0 bottom 0, right 0 top 0;
  background-repeat: no-repeat, no-repeat;
}

.outer_left_text_bottom_right_image_top__inner {
  position: relative;
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
}

.outer_left_text_bottom_right_image_top__inner__midashi {
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 22px;
}

.outer_left_text_top_right_image_center {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-position: left 0 top 0, center bottom;
  background-repeat: no-repeat, no-repeat;
}

.outer_left_text_top_right_image_center__inner {
  position: relative;
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
}

.outer_left_text_top_right_image_center__inner__midashi {
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 22px;
}

.outer_left_image_top_right_text_bottom {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-position: right 0 bottom 0, left 0 top 0;
  background-repeat: no-repeat, no-repeat;
}

.outer_left_image_top_right_text_bottom__inner {
  position: relative;
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
}

.outer_left_image_top_right_text_bottom__inner__midashi {
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 22px;
}

.rectangle {
  margin-top: 139px;
  margin-bottom: 117px;
}

.rectangle__title {
  background-color: #f4f4f4;
  height: 301px;
}

.rectangle__title h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  padding-top: 60px;
  padding-bottom: 23.5px;
  background: url(../img/common/title_underbar.png) no-repeat;
  background-position: center bottom;
}

.rectangle__midashi {
  max-width: 950px;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 40px;
}

.rectangle__description {
  width: 100%;
  max-width: 950px;
  margin: -115px auto 0 auto;
  padding: 46px 62px 0 62px;
  background-color: #fff;
}

.rectangle__description__firsttext {
  margin-bottom: 58.5px;
}

.rectangle__description__midashi {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 16px;
}

.rectangle__description .text {
  margin-top: 42px;
  margin-bottom: 61px;
}

.rectangle__description__17goals {
  margin-top: 103px;
}

.rectangle__description .ceo_name {
  font-weight: 500;
  text-align: right;
}

.rectangle__description img {
  margin-top: 0;
}

.rectangle__description__narrow {
  padding: 0 58px;
}

.rectangle__description__narrow__image {
  margin: 60px auto 24px auto;
}

.rectangle__description__narrow__list {
  margin-bottom: 20px;
}

.rectangle__description__underspace {
  padding-bottom: 23px;
}

@media screen and (max-width: 990px) {
  .rectangle {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .rectangle__title {
    padding: 0 20px;
    height: 157px;
  }
  .rectangle__title h3 {
    font-size: 1.8rem;
    padding-top: 38.6px;
    padding-bottom: 16.5px;
    background: url(../img/common/title_underbar.png) no-repeat;
    background-position: center bottom;
  }
  .rectangle__description {
    width: calc(100% - 40px);
    margin: -50px 20px 0 20px;
    padding: 36px 22px 0;
  }
  .rectangle__description__firsttext {
    padding: 0 21px;
  }
  .rectangle__description__midashi {
    font-size: 1.6rem;
  }
  .rectangle__description img {
    max-width: 100%;
  }
  .rectangle__description__narrow {
    padding: 0;
  }
}

.intro_rectangle {
  margin-top: 157.9px;
}

.intro_rectangle__title {
  position: relative;
  height: 358px;
  background: url("../img/common/intro-flow-bg.png") no-repeat;
  background-position: center center;
  background-size: cover;
}

.intro_rectangle__title h3 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  padding-top: 44px;
  padding-bottom: 29.6px;
  background: url(../img/common/title_underbar_white.png) no-repeat;
  background-position: center bottom;
}

.intro_rectangle__description {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 848px;
  margin: -210px auto 0 auto;
  padding: 28px 48px 0 48px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.intro_rectangle__description .bold {
  font-weight: 700;
  margin-bottom: 12px;
}

@media screen and (max-width: 888px) {
  .intro_rectangle {
    margin-top: 30px;
    padding: 0;
  }
  .intro_rectangle__title {
    height: 157px;
  }
  .intro_rectangle__title h3 {
    font-size: 1.8rem;
    padding-top: 38.6px;
    padding-bottom: 16.5px;
  }
  .intro_rectangle__description {
    width: calc(100% - 40px);
    padding: 20px 0;
    margin: -60px auto 0 auto;
  }
  .intro_rectangle__description .bold {
    padding-left: 20px;
  }
}

.intro_table tr {
  display: block;
  border-bottom: 1px solid #707070;
  position: relative;
}

.intro_table tr:not(:last-child)::after {
  content: url("../img/common/sannkaku_shita.png");
  position: absolute;
  bottom: -12px;
  left: 92px;
  width: 38px;
  height: 24px;
}

.intro_table tr:nth-child(even) {
  border-bottom: 1px solid #707070;
}

.intro_table tr:last-child {
  border-bottom: none;
}

.intro_table tr th {
  min-width: 222px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 39px 37px;
}

.intro_table tr td {
  font-size: 1.6rem;
  padding: 39px;
}

.intro_table tr td .mtg_contents {
  font-weight: 700;
  margin: 24px auto 16px;
}

.intro_table tr td ul {
  margin-left: 1.8rem;
}

@media screen and (max-width: 888px) {
  .intro_table {
    margin-bottom: 0;
    padding: 22.5px 22.5px 0 22.5px;
  }
  .intro_table tr:not(:last-child)::after {
    background-image: url("../img/common/sannkaku_shita.png");
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: 38px;
    width: 31px;
    height: 19px;
    content: '';
  }
  .intro_table tr th {
    min-width: 100px;
    font-size: 1.2rem;
    padding: 0;
  }
  .intro_table tr td {
    font-size: 1.2rem;
    padding: 24px 0 24px 12px;
  }
}

.faq_rectangle {
  margin-top: 90.7px;
}

.faq_rectangle__title {
  position: relative;
  height: 358px;
  background-position: center center;
  background-size: cover !important;
}

.faq_rectangle__title.kindergarten {
  background: url("../img/kindergarten/main.png") no-repeat;
}

.faq_rectangle__title.school {
  background: url("../img/school/main.png") no-repeat;
}

.faq_rectangle__title.afterschool {
  background: url("../img/after-school-transfer/main.png") no-repeat;
}

.faq_rectangle__title.hospital {
  background: url("../img/hospital/main.png") no-repeat;
}

.faq_rectangle__title.dialysis {
  background: url("../img/dialysis/main.png") no-repeat;
}

.faq_rectangle__title.welfare {
  background: url("../img/nursing-facilities/main.png") no-repeat;
}

.faq_rectangle__title.employees {
  background: url("../img/employees-transfer/main.png") no-repeat;
}

.faq_rectangle__title.guests {
  background: url("../img/guests/main.png") no-repeat;
}

.faq_rectangle__title.local {
  background: url("../img/local-communities/main.png") no-repeat;
}

.faq_rectangle__title.maas {
  background: url("../img/maas/main.png") no-repeat;
}

.faq_rectangle__title h3 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  padding-top: 44px;
  padding-bottom: 25.6px;
  background: url(../img/common/title_underbar_white.png) no-repeat;
  background-position: center bottom;
}

.faq_rectangle__description {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 826px;
  margin: -210px auto 0 auto;
  padding: 44px 58px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.faq_rectangle__description img {
  margin-top: 60px;
}

.faq_rectangle__description .midashi {
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.faq_rectangle__description .tuketashi {
  padding-bottom: 39px;
}

@media screen and (max-width: 888px) {
  .faq_rectangle {
    margin-top: 66px;
  }
  .faq_rectangle__title {
    height: 157px;
  }
  .faq_rectangle__title h3 {
    font-size: 1.8rem;
    padding-top: 38.6px;
    padding-bottom: 16.5px;
  }
  .faq_rectangle__description {
    padding: 30px 23px;
    width: calc(100% - 40px);
    margin: -50px auto 0 auto;
  }
  .faq_rectangle__description .midashi {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.flow_rectangle {
  margin-top: 97px;
}

.flow_rectangle__title {
  position: relative;
  height: 358px;
  background: url("../img/service-nursery/faq-bg.png") no-repeat;
  background-position: center center;
  background-size: cover;
}

.flow_rectangle__title h3 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  padding-top: 44px;
  padding-bottom: 20px;
  background: url(../img/common/title_underbar_white.png) no-repeat;
  background-position: center bottom;
}

.flow_rectangle__description {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 848px;
  margin: -230px auto 0 auto;
  padding: 16px 24px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.flow_rectangle__description img {
  margin-top: 60px;
}

.flow_rectangle__description .midashi {
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.flow_rectangle__description .tuketashi {
  padding-bottom: 39px;
}

.flow_table {
  margin-bottom: 26px;
}

.flow_table tr {
  border-bottom: 1px solid #707070;
  position: relative;
}

.flow_table tr:not(:last-child)::after {
  content: url("../img/common/sannkaku_shita.png");
  position: absolute;
  bottom: -12px;
  left: 100px;
  width: 38px;
  height: 24px;
}

.flow_table tr:nth-child(even) {
  border-bottom: 1px solid #707070;
}

.flow_table tr:last-child {
  border-bottom: none;
}

.flow_table tr th {
  min-width: 222px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 39px;
}

.flow_table tr td {
  font-size: 1.6rem;
  padding: 39px;
}

.flow_table tr td .mtg_contents {
  font-weight: 700;
  margin: 24px auto 16px;
}

.flow_table tr td ul {
  margin-left: 18px;
}

.other_service {
  margin-top: 111px;
}

.other_service__container {
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
  margin-top: 43px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
}

.other_service__container__item {
  -ms-flex-preferred-size: 32.3%;
      flex-basis: 32.3%;
  margin-top: 7px;
  height: 100px;
  background-color: #1DA947;
  position: relative;
}

.other_service__container__item.active {
  background-color: #F4F4F4;
}

.other_service__container__item.active a {
  color: #2c2c2c;
}

.other_service__container__item.active a.disable {
  pointer-events: none;
}

.other_service__container__item a {
  font-size: 2.0rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other_service__container__item a::after {
  content: '>';
  position: absolute;
  right: 19px;
  top: 37px;
}

.other_service__container__item a .other_service__container__item__inner {
  padding-left: 26px;
}

@media screen and (max-width: 990px) {
  .other_service {
    margin-top: 52.6px;
  }
  .other_service__container {
    margin-top: 32.9px;
    padding: 0 20px;
    display: block;
  }
  .other_service__container__item {
    margin-top: 3px;
    width: 100%;
    height: 55px;
    text-align: center;
  }
  .other_service__container__item a {
    font-size: 1.2rem;
    height: 55px;
  }
  .other_service__container__item a::after {
    right: 26px;
    top: 20px;
  }
}

.lower_title_pnkz {
  position: relative;
  background: #F4F4F4;
  color: #2C2C2C;
}

.lower_title_pnkz__title {
  position: absolute;
  min-width: 304px;
  height: 80px;
  padding-left: 42px;
  padding-right: 64px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 80px;
  z-index: 1;
  background: url("../img/common/title-bg.png") no-repeat;
  background-size: cover;
}

.lower_title_pnkz__pnkz {
  font-size: 1.2rem;
  font-weight: 400;
  background: #f4f4f4;
  height: 37px;
  line-height: 37px;
  padding-left: 305px;
}

@media screen and (max-width: 768px) {
  .lower_title_pnkz__title {
    position: absolute;
    width: 200px;
    height: 46.6px;
    font-size: 1.3rem;
    padding-left: 20px;
    line-height: 46.6px;
    text-align: left;
    background-size: cover;
  }
}

.seven__block__container {
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.seven__block__container__item {
  position: relative;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}

.seven__block__container__item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.seven__block__container__item a:before {
  content: '';
  background-color: rgba(103, 102, 102, 0.89);
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}

.seven__block__container__item a.no__musk {
  pointer-events: none;
}

.seven__block__container__item a.no__musk:before {
  content: none;
}

.seven__block__container__item a img {
  width: 100%;
}

.seven__block__container__item a span {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 23px;
  left: 50px;
}

.seven__block__container__item:last-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (max-width: 768px) {
  .seven__block__container {
    margin-top: 77px;
  }
  .seven__block__container__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 1.5rem;
  }
  .seven__block__container__item a span {
    bottom: 23px;
    left: 20px;
  }
}

.two__block__container {
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.two__block__container__item {
  position: relative;
  -ms-flex-preferred-size: calc(100% / 2);
      flex-basis: calc(100% / 2);
}

.two__block__container__item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.two__block__container__item a:before {
  content: '';
  background-color: rgba(103, 102, 102, 0.89);
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}

.two__block__container__item a.no__musk {
  pointer-events: none;
}

.two__block__container__item a.no__musk:before {
  content: none;
}

.two__block__container__item a img {
  width: 100%;
}

.two__block__container__item a span {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 23px;
  left: 50px;
}

@media screen and (max-width: 768px) {
  .two__block__container {
    margin-top: 77px;
  }
  .two__block__container__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 1.5rem;
  }
  .two__block__container__item a span {
    bottom: 23px;
    left: 20px;
  }
}

.one__block__container {
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.one__block__container__item {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.one__block__container__item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.one__block__container__item a:before {
  content: '';
  background-color: rgba(103, 102, 102, 0.6);
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}

.one__block__container__item a.no__musk {
  pointer-events: none;
}

.one__block__container__item a.no__musk:before {
  content: none;
}

.one__block__container__item a img {
  width: 100%;
}

.one__block__container__item a span {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 23px;
  left: 50px;
}

@media screen and (max-width: 768px) {
  .one__block__container {
    margin-top: 77px;
  }
  .one__block__container__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 1.5rem;
  }
  .one__block__container__item a span {
    bottom: 23px;
    left: 20px;
  }
}

.merit_table {
  border-collapse: collapse;
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
  margin-bottom: 29.8px;
  margin-top: 36px;
}

.merit_table tr:nth-child(odd) {
  background-color: #fafafa;
}

.merit_table tr:nth-child(even) {
  border-top: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
}

.merit_table tr th {
  min-width: 300px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 39px;
}

.merit_table tr td {
  font-size: 1.6rem;
  padding: 39px;
  padding: 28px;
}

@media screen and (max-width: 866px) {
  .merit_table {
    margin-top: 21px !important;
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
  }
  .merit_table tr th,
  .merit_table tr td {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    padding: 0 23px;
  }
  .merit_table tr th {
    padding-top: 20px;
  }
  .merit_table tr td {
    padding-top: 14.8px;
    padding-bottom: 20px;
  }
  .merit_desc {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.left__border__green__midashi__text {
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
}

.left__border__green__midashi__text__midashi {
  font-size: 2.0rem;
  font-weight: 700;
  padding-left: 12px;
  border-left: 4px solid #1DA947;
  margin-top: 63px;
  margin-bottom: 20px;
}

.left__border__green__midashi__text__text.mt35 {
  margin-top: 35px;
}

.left__border__green__midashi__text__text span {
  color: #1DA947;
}

.left__border__green__midashi__text__text span.mt35 {
  margin-top: 35px;
  display: block;
}

.left__border__green__midashi__text ul {
  margin-top: 14px;
}

.left__border__green__midashi__text ul li {
  text-indent: -1.5rem;
  padding-left: 1.75rem;
}

.left__border__green__midashi__text__image {
  text-align: center;
  margin: 0 auto;
  margin-top: 24px;
}

.left__border__green__midashi__text__table {
  width: 100%;
  margin-top: 14px;
  border-collapse: collapse;
}

.left__border__green__midashi__text__table td,
.left__border__green__midashi__text__table th {
  border: 1px solid #000;
  padding: 20px 14px;
}

.left__border__green__midashi__text__table td:first-child {
  background: #F4F4F4;
}

.left__border__green__midashi__text__table th {
  background: #F4F4F4;
}

.left__border__green__midashi__text__table .even {
  background: #fbf8f0;
}

.left__border__green__midashi__text__table .odd {
  background: #fefcf9;
}

.left__border__green__midashi__text__table__complicated {
  width: 100%;
  margin-top: 14px;
  border-collapse: collapse;
}

.left__border__green__midashi__text__table__complicated td,
.left__border__green__midashi__text__table__complicated th {
  border: 1px solid #000;
  padding: 20px;
  min-width: 134px;
}

.left__border__green__midashi__text__table__complicated .bg__gray {
  background: #F4F4F4;
  text-align: center;
}

@media screen and (max-width: 866px) {
  .left__border__green__midashi__text {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .left__border__green__midashi__text__midashi {
    font-size: 1.4rem;
    margin-top: 45px;
    margin-bottom: 17.5px;
  }
  .left__border__green__midashi__text__text.mt35 {
    margin-top: 35px;
  }
  .left__border__green__midashi__text__text span {
    color: #1DA947;
  }
  .left__border__green__midashi__text__text span.mt35 {
    margin-top: 35px;
    display: block;
  }
  .left__border__green__midashi__text ul {
    margin-top: 14px;
  }
  .left__border__green__midashi__text ul li {
    font-size: 1.2rem;
    text-indent: -1.5rem;
    padding-left: 1.75rem;
  }
  .left__border__green__midashi__text__image {
    text-align: center;
    margin: 0 auto;
    margin-top: 24px;
  }
  .left__border__green__midashi__text__table {
    width: 100%;
    margin-top: 14px;
    border-collapse: collapse;
    display: block;
    overflow: scroll;
  }
  .left__border__green__midashi__text__table td,
  .left__border__green__midashi__text__table th {
    border: 1px solid #000;
    padding: 20px 8px;
    min-width: 100px;
  }
  .left__border__green__midashi__text__table td.sp__fixed,
  .left__border__green__midashi__text__table th.sp__fixed {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .left__border__green__midashi__text__table td.sp__fixed:before,
  .left__border__green__midashi__text__table th.sp__fixed:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
  .left__border__green__midashi__text__table td:first-child {
    background: #F4F4F4;
  }
  .left__border__green__midashi__text__table th {
    background: #F4F4F4;
  }
  .left__border__green__midashi__text__table .even {
    background: #fbf8f0;
  }
  .left__border__green__midashi__text__table .odd {
    background: #fefcf9;
  }
  .left__border__green__midashi__text__table__complicated {
    width: 100%;
    margin-top: 14px;
    border-collapse: collapse;
    display: block;
    overflow: scroll;
  }
  .left__border__green__midashi__text__table__complicated td,
  .left__border__green__midashi__text__table__complicated th {
    border: 1px solid #000;
    padding: 20px 8px;
    min-width: 134px;
    min-width: 100px;
  }
  .left__border__green__midashi__text__table__complicated td.sp__fixed,
  .left__border__green__midashi__text__table__complicated th.sp__fixed {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .left__border__green__midashi__text__table__complicated td.sp__fixed:before,
  .left__border__green__midashi__text__table__complicated th.sp__fixed:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
  .left__border__green__midashi__text__table__complicated td.sp__fixed__right,
  .left__border__green__midashi__text__table__complicated th.sp__fixed__right {
    position: -webkit-sticky;
    position: sticky;
    left: 100px;
  }
  .left__border__green__midashi__text__table__complicated td.sp__fixed__right:before,
  .left__border__green__midashi__text__table__complicated th.sp__fixed__right:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
  .left__border__green__midashi__text__table__complicated .bg__gray {
    background: #F4F4F4;
    text-align: center;
  }
}

.flow__table {
  width: 826px;
  margin: 0 auto;
  margin-bottom: 35px;
  border-collapse: collapse;
}

.flow__table tr {
  border-bottom: 1px solid #707070;
  position: relative;
}

.flow__table tr:not(:last-child)::after {
  content: url("../img/common/sannkaku_shita.png");
  position: absolute;
  bottom: -12px;
  left: 90px;
  width: 38px;
  height: 24px;
}

.flow__table tr:last-child {
  border-bottom: none;
}

.flow__table tr th {
  min-width: 222px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 39px;
}

.flow__table tr td {
  font-size: 1.6rem;
  padding: 39px;
}

.flow__table tr td .mtg_contents {
  font-weight: 700;
  margin: 24px auto 16px;
}

.flow__table tr td ul {
  margin-left: 18px;
}

@media screen and (max-width: 768px) {
  .flow__table {
    width: 100%;
    padding: 0 20px;
    display: block;
  }
  .flow__table tr:not(:last-child)::after {
    background-image: url("../img/common/sannkaku_shita.png");
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: 40px;
    width: 31px;
    height: 19px;
    content: '';
  }
  .flow__table tr:last-child {
    border-bottom: none;
  }
  .flow__table tr th {
    min-width: 110px;
    font-size: 1.2rem;
    padding: 10px;
  }
  .flow__table tr td {
    font-size: 1.2rem;
    padding: 25px 10px;
  }
  .flow__table tr td ul {
    margin-left: 18px;
  }
}

.work__flow {
  width: 100%;
  max-width: 826px;
  margin: 112px auto 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.work__flow.ichiran {
  margin-bottom: 141.8px;
}

.work__flow__item {
  -ms-flex-preferred-size: 31.8%;
      flex-basis: 31.8%;
  background: #1DA947;
  position: relative;
}

.work__flow__item.current {
  background: #F4F4F4;
}

.work__flow__item.current:after {
  border-top: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.work__flow__item:after {
  position: absolute;
  content: '';
  color: #fff;
  right: 16px;
  top: 29px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.work__flow__item a {
  padding: 23px 0 23px 25px;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.0rem;
  line-height: 2.0rem;
}

.work__flow__item p {
  padding: 23px 0 23px 25px;
  display: block;
  width: 100%;
  height: 100%;
  color: #2C2C2C;
  font-size: 2.0rem;
  line-height: 2.0rem;
}

@media screen and (max-width: 768px) {
  .work__flow {
    padding: 0 20px;
    margin: 48.6px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .work__flow__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 3px;
  }
  .work__flow__item p img {
    width: 100%;
  }
}

.voice_section {
  position: relative;
  width: 100%;
  margin-top: 79px;
  position: relative;
}

.voice_section.no_bg:before {
  background: none;
}

.voice_section:before {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/common/voice_midashi_bg.png") no-repeat left center/47vw auto;
  width: 47%;
  height: 133.8px;
}

.voice_section__above {
  max-width: 826px;
  margin: 0 auto;
}

.voice_section__above__midashi {
  padding: 30px 0 0 46px;
  font-size: 2.0rem;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  color: #1DA947;
  position: relative;
}

.voice_section__above__midashi span {
  color: #2C2C2C;
  color: 2.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.voice_section__above__midashi span::before {
  content: "\A";
  white-space: pre;
}

.voice_section__above__figure {
  position: absolute;
  right: 58px;
  top: 20px;
  z-index: -1;
}

.voice_section__box {
  position: relative;
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
  background: url("../img/common/voice_bg.png") no-repeat;
  background-size: 100% 100%;
  z-index: -2;
}

.voice_section__box__inner {
  padding: 113px 58px 72.9px 58px;
}

.voice_section__box__inner__bold {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.voice_section__box__inner__button {
  margin-top: 40px;
  margin-bottom: 27px;
  text-align: center;
}

.voice_section__below {
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
}

.voice_section__below__text {
  margin-top: 52.1px;
}

.voice_section__below__link {
  margin-top: 49px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .voice_section {
    margin-top: 32.7px;
  }
  .voice_section:before {
    height: 58.91px;
    background-size: 100% 100%;
  }
  .voice_section__above {
    width: calc(100% - 40px);
  }
  .voice_section__above__midashi {
    padding: 10px 0 0 20px;
    font-size: 1.2rem;
  }
  .voice_section__above__midashi span {
    color: 1.4rem;
  }
  .voice_section__above__figure {
    position: absolute;
    right: 43px;
    top: 40px;
  }
  .voice_section__box {
    width: calc(100% - 40px);
  }
  .voice_section__box__inner {
    padding: 37px 27px 27px;
  }
  .voice_section__box__inner__bold {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 18px;
  }
  .voice_section__box__inner__button {
    margin-top: 40px;
    margin-bottom: 27px;
    text-align: center;
  }
  .voice_section__below {
    padding: 0 20px;
  }
  .voice_section__below__text {
    margin-top: 35.6px;
  }
  .voice_section__below__link {
    margin-top: 26.4px;
    text-align: center;
  }
}

article {
  max-width: 826px;
  margin: 105px auto 138px;
}

article .green {
  color: #1DA947;
  font-weight: 500;
}

article h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 41.7px;
}

article img {
  margin: 29px auto;
}

article p strong {
  font-weight: 700;
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 60%;
  margin: 0 auto 36.5px;
}

.recruit3 {
  height: 556px;
  margin: 200px 0;
  position: relative;
}

.recruit3__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: url("../img/recruit/1.png") no-repeat left top;
  height: 395.1px;
  height: 100%;
}

.recruit3__inner__item {
  -ms-flex-preferred-size: 331px;
      flex-basis: 331px;
  max-width: 826px;
  height: 430px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.recruit3__inner__item__right {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  position: relative;
  z-index: 1;
  padding: 24px 0 24px 24px;
}

.recruit3__inner__item__right__title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 29px;
}

.recruit3__inner__item__right__text {
  margin-bottom: 29.2px;
}

.recruit3__inner__item__right__link {
  margin-bottom: 29.2px;
}

.recruit3:after {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/recruit/bg1.png") no-repeat right bottom/65vw auto;
  width: 65%;
  height: 430px;
  bottom: 0;
  right: 0;
}

.left__skew__box__right__image {
  height: 560px;
  margin: 0 auto;
  position: relative;
}

.left__skew__box__right__image__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: url("../img/recruit/2.png") no-repeat right top;
  height: 395.1px;
  height: 100%;
}

.left__skew__box__right__image__inner__item {
  -ms-flex-preferred-size: 331px;
      flex-basis: 331px;
  max-width: 826px;
  height: 430px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.left__skew__box__right__image__inner__item__left {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  position: relative;
  z-index: 1;
  padding: 24px 24px 24px 0;
}

.left__skew__box__right__image__inner__item__left__title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 29px;
}

.left__skew__box__right__image__inner__item__left__text {
  margin-bottom: 29.2px;
}

.left__skew__box__right__image__inner__item__left__link {
  margin-bottom: 29.2px;
}

.left__skew__box__right__image:before {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/recruit/bg2.png") no-repeat left bottom/65vw auto;
  width: 65%;
  height: 430px;
  bottom: 0;
  left: 0;
}

.left__image__right__skew__box {
  height: 556px;
  margin: 200px 0;
  position: relative;
}

.left__image__right__skew__box__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: url("../img/recruit/1.png") no-repeat left top;
  height: 395.1px;
  height: 100%;
}

.left__image__right__skew__box__inner__item {
  -ms-flex-preferred-size: 331px;
      flex-basis: 331px;
  max-width: 826px;
  height: 430px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.left__image__right__skew__box__inner__item__right {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  position: relative;
  z-index: 1;
  padding: 24px 0 24px 24px;
}

.left__image__right__skew__box__inner__item__right__title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 29px;
}

.left__image__right__skew__box__inner__item__right__text {
  margin-bottom: 29.2px;
}

.left__image__right__skew__box__inner__item__right__link {
  margin-bottom: 29.2px;
}

.left__image__right__skew__box:after {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/recruit/bg1.png") no-repeat right bottom/65vw auto;
  width: 65%;
  height: 430px;
  bottom: 0;
  right: 0;
}

#satori__creative_container {
  margin: 120px 0 160px;
}

@media screen and (max-width: 768px) {
  #satori__creative_container {
    margin: 60px 0 80px;
  }
}

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