@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/@exawizards/exabase-design-system-icons@1.0.0/font/exabase-design-system-icons.css");
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit] {
  -webkit-appearance: none;
}

@media print {
  @page {
    size: A4;
  }
}
* {
  box-sizing: border-box;
  word-break: break-word;
}

html,
body {
  width: 100%;
}
@media print {
  html,
body {
    min-width: 1024px;
  }
}

html {
  overflow-x: hidden;
  padding: 0;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header_height) * 1.5);
}

body {
  background-color: white;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
}
body * {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  color: #222222;
  line-height: 1.5;
}
body br {
  line-height: 0;
}
body.body--hide-overflow {
  overflow-x: hidden;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording a {
  letter-spacing: normal;
  line-height: 1.5;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p a, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording a a {
  color: #1e93ff;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
  letter-spacing: normal;
  line-height: 1.5;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer a {
  color: #1e93ff;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
  letter-spacing: normal;
  line-height: 1.5;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button a,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button a {
  color: #1e93ff;
}

a {
  color: #222222;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  text-decoration: underline;
}

b,
strong,
span {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
}

strong {
  color: #1e93ff;
}

.l-footer {
  background-color: white;
}

:root {
  --header_height: 96px;
}
@media print, screen and (max-width: 1023px) {
  :root {
    --header_height: 64px;
  }
}

.l-header {
  position: fixed;
  z-index: 20;
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--header_height);
  padding: 0 16px 0 32px;
  transition: padding ease 0.3s, height ease 0.3s;
}
.l-header--scrolled {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  --header_height: 64px;
}
@media print, screen and (max-width: 767px) {
  .l-header {
    padding-left: var(--wrap-padding);
  }
}
.l-header__wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  transition: height ease 0.3s;
}
.l-header__logo {
  display: flex;
  height: 42px;
}
@media print, screen and (max-width: 767px) {
  .l-header__logo {
    height: 32px;
  }
}
.l-header__logo img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.l-header-nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (max-width: 1279px) {
  .l-header-nav {
    justify-content: flex-end;
  }
}
.l-header-menu {
  display: flex;
  gap: 16px;
}
.l-header-menu__text {
  display: flex;
  align-items: center;
}
.l-header-menu__text a {
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  transition: opacity ease 0.2s;
}
.l-header-menu__text a:hover {
  opacity: 0.75;
  text-decoration: none;
}
@media print, screen and (max-width: 667px) {
  .l-header-left {
    position: absolute;
    right: -300px;
    top: 0;
    z-index: 5;
    display: block;
    width: 300px;
    height: 100vh;
    background: white;
    padding: 70px 30px 0 30px;
    transition: right ease 0.3s;
  }
  .l-header-left--open {
    right: 0;
  }
}
@media print, screen and (max-width: 667px) {
  .l-header-leftmenu {
    flex-direction: column;
    gap: 24px;
  }
}
.l-header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media print, screen and (max-width: 1279px) {
  .l-header-rightmenu {
    gap: 8px;
  }
}
.l-header-right .c-button--s {
  font-size: 16px;
  padding-left: 1em;
  padding-right: 1em;
}
@media print, screen and (max-width: 1023px) {
  .l-header-right .c-button--s {
    font-size: 14px;
  }
}
.l-header-hamburger {
  position: relative;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: transparent;
  cursor: pointer;
  transition: opacity ease 0.3s;
}
@media print, screen and (min-width: 668px) {
  .l-header-hamburger {
    display: none !important;
  }
}
.l-header-hamburger:hover {
  opacity: 0.75;
}
.l-header-hamburger span {
  position: absolute;
  left: 10px;
  display: block;
  width: 20px;
  height: 2px;
  min-height: 1px;
  background: #222222;
  margin: 0 auto;
  transition: top ease 0.3s, -webkit-transform ease 0.3s;
  transition: top ease 0.3s, transform ease 0.3s;
  transition: top ease 0.3s, transform ease 0.3s, -webkit-transform ease 0.3s;
}
.l-header-hamburger span:nth-child(1) {
  top: 10px;
}
.l-header-hamburger span:nth-child(2) {
  top: 19px;
}
.l-header-hamburger span:nth-child(3) {
  top: 28px;
}
.l-header-hamburger--open span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-405deg);
  transform: translateY(9px) rotate(-405deg);
}
.l-header-hamburger--open span:nth-child(2) {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.l-header-hamburger--open span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(225deg);
  transform: translateY(-9px) rotate(225deg);
}
.l-header-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
}
@media print, screen and (min-width: 668px) {
  .l-header-overlay {
    display: none !important;
  }
}

.l-main {
  position: relative;
  padding-top: var(--header_height);
}

:root {
  --wrap-padding: 128px;
}
@media print, screen and (max-width: 1023px) {
  :root {
    --wrap-padding: 64px;
  }
}
@media print, screen and (max-width: 767px) {
  :root {
    --wrap-padding: 24px;
  }
}

.l-container,
.l-section {
  position: relative;
}
.l-container > *:first-child,
.l-section > *:first-child {
  margin-top: 0 !important;
}
.l-container__wrap,
.l-section__wrap {
  width: 960px;
  max-width: calc(100% - var(--wrap-padding) * 2);
  margin: 0 auto;
  padding: 0;
  transition: max-width ease 0.2s;
}
.l-container__wrap .l-container, .l-section--width960 .l-container__wrap,
.l-section__wrap .l-container,
.l-section--width960 .l-section__wrap {
  width: 960px;
}

.l-section {
  padding-block: 80px;
}
.l-section--paddingNoTop {
  padding-top: 0;
}
.l-section--paddingNoBottom {
  padding-bottom: 0;
}

.c-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}
@media print, screen and (max-width: 767px) {
  .c-buttons {
    gap: 16px;
    margin-top: 24px;
  }
}

.c-button--fill, .c-button--stroke {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 48px;
  padding: 0.2em 2em 0 2em;
  font-weight: bold;
  cursor: pointer;
  transition: opacity ease 0.2s;
}
.c-button--fill:focus, .c-button--stroke:focus {
  outline: 0;
}
.c-button--fill:hover, .c-button--stroke:hover {
  opacity: 0.75;
  text-decoration: none;
}
.c-button--fill[disabled], .c-button--stroke[disabled] {
  background-color: #bbbbbb;
  cursor: default;
}
.c-button--fill[disabled], .c-button--fill[disabled]:hover, .c-button--stroke[disabled], .c-button--stroke[disabled]:hover {
  opacity: 1 !important;
}
.c-button--fillPrimary, .c-button--fillBlack, .c-button--fillYellow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 48px;
  padding: 0.2em 2em 0 2em;
  font-weight: bold;
  cursor: pointer;
  transition: opacity ease 0.2s;
  min-height: 48px;
  font-size: 1.25rem;
  background-color: #9f9f9f;
  color: white;
}
.c-button--fillPrimary:focus, .c-button--fillBlack:focus, .c-button--fillYellow:focus {
  outline: 0;
}
.c-button--fillPrimary:hover, .c-button--fillBlack:hover, .c-button--fillYellow:hover {
  opacity: 0.75;
  text-decoration: none;
}
.c-button--fillPrimary[disabled], .c-button--fillBlack[disabled], .c-button--fillYellow[disabled] {
  background-color: #bbbbbb;
  cursor: default;
}
.c-button--fillPrimary[disabled], .c-button--fillPrimary[disabled]:hover, .c-button--fillBlack[disabled], .c-button--fillBlack[disabled]:hover, .c-button--fillYellow[disabled], .c-button--fillYellow[disabled]:hover {
  opacity: 1 !important;
}
@media print, screen and (max-width: 1023px) {
  .c-button--fillPrimary, .c-button--fillBlack, .c-button--fillYellow {
    min-height: 40px;
    font-size: 1rem;
  }
}
.c-button--fillPrimary:focus, .c-button--fillBlack:focus, .c-button--fillYellow:focus {
  box-shadow: 0 2px 10px rgba(159, 159, 159, 0.5);
}
.c-button--fillPrimary {
  background-color: #1e93ff;
  color: white;
}
.c-button--fillPrimary:focus {
  box-shadow: 0 2px 10px rgba(30, 147, 255, 0.5);
}
.c-button--fillBlack {
  background-color: #222222;
  color: white;
}
.c-button--fillBlack:focus {
  box-shadow: 0 2px 10px rgba(34, 34, 34, 0.5);
}
.c-button--fillYellow {
  background-color: #FFF972;
  color: #222222;
}
.c-button--fillYellow:focus {
  box-shadow: 0 2px 10px rgba(255, 249, 114, 0.5);
}
.c-button--strokePrimary, .c-button--strokeBlack {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 48px;
  padding: 0.2em 2em 0 2em;
  font-weight: bold;
  cursor: pointer;
  transition: opacity ease 0.2s;
  min-height: 48px;
  font-size: 1.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #9f9f9f;
  color: #9f9f9f;
  background-color: white;
}
.c-button--strokePrimary:focus, .c-button--strokeBlack:focus {
  outline: 0;
}
.c-button--strokePrimary:hover, .c-button--strokeBlack:hover {
  opacity: 0.75;
  text-decoration: none;
}
.c-button--strokePrimary[disabled], .c-button--strokeBlack[disabled] {
  background-color: #bbbbbb;
  cursor: default;
}
.c-button--strokePrimary[disabled], .c-button--strokePrimary[disabled]:hover, .c-button--strokeBlack[disabled], .c-button--strokeBlack[disabled]:hover {
  opacity: 1 !important;
}
@media print, screen and (max-width: 1023px) {
  .c-button--strokePrimary, .c-button--strokeBlack {
    min-height: 40px;
    font-size: 1rem;
  }
}
.c-button--strokePrimary:focus, .c-button--strokeBlack:focus {
  box-shadow: 0 2px 10px rgba(159, 159, 159, 0.5);
}
.c-button--strokePrimary {
  border-color: #1e93ff;
  color: #1e93ff;
  background-color: white;
}
.c-button--strokePrimary:focus {
  box-shadow: 0 2px 10px rgba(30, 147, 255, 0.5);
}
.c-button--strokeBlack {
  border-color: #222222;
  color: #222222;
  background-color: white;
}
.c-button--strokeBlack:focus {
  box-shadow: 0 2px 10px rgba(34, 34, 34, 0.5);
}
.c-button--sizeL {
  min-height: 56px;
  font-size: 1.5rem;
}
@media print, screen and (max-width: 1023px) {
  .c-button--sizeL {
    min-height: 48px;
    font-size: 1.125rem;
  }
}
.c-button--sizeM {
  min-height: 48px;
  font-size: 1.25rem;
}
@media print, screen and (max-width: 1023px) {
  .c-button--sizeM {
    min-height: 40px;
    font-size: 1rem;
  }
}
.c-button--sizeS {
  min-height: 40px;
  font-size: 1rem;
}
@media print, screen and (max-width: 1023px) {
  .c-button--sizeS {
    min-height: 36px;
    font-size: 0.875rem;
  }
}

.c-content {
  margin-top: 32px;
}
@media print, screen and (max-width: 767px) {
  .c-content {
    margin-top: 24px;
  }
}
.c-content > * + * {
  margin-top: 1.5em;
}
.c-content--center {
  text-align: center;
}
@media print, screen and (max-width: 567px) {
  .c-content--center {
    text-align: left;
  }
}
.c-content b {
  font-weight: bold;
}
.c-content ul, .c-content ol {
  padding-left: 1.5em;
}

.c-topHeading--hidden {
  display: block;
  font-size: 1;
  line-height: 0;
  opacity: 0;
}
.c-topHeading--m {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 56px;
}
@media print, screen and (max-width: 767px) {
  .c-topHeading--m {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 567px) {
  .c-topHeading--m {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}

.u-hide {
  display: none !important;
}
@media print, screen and (min-width: 1536px) {
  .u-hide--maxWide {
    display: none !important;
  }
}
@media print, screen and (max-width: 1535px) {
  .u-hide--maxNarrow {
    display: none !important;
  }
}
@media print, screen and (min-width: 1280px) {
  .u-hide--xlWide {
    display: none !important;
  }
}
@media print, screen and (max-width: 1279px) {
  .u-hide--xlNarrow {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-hide--pc, .u-hide--pcWide {
    display: none !important;
  }
}
@media print, screen and (max-width: 1023px) {
  .u-hide--pcNarrow {
    display: none !important;
  }
}
@media print, screen and (min-width: 896px) {
  .u-hide--pcTbWide {
    display: none !important;
  }
}
@media print, screen and (max-width: 895px) {
  .u-hide--pcTbNarrow {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .u-hide--tbWide {
    display: none !important;
  }
}
@media print, screen and (max-width: 767px) {
  .u-hide--tbNarrow {
    display: none !important;
  }
}
@media print, screen and (min-width: 668px) {
  .u-hide--tbSpWide {
    display: none !important;
  }
}
@media print, screen and (max-width: 667px) {
  .u-hide--tbSpNarrow {
    display: none !important;
  }
}
@media print, screen and (min-width: 568px) {
  .u-hide--spWide {
    display: none !important;
  }
}
@media print, screen and (max-width: 567px) {
  .u-hide--sp, .u-hide--spNarrow {
    display: none !important;
  }
}

.u-text--super {
  vertical-align: super;
  font-size: 0.6em;
  line-height: 0.6;
}

.u-fontsize--note {
  font-size: 0.75em;
}

.js-showonScroll,
.js-showonLate,
.js-showonLoad {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.js-showonScroll.is-shown,
.js-showonLate.is-shown,
.js-showonLoad.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity ease 0.3s, -webkit-transform ease 0.3s;
  transition: opacity ease 0.3s, transform ease 0.3s;
  transition: opacity ease 0.3s, transform ease 0.3s, -webkit-transform ease 0.3s;
}

.p-topMv .l-container__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding-top: 54px;
}
@media print, screen and (max-width: 1279px) {
  .p-topMv .l-container__wrap {
    padding-top: 100px;
  }
}
@media print, screen and (max-width: 930px) {
  .p-topMv .l-container__wrap {
    padding-top: max(16vw, 110px);
  }
}
.p-topMv__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.p-topMv__lead {
  color: #1e93ff;
  font-size: 1.625rem;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p-topMv__lead {
    font-size: 1.375rem;
  }
}
@media print, screen and (max-width: 567px) {
  .p-topMv__lead {
    font-size: 1.125rem;
  }
}
.p-topMv__heading {
  font-size: 3.125rem;
  font-weight: 800;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p-topMv__heading {
    font-size: 2.375rem;
  }
}
@media print, screen and (max-width: 567px) {
  .p-topMv__heading {
    font-size: 1.625rem;
  }
}
.p-topMv__supervisor {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  width: 150px;
  height: auto;
}
@media print, screen and (max-width: 980px) {
  .p-topMv__supervisor {
    width: max(15vw, 100px);
  }
}
.p-topMv__icons {
  width: 100%;
  max-width: 840px;
}
.p-topMv__icons img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-topIssue {
  overflow: hidden;
}
.p-topIssue__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 42px;
  background: #f2f2f2;
  padding: 80px 40px;
}
@media print, screen and (max-width: 767px) {
  .p-topIssue__content {
    padding: 64px 24px;
  }
}
@media print, screen and (max-width: 567px) {
  .p-topIssue__content {
    padding: 40px 16px;
  }
}
.p-topIssue__items {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  max-width: 600px;
  list-style: none;
  padding-bottom: 60px;
}
.p-topIssue__items::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 96px;
  height: 134px;
  background-image: url(../img/top/issue_people.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(80px, 16px);
  transform: translate(80px, 16px);
}
.p-topIssue__item {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #c6c6c6;
  background-color: white;
  font-size: 1.125rem;
  padding: 4px 16px;
}
@media print, screen and (max-width: 767px) {
  .p-topIssue__item {
    font-size: 1rem;
    padding: 4px 8px;
  }
}
.p-topIssue__item:before {
  content: "";
  font-family: "exabase-design-system-icons";
  color: #1e93ff;
  font-size: 26px;
}
.p-topIssue__arrow {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 24px;
}
.p-topIssue__arrow img {
  display: block;
}
.p-topIssue__solution {
  position: relative;
  color: #1e93ff;
  text-align: center;
  font-size: 1.5rem;
}
.p-topIssue__solution::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 52px;
  aspect-ratio: 52/62;
  background-image: url(../img/top/issue_light.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(calc(-100% - 16px), calc(-50% - 8px)) rotate(-24deg);
  transform: translate(calc(-100% - 16px), calc(-50% - 8px)) rotate(-24deg);
}
@media print, screen and (max-width: 767px) {
  .p-topIssue__solution {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    font-size: 1.25rem;
  }
  .p-topIssue__solution::before {
    position: relative;
    top: auto;
    left: auto;
    flex: none;
    width: 40px;
    -webkit-transform: translateY(-8px) rotate(-24deg);
    transform: translateY(-8px) rotate(-24deg);
  }
}

.p-topFeature__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  list-style: none;
  margin-bottom: 72px;
}
@media print, screen and (max-width: 767px) {
  .p-topFeature__items {
    gap: 24px;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 567px) {
  .p-topFeature__items {
    flex-direction: column;
    gap: 48px;
  }
}
.p-topFeature__item {
  flex: 1;
  display: grid;
  grid-template-areas: "image" "title" "desc";
  max-width: 293px;
}
@media print, screen and (max-width: 567px) {
  .p-topFeature__item {
    grid-template-areas: "image title" "image desc";
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px 16px;
    max-width: none;
  }
}
.p-topFeature__itemImage {
  grid-area: image;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 567px) {
  .p-topFeature__itemImage {
    width: 100px;
    align-self: flex-start;
    margin-bottom: 0;
  }
}
.p-topFeature__itemImage img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-topFeature__itemTitle {
  grid-area: title;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 767px) {
  .p-topFeature__itemTitle {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 567px) {
  .p-topFeature__itemTitle {
    align-self: flex-end;
    margin-bottom: 0;
  }
}
.p-topFeature__itemTitle strong {
  color: #1e93ff;
}
.p-topFeature__itemDesc {
  grid-area: desc;
}
.p-topFeature__itemDesc strong {
  color: #1e93ff;
}
.p-topFeature__support {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  background-image: url(../img/top/feature_support-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 42px;
  padding: 80px 40px;
}
@media print, screen and (max-width: 767px) {
  .p-topFeature__support {
    padding: 64px 24px;
  }
}
@media print, screen and (max-width: 567px) {
  .p-topFeature__support {
    padding: 40px 16px;
  }
}
.p-topFeature__supportHeading {
  font-size: 1.5rem;
}
@media print, screen and (max-width: 767px) {
  .p-topFeature__supportHeading {
    font-size: 1.25rem;
  }
}
.p-topCost__image {
  display: flex;
  justify-content: center;
}
.p-topCost__image img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

body {
  background-image: url(../img/common/symbols-bg.svg);
  background-size: min(190vw, 2800px);
  background-position: top center;
  background-repeat: no-repeat;
}

.p-notfound .l-main {
  padding-top: var(--header_height);
}
.p-notfoundHeading--m {
  font-size: 2rem;
  margin-bottom: 24px;
}
.p-notfoundHeading--s {
  font-size: 1.25rem;
  color: #808080;
}

.p-series {
  border-block: 1px solid #eeeeee;
  padding-bottom: 60px;
}
.p-series .l-section__wrap {
  display: flex;
  justify-content: center;
}
.p-series__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.p-series__logo {
  width: 204px;
  opacity: 1;
  transition: opacity ease 0.3s;
}
.p-series__logo:hover {
  text-decoration: none;
  opacity: 0.75;
}
.p-series__logo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-series__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.p-series__snsItem {
  opacity: 1;
  transition: opacity ease 0.3s;
}
.p-series__snsItem:hover {
  text-decoration: none;
  opacity: 0.75;
}
.p-series__snsItem img {
  display: block;
}
/*# sourceMappingURL=../../_maps/assets/css/carewiz-bcp.css.map */