/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./_src/peppol_vendor/css/style.scss ***!
  \**************************************************************************************************************************************************************************************************/
/* box sizing
-------------------------------------*/
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* general params
-------------------------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
  margin: 0;
  padding: 0; /* margin&padding reset */
  font-style: normal;
  font-weight: normal;
}

hr, .areaAnchor, .anchor {
  display: none;
}

li {
  list-style: none;
}

/* word break
-------------------------------------*/
p {
  word-break: normal;
}

i {
  font-style: normal;
}

/*  2: form setting
-------------------------------------*/
option {
  padding-right: 10px;
}

input, select {
  vertical-align: middle;
}

/*-------------------------------------------> Viewport size */
/*-------------------------------------------> Design comp size */
/*-------------------------------------------> Media queries */
/*-------------------------------------------> SP : contents width */
/*-------------------------------------------> PC : contents width */
/*-------------------------------------------> web font */
/*-------------------------------------------> animation */
/* easeInOutExpo */
/*-------------------------------------------> font size (rem) */
/*-------------------------------------------> font size (vw -> rem) */
/*-------------------------------------------> fletter space */
/*-------------------------------------------> percentage (%) */
/*-------------------------------------------> vw ( width / height / padding / margin / position / and more ) */
/*-------------------------------------------> color */
/* Base color
-------------------------------------*/
/* Material color
-------------------------------------*/
/*-------------------------------------------> easing */
/*-------------------------------------------> body */
.content {
  color: #000;
  background-color: #fff;
  max-width: none;
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1199px) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .content {
    font-size: 1.4rem;
    line-height: 1em;
    letter-spacing: 0em;
    padding: 0;
  }
}
.content figure {
  margin-bottom: 0;
}

/*-------------------------------------------> link */
.content a {
  line-height: 1;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.content a:hover {
  text-decoration: none;
}
.content a:focus {
  outline: none;
}

/*-------------------------------------------> image */
.content img {
  max-width: 100%;
  height: auto;
  line-height: 1;
}

/*-------------------------------------------> br */
.content br.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .content br.sp {
    display: none;
  }
}
.content br.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .content br.pc {
    display: block;
  }
}

/*-------------------------------------------> PAGE WRAPPER */
/*-------------------------------------------> PAGE HEADER */
.hero.l-page-header {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}
@media screen and (max-width: 768px) {
  .hero.l-page-header {
    padding: 26px 15px 33px;
  }
}
.hero.l-page-header .section-inner {
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hero.l-page-header .section-inner {
    height: auto;
  }
}
.hero.l-page-header h1 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1em;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .hero.l-page-header h1 {
    font-size: 2.7rem;
    line-height: 1.4814814815em;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }
}
.hero.l-page-header p {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.8823529412em;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .hero.l-page-header p {
    font-size: 1.3rem;
    line-height: 1.6923076923em;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
  }
}

.peppol {
  padding-bottom: 0;
}
.peppol .--module_heroContent {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}
@media screen and (max-width: 768px) {
  .peppol .--module_heroContent {
    padding: 26px 15px 33px;
  }
}
.peppol .--module_sectionContent {
  max-width: 1250px;
  margin: auto;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .peppol .--module_sectionContent {
    padding: 0;
  }
}
.peppol .--module_text01 {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .peppol .--module_text01 {
    font-size: 12px;
  }
}
.peppol .--module_text02 {
  font-size: 20px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .peppol .--module_text02 {
    font-size: 14px;
  }
}
.peppol .--module_head01 {
  font-size: 36px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .peppol .--module_head01 {
    font-size: 20px;
  }
}
.peppol .--module_head01.color {
  color: #6bcbd8;
  border-bottom: 4px solid #6bcbd8;
  font-weight: bold;
  padding: 0 4px;
}
.peppol .--module_head02 {
  font-size: 28px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .peppol .--module_head02 {
    font-size: 16px;
  }
}
.peppol .--module_head02.color {
  color: #6bcbd8;
  border-bottom: 4px solid #6bcbd8;
  font-weight: bold;
  padding: 0 4px;
}
.peppol .--module_head03 {
  font-size: 20px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .peppol .--module_head03 {
    font-size: 14px;
  }
}
.peppol .--module_head04 {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #6bcbd8;
  border-bottom: 2px solid #6bcbd8;
}
.peppol .--module_head04 else {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .peppol .--module_head04 {
    font-size: 10px;
  }
}
.peppol .--module_head05 {
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
}
.peppol .--module_strong {
  color: #1161a8;
  font-weight: 700;
}
.peppol section.hero {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.peppol section.hero .hero-content {
  position: relative;
  padding-top: 70px;
  max-width: 1170px;
  height: 635px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .peppol section.hero .hero-content {
    padding-top: 25px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    position: relative;
  }
}
.peppol section.hero .hero-content::before {
  content: "";
  width: 920px;
  height: 100%;
  background: url(../img/hero-image.png) left top/100% auto no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 565px;
}
@media screen and (max-width: 768px) {
  .peppol section.hero .hero-content::before {
    display: none;
  }
}
.peppol section.hero .hero-content__body {
  position: relative;
}
.peppol section.hero .hero-content__text span {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.1764705882em;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 5px 0;
  text-shadow: 0 0 2px #fff;
}
@media screen and (max-width: 768px) {
  .peppol section.hero .hero-content__text span {
    font-size: 1.2rem;
    line-height: 1.9166666667em;
    letter-spacing: 0.02em;
    padding: 0 0 2px;
  }
}
.peppol section.hero .hero-content__tags {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  .peppol section.hero .hero-content__tags {
    margin-top: 24px;
    gap: 0 10px;
  }
}
.peppol section.hero .hero-content__tags .--tag {
  background: #1161a8;
  color: #FFF;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  padding: 7px 16px 9px;
  border-radius: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .peppol section.hero .hero-content__tags .--tag {
    font-size: 1.2rem;
    line-height: 1em;
    letter-spacing: 0.05em;
    padding: 5px 9px 5px 10px;
  }
}
.peppol section.hero .hero-content__tags .--logo {
  width: 188px;
}
@media screen and (max-width: 768px) {
  .peppol section.hero .hero-content__tags .--logo {
    width: 130px;
  }
}
.peppol section.hero .hero-content__heading {
  color: #1161a8;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.5714285714em;
  letter-spacing: 0.03em;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-shadow: 0 0 2px #fff;
}
@media screen and (max-width: 768px) {
  .peppol section.hero .hero-content__heading {
    margin-top: 11px;
    font-size: 2.4rem;
    line-height: 1.5416666667em;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 340px) {
  .peppol section.hero .hero-content__heading {
    letter-spacing: 0;
  }
}
.peppol section.hero .hero-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f19600;
  color: #fff;
  min-width: 300px;
  max-width: 384px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
  z-index: 1;
  margin-top: 44px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .peppol section.hero .hero-content .btn {
    min-width: auto;
    max-width: auto;
    width: calc(100% - 50px);
    height: 44px;
    font-size: 13px;
    padding: 0 36px;
    border-radius: 22px;
  }
}
.peppol section.hero .hero-content .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.peppol section.hero .hero-content .btn.--white::after {
  border-color: transparent transparent transparent #ffffff;
}
.peppol section.hero .hero-content .btn.--skyblue::after {
  border-color: transparent transparent transparent #6bcbd8;
}
.peppol section.hero .hero-content .btn.--blue::after {
  border-color: transparent transparent transparent #1161a8;
}
@media screen and (max-width: 768px) {
  .peppol section.hero .hero-content .btn {
    width: 100%;
    max-width: 340px;
    margin: 25px 0 0;
  }
}
@media (hover: hover) {
  .peppol section.hero .hero-content .btn {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .peppol section.hero .hero-content .btn:hover {
    opacity: 0.7;
  }
}
.peppol section.hero .hero-content__note {
  margin-top: 75px;
  font-size: 1.2rem;
  line-height: 1.6666666667em;
  letter-spacing: 0.1em;
  text-indent: -1.1em;
  margin-left: 1.1em;
}
@media screen and (max-width: 768px) {
  .peppol section.hero .hero-content__note {
    margin-top: 7px;
    font-size: 1rem;
    line-height: 1.4em;
    letter-spacing: 0em;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.peppol section.hero .hero-content__image {
  display: none;
}
@media screen and (max-width: 768px) {
  .peppol section.hero .hero-content__image {
    display: block;
    margin-top: 29px;
    width: calc(100% + 30px);
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  .peppol section.hero .hero-content__image img {
    width: 100%;
  }
}
.peppol .module-contact {
  background: url(../img/module-contact-bg.jpg) center/cover no-repeat;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 89px 0 96px;
}
@media screen and (max-width: 768px) {
  .peppol .module-contact {
    padding: 41px 0 45px;
    background-image: url(../img/module-contact-bg--sp.jpg);
  }
}
.peppol .module-contact .module-contact__text {
  font-family: "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Sans", sans-serif;
  color: #fff;
  text-align: center;
}
.peppol .module-contact .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #1161a8;
  min-width: 300px;
  max-width: 300px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
  z-index: 1;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .peppol .module-contact .btn {
    min-width: auto;
    max-width: auto;
    width: calc(100% - 50px);
    height: 44px;
    font-size: 13px;
    padding: 0 36px;
    border-radius: 22px;
  }
}
.peppol .module-contact .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.peppol .module-contact .btn.--white::after {
  border-color: transparent transparent transparent #ffffff;
}
.peppol .module-contact .btn.--skyblue::after {
  border-color: transparent transparent transparent #6bcbd8;
}
.peppol .module-contact .btn.--blue::after {
  border-color: transparent transparent transparent #1161a8;
}
@media screen and (max-width: 768px) {
  .peppol .module-contact .btn {
    margin-top: 15px;
  }
}
@media (hover: hover) {
  .peppol .module-contact .btn {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .peppol .module-contact .btn:hover {
    opacity: 0.7;
  }
}
.peppol .peppol {
  position: relative;
  margin-top: 77px;
}
@media screen and (max-width: 768px) {
  .peppol .peppol {
    margin-top: 44px;
  }
}
.peppol .peppol::before {
  content: "";
  width: 150px;
  position: absolute;
  height: 480px;
  top: -210px;
  left: 0;
  background: url(../img/peppol_object01.png) left top/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .peppol .peppol::before {
    top: -70px;
    width: 60px;
    height: 225px;
    background-image: url(../img/peppol_object01--sp.png);
  }
}
.peppol .peppol-content {
  position: relative;
}
@media screen and (max-width: 768px) {
  .peppol .peppol-content {
    padding: 0 15px;
  }
}
.peppol .peppol-content__heading h2 {
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.peppol .peppol-content__heading h2 span {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.84375em;
  letter-spacing: 0.03em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .peppol .peppol-content__heading h2 span {
    font-size: 2.1rem;
    line-height: 1.5714285714em;
  }
}
.peppol .peppol-content__heading h2 .marker {
  font-weight: 700;
  padding: 0 8px 2px 10px;
  color: #fff;
  background: url(../img/text-marker.png) center/cover no-repeat;
}
@media screen and (min-width: 769px) {
  .peppol .peppol-content__heading h2 .marker {
    line-height: 46px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .peppol .peppol-content__heading h2 .marker {
    display: inline;
    padding: 0;
    background: none;
  }
}
.peppol .peppol-content__heading h2 .marker b {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .peppol .peppol-content__heading h2 .marker b {
    font-size: 2.1rem;
    line-height: 1.3333333333em;
    font-weight: 700;
    padding: 0 5px 2px 7px;
    display: inline-block;
    margin-bottom: 5px;
    background: url(../img/text-marker.png) center/cover no-repeat;
  }
}
.peppol .peppol-content__about {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 57px 44px 50px;
  gap: 0 6.4347826087%;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .peppol .peppol-content__about {
    padding: 32px 15px 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    gap: 22px;
  }
}
.peppol .peppol-content__about .--logo {
  padding-left: 1.3333333333%;
  width: 26.9523809524%;
}
@media screen and (max-width: 768px) {
  .peppol .peppol-content__about .--logo {
    width: 71.1538461538%;
  }
}
.peppol .peppol-content__about .--text {
  width: 66.4761904762%;
}
@media screen and (max-width: 768px) {
  .peppol .peppol-content__about .--text {
    width: 100%;
  }
}
.peppol .peppol-content__about .--text p {
  font-size: 1.7rem;
  line-height: 1.7647058824em;
}
@media screen and (max-width: 768px) {
  .peppol .peppol-content__about .--text p {
    font-size: 1.3rem;
    line-height: 1.6923076923em;
    letter-spacing: -0.01em;
  }
}
.peppol .peppol-content__about .--text p:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .peppol .peppol-content__about .--text p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.peppol .anchorSummary {
  position: relative;
  margin: 102px 0 0;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .peppol .anchorSummary {
    margin: 30px 0 0;
    padding: 0 15px 45px;
  }
}
.peppol .anchorSummary::before {
  content: "";
  width: 150px;
  position: absolute;
  height: 200px;
  bottom: 0;
  right: 0;
  background: url(../img/peppol_object02.png) left top/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .peppol .anchorSummary::before {
    width: 85px;
    height: 80px;
    background-image: url(../img/peppol_object02--sp.png);
  }
}
.peppol .anchorSummary__lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.7826086957%;
}
@media screen and (max-width: 768px) {
  .peppol .anchorSummary__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.peppol .anchorSummary__lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  width: 22.8695652174%;
  padding-bottom: 2px;
}
@media screen and (max-width: 1023px) {
  .peppol .anchorSummary__lists li {
    width: 48.6086956522%;
  }
}
@media screen and (max-width: 768px) {
  .peppol .anchorSummary__lists li {
    width: 100%;
  }
  .peppol .anchorSummary__lists li:not(:last-child) {
    margin-bottom: 7px;
  }
}
.peppol .anchorSummary__lists li::before, .peppol .anchorSummary__lists li::after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .peppol .anchorSummary__lists li::before, .peppol .anchorSummary__lists li::after {
    height: 1px;
  }
}
.peppol .anchorSummary__lists li::before {
  width: 100%;
  background: #e5e5e5;
}
.peppol .anchorSummary__lists li::after {
  width: 38px;
  background: #1161a8;
}
@media screen and (max-width: 768px) {
  .peppol .anchorSummary__lists li::after {
    width: 40px;
  }
}
.peppol .anchorSummary__lists li a {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 28px 13px 0;
}
@media screen and (max-width: 768px) {
  .peppol .anchorSummary__lists li a {
    padding: 13px 20px 10px 0;
  }
}
@media (hover: hover) {
  .peppol .anchorSummary__lists li a {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .peppol .anchorSummary__lists li a:hover {
    opacity: 0.7;
  }
}
.peppol .anchorSummary__lists li a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #1161a8 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .peppol .anchorSummary__lists li a::after {
    right: 6px;
  }
}
.peppol .anchorSummary__lists li .--number {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 2rem;
  line-height: 1em;
  color: #1161a8;
  width: 46px;
  padding-top: 5px;
}
.peppol .anchorSummary__lists li .--number else {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .peppol .anchorSummary__lists li .--number {
    width: 52px;
    padding-top: 1px;
    font-size: 1.8rem;
    line-height: 1em;
  }
}
.peppol .anchorSummary__lists li .--text {
  width: calc(100% - 46px);
  min-height: 48px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .peppol .anchorSummary__lists li .--text {
    width: calc(100% - 52px);
    min-height: 36px;
    font-size: 1.3rem;
    line-height: 1.3846153846em;
  }
}
.peppol .summary {
  background: #f7f7f7;
  padding: 110px 0 44px;
}
@media screen and (max-width: 768px) {
  .peppol .summary {
    padding: 45px 15px 15px;
  }
}
.peppol .summary-content {
  background: #fff;
  padding: 90px 7.8260869565% 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .peppol .summary-content {
    padding: 35px 15px 40px;
    margin-bottom: 30px;
    overflow: hidden;
  }
}
.peppol .summary-content__heading {
  margin-bottom: 76px;
}
@media screen and (max-width: 768px) {
  .peppol .summary-content__heading {
    margin-bottom: 35px;
  }
}
.peppol .summary-content__heading .--title {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .peppol .summary-content__heading .--title {
    padding-bottom: 17px;
  }
}
.peppol .summary-content__heading .--title::before, .peppol .summary-content__heading .--title::after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .peppol .summary-content__heading .--title::before, .peppol .summary-content__heading .--title::after {
    height: 1px;
  }
}
.peppol .summary-content__heading .--title::before {
  width: 100%;
  background: #e5e5e5;
}
.peppol .summary-content__heading .--title::after {
  width: 68px;
  background: #1161a8;
}
@media screen and (max-width: 768px) {
  .peppol .summary-content__heading .--title::after {
    width: 42px;
  }
}
.peppol .summary-content__heading .--title .--number {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1em;
  letter-spacing: -0.05em;
  color: #1161a8;
  width: 86px;
  padding-top: 8px;
}
.peppol .summary-content__heading .--title .--number else {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .peppol .summary-content__heading .--title .--number {
    width: 50px;
    font-size: 2.3rem;
    line-height: 1em;
    padding-top: 4px;
  }
}
.peppol .summary-content__heading .--title .--text {
  width: calc(100% - 86px);
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .peppol .summary-content__heading .--title .--text {
    width: calc(100% - 50px);
    font-size: 1.7rem;
    line-height: 1.4705882353em;
  }
}
.peppol .summary-content__heading .--lead {
  margin-top: 41px;
  font-size: 1.6rem;
  line-height: 1.875em;
}
@media screen and (max-width: 768px) {
  .peppol .summary-content__heading .--lead {
    margin-top: 26px;
    font-size: 1.3rem;
    line-height: 1.6923076923em;
  }
}
.peppol .ability {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: o 1.9130434783%;
}
@media screen and (max-width: 768px) {
  .peppol .ability {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.peppol .ability::before, .peppol .ability::after {
  content: "";
  width: 48.8659793814%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .peppol .ability::before, .peppol .ability::after {
    display: none;
  }
}
.peppol .ability::before {
  left: 0;
  background: url(../img/summary_bg_circle.svg) center/contain no-repeat;
}
.peppol .ability::after {
  right: 0;
  background: url(../img/summary_bg_circle02.svg) center/contain no-repeat;
}
.peppol .ability-icon {
  width: 39px;
  height: 39px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background: url(../img/summary_icon_x.svg) center/contain no-repeat;
}
.peppol .ability-content {
  position: relative;
  z-index: 1;
  width: 48.8659793814%;
  padding: 84px 0 61px;
}
@media screen and (max-width: 768px) {
  .peppol .ability-content {
    width: 100%;
    padding: 49px 0 58px;
  }
  .peppol .ability-content::before {
    content: "";
    width: calc(100vw + 26px);
    height: 100%;
    display: block;
    background: url(../img/summary_bg_circle.svg) center/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
  }
  .peppol .ability-content + .ability-content::before {
    background: url(../img/summary_bg_circle02.svg) center/contain no-repeat;
  }
}
.peppol .ability-content h3 {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5384615385em;
  letter-spacing: 0.02em;
  padding-bottom: 26px;
  margin-bottom: 24px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .peppol .ability-content h3 {
    font-size: 1.6rem;
    line-height: 1.5625em;
    padding-bottom: 17px;
    margin-bottom: 15px;
  }
}
.peppol .ability-content h3::before {
  content: "";
  width: 50px;
  height: 2px;
  background: rgba(170, 170, 170, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .peppol .ability-content h3::before {
    width: 28px;
  }
}
.peppol .ability-content ul {
  padding-left: 15.8227848101%;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .peppol .ability-content ul {
    max-width: 260px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.peppol .ability-content li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.875em;
  padding-left: 39px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .peppol .ability-content li {
    min-height: 44px;
    font-size: 1.3rem;
    line-height: 1.6923076923em;
    letter-spacing: -0.02em;
    padding-left: 23px;
  }
}
.peppol .ability-content li::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/summary_icon_check.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .peppol .ability-content li::before {
    width: 17px;
    height: 17px;
    top: 3px;
  }
}
.peppol .figure {
  border: 2px solid #1161a8;
  padding: 53px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .peppol .figure {
    margin-top: 30px;
    padding: 23px 16px;
  }
}
.peppol .figure p {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5em;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 56px;
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .peppol .figure p {
    font-size: 1.2rem;
    line-height: 1.6666666667em;
    padding-bottom: 10px;
    margin-bottom: 24px;
  }
}
.peppol .summary-01 .figure {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .peppol .summary-01 .figure {
    margin-top: 30px;
  }
}
.peppol .summary-02 .figure {
  padding: 48px 37px 60px;
}
@media screen and (max-width: 768px) {
  .peppol .summary-02 .figure {
    margin-top: 33px;
    padding: 19px 16px 28px;
  }
}
.peppol .summary-02 .figure figure {
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .peppol .summary-02 .figure figure {
    padding: 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .peppol .summary-02 .summary-content__heading {
    margin-top: 28px;
  }
}
.peppol .summary-02 .service .--text {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .peppol .summary-02 .service .--text {
    text-align: center;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .peppol .summary-02 .service-wrap {
    padding: 24px 10px;
  }
}
.peppol .summary-03 .figure {
  padding: 48px 37px 60px;
}
@media screen and (max-width: 768px) {
  .peppol .summary-03 .figure {
    margin-top: 33px;
    padding: 22px 16px 23px;
  }
}
.peppol .able {
  padding-top: 74px;
  margin-top: 45px;
  background: url(../img/summary_icon_arrow.svg) center top/46px auto no-repeat;
}
@media screen and (max-width: 768px) {
  .peppol .able {
    margin-top: 16px;
    padding-top: 40px;
    background-image: url(../img/summary_icon_arrow--sp.svg);
    background-size: 25px auto;
  }
}
.peppol .able .--text {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .peppol .able .--text {
    font-size: 1.6rem;
    line-height: 1.4375em;
  }
}
.peppol .able .--text .--module_strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(241, 150, 0, 0.3)));
  background-image: linear-gradient(transparent 70%, rgba(241, 150, 0, 0.3) 0%);
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .peppol .able .--text .--module_strong {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(63%, transparent), color-stop(0%, rgba(241, 150, 0, 0.3)));
    background-image: linear-gradient(transparent 63%, rgba(241, 150, 0, 0.3) 0%);
    display: inline-block;
    padding-left: 3px;
    padding-bottom: 0;
  }
}
.peppol .service {
  margin-top: 49px;
  background: #f7f7f7;
  padding: 72px 60px;
}
@media screen and (max-width: 768px) {
  .peppol .service {
    margin-top: 20px;
    padding: 26px 15px 30px;
  }
}
.peppol .service .--title {
  text-align: center;
}
.peppol .service .--title .marker {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5357142857em;
  letter-spacing: 0.03em;
  padding: 0 10px 2px 12px;
  color: #fff;
  background: url(../img/text-marker.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .peppol .service .--title .marker {
    display: inline;
    padding: 0;
    background: none;
    font-size: 1.6rem;
    line-height: 1.25em;
  }
}
.peppol .service .--title .marker b {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .peppol .service .--title .marker b {
    font-weight: 700;
    padding: 0 5px 2px 7px;
    display: inline-block;
    margin-bottom: 6px;
    background: url(../img/text-marker.png) center/cover no-repeat;
  }
}
.peppol .service .--text {
  margin-top: 25px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875em;
}
@media screen and (max-width: 768px) {
  .peppol .service .--text {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.6923076923em;
  }
}
.peppol .service-nav {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .peppol .service-nav {
    padding-top: 20px;
    margin-top: 0;
  }
}
.peppol .service-nav li {
  width: 32.4705882353%;
}
@media screen and (max-width: 768px) {
  .peppol .service-nav li {
    width: 32.1739130435%;
  }
}
.peppol .service-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  background: #aaa;
  border-radius: 3px 3px 0 0;
  padding: 8px 5px 9px;
}
@media screen and (max-width: 768px) {
  .peppol .service-nav li a {
    padding: 4px 5px 4px;
    min-height: 52px;
  }
}
@media (hover: hover) {
  .peppol .service-nav li a {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .peppol .service-nav li a:hover {
    opacity: 0.7;
  }
}
.peppol .service-nav li a.is-active {
  pointer-events: none;
  background: #1161a8;
  padding: 12px 5px 13px;
}
@media screen and (max-width: 768px) {
  .peppol .service-nav li a.is-active {
    padding: 4px 5px 4px;
  }
}
.peppol .service-nav li a span {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .peppol .service-nav li a span {
    font-size: 0.8rem;
    line-height: 1.375em;
  }
}
.peppol .service-wrap {
  position: relative;
  background: #fff;
  padding: 50px 32px;
}
@media screen and (max-width: 768px) {
  .peppol .service-wrap {
    padding: 10px 10px;
  }
}
.peppol .service-contents {
  display: none;
}
.peppol .service-contents.is-show {
  display: block;
}
.peppol .service-contents h4 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5em;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 57px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .peppol .service-contents h4 {
    font-size: 1.2rem;
    line-height: 1.6666666667em;
    padding-bottom: 10px;
    margin-bottom: 24px;
  }
}
.peppol .merit {
  margin-top: 49px;
  background: #f7f7f7;
  padding: 72px 60px;
}
@media screen and (max-width: 768px) {
  .peppol .merit {
    margin-top: 20px;
    padding: 26px 15px 30px;
  }
}
.peppol .merit .--title {
  text-align: center;
}
.peppol .merit .--title .marker {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5357142857em;
  letter-spacing: 0.03em;
}
.peppol .merit .--title .marker b {
  padding: 0 10px 2px 12px;
  color: #fff;
  background: url(../img/text-marker.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .peppol .merit .--title .marker {
    display: inline;
    padding: 0;
    background: none;
    font-size: 1.6rem;
    line-height: 1.25em;
  }
}
.peppol .merit .--title .marker b {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .peppol .merit .--title .marker b {
    font-weight: 700;
    padding: 0 5px 2px 7px;
    display: inline-block;
    margin-bottom: 6px;
    background: url(../img/text-marker.png) center/cover no-repeat;
  }
}
.peppol .merit-lists {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .peppol .merit-lists {
    margin-top: 14px;
  }
}
.peppol .merit-lists__item {
  padding: 50px 48px 42px;
  min-height: 134px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .peppol .merit-lists__item {
    padding: 20px 15px 20px;
    min-height: auto;
  }
}
.peppol .merit-lists__item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .peppol .merit-lists__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.peppol .merit-lists__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 27px;
}
@media screen and (max-width: 768px) {
  .peppol .merit-lists__heading {
    display: block;
  }
  .peppol .merit-lists__heading span {
    display: block;
  }
}
.peppol .merit-lists__heading .--tag {
  width: 101px;
  height: 36px;
  padding-left: 14px;
  color: #fff;
  background: url(../img/summary03_bg_tag.svg) center/contain no-repeat;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.25em;
  letter-spacing: -0.01em;
}
.peppol .merit-lists__heading .--tag else {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .peppol .merit-lists__heading .--tag {
    width: 70px;
    height: 18px;
    padding-left: 8px;
    font-size: 1.2rem;
    line-height: 1.5em;
    background-image: url(../img/summary03_bg_tag--sp.svg);
  }
}
.peppol .merit-lists__heading .--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6363636364em;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .peppol .merit-lists__heading .--text {
    font-size: 1.4rem;
    line-height: 1.6428571429em;
    letter-spacing: -0.02em;
    margin-top: 7px;
  }
}
.peppol .merit-lists__point {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .peppol .merit-lists__point {
    padding-top: 13px;
    margin-top: 15px;
  }
}
.peppol .merit-lists__point li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.875em;
  padding-left: 22px;
}
@media screen and (max-width: 768px) {
  .peppol .merit-lists__point li {
    font-size: 1.3rem;
    line-height: 1.6923076923em;
    padding-left: 18px;
  }
}
.peppol .merit-lists__point li:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .peppol .merit-lists__point li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.peppol .merit-lists__point li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1161a8;
  position: absolute;
  left: 0;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .peppol .merit-lists__point li::before {
    top: 9px;
  }
}
.peppol .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.824742268%;
}
@media screen and (max-width: 768px) {
  .peppol .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.peppol .step li {
  position: relative;
  text-align: center;
  width: 24.3298969072%;
  background: #f7f7f7;
  padding: 43px 26px;
}
@media screen and (max-width: 768px) {
  .peppol .step li {
    width: 100%;
    padding: 32px 15px 30px;
  }
}
.peppol .step li:not(:last-child)::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  background: url(../img/summary_step_arrow.svg) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .peppol .step li:not(:last-child)::after {
    width: 30px;
    height: 30px;
    right: 0;
    left: 0;
    top: auto;
    bottom: -19px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.peppol .step .--number {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #1161a8;
  font-size: 2.34rem;
  line-height: 1em;
  letter-spacing: -0.01em;
  padding-bottom: 23px;
  margin-bottom: 21px;
}
.peppol .step .--number else {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .peppol .step .--number {
    font-size: 1.95rem;
    line-height: 1em;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.peppol .step .--number small {
  font-weight: 600;
  padding-right: 5px;
  font-size: 1.8rem;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .peppol .step .--number small {
    padding-right: 4px;
    font-size: 1.5rem;
    line-height: 1em;
  }
}
.peppol .step .--number::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .peppol .step .--number::before {
    width: 30px;
  }
}
.peppol .step .--text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .peppol .step .--text {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}

.--module_heroContent {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}
@media screen and (max-width: 768px) {
  .--module_heroContent {
    padding: 26px 15px 33px;
  }
}

.--module_sectionContent {
  max-width: 1250px;
  margin: auto;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .--module_sectionContent {
    padding: 0;
  }
}

.--module_text01 {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .--module_text01 {
    font-size: 12px;
  }
}

.--module_text02 {
  font-size: 20px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .--module_text02 {
    font-size: 14px;
  }
}

.--module_head01 {
  font-size: 36px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .--module_head01 {
    font-size: 20px;
  }
}
.--module_head01.color {
  color: #6bcbd8;
  border-bottom: 4px solid #6bcbd8;
  font-weight: bold;
  padding: 0 4px;
}

.--module_head02 {
  font-size: 28px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .--module_head02 {
    font-size: 16px;
  }
}
.--module_head02.color {
  color: #6bcbd8;
  border-bottom: 4px solid #6bcbd8;
  font-weight: bold;
  padding: 0 4px;
}

.--module_head03 {
  font-size: 20px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .--module_head03 {
    font-size: 14px;
  }
}

.--module_head04 {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #6bcbd8;
  border-bottom: 2px solid #6bcbd8;
}
.--module_head04 else {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .--module_head04 {
    font-size: 10px;
  }
}

.--module_head05 {
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
}

.--module_strong {
  color: #1161a8;
  font-weight: 700;
}
