@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap';
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-red: #D01212;
  --color-green: #22C635;
  --font-color: #111827;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Oswald", sans-serif;
  --font-mincho: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif", serif;
  --hover-opacity: .7;
  --hover-transition: .3s;
  --sp-container-width: calc(100% - 32px);
  --pc-container-width: calc(100% - 160px);
  --leading-trim: calc((1em - 1lh) / 2);
}

html {
  scrollbar-gutter: stable;
}

body {
  font-family: var(--font-jp);
  color: var(--font-color);
}

body.is-active {
  width: 100%;
  overflow: hidden;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cmnHeader {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

#cmnHeader h1 {
  margin: 0;
}

#cmnHeader img {
  vertical-align: bottom;
  border: 0;
}

#cmnHeader #cmnHeaderContainer {
  position: relative;
  z-index: 2999;
  clear: both;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 12px;
}
@media (max-width: 768px) {
  #cmnHeader #cmnHeaderContainer {
    padding: 17.5px 20px !important;
  }
}

#cmnHeader #cmnHeaderContainer #cmnHeaderBox {
  clear: both;
  box-sizing: content-box;
  height: 57px;
  padding: 5px 10px 3px 53px;
  margin: auto;
}

#cmnHeader #cmnHeaderContainer #cmnHeaderBox h1.logo {
  float: left;
  width: 150px;
  padding: 13px 0 0;
  line-height: 0;
}
@media (max-width: 768px) {
  #cmnHeader #cmnHeaderContainer #cmnHeaderBox h1.logo {
    padding: 0;
  }
}
#cmnHeader #cmnHeaderContainer #cmnHeaderBox h1.logo a {
  display: block;
  height: 30px;
}

#cmnHeader #cmnHeaderContainer #cmnHeaderBox h1.logo img {
  height: 100%;
}

#cmnFooter {
  margin: 0;
  background: none;
}
#cmnFooter ul {
  padding: 0;
  margin: 0;
}

#cmnFooterContainer {
  background: #f3f3f5;
}

#cmnFooterContainer #cmnFooterBox {
  position: relative;
  clear: both;
  max-width: 1000px;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.4;
}

#cmnFooterContainer #cmnFooterBox a:link,
#cmnFooterContainer #cmnFooterBox a:visited {
  color: #333;
  text-decoration: none;
}

#cmnFooterContainer #cmnFooterBox a:hover {
  color: #f90;
  text-decoration: underline;
}

.cmnFooterContents {
  margin: 10px 0;
  border-bottom: 1px solid #666;
}

.cmnFooterContents ul {
  margin: 0;
  overflow: hidden;
}

.cmnFooterContents ul li {
  float: left;
}

.cmnFooterContents ul li ul {
  margin-bottom: 30px;
}

.cmnFooterContents ul li ul li {
  float: none;
  padding-left: 1.5em;
  margin-bottom: 10px;
  font-size: 110%;
}

.cmnFooterContents .cmnFooterBlock01,
.cmnFooterContents .cmnFooterBlock02,
.cmnFooterContents .cmnFooterBlock03,
.cmnFooterContents .cmnFooterBlock04 {
  width: 23%;
  padding-left: 2%;
}

.cmnFooterContents .cmnFooterTitle {
  margin-bottom: 15px;
  font-size: 130%;
  font-weight: 700;
}

.cmnFooterContents02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}

.cmnFooterContents02 .cmnFooterLink {
  float: left;
  width: 50%;
}

.cmnFooterLink ul li {
  display: inline-block;
  padding-left: 1.2em;
  margin: 10px 10px 10px 0;
  background: url("/products/ad/whm/box/img/icon_gray_arrow.webp") no-repeat 0 0;
}

.cmnFooterContents02 .cmnFooterCopyright {
  float: right;
  width: 50%;
  margin: 10px 0;
  text-align: right;
}

#locHeader {
  z-index: 999;
  width: 100%;
  height: 62px;
  background-color: #fff;
  border-top: #0c3f98 solid 3px;
}

#locHeader img {
  width: 150px;
  height: 30px;
  padding: 13px 0 0;
  margin: 0 0 20px;
}

#locHeader .inner {
  width: 960px;
  height: 100%;
  overflow: hidden;
}

#areaFooter {
  width: 100%;
  background: #f3f3f5;
}

#areaFooter .fieldFooter {
  width: 960px;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.4;
  background: #f3f3f5;
}

.locFooterContents02 {
  overflow: hidden;
}

.locFooterLink {
  float: left;
  width: 50%;
}

#areaFooter .locFooterLink li {
  display: inline-block;
  padding-left: 1.2em;
  margin: 10px 10px 10px 0;
}

#areaFooter .fieldFooter a {
  font-size: 11px;
  color: #333;
  letter-spacing: 0;
  text-decoration: none;
}

#areaFooter .locFooterContents02 .locCopyright {
  float: right;
  width: 50%;
  margin: 10px 0;
  font-size: 11px;
  text-align: right;
  letter-spacing: 0;
}

@media only screen and (max-width: 640px) {
  h1.smpSptitle,
  #areaHeader #fieldHeader #containerMainHeader,
  #cmnHeader #cmnHeaderContainer,
  #containerSubHeaderAll #containerSubHeader,
  #areaOption {
    float: none;
    width: 94%;
    height: auto;
    padding: 2% 3%;
  }
  #cmnHeader #cmnHeaderContainer {
    position: static;
    width: 100%;
    background: #fff;
  }
  #cmnHeader #cmnHeaderContainer #cmnHeaderBox {
    clear: both;
    width: 100%;
    height: auto;
    padding: 0;
  }
  #areaHeader #fieldHeader {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #areaHeader #fieldHeader #containerSubHeader #containerSubHeaderBlock h1 a {
    display: inline-block;
  }
  h1.smpSptitle {
    display: block;
    padding: 2% 0;
    font-size: 1.8rem;
    font-weight: 400;
  }
  #cmnFooter {
    margin-top: 0;
    background: none;
  }
  #cmnFooterContainer #cmnFooterBox {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    background-color: #f3f3f5;
  }
  .cmnFooterContents {
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  .cmnFooterContents .cmnFooterTitle {
    font-weight: 400;
  }
  .cmnFooterContents ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .cmnFooterContents ul li {
    float: none;
  }
  .cmnFooterContents ul li ul {
    margin-bottom: 0;
  }
  .cmnFooterContents02 {
    margin: 10px 0;
  }
  .cmnFooterContents02 .cmnFooterLink {
    float: none;
    width: 100%;
  }
  .cmnFooterContents02 .cmnFooterLink ul li {
    padding-left: 1.2em;
    margin: 10px;
    background: url("/products/ad/whm/box/img/icon_gray_arrow_sp.webp") no-repeat 0 0;
    background-size: contain;
  }
  .cmnFooterContents02 .cmnFooterCopyright {
    float: none;
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 10px 12px;
    color: #333;
    text-align: left;
  }
  .fieldFooter {
    width: 100% !important;
    padding: 0 10px !important;
  }
  .locFooterContents02 {
    margin: 10px 0 !important;
  }
  .locFooterContents02 .locFooterLink {
    float: none;
    width: 100%;
  }
  .locFooterContents02 .locCopyright {
    float: none;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 5px 0 10px 12px !important;
    text-align: left !important;
  }
}
.cmnFooterLink #ot-sdk-btn {
  font-size: 11px !important;
  line-height: 1 !important;
  color: #333 !important;
}

.c-button01 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 540px;
  max-width: 100%;
  padding: 16px 40px;
  text-decoration: none !important;
  background: linear-gradient(342deg, #FFA936 -106.63%, #EF7F00 96.69%);
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  transition: filter 0.3s;
}
@media (any-hover: hover) {
  .c-button01:hover {
    filter: brightness(1.3);
  }
}
.c-button01--wide {
  width: 540px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .c-button01 {
    padding: 12px;
  }
}
.c-button01__text-top {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
}
@media (max-width: 768px) {
  .c-button01__text-top {
    font-size: 1.2rem;
    line-height: 14px;
  }
}
.c-button01__text-bottom {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
}
@media (max-width: 768px) {
  .c-button01__text-bottom {
    font-size: 2rem;
    line-height: 24px;
  }
}

.c-button02 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 16px 40px;
  text-decoration: none !important;
  background: linear-gradient(142deg, #034072 1.42%, #018ABC 98.58%);
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  transition: filter 0.3s;
}
@media (any-hover: hover) {
  .c-button02:hover {
    filter: contrast(1.5);
  }
}
@media (max-width: 768px) {
  .c-button02 {
    width: 400px;
    padding: 12px 40px;
  }
}
.c-button02__text-top {
  font-family: var(--font-jp);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 22px;
  color: #F2F3F6;
}
@media (max-width: 768px) {
  .c-button02__text-top {
    font-size: 1.4rem;
    line-height: 17px;
  }
}
.c-button02__text-bottom {
  font-family: var(--font-jp);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 38px;
  color: #F2F3F6;
}
@media (max-width: 768px) {
  .c-button02__text-bottom {
    font-size: 2rem;
    line-height: 24px;
  }
}

.c-fix-banner {
  position: fixed;
  right: 0;
  bottom: 27px;
  left: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 80px 12px 12px;
  text-decoration: none !important;
  background: linear-gradient(142deg, #034072 1.42%, #018ABC 98.58%);
  border-radius: 4px 0 0 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, filter 0.3s;
}
@media (any-hover: hover) {
  .c-fix-banner:hover {
    filter: brightness(1.3);
  }
}
@media (max-width: 768px) {
  .c-fix-banner {
    bottom: 0;
    width: 100%;
    padding: 12px 40px;
    border-top: 3px solid #FFD35B;
    border-radius: 0;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.12);
    transform: translateY(100%);
  }
}
.c-fix-banner__top {
  font-family: var(--font-jp);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 14px;
  color: #FFD35B;
  text-align: center;
}
.c-fix-banner__bottom {
  font-family: var(--font-jp);
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
  color: #FFF;
  text-align: center;
}
.c-fix-banner__img {
  position: absolute;
  top: -17px;
  right: 11px;
}
@media (max-width: 768px) {
  .c-fix-banner__img {
    display: none;
  }
}
.c-fix-banner__img img {
  width: 70px;
}
.c-fix-banner.is-active {
  opacity: 1;
  transform: none;
}

.p-kv {
  position: relative;
  padding: 0 min(11.1111111111vw, 160px);
  background: url("../img/kv_bg_pc.webp") no-repeat center/cover;
}
@media (max-width: 768px) {
  .p-kv {
    padding: 0 16px;
    background-image: url("../img/kv_bg_sp.webp");
  }
}
.p-kv__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 1120px;
  max-width: 100%;
  padding: 6.9444444444vw 0 3.3333333333vw;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-kv__inner {
    gap: 80vw;
    padding: 55px 0 48px;
  }
}
.p-kv__head {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-kv__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  font-family: var(--font-jp);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #FFF;
}
@media (max-width: 1024px) {
  .p-kv__title {
    font-size: 2.8rem;
  }
}
.p-kv__title-marker {
  display: inline-block;
  font-weight: 700;
  color: #144F86;
  background: #fff;
}
@media (max-width: 768px) {
  .p-kv__title-marker {
    padding: 0 4px;
    margin-right: 8px;
  }
}
.p-kv__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
.p-kv__lead {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
@media (max-width: 768px) {
  .p-kv__lead {
    gap: 1px;
  }
}
.p-kv__lead-top {
  font-family: var(--font-jp);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 1024px) {
  .p-kv__lead-top {
    font-size: 1.6rem;
  }
}
.p-kv__lead-bottom {
  font-family: var(--font-jp);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.19;
  color: #fff;
}
@media (max-width: 1024px) {
  .p-kv__lead-bottom {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.p-kv__cta {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
}
.p-kv__cta-text {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 4px 16px 3px;
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #094872;
  background: #FFF;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .p-kv__cta-text {
    padding: 4px 16px;
    font-size: 1.4rem;
  }
  .p-kv__cta-text--cta {
    font-size: 1.6rem;
  }
}
.p-kv__cta-text::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  width: 16px;
  height: 14px;
  margin: auto;
  content: "";
  background: url("../img/kv_cta_arrow.svg") no-repeat center/contain;
}

.p-intro {
  padding: 40px 16px;
  background: url("../img/intro_bg_pc.webp") no-repeat center/cover;
}
@media (max-width: 768px) {
  .p-intro {
    background-image: url("../img/intro_bg_sp.webp");
  }
}
.p-intro__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.p-intro__text {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .p-intro__text {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.p-intro__desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 800px;
  max-width: 100%;
  padding: 24px 16px;
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.05) 10.41%, rgba(255, 255, 255, 0.1) 89.59%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  backdrop-filter: blur(4px);
}
@media (max-width: 768px) {
  .p-intro__desc {
    gap: 16px;
    padding-block: 20px;
    text-align: center;
  }
}
.p-intro__desc-text01 {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 768px) {
  .p-intro__desc-text01 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    line-height: 1.4;
  }
}
.p-intro__desc-text01 > span span {
  display: inline-block;
  padding: 0 2px;
  line-height: 1.35;
  color: #144F86;
  background: #fff;
}
.p-intro__desc-text02 {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .p-intro__desc-text02 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.p-solution {
  padding: 80px 16px;
  background: url("../img/solution_bg_pc.webp") no-repeat center/cover;
}
@media (max-width: 768px) {
  .p-solution {
    padding: 64px 16px;
  }
}
.p-solution__inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 1120px;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-solution__inner {
    gap: 64px;
  }
}
.p-solution__heading {
  width: fit-content;
  padding-bottom: 7px;
  margin: 0 auto;
  font-family: var(--font-jp);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: center;
  border-bottom: 2px solid #034072;
  border-image: linear-gradient(142deg, #034072 1.42%, #018ABC 98.58%) 1;
}
@media (max-width: 768px) {
  .p-solution__heading {
    font-size: 2.4rem;
  }
}
.p-solution__problems {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-solution__problem-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .p-solution__problem-list {
    grid-template-columns: 1fr;
  }
}
.p-solution__problem-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 24px;
  background: #F2F3F6;
  border-radius: 8px;
}
.p-solution__problem-item::before {
  position: absolute;
  top: -24px;
  left: -16px;
  display: block;
  width: 89px;
  height: 88px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 0 12px rgba(154, 154, 154, 0.2));
}
@media (max-width: 1024px) {
  .p-solution__problem-item::before {
    width: 64px;
    height: 64px;
    background-position: top left;
  }
}
@media (max-width: 768px) {
  .p-solution__problem-item::before {
    top: -12px;
    left: -4px;
  }
}
.p-solution__problem-item:nth-child(1)::before {
  background-image: url("../img/problems01_pc.svg");
}
.p-solution__problem-item:nth-child(2)::before {
  background-image: url("../img/problems02_pc.svg");
}
.p-solution__problem-item:nth-child(3)::before {
  background-image: url("../img/problems03_pc.svg");
}
.p-solution__problem-title {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #144F86;
  text-align: center;
}
.p-solution__problem-text {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}
@media (max-width: 768px) {
  .p-solution__problem-text {
    line-height: 1.6;
  }
}
.p-solution__answers {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.p-solution__answers-content {
  display: flex;
  flex-direction: column;
  gap: 21px;
  align-items: center;
}
@media (max-width: 768px) {
  .p-solution__answers-content {
    gap: 24px;
  }
}
.p-solution__answers-lead {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #144F86;
  text-align: center;
}
@media (max-width: 768px) {
  .p-solution__answers-lead {
    font-size: 2rem;
  }
}
.p-solution__answers-body {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 768px) {
  .p-solution__answers-body {
    flex-direction: column;
    gap: 24px;
  }
}
.p-solution__feature-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 500px;
}
.p-solution__feature {
  display: flex;
  gap: 10px;
}
.p-solution__feature::before {
  display: block;
  flex-shrink: 0;
  align-self: flex-start;
  width: 30px;
  aspect-ratio: 1;
  content: "";
  background: url("../img/icon_lamp.svg") no-repeat center/contain;
}
.p-solution__feature-inner {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media (max-width: 768px) {
  .p-solution__feature-inner {
    gap: 5px;
  }
}
.p-solution__feature-title {
  margin: 0;
  line-height: 32px;
}
@media (max-width: 768px) {
  .p-solution__feature-title {
    line-height: 1.6;
  }
}
.p-solution__feature-title span {
  padding: 0 4px;
  font-family: var(--font-jp);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(transparent 0, #144F86 0%);
  box-decoration-break: clone;
}
@media (max-width: 768px) {
  .p-solution__feature-title span {
    font-size: 1.6rem;
    line-height: 24px;
  }
}
.p-solution__feature-text {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 768px) {
  .p-solution__feature-text {
    line-height: 1.6;
  }
}
.p-solution__answers-image img {
  width: 268px;
}
@media (max-width: 768px) {
  .p-solution__answers-image img {
    width: 240px;
  }
}

.p-feature {
  padding: 80px 16px;
  background: linear-gradient(0deg, rgba(204, 217, 233, 0.3) 0%, rgba(204, 217, 233, 0.3) 100%), linear-gradient(180deg, #BCD6E6 0%, #AAAEDA 100%), url("../img/feature_bg_pc.webp") lightgray 50%/cover no-repeat;
  background-blend-mode: normal, screen, normal;
}
@media (max-width: 768px) {
  .p-feature {
    padding: 64px 16px;
  }
}
.p-feature__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 1120px;
  max-width: 100%;
  margin-inline: auto;
}
.p-feature__head {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-feature__head-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-feature__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  width: fit-content;
  padding-bottom: 5px;
  margin: 0;
  border-bottom: 2px solid #034072;
  border-image: linear-gradient(142deg, #034072 1.42%, #018ABC 98.58%) 1;
}
.p-feature__title-sub {
  font-family: var(--font-jp);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
@media (max-width: 768px) {
  .p-feature__title-sub {
    font-size: 1.6rem;
  }
}
.p-feature__title-main {
  font-family: var(--font-jp);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.19;
  color: #333;
  text-align: center;
}
@media (max-width: 768px) {
  .p-feature__title-main {
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: left;
  }
}
.p-feature__lead-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.p-feature__lead-list > li {
  padding-left: 1em;
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  text-indent: -1em;
}
@media (max-width: 768px) {
  .p-feature__lead-list > li {
    line-height: 1.6;
  }
}
.p-feature__lead-list > li::before {
  content: "・";
}
.p-feature__lead {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}
@media (max-width: 768px) {
  .p-feature__lead {
    line-height: 1.6;
  }
}
.p-feature__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-feature__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  align-self: stretch;
  padding: 32px 40px 40px;
  background: #FFF;
  border: 1px solid #F4F7FA;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p-feature__block {
    padding: 16px;
  }
}
.p-feature__block--01 {
  gap: 8px;
}
.p-feature__block-title {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #144F86;
}
@media (max-width: 768px) {
  .p-feature__block-title {
    font-size: 2rem;
  }
}
.p-feature__block-body--col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .p-feature__block-body--col2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-feature__text-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-feature__text-block {
    gap: 12px;
  }
}
.p-feature__text-title {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 768px) {
  .p-feature__text-title {
    font-size: 2rem;
  }
}
.p-feature__text {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}
.p-feature__service {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 48px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #034072;
  border-radius: 8px;
  backdrop-filter: blur(6px);
}
@media (max-width: 768px) {
  .p-feature__service {
    gap: 32px;
    padding: 32px 16px 16px;
  }
}
.p-feature__service-title {
  position: absolute;
  top: -41px;
  left: -82px;
  width: 233px;
  height: 165px;
  padding: 58px 16px 0;
  font-family: var(--font-jp);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  background: url("../img/feature_balloon.svg") no-repeat center/contain;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
}
@media (max-width: 1280px) {
  .p-feature__service-title {
    top: 0;
    right: 0;
    left: 0;
    width: fit-content;
    height: auto;
    padding: 2px 12px;
    margin-inline: auto;
    font-size: 1.8rem;
    background: linear-gradient(142deg, #034072 1.42%, #018ABC 98.58%);
    border-radius: 999px;
    filter: none;
    transform: translateY(-50%);
  }
  .p-feature__service-title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-feature__service-title {
    font-size: 1.4rem;
  }
}
.p-feature__service-desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 768px) {
  .p-feature__service-desc {
    gap: 16px;
  }
}
.p-feature__service-lead {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #144F86;
  text-align: center;
}
@media (max-width: 768px) {
  .p-feature__service-lead {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: left;
  }
  .p-feature__service-lead br {
    display: none;
  }
}
.p-feature__service-lead strong {
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-feature__service-lead strong {
    font-size: 2rem;
  }
}
.p-feature__service-text {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
@media (max-width: 768px) {
  .p-feature__service-text {
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: left;
  }
}
.p-feature__service-detail {
  display: flex;
  gap: 32px;
  align-items: center;
  align-self: center;
}
@media (max-width: 768px) {
  .p-feature__service-detail {
    flex-direction: column;
    gap: 24px;
  }
}
.p-feature__service-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-feature__service-block {
    gap: 4px;
  }
}
.p-feature__service-desc-text {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}
@media (max-width: 768px) {
  .p-feature__service-desc-text {
    line-height: 1.6;
  }
}
.p-feature__service-desc-text strong {
  font-weight: 700;
  color: #144F86;
}
.p-feature__service-desc-text01 {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 768px) {
  .p-feature__service-desc-text01 {
    font-size: 1.8rem;
  }
  .p-feature__service-desc-text01 br {
    display: none;
  }
}
.p-feature__service-desc-text02 {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}
.p-feature__service-desc-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.p-feature__service-desc-list > li {
  position: relative;
  padding-left: 20px;
  font-family: var(--font-jp);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #777;
}
.p-feature__service-desc-list > li::before {
  position: absolute;
  top: calc(0.5lh - 1px);
  left: 0.5em;
  display: block;
  flex-shrink: 0;
  width: 4px;
  aspect-ratio: 1;
  content: "";
  background: currentcolor;
  border-radius: 50%;
}
.p-feature__service-circle {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  aspect-ratio: 1;
  padding-top: 8px;
  background: linear-gradient(142deg, #034072 1.42%, #018ABC 98.58%);
  border-radius: 50%;
}
.p-feature__service-circle-text {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
}
.p-feature__service-circle-note {
  font-size: 1rem;
  line-height: 1.6;
}
.p-feature__service-image {
  flex-shrink: 0;
  width: 400px;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .p-feature__service-image {
    width: 100%;
  }
}
.p-feature__service-image img {
  border-radius: 8px;
}
.p-feature__service-image-text {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0 0 4px;
  font-family: var(--font-jp);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #144F86;
}
.p-feature__service-image-text::before, .p-feature__service-image-text::after {
  display: block;
  width: 13px;
  height: 19px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-feature__service-image-text::before {
  background-image: url("../img/slash_left.svg");
}
.p-feature__service-image-text::after {
  background-image: url("../img/slash_right.svg");
}
@media (max-width: 768px) {
  .p-feature__service-image-text {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .p-feature__service-image-text::before, .p-feature__service-image-text::after {
    width: 16px;
    height: 24px;
  }
}

.p-product {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 80px 16px;
  background: url("../img/product_bg_pc.webp") no-repeat center/cover;
}
@media (max-width: 768px) {
  .p-product {
    padding: 64px 16px;
  }
}
.p-product__inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 768px) {
  .p-product__inner {
    gap: 80px;
  }
}
.p-product__title {
  width: fit-content;
  padding-bottom: 7px;
  margin: 0;
  margin-inline: auto;
  font-family: var(--font-jp);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 38px;
  color: #333;
  text-align: center;
  border-bottom: 2px solid #034072;
  border-image: linear-gradient(142deg, #034072 1.42%, #018ABC 98.58%) 1;
}
@media (max-width: 768px) {
  .p-product__title--lineup {
    width: 100%;
    font-size: 2.4rem;
    line-height: 29px;
  }
}
.p-product__series {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 800px;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-product__series {
    gap: 40px;
  }
}
.p-product__series-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-product__series-inner {
    gap: 32px;
  }
}
.p-product__series-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-product__series-head-inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 24px;
  align-items: center;
}
@media (max-width: 768px) {
  .p-product__series-head-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-product__series-head-text {
  display: grid;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-product__series-head-text {
    gap: 8px;
  }
}
.p-product__series-head-text-top {
  width: fit-content;
  padding: 0 4px;
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: #144F86;
}
.p-product__series-head-text-bottom {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 768px) {
  .p-product__series-head-text-bottom {
    font-size: 1.8rem;
  }
}
.p-product__series-desc {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  color: #144F86;
  text-align: center;
}
@media (max-width: 768px) {
  .p-product__series-desc {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}
.p-product__series-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
}
@media (max-width: 768px) {
  .p-product__series-features {
    grid-template-columns: 1fr;
  }
}
.p-product__series-feature {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: center;
}
@media (max-width: 768px) {
  .p-product__series-feature {
    grid-template-columns: 120px 1fr;
  }
}
.p-product__series-feature-text {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}
.p-product__series-cta {
  max-width: 100%;
  margin: auto;
}
.p-product__lineup {
  width: 1120px;
  max-width: 100%;
  margin-inline: auto;
}
.p-product__lineup-inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (max-width: 768px) {
  .p-product__lineup-inner {
    gap: 40px;
  }
}
.p-product__lineup-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-product__lineup-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.p-product__lineup-head-text {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
@media (max-width: 768px) {
  .p-product__lineup-head-text {
    font-size: 1.6rem;
  }
}
.p-product__lineup-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-product__lineup-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .p-product__lineup-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-product__lineup-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.p-product__lineup-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  min-height: 167px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #144F86;
  border-radius: 4px;
  backdrop-filter: blur(6px);
}
@media (max-width: 768px) {
  .p-product__lineup-item {
    grid-template-columns: 80px 1fr;
    min-height: auto;
    padding: 8px 16px;
  }
}
.p-product__lineup-item-img {
  align-self: center;
}
.p-product__lineup-item-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-product__lineup-item-text {
    gap: 4px;
  }
}
.p-product__lineup-item-text-top {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 768px) {
  .p-product__lineup-item-text-top {
    font-size: 1.4rem;
  }
}
.p-product__lineup-item-text-bottom {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #144F86;
}
@media (max-width: 768px) {
  .p-product__lineup-item-text-bottom {
    font-size: 1.6rem;
  }
}
.p-product__lineup-item-text-bottom span {
  color: #333;
}
.p-product__lineup-list02-wrapper {
  grid-area: 3/2/4/4;
}
@media (max-width: 1024px) {
  .p-product__lineup-list02-wrapper {
    grid-area: 5/1/6/3;
  }
}
@media (max-width: 768px) {
  .p-product__lineup-list02-wrapper {
    grid-area: auto;
  }
}
.p-product__lineup-list02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .p-product__lineup-list02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-product__lineup-list02 {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.p-product__lineup-list02-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  padding: 0 10px 4px;
  border-bottom: 1px solid #144F86;
  backdrop-filter: blur(2px);
}
@media (max-width: 768px) {
  .p-product__lineup-list02-item {
    grid-template-columns: 64px 1fr;
  }
}
.p-product__lineup-list02-item-text {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #144F86;
}
@media (max-width: 768px) {
  .p-product__lineup-list02-item-text {
    font-size: 1.4rem;
  }
}

.u-mb2 {
  margin-bottom: 2px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb64 {
  margin-bottom: 64px;
}

@media (width <= 768px) {
  .u-mb40sp {
    margin-bottom: 40px;
  }
  .u-mb80sp {
    margin-bottom: 80px;
  }
}
@media (width >= 769px) {
  .u-mb64pc {
    margin-bottom: 64px;
  }
  .u-mb32pc {
    margin-bottom: 32px;
  }
}
@media (width <= 768px) {
  .pc {
    display: none !important;
  }
}

@media (width >= 769px) {
  .sp {
    display: none !important;
  }
}

.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.u-visibility-hidden {
  visibility: hidden;
}

.u-marker {
  font-weight: 700;
  background: #F9DC00;
}