@charset "UTF-8";
@media screen and (min-width: 1921px) {
  .l-business .l-top_visual__inner::before,
  .l-business_solution .l-top_visual__inner::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 1449px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 266px 111px;
    border-color: transparent transparent #f6f9f8 transparent;
    z-index: 10;
  }
}
.l-business .l-top_visual__photo,
.l-business_solution .l-top_visual__photo {
  background: url("../images/base/photo_top_visual_business_solution.png") no-repeat center;
  background-size: cover;
  transform: none;
  width: calc( 50vw + 268px );
  left: calc( -3.125vw + 392px );
}
@media screen and (min-width: 1920px) {
  .l-business .l-top_visual__photo,
  .l-business_solution .l-top_visual__photo {
    width: 1228px;
    left: 332px;
  }
}
@media screen and (max-width: 1280px) {
  .l-business .l-top_visual__photo,
  .l-business_solution .l-top_visual__photo {
    width: 908px;
  }
}
@media screen and (max-width: 900px) {
  .l-business .l-top_visual__photo,
  .l-business_solution .l-top_visual__photo {
    width: calc( 96.154vw + 145.615px );
    left: calc( 3.462vw + -142.154px );
  }
}
@media screen and (max-width: 640px) {
  .l-business .l-top_visual__photo,
  .l-business_solution .l-top_visual__photo {
    width: calc( 125vw + -40px );
    left: calc( -25vw + 40px );
  }
}
@media screen and (max-width: 320px) {
  .l-business .l-top_visual__photo,
  .l-business_solution .l-top_visual__photo {
    width: 360px;
    left: -40px;
  }
}
.l-business .l-top_visual__photo img,
.l-business_solution .l-top_visual__photo img {
  display: none;
}

.p-business_card_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -32px;
}
@media screen and (max-width: 900px) {
  .p-business_card_list {
    margin-top: calc( -6.539vw + 26.846px );
  }
}
@media screen and (max-width: 640px) {
  .p-business_card_list {
    margin-top: -15px;
  }
}
.p-business_card_list > li {
  width: 380px;
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-business_card_list > li {
    width: calc(50% - 10px);
    margin-top: calc( 6.538vw + -26.847px );
  }
}
@media screen and (max-width: 640px) {
  .p-business_card_list > li {
    width: calc(50% - 8px);
    margin-top: 15px;
  }
}
@media screen and (max-width: 440px) {
  .p-business_card_list > li {
    width: 100%;
  }
}
.p-business_card_list__link {
  display: block;
  height: 100%;
}
.p-business_card_list__cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f6f9f8;
  padding-top: 3px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-business_card_list__cont {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }
}
@media screen and (max-width: 440px) {
  .p-business_card_list__cont {
    flex-direction: row;
    align-items: center;
  }
}
.p-business_card_list__cont::before {
  content: "";
  position: absolute;
  top: 0;
  background: #19aa46;
  width: 100%;
  height: 3px;
}
.p-business_card_list__cont::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #19aa46 transparent;
  transition: border 0.4s ease-out;
}
.p-business_card_list__link:hover .p-business_card_list__cont::after {
  border-width: 0 0 0 0;
}
.p-business_card_list__cont > .ttl {
  order: 2;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 700;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
  line-height: 1.529;
  transition: color 0.4s ease-out;
}
.p-business_card_list__link:hover .p-business_card_list__cont > .ttl {
  color: #19aa46;
}
@media screen and (max-width: 900px) {
  .p-business_card_list__cont > .ttl {
    padding: 0 15px;
    font-size: calc( 0.769vw + 10.077px );
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .p-business_card_list__cont > .ttl {
    padding: 20px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 440px) {
  .p-business_card_list__cont > .ttl {
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .p-business_card_list__cont > .ttl br {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .p-business_card_list__cont > .ttl br {
    display: inline;
  }
}
.p-business_card_list__cont > .ttl > ._sub {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .p-business_card_list__cont > .ttl > ._sub {
    font-size: 13px;
  }
}
.p-business_card_list__cont > .photo {
  order: 1;
  display: block;
  overflow: hidden;
  width: 192px;
}
@media screen and (max-width: 900px) {
  .p-business_card_list__cont > .photo {
    width: calc( 24.615vw + -29.539px );
  }
}
@media screen and (max-width: 640px) {
  .p-business_card_list__cont > .photo {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .p-business_card_list__cont > .photo {
    width: calc( 53.333vw + -42.667px );
  }
}
@media screen and (max-width: 320px) {
  .p-business_card_list__cont > .photo {
    width: 144px;
  }
}
.p-business_card_list__cont > .photo > ._inner {
  position: relative;
  padding-bottom: 66.666%;
}
.p-business_card_list__cont > .photo > ._inner > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease-out;
  transform: translate(-50%, -50%);
}
.p-business_card_list__link:hover .p-business_card_list__cont > .photo > ._inner > img {
  transform: translate(-50%, -50%) scale(1.05) rotate(0.01deg);
}

.p-business_header > .copy {
  margin-bottom: 32px;
}
.p-business_header__copy {
  font-size: 21px;
  font-weight: 500;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
  /*max-height: 100%;*/
  margin-top: -6.4995px;
  margin-bottom: -6.4995px;
  line-height: 1.619;
}
@media screen and (max-width: 900px) {
  .p-business_header__copy {
    font-size: calc( 1.538vw + 7.154px );
    /*max-height: 100%;*/
    margin-top: -6.5025px;
    margin-bottom: -6.5025px;
    line-height: 1.765;
  }
}
@media screen and (max-width: 640px) {
  .p-business_header__copy {
    font-size: 17px;
  }
}
.p-business_header__cont {
  display: flex;
}
@media screen and (max-width: 640px) {
  .p-business_header__cont {
    flex-wrap: wrap;
  }
}
.p-business_header__cont > .text {
  flex: 0 1 auto;
  /*max-height: 100%;*/
  margin-top: -8px;
  margin-bottom: -8px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-business_header__cont > .text {
    /*max-height: 100%;*/
    margin-top: -6.936px;
    margin-bottom: -6.936px;
    line-height: 1.867;
  }
}
.p-business_header__cont > .photo {
  flex: 1 0 300px;
  margin-left: 24px;
}
@media screen and (max-width: 900px) {
  .p-business_header__cont > .photo {
    flex-basis: calc( 30.769vw + 23.077px );
    margin-left: 16px;
  }
}
@media screen and (max-width: 640px) {
  .p-business_header__cont > .photo {
    flex-basis: 100%;
    margin-top: 24px;
    margin-left: 0;
  }
}
.p-business_header__cont > .photo > figcaption {
  font-size: 13px;
  text-align: center;
  /*max-height: 100%;*/
  margin-top: 7.4px;
  margin-bottom: -2.6px;
  line-height: 1.4;
}
.p-business_header__cont > .photo > figcaption > span {
  display: inline-block;
}
.p-business_header__cont > .photo > img {
  width: 100%;
}

.p-business_header_anker__list {
  counter-reset: section;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 720px) {
  .p-business_header_anker__list {
    border-top: solid 2px #19aa46;
  }
}
.p-business_header_anker__list > li {
  width: 284px;
}
@media screen and (max-width: 900px) {
  .p-business_header_anker__list > li {
    width: calc( 33.3% - 10px );
  }
}
@media screen and (max-width: 720px) {
  .p-business_header_anker__list > li {
    width: 100%;
  }
}
.p-business_header_anker__link {
  display: block;
}
.p-business_header_anker__cont {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-top: solid 2px #19aa46;
  border-bottom: solid 1px #dbdde1;
}
@media screen and (max-width: 720px) {
  .p-business_header_anker__cont {
    border-top: none;
  }
}
.p-business_header_anker__cont::before {
  content: "0" counter(section);
  counter-increment: section;
  display: block;
  padding: 11px 10px 10px 7px;
  margin-right: 15px;
  border-right: dotted 1px #b8bbc3;
  color: #19aa46;
  font-weight: 400;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 32px;
}
@media screen and (max-width: 900px) {
  .p-business_header_anker__cont::before {
    margin-right: 9px;
    font-size: 28px;
  }
}
.p-business_header_anker__cont::after {
  content: "\f063";
  margin: 0 6px 0 auto;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 13px;
  color: #19aa46;
}
.p-business_header_anker__cont > .ttl {
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-feature-settings: 'palt';
  line-height: 1.467;
  transition: color 0.3s ease-out;
}
.p-business_header_anker__link:hover .p-business_header_anker__cont > .ttl {
  color: #19aa46;
}
@media screen and (max-width: 900px) {
  .p-business_header_anker__cont > .ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 720px) {
  .p-business_header_anker__cont > .ttl {
    padding: 0 40px 0 0;
  }
}
.p-business_header_anker__cont span {
  display: inline-block;
}

.p-environment_mark {
  margin-top: 44px;
}
@media screen and (max-width: 900px) {
  .p-environment_mark {
    margin-top: 32px;
  }
}
.p-environment_mark__list > li:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__list > li:not(:first-child) {
    margin-top: 20px;
  }
}
.p-environment_mark__cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px 30px 26px;
  border: solid 1px #c9c9c9;
  border-top-width: 3px;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont {
    align-items: center;
    padding: 20px 15px;
  }
}
.p-environment_mark__cont > .ttl {
  order: 1;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  /*max-height: 100%;*/
  margin-top: -4.0035px;
  margin-bottom: -4.0035px;
  line-height: 1.471;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont > .ttl {
    order: 2;
    width: calc(100% - 48px - 12px);
    font-size: calc( 0.769vw + 10.077px );
    /*max-height: 100%;*/
    margin-top: -5.0025px;
    margin-bottom: -5.0025px;
    line-height: 1.667;
  }
}
@media screen and (max-width: 640px) {
  .p-environment_mark__cont > .ttl {
    font-size: 15px;
  }
}
.p-environment_mark__cont > .ttl_t {
  order: 1;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  /*max-height: 100%;*/
  margin-top: -4.0035px;
  margin-bottom: -4.0035px;
  line-height: 1.471;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont > .ttl_t {
    order: 2;
    width: calc(100% - 88px);
    font-size: calc( 0.769vw + 10.077px );
    /*max-height: 100%;*/
    margin-top: -5.0025px;
    margin-bottom: -5.0025px;
    line-height: 1.667;
  }
}
@media screen and (max-width: 640px) {
  .p-environment_mark__cont > .ttl_t {
    font-size: 15px;
  }
} /* 燻蒸用にttl_fを追記（出來谷：20200917） */
.p-environment_mark__cont > .text {
  order: 3;
  /*width: 740px;*/
  width: calc(100% - 75px - 25px);
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont > .text {
    width: 100%;
    margin-top: 24px;
  }
}
.p-environment_mark__cont > .text .c-annotation {
  padding-left: 1em;
  text-indent: -1em;
}
.p-environment_mark__cont > .text .c-related {
  font-size: 14px;
}
.p-environment_mark__cont > .text .c-related > em {
  display: inline-block;
  margin-right: 0.3em;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont > .text .c-related > em {
    display: block;
    margin-bottom: 8px;
  }
}
.p-environment_mark__cont > .text > p {
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: 14.9975px;
  margin-bottom: -5.0025px;
  line-height: 1.667;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont > .text > p {
    /*max-height: 100%;*/
    margin-top: 15.002px;
    margin-bottom: -4.998px;
    line-height: 1.714;
  }
}
.p-environment_mark__cont > .text > p:first-child {
  margin-top: -5.0025px;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont > .text > p:first-child {
    margin-top: -4.998px;
  }
}
.p-environment_mark__cont > .text_f {
  order: 3;
  /*width: 740px;*/
  width: calc(100% - 162px);
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont > .text_f {
    width: 100%;
    margin-top: 24px;
  }
}
.p-environment_mark__cont > .text_f .c-annotation {
  padding-left: 1em;
  text-indent: -1em;
}
.p-environment_mark__cont > .text_f .c-related {
  font-size: 14px;
}
.p-environment_mark__cont > .text_f .c-related > em {
  display: inline-block;
  margin-right: 0.3em;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont > .text_f .c-related > em {
    display: block;
    margin-bottom: 8px;
  }
}
.p-environment_mark__cont > .text_f > p {
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: 14.9975px;
  margin-bottom: -5.0025px;
  line-height: 1.667;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont > .text_f > p {
    /*max-height: 100%;*/
    margin-top: 15.002px;
    margin-bottom: -4.998px;
    line-height: 1.714;
  }
}
.p-environment_mark__cont > .text_f > p:first-child {
  margin-top: -5.0025px;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont > .text_f > p:first-child {
    margin-top: -4.998px;
  }
} /* 燻蒸用にtext_fを追記（出來谷：20200917） */
.p-environment_mark__cont > .symbol {
  order: 2;
  width: 75px;
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont > .symbol {
    order: 1;
    width: 48px;
    margin-top: 0;
  }
}
.p-environment_mark__cont > .symbol > img {
  width: 100%;
}
.p-environment_mark__cont > .symbol_f {
  order: 2;
  width: 150px;
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont > .symbol_f {
    order: 1;
    width: 76px;
    margin-top: 0;
  }
}
.p-environment_mark__cont > .symbol_f > img {
  width: 100%;
} /* 燻蒸用にsymbol_fを追記（出來谷：20200917） */
.p-environment_mark__cont_link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont_link {
    margin-top: 20px;
  }
}
.p-environment_mark__cont_link > .ttl {
  width: 100%;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .p-environment_mark__cont_link > .ttl {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .p-environment_mark__cont_link > .list {
    width: 100%;
  }
}
.p-environment_mark__cont_link > .list:nth-child(2n + 1) {
  margin-left: 56px;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont_link > .list:nth-child(2n + 1) {
    margin-left: 36px;
  }
}
@media screen and (max-width: 760px) {
  .p-environment_mark__cont_link > .list:nth-child(2n + 1) {
    margin-left: 0;
  }
}
.p-environment_mark__cont_link > .list > a {
  position: relative;
  display: inline-block;
  transition: color 0.2s ease-out;
  padding: 4px 0 4px .9em;
  margin-top: 6px;
  font-size: 14px;
  transition: color 0.3s ease-out;
  line-height: 1.2;
}
@media screen and (max-width: 760px) {
  .p-environment_mark__cont_link > .list > a {
    width: 100%;
    padding: 7px 4px 8px .9em;
    line-height: 1.571;
    margin-top: 5px;
  }
}
.p-environment_mark__cont_link > .list > a:hover {
  color: #19aa46;
}
.p-environment_mark__cont_link > .list > a:hover::after {
  border-bottom: solid 1px #19aa46;
}
.p-environment_mark__cont_link > .list > a::before {
  content: '\f054';
  position: absolute;
  top: 0.7em;
  left: 0;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 10px;
  font-weight: 900;
  height: 1em;
  color: #19aa46;
}
.p-environment_mark__cont_link > .list > a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 0.9em);
  border-bottom: solid 1px #a1a1a1;
}
@media screen and (max-width: 760px) {
  .p-environment_mark__cont_link > .list > a::after {
    width: 100%;
    border-bottom: dotted 1px #a1a1a1;
  }
}
.p-environment_mark__cont_link > .list > a > em {
  display: inline-block;
  width: 124px;
}
@media screen and (max-width: 400px) {
  .p-environment_mark__cont_link > .list > a > em {
    display: block;
  }
}
.p-environment_mark__cont_long_link {
  display: flex;
  flex-wrap: wrap;
}
.p-environment_mark__cont_long_link.c-margin_top_adj {
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .p-environment_mark__cont_long_link.c-margin_top_adj {
    margin-top: 20px;
  }
}
.p-environment_mark__cont_long_link.c-margin_bottom_adj {
  margin-bottom: 20px;
}
.p-environment_mark__cont_long_link > .ttl {
  width: 100%;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .p-environment_mark__cont_long_link > .ttl {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .p-environment_mark__cont_long_link > .list {
    width: 100%;
  }
}
.p-environment_mark__cont_long_link > .list > a {
  position: relative;
  display: inline-block;
  transition: color 0.2s ease-out;
  padding: 4px 0 4px .9em;
  margin-top: 6px;
  font-size: 14px;
  transition: color 0.3s ease-out;
  line-height: 1.2;
}
@media screen and (max-width: 760px) {
  .p-environment_mark__cont_long_link > .list > a {
    width: 100%;
    padding: 7px 4px 8px .9em;
    line-height: 1.571;
    margin-top: 5px;
  }
}
.p-environment_mark__cont_long_link > .list > a:hover {
  color: #19aa46;
}
.p-environment_mark__cont_long_link > .list > a:hover::after {
  border-bottom: solid 1px #19aa46;
}
.p-environment_mark__cont_long_link > .list > a::before {
  content: '\f054';
  position: absolute;
  top: calc(50% - 0.5em);
  top: 0.7em;
  left: 0;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 10px;
  font-weight: 900;
  height: 1em;
  color: #19aa46;
}
.p-environment_mark__cont_long_link > .list > a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 0.9em);
  border-bottom: solid 1px #a1a1a1;
}
@media screen and (max-width: 760px) {
  .p-environment_mark__cont_long_link > .list > a::after {
    width: 100%;
    border-bottom: dotted 1px #a1a1a1;
  }
}
.p-environment_mark__cont_long_link > .list > a > em {
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (max-width: 760px) {
  .p-environment_mark__cont_long_link > .list > a > em {
    display: inline;
    margin-right: 0;
  }
}
.p-environment_mark__cont_long_link > .list > a > i {
  display: inline-block;
}

.p-text_around_img__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-text_around_img__list > li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 900px) {
  .p-text_around_img__list > li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .p-text_around_img__list > li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-text_around_img__list > li:not(:first-child) {
    margin-top: 22px;
  }
}
.p-text_around_img__list > li:nth-child(n+3) {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .p-text_around_img__list > li:nth-child(n+2) {
    width: 100%;
  }
}
.p-text_around_img__detail {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .p-text_around_img__detail {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .p-text_around_img__detail {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .p-text_around_img__detail {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .p-text_around_img__detail_photo {
    float: right;
  }
}
@media screen and (max-width: 640px) {
  .p-text_around_img__detail_photo {
    float: none;
  }
}
@media screen and (max-width: 500px) {
  .p-text_around_img__detail_photo {
    float: right;
  }
}
.p-text_around_img__detail_photo > .inner {
  width: 172px;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .p-text_around_img__detail_photo > .inner {
    width: calc( 16.923vw + -12.308px );
    margin: 8px 0 4px 16px;
  }
}
@media screen and (max-width: 640px) {
  .p-text_around_img__detail_photo > .inner {
    width: 172px;
    margin: 0 16px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .p-text_around_img__detail_photo > .inner {
    width: calc( 24.444vw + 17.778px );
    margin: 8px 0 4px 16px;
  }
}
@media screen and (max-width: 320px) {
  .p-text_around_img__detail_photo > .inner {
    width: 96px;
  }
}
.p-text_around_img__detail_photo > .inner > img {
  width: 100%;
}
.p-text_around_img__detail_text {
  flex: 1 1 auto;
}
.p-text_around_img__detail_text > p {
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: -7.5px;
  margin-bottom: -7.5px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-text_around_img__detail_text > p {
    /*max-height: 100%;*/
    margin-top: -6.936px;
    margin-bottom: -6.936px;
    line-height: 1.867;
  }
}

.p-related_info {
  margin-top: 44px;
}
@media screen and (max-width: 900px) {
  .p-related_info {
    margin-top: 32px;
  }
}
.p-related_info__link {
  display: block;
}
.p-related_info__cont {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border: solid 1px #c9c9c9;
  border-top: solid 2px #19aa46;
  color: #333;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 600px) {
  .p-related_info__cont {
    flex-direction: column;
    padding: 24px 30px;
  }
}
@media screen and (max-width: 640px) {
  .p-related_info__cont {
    padding: 24px calc( 4.688vw + 0px );
  }
}
@media screen and (max-width: 320px) {
  .p-related_info__cont {
    padding: 24px 15px;
  }
}
.p-related_info__link:hover .p-related_info__cont {
  background: #f6f9f8;
}
.p-related_info__cont::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #19aa46 transparent;
  transition: border 0.4s ease-out;
}
.p-related_info__link:hover .p-related_info__cont::after {
  border-width: 0 0 0 0;
}
.p-related_info__cont > .ttl {
  position: relative;
  width: 165px;
  min-width: 140px;
  padding: 9px 0;
}
@media screen and (max-width: 600px) {
  .p-related_info__cont > .ttl {
    text-align: center;
    width: auto;
    padding: 0 0 14px;
  }
}
.p-related_info__cont > .ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: #c9c9c9;
  height: 100%;
  width: 1px;
}
@media screen and (max-width: 600px) {
  .p-related_info__cont > .ttl::after {
    right: calc(50% - 8px);
    background: #c9c9c9;
    height: 1px;
    width: 16px;
  }
}
.p-related_info__cont > .ttl > ._en {
  display: block;
  color: #19aa46;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-related_info__cont > .ttl > ._jp {
  font-size: 18px;
  font-weight: 500;
}
.p-related_info__cont > .cont {
  flex: 1 1 auto;
  position: relative;
  padding: 6px 0;
}
@media screen and (max-width: 600px) {
  .p-related_info__cont > .cont {
    text-align: center;
    padding: 16px 0 0;
  }
}
.p-related_info__cont > .cont::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  background: #c9c9c9;
  height: 100%;
  width: 1px;
}
@media screen and (max-width: 600px) {
  .p-related_info__cont > .cont::before {
    content: none;
  }
}
.p-related_info__detail {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 600px) {
  .p-related_info__detail {
    content: none;
    margin: 0;
  }
}
.p-related_info__detail > .ttl {
  font-weight: 500;
  /*max-height: 100%;*/
  margin-top: -4.8px;
  margin-bottom: -4.8px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-related_info__detail > .ttl {
    /*max-height: 100%;*/
    margin-top: -4.264px;
    margin-bottom: -4.264px;
    line-height: 1.533;
  }
}
@media screen and (max-width: 600px) {
  .p-related_info__detail > .ttl {
    padding: 0 16px;
  }
}
.p-related_info__detail > .ttl > span {
  display: inline-block;
}
.p-related_info__detail > .text {
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: 10.9975px;
  margin-bottom: -5.0025px;
  line-height: 1.667;
}
@media screen and (max-width: 900px) {
  .p-related_info__detail > .text {
    font-size: 14px;
    /*max-height: 100%;*/
    margin-top: 15.002px;
    margin-bottom: -4.998px;
    line-height: 1.714;
  }
}

.p-construction_results__list > li:not(:first-child) {
  margin-top: 42px;
}
@media screen and (max-width: 900px) {
  .p-construction_results__list > li:not(:first-child) {
    margin-top: 30px;
  }
}
.p-construction_results__cont {
  display: flex;
}
@media screen and (max-width: 520px) {
  .p-construction_results__cont {
    display: block;
  }
}
.p-construction_results__cont > .photo {
  width: auto;
}
.p-construction_results__cont > .detail {
  flex: 1 1 auto;
}
.p-construction_results__cont_grid {
  -ms-grid-columns: auto 1fr;
  display: -ms-grid;
  -ms-grid-rows: auto auto;
  grid-template-columns: auto 1fr;
  display: grid;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 520px) {
  .p-construction_results__cont_grid {
    display: block;
  }
}
.p-construction_results__cont_grid > .ttl {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: 2 / 3;
  grid-row: 1;
}
.p-construction_results__cont_grid > .photo {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.p-construction_results__cont_grid > .detail {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  grid-column: 2 / 3;
  grid-row: 2;
}
.p-construction_results__photo {
  width: 300px;
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  .p-construction_results__photo {
    width: calc( 42.105vw + -78.948px );
    min-width: 140px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .p-construction_results__photo {
    width: 100%;
  }
}
.p-construction_results__photo > img {
  width: 100%;
}
.p-construction_results__table {
  width: 100%;
}
@media screen and (max-width: 520px) {
  .p-construction_results__table {
    margin-top: 15px;
  }
}
.p-construction_results__table_tbody > tr {
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  font-size: 15px;
  line-height: 1.667;
}
.p-construction_results__table_tbody > tr > th {
  background: #f9f9f9;
  width: 100px;
  padding: 11px 0 10px 14px;
  text-align: left;
}
.p-construction_results__table_tbody > tr > td {
  padding: 11px 0 10px 14px;
}
.p-construction_results__table_tbody > tr > td > span {
  display: inline-block;
}

.p-solution_flow {
  background: #f6f9f8;
  border-top: #e0e3eb;
  padding: 28px 30px 26px;
  margin-bottom: 64px;
}
@media screen and (max-width: 900px) {
  .p-solution_flow {
    padding: 24px 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-solution_flow {
    padding: 24px calc( 4.688vw + 0px );
  }
}
@media screen and (max-width: 320px) {
  .p-solution_flow {
    padding: 24px 15px;
  }
}
.p-solution_flow > .ttl {
  margin-bottom: 26px;
}
@media screen and (max-width: 600px) {
  .p-solution_flow > .ttl {
    margin-bottom: 20px;
  }
}
.p-solution_flow__ttl {
  font-size: 18px;
  font-weight: 500;
  font-feature-settings: 'palt';
  letter-spacing: 0.04em;
  text-align: center;
  /*max-height: 100%;*/
  margin-top: -7.002px;
  margin-bottom: -7.002px;
  line-height: 1.778;
}
@media screen and (max-width: 900px) {
  .p-solution_flow__ttl {
    font-size: calc( 0.769vw + 11.077px );
    /*max-height: 100%;*/
    margin-top: -4px;
    margin-bottom: -4px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .p-solution_flow__ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .p-solution_flow__ttl > span {
    display: block;
  }
}
.p-solution_flow__list {
  display: flex;
  justify-content: space-between;
  counter-reset: section;
}
@media screen and (max-width: 600px) {
  .p-solution_flow__list {
    flex-direction: column;
  }
}
.p-solution_flow__list > li {
  width: 78px;
  height: 332px;
}
@media screen and (max-width: 900px) {
  .p-solution_flow__list > li {
    width: calc( 10.667vw + -24px );
    height: calc( 9.333vw + 248px );
  }
}
@media screen and (max-width: 600px) {
  .p-solution_flow__list > li {
    width: 100%;
    height: 42px;
  }
}
@media screen and (max-width: 600px) {
  .p-solution_flow__list > li:not(:first-child) {
    margin-top: 20px;
  }
}
.p-solution_flow__cont {
  position: relative;
  background: #fff;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  border: solid 1px #19aa46;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-solution_flow__cont {
    flex-direction: row;
  }
}
.p-solution_flow__cont::before {
  content: "0" counter(section);
  counter-increment: section;
  display: block;
  background: #19aa46;
  width: 100%;
  padding: 11px 0 10px;
  color: #fff;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 28px;
  text-align: center;
  box-shadow: 0 0 0 1px #19aa46;
}
@media screen and (max-width: 900px) {
  .p-solution_flow__cont::before {
    padding: 10px 0 9px;
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .p-solution_flow__cont::before {
    width: auto;
    padding: 10px 10px 8px;
    box-shadow: 0 0 0 0 #19aa46;
  }
}
.p-solution_flow__cont::after {
  content: '';
  position: absolute;
  top: calc(50% - 14px);
  left: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 12px;
  border-color: transparent transparent transparent #ff7d32;
}
@media screen and (max-width: 900px) {
  .p-solution_flow__cont::after {
    top: calc(50% - 11px);
    left: calc( -1.334vw + -8px );
    border-width: 11px 0 11px 9px;
  }
}
@media screen and (max-width: 600px) {
  .p-solution_flow__cont::after {
    top: -15px;
    left: calc(50% - 11px);
    border-color: #ff7d32 transparent transparent transparent;
    border-width: 9px 11px 0 11px;
  }
}
.p-solution_flow__list > li:first-child .p-solution_flow__cont::after {
  content: none;
}
.p-solution_flow__cont > p {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 20px 0 0;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 900px) {
  .p-solution_flow__cont > p {
    margin: 12px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .p-solution_flow__cont > p {
    flex-direction: column;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-feature-settings: 'palt';
    margin: 0 0 0 9px;
  }
}
.p-solution_flow__cont > p > i {
  font-size: 13px;
  display: inline-block;
  margin-top: -0.5em;
}
@media screen and (max-width: 600px) {
  .p-solution_flow__cont > p > i {
    margin-top: 0;
    margin-right: -0.5em;
    font-size: 12px;
  }
}

.p-solution_outline__list {
  counter-reset: section;
}
.p-solution_outline__list > li:not(:first-child) {
  margin-top: 40px;
}
.p-solution_outline__cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: #f6f9f8;
  padding: 24px 36px;
}
@media screen and (max-width: 900px) {
  .p-solution_outline__cont {
    padding: 28px 30px 24px;
  }
}
@media screen and (max-width: 640px) {
  .p-solution_outline__cont {
    padding: 28px calc( 4.688vw + 0px ) 24px;
    justify-content: center;
  }
}
@media screen and (max-width: 440px) {
  .p-solution_outline__cont {
    padding: 28px 20px 24px;
  }
}
.p-solution_outline__cont::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #19aa46 transparent transparent transparent;
  z-index: 11;
}
@media screen and (max-width: 900px) {
  .p-solution_outline__cont::before {
    border-width: 20px 20px 0 0;
  }
}
.p-solution_outline__cont::after {
  position: absolute;
  top: -31px;
  left: calc(50% - 21px);
  background-image: url("../../assets/images/business/solution/bg_solution_outline_arrow.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 42px;
  height: 41px;
  z-index: 11;
}
.p-solution_outline__list > li:not(:first-child) .p-solution_outline__cont::after {
  content: '';
}
.p-solution_outline__def {
  width: 578px;
}
@media screen and (max-width: 900px) {
  .p-solution_outline__def {
    width: 72%;
  }
}
@media screen and (max-width: 640px) {
  .p-solution_outline__def {
    width: 100%;
  }
}
.p-solution_outline__cont.c-photo_right .p-solution_outline__def {
  order: 1;
}
@media screen and (max-width: 640px) {
  .p-solution_outline__cont.c-photo_right .p-solution_outline__def {
    order: 2;
  }
}
.p-solution_outline__cont.c-photo_left .p-solution_outline__def {
  order: 2;
}
@media screen and (max-width: 640px) {
  .p-solution_outline__cont.c-photo_left .p-solution_outline__def {
    order: 2;
  }
}
.p-solution_outline__def > .ttl {
  display: flex;
  flex-wrap: wrap;
  /*height: 68px;*/
  padding: 10px 0;
  font-size: 21px;
  font-weight: 700;
  font-feature-settings: 'palt';
  align-items: center;
  border-bottom: solid 1px #19aa46;
}
@media screen and (max-width: 900px) {
  .p-solution_outline__def > .ttl {
    font-size: calc( 1.923vw + 3.692px );
    padding: 10px 0 9px;
  }
}
@media screen and (max-width: 640px) {
  .p-solution_outline__def > .ttl {
    font-size: 16px;
  }
}
.p-solution_outline__def > .ttl::before {
  content: "0" counter(section);
  counter-increment: section;
  display: block;
  margin-right: 16px;
  color: #19aa46;
  font-weight: 400;
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 48px;
}
@media screen and (max-width: 900px) {
  .p-solution_outline__def > .ttl::before {
    margin-right: 9px;
    font-size: calc( 7.692vw + -21.231px );
  }
}
@media screen and (max-width: 640px) {
  .p-solution_outline__def > .ttl::before {
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  .p-solution_outline__def > .ttl i {
    font-size: 13px;
  }
}
.p-solution_outline__photo {
  width: 220px;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .p-solution_outline__photo {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .p-solution_outline__photo {
    width: 174px;
    margin-bottom: 10px;
  }
}
.p-solution_outline__cont.c-photo_right .p-solution_outline__photo {
  order: 2;
  margin-left: 30px;
}
@media screen and (max-width: 900px) {
  .p-solution_outline__cont.c-photo_right .p-solution_outline__photo {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-solution_outline__cont.c-photo_right .p-solution_outline__photo {
    order: 1;
  }
}
.p-solution_outline__cont.c-photo_left .p-solution_outline__photo {
  order: 1;
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  .p-solution_outline__cont.c-photo_left .p-solution_outline__photo {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-solution_outline__cont.c-photo_left .p-solution_outline__photo {
    order: 1;
  }
}
.p-solution_outline__photo > .inner {
  width: 100%;
}
.p-solution_outline__photo > .inner > img {
  width: 100%;
}
.p-solution_outline__item_list {
  display: flex;
  flex-wrap: wrap;
}
.p-solution_outline__item_list > li {
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .p-solution_outline__item_list > li {
    margin-top: 6px;
  }
}
@media screen and (max-width: 460px) {
  .p-solution_outline__item_list > li {
    margin-top: 12px;
  }
}
@media screen and (max-width: 460px) {
  .p-solution_outline__item_list > li:first-child {
    margin-top: 16px;
  }
}
.p-solution_outline__item_list.c-column_two > li {
  width: 178px;
}
@media screen and (max-width: 900px) {
  .p-solution_outline__item_list.c-column_two > li {
    width: calc( 50% - 10px);
  }
}
@media screen and (max-width: 460px) {
  .p-solution_outline__item_list.c-column_two > li {
    width: 100%;
  }
}
.p-solution_outline__item_list.c-column_two > li:not(:nth-child(3n+1)) {
  margin-left: 20px;
}
@media screen and (max-width: 900px) {
  .p-solution_outline__item_list.c-column_two > li:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-solution_outline__item_list.c-column_two > li:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 460px) {
  .p-solution_outline__item_list.c-column_two > li:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}
.p-solution_outline__item_list.c-column_three > li {
  width: 279px;
}
@media screen and (max-width: 900px) {
  .p-solution_outline__item_list.c-column_three > li {
    width: calc( 50% - 10px);
  }
}
@media screen and (max-width: 460px) {
  .p-solution_outline__item_list.c-column_three > li {
    width: 100%;
  }
}
.p-solution_outline__item_list.c-column_three > li:not(:nth-child(2n+1)) {
  margin-left: 20px;
}
@media screen and (max-width: 460px) {
  .p-solution_outline__item_list.c-column_three > li:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}
.p-solution_outline__detail {
  position: relative;
  display: block;
  padding: 9px 0 10px 1.25em;
  border-bottom: dotted 1px #d3d3d3;
}
@media screen and (max-width: 900px) {
  .p-solution_outline__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .p-solution_outline__detail {
    padding: 0 0 0 1.25em;
    border-bottom: none;
  }
}
.p-solution_outline__detail::before {
  content: '\f111';
  position: absolute;
  top: calc(50% - 0.45em);
  left: 0;
  display: inline-block;
  color: #19aa46;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  transform: scale(0.5);
}

.p-zigzag_img_left {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .p-zigzag_img_left {
    flex-wrap: wrap;
  }
}
.p-zigzag_img_left__cont {
  order: 1;
  flex: 1 1 auto;
}
@media screen and (max-width: 560px) {
  .p-zigzag_img_left__cont {
    order: 2;
  }
}
.p-zigzag_img_left__photo {
  order: 2;
}
@media screen and (max-width: 560px) {
  .p-zigzag_img_left__photo {
    order: 1;
  }
}
.p-zigzag_img_left__photo > .inner {
  width: 290px;
  margin-left: 28px;
}
@media screen and (max-width: 900px) {
  .p-zigzag_img_left__photo > .inner {
    width: 34.523vw;
    margin-left: 3.33vw;
  }
}
@media screen and (max-width: 560px) {
  .p-zigzag_img_left__photo > .inner {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.p-zigzag_img_left__photo > .inner > img {
  width: 100%;
}

.p-zigzag_img_right_around {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .p-zigzag_img_right_around {
    display: block;
    /*overflow: hidden;*/
  }
}
@media screen and (max-width: 560px) {
  .p-zigzag_img_right_around__photo {
    float: right;
  }
}
.p-zigzag_img_right_around__photo > .inner {
  width: 240px;
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  .p-zigzag_img_right_around__photo > .inner {
    width: 34.523vw;
    margin-right: 3.571vw;
  }
}
@media screen and (max-width: 560px) {
  .p-zigzag_img_right_around__photo > .inner {
    width: calc( 48.5vw + -78.6px );
    margin: 8px 0 4px 20px;
  }
}
@media screen and (max-width: 360px) {
  .p-zigzag_img_right_around__photo > .inner {
    width: 96px;
  }
}
.p-zigzag_img_right_around__photo > .inner > img {
  width: 100%;
}
.p-zigzag_img_right_around__cont {
  flex: 1 1 auto;
}

.p-zigzag_img_text > p {
  /*max-height: 100%;*/
  margin-top: 24px;
  margin-bottom: -8px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-zigzag_img_text > p {
    /*max-height: 100%;*/
    margin-top: 21.064px;
    margin-bottom: -6.936px;
    line-height: 1.867;
  }
}
.p-zigzag_img_text > p:first-child {
  margin-top: -8px;
}
@media screen and (max-width: 900px) {
  .p-zigzag_img_text > p:first-child {
    margin-top: -6.936px;
  }
}

.p-zigzag_inner_link > a {
  position: relative;
  display: inline-block;
  transition: color 0.2s ease-out;
  padding: 6px 0 6px .9em;
  margin-top: 24px;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 380px) {
  .p-zigzag_inner_link > a {
    width: 100%;
    padding: 17px 0 16px .9em;
    margin-top: 8px;
  }
}
.p-zigzag_inner_link > a:hover {
  color: #19aa46;
}
.p-zigzag_inner_link > a:hover::after {
  border-bottom: solid 1px #19aa46;
}
.p-zigzag_inner_link > a::before {
  content: '\f054';
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 10px;
  font-weight: 900;
  height: 1em;
  color: #19aa46;
}
.p-zigzag_inner_link > a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 0.9em);
  border-bottom: solid 1px #a1a1a1;
}
@media screen and (max-width: 380px) {
  .p-zigzag_inner_link > a::after {
    width: 100%;
    border-bottom: dotted 1px #a1a1a1;
  }
}

.p-owned_car {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-owned_car > .list {
  width: 280px;
}
@media screen and (max-width: 640px) {
  .p-owned_car > .list:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 360px) {
  .p-owned_car > .list:not(:first-child) {
    margin-top: 22px;
  }
}
@media screen and (max-width: 900px) {
  .p-owned_car > .list {
    width: calc( 30.769vw + -16.924px );
  }
}
@media screen and (max-width: 640px) {
  .p-owned_car > .list {
    width: 48%;
  }
}
@media screen and (max-width: 360px) {
  .p-owned_car > .list {
    width: 100%;
  }
}
.p-owned_car__ttl {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-feature-settings: 'palt';
  font-size: 17px;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .p-owned_car__ttl {
    font-size: calc( 0.769vw + 10.077px );
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .p-owned_car__ttl {
    font-size: 15px;
  }
}
.p-owned_car__ttl::after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background: #8ccfa2;
  width: 3px;
  height: calc( 100% - 4px );
}
.p-owned_car__photo > img {
  width: 100%;
}

.p-logistics_flow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}
@media screen and (max-width: 900px) {
  .p-logistics_flow {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 700px) {
  .p-logistics_flow {
    flex-wrap: wrap;
  }
}
.p-logistics_flow > .text {
  flex: 1 1 auto;
}
.p-logistics_flow > .text > p {
  /*max-height: 100%;*/
  margin-top: 24px;
  margin-bottom: -8px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-logistics_flow > .text > p {
    /*max-height: 100%;*/
    margin-top: 21.064px;
    margin-bottom: -6.936px;
    line-height: 1.867;
  }
}
.p-logistics_flow > .text > p:first-child {
  margin-top: -8px;
}
@media screen and (max-width: 900px) {
  .p-logistics_flow > .text > p:first-child {
    margin-top: -6.936px;
  }
}
.p-logistics_flow > .img {
  margin-left: 26px;
}
@media screen and (max-width: 900px) {
  .p-logistics_flow > .img {
    margin-left: 3.33vw;
  }
}
@media screen and (max-width: 700px) {
  .p-logistics_flow > .img {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.p-logistics_flow > .img .c-swipe_set::before {
  display: none;
}
@media screen and (max-width: 400px) {
  .p-logistics_flow > .img .c-swipe_set::before {
    display: block;
  }
}
.p-logistics_flow__figure {
  display: inline-block;
  background: linear-gradient(180deg, #19aa46 0, #19aa46 36px, #f6f9f8 36px, #f6f9f8 300px);
  text-align: center;
  width: 100%;
}
.p-logistics_flow__figure > img {
  width: 450px;
  max-width: 450px;
}
@media screen and (max-width: 900px) {
  .p-logistics_flow__figure > img {
    width: calc( 45vw + 45px );
  }
}
@media screen and (max-width: 700px) {
  .p-logistics_flow__figure > img {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .p-logistics_flow__figure > img {
    width: 450px;
  }
}

.p-warehouse_example__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-warehouse_example__list > li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 900px) {
  .p-warehouse_example__list > li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .p-warehouse_example__list > li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-warehouse_example__list > li:not(:first-child) {
    margin-top: 22px;
  }
}
.p-warehouse_example__photo_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 66.66% auto;
  grid-template-columns: 66.66% auto;
}
@media screen and (max-width: 900px) {
  .p-warehouse_example__photo_list {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 640px) {
  .p-warehouse_example__photo_list {
    -ms-grid-columns: 66.66% auto;
    grid-template-columns: 66.66% auto;
  }
}
@media screen and (max-width: 360px) {
  .p-warehouse_example__photo_list {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
.p-warehouse_example__photo_list > li:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
@media screen and (max-width: 900px) {
  .p-warehouse_example__photo_list > li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
}
@media screen and (max-width: 640px) {
  .p-warehouse_example__photo_list > li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}
@media screen and (max-width: 360px) {
  .p-warehouse_example__photo_list > li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
}
.p-warehouse_example__photo_list > li:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: 2 / 3;
  grid-row: 1;
}
@media screen and (max-width: 900px) {
  .p-warehouse_example__photo_list > li:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    grid-column: 1 / 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 640px) {
  .p-warehouse_example__photo_list > li:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-column: 2 / 3;
    grid-row: 1;
  }
}
@media screen and (max-width: 360px) {
  .p-warehouse_example__photo_list > li:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    grid-column: 1 / 2;
    grid-row: 2;
  }
}
.p-warehouse_example__photo_list > li:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  grid-column: 2 / 3;
  grid-row: 2;
}
.p-warehouse_example__photo_cont > img {
  width: 100%;
}

.p-job_description__text {
  /*max-height: 100%;*/
  margin-top: -8px;
  margin-bottom: -8px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-job_description__text {
    /*max-height: 100%;*/
    margin-top: -6.936px;
    margin-bottom: -6.936px;
    line-height: 1.867;
  }
}
.p-job_description__cont {
  display: block;
  text-align: center;
}
.p-job_description__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f6f9f8;
  padding: 30px;
  margin: 28px auto 0 auto;
}
@media screen and (max-width: 900px) {
  .p-job_description__list {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 640px) {
  .p-job_description__list {
    padding: calc( 4.688vw + 0px ) calc( 14.063vw + -30px );
  }
}
@media screen and (max-width: 800px) {
  .p-job_description__list {
    display: inline-block;
  }
}
@media screen and (max-width: 320px) {
  .p-job_description__list {
    padding: 15px;
  }
}
.p-job_description__list > li {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 800px) {
  .p-job_description__list > li {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .p-job_description__list > li:not(:first-child) {
    margin-top: 30px;
  }
}
.p-job_description__list_flow {
  position: relative;
}
.p-job_description__list_flow::after {
  content: '';
  position: absolute;
  top: calc(50% - 14px);
  right: -28px;
  background-image: url("../../assets/images/business/subcontracting-dispatch/img_job_description_flow_arrow.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 28px;
  height: 28px;
  z-index: 11;
}
@media screen and (max-width: 800px) {
  .p-job_description__list_flow::after {
    top: auto;
    bottom: -28px;
    right: calc(50% - 14px);
    transform: rotate(90deg);
  }
}
.p-job_description__list_flow > img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-job_description__list_flow > img {
    width: 260px;
  }
}
.p-job_description__list_contract > img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-job_description__list_contract > img {
    width: 260px;
  }
}
.p-job_description__list_qualification > img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-job_description__list_qualification > img {
    width: 260px;
  }
}

.p-performance__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-performance__list > li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 900px) {
  .p-performance__list > li {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 720px) {
  .p-performance__list > li {
    width: 100%;
  }
}
.p-performance__list > li:nth-child(n + 3) {
  margin-top: 36px;
}
@media screen and (max-width: 720px) {
  .p-performance__list > li:nth-child(n + 2) {
    margin-top: 24px;
  }
}
.p-performance__detail {
  display: flex;
  justify-content: space-between;
}
.p-performance__detail_cont {
  order: 2;
  flex: 1 1 auto;
}
.p-performance__detail_cont > .ttl {
  margin-bottom: 18px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
.p-performance__detail_cont > .item {
  position: relative;
  padding-left: 18px;
  color: #333;
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: 12px;
  margin-bottom: -3px;
  line-height: 1.4;
}
.p-performance__detail_cont > .item::before {
  content: '\f111';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #333;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  transform: scale(0.5);
}
.p-performance__detail_cont > .item > span {
  display: inline-block;
}
.p-performance__detail_photo {
  order: 1;
  width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .p-performance__detail_photo {
    width: calc( 22.222vw + -20px );
  }
}
@media screen and (max-width: 720px) {
  .p-performance__detail_photo {
    width: calc( 18vw + 70.4px );
    margin-right: 16px;
  }
}
@media screen and (max-width: 320px) {
  .p-performance__detail_photo {
    width: 128px;
  }
}
.p-performance__detail_photo > img {
  width: 100%;
}

.p-follow_system {
  padding: 25px 30px;
  background: #f6f9f8;
}
@media screen and (max-width: 900px) {
  .p-follow_system {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 640px) {
  .p-follow_system {
    padding: 20px calc( 4.688vw + 0px );
  }
}
@media screen and (max-width: 320px) {
  .p-follow_system {
    padding: 20px 15px;
  }
}
.p-follow_system__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 720px) {
  .p-follow_system__list {
    flex-direction: column;
  }
}
.p-follow_system.c-list_4cont .p-follow_system__list > li {
  width: 189px;
  width: calc(25% - 21px);
}
@media screen and (max-width: 900px) {
  .p-follow_system.c-list_4cont .p-follow_system__list > li {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 720px) {
  .p-follow_system.c-list_4cont .p-follow_system__list > li {
    width: 100%;
  }
}
.p-follow_system.c-list_5cont .p-follow_system__list > li {
  width: 144px;
  width: calc(20% - 24px);
}
@media screen and (max-width: 900px) {
  .p-follow_system.c-list_5cont .p-follow_system__list > li {
    width: calc(20% - 16px);
  }
}
@media screen and (max-width: 720px) {
  .p-follow_system.c-list_5cont .p-follow_system__list > li {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .p-follow_system__list > li:not(:first-child) {
    margin-top: 20px;
  }
}
.p-follow_system__cont {
  position: relative;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 12px 6px 11px;
  border: solid 1px #19aa46;
}
.p-follow_system__cont > p {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-follow_system__cont > p {
    font-size: 14px;
  }
}
.p-follow_system__cont > p > span {
  display: inline-block;
}
.p-follow_system__cont::after {
  content: '';
  position: absolute;
  top: calc(50% - 14px);
  left: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 12px;
  border-color: transparent transparent transparent #19aa46;
}
@media screen and (max-width: 900px) {
  .p-follow_system__cont::after {
    top: calc(50% - 11px);
    left: -15px;
    /*left: ltp(900, -20, '->', 600, -16);*/
    border-width: 11px 0 11px 9px;
  }
}
@media screen and (max-width: 720px) {
  .p-follow_system__cont::after {
    top: -15px;
    left: calc(50% - 11px);
    border-color: #19aa46 transparent transparent transparent;
    border-width: 9px 11px 0 11px;
  }
}
.p-follow_system__list > li:first-child .p-follow_system__cont::after {
  content: none;
}

.p-rotary_kiln_structure__illust {
  width: 900px;
}
.p-rotary_kiln_structure__illust > img {
  width: 100%;
  max-width: none;
}

.p-rotary_kiln_operation {
  padding: 25px 30px;
  background: #f6f9f8;
}
@media screen and (max-width: 900px) {
  .p-rotary_kiln_operation {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 640px) {
  .p-rotary_kiln_operation {
    padding: 20px calc( 4.688vw + 0px );
  }
}
@media screen and (max-width: 320px) {
  .p-rotary_kiln_operation {
    padding: 20px 15px;
  }
}
.p-rotary_kiln_operation__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-rotary_kiln_operation__list > li {
  width: 144px;
}
@media screen and (max-width: 900px) {
  .p-rotary_kiln_operation__list > li {
    width: calc( 23.333vw + -66px );
  }
}
@media screen and (max-width: 720px) {
  .p-rotary_kiln_operation__list > li {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .p-rotary_kiln_operation__list > li:not(:first-child) {
    margin-top: 24px;
  }
}
.p-rotary_kiln_operation__cont {
  position: relative;
}
@media screen and (max-width: 720px) {
  .p-rotary_kiln_operation__cont {
    background: #fff;
    display: flex;
    align-items: center;
  }
}
.p-rotary_kiln_operation__cont > .photo {
  position: relative;
}
@media screen and (max-width: 720px) {
  .p-rotary_kiln_operation__cont > .photo {
    position: static;
    width: calc( 12vw + 57.6px );
    margin-right: 14px;
  }
}
@media screen and (max-width: 320px) {
  .p-rotary_kiln_operation__cont > .photo {
    width: 96px;
  }
}
.p-rotary_kiln_operation__cont > .photo::after {
  content: '';
  position: absolute;
  top: calc(50% - 14px);
  left: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 12px;
  border-color: transparent transparent transparent #19aa46;
}
@media screen and (max-width: 900px) {
  .p-rotary_kiln_operation__cont > .photo::after {
    top: calc(50% - 11px);
    left: calc( 1.333vw + -23px );
    border-width: 11px 0 11px 9px;
  }
}
@media screen and (max-width: 720px) {
  .p-rotary_kiln_operation__cont > .photo::after {
    top: -15px;
    left: calc(50% - 11px);
    border-color: #19aa46 transparent transparent transparent;
    border-width: 9px 11px 0 11px;
  }
}
.p-rotary_kiln_operation__list > li:first-child .p-rotary_kiln_operation__cont > .photo::after {
  content: none;
}
.p-rotary_kiln_operation__cont > .photo > img {
  width: 100%;
}
.p-rotary_kiln_operation__cont > .cap {
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .p-rotary_kiln_operation__cont > .cap {
    font-size: 14px;
    margin: 12px -1em 0;
  }
}
@media screen and (max-width: 720px) {
  .p-rotary_kiln_operation__cont > .cap {
    font-size: 15px;
    margin: 0;
    text-align: left;
  }
}
.p-rotary_kiln_operation__cont > .cap > i {
  display: block;
  font-size: 13px;
  margin-top: 6px;
}
@media screen and (max-width: 900px) {
  .p-rotary_kiln_operation__cont > .cap > i {
    font-size: 12px;
  }
}
@media screen and (max-width: 720px) {
  .p-rotary_kiln_operation__cont > .cap > i {
    font-size: 13px;
  }
}

.p-rotary_kiln_business__list {
  width: 720px;
  font-size: 0;
}
@media screen and (max-width: 900px) {
  .p-rotary_kiln_business__list {
    width: auto;
  }
}
.p-rotary_kiln_business__list > li {
  display: inline-block;
  position: relative;
  width: 240px;
  padding-left: 18px;
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: -3.9975px;
  margin-bottom: 16.0025px;
  line-height: 1.533;
}
.p-rotary_kiln_business__list > li.c-w_adj {
  width: auto;
  /*max-height: 100%;*/
  margin-top: -3.9975px;
  margin-bottom: -3.9975px;
  line-height: 1.533;
}
.p-rotary_kiln_business__list > li::before {
  content: '\f111';
  position: absolute;
  top: 0.08em;
  left: 0;
  display: inline-block;
  color: #333;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  transform: scale(0.4);
}

.p-fumigation_anker {
  margin-bottom: 32px;
}
.p-fumigation_anker__list {
  display: flex;
  flex-wrap: wrap;
}
.p-fumigation_anker__list > li {
  width: 210px;
}
@media screen and (max-width: 900px) {
  .p-fumigation_anker__list > li {
    font-size: 14px;
    width: 200px;
  }
}
@media screen and (max-width: 720px) {
  .p-fumigation_anker__list > li {
    width: 100%;
  }
}
.p-fumigation_anker__list > li:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 720px) {
  .p-fumigation_anker__list > li:not(:first-child) {
    margin-top: 12px;
    margin-left: 0;
  }
}
.p-fumigation_anker__link {
  display: block;
}
.p-fumigation_anker__cont {
  position: relative;
  padding: 12px 24px 14px 0px;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.07);
  transition: border 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 900px) {
  .p-fumigation_anker__cont {
    font-size: 14px;
  }
}
.p-fumigation_anker__link:hover .p-fumigation_anker__cont {
  border: 1px solid #19aa46;
  color: #19aa46;
}
.p-fumigation_anker__cont::after {
  content: "\f063";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  font-size: 0.9em;
  font-family: "FontAwesome";
  font-weight: 900;
  display: inline-block;
  transition: all 0.2s ease-out;
  color: #19aa46;
}

.p-fumigation_sale_img_left {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media screen and (max-width: 640px) {
  .p-fumigation_sale_img_left {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.p-fumigation_sale_img_left__cont {
  width: 100%;
  width: 460px;
}
@media screen and (max-width: 900px) {
  .p-fumigation_sale_img_left__cont {
    min-width: 300px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-fumigation_sale_img_left__cont {
    width: 100%;
    margin-right: 0;
  }
}
.p-fumigation_sale_img_left__cont_text > p {
  /*max-height: 100%;*/
  margin-top: -8px;
  margin-bottom: -8px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-fumigation_sale_img_left__cont_text > p {
    /*max-height: 100%;*/
    margin-top: -6.936px;
    margin-bottom: -6.936px;
    line-height: 1.867;
  }
}
.p-fumigation_sale_img_left__photo {
  width: 416px;
}
@media screen and (max-width: 640px) {
  .p-fumigation_sale_img_left__photo {
    width: 100%;
    margin-top: 25px;
  }
}
.p-fumigation_sale_img_left__photo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-fumigation_sale_img_left__photo_list > li {
  width: calc(50% - 7px);
}
.p-fumigation_sale_img_left__photo_cont > img {
  width: 100%;
}
.p-fumigation_sale_img_left__photo_cont > figcaption {
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 400px) {
  .p-fumigation_sale_img_left__photo_cont > figcaption {
    font-size: 12px;
  }
}

.p-fumigation_sale_separate {
  margin-bottom: 42px;
}
.p-fumigation_sale_separate__def {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-fumigation_sale_separate__def > .list {
  width: calc(50% - 20px);
}
@media screen and (max-width: 900px) {
  .p-fumigation_sale_separate__def > .list {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .p-fumigation_sale_separate__def > .list {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-fumigation_sale_separate__def > .list:first-child {
    margin-bottom: 25px;
  }
}
.p-fumigation_sale_separate__def_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-fumigation_sale_separate__def_cont > .photo {
  width: 128px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .p-fumigation_sale_separate__def_cont > .photo {
    width: calc( 10vw + 64px );
    margin-right: 13px;
  }
}
@media screen and (max-width: 320px) {
  .p-fumigation_sale_separate__def_cont > .photo {
    width: 96px;
  }
}
.p-fumigation_sale_separate__def_cont > .photo > img {
  width: 100%;
}
.p-fumigation_sale_separate__def_cont > .text {
  flex: 1 1 auto;
}

.p-dosage_sale {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-dosage_sale {
    flex-wrap: wrap;
  }
}
.p-dosage_sale__photo {
  width: 240px;
  min-width: 240px;
  margin-right: 25px;
}
@media screen and (max-width: 900px) {
  .p-dosage_sale__photo {
    min-width: 200px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-dosage_sale__photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.p-dosage_sale__photo > img {
  width: 100%;
}
.p-dosage_sale__photo > figcaption {
  font-size: 14px;
  /*max-height: 100%;*/
  margin-top: 8.002px;
  margin-bottom: -4.998px;
  line-height: 1.714;
}
@media screen and (max-width: 900px) {
  .p-dosage_sale__photo > figcaption {
    font-size: 13px;
    /*max-height: 100%;*/
    margin-top: 12.844px;
    margin-bottom: -2.156px;
    line-height: 1.308;
  }
}
@media screen and (max-width: 640px) {
  .p-dosage_sale__photo > figcaption {
    font-size: 14px;
    /*max-height: 100%;*/
    margin-top: 8.002px;
    margin-bottom: -4.998px;
    line-height: 1.714;
  }
}
@media screen and (max-width: 400px) {
  .p-dosage_sale__photo > figcaption {
    font-size: 13px;
    /*max-height: 100%;*/
    margin-top: 12.844px;
    margin-bottom: -2.156px;
    line-height: 1.308;
  }
}
.p-dosage_sale__cont {
  flex: 1 1 auto;
}
.p-dosage_sale__cont_text {
  /*max-height: 100%;*/
  margin-top: -8px;
  margin-bottom: 20px;
  line-height: 2;
}
.p-dosage_sale__cont_def > dt {
  font-weight: 500;
  margin-bottom: 18px;
}
.p-dosage_sale__cont_def > dd {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: -3.9975px;
  margin-bottom: -3.9975px;
  line-height: 1.533;
}
.p-dosage_sale__cont_def > dd:not(:last-child) {
  margin-bottom: 12.0025px;
}
.p-dosage_sale__cont_def > dd::before {
  content: '\f111';
  position: absolute;
  top: 0.08em;
  left: 0;
  display: inline-block;
  color: #333;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  transform: scale(0.4);
}
.p-dosage_sale__cont_left_photo {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .p-dosage_sale__cont_left_photo {
    flex-direction: row;
    align-items: center;
  }
}
.p-dosage_sale__cont_left_photo > img {
  width: 150px;
}
@media screen and (max-width: 640px) {
  .p-dosage_sale__cont_left_photo > img {
    order: 1;
  }
}
.p-dosage_sale__cont_left_photo > figcaption {
  font-size: 14px;
  margin-right: 12px;
  /*max-height: 100%;*/
  margin-top: -3.003px;
  margin-bottom: -3.003px;
  line-height: 1.429;
}
@media screen and (max-width: 640px) {
  .p-dosage_sale__cont_left_photo > figcaption {
    order: 2;
    margin: 0 0 0 10px;
  }
}

.p-environment_sale__text {
  /*max-height: 100%;*/
  margin-top: -8px;
  margin-bottom: 22px;
  line-height: 2;
}
.p-environment_sale__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 660px) {
  .p-environment_sale__list {
    flex-wrap: wrap;
  }
}
.p-environment_sale__list > li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 900px) {
  .p-environment_sale__list > li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 660px) {
  .p-environment_sale__list > li {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .p-environment_sale__list > li:not(:first-child) {
    margin-top: 20px;
  }
}
.p-environment_sale__detail {
  display: flex;
  justify-content: space-between;
}
.p-environment_sale__detail > .photo {
  width: 128px;
  min-width: 128px;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .p-environment_sale__detail > .photo {
    min-width: 95px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 660px) {
  .p-environment_sale__detail > .photo {
    min-width: calc( 9.706vw + 63.941px );
    width: calc( 9.706vw + 63.941px );
  }
}
@media screen and (max-width: 320px) {
  .p-environment_sale__detail > .photo {
    min-width: 95px;
    width: 95px;
  }
}
.p-environment_sale__detail > .photo > img {
  width: 100%;
}
.p-environment_sale__detail_item {
  flex: 1 1 auto;
}
.p-environment_sale__detail_item > .ttl {
  font-size: 15px;
  font-weight: 500;
  /*max-height: 100%;*/
  margin-top: -5.0025px;
  margin-bottom: 10.9975px;
  line-height: 1.667;
}
.p-environment_sale__detail_item > .text {
  /*max-height: 100%;*/
  margin-top: -3.9975px;
  margin-bottom: -3.9975px;
  line-height: 1.533;
}

.p-showroom_address__def {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 30px;
  border: solid 1px #c9c9c9;
  border-top-width: 3px;
}
@media screen and (max-width: 900px) {
  .p-showroom_address__def {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-showroom_address__def {
    padding: 20px calc( 1.563vw + 10px );
  }
}
@media screen and (max-width: 320px) {
  .p-showroom_address__def {
    padding: 20px 15px;
  }
}
.p-showroom_address__def > .ttl {
  width: 100%;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media screen and (max-width: 900px) {
  .p-showroom_address__def > .ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .p-showroom_address__def > .ttl {
    width: 100%;
  }
}
.p-showroom_address__def > .detail {
  width: 50%;
  padding: 8px 0;
  border-right: dotted 1px #c9c9c9;
}
@media screen and (max-width: 640px) {
  .p-showroom_address__def > .detail {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
.p-showroom_address__def > .hours {
  width: 50%;
  padding: 8px 0;
  padding-left: 28px;
}
@media screen and (max-width: 900px) {
  .p-showroom_address__def > .hours {
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-showroom_address__def > .hours {
    width: 100%;
    padding: 0;
    margin-top: 22px;
  }
}
.p-showroom_address__detail > .text {
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: -5.0025px;
  margin-bottom: -5.0025px;
  line-height: 1.667;
}
@media screen and (max-width: 900px) {
  .p-showroom_address__detail > .text {
    font-size: 14px;
    /*max-height: 100%;*/
    margin-top: -4.998px;
    margin-bottom: -4.998px;
    line-height: 1.714;
  }
}
.p-showroom_address__link {
  display: inline-block;
  margin-top: 16px;
}
.p-showroom_address__link_cont {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 36px;
  border: solid 1px #19aa46;
  border-radius: 6px;
  color: #19aa46;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease-out, border-color 0.2s ease-out;
}
.p-showroom_address__link:hover .p-showroom_address__link_cont {
  background: #e2f1e5;
  border-color: #e2f1e5;
}
.p-showroom_address__link_cont::before {
  content: "\f3c5";
  left: 19px;
  top: 7px;
  display: inline-block;
  margin: 0 6px -1px 0;
  color: #19aa46;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 1em;
}
.p-showroom_address__link_cont::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: '\f35d';
  margin: 2px 0 0 5px;
  color: #b5b5b5;
  font-size: 12px;
}
.p-showroom_address__hours {
  font-size: 0;
  /*max-height: 100%;*/
  margin-top: -5.0025px;
  margin-bottom: -5.0025px;
  line-height: 1.667;
}
@media screen and (max-width: 900px) {
  .p-showroom_address__hours {
    /*max-height: 100%;*/
    margin-top: -4.998px;
    margin-bottom: -4.998px;
    line-height: 1.714;
  }
}
.p-showroom_address__hours > .list {
  font-size: 0;
}
.p-showroom_address__hours > .list ._ttl {
  display: inline-block;
  margin-right: 1em;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .p-showroom_address__hours > .list ._ttl {
    font-size: 14px;
  }
}
.p-showroom_address__hours > .list ._cont {
  display: inline-block;
  color: #333;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .p-showroom_address__hours > .list ._cont {
    font-size: 14px;
  }
}

.p-appliances_maker__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-appliances_maker__list > li {
  /* mixin繧定縺医ｋ轤ｺ縺ｫ縺薙ｮ繧医≧縺ｫ險倩ｿｰ縺励※縺縺ｾ縺吶 */
  /* PC-Row-3--------------------------------------------*/
  width: 280px;
  /*----------------------------------------------*/
  /* 900-Row-3--------------------------------------------*/
  /*----------------------------------------------*/
  /* 640-Row-2--------------------------------------------*/
  /*----------------------------------------------*/
  /* 440-Row-1--------------------------------------------*/
  /*----------------------------------------------*/
}
.p-appliances_maker__list > li:nth-child(n+4) {
  margin-top: 36px;
}
.p-appliances_maker__list > li:nth-child(3n+2):last-child {
  margin-right: auto;
  margin-left: calc(50% - 280px * 1.5);
}
@media screen and (max-width: 900px) {
  .p-appliances_maker__list > li {
    width: 32%;
  }
  .p-appliances_maker__list > li:nth-child(n+4) {
    margin-top: 20px;
  }
  .p-appliances_maker__list > li:nth-child(3n+2):last-child {
    margin-right: auto;
    margin-left: calc(50% - 32% * 1.5);
  }
}
@media screen and (max-width: 640px) {
  .p-appliances_maker__list > li {
    width: 49%;
  }
  .p-appliances_maker__list > li:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-appliances_maker__list > li:nth-child(3n+2):last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 440px) {
  .p-appliances_maker__list > li {
    width: 100%;
  }
  .p-appliances_maker__list > li:not(:first-child) {
    margin-top: 16px;
  }
}
.p-appliances_maker__cont {
  position: relative;
  border: solid 1px #e0e3eb;
  border-top: solid 2px #19aa46;
  padding: 16px;
}
@media screen and (max-width: 900px) {
  .p-appliances_maker__cont {
    padding: 18px 15px 13px;
  }
}
.p-appliances_maker__cont::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #19aa46 transparent;
  transition: border 0.4s ease-out;
}
.p-appliances_maker__link:hover .p-appliances_maker__cont::after {
  border-width: 0 0 0 0;
}
.p-appliances_maker__cont > .ttl {
  display: flex;
  border-bottom: solid 1px #c9c9c9;
  padding: 0 0 14px 0;
  margin-bottom: 16px;
  font-weight: 500;
  transition: color 0.3s ease-out, border 0.3s ease-out;
}
.p-appliances_maker__link:hover .p-appliances_maker__cont > .ttl {
  color: #19aa46;
  border-bottom-color: #19aa46;
}
.p-appliances_maker__cont > .ttl::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: '\f35d';
  margin: 4px 0 0 5px;
  color: #b5b5b5;
  font-size: 12px;
}
.p-appliances_maker__detail {
  display: flex;
}
.p-appliances_maker__detail > .product {
  width: 100px;
  min-width: 100px;
}
@media screen and (max-width: 900px) {
  .p-appliances_maker__detail > .product {
    min-width: calc( 10.769vw + 3.077px );
  }
}
@media screen and (max-width: 640px) {
  .p-appliances_maker__detail > .product {
    width: 240px;
  }
}
@media screen and (max-width: 440px) {
  .p-appliances_maker__detail > .product {
    max-width: calc( 33.333vw + -26.667px );
  }
}
@media screen and (max-width: 320px) {
  .p-appliances_maker__detail > .product {
    max-width: 80px;
  }
}
.p-appliances_maker__detail > .logo {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-appliances_maker__detail > .logo > img {
  width: 100%;
}
@media screen and (max-width: 440px) {
  .p-appliances_maker__detail > .logo > img {
    width: auto;
    height: 66px;
  }
}

.p-real_estate_managed__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-real_estate_managed__list > li {
  width: 280px;
}
@media screen and (max-width: 900px) {
  .p-real_estate_managed__list > li {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .p-real_estate_managed__list > li {
    width: calc(50% - 7px);
  }
}
.p-real_estate_managed__list > li:nth-child(n+4) {
  margin-top: 36px;
}
@media screen and (max-width: 900px) {
  .p-real_estate_managed__list > li:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-real_estate_managed__list > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.p-real_estate_managed__list > li:nth-child(3n+2):last-child {
  margin-right: auto;
  margin-left: calc(50% - 280px * 1.5);
}
@media screen and (max-width: 900px) {
  .p-real_estate_managed__list > li:nth-child(3n+2):last-child {
    margin-left: calc(50% - 32% * 1.5);
  }
}
@media screen and (max-width: 640px) {
  .p-real_estate_managed__list > li:nth-child(3n+2):last-child {
    margin-left: 0;
  }
}
.p-real_estate_managed__cont > .photo > img {
  width: 100%;
}
.p-real_estate_managed__cont > .cap {
  margin-top: 15px;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-real_estate_managed__cont > .cap {
    margin-top: 8px;
    font-size: 13px;
  }
}

.p-management_ordered_list {
  counter-reset: section;
}
.p-management_ordered_list > li {
  position: relative;
  padding-left: 2.5em;
  /*max-height: 100%;*/
  margin-top: -4px;
  margin-bottom: -4px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-management_ordered_list > li {
    /*max-height: 100%;*/
    margin-top: -4.264px;
    margin-bottom: -4.264px;
    line-height: 1.533;
  }
}
.p-management_ordered_list > li:not(:first-child) {
  margin-top: 26px;
}
@media screen and (max-width: 900px) {
  .p-management_ordered_list > li:not(:first-child) {
    margin-top: 13.736px;
  }
}
.p-management_ordered_list > li::before {
  content: "ｼ" counter(section) "ｼ";
  counter-increment: section;
  position: absolute;
  left: 2px;
  display: inline-block;
  font-size: 1em;
}
@media screen and (max-width: 900px) {
  .is-ua_android .p-management_ordered_list > li::before {
    top: 1px;
  }
}
.p-management_ordered_list > li > ul, .p-management_ordered_list > li > ol {
  margin-top: 14px;
}
@media screen and (max-width: 900px) {
  .p-management_ordered_list > li > ul, .p-management_ordered_list > li > ol {
    margin-top: 11.736px;
  }
}
.p-management_ordered_list__cont > .ttl {
  margin-bottom: 8px;
}
@media screen and (max-width: 900px) {
  .p-management_ordered_list__cont > .ttl {
    margin-bottom: 18px;
  }
}
.p-management_ordered_list__detail {
  color: #c80000;
  padding-left: 1em;
}
.p-management_ordered_list__detail > .ttl {
  position: relative;
  font-weight: 500;
  /*max-height: 100%;*/
  margin-top: -5.336px;
  margin-bottom: 8.664px;
  line-height: 1.667;
}
@media screen and (max-width: 900px) {
  .p-management_ordered_list__detail > .ttl {
    /*max-height: 100%;*/
    margin-top: -3.2px;
    margin-bottom: 16.8px;
    line-height: 1.4;
  }
}
.p-management_ordered_list__detail > .ttl::before {
  content: '\f111';
  position: absolute;
  top: 0.08em;
  left: -1.2em;
  display: inline-block;
  color: #333;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  transform: scale(0.5);
}
.p-management_ordered_list__detail > .item {
  position: relative;
  padding-left: 1em;
  /*max-height: 100%;*/
  margin-top: -3.2px;
  margin-bottom: 10.8px;
  line-height: 1.4;
}
.p-management_ordered_list__detail > .item:last-child {
  /*max-height: 100%;*/
  margin-top: -3.2px;
  margin-bottom: 18.8px;
  line-height: 1.4;
}
.p-management_ordered_list__detail > .item::before {
  content: '\025cb';
  position: absolute;
  top: 0.08em;
  left: -0.2em;
  display: inline-block;
  color: #333;
  font-size: 1em;
  font-weight: 900;
  transform: scale(0.5);
}

.p-disclosure_info {
  margin-top: 44px;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
}
.p-disclosure_info__list > li:not(:first-child) {
  border-top: solid 1px #dddddd;
}
.p-disclosure_info__link {
  display: block;
}
.p-disclosure_info__cont {
  padding: 24px 20px;
}
@media screen and (max-width: 900px) {
  .p-disclosure_info__cont {
    padding: 20px 15px;
  }
}
.p-disclosure_info__cont > span {
  display: block;
  position: relative;
  font-weight: 500;
  transition: color 0.2s ease-out;
  padding-left: 15px;
}
.p-disclosure_info__link:hover .p-disclosure_info__cont > span {
  color: #19aa46;
}
.p-disclosure_info__cont > span::before {
  content: '\f105';
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 900;
  color: #19aa46;
}
.p-disclosure_info__cont > span::after {
  content: "\f35d";
  display: inline-block;
  margin: 0 6px 0 4px;
  font-family: "FontAwesome";
  color: #ccc;
  font-weight: 900;
  font-style: normal;
  transition: all 0.2s ease-out;
  vertical-align: top;
}
.p-disclosure_info__link:hover .p-disclosure_info__cont > span::after {
  color: #19aa46;
}
.is-ua_edge .p-disclosure_info__cont > span::after, .is-ua_ie .p-disclosure_info__cont > span::after {
  padding-top: 1px;
}

.p-footer_inquiries {
  border-top: solid 3px #19aa46;
}
.p-footer_inquiries > .ttl {
  border-bottom: solid 1px #c9c9c9;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 900px) {
  .p-footer_inquiries > .ttl {
    padding: 13px 0;
    font-size: 15px;
    line-height: 1.467;
  }
}
.p-footer_inquiries > .cont {
  background: #f6f9f8;
  padding: 29px 0 25px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-footer_inquiries > .cont {
    padding: 23px 0 24px;
  }
}
.p-footer_inquiries__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-footer_inquiries__list > li:nth-child(2) {
  margin-left: 24px;
}
@media screen and (max-width: 480px) {
  .p-footer_inquiries__list > li:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.p-footer_inquiries__list > li:nth-child(3) {
  margin-left: 36px;
}
@media screen and (max-width: 900px) {
  .p-footer_inquiries__list > li:nth-child(3) {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}
.p-footer_inquiries__cont > .number {
  font-family: "Roboto Condensed", "sans-serif";
  font-size: 24px;
}
.p-footer_inquiries__cont > .staff {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p-footer_inquiries__cont > .staff {
    text-align: center;
  }
}
.p-footer_inquiries__link {
  display: inline-block;
}
.p-footer_inquiries__contact {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 268px;
  height: 46px;
  padding-bottom: 2px;
  border: solid 2px #19aa46;
  border-radius: 6px;
  color: #19aa46;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: 'palt';
  transition: background 0.2s ease-out, border 0.3s ease-out;
}
@media screen and (max-width: 900px) {
  .p-footer_inquiries__contact {
    width: 240px;
  }
}
.p-footer_inquiries__link:hover .p-footer_inquiries__contact {
  background: #e2f1e5;
  border-color: #eee;
}
.p-footer_inquiries__contact:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon/icon_mail.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 16px;
  margin: 1px 8px -1px 0;
  vertical-align: top;
}
.p-footer_inquiries__contact::after {
  content: "\f105";
  position: absolute;
  top: calc(50% - 0.4em);
  right: 14px;
  display: inline-block;
  font-family: "FontAwesome";
  color: #19aa46;
  font-weight: 900;
  font-size: 0.8em;
  transition: right 0.2s ease-out;
}
.p-footer_inquiries__link:hover .p-footer_inquiries__contact::after {
  right: 11px;
}

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