@charset "UTF-8";
.br_sp {
  display: block;
}
@media (min-width: 841px) {
  .br_sp {
    display: none;
  }
}

.br_pc {
  display: block;
}
@media (max-width: 600px) {
  .br_pc {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 840px) {
  .br_pc {
    display: none;
  }
}

body {
  color: #2c2c2c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 600px) {
  body {
    font-size: 15px;
  }
}

.page-title-wrap {
  background-color: #036eb8;
}

.article-content {
  max-width: 780px;
  margin: 0 auto;
}
.article-info .article-cat a {
  background-color: #f9f9f9;
}
.article-head {
  margin-bottom: 30px;
}

.article-head .article-info .article-cat a {
  background-color: #dbdbdb;
  color: #000;
  border-radius: 5px;
  font-size: 11px;
}
.article-head .article-info .article-date {
  font-size: 1rem;
}
.article-head .article-img img {
  width: 100%;
  height: auto;
}
.article-head h1 {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-kerning: auto;
          font-kerning: auto;
  letter-spacing: 0.06em;
}

.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-kerning: auto;
          font-kerning: auto;
  letter-spacing: 0.06em;
}
.editor-content h2,
.editor-styles-wrapper h2 {
  font-size: 1.5rem;
  border: none;
  border-radius: 5px;
  color: #000;
}
.editor-content h3,
.editor-styles-wrapper h3 {
  font-size: 1.2rem;
  border: none;
  border-bottom: 1px solid;
  border-color: #dbdbdb;
  padding: 0;
  padding-bottom: 1.0625rem;
}
.editor-content h4,
.editor-styles-wrapper h4 {
  font-size: 1.1rem;
  padding-left: 2.3rem;
  position: relative;
}
.editor-content h4:before,
.editor-styles-wrapper h4:before {
  background-color: #dbdbdb;
  content: "";
  width: 1.8rem;
  height: 2px;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.editor-content blockquote,
.editor-styles-wrapper blockquote {
  line-height: 1.5;
  position: relative;
  padding: 3.125em 1.875em 0.625em;
  color: #555;
  background-color: #f1f4f4;
}
.editor-content blockquote::before,
.editor-styles-wrapper blockquote::before {
  font-family: "Material Symbols Outlined";
  font-size: 1.875em;
  font-weight: 900;
  position: absolute;
  top: 0.3125em;
  left: 0.9375em;
  content: "\e244";
  color: #ccc;
}
.editor-content blockquote p,
.editor-styles-wrapper blockquote p {
  margin: 0 0 1em;
}
.editor-content ul.wp-block-list,
.editor-content ol.wp-block-list,
.editor-styles-wrapper ul.wp-block-list,
.editor-styles-wrapper ol.wp-block-list {
  margin-left: 1.8em;
}
.editor-content #toc_container,
.editor-styles-wrapper #toc_container {
  margin: 30px auto;
  border: none;
  padding: 24px;
  border-radius: 10px;
  width: 80% !important;
}
.editor-content #toc_container a,
.editor-styles-wrapper #toc_container a {
  color: #036eb8;
}
.editor-content #toc_container .toc_list li,
.editor-styles-wrapper #toc_container .toc_list li {
  margin-bottom: 0.5em;
}
.editor-content #toc_container .toc_list li > a,
.editor-styles-wrapper #toc_container .toc_list li > a {
  color: #444;
  line-height: 1.6;
  font-weight: 700;
  display: block;
}
.editor-content #toc_container .toc_list li ul,
.editor-styles-wrapper #toc_container .toc_list li ul {
  margin: 0.5em 0 1em;
}
.editor-content #toc_container .toc_list li ul > li,
.editor-styles-wrapper #toc_container .toc_list li ul > li {
  text-indent: 0.5em;
}
.editor-content #toc_container .toc_list li ul > li > a,
.editor-styles-wrapper #toc_container .toc_list li ul > li > a {
  font-weight: 500;
}
.editor-content .common-cta-box,
.editor-styles-wrapper .common-cta-box {
  margin-bottom: 40px;
}
.editor-content .ctaContents,
.editor-styles-wrapper .ctaContents {
  border: 3px solid;
  border-color: #036eb8;
  border-radius: 10px;
  margin-bottom: 30px;
}
.editor-content .ctaContents *:last-child,
.editor-styles-wrapper .ctaContents *:last-child {
  margin-bottom: 0;
}
.editor-content .ctaContents__title,
.editor-styles-wrapper .ctaContents__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
  background-color: #036eb8;
  border: 2px solid;
  border-color: #036eb8;
  padding: 0.5em;
  line-height: 1.5;
  border-radius: 6px 6px 0 0;
}
.editor-content .ctaContents__inner,
.editor-styles-wrapper .ctaContents__inner {
  padding: 1em;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.editor-content .ctaContents__inner p,
.editor-styles-wrapper .ctaContents__inner p {
  margin-bottom: 1em;
}
.editor-content .ctaContents__inner img,
.editor-styles-wrapper .ctaContents__inner img {
  display: block;
  margin: 0 auto;
}
.editor-content .ctaContents__inner .buttonArea,
.editor-styles-wrapper .ctaContents__inner .buttonArea {
  -webkit-box-shadow: 0px 16px 34px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 16px 34px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 1em 1em;
  text-align: center;
  border-radius: 5px;
}
.editor-content .ctaContents__inner .buttonArea .microcopy,
.editor-styles-wrapper .ctaContents__inner .buttonArea .microcopy {
  font-size: 1rem;
  margin-bottom: 1em;
  font-weight: bold;
  color: #036eb8;
  text-align: center;
  display: inline-block;
  padding: 6px 0.8em;
  background-color: #e9f8ff;
}
.editor-content .ctaContents__inner .buttonArea .buttons,
.editor-styles-wrapper .ctaContents__inner .buttonArea .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .editor-content .ctaContents__inner .buttonArea .buttons,
  .editor-styles-wrapper .ctaContents__inner .buttonArea .buttons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.editor-content .ctaContents__inner .buttonArea .buttons .buttonLink,
.editor-styles-wrapper .ctaContents__inner .buttonArea .buttons .buttonLink {
  width: 50%;
  text-align: center;
}
@media (max-width: 600px) {
  .editor-content .ctaContents__inner .buttonArea .buttons .buttonLink,
  .editor-styles-wrapper .ctaContents__inner .buttonArea .buttons .buttonLink {
    width: 100%;
  }
}
.editor-content .ctaContents__inner .buttonArea .buttons .buttonLink.tel,
.editor-styles-wrapper .ctaContents__inner .buttonArea .buttons .buttonLink.tel {
  background: #e94f29;
  border: 2px solid #e94f29;
  color: #fff;
  padding: 8px 2em;
  text-decoration: none;
  border-radius: 999px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.editor-content .ctaContents__inner .buttonArea .buttons .buttonLink.tel:hover,
.editor-styles-wrapper .ctaContents__inner .buttonArea .buttons .buttonLink.tel:hover {
  background: #fff;
  border: 2px solid #e94f29;
  color: #e94f29;
}
.editor-content .ctaContents__inner .buttonArea .buttons .buttonLink.tel,
.editor-styles-wrapper .ctaContents__inner .buttonArea .buttons .buttonLink.tel {
  padding: 10px 1em;
}
.editor-content .ctaContents__inner .buttonArea .buttons .buttonLink.mail,
.editor-styles-wrapper .ctaContents__inner .buttonArea .buttons .buttonLink.mail {
  background: #036eb8;
  border: 2px solid #036eb8;
  color: #fff;
  padding: 8px 2em;
  text-decoration: none;
  border-radius: 999px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.editor-content .ctaContents__inner .buttonArea .buttons .buttonLink.mail:hover,
.editor-styles-wrapper .ctaContents__inner .buttonArea .buttons .buttonLink.mail:hover {
  background: #fff;
  border: 2px solid #036eb8;
  color: #036eb8;
}
.editor-content .ctaContents__inner .buttonArea .buttons .buttonLink.mail,
.editor-styles-wrapper .ctaContents__inner .buttonArea .buttons .buttonLink.mail {
  padding: 10px 1em;
}
.editor-content .RichCtaArea,
.editor-styles-wrapper .RichCtaArea {
  border: 3px solid;
  border-color: #036eb8;
  margin: 0 auto 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.editor-content .RichCtaArea__title,
.editor-styles-wrapper .RichCtaArea__title {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0 !important;
  color: #fff;
  background-color: #036eb8;
  border: 2px solid;
  border-color: #036eb8;
  padding: 0.2em;
  line-height: 1.5;
  text-align: center;
  border-top: none;
  padding-bottom: 10px;
}
.editor-content .RichCtaArea__title span,
.editor-styles-wrapper .RichCtaArea__title span {
  display: inline-block;
  display: inline;
  padding: 0 4px 5px 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #ffdc00));
  background: -webkit-linear-gradient(transparent 80%, #ffdc00 0%);
  background: linear-gradient(transparent 80%, #ffdc00 0%);
  line-height: 2;
}
.editor-content .RichCtaArea__inner,
.editor-styles-wrapper .RichCtaArea__inner {
  padding: 2%;
}
@media (max-width: 600px) {
  .editor-content .RichCtaArea__inner,
  .editor-styles-wrapper .RichCtaArea__inner {
    padding: 5% 4% 4%;
  }
}
.editor-content .RichCtaArea__buttonArea,
.editor-styles-wrapper .RichCtaArea__buttonArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 840px) {
  .editor-content .RichCtaArea__buttonArea,
  .editor-styles-wrapper .RichCtaArea__buttonArea {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .editor-content .RichCtaArea__buttonArea,
  .editor-styles-wrapper .RichCtaArea__buttonArea {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px;
  }
}
.editor-content .RichCtaArea__buttonArea p,
.editor-styles-wrapper .RichCtaArea__buttonArea p {
  margin: 0;
  line-height: 1;
}
.editor-content .RichCtaArea__buttonArea img,
.editor-styles-wrapper .RichCtaArea__buttonArea img {
  width: 100%;
  height: auto;
  margin: 0;
  max-width: 500px;
}
.editor-content .RichCtaArea__buttonArea .telArea,
.editor-styles-wrapper .RichCtaArea__buttonArea .telArea {
  width: 40%;
}
@media (max-width: 840px) {
  .editor-content .RichCtaArea__buttonArea .telArea,
  .editor-styles-wrapper .RichCtaArea__buttonArea .telArea {
    width: 100%;
    text-align: center;
  }
}
.editor-content .RichCtaArea__buttonArea .contactArea,
.editor-styles-wrapper .RichCtaArea__buttonArea .contactArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  gap: 1em;
}
@media (max-width: 840px) {
  .editor-content .RichCtaArea__buttonArea .contactArea,
  .editor-styles-wrapper .RichCtaArea__buttonArea .contactArea {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 600px) {
  .editor-content .RichCtaArea__buttonArea .contactArea,
  .editor-styles-wrapper .RichCtaArea__buttonArea .contactArea {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.editor-content .RichCtaArea__buttonArea .contactArea .link,
.editor-styles-wrapper .RichCtaArea__buttonArea .contactArea .link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .editor-content .RichCtaArea__buttonArea .contactArea .link img,
  .editor-styles-wrapper .RichCtaArea__buttonArea .contactArea .link img {
    width: 90%;
  }
}

.article-foot .back-allList {
  text-align: center;
  margin-top: 60px;
  display: block;
}
@media (min-width: 601px) and (max-width: 840px) {
  .article-foot .back-allList {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .article-foot .back-allList {
    width: 100%;
    text-align: center;
  }
}
.article-foot .back-allList .button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 90%;
  height: 70px;
  max-width: 330px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2ea7e0;
  border: 2px solid #2ea7e0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 999px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.article-foot .back-allList .button:hover {
  border: 2px solid #2ea7e0;
  background-color: #fff;
  color: #2ea7e0;
}

.editor-styles-wrapper ol.wp-block-list,
.editor-styles-wrapper ul.wp-block-list {
  margin-left: auto;
}

.OverlayArea {
  border: 3px solid;
  border-color: #036eb8;
  margin: 0 auto 2px;
  width: 98%;
  max-width: 400px;
}
.OverlayArea__title {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 0 !important;
  color: #fff;
  background-color: #036eb8;
  border: 2px solid;
  border-color: #036eb8;
  padding: 0.2em;
  line-height: 1.5;
  text-align: center;
  border-top: none;
  padding-bottom: 4px;
}
.OverlayArea__title span {
  display: inline-block;
  padding: 0px 2px 4px 0px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #ffdc00));
  background: -webkit-linear-gradient(transparent 80%, #ffdc00 0%);
  background: linear-gradient(transparent 80%, #ffdc00 0%);
  line-height: 2;
}
.OverlayArea__inner {
  padding: 5px;
  background-color: #fff;
}
.OverlayArea__buttonArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OverlayArea__buttonArea p {
  margin: 0;
  line-height: 1;
}
.OverlayArea__buttonArea img {
  width: 100%;
  height: auto;
  margin: 0;
  max-width: 500px;
}
.OverlayArea__buttonArea .telArea {
  width: 60%;
}
.OverlayArea__buttonArea .telArea .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.OverlayArea__buttonArea .contactArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  gap: 4px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.OverlayArea__buttonArea .contactArea .link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#single-whitepaper .container {
  padding-top: 0;
}
#single-whitepaper .article-head {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#single-whitepaper .article-head h1 {
  padding: 1em 0.5em;
  background: #046eb8;
  color: #fff;
  text-align: center;
  min-height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#single-whitepaper .article-head h1 .tag {
  display: block;
}
#single-whitepaper .article-head h1 .tag span {
  display: inline-block;
  font-size: 14px;
  background: #e94f29;
  border: 2px solid #e94f29;
  color: #fff;
  padding: 3px 6px;
  margin-bottom: 5px;
  border-radius: 8px;
}
#single-whitepaper .article-img {
  margin-bottom: 30px;
}
#single-whitepaper .article-img img {
  -webkit-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
#single-whitepaper .article-main .bestpoint {
  background: #046eb8;
  padding: 2%;
  border-radius: 10px;
  margin-bottom: 30px;
}
#single-whitepaper .article-main .bestpoint__inner {
  background: #fff;
  padding: 1em;
  border-radius: 10px;
}
#single-whitepaper .article-main .bestpoint *:last-child {
  margin-bottom: 0;
}
#single-whitepaper .article-main .bestpoint p.title {
  color: #046eb8;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
#single-whitepaper .article-form {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #e9f8ff;
  padding: 30px 0;
}
#single-whitepaper .article-form form {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
#single-whitepaper .article-form .contactformArea {
  padding: 50px 6%;
  background-color: #fff;
  margin: 1em;
}
#single-whitepaper .article-form .contactformArea input[type=text],
#single-whitepaper .article-form .contactformArea input[type=tel],
#single-whitepaper .article-form .contactformArea input[type=email] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 3em;
}
#single-whitepaper .article-form .contactformArea .formArea .form-group label.title {
  margin-bottom: 1em;
}
#single-whitepaper .article-form .contactformArea .introArea {
  margin-bottom: 30px;
}
#single-whitepaper .article-form .contactformArea .introArea p.title {
  font-size: 1.2em;
  color: #046eb8;
  font-weight: bold;
  text-align: center;
}

.archive .container,
.page .container {
  max-width: 1080px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 601px) and (max-width: 840px) {
  .archive .container,
  .page .container {
    padding: 0 4%;
  }
}
@media (max-width: 600px) {
  .archive .container,
  .page .container {
    padding: 0 4%;
  }
}
.archive .container-small,
.page .container-small {
  max-width: 876px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 601px) and (max-width: 840px) {
  .archive .container-small,
  .page .container-small {
    padding: 0 4%;
  }
}
@media (max-width: 600px) {
  .archive .container-small,
  .page .container-small {
    padding: 0 4%;
  }
}
.archive .container-middle,
.page .container-middle {
  max-width: 950px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 601px) and (max-width: 840px) {
  .archive .container-middle,
  .page .container-middle {
    padding: 0 4%;
  }
}
@media (max-width: 600px) {
  .archive .container-middle,
  .page .container-middle {
    padding: 0 4%;
  }
}

.archive #p1.page-title-wrap,
.page #p1.page-title-wrap {
  background-color: #fff;
}
.archive #p1.page-title-wrap .page-title,
.page #p1.page-title-wrap .page-title {
  padding: 0;
  border-bottom: 1px solid #bababa;
}
@media (max-width: 600px) {
  .archive #p1.page-title-wrap .page-title,
  .page #p1.page-title-wrap .page-title {
    height: 12rem;
  }
}
.archive #p1.page-title-wrap .page-title .text-warp,
.page #p1.page-title-wrap .page-title .text-warp {
  width: 100%;
  text-align: left;
  left: 0;
}
.archive #p1.page-title-wrap .page-title .text-warp p.sub-title,
.page #p1.page-title-wrap .page-title .text-warp p.sub-title {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.archive #p1.page-title-wrap .page-title .text-warp p.sub-title:before,
.page #p1.page-title-wrap .page-title .text-warp p.sub-title:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url(../images/icon-midashi.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  top: 2px;
  position: relative;
}
.archive #p1.page-title-wrap .page-title .text-warp h1,
.page #p1.page-title-wrap .page-title .text-warp h1 {
  text-align: left;
  color: #333;
  letter-spacing: 0.05em;
}
.archive #p1.page-title-wrap .page-title .text-warp p.desc,
.page #p1.page-title-wrap .page-title .text-warp p.desc {
  margin-top: 10px;
  font-weight: normal;
}

.page #p1.page-title-wrap {
  margin-bottom: 35px;
}
.page #p1.page-title-wrap .page-title {
  height: 8rem;
}
.page #p1.page-title-wrap .page-title.heightnone {
  height: 10rem;
}
@media (max-width: 600px) {
  .page #p1.page-title-wrap .page-title.heightnone {
    height: 12rem;
  }
}

.archive .article-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}
@media (min-width: 601px) and (max-width: 840px) {
  .archive .article-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .archive .article-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .archive .article-list .article-item {
    margin-bottom: 0;
  }
}
.archive .article-list .article-item a {
  display: grid;
}
@media (max-width: 600px) {
  .archive .article-list .article-item a {
    grid-template-columns: 1fr 2fr;
  }
}
.archive .article-list .article-item .text-wrap h2 {
  margin-top: 0;
  font-size: 1.1rem;
  color: #333;
}
.archive #News.article-list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 15px;
}
@media (max-width: 600px) {
  .archive #News.article-list {
    gap: 0;
  }
}
.archive #News.article-list .article-item {
  border: none;
  border-bottom: 1px solid #bababa;
}
.archive #News.article-list .article-item a {
  padding: 1.5em 5px;
  display: block;
}
.archive #News.article-list .article-item .text-wrap {
  display: grid;
  grid-template-columns: 10em auto;
  padding: 0;
  width: 100%;
}
@media (max-width: 600px) {
  .archive #News.article-list .article-item .text-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.archive #News.article-list .article-item .text-wrap time {
  font-size: 1rem;
  color: #333;
  font-weight: normal;
}
.archive #News.article-list .article-item .text-wrap time span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  background-color: #2ea7e0;
  padding: 0 10px;
  height: 25px;
  font-size: 0.9rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
}
.archive #News.article-list .article-item .text-wrap h2 {
  color: #333;
}

.archive #whitepaper .article-item {
  border: 1px solid #d6d9e0;
  border-radius: 6px;
}
@media (max-width: 600px) {
  .archive #whitepaper .article-item a {
    grid-template-columns: 1fr;
  }
}
.archive #whitepaper .article-item img {
  aspect-ratio: 1920/1080;
}
.archive #whitepaper .article-item .text-wrap h2 {
  font-weight: bold;
}

.navButton {
  position: absolute;
  right: -55px;
  bottom: -15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 841px) {
  .navButton {
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 840px) {
  .navButton {
    position: relative;
    margin: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    width: 90%;
    max-width: 300px;
  }
}
.navButton__Link {
  font-size: 16px;
  text-align: center;
}
.navButton__Link:nth-child(1) {
  background: #e94f29;
  border: 2px solid #e94f29;
  color: #fff;
  padding: 8px 2em;
  text-decoration: none;
  border-radius: 999px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navButton__Link:nth-child(1):hover {
  background: #fff;
  border: 2px solid #e94f29;
  color: #e94f29;
}
.navButton__Link:nth-child(1) {
  font-size: 14px;
  padding: 1px 0.8em;
  min-width: 6em;
  border-radius: 3px;
}
@media (max-width: 840px) {
  .navButton__Link:nth-child(1) {
    font-size: 16px;
    padding: 0px 1em;
    min-width: 10em;
  }
}
.navButton__Link:nth-child(1).navButton__tel {
  line-height: 1.4;
}
@media (min-width: 841px) {
  .navButton__Link:nth-child(1).navButton__tel {
    background: none;
    border: none;
    color: #e94f29;
    font-family: "Lato", sans-serif;
    font-size: 27px;
    font-weight: 900;
    padding: 0 0.4em;
    min-width: auto;
    letter-spacing: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navButton__Link:nth-child(1).navButton__tel:hover {
    background: none;
    opacity: 0.75;
    border: none;
    color: #e94f29;
  }
}
@media (max-width: 840px) {
  .navButton__Link:nth-child(1).navButton__tel {
    background: none;
    border: none;
    color: #e94f29;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 900;
    padding: 0;
    min-width: auto;
    letter-spacing: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navButton__Link:nth-child(1).navButton__tel:hover {
    background: none;
    opacity: 0.75;
    border: none;
    color: inherit;
  }
}
.navButton__Link:nth-child(1).navButton__tel .navButton__telNum::before {
  content: "☎";
  font-size: 0.75em;
  margin-right: 5px;
  vertical-align: middle;
}
.navButton__Link:nth-child(1).navButton__tel .navButton__telNote {
  display: block;
  font-size: 11px;
  font-family: sans-serif;
  font-weight: normal;
  color: #333;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
  margin-top: 2px;
}
.navButton__Link:nth-child(1) {
  background: #06c755;
  border: 2px solid #06c755;
  color: #fff;
  padding: 8px 2em;
  text-decoration: none;
  border-radius: 999px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navButton__Link:nth-child(1):hover {
  background: #fff;
  border: 2px solid #06c755;
  color: #06c755;
}
.navButton__Link:nth-child(1) {
  font-size: 13px;
  min-width: 6em;
  padding: 4px 1em;
}
@media (max-width: 840px) {
  .navButton__Link:nth-child(1) {
    font-size: 16px;
    padding: 4px 1em;
    min-width: 10em;
  }
}
.navButton__Link:nth-child(2) {
  background: #036eb8;
  border: 2px solid #036eb8;
  color: #fff;
  padding: 8px 2em;
  text-decoration: none;
  border-radius: 999px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navButton__Link:nth-child(2):hover {
  background: #fff;
  border: 2px solid #036eb8;
  color: #036eb8;
}
.navButton__Link:nth-child(2) {
  font-size: 13px;
  min-width: 6em;
  padding: 4px 1em;
}
@media (max-width: 840px) {
  .navButton__Link:nth-child(2) {
    font-size: 16px;
    padding: 2px 1em;
    min-width: 10em;
  }
}
.navButton__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (max-width: 600px) {
  .navButton a {
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .navButton a:first-child {
    margin-right: 0;
  }
}

@media (max-width: 840px) {
  .header-nav .navButton > .navButton__Link {
    width: 100%;
    min-height: 60px;
    border-radius: 999px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header-nav .navButton > .navButton__Link.navButton__tel {
    background: #fff;
    border: 2px solid #e94f29;
    color: #e94f29;
    font-size: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 1em;
    letter-spacing: 0;
    font-weight: 900;
    list-style: 1.4;
  }
  .header-nav .navButton > .navButton__Link.navButton__tel .navButton__telNote {
    color: #333;
    font-size: 11px;
    font-weight: normal;
  }
  .header-nav .navButton > .navButton__Link.navButton__tel:hover {
    background: #e94f29;
    color: #fff;
  }
  .header-nav .navButton > .navButton__Link.navButton__tel:hover .navButton__telNote {
    color: #fff;
  }
  .header-nav .navButton > .navButton__Link:nth-child(2) {
    background: #06c755;
    border: 2px solid #06c755;
    color: #fff;
    padding: 8px 2em;
    text-decoration: none;
    border-radius: 999px;
    font-weight: bold;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header-nav .navButton > .navButton__Link:nth-child(2):hover {
    background: #fff;
    border: 2px solid #06c755;
    color: #06c755;
  }
  .header-nav .navButton > .navButton__Link:nth-child(2) {
    min-height: 60px;
  }
  .header-nav .navButton > .navButton__Link:nth-child(3) {
    background: #036eb8;
    border: 2px solid #036eb8;
    color: #fff;
    padding: 8px 2em;
    text-decoration: none;
    border-radius: 999px;
    font-weight: bold;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header-nav .navButton > .navButton__Link:nth-child(3):hover {
    background: #fff;
    border: 2px solid #036eb8;
    color: #036eb8;
  }
  .header-nav .navButton > .navButton__Link:nth-child(3) {
    min-height: 60px;
  }
}

.header {
  border: none;
  position: relative;
  z-index: 9998;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .header {
    overflow-x: hidden;
  }
}
@media (min-width: 601px) and (max-width: 840px) {
  .header {
    overflow-x: hidden;
  }
}
.header .header-nav-pc .menu-pc .menu-item-dropdown {
  position: relative;
  z-index: 99999;
}
.header .header-nav-pc .menu-pc .menu-item-dropdown:hover .dropdown-menu, .header .header-nav-pc .menu-pc .menu-item-dropdown.active .dropdown-menu {
  display: block;
}
.header .header-nav-pc .menu-pc .menu-item-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  background-color: #ecf9ff;
  min-width: 200px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: none;
  text-align: left;
  border-radius: 4px;
  z-index: 999999;
  display: none;
}
.header .header-nav-pc .menu-pc .menu-item-dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #f0f0f0;
}
.header .header-nav-pc .menu-pc .menu-item-dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.header .header-nav-pc .menu-pc .menu-item-dropdown .dropdown-menu .dropdown-item a {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header .header-nav-pc .menu-pc .menu-item-dropdown .dropdown-menu .dropdown-item a:hover {
  background-color: #f5f5f5;
  color: #036eb8;
}
@media (max-width: 600px) {
  .header .header-nav-pc .menu-pc .menu-item-dropdown .dropdown-menu {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background-color: #f9f9f9;
    margin-top: 10px;
    border-radius: 0;
  }
  .header .header-nav-pc .menu-pc .menu-item-dropdown .dropdown-menu .dropdown-item a {
    padding: 10px 20px;
    border-left: 3px solid transparent;
  }
  .header .header-nav-pc .menu-pc .menu-item-dropdown .dropdown-menu .dropdown-item a:hover {
    border-left-color: #036eb8;
  }
}
.header .navbutton::after {
  color: #036eb8;
}
.header .navbutton.green::after {
  color: #008e82;
}
.header .header-inner {
  padding: 14px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (min-width: 1100px) {
  .header .header-inner {
    width: 1100px;
  }
}
@media (max-width: 600px) {
  .header .header-inner {
    overflow-x: hidden;
  }
}
@media (min-width: 601px) and (max-width: 840px) {
  .header .header-inner {
    overflow-x: hidden;
  }
}
.header .site-title {
  top: 10px;
  position: relative;
  z-index: 999999;
}
@media (max-width: 600px) {
  .header .site-title {
    top: 5px;
  }
}
@media (min-width: 601px) and (max-width: 840px) {
  .header .site-title {
    top: 5px;
  }
}
.header .site-title a img {
  height: 2.6em;
}
@media (max-width: 600px) {
  .header .site-title a img {
    height: 100%;
  }
}
@media (min-width: 601px) and (max-width: 840px) {
  .header .site-title a img {
    height: 100%;
  }
}

.home .header .header-inner {
  max-width: 1100px;
}

.header-nav-pc {
  position: relative;
  text-align: right;
  top: -15px;
  padding-right: 320px;
  z-index: 99997;
}
@media (min-width: 601px) and (max-width: 840px) {
  .header-nav-pc {
    display: none;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .header-nav-pc {
    display: none;
    padding-right: 0;
  }
}
.header-nav-pc .menu-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99998;
}
.header-nav-pc .menu-pc .menu-item-dropdown {
  position: relative;
}
.header-nav-pc .menu-pc .menu-item-dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #f0f0f0;
}
.header-nav-pc .menu-pc .menu-item-dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.header-nav-pc .menu-pc .menu-item-dropdown .dropdown-menu .dropdown-item a {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header-nav-pc .menu-pc .menu-item-dropdown .dropdown-menu .dropdown-item a:hover {
  background-color: #f5f5f5;
  color: #036eb8;
}
.header-nav-pc .menu-pc .menu-item-dropdown .dropdown-arrow {
  display: inline-block;
  margin-left: 8px;
  font-size: 10px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  top: -2px;
}
.header-nav-pc .menu-pc .menu-item-dropdown .dropdown-arrow:hover {
  color: #036eb8;
}
.header-nav-pc .menu-pc .menu-item-dropdown.active .dropdown-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-nav-pc .menu-pc {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
.header-nav-pc .menu-item {
  color: #333;
  font-weight: bold;
  font-size: 15px;
  padding: 5px 0;
}
.header-nav-pc .menu-item a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 15px;
}

.header-nav-wrap .header-nav .menu .menu-item-dropdown {
  position: relative;
}
.header-nav-wrap .header-nav .menu .menu-item-dropdown.nolink {
  font-weight: bold;
  padding: 1rem;
  text-align: center;
  color: #fff;
}
.header-nav-wrap .header-nav .menu .menu-item-dropdown > a {
  padding: 1rem 12px;
}
.header-nav-wrap .header-nav .menu .menu-item-dropdown.active > a {
  color: #fff !important;
}
.header-nav-wrap .header-nav .menu .menu-item-dropdown .dropdown-menu {
  background-color: #f9f9f9;
  margin-top: 1rem;
  border-radius: 0;
  display: none;
}
.header-nav-wrap .header-nav .menu .menu-item-dropdown .dropdown-menu .dropdown-item a {
  display: block;
  padding: 1rem 20px;
  border-left: 3px solid transparent;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-nav-wrap .header-nav .menu .menu-item-dropdown .dropdown-menu .dropdown-item a:hover {
  border-left-color: #036eb8;
  color: #036eb8;
  background-color: #fff;
}
.header-nav-wrap .header-nav .menu .menu-item-dropdown.active .dropdown-menu {
  display: block;
}
.header-nav-wrap .header-nav .menu .menu-item-dropdown .dropdown-arrow {
  display: inline-block;
  position: absolute;
  right: 15%;
  top: 19px;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-nav-wrap .header-nav .menu .menu-item-dropdown.active .dropdown-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-nav-wrap .header-nav .menu .menu-item-dropdown.active > a {
  color: #036eb8;
  background-color: rgba(3, 110, 184, 0.1);
  border-radius: 4px;
}

header.lp-header .header-inner {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
header.lp-header .header-nav-pc {
  padding-right: 180px;
  z-index: 0;
}
header.lp-header .header-nav-pc .menu-pc {
  gap: 30px;
}
header.lp-header .request-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
}
@media (max-width: 840px) {
  header.lp-header .request-button {
    display: none;
  }
}
header.lp-header .request-button a.request-btn {
  height: 100%;
  width: 120px;
  background: #b23436;
  padding: 0 1em;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
header.lp-header .request-button a.request-btn div {
  text-align: left;
}
header.lp-header .request-button a.request-btn div span {
  font-size: 0.7em;
  display: block;
}
header.lp-header .request-button a.request-btn:after {
  content: "";
  background-image: url(../images/mold-cleaning/arrow-white.svg);
  width: 1.2em;
  height: 1.2em;
  margin-left: 8px;
}

footer {
  background-color: #333 !important;
}

.footerNav__area {
  padding: 50px 0;
}
.footerNav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  max-width: 876px;
  margin: 0 auto;
  gap: 30px;
}
@media (max-width: 600px) {
  .footerNav__inner {
    display: block;
  }
}
.footerNav__right, .footerNav__left {
  width: 50%;
}
@media (max-width: 600px) {
  .footerNav__right, .footerNav__left {
    width: 90%;
  }
}
.footerNav__left img {
  max-width: 250px;
}
@media (max-width: 600px) {
  .footerNav__left {
    text-align: center;
    margin-bottom: 50px;
  }
  .footerNav__left img {
    text-align: center;
  }
}
.footerNav__subtitle {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footerNav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (min-width: 601px) and (max-width: 840px) {
  .footerNav__menu {
    display: block;
  }
}
@media (max-width: 600px) {
  .footerNav__menu {
    display: block;
    padding-left: 10px;
  }
}
.footerNav__menu ul {
  list-style: none;
}
.footerNav__menu ul li {
  font-size: 0.9rem;
  font-weight: bold;
  padding-bottom: 0.8em;
  position: relative;
}
.footerNav__menu ul li:before {
  position: absolute;
  content: "-";
  left: -10px;
}
.footerNav__menu ul li a {
  text-decoration: none;
  color: #fff;
}

.footerList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  gap: 3em;
}
@media (max-width: 600px) {
  .footerList {
    display: block;
  }
}
.footerList__item {
  color: #fff;
  font-size: 0.95rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 600px) {
  .footerList__item {
    padding-bottom: 0.5em;
  }
}
.footerList__item:after {
  position: absolute;
  content: "｜";
  right: -2em;
}
@media (max-width: 600px) {
  .footerList__item:after {
    content: none;
  }
}
.footerList__item:last-child:after {
  content: none;
}
.footerList__item a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.footerList__area {
  padding: 20px 0;
  margin: 0 6%;
  border-top: 2px solid #fff;
}

#HOME .container {
  max-width: 1080px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 601px) and (max-width: 840px) {
  #HOME .container {
    padding: 0 4%;
  }
}
@media (max-width: 600px) {
  #HOME .container {
    padding: 0 4%;
  }
}
#HOME .container-small {
  max-width: 876px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 601px) and (max-width: 840px) {
  #HOME .container-small {
    padding: 0 4%;
  }
}
@media (max-width: 600px) {
  #HOME .container-small {
    padding: 0 4%;
  }
}
#HOME .container-middle {
  max-width: 950px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 601px) and (max-width: 840px) {
  #HOME .container-middle {
    padding: 0 4%;
  }
}
@media (max-width: 600px) {
  #HOME .container-middle {
    padding: 0 4%;
  }
}

@media (max-width: 600px) {
  .scroll-wrap {
    overflow-x: scroll;
  }
}
@media (min-width: 601px) and (max-width: 840px) {
  .scroll-wrap {
    overflow-x: scroll;
  }
}
.num {
  font-family: "din-2014-narrow", sans-serif;
}

.sectionTitle {
  padding: 0;
  margin-bottom: 30px;
}
.sectionTitle h2.sub {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 600px) {
  .sectionTitle h2.sub {
    font-size: 1.2rem;
  }
}
.sectionTitle p.main {
  font-size: 2rem;
  letter-spacing: 0.06em;
  position: relative;
  font-weight: bold;
}
@media (max-width: 600px) {
  .sectionTitle p.main {
    font-size: 2.4rem;
  }
}
.sectionTitle p.info {
  margin-top: 20px;
}
.sectionTitle.white h2.sub,
.sectionTitle.white p.main,
.sectionTitle.white p.info {
  color: #fff;
}

.sendLinkButton {
  position: absolute;
  right: 20px;
  top: 10px;
}
@media (min-width: 601px) and (max-width: 840px) {
  .sendLinkButton {
    right: calc(4% + 20px);
  }
}
@media (max-width: 600px) {
  .sendLinkButton {
    right: calc(4% + 20px);
    top: auto;
    bottom: -100px;
  }
}
.sendLinkButton a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sendLinkButton a:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  right: -20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sendLinkButton a:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sendLinkButton.p1 a:after {
  background-image: url(../images/home/sendLinkButton-p1.svg);
}
.sendLinkButton.p2 a {
  color: #fff;
}
.sendLinkButton.p2 a:after {
  background-image: url(../images/home/sendLinkButton-p2.svg);
}
.sendLinkButton.p3 a {
  color: #fff;
}
.sendLinkButton.p3 a:after {
  background-image: url(../images/home/sendLinkButton-p3.svg);
}
.sendLinkButton.p4 a:after {
  background-image: url(../images/home/sendLinkButton-p4.svg);
}

.newsSection {
  padding: 55px 0 70px;
  position: relative;
}
@media (max-width: 600px) {
  .newsSection {
    padding-bottom: 140px;
  }
}
.newsSection .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsSection .news-item {
  border-bottom: 1px solid #ccc;
  padding: 1.5em 5px;
  display: grid;
  grid-template-columns: 10em auto;
}
@media (max-width: 600px) {
  .newsSection .news-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.newsSection .date {
  font-weight: normal;
}
.newsSection .title a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.lisenceSection {
  padding: 55px 0 70px;
  position: relative;
}
.lisenceSection .lisence-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
@media (max-width: 600px) {
  .lisenceSection .lisence-list {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.lisenceSection .lisence-item {
  border: 1px solid #bababa;
  padding: 30px 22px;
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .lisenceSection .lisence-item {
    grid-template-columns: 1fr 3fr;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lisenceSection .image {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .lisenceSection .image {
    margin-bottom: 0px;
  }
}
.lisenceSection .title a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.serviceSection {
  padding: 55px 0 70px;
}
@media (max-width: 600px) {
  .serviceSection {
    padding-bottom: 140px;
  }
}
.serviceSection {
  position: relative;
  background-color: #036eb8;
}
.serviceSection .contentArea__inner {
  display: grid;
  grid-template-columns: 6fr 5fr;
  background-color: #fff;
  border-radius: 20px;
  padding: 55px;
}
@media (max-width: 600px) {
  .serviceSection .contentArea__inner {
    grid-template-columns: 1fr;
    padding: 35px;
  }
}
.serviceSection .contentArea__inner h3.title {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.serviceSection .contentArea__inner p.desc {
  font-size: 0.95rem;
}
.serviceSection .contentArea__inner .logoArea {
  text-align: left;
  margin-top: 55px;
}
@media (max-width: 600px) {
  .serviceSection .contentArea__inner .logoArea {
    text-align: center;
  }
}
.serviceSection .contentArea__inner .logoArea img.logo {
  max-width: 270px;
  width: 90%;
}
.serviceSection .contentArea__inner .right {
  padding-left: 15%;
}
@media (max-width: 600px) {
  .serviceSection .contentArea__inner .right {
    text-align: center;
    padding-top: 35px;
    padding-left: 0;
    max-width: 270px;
    width: 90%;
    margin: 0 auto;
  }
}
.serviceSection .contentArea__inner .right img {
  width: 100%;
  height: auto;
}

.columnSection {
  padding: 55px 0 70px;
}
@media (max-width: 600px) {
  .columnSection {
    padding-bottom: 140px;
  }
}
.columnSection {
  position: relative;
  background-color: #2ea7e0;
}
.columnSection .column-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 35px;
}
@media (min-width: 601px) and (max-width: 840px) {
  .columnSection .column-list {
    grid-template-columns: 1fr 1fr;
    gap: 4%;
  }
}
@media (max-width: 600px) {
  .columnSection .column-list {
    grid-template-columns: 1fr 1fr;
    gap: 16px 4%;
  }
}
.columnSection .column-item {
  grid-template-rows: subgrid;
  display: grid;
}
.columnSection .column-item .link {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #fff;
  text-decoration: none;
  color: #333;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.columnSection .column-item .link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.columnSection .image {
  margin-bottom: 10px;
}
.columnSection .title {
  padding: 0px 22px;
  font-weight: bold;
}
.columnSection .date {
  margin-top: 10px;
  padding: 0 22px;
  font-weight: normal;
}

.about-companySection {
  padding: 55px 0 70px;
  position: relative;
}
.about-companySection .companyInfo table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.about-companySection .companyInfo table tr {
  border-bottom: 1.5px solid #333;
}
.about-companySection .companyInfo table th,
.about-companySection .companyInfo table td {
  padding: 35px 10px;
  text-align: left;
  font-weight: normal;
}
.about-companySection .companyInfo table th {
  min-width: 3em;
}
.about-companySection .companyInfo table td a {
  color: #333;
  text-decoration: underline;
}
.about-companySection .companyInfo table td a:hover {
  text-decoration: underline;
}

.cta-contactSection {
  padding: 55px 0 70px;
  position: relative;
  background-color: #036eb8;
}
.cta-contactSection .contactflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 950px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 601px) and (max-width: 840px) {
  .cta-contactSection .contactflex {
    padding: 0 4%;
  }
}
@media (max-width: 600px) {
  .cta-contactSection .contactflex {
    padding: 0 4%;
  }
}
@media (min-width: 601px) and (max-width: 840px) {
  .cta-contactSection .contactflex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .cta-contactSection .contactflex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
}
.cta-contactSection .contactflex .sectionTitle {
  margin: 0;
}
@media (min-width: 601px) and (max-width: 840px) {
  .cta-contactSection .contactflex .sectionTitle {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cta-contactSection .contactflex .sectionTitle {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 601px) and (max-width: 840px) {
  .cta-contactSection .contactflex .buttonArea {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cta-contactSection .contactflex .buttonArea {
    width: 100%;
    text-align: center;
  }
}
.cta-contactSection .contactflex .buttonArea .button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 80px;
  min-width: 330px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e94f29;
  border: 2px solid #e94f29;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cta-contactSection .contactflex .buttonArea .button:hover {
  border: 2px solid #e94f29;
  background-color: #fff;
  color: #e94f29;
}

.hero .mv {
  position: relative;
  max-width: 100%;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 40px;
}
@media (max-width: 600px) {
  .hero .mv {
    padding-bottom: 0;
  }
}
.hero .mv .contents {
  position: absolute;
  right: 4%;
  bottom: 15%;
  z-index: 3;
}
@media (max-width: 600px) {
  .hero .mv .contents {
    bottom: 5%;
  }
}
.hero .mv .contents img {
  display: block;
  width: 50vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .hero .mv .contents img {
    width: 80vw;
  }
}
.hero .mv .bg img {
  width: 100%;
  height: auto;
  display: block;
}

.concerns {
  padding-top: 60px;
  background-color: #f9f9f9;
}
.concerns .concernsImage {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}
@media (max-width: 600px) {
  .concerns .concernsImage {
    grid-template-columns: 1fr;
  }
}
.concerns .concernsImage picture {
  text-align: center;
}
.concerns .concernsImage img {
  width: auto;
  max-width: 100%;
  max-height: 600px;
}
@media (max-width: 600px) {
  .concerns .concernsImage img {
    width: 80%;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

.strongpoints {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
  background-image: url(../images/lp/bg_strong.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.strongpoints__List {
  list-style: none;
  display: grid;
  gap: 30px;
  margin-top: 40px;
}
.strongpoints__Item {
  width: 100%;
  margin: 0 auto;
  padding: 55px 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 5px;
}
.strongpoints__Item .itemheader {
  text-align: left;
  position: relative;
  margin: 0 auto;
  max-width: 78%;
  padding: 0 7% 0 15%;
  width: 100%;
}
@media (max-width: 600px) {
  .strongpoints__Item .itemheader {
    max-width: 73%;
    padding: 0 7% 0 20%;
  }
}
.strongpoints__Item .itemheader span.num {
  color: #2ea7e0;
  position: absolute;
  top: -25px;
  left: 4%;
  font-size: 8.5rem;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 601px) and (max-width: 840px) {
  .strongpoints__Item .itemheader span.num {
    top: -15px;
    left: 4%;
    font-size: 6rem;
  }
}
@media (max-width: 600px) {
  .strongpoints__Item .itemheader span.num {
    top: -15px;
    left: 5%;
    font-size: 6rem;
  }
}
.strongpoints__Item .itemheader h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.strongpoints__Item .itemheader p.desc {
  font-size: 0.9em;
  font-weight: bold;
}
.strongpoints__Item .contents {
  margin-top: 60px;
  padding: 0 6%;
}
@media (min-width: 601px) and (max-width: 840px) {
  .strongpoints__Item .contents {
    margin-top: 45px;
  }
}
@media (max-width: 600px) {
  .strongpoints__Item .contents {
    margin-top: 35px;
  }
}
.strongpoints__Item .contents .profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  width: 100%;
  margin: 0px auto 20px;
  gap: 60px;
}
@media (max-width: 600px) {
  .strongpoints__Item .contents .profile {
    gap: 20px;
  }
}
.strongpoints__Item .contents .profile .profile-image {
  border-radius: 50%;
  width: 150px;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 600px) {
  .strongpoints__Item .contents .profile .profile-image {
    width: 25%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.strongpoints__Item .contents .profile .profile-image img {
  width: 100%;
  height: auto;
}
.strongpoints__Item .contents .profile .profile-details p.name {
  font-size: 1.2em;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.strongpoints__Item .contents .profile .profile-details p {
  font-size: 0.9em;
  margin: 0;
}
.strongpoints__Item .contents .point02 img {
  display: block;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.strongpoints__Item .contents .point02 img:first-child {
  border-bottom: 0.5px dotted #2c2c2c;
}
.strongpoints__Item .contents .point03 img {
  max-width: 88%;
  margin: auto;
  display: block;
}
@media (min-width: 601px) and (max-width: 840px) {
  .strongpoints__Item .contents .point03 img {
    max-width: 70%;
    margin-bottom: 35px;
  }
  .strongpoints__Item .contents .point03 img:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .strongpoints__Item .contents .point03 img {
    max-width: 85%;
    margin-bottom: 35px;
  }
  .strongpoints__Item .contents .point03 img:last-child {
    margin-bottom: 0;
  }
}

.jobTypes {
  margin-top: 60px;
}
.jobTypes__Inner {
  background-color: #036eb8;
  padding: 60px 0;
  margin-top: 35px;
}
.jobTypes__List {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 740px;
  margin: 0 auto;
  gap: 20px 2%;
}
@media (max-width: 600px) {
  .jobTypes__List {
    grid-template-columns: 1fr 1fr;
    gap: 20px 2%;
  }
}
.jobTypes__Item {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.jobTypes__Image {
  width: 80%;
  height: auto;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.jobTypes__Name {
  color: #fff;
  position: relative;
}

.accountSection {
  background-color: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .accountSection {
    padding-bottom: 50px;
  }
}
.accountSection .accountList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7% 2%;
  list-style: none;
  margin-top: 35px;
}
@media (max-width: 600px) {
  .accountSection .accountList {
    width: 800px;
    padding-bottom: 1em;
  }
}
.accountSection .accountList__item {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 6%;
  border-radius: 5px;
  background-color: #fff;
}
.accountSection .accountList__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.accountSection .accountList__header .Icon {
  width: 30%;
  height: auto;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999px;
}
.accountSection .accountList__header .Name__title {
  font-weight: bold;
}
.accountSection .accountList__header .Name__desc {
  font-size: 0.8em;
  font-weight: bold;
}
.accountSection .accountList__contents {
  margin-top: 10px;
}
.accountSection .accountList__contents .Profile {
  font-size: 15px;
}
.accountSection .accountList__contents .Result {
  margin-top: 30px;
  font-size: 15px;
}
.accountSection .accountList__contents .Result__title {
  display: block;
  font-weight: bold;
}

.caseStudies {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .caseStudies {
    margin-bottom: 50px;
  }
}
.caseStudies__List {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7% 2%;
  list-style: none;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .caseStudies__List {
    grid-template-columns: 1fr;
    gap: 24px 2%;
  }
}
.caseStudies__Item .companyName {
  font-size: 0.9em;
  display: block;
  background-color: #2ea7e0;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
}
.caseStudies__Item .image {
  display: block;
}
.caseStudies__Item .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 14px 0;
}
.caseStudies__Item .tag span {
  width: 50%;
  text-align: center;
  background-color: #707070;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 0;
}
.caseStudies__Item .title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.caseStudies__Item .desc {
  font-size: 0.8em;
}
.caseStudies .moreButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.caseStudies .moreButton a {
  max-width: 300px;
  width: 100%;
  height: 45px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #2ea7e0;
  border-radius: 999px;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  color: #2ea7e0;
  padding: 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 300px;
}
.caseStudies .moreButton a:hover {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}

.faq {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}
@media (max-width: 600px) {
  .faq {
    padding-bottom: 50px;
  }
}
.faq .faqList {
  list-style: none;
  display: grid;
  gap: 20px;
  margin-top: 35px;
}
.faq .faqItem {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 15px 20px;
  cursor: pointer;
  background-color: #fff;
}
.faq .faqItem__question {
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 8%;
  padding-right: 40px;
}
.faq .faqItem__question span {
  position: relative;
}
.faq .faqItem__question span::before {
  content: "";
  background-image: url(../images/lp/icon_Q.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.faq .faqItem__answer {
  position: relative;
  margin-top: 1em;
  background-color: #f9f9f9;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px 20px;
  padding-left: 8%;
  display: none;
}
.faq .faqItem__answer span {
  position: relative;
}
.faq .faqItem__answer span::before {
  content: "";
  background-image: url(../images/lp/icon_A.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.faq .faqItem .faqItem__question:after {
  content: "";
  background-image: url(../images/lp/icon_toggle_plus.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  display: inline-block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.faq .faqItem.open .faqItem__question:after {
  background-image: url(../images/lp/icon_toggle_minus.svg);
}

.ceo-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 50px;
}
@media (max-width: 600px) {
  .ceo-message {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.ceo-message .image-section {
  width: 40%;
}
@media (max-width: 600px) {
  .ceo-message .image-section {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ceo-message .image-section img {
  width: 100%;
  max-width: 340px;
  height: auto;
  display: block;
}
@media (max-width: 600px) {
  .ceo-message .image-section img {
    width: 100%;
    max-width: 200px;
  }
}
.ceo-message .text-section {
  width: 60%;
  margin-left: 50px;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .ceo-message .text-section {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
    padding-bottom: 30px;
  }
}
.ceo-message .text-section .tag {
  display: inline-block;
  background-color: #036eb8;
  padding: 5px 15px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 999px;
}
.ceo-message .text-section h2 {
  font-size: 2.2rem;
  color: #2c2c2c;
  margin: 0 0 35px;
}
@media (max-width: 600px) {
  .ceo-message .text-section h2 {
    font-size: 1.8rem;
  }
}
.ceo-message .text-section h2 span.attention01 {
  color: #036eb8;
}
.ceo-message .text-section h2 span.attention02 {
  color: #e94f29;
}
.ceo-message .text-section .content p {
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.ceo-message .text-section .content p:last-child {
  margin-bottom: 0;
}
.ceo-message .text-section .signature {
  font-size: 0.9em;
  font-weight: bold;
  text-align: right;
  margin-top: 1em;
}

.cta-section {
  text-align: center;
  padding: 40px 20px;
}
.cta-section p {
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
}
.cta-section a.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9em;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  height: 60px;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta-section a.button:hover {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.cta-section.p1 {
  background-color: #e94f29;
}
.cta-section.p1 a.button {
  background-color: #fff;
  color: #e94f29;
}
.cta-section.p2 {
  background-color: #2ea7e0;
}
.cta-section.p2 a.button {
  background-color: #fff;
  color: #2ea7e0;
}

.flow {
  padding-top: 35px;
  padding-bottom: 50px;
  background-color: #f9f9f9;
}
.flow .steps {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 58px;
  margin-top: 35px;
}
@media (min-width: 601px) and (max-width: 840px) {
  .flow .steps {
    width: 1080px;
    padding-bottom: 1em;
  }
}
@media (max-width: 600px) {
  .flow .steps {
    width: 1080px;
    padding-bottom: 1em;
  }
}
.flow .steps .step h3 {
  position: relative;
}
.flow .steps .step h3:after {
  content: "";
  background-image: url(../images/lp/arrow-step.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  display: inline-block;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.flow .steps .step:last-child h3:after {
  content: none;
}
.flow .steps .step {
  width: 100%;
  max-width: 200px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.flow .steps .step:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.flow .steps .step img {
  width: 100%;
  height: auto;
  display: block;
}
.flow .steps .step h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #036eb8;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  margin-top: 10px;
}
.flow .steps .step p {
  font-size: 0.7em;
  color: #666;
  font-weight: bold;
  text-align: left;
}

.planSection .pricing-header {
  background-color: #e94f29;
  padding: 35px 4% 40px;
}
.planSection .pricing-header .sectionTitle h2 {
  color: #fff;
}
.planSection .pricing-header p.desc {
  margin-top: 35px;
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.planSection .pricing-header .features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media (max-width: 600px) {
  .planSection .pricing-header .features {
    gap: 15px;
  }
}
.planSection .pricing-header .features .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.planSection .pricing-header .features .feature img {
  width: 90%;
  max-width: 130px;
  height: auto;
  margin-bottom: 10px;
}
.planSection .pricing-header .features .feature p {
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
}
.planSection .pricing-content.container {
  padding-top: 35px !important;
  padding-bottom: 50px !important;
}
@media (max-width: 600px) {
  .planSection .pricing-content.container {
    padding-bottom: 0px !important;
  }
}
.planSection .pricing-content .plan {
  border-bottom: 0.5px dotted #2c2c2c;
  display: grid;
  grid-template-columns: 2fr 4fr;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
}
@media (max-width: 600px) {
  .planSection .pricing-content .plan {
    grid-template-columns: 1fr;
    padding: 25px 0;
  }
}
.planSection .pricing-content .plan:last-child {
  border-bottom: none;
}
.planSection .pricing-content .plan .price {
  position: relative;
  font-size: 3rem;
  color: #e94f29;
  font-weight: bold;
  text-align: center;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media (max-width: 600px) {
  .planSection .pricing-content .plan .price {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.planSection .pricing-content .plan .price:after {
  position: absolute;
  content: "";
  background: #e94f29;
  width: 3px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 999px;
}
@media (max-width: 600px) {
  .planSection .pricing-content .plan .price:after {
    width: 100%;
    height: 3px;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
  }
}
.planSection .pricing-content .plan .price p {
  text-align: right;
}
.planSection .pricing-content .plan .price p span.num {
  font-size: 4.5rem;
}
.planSection .pricing-content .plan .price p span.txt {
  font-size: 0.5em;
}
.planSection .pricing-content .plan .details {
  padding-left: 30px;
}
@media (max-width: 600px) {
  .planSection .pricing-content .plan .details {
    padding: 6% 4%;
  }
}
.planSection .pricing-content .plan .details .title {
  background-color: #036eb8;
  font-size: 0.9em;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  padding: 0 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
}
.planSection .pricing-content .plan .details p {
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
}
.planSection .pricing-content .plan .details dl dt {
  position: relative;
  padding-left: 14px;
  font-size: 1.1em;
  font-weight: bold;
}
.planSection .pricing-content .plan .details dl dt::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #036eb8;
  border-radius: 999px;
  font-weight: bold;
}
.planSection .pricing-content .plan .details dl dd {
  padding-left: 14px;
  margin-bottom: 10px;
}
.planSection .pricing-content .plan .details ul,
.planSection .pricing-content .plan .details ol {
  margin-top: 35px;
  margin-bottom: 10px;
  list-style: none;
}
.planSection .pricing-content .plan .details ul li,
.planSection .pricing-content .plan .details ol li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 14px;
  font-size: 1.1em;
  font-weight: bold;
}
.planSection .pricing-content .plan .details ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #036eb8;
  border-radius: 999px;
  font-weight: bold;
}
.planSection .pricing-content .plan .details ol {
  counter-reset: item;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 0;
}
@media (max-width: 600px) {
  .planSection .pricing-content .plan .details ol {
    grid-template-columns: 1fr;
  }
}
.planSection .pricing-content .plan .details ol li {
  position: relative;
  counter-increment: item;
  padding-left: 38px;
}
.planSection .pricing-content .plan .details ol li::before {
  font-family: "din-2014-narrow", sans-serif;
  color: #036eb8;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  bottom: -2px;
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1;
}

.comparison {
  background-color: #f9f9f9;
}
.comparison .comparison-container {
  background-color: #f2f2f2;
  padding: 50px 0 70px;
  margin-top: 40px;
}
.comparison .comparison-container table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
@media (max-width: 600px) {
  .comparison .comparison-container table {
    width: 600px;
    padding-bottom: 1em;
  }
}
.comparison .comparison-container table th,
.comparison .comparison-container table td {
  padding: 10px;
  border: 8px solid #f2f2f2;
  text-align: center;
  vertical-align: middle;
}
.comparison .comparison-container table th {
  background-color: #f2f2f2;
  font-weight: normal;
  width: 200px;
  font-size: 0.9em;
  vertical-align: middle;
}
.comparison .comparison-container table td {
  font-size: 1.4em;
}
.comparison .comparison-container table td span.mainColor {
  color: #036eb8;
}
.comparison .comparison-container table td span.redColor {
  color: #e67244;
}
.comparison .comparison-container table .highlight {
  background-color: #036eb8;
  border-color: #fdf7e3;
  position: relative;
}
.comparison .comparison-container table .highlight:before {
  content: "";
  position: absolute;
  width: 8px;
  height: calc(100% + 12px);
  background: #fdf7e3;
  left: -8px;
  top: -8px;
  bottom: 0;
}
.comparison .comparison-container table th.highlight {
  background-color: #fdf7e3;
  font-weight: bold;
  width: 280px;
}
.comparison .comparison-container table td.highlight {
  background-color: #036eb8;
  font-weight: bold;
  color: #fff;
}
.comparison .comparison-container table td.bodyhead {
  font-size: 0.9em;
}
.comparison .comparison-container .table-under-wrap {
  position: relative;
}
.comparison .comparison-container .table-under-wrap .conclusion {
  position: relative;
  font-size: 1.6rem;
  color: #e94f29;
  font-weight: bold;
  padding-top: 120px;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 600px) {
  .comparison .comparison-container .table-under-wrap .conclusion {
    font-size: 1.2rem;
    padding-top: 100px;
  }
}
.comparison .comparison-container .table-under-wrap .conclusion span {
  position: relative;
}
.comparison .comparison-container .table-under-wrap .conclusion span:after {
  background: #036eb8;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -8px;
  right: 0;
  left: 0;
}
.comparison .comparison-container .table-under-wrap .conclusion:before {
  position: absolute;
  content: "";
  background-image: url(../images/lp/arrow-hikaku.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 70px;
  left: 0;
  right: 0;
  margin: auto;
  top: 30px;
}
@media (max-width: 600px) {
  .comparison .comparison-container .table-under-wrap .conclusion:before {
    width: 50px;
    height: 40px;
    top: 35px;
  }
}
.comparison .comparison-container .table-under-wrap img.left {
  position: absolute;
  top: 20px;
  left: 0;
  max-width: 120px;
}
@media (min-width: 601px) and (max-width: 840px) {
  .comparison .comparison-container .table-under-wrap img.left {
    top: 120px;
    max-width: 90px;
  }
}
@media (max-width: 600px) {
  .comparison .comparison-container .table-under-wrap img.left {
    display: none;
  }
}
.comparison .comparison-container .table-under-wrap img.right {
  position: absolute;
  right: 10px;
  top: 35px;
  max-width: 130px;
}
@media (min-width: 601px) and (max-width: 840px) {
  .comparison .comparison-container .table-under-wrap img.right {
    top: 130px;
    max-width: 100px;
  }
}
@media (max-width: 600px) {
  .comparison .comparison-container .table-under-wrap img.right {
    top: 145px;
    max-width: 70px;
  }
}

.contactSection {
  background-color: #2ea7e0;
  padding: 60px 4%;
}
.contactSection .contact-container {
  max-width: 1080px;
  padding: 80px 4%;
  margin: 0 auto;
  background-color: #fff;
}
.contactSection p.desc {
  margin-top: 35px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
}
.contactSection .telText {
  border-top: 1px solid #c9c9c9;
  max-width: 800px;
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 841px) {
  .contactSection .telText {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 30px;
  }
}
.contactSection .telText p {
  font-weight: bold;
}
@media (min-width: 841px) {
  .contactSection .telText p.tel {
    position: relative;
    top: 3px;
  }
}
.contactSection .telText p.tel a {
  font-family: "din-2014-narrow", sans-serif;
  color: #e94f29;
  font-size: 2.5rem;
  text-decoration: none;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.contactSection .contact-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.contactSection .contact-form .form-group-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .contactSection .contact-form .form-group-flex {
    grid-template-columns: 1fr;
    gap: unset;
  }
}
.contactSection .contact-form .form-group {
  margin-bottom: 20px;
}
.contactSection .contact-form .form-group label {
  display: block;
  font-size: 0.9em;
  color: #333;
  margin-bottom: 5px;
  margin-left: 0.5em;
  font-weight: bold;
}
.contactSection .contact-form .form-group .input-field,
.contactSection .contact-form .form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 1em;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contactSection .contact-form .privacy-policy {
  font-size: 0.9em;
  text-align: center;
  font-weight: bold;
}
.contactSection .contact-form .privacy-policy a {
  color: #036eb8;
  text-decoration: underline;
}
.contactSection .contact-form .submit-button {
  text-align: center;
}
.contactSection .contact-form .submit-button p {
  text-align: center;
}
.contactSection .contact-form .submit-button input[type=submit] {
  background-color: #2ea7e0;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  border-radius: 999px;
  width: 100%;
  max-width: 270px;
}
.contactSection .contact-form .submit-button input[type=submit]:hover {
  background-color: #2ea7e0;
}
.contactSection .contact-form .submit-button .wpcf7-spinner {
  display: none;
}

#service-4RC .container {
  max-width: 1080px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 601px) and (max-width: 840px) {
  #service-4RC .container {
    padding: 0 4%;
  }
}
@media (max-width: 600px) {
  #service-4RC .container {
    padding: 0 4%;
  }
}
#service-4RC .container-small {
  max-width: 876px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 601px) and (max-width: 840px) {
  #service-4RC .container-small {
    padding: 0 4%;
  }
}
@media (max-width: 600px) {
  #service-4RC .container-small {
    padding: 0 4%;
  }
}
#service-4RC .container-middle {
  max-width: 950px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 601px) and (max-width: 840px) {
  #service-4RC .container-middle {
    padding: 0 4%;
  }
}
@media (max-width: 600px) {
  #service-4RC .container-middle {
    padding: 0 4%;
  }
}

#service-4RC .allService {
  padding-top: 20px;
  padding-bottom: 50px;
}
#service-4RC .allService h2 {
  font-size: 1.6rem;
  padding: 0 3%;
  margin-bottom: 30px;
}
#service-4RC .allService .serviceList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 3%;
  gap: 20px;
  list-style: none;
}
@media (max-width: 600px) {
  #service-4RC .allService .serviceList {
    grid-template-columns: 1fr;
  }
}
#service-4RC .allService .serviceList__item a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  font-size: 1.1rem;
  color: #333;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#service-4RC .allService .serviceList__item a:before {
  background-image: url(../images/home/sendLinkButton-p4.svg);
  background-position: center;
  background-size: contain;
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
#service-4RC .allService .serviceList__item a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#service-4RC .serviceContents {
  margin-bottom: 50px;
}
#service-4RC .serviceContents .serviceList {
  display: grid;
  grid-template-columns: 1fr;
  padding: 3% 3%;
  background-color: #036eb8;
  list-style: none;
  gap: 35px;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 600px) {
  #service-4RC .serviceContents .serviceList {
    padding: 6% 4%;
    gap: 16px;
  }
}
#service-4RC .serviceContents .serviceList__item {
  background-color: #fff;
  padding: 3%;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 600px) {
  #service-4RC .serviceContents .serviceList__item {
    padding: 6%;
  }
}
#service-4RC .serviceContents .serviceList__head {
  border-bottom: 1px solid #bababa;
  padding-bottom: 12px;
}
#service-4RC .serviceContents .serviceList__head h2 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
#service-4RC .serviceContents .serviceList h3 {
  margin-top: 20px;
  font-size: 1.2rem;
}
#service-4RC .serviceContents .serviceList__example {
  margin-top: 10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
#service-4RC .serviceContents .serviceList__example li {
  background-color: #036eb8;
  padding: 5px 20px;
  color: #fff;
  border-radius: 999px;
}
#service-4RC .serviceContents .serviceList__plan {
  margin-top: 10px;
}
#service-4RC .serviceContents .serviceList__plan p.fee {
  font-weight: bold;
}
#service-4RC .serviceContents .serviceList__plan p.info {
  font-weight: normal;
  font-size: 0.9rem;
  margin-top: 15px;
}
#service-4RC .serviceContents .serviceList p.sendLinkButton.p4 {
  right: 50px;
  top: 20px;
  text-align: right;
}
@media (min-width: 601px) and (max-width: 840px) {
  #service-4RC .serviceContents .serviceList p.sendLinkButton.p4 {
    position: relative;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  #service-4RC .serviceContents .serviceList p.sendLinkButton.p4 {
    position: relative;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 601px) and (max-width: 840px) {
  #service-4RC .serviceContents .serviceList p.sendLinkButton.p4 a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 4%;
  }
}
@media (max-width: 600px) {
  #service-4RC .serviceContents .serviceList p.sendLinkButton.p4 a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 4%;
  }
}

.contactformArea {
  max-width: 876px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 601px) and (max-width: 840px) {
  .contactformArea {
    padding: 0 4%;
  }
}
@media (max-width: 600px) {
  .contactformArea {
    padding: 0 4%;
  }
}
.contactformArea .introArea {
  margin-bottom: 50px;
}
.contactformArea .introArea p {
  margin-bottom: 1em;
}
.contactformArea .formArea .form-group {
  margin-bottom: 2em;
}
.contactformArea .formArea .form-group p {
  margin-bottom: 0;
}
.contactformArea .formArea .form-group label.title {
  display: block;
  margin-bottom: 1.5em;
}
.contactformArea .formArea .form-group input[type=text],
.contactformArea .formArea .form-group input[type=tel],
.contactformArea .formArea .form-group input[type=email],
.contactformArea .formArea .form-group textarea {
  width: 100%;
  height: 2em;
  border: none;
  background: #f1f1f1;
  padding: 5px 1em;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.contactformArea .formArea .form-group input[type=text]:focus,
.contactformArea .formArea .form-group input[type=tel]:focus,
.contactformArea .formArea .form-group input[type=email]:focus,
.contactformArea .formArea .form-group textarea:focus {
  outline: 2px solid #036eb8;
}
.contactformArea .formArea .form-group textarea {
  height: 200px;
}
.contactformArea .formArea .form-group input[type=radio] {
  background: #f1f1f1;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  position: relative;
  top: 4px;
}
.contactformArea .formArea .form-group input[type=radio]:checked {
  background: #036eb8;
  opacity: 0.9;
}
.contactformArea .formArea .form-group .wpcf7-form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media (max-width: 600px) {
  .contactformArea .formArea .form-group .wpcf7-form-control {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.contactformArea .formArea .form-group .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
@media (max-width: 600px) {
  .contactformArea .formArea .form-group .wpcf7-form-control .wpcf7-list-item {
    width: 100%;
  }
}
.contactformArea .formArea .form-group .wpcf7-form-control .wpcf7-list-item label {
  cursor: pointer;
}
.contactformArea .formArea .form-group .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: normal;
}
.contactformArea .formArea .form-group.privacy-policy {
  text-align: center;
}
.contactformArea .formArea .form-group.submit-button p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactformArea .formArea .form-group.submit-button .wpcf7-spinner {
  display: none;
}
.contactformArea .formArea .form-group.submit-button input[type=submit] {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 90%;
  max-width: 350px;
  height: 75px;
  font-size: 1em;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.contactformArea .formArea .form-group.submit-button input[type=submit]:hover {
  background-color: #fff;
  color: #000;
}

#contact-thanks .container {
  padding: 50px 4%;
}
#contact-thanks h1 {
  font-size: clamp(25px, 4vw, 30px);
  margin-bottom: 50px;
  text-align: center;
}
#contact-thanks p {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 70px;
  font-weight: bold;
}
#contact-thanks .thanks-attention {
  background: #f1f1f1;
  padding: 1em;
}
#contact-thanks .thanks-attention p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
}
#contact-thanks .image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact-thanks .image-container img {
  width: 100%;
  max-width: 270px;
  height: auto;
}

#single-whitepaper .contactformArea .formArea .form-group.submit-button input[type=submit] {
  background-color: #e94f29;
  border: 2px solid #e94f29;
}
#single-whitepaper .contactformArea .formArea .form-group.submit-button input[type=submit]:hover {
  background-color: #fff;
  color: #e94f29;
}

.article-cta-foot {
  margin-top: 40px;
  padding: 30px 2em;
  background-color: #eff8ff;
}
@media (max-width: 600px) {
  .article-cta-foot {
    padding: 30px 1em;
  }
}
.article-cta-foot p.title {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 20px;
}
.article-cta-foot .wpcf7-form .contactformArea .formArea .form-group input[type=text],
.article-cta-foot .wpcf7-form .contactformArea .formArea .form-group input[type=tel],
.article-cta-foot .wpcf7-form .contactformArea .formArea .form-group input[type=email],
.article-cta-foot .wpcf7-form .contactformArea .formArea .form-group textarea {
  background-color: #fff;
}

.post-type-archive-product .product-wrap {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  padding: 0 0 64px;
}
@media (max-width: 840px) {
  .post-type-archive-product .product-wrap {
    grid-template-columns: 1fr;
    padding: 20px 0 40px;
  }
}
.post-type-archive-product .product-filter__form {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.post-type-archive-product .product-filter__section {
  margin-bottom: 20px;
}
.post-type-archive-product .product-filter__title {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: #036eb8;
  padding: 8px 12px;
  margin: 0;
}
.post-type-archive-product .product-filter__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #dbdbdb;
  border-top: none;
}
.post-type-archive-product .product-filter__item {
  border-bottom: 1px solid #dbdbdb;
}
.post-type-archive-product .product-filter__item:last-child {
  border-bottom: none;
}
.post-type-archive-product .product-filter__check-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 0.85rem;
  color: #2c2c2c;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.post-type-archive-product .product-filter__check-label:hover {
  background: #f2f2f2;
}
.post-type-archive-product .product-filter__checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 18px;
  height: 19px;
  border: 2px solid #dbdbdb;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 0.15s, background 0.15s;
  transition: border-color 0.15s, background 0.15s;
}
.post-type-archive-product .product-filter__checkbox:checked {
  background: #036eb8;
  border-color: #036eb8;
}
.post-type-archive-product .product-filter__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 3px;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.post-type-archive-product .product-filter__check-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post-type-archive-product .product-filter__reset {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.75rem;
  color: #e94f29;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.post-type-archive-product .product-filter__reset:hover {
  color: #036eb8;
}
.post-type-archive-product .product-grid-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  margin-bottom: 16px;
  color: #707070;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}
.post-type-archive-product .product-grid-header span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #2c2c2c;
  line-height: 1;
}
.post-type-archive-product .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (min-width: 601px) and (max-width: 840px) {
  .post-type-archive-product .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .post-type-archive-product .product-grid {
    grid-template-columns: 1fr;
  }
}
.post-type-archive-product .product-card {
  background: #fff;
  padding: 20px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border: 1px solid #dbdbdb;
}
.post-type-archive-product .product-card:hover {
  background: #f9f9f9;
}
.post-type-archive-product .product-card__img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
  margin-bottom: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #f2f2f2;
  padding: 7% 0;
}
@media (max-width: 600px) {
  .post-type-archive-product .product-card__img {
    height: 250px;
    margin-bottom: 12px;
    padding: 7% 0;
  }
}
.post-type-archive-product .product-card__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.post-type-archive-product .product-card__cat {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
  background: #036eb8;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
  max-width: calc(100% - 16px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-type-archive-product .product-card__no-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-type-archive-product .product-card__no-img::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: #dbdbdb;
  border-radius: 4px;
  opacity: 0.5;
}
.post-type-archive-product .product-card__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post-type-archive-product .product-card__title {
  font-size: 0.92rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 12px;
  color: #333;
}
@media (max-width: 600px) {
  .post-type-archive-product .product-card__title {
    font-size: 1.1rem;
  }
}
.post-type-archive-product .product-card__meta {
  margin: 0 0 auto;
  padding-bottom: 14px;
}
.post-type-archive-product .product-card__meta-row + .post-type-archive-product .product-card__meta-row {
  margin-top: 10px;
}
.post-type-archive-product .product-card__meta-row:last-child {
  margin-top: 10px;
}
.post-type-archive-product .product-card__meta-row dt {
  font-size: 0.68rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 2px;
  text-decoration: underline;
}
.post-type-archive-product .product-card__meta-row dd {
  font-size: 0.8rem;
  line-height: 1.65;
  color: #2c2c2c;
  margin: 0;
}
.post-type-archive-product .product-card__types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid #dbdbdb;
}
.post-type-archive-product .product-card__type-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(3, 110, 184, 0.07);
  color: #036eb8;
  border: 1px solid rgba(3, 110, 184, 0.22);
  line-height: 1.4;
}
.post-type-archive-product .pagination {
  margin-top: 36px;
}
.post-type-archive-product .pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.post-type-archive-product .pagination li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post-type-archive-product .pagination li > a,
.post-type-archive-product .pagination li > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 6px;
  font-size: 0.85rem;
  border: 1px solid #dbdbdb;
  color: #2c2c2c;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s, border-color 0.2s;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.post-type-archive-product .pagination li > a:hover,
.post-type-archive-product .pagination li > span:hover {
  background: #036eb8;
  border-color: #036eb8;
  color: #fff;
}
.post-type-archive-product .pagination li > a.current,
.post-type-archive-product .pagination li > span.current {
  background: #036eb8;
  border-color: #036eb8;
  color: #fff;
  font-weight: bold;
}
.post-type-archive-product .pagination li > a.dots,
.post-type-archive-product .pagination li > span.dots {
  border-color: transparent;
  pointer-events: none;
}
.post-type-archive-product .pagination li > a .material-symbols-outlined,
.post-type-archive-product .pagination li > span .material-symbols-outlined {
  font-size: 1rem;
}

.grecaptcha-badge {
  visibility: hidden !important;
}/*# sourceMappingURL=common.css.map */