/*
Theme Name: reliefsign
Description: Original Theme for reliefsign
Version: 1.0
Author: Agentgate,Inc.
*/
/* Foundation
-------------------------------------- */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
}

body {
  overflow-y: scroll;
}

img {
  max-width: 100%;
}

html {
  width: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
  position: relative;
  /* font-weight for Noto Sans
  ------------------------------
  400: regular
  500: medium
  700: bold
  900: black
  ------------------------------*/
}

h1, h2, h3, h4, h5 {
  font-weight: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
button {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

/* Setting
-------------------------------------- */
/* Layout
-------------------------------------- */
@media (min-width: 768px) {
  .l-header {
    max-width: 1280px;
    margin: auto;
  }
}
.l-header .l-header__inner {
  padding: 5px 5.8vw;
}
@media (min-width: 768px) {
  .l-header .l-header__inner {
    max-width: 1195px;
    padding: 13px 20px 9px;
    margin: 0 0 0 auto;
  }
}
.l-header .l-header__inner img {
  width: 156px;
}
@media (min-width: 768px) {
  .l-header .l-header__inner img {
    width: 269px;
  }
}

.l-main .l-main__inner {
  padding-left: 5.8vw;
  padding-right: 5.8vw;
}
@media (min-width: 768px) {
  .l-main .l-main__inner {
    max-width: 1070px;
    margin: auto;
    padding: 0 20px;
    padding: 0 20px;
  }
}
.l-main .l-floating {
  width: 100%;
  background-color: #fff;
  padding: 8px 0;
  border-bottom: 4px solid #157E5E;
  z-index: 100;
}
@media (min-width: 768px) {
  .l-main .l-floating {
    padding: 12px 0 18px;
  }
}
@media (min-width: 768px) {
  .l-main .l-floating .l-floating__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 922px;
  }
  .l-main .l-floating .l-floating__inner .l-floating__logo {
    width: 180px;
  }
}
.l-main .l-floating .l-floating__btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .l-main .l-floating .l-floating__btnWrap {
    flex-wrap: nowrap;
  }
}
.l-main .l-floating .l-floating__btnWrap .l-floating__btn {
  width: 156px;
  height: 57px;
  margin: 0;
}
@media (min-width: 768px) {
  .l-main .l-floating .l-floating__btnWrap .l-floating__btn {
    width: 285px;
  }
}
.l-main .l-floating .l-floating__btnWrap .l-floating__btn.l-floating__contactBtn {
  font-size: 1.5rem;
  padding: 9px 16px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .l-main .l-floating .l-floating__btnWrap .l-floating__btn.l-floating__contactBtn {
    font-size: 1.6rem;
    height: 61px;
    margin-right: 33px;
  }
}
.l-main .l-floating .l-floating__btnWrap .l-floating__btn.l-floating__contactBtn:after {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .l-main .l-floating .l-floating__btnWrap .l-floating__btn.l-floating__contactBtn:after {
    width: 29px;
    height: 29px;
    margin-left: 28px;
  }
}
.l-main .l-floating .l-floating__btnWrap .l-floating__btn.l-floating__downloadBtn {
  font-size: 1.2rem;
  padding: 8px 12px;
  border: 2px solid #157E5E;
}
@media (min-width: 768px) {
  .l-main .l-floating .l-floating__btnWrap .l-floating__btn.l-floating__downloadBtn {
    font-size: 1.6rem;
    height: 61px;
  }
}
.l-main .l-floating .l-floating__btnWrap .l-floating__btn.l-floating__downloadBtn:after {
  width: 17px;
  height: 17px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .l-main .l-floating .l-floating__btnWrap .l-floating__btn.l-floating__downloadBtn:after {
    width: 29px;
    height: 29px;
    margin-left: 16px;
  }
}

.l-footer {
  margin: 24px 0 36px;
}
@media (min-width: 768px) {
  .l-footer {
    margin: 40px 0 20px;
  }
}
.l-footer .l-footer__inner {
  padding-left: 5.8vw;
  padding-right: 5.8vw;
}
@media (min-width: 768px) {
  .l-footer .l-footer__inner {
    max-width: 1070px;
    margin: auto;
    padding: 0 20px;
  }
}
.l-footer .l-footer__sp {
  padding-bottom: 24px;
  border-bottom: 2px solid #B9D484;
}
.l-footer .l-footer__sp .l-footer__note {
  font-size: 1.1rem;
  padding-left: 2.5em;
  text-indent: -2.5em;
  line-height: 1.33;
}
.l-footer .l-footer__flex {
  margin: 56px 0 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .l-footer .l-footer__flex {
    margin: 0 0 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.l-footer .l-footer__flex .l-footer__info {
  width: 284px;
  margin: auto;
}
@media (min-width: 768px) {
  .l-footer .l-footer__flex .l-footer__info {
    margin: 0 0 10px;
  }
}
.l-footer .l-footer__flex .l-footer__info .l-footer__logo {
  margin-bottom: 8px;
}
.l-footer .l-footer__flex .l-footer__info .l-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-footer .l-footer__flex .l-footer__info .l-footer__links .l-footer__link {
  font-size: 1.4rem;
  text-align: center;
}
.l-footer .l-footer__flex .l-footer__info .l-footer__links .l-footer__link:not(:last-child) {
  border-right: 1px solid #B9D484;
  padding-right: 16px;
}
.l-footer .l-footer__flex .l-footer__info .l-footer__links .l-footer__link:first-child {
  padding-left: 12px;
}
.l-footer .l-footer__flex .l-footer__info .l-footer__links .l-footer__link a {
  -webkit-text-decoration: underline #000;
          text-decoration: underline #000;
  text-underline-offset: 2px;
}
.l-footer .l-footer__flex .l-footer__contactWrap {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .l-footer .l-footer__flex .l-footer__contactWrap {
    margin-bottom: 0;
  }
  .l-footer .l-footer__flex .l-footer__contactWrap .l-footer__btn:first-child {
    margin-right: 44px;
  }
}
.l-footer .l-footer__copyright {
  font-size: 1.2rem;
  text-align: center;
}

/* Object
-------------------------------------- */
@media (min-width: 768px) {
  .c-contactWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.c-btn {
  padding: 16px 0;
  text-align: center;
  border-radius: 40px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
}

.c-contactBtn {
  background-color: #ECC236;
  width: 330px;
  height: 67px;
  margin: 0 auto 16px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-contactBtn {
    width: 392px;
    height: 72px;
    margin: 0;
  }
}
.c-contactBtn:after {
  background: url(assets/img/icon_arrow_bk.svg) no-repeat center center/contain;
  margin-left: 28px;
}

.c-downloadBtn {
  background-color: #fff;
  color: #157E5E;
  width: 328px;
  height: 62px;
  margin: auto;
  font-weight: bold;
  border: 3px solid #157E5E;
}
@media (min-width: 768px) {
  .c-downloadBtn {
    width: 285px;
  }
}
.c-downloadBtn:after {
  background: url(assets/img/icon_arrow_grn.svg) no-repeat center center/contain;
  margin-left: 16px;
}

@media (min-width: 768px) {
  .c-secHead {
    position: relative;
    z-index: 1;
  }
}
.c-secHead .c-secHead__title {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.34;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .c-secHead .c-secHead__title {
    font-size: 4.8rem;
    letter-spacing: 0.04em;
  }
}
.c-secHead .c-secHead__title .c-secHead__grn {
  color: #157E5E;
}
@media (min-width: 768px) {
  .c-secHead .c-secHead__lead {
    text-align: center;
  }
}

.c-heading {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .c-heading {
    margin-bottom: 72px;
  }
}
.c-heading.c-heading--wht {
  color: #fff;
}
.c-heading.c-heading--grn {
  color: #157E5E;
}
.c-heading span {
  display: block;
}
.c-heading span.c-heading__ja {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .c-heading span.c-heading__ja {
    font-size: 4rem;
  }
}
.c-heading span.c-heading__en {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 768px) {
  .c-heading span.c-heading__en {
    font-size: 2.4rem;
  }
}

.p-mv {
  background-image: linear-gradient(103.7deg, #157E5E 68%, #fff calc(68% + 1px));
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .p-mv {
    background-image: linear-gradient(120deg, #157E5E 66%, #fff calc(66% + 1px));
  }
}
@media (min-width: 768px) {
  .p-mv .p-mv__container {
    max-width: 1280px;
    margin: auto;
  }
}
.p-mv .p-mv__container .p-mv__inner {
  padding: 40px 5.8vw 76px;
}
@media (min-width: 768px) {
  .p-mv .p-mv__container .p-mv__inner {
    max-width: 1195px;
    padding: 34px 20px 50px;
    margin: 0 0 0 auto;
    position: relative;
  }
}
@media (min-width: 768px) {
  .p-mv .p-mv__container .p-mv__inner .p-mv__flex {
    display: flex;
  }
}
.p-mv .p-mv__container .p-mv__inner .p-mv__flex .p-mv__txtWrap {
  color: #fff;
}
.p-mv .p-mv__container .p-mv__inner .p-mv__flex .p-mv__txtWrap .p-cs {
  position: relative;
  width: 242px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .p-mv .p-mv__container .p-mv__inner .p-mv__flex .p-mv__txtWrap .p-cs {
    width: auto;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .p-mv .p-mv__container .p-mv__inner .p-mv__flex .p-mv__txtWrap .p-cs img {
    width: 393px;
    margin-bottom: 8px;
  }
}
.p-mv .p-mv__container .p-mv__inner .p-mv__flex .p-mv__txtWrap .p-cs .p-cs__txt {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .p-mv .p-mv__container .p-mv__inner .p-mv__flex .p-mv__txtWrap .p-cs .p-cs__txt {
    position: absolute;
    top: -10px;
    right: -18px;
  }
}
.p-mv .p-mv__container .p-mv__inner .p-mv__flex .p-mv__txtWrap .p-mv__title {
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .p-mv .p-mv__container .p-mv__inner .p-mv__flex .p-mv__txtWrap .p-mv__title {
    font-size: 6.2rem;
    font-size: clamp(5rem, 4.8vw, 6.2rem);
    line-height: 1.25;
    letter-spacing: 0.04em;
    padding: 6px 0;
  }
}
.p-mv .p-mv__container .p-mv__inner .p-mv__flex .p-mv__image {
  width: 100%;
  margin-top: -45px;
}
@media (min-width: 768px) {
  .p-mv .p-mv__container .p-mv__inner .p-mv__flex .p-mv__image {
    max-width: 700px;
    width: calc(100% - 400px);
    position: absolute;
    top: -9%;
    right: 0;
  }
}
.p-mv .p-mv__container .p-mv__inner .p-mv__btnWrap {
  margin-top: -30px;
  position: relative;
  z-index: 1;
  margin-top: -70px;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-mv .p-mv__container .p-mv__inner .p-mv__btnWrap {
    margin-top: 0;
    position: absolute;
    bottom: -39px;
    left: 2%;
    flex-wrap: nowrap;
  }
  .p-mv .p-mv__container .p-mv__inner .p-mv__btnWrap .p-mv__btn {
    margin: 0;
  }
  .p-mv .p-mv__container .p-mv__inner .p-mv__btnWrap .p-mv__btn:first-child {
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .p-result {
    overflow: hidden;
  }
}
.p-result .p-result__inner {
  padding-left: 5.8vw;
  padding-right: 5.8vw;
}
@media (min-width: 768px) {
  .p-result .p-result__inner {
    max-width: 1070px;
    margin: auto;
    padding: 0 20px;
  }
}
.p-result .p-result__inner .p-result__head {
  padding: 25px 0 40px;
}
@media (min-width: 768px) {
  .p-result .p-result__inner .p-result__head {
    padding: 62px 0 40px;
  }
}
.p-result .p-result__inner .p-result__items .p-result__item {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .p-result .p-result__inner .p-result__items .p-result__item {
    margin-bottom: 80px;
  }
  .p-result .p-result__inner .p-result__items .p-result__item.p-result__item--flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .p-result .p-result__inner .p-result__items .p-result__item.p-result__item--flex .p-result__itemWrap {
    width: calc((100% - 30px) / 2);
    max-width: 500px;
  }
}
.p-result .p-result__inner .p-result__items .p-result__item .p-result__titleWrap {
  background-color: #157E5E;
  padding: 16px 24px;
  font-weight: 900;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 16px;
  width: 352px;
}
@media (max-width: 767px) {
  .p-result .p-result__inner .p-result__items .p-result__item .p-result__titleWrap {
    margin-left: -5.8vw;
  }
}
@media (min-width: 768px) {
  .p-result .p-result__inner .p-result__items .p-result__item .p-result__titleWrap {
    width: auto;
    padding: 24px;
    margin: 0 calc(50% - 50vw) 16px;
    padding-left: calc(50vw - 50% + 8px);
  }
}
.p-result .p-result__inner .p-result__items .p-result__item .p-result__titleWrap .p-result__titleLabel {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  background-color: #ECC236;
  padding: 8px 12px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .p-result .p-result__inner .p-result__items .p-result__item .p-result__titleWrap .p-result__titleLabel {
    font-size: 1.6rem;
    padding: 12px 10px;
  }
}
.p-result .p-result__inner .p-result__items .p-result__item .p-result__titleWrap .p-result__title {
  font-size: 2.2rem;
  color: #fff;
  width: calc(100% - 80px);
}
@media (min-width: 768px) {
  .p-result .p-result__inner .p-result__items .p-result__item .p-result__titleWrap .p-result__title {
    font-size: 4rem;
    width: auto;
  }
}
.p-result .p-result__inner .p-result__items .p-result__item .p-result__titleWrap .p-result__title .p-result__title--yel {
  color: #ECC236;
}
.p-result .p-result__inner .p-result__items .p-result__item .p-result__txt {
  margin-bottom: 16px;
}
.p-result .p-result__inner .p-result__items .p-result__item:first-child .p-result__titleWrap {
  align-items: center;
  width: 332px;
}
@media (min-width: 768px) {
  .p-result .p-result__inner .p-result__items .p-result__item:first-child .p-result__titleWrap {
    width: auto;
  }
}
.p-result .p-result__inner .p-result__items .p-result__item:first-child .p-result__logoItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-result .p-result__inner .p-result__items .p-result__item:first-child .p-result__logoItems .p-result__logoItem {
  width: calc((100% - 8px) / 3);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-result .p-result__inner .p-result__items .p-result__item:first-child .p-result__logoItems .p-result__logoItem {
    width: calc((100% - 36px) / 3);
	          justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2) {
    position: relative;
    padding-top: 140px;
  }
}
@media (min-width: 768px) {
  .p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2).p-result__item--flex {
    flex-direction: row-reverse;
  }
  .p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2).p-result__item--flex .p-result__image {
    margin-right: 30px;
  }
}
.p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2) .p-result__titleWrap {
  background-color: #FFF9DF;
  margin-left: 0;
}
@media (max-width: 767px) {
  .p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2) .p-result__titleWrap {
    position: absolute;
    top: 0;
    right: -5.8vw;
  }
}
@media (min-width: 768px) {
  .p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2) .p-result__titleWrap {
    padding: 24px 0 24px 24px;
    display: flex;
    margin-right: calc(50% - 50vw);
    margin-bottom: 16px;
    padding-right: calc(50vw - 50% + 8px);
  }
  .p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2) .p-result__titleWrap:after {
    content: "";
    display: block;
    width: 100vw;
    background-color: #FFF9DF;
    margin-right: -100vw;
    margin: 0 auto;
  }
}
.p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2) .p-result__titleWrap .p-result__title {
  color: #000;
}
@media (min-width: 768px) {
  .p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2) .p-result__titleWrap .p-result__title {
    font-size: 3.2rem;
  }
}
.p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2) .p-result__titleWrap .p-result__title .p-result__title--grn {
  color: #157E5E;
}
.p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2) img {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2) img {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2) .p-result__bg {
  background-color: #ECC236;
  border-radius: 20px;
  padding: 16px;
}
.p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2) .p-result__bg .p-result__bgHead {
  font-weight: bold;
  margin-bottom: 8px;
}
.p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(2) .p-result__bg .p-result__bgTxt {
  padding-left: 12px;
}
@media (min-width: 768px) {
  .p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(3) .p-result__itemWrap .p-result__titleWrap {
    padding-right: 50px;
  }
  .p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(3) .p-result__itemWrap .p-result__titleWrap .p-result__title {
    font-size: 3.2rem;
  }
  .p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(3) .p-result__image {
    margin-left: 3%;
  }
}
@media (max-width: 767px) {
  .p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(3) .p-result__titleWrap {
    padding: 16px 16px 16px 24px;
  }
  .p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(3) .p-result__titleWrap .p-result__titleLabel {
    font-size: 1.2rem;
    padding: 8px 10px;
  }
  .p-result .p-result__inner .p-result__items .p-result__item:nth-of-type(3) .p-result__titleWrap .p-result__title {
    width: calc(100% - 69px);
  }
}

.p-customerVoice {
  background-color: #157E5E;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .p-customerVoice {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__heading {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item {
  background-color: #fff;
  border-radius: 34px;
  padding: 40px 34px;
}
@media (min-width: 768px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item {
    max-width: 500px;
    width: calc((100% - 20px) / 2);
    padding: 40px;
    position: relative;
  }
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item:first-child {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item:first-child {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__logo {
  width: 248px;
  margin: 0 auto 8px;
}
@media (min-width: 768px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__logo {
    width: 227px;
    margin: 0 0 16px -10px;
  }
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__image {
  width: 161px;
  margin: 0 auto 8px;
}
@media (min-width: 768px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__image {
    margin: 0;
    position: absolute;
    top: -11%;
    right: 5%;
  }
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__company {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.34;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__company {
    font-size: 2rem;
  }
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__company.p-customerVoice__company--nestle {
  text-align: center;
}
@media (min-width: 768px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__company.p-customerVoice__company--nestle {
    text-align: left;
  }
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__lead {
  font-size: 2rem;
  color: #157E5E;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__service {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__service.p-customerVoice__service--itoham {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__service.p-customerVoice__service--nestle {
    margin-bottom: 16px;
  }
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__service span {
  display: block;
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__service .p-customerVoice__serviceHead {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__service .p-customerVoice__serviceHead {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__service .p-customerVoice__serviceImage {
  width: 206px;
  margin-bottom: 16px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__service .p-customerVoice__serviceImage {
    width: 180px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__service .p-customerVoice__serviceName {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__service .p-customerVoice__serviceName {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__text:before {
    content: "";
    display: block;
    width: 100%;
    height: 20%;
    background: linear-gradient(rgba(255, 255, 255, 0.2) 94%, #fff 100%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__text p:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__readMoreWrap {
    position: relative;
    height: 600px;
    overflow: hidden;
  }
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__readMoreWrap.active {
    height: auto;
  }
  .p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__readMoreWrap.active .p-customerVoice__text:before {
    content: none;
  }
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__readMore {
  background-color: #ECC236;
  padding: 8px 18px 10px;
  border-radius: 40px;
  width: 170px;
  margin: auto;
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__readMore span {
  font-weight: bold;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
}
.p-customerVoice .p-customerVoice__inner .p-customerVoice__items .p-customerVoice__item .p-customerVoice__readMore span:after {
  content: "";
  display: inline-block;
  background: url(assets/img/icon_plus.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  margin-left: 26px;
}

.p-feature .p-feature__inner .p-feature__head {
  padding: 80px 0 40px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__inner .p-feature__head {
    padding: 80px 0 50px;
  }
}
.p-feature .p-feature__contents {
  padding: 90px 0 140px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents {
    padding: 90px 0 82px;
  }
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem .p-feature__title {
  text-align: center;
  line-height: 1.25;
  margin-bottom: 24px;
  color: #157E5E;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem .p-feature__title {
    line-height: 1.5;
  }
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem .p-feature__title.p-feature__functionTitle {
  margin-bottom: 50px;
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem .p-feature__title span {
  display: block;
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem .p-feature__title span.p-feature__title--ja {
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem .p-feature__title span.p-feature__title--en {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists {
  background-color: #fff;
  padding: 40px 16px;
  border-radius: 24px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 34px;
  }
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList {
    width: calc((100% - 12px) / 3);
  }
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList:nth-of-type(3) .p-feature__pointImage img {
  width: 285px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList:nth-of-type(3) .p-feature__pointImage img {
    max-width: 285px;
    width: 100%;
  }
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList .p-feature__pointNum {
  background-color: #157E5E;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  display: block;
  width: 74px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  border-radius: 50%;
  margin: 0 auto 16px;
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList .p-feature__pointTitle {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList .p-feature__pointTitle .p-feature__pointTitle--grn {
  color: #157E5E;
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList .p-feature__pointImage {
  text-align: center;
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList .p-feature__pointSns {
  font-weight: bold;
  margin-top: 16px;
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList .p-feature__pointSns .p-feature__pointSns--grn {
  color: #157E5E;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__function .p-feature__functionLists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__function .p-feature__functionLists .p-feature__functionList {
  background-color: #fff;
  border-radius: 24px;
  padding: 58px 14px 24px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__function .p-feature__functionLists .p-feature__functionList {
    width: calc((100% - 30px) / 2);
    max-width: 500px;
    padding: 60px 34px 26px;
  }
}
@media (max-width: 767px) {
  .p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__function .p-feature__functionLists .p-feature__functionList:not(:last-child) {
    margin-bottom: 48px;
  }
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__function .p-feature__functionLists .p-feature__functionList:nth-of-type(-n+2) {
  margin-bottom: 48px;
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__function .p-feature__functionLists .p-feature__functionList .p-feature__functionNum {
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: #157E5E;
  background-color: #ECC236;
  width: 74px;
  height: 74px;
  display: block;
  border-radius: 50%;
  line-height: 74px;
  text-align: center;
  margin: -85px auto 8px;
}
.p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__function .p-feature__functionLists .p-feature__functionList .p-feature__functionTitle {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 10px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents .p-feature__contentsInner .p-feature__contentsItem.p-feature__function .p-feature__functionLists .p-feature__functionList .p-feature__functionTitle {
    text-align: center;
    margin-bottom: 8px;
  }
}
.p-feature .p-feature__contents.p-eMining {
  background-color: #FFF9DF;
}
.p-feature .p-feature__contents.p-eMining .p-eMining__feature {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-eMining .p-eMining__feature {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__flex .p-eMining__image {
  width: 100%;
  text-align: center;
  margin-top: -125px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__flex .p-eMining__image {
    max-width: 448px;
    width: 43%;
    margin-top: -130px;
  }
}
.p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__flex .p-eMining__head {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__flex .p-eMining__head {
    width: 51%;
  }
}
.p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__flex .p-eMining__head .p-eMining__lead {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__flex .p-eMining__head .p-eMining__lead {
    margin-bottom: 8px;
  }
}
.p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__flex .p-eMining__head .p-eMining__lead .p-eMining__lead--grn {
  color: #157E5E;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__flex .p-eMining__head .p-eMining__lead .p-eMining__lead--blk {
  font-size: 2.3rem;
  font-weight: bold;
  display: block;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__flex .p-eMining__head .p-eMining__lead .p-eMining__lead--blk {
    display: inline;
    font-size: 2.4rem;
  }
}
.p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__flex .p-eMining__head .p-eMining__name {
  background-color: #fff;
  width: 327px;
  margin: auto;
  border-radius: 77px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__flex .p-eMining__head .p-eMining__name {
    width: 500px;
    margin: 0;
  }
}
.p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__flex .p-eMining__head .p-eMining__name img {
  display: block;
  width: 268px;
  margin: auto;
  border-radius: 77px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__flex .p-eMining__head .p-eMining__name img {
    width: 407px;
  }
}
.p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__textArea .p-eMining__textBold {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}
.p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__textArea .p-eMining__textBold .p-eMining__textBold--grn {
  color: #157E5E;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-eMining .p-eMining__feature .p-eMining__textArea .p-eMining__textBold .p-eMining__textBold--grn {
    font-size: 2.8rem;
    font-weight: 900;
  }
}
.p-feature .p-feature__contents.p-eMining .p-feature__point .p-feature__pointLists .p-feature__pointList:nth-of-type(2) .p-feature__pointImage img {
  width: 254px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-eMining .p-feature__point .p-feature__pointLists .p-feature__pointList:nth-of-type(2) .p-feature__pointImage img {
    max-width: 263px;
    width: 100%;
  }
}
.p-feature .p-feature__contents.p-eMining .p-feature__function .p-feature__functionLists .p-feature__functionList .p-feature__functionImage {
  max-width: 350px;
  margin: auto;
}
.p-feature .p-feature__contents.p-eMining .p-feature__function .p-feature__functionLists .p-feature__functionList:nth-of-type(1) .p-feature__functionTitle {
  width: 240px;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-eMining .p-feature__function .p-feature__functionLists .p-feature__functionList:nth-of-type(1) .p-feature__functionTitle {
    width: auto;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-eMining .p-feature__function .p-feature__functionLists .p-feature__functionList:nth-of-type(2) .p-feature__functionTitle {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-eMining .p-feature__function .p-feature__functionLists .p-feature__functionList:nth-of-type(2) .p-feature__functionImage {
    max-width: 400px;
  }
}
.p-feature .p-feature__contents.p-eMining .p-feature__function .p-feature__functionLists .p-feature__functionList:nth-of-type(3) .p-feature__functionTitle {
  white-space: nowrap;
}
.p-feature .p-feature__contents.p-eMining .p-feature__function .p-feature__functionLists .p-feature__functionList:nth-of-type(4) .p-feature__functionTitle {
  text-align: center;
}
.p-feature .p-feature__contents.p-monitoring {
  background-color: #ECC236;
  padding: 90px 0 80px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-monitoring {
    padding: 68px 0 122px;
  }
}
.p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-monitoring__feature {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-monitoring__feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-monitoring__feature .p-monitoring__image {
  width: 100%;
  text-align: center;
  margin-top: -210px;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-monitoring__feature .p-monitoring__image {
    max-width: 422px;
    margin-top: -145px;
    width: 41%;
  }
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-monitoring__feature .p-monitoring__textArea {
    max-width: 600px;
    width: 59%;
  }
}
.p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-monitoring__feature .p-monitoring__textArea .p-monitoring__lead {
  font-size: 2.4rem;
  font-weight: bold;
}
.p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-monitoring__feature .p-monitoring__textArea .p-monitoring__lead .p-monitoring__lead--grn {
  color: #157E5E;
}
.p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-monitoring__feature .p-monitoring__textArea .p-monitoring__name {
  color: #157E5E;
  background-color: #fff;
  font-size: 3.9rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.36;
  border-radius: 77px;
  width: 328px;
  margin: 16px auto;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-monitoring__feature .p-monitoring__textArea .p-monitoring__name {
    width: auto;
    font-size: 4.4rem;
    max-width: 600px;
    padding: 16px;
  }
}
.p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList .p-feature__pointNum {
  background-color: #ECC236;
  color: #157E5E;
}
.p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList .p-feature__pointTitle .p-feature__pointTitle--sml {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList .p-feature__pointTitle .p-feature__pointTitle--sml {
    font-size: 1.6rem;
  }
}
.p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList .p-feature__pointPlus:before {
  content: "";
  display: block;
  background: url(assets/img/icon_plus_wht.svg) no-repeat center center/contain;
  width: 28px;
  height: 28px;
  margin: 4px auto;
}
.p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList .p-feature__pointPlus p {
  background-color: #157E5E;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 16px;
}
.p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-feature__contentsItem.p-feature__point .p-feature__pointLists .p-feature__pointList:nth-of-type(2) .p-feature__pointImage img {
  max-width: 278px;
  width: 100%;
}
.p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-feature__contentsItem.p-feature__function .p-feature__functionLists .p-feature__functionList {
  padding: 58px 25px 24px;
}
.p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-feature__contentsItem.p-feature__function .p-feature__functionLists .p-feature__functionList .p-feature__functionNum {
  background-color: #157E5E;
  color: #fff;
}
.p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-feature__contentsItem.p-feature__function .p-feature__functionLists .p-feature__functionList .p-feature__functionTitle {
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-feature__contentsItem.p-feature__function .p-feature__functionLists .p-feature__functionList .p-feature__functionTitle {
    margin-bottom: 24px;
  }
}
.p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-feature__contentsItem.p-feature__function .p-feature__functionLists .p-feature__functionList .p-feature__functionImage {
  text-align: center;
}
@media (min-width: 768px) {
  .p-feature .p-feature__contents.p-monitoring .p-feature__contentsInner .p-feature__contentsItem.p-feature__function .p-feature__functionLists .p-feature__functionList:nth-of-type(2) .p-feature__functionTitle {
    margin-bottom: 8px;
  }
}

.p-comparison .p-comparison__heading {
  margin-bottom: 0;
}
.p-comparison .p-comparison__table {
  padding-top: 55px;
  overflow: auto;
  padding-bottom: 10px;
}
.p-comparison .p-comparison__table::-webkit-scrollbar {
  width: 20%;
  height: 12px;
}
.p-comparison .p-comparison__table::-webkit-scrollbar-track {
  background: #707070;
  border-radius: 10px;
}
.p-comparison .p-comparison__table::-webkit-scrollbar-thumb {
  background: #ECC236;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .p-comparison .p-comparison__table {
    position: relative;
  }
  .p-comparison .p-comparison__table:before {
    content: "";
    display: block;
    background: url(assets/img/icon_scroll.svg) no-repeat center center/contain;
    width: 115px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 0;
  }
}
.p-comparison .p-comparison__table .p-comparison__tableHead {
  display: flex;
  width: 690px;
}
@media (min-width: 768px) {
  .p-comparison .p-comparison__table .p-comparison__tableHead {
    width: 1030px;
  }
}
.p-comparison .p-comparison__table .p-comparison__tableHead .p-comparison__non {
  width: 183px;
  height: 64px;
}
@media (min-width: 768px) {
  .p-comparison .p-comparison__table .p-comparison__tableHead .p-comparison__non {
    width: 280px;
  }
}
.p-comparison .p-comparison__table .p-comparison__tableHead .p-comparison__th {
  background-color: #ACB1B0;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  width: 160px;
  height: 64px;
  line-height: 64px;
}
@media (min-width: 768px) {
  .p-comparison .p-comparison__table .p-comparison__tableHead .p-comparison__th {
    font-size: 1.6rem;
    width: 250px;
  }
}
.p-comparison .p-comparison__table .p-comparison__tableHead .p-comparison__th img {
  width: 108px;
  display: block;
  margin: 4px auto;
}
.p-comparison .p-comparison__table .p-comparison__tableHead .p-comparison__th.p-comparison__th--yel {
  background-color: #ECC236;
  line-height: 1.5;
  width: 187px;
  height: 84px;
  border: 10px solid #ECC236;
  margin-top: -20px;
  border-radius: 14px 14px 0 0;
}
@media (min-width: 768px) {
  .p-comparison .p-comparison__table .p-comparison__tableHead .p-comparison__th.p-comparison__th--yel {
    width: 250px;
  }
}
.p-comparison .p-comparison__table .p-comparison__tableBody {
  width: 690px;
}
@media (min-width: 768px) {
  .p-comparison .p-comparison__table .p-comparison__tableBody {
    width: 1030px;
  }
}
.p-comparison .p-comparison__table .p-comparison__tableBody .p-comparison__tr {
  display: flex;
}
.p-comparison .p-comparison__table .p-comparison__tableBody .p-comparison__tr .p-comparison__th {
  width: 183px;
  height: 93px;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-comparison .p-comparison__table .p-comparison__tableBody .p-comparison__tr .p-comparison__th {
    width: 280px;
    font-size: 1.8rem;
  }
}
.p-comparison .p-comparison__table .p-comparison__tableBody .p-comparison__tr .p-comparison__td {
  width: 160px;
  height: 93px;
  font-size: 1rem;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-comparison .p-comparison__table .p-comparison__tableBody .p-comparison__tr .p-comparison__td {
    width: 250px;
    font-size: 1.2rem;
  }
}
.p-comparison .p-comparison__table .p-comparison__tableBody .p-comparison__tr .p-comparison__td.p-comparison__td--yel {
  border-left: 10px solid #ECC236;
  border-right: 10px solid #ECC236;
  width: 187px;
}
@media (min-width: 768px) {
  .p-comparison .p-comparison__table .p-comparison__tableBody .p-comparison__tr .p-comparison__td.p-comparison__td--yel {
    width: 250px;
  }
}
.p-comparison .p-comparison__table .p-comparison__tableBody .p-comparison__tr .p-comparison__td.p-comparison__td--yelLast {
  height: 103px;
  border-bottom: 10px solid #ECC236;
  border-radius: 0 0 14px 14px;
}
.p-comparison .p-comparison__table .p-comparison__tableBody .p-comparison__tr .p-comparison__td.p-comparison__td--icon {
  justify-content: flex-start;
}
.p-comparison .p-comparison__table .p-comparison__tableBody .p-comparison__tr .p-comparison__td.p-comparison__td--icon img {
  margin-top: 18px;
}
.p-comparison .p-comparison__table .p-comparison__tableBody .p-comparison__tr .p-comparison__td img {
  display: block;
  margin: 0 auto 4px;
}
.p-comparison .p-comparison__table .p-comparison__tableBody .p-comparison__tr.p-comparison__tr--color .p-comparison__th {
  background-color: #E4FAF8;
}
.p-comparison .p-comparison__table .p-comparison__tableBody .p-comparison__tr.p-comparison__tr--color .p-comparison__td {
  background-color: #ECECEC;
}
.p-comparison .p-comparison__table .p-comparison__rt {
  border-right: 1px solid #fff;
}

.p-plan .p-plan__heading {
  margin-bottom: 16px;
}
.p-plan .p-plan__lead {
  margin-bottom: 62px;
}
@media (min-width: 768px) {
  .p-plan .p-plan__lead {
    text-align: center;
    margin-bottom: 52px;
  }
}
@media (min-width: 768px) {
  .p-plan .p-planLists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-plan .p-planLists .p-planList {
  background-color: #157E5E;
  color: #fff;
  padding: 52px 32px 24px;
  border-radius: 24px;
  max-width: 328px;
  margin: auto;
}
@media (min-width: 768px) {
  .p-plan .p-planLists .p-planList {
    max-width: 498px;
    width: calc((100% - 10px) / 2);
    padding: 52px 40px 34px;
    margin: 0;
  }
}
.p-plan .p-planLists .p-planList:first-child {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-plan .p-planLists .p-planList:first-child {
    margin-bottom: 0;
  }
}
.p-plan .p-planLists .p-planList .p-planList__name {
  background-color: #fff;
  border-radius: 77px;
}
.p-plan .p-planLists .p-planList .p-planList__name.p-planList__name--eMining {
  width: 288px;
  margin: -75px auto 0;
}
@media (min-width: 768px) {
  .p-plan .p-planLists .p-planList .p-planList__name.p-planList__name--eMining {
    max-width: 346px;
    width: 100%;
    margin: -82px auto 24px;
  }
}
.p-plan .p-planLists .p-planList .p-planList__name.p-planList__name--eMining img {
  width: 224px;
  margin: auto;
  display: block;
  border-radius: 77px;
}
@media (min-width: 768px) {
  .p-plan .p-planLists .p-planList .p-planList__name.p-planList__name--eMining img {
    max-width: 285px;
    width: 100%;
  }
}
.p-plan .p-planLists .p-planList .p-planList__priceWrap {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-plan .p-planLists .p-planList .p-planList__priceWrap {
    margin-bottom: 24px;
  }
}
.p-plan .p-planLists .p-planList .p-planList__priceWrap .p-planList__price {
  font-weight: bold;
  margin-right: 6px;
}
.p-plan .p-planLists .p-planList .p-planList__priceWrap .p-planList__price.p-planList__price--yel {
  color: #ECC236;
}
.p-plan .p-planLists .p-planList .p-planList__priceWrap .p-planList__price .p-planList__price--en {
  font-size: 3.2rem;
}
.p-plan .p-planLists .p-planList .p-planList__priceWrap .p-planList__price .p-planList__price--lg {
  font-size: 4.8rem;
}
.p-plan .p-planLists .p-planList .p-plan__featureWrap {
  max-width: 265px;
  margin: auto;
}
.p-plan .p-planLists .p-planList .p-plan__featureWrap .p-plan__feature {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-plan .p-planLists .p-planList .p-plan__featureWrap .p-plan__feature:before {
  content: "";
  display: inline-block;
  background: url(assets/img/icon_check_yel.svg) no-repeat center center/contain;
  width: 24px;
  height: 22px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .p-plan .p-planLists .p-planList .p-plan__featureWrap .p-plan__feature:before {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .p-plan .p-planLists .p-planList .p-plan__featureWrap .p-plan__feature:nth-of-type(odd) {
    margin-right: 16px;
  }
}
.p-plan .p-planLists .p-planList .p-plan__featureWrap .p-plan__feature:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-plan .p-planLists .p-planList .p-plan__featureWrap .p-plan__feature:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .p-plan .p-planLists .p-planList .p-plan__featureWrap .p-plan__feature {
    margin-right: 6px;
  }
}
.p-plan .p-planLists .p-planList.p-planList--monitoring {
  background-color: #ECC236;
}
.p-plan .p-planLists .p-planList.p-planList--monitoring .p-planList__name--monitoring {
  color: #157E5E;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  width: 256px;
  margin: -78px auto 0;
}
@media (min-width: 768px) {
  .p-plan .p-planLists .p-planList.p-planList--monitoring .p-planList__name--monitoring {
    width: auto;
    max-width: 426px;
    font-weight: 900;
    padding: 24px 16px;
    margin: -90px auto 24px;
  }
}
.p-plan .p-planLists .p-planList.p-planList--monitoring .p-planList__priceWrap {
  color: #000;
}
.p-plan .p-planLists .p-planList.p-planList--monitoring .p-planList__priceWrap .p-planList__price--grn {
  color: #157E5E;
}
.p-plan .p-planLists .p-planList.p-planList--monitoring .p-plan__featureWrap {
  color: #000;
}
@media (min-width: 768px) {
  .p-plan .p-planLists .p-planList.p-planList--monitoring .p-plan__featureWrap {
    max-width: 370px;
  }
}
.p-plan .p-planLists .p-planList.p-planList--monitoring .p-plan__featureWrap .p-plan__feature:before {
  background: url(assets/img/icon_check_grn.svg) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .p-faq .p-faq__heading {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-faq .p-faq__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-faq .p-faq__wrap .p-faq__contents {
  border-radius: 24px;
  padding: 24px 28px;
  background-color: #FFF9DF;
}
@media (min-width: 768px) {
  .p-faq .p-faq__wrap .p-faq__contents {
    width: 48.5%;
    max-width: 499px;
    padding: 24px 36px;
  }
  .p-faq .p-faq__wrap .p-faq__contents:nth-of-type(-n+2) {
    margin-bottom: 24px;
  }
  .p-faq .p-faq__wrap .p-faq__contents:nth-of-type(2), .p-faq .p-faq__wrap .p-faq__contents:nth-of-type(3) {
    border: 2px solid #157E5E;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .p-faq .p-faq__wrap .p-faq__contents:not(:last-child) {
    margin-bottom: 24px;
  }
  .p-faq .p-faq__wrap .p-faq__contents:nth-of-type(even) {
    border: 2px solid #157E5E;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .p-faq .p-faq__wrap .p-faq__contents .p-faq__item {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-faq .p-faq__wrap .p-faq__contents .p-faq__item .p-faq__icon {
  display: block;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .p-faq .p-faq__wrap .p-faq__contents .p-faq__item .p-faq__icon {
    margin: 0 16px 0 0;
  }
}
@media (min-width: 768px) {
  .p-faq .p-faq__wrap .p-faq__contents .p-faq__item .p-faq__text {
    width: calc(100% - 72px);
  }
}
.p-faq .p-faq__wrap .p-faq__contents .p-faq__dt {
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-faq .p-faq__wrap .p-faq__contents .p-faq__dt {
    align-items: center;
  }
}
.p-faq .p-faq__wrap .p-faq__contents .p-faq__dt .p-faq__icon {
  background-color: #ECC236;
}
.p-faq .p-faq__wrap .p-faq__contents .p-faq__dd .p-faq__icon {
  background-color: #157E5E;
}

.p-contact {
  background-color: #157E5E;
  padding: 80px 0;
}
.p-contact .p-contact__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-contact .p-contact__heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-contact .p-contact__heading .p-contact__heading--ja {
    letter-spacing: 0.03em;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
.u-mb {
  margin-bottom: 80px;
}
/*# sourceMappingURL=assets/css/sourcemaps/style.css.map */

/*  フォーム  */
.hbspt-form {
	background-color: #fcfcfc;
    border-radius: 34px;
    padding: 30px;
}

@media (max-width: 768px) {
	.hbspt-form {
		padding: 16px
	}
}
.txt_box_img {
	display: flex;
    align-items: center;
	position: relative;
    z-index: 1000;
}
.txt_box_img img {
	height: 100%;
    width: 40%;
}
.IT__promotion {
	background: #FFB100;
    border-radius: 100%;
    color: white;
	font-size: 18px;
    font-weight: bold;
    grid-column: 1 / 2;
    grid-row: 1;
    padding: 10px;
    margin-left: 24px;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 104px;
    height: 104px;
}
.IT__promotion span {
	font-size: 1.75em;
    display: block;
    line-height: 0.8;
}

.IT__wrapper {
	width: 96%;
    max-width: 1060px;
    display: grid;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.IT__header {
    display: grid;
    grid-template-areas: "promotion title . img";
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    position: relative;
    padding-top: 92px;
}
.IT__img {
    grid-column: 3 / 5;
    grid-row: 1;
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: -91px;
    width: 385px;
    z-index: 0;
}
.IT__img img {
    vertical-align: bottom;
    width: auto;
    max-width: 100%;
    height: auto;
}
.IT__promotion-badge {
    background: #FFB100;
    border-radius: 100%;
    color: white;
    font-size: 28px;
    font-weight: bold;
    grid-column: 1 / 2;
    grid-row: 1;
    width: 180px;
    height: 180px;
    padding: 10px;
    margin-left: auto;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}
.IT__promotion-badge span {
	font-size: 1.75em;
    display: block;
    line-height: 0.8;
}
.IT__wrapper .IT__promotion span {
    font-size: 2.5em;
    display: block;
    line-height: 0.8;
}
.IT__title {
	font-weight: bold;
    text-align: center;
    grid-column: 2 / 4;
    grid-row: 1;
    font-size: clamp(15px, 2.8vw, 24px);
    position: relative;
    z-index: 10;
	text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
}
.IT__title span {
    color: orangered;
    font-size: 2em;
    display: inline-block;
}
.IT__contents {
    display: flex;
    justify-content: space-around;
    padding-top: 48px;
    position: relative;
    z-index: 10;
}
.IT__contents-item {
    width: 30%;
    border: 3px solid #157E5E;
    border-radius: 10px;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #157E5E;
	text-align: center;
}
.IT__contents-item__title {
    background: #D0EAE3;
    padding: 16px;
}
.IT__contents-item__text {
    padding: 16px;
    background: white;
}
@media screen and (max-width: 767px) {
	.txt_box_img img {
		width: 68%;
	}
	.IT__promotion {
		font-size: clamp(14px, 4vw, 18px);
		margin-left: 8px;
		width: 26vw;
		height: 26vw;
		max-width: 104px;
    	max-height: 104px;
	}
	.IT__promotion-badge {
		width: max(26vw, 120px);
		height: max(26vw, 120px);
		padding: 10px;
		position: absolute;
		inset-block-start: -101px;
		font-size: clamp(20px, 4.5vw, 36px);
	}
	.IT__header {
		grid-template-columns: auto;
    	padding-top: 106px;
	}
	.IT__title {
		font-size: clamp(16px, 3.5vw, 24px);
		position: relative;
		z-index: 10;
		width: 63vw;
		margin: auto;
	}
	.IT__contents {
		flex-direction: column;
		gap: 16px;
	}
	.IT__contents-item {
		width: 90%;
    	margin: auto;
	}
}