@charset "UTF-8";
/* =================================================================
使用ファイル：newly.xhtml / newly.html
================================================================= */
/* =================================================================
   Layout
================================================================= */
.l-inner {
  max-width: 1142px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;
    max-width: none;
  }
}
.l-inner--works {
  max-width: 1338px;
}

/* =================================================================
   Component
================================================================= */
.c-btn {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 16px 38px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
  position: relative;
  background: #0f2245;
  color: #fff;
}
.c-btn:hover {
  opacity: 0.92;
}
.c-btn--contact {
  background: #ff6635;
  color: #fcfcfd;
}
.c-btn--dl {
  background: #0f2245;
  color: #fff;
}
.c-btn__txt {
  flex: 1;
}
.c-btn__ico {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn__ico img {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 16px;
    padding: 14px 24px;
  }
}

.c-newlyCompare {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 64px 4.6428571429%;
  border-radius: 0 0 20px 0;
  border: 1px solid rgba(15, 34, 69, 0.5);
  position: relative;
}
@media screen and (max-width: 1100px) {
  .c-newlyCompare {
    flex-direction: column;
    gap: 160px;
    padding: 32px 16px;
  }
}
.c-newlyCompare__col {
  max-width: 345px;
  max-width: 100%;
}
.c-newlyCompare__head {
  min-height: 52px;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  border-bottom: 1px solid;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-newlyCompare__head {
    min-height: initial;
    font-size: 20px;
  }
}
.c-newlyCompare__head--saas {
  font-family: "Poppins", sans-serif;
  font-size: 32.5px;
}
@media screen and (max-width: 767px) {
  .c-newlyCompare__head--saas {
    font-size: 26px;
  }
}
.c-newlyCompare__head--custom {
  color: #719D37;
}
.c-newlyCompare__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-newlyCompare__list {
    gap: 12px;
  }
}
.c-newlyCompare__item {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-newlyCompare__item {
    white-space: initial;
    font-size: 16px;
  }
}
.c-newlyCompare__ico {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  font-weight: 700;
  line-height: 1;
}
.c-newlyCompare__brand {
  width: 362px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .c-newlyCompare__brand {
    width: 285px;
  }
}
.c-newlyCompare__brand img {
  width: 100%;
  height: auto;
}
.c-newlyCompare__brandTxt {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.c-newlyCompare__brandLead {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  color: #3d4f66;
}
.c-newlyCompare__brandLogo {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0f2245;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .c-newlyCompare__brandLogo {
    font-size: 28px;
  }
}

.c-issueCard {
  position: relative;
  padding: 32px 32px 50px;
  background: #fff;
  border: 1px solid #e5ebf4;
  box-shadow: 0 12px 36px rgba(15, 34, 69, 0.08);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-issueCard {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 18px;
  }
}
.c-issueCard--01 .c-issueCard__ttlRow, .c-issueCard--03 .c-issueCard__ttlRow {
  width: 668px;
}
.c-issueCard--02 .c-issueCard__ttlRow {
  width: 668px;
}
.c-issueCard--02 .c-issueCard__body {
  max-width: 656px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1000px) {
  .c-issueCard--02 .c-issueCard__body {
    max-width: 100%;
  }
}
.c-issueCard--02 .c-issueCard__imgArea {
  right: initial;
  left: 50px;
}
.c-issueCard--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-issueCard--reverse {
    flex-direction: column;
  }
}
.c-issueCard__body {
  position: relative;
  z-index: 1;
}
.c-issueCard__ttlRow {
  max-width: 100%;
}
.c-issueCard__ttlRow img {
  width: 100%;
}
.c-issueCard__issue {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-issueCard__issue {
    font-size: 17px;
  }
}
.c-issueCard__arrow {
  font-size: 1.15em;
  font-weight: 700;
  color: #76c210;
}
@media screen and (max-width: 767px) {
  .c-issueCard__arrow {
    display: none;
  }
}
.c-issueCard__badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #8ecf35 0%, #76c210 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(118, 194, 16, 0.35);
}
@media screen and (max-width: 767px) {
  .c-issueCard__badge {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
.c-issueCard__problems {
  list-style: none;
  margin: 24px 0 20px;
  padding-left: 24px;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .c-issueCard__problems {
    font-size: 16px;
    padding-left: 12px;
  }
}
.c-issueCard__problems {
  color: #33476C;
}
.c-issueCard__problems li {
  position: relative;
  padding-left: 16px;
}
.c-issueCard__problems li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #33476C;
}
.c-issueCard__problems li + li {
  margin-top: 8px;
}
.c-issueCard__divider {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0f2245;
  border-bottom: 0;
  margin: 0 auto 14px 30%;
}
@media screen and (max-width: 1000px) {
  .c-issueCard__divider {
    margin: 0 auto 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-issueCard__divider {
    margin-bottom: 16px;
  }
}
.c-issueCard__answers {
  list-style: none;
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .c-issueCard__answers {
    padding-left: 12px;
  }
}
.c-issueCard__answers li {
  position: relative;
  padding-left: 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 1000px) {
  .c-issueCard__answers li {
    font-size: 16px;
    padding-left: 16px;
  }
}
.c-issueCard__answers li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0F2245;
}
@media screen and (max-width: 1000px) {
  .c-issueCard__answers li::before {
    top: 12px;
  }
}
.c-issueCard__imgArea {
  width: 360px;
  max-width: calc(100% - 640px);
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .c-issueCard__imgArea {
    position: initial;
    right: initial;
    top: initial;
    transform: initial;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.c-issueCard__imgArea img {
  width: 100%;
  height: auto;
}

.c-cta {
  position: relative;
  padding: 56px 0;
  background: url(../images/page/solution/new/cta_bg.png) center top/cover no-repeat;
  overflow: hidden;
}
.c-cta--small .c-cta__body {
  max-width: 1000px;
  padding: 56px 5.6%;
}
@media screen and (max-width: 767px) {
  .c-cta--small .c-cta__body {
    padding: 40px 20px;
  }
}
.c-cta .l-inner {
  position: relative;
  z-index: 1;
}
.c-cta__body {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 80px;
  margin: 0 auto;
  padding: 56px 10.2678571429%;
  background-color: #e3ebd7;
  box-shadow: 0 0 5px rgb(255, 255, 255);
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .c-cta__body {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__body {
    flex-direction: column;
    gap: 32px;
    padding: 40px 20px;
  }
}
.c-cta__imgArea {
  max-width: 274px;
}
.c-cta__imgArea img {
  max-width: 100%;
  height: auto;
}
.c-cta__desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-width: 0;
}
.c-cta__descFoot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.c-cta__ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #0f2245;
}
@media screen and (max-width: 767px) {
  .c-cta__ttl {
    font-size: 22px;
    line-height: 1.45;
    text-align: center;
  }
}
.c-cta__ttl span {
  display: inline-block;
}
.c-cta__txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  color: #0f2245;
}
@media screen and (max-width: 767px) {
  .c-cta__txt {
    font-size: 15px;
    text-align: center;
  }
}
.c-cta__txt span {
  display: inline-block;
}
.c-cta__btnList {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .c-cta__btnList {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* =================================================================
   Project
================================================================= */
.p-fvNewly {
  position: relative;
  overflow: hidden;
  background: #79b42a;
  min-height: 508px;
  padding: 41px 0 48px;
  box-sizing: border-box;
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .p-fvNewly {
    min-height: 0;
    padding: 28px 0 32px;
    margin-top: 58px;
  }
}
.p-fvNewly__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-fvNewly__bg-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../images/page/solution/new/newly_fv_photo.png") center right/cover no-repeat;
}
.p-fvNewly__bg-tone {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(to left, rgba(118, 194, 16, 0.1) 10%, #79b42a 50%);
}
.p-fvNewly__inner {
  max-width: 1122px;
  padding: 0 12px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-fvNewly__body {
  max-width: 616px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fvNewly__body {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
.p-fvNewly__lead {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 0 4px 10px;
  background: #fff;
  border-radius: 0 0 5px 0;
  color: #0f2245;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-fvNewly__lead {
    font-size: 16px;
  }
}
.p-fvNewly__ttl {
  margin: 0 0 8px;
  padding: 0;
  color: #fff;
  font-weight: 700;
}
.p-fvNewly__ttl-line {
  display: block;
  font-size: 46px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-fvNewly__ttl-line {
    text-align: center;
    font-size: 30px;
  }
}
.p-fvNewly__ttl-line--sub {
  margin-top: -4px;
}
.p-fvNewly__ttl-ec {
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-fvNewly__ttl-ec {
    font-size: 36px;
  }
}
.p-fvNewly__txt {
  margin-top: 8px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.015em;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fvNewly__txt {
    font-size: 16px;
  }
}
.p-fvNewly__txt-lead {
  margin: 0 0 4px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.p-fvNewly__txt-sub {
  margin: 0;
}
.p-fvNewly__txt-brand {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.p-fvNewly__cta {
  margin-top: 32px;
  padding: 30px 40px 25px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 4px 20px rgba(222, 222, 222, 0.74);
}
@media screen and (max-width: 767px) {
  .p-fvNewly__cta {
    margin-top: 24px;
    padding: 20px 16px;
  }
}
.p-fvNewly__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
}
@media screen and (max-width: 767px) {
  .p-fvNewly__btns {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.p-newlyReason {
  color: #0f2245;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-newlyReason::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 55.6944444444vw;
  z-index: 1;
  background: url("../images/page/solution/new/newly_reason_bg.png") center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-newlyReason::before {
    background-size: 100% auto;
  }
}
.p-newlyReason::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/page/solution/new/newly_reason_bg2.png) bottom center/100% auto no-repeat;
}

.p-newlyFeature {
  color: #0f2245;
  position: relative;
  z-index: 2;
  padding: 120px 0 64px;
}
@media screen and (max-width: 767px) {
  .p-newlyFeature {
    padding: 40px 0 36px;
  }
}
.p-newlyFeature__ttl {
  margin-bottom: 16px;
  text-align: center;
  font-size: 30.953px;
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .p-newlyFeature__ttl {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.p-newlyFeature__ttl span {
  display: inline-block;
}
.p-newlyFeature__subttl {
  font-size: 41.27px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .p-newlyFeature__subttl {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-newlyFeature__subttl {
    font-size: 22px;
  }
}
.p-newlyFeature__subttl-word {
  min-height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 54.17px;
  font-feature-settings: "pwid" on;
  padding: 0px 12px;
  font-weight: 600;
  line-height: 1;
  border-radius: 0 0 12px 0;
  background: #0F2245;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-newlyFeature__subttl-word {
    min-height: 48px;
    font-size: 24px;
    padding: 4px 12px;
  }
}
.p-newlyFeature__subttl-word--saas {
  font-size: 61.907px;
  background: #0F2245;
}
@media screen and (max-width: 767px) {
  .p-newlyFeature__subttl-word--saas {
    font-size: 32px;
  }
}
.p-newlyFeature__subttl-word--custom {
  background: #719D37;
}
.p-newlyFeature__subttl-cross {
  display: inline;
  font-size: 38px;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .p-newlyFeature__subttl-cross {
    font-size: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-newlyFeature__subttl-txt {
    width: 100%;
    text-align: center;
  }
}
.p-newlyFeature__compare {
  margin-top: 70px;
}
@media screen and (max-width: 1100px) {
  .p-newlyFeature__compare {
    margin-top: 40px;
  }
}

.p-newlySolution {
  position: relative;
  z-index: 1;
  padding: 50px 0 104px;
}
@media screen and (max-width: 767px) {
  .p-newlySolution {
    padding: 36px 0 56px;
  }
}
.p-newlySolution::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(55, 95, 65, 0.07) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
  opacity: 0.55;
}
.p-newlySolution__ttl {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0 0 80px;
  text-align: center;
  font-weight: 700;
  color: #0f2245;
}
@media screen and (max-width: 767px) {
  .p-newlySolution__ttl {
    margin-bottom: 36px;
    gap: 6px;
  }
}
.p-newlySolution__ttl-lead {
  display: block;
  font-size: 40.68px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-newlySolution__ttl-lead {
    font-size: 18px;
  }
}
.p-newlySolution__ttl-main {
  display: block;
  font-size: 53.39px;
}
@media screen and (max-width: 767px) {
  .p-newlySolution__ttl-main {
    font-size: 26px;
  }
}
.p-newlySolution__ttl-spacingSmall {
  display: inline-block;
}
.p-newlySolution__ttl-spacingSmall--left {
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .p-newlySolution__ttl-spacingSmall--left {
    margin-right: -12px;
  }
}
.p-newlySolution__ttl-spacingSmall--right {
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .p-newlySolution__ttl-spacingSmall--right {
    margin-left: -12px;
  }
}
.p-newlySolution__ttl-spacingSmall--underline {
  display: inline-block;
  position: relative;
}
.p-newlySolution__ttl-spacingSmall--underline::before {
  content: "";
  width: calc(100% - 66px);
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 10px);
  background: #719D37;
}
@media screen and (max-width: 767px) {
  .p-newlySolution__ttl-spacingSmall--underline::before {
    width: calc(100% - 36px);
    height: 4px;
    transform: translate(-50%, 4px);
  }
}
.p-newlySolution__cards {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1000px) {
  .p-newlySolution__cards {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-newlySolution__cards {
    gap: 36px;
  }
}

.p-newlyFunction {
  position: relative;
  overflow: hidden;
  color: #0f2245;
  background: #f3f3f3 url("../images/page/solution/new/function_bg.png") center bottom/cover no-repeat;
  padding: 80px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-newlyFunction {
    padding: 48px 0 56px;
  }
}
.p-newlyFunction .l-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .p-newlyFunction .l-inner {
    gap: 32px;
    align-items: stretch;
  }
}
.p-newlyFunction__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: center;
}
.p-newlyFunction__ttl {
  margin: 0;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f2245;
}
@media screen and (max-width: 767px) {
  .p-newlyFunction__ttl {
    font-size: 22px;
  }
}
.p-newlyFunction__ttl span {
  display: inline-block;
  line-height: 1;
  padding: 10px 25px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-newlyFunction__ttl span {
    line-height: 1.4;
    padding: 10px 12px;
  }
}
.p-newlyFunction__subttl {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #0f2245;
}
@media screen and (max-width: 767px) {
  .p-newlyFunction__subttl {
    font-size: 18px;
  }
}
.p-newlyFunction__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-newlyFunction__block {
    gap: 16px;
  }
}
.p-newlyFunction__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-newlyFunction__lead {
    align-items: flex-start;
    text-align: left;
    gap: 4px;
  }
}
.p-newlyFunction__leadIcon {
  flex-shrink: 0;
  display: flex;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .p-newlyFunction__leadIcon {
    margin-top: 2px;
  }
}
.p-newlyFunction__leadIcon img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-newlyFunction__leadTxt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #0f2245;
}
@media screen and (max-width: 767px) {
  .p-newlyFunction__leadTxt {
    font-size: 16px;
  }
}
.p-newlyFunction__body {
  width: 100%;
}
.p-newlyFunction__list {
  max-width: 756px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-newlyFunction__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.p-newlyFunction__item {
  box-sizing: border-box;
  padding: 20px 12px;
  background: #fff;
  border: 1px solid #dcdee0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 400px) {
  .p-newlyFunction__item {
    max-width: 100%;
    width: 100%;
  }
}
.p-newlyFunction__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-newlyFunction__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-newlyFunction__icon--traffic img {
  width: 30px;
  height: 25px;
}
.p-newlyFunction__icon--timedMail img {
  width: 30px;
  height: 27px;
}
.p-newlyFunction__icon--omo img {
  width: 28px;
  height: 30px;
}
.p-newlyFunction__icon--crossBorder img {
  width: 45px;
  height: auto;
  max-height: 30px;
}
.p-newlyFunction__icon--shield img {
  width: 25px;
  height: 31px;
}
.p-newlyFunction__icon--logistics img {
  width: 28px;
  height: auto;
}
.p-newlyFunction__icon--ops img {
  width: 29px;
  height: 29px;
}
.p-newlyFunction__icon--analytics img {
  width: 28px;
  height: 28px;
}
.p-newlyFunction__itemTtl {
  margin: 0;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #222;
  width: 100%;
  margin-bottom: 6px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-newlyFunction__itemTtl {
    font-size: 15px;
  }
}
.p-newlyFunction__itemTtl-sub {
  display: block;
  font-size: 13px;
  line-height: 1.415;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-newlyFunction__itemTtl-sub {
    font-size: 12px;
  }
}
.p-newlyFunction__itemTxt {
  margin: 0;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
}
.p-newlyFunction__itemTxt + .p-newlyFunction__itemTxt {
  margin-top: 2px;
}
.p-newlyFunction__strong {
  font-weight: 700;
  background: linear-gradient(transparent 58%, #fff1c2 58%);
}
.p-newlyFunction__partners {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 60px;
  background: #fff;
  box-shadow: 0 0 25px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 900px) {
  .p-newlyFunction__partners {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-newlyFunction__partners {
    padding: 24px 12px;
    gap: 16px;
  }
}
.p-newlyFunction__logoGrid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  max-width: 960px;
  border-top: 1px solid rgba(15, 34, 69, 0.15);
  border-left: 1px solid rgba(15, 34, 69, 0.15);
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .p-newlyFunction__logoGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.p-newlyFunction__logoCell {
  position: relative;
  aspect-ratio: 440/240;
  border-right: 1px solid rgba(15, 34, 69, 0.15);
  border-bottom: 1px solid rgba(15, 34, 69, 0.15);
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.p-newlyFunction__logoCell img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-newlyFunction__partnersFoot {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #0f2245;
}
@media screen and (max-width: 767px) {
  .p-newlyFunction__partnersFoot {
    font-size: 15px;
  }
}

.p-newlySupport {
  background: #e3ebd7;
  padding: 80px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-newlySupport {
    padding: 48px 0;
  }
}
.p-newlySupport .l-inner {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.p-newlySupport__box {
  width: 100%;
  max-width: 1120px;
  box-sizing: border-box;
  padding: 64px 135px;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .p-newlySupport__box {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-newlySupport__box {
    padding: 40px 20px;
    gap: 32px;
  }
}
.p-newlySupport__ttl {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
  color: #0f2245;
  line-height: 1.3;
}
.p-newlySupport__ttlLine1 {
  display: block;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-newlySupport__ttlLine1 {
    font-size: 22px;
  }
}
.p-newlySupport__ttlLine2 {
  display: block;
  font-size: 48px;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767px) {
  .p-newlySupport__ttlLine2 {
    font-size: 28px;
  }
}
.p-newlySupport__body {
  width: 100%;
  max-width: 849px;
}
.p-newlySupport__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 900px) {
  .p-newlySupport__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-newlySupport__list {
    row-gap: 28px;
  }
}
.p-newlySupport__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.p-newlySupport__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-newlySupport__iconFrame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.p-newlySupport__iconImg {
  display: block;
  max-width: 82px;
  max-height: 82px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.p-newlySupport__itemTxt {
  margin: 0;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #0f2245;
}
@media screen and (max-width: 767px) {
  .p-newlySupport__itemTxt {
    font-size: 14px;
  }
}
.p-newlySupport__itemLead {
  font-weight: 700;
  display: block;
}
.p-newlySupport__itemDesc {
  font-weight: 500;
}

.p-works {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  box-sizing: border-box;
  background: #f3f3f3 url("../images/page/solution/new/works_bg.png") center bottom/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-works {
    padding: 48px 0;
  }
}
.p-works .l-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .p-works .l-inner {
    gap: 28px;
  }
}
.p-works__ttl {
  margin: 0;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0f2245;
}
@media screen and (max-width: 767px) {
  .p-works__ttl {
    font-size: 22px;
  }
}
.p-works__ttl span {
  display: inline-block;
  background-color: #fff;
  line-height: 1;
  padding: 10px 25px;
}
@media screen and (max-width: 767px) {
  .p-works__ttl span {
    line-height: 1.4;
    padding: 10px 12px;
  }
}
.p-works__lead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
}
.p-works__leadTxt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #0f2245;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-works__leadTxt {
    font-size: 15px;
    width: 100%;
  }
}
.p-works__leadBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 16px;
  background: #cea346;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-works__leadBadge {
    font-size: 15px;
    min-height: 26px;
  }
}
.p-works__leadNum {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  color: #0f2245;
}
.p-works__leadNumVal {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-works__leadNumVal {
    font-size: 40px;
  }
}
.p-works__leadNumUnit {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-works__leadNumUnit {
    font-size: 18px;
    padding-bottom: 4px;
  }
}
.p-works__body {
  width: 100%;
}
.p-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2421524664%;
}
@media screen and (max-width: 767px) {
  .p-works__list {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.p-works__item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 17px -3px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.p-works__media {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-works__figure {
  margin: 0;
  width: 100%;
}
.p-works__figure img {
  width: 100%;
  height: auto;
}

.u-txt--underline {
  display: inline;
  background: linear-gradient(transparent 80%, #FFEB55 80%);
}

@media screen and (max-width: 767px) {
  .u-display--pc-only {
    display: none;
  }
}
.u-display--sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-display--sp-only {
    display: block;
  }
}/*# sourceMappingURL=newly.css.map */