@charset "UTF-8";
html {
  scroll-padding-top: 6.875rem;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 10rem;
  }
}

body {
  color: #000;
  line-height: 1.5;
  font-weight: 700;
}
body.js-open-menu {
  overflow: hidden;
}

/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  height: auto;
  display: block;
  vertical-align: bottom;
  object-fit: cover;
  max-width: 100%;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../../../../common/fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../../../../common/fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../../../../common/fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../../../common/fonts/Poppins-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../../../common/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: clamp(0.75rem, -0.25rem + 5.3333333333vw, 1rem);
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: clamp(0.75rem, -0.0029411765rem + 1.568627451vw, 1rem);
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: clamp(0.625rem, -0.2980769231rem + 1.4423076923vw, 1rem);
  }
}

a {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
}
a:hover {
  opacity: 1;
}

.l-inner {
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding: 0 40px;
    max-width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .l-inner {
    padding: 0 5.5rem;
    max-width: 90rem;
  }
}

.l-feature {
  padding: 2.5rem 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-feature {
    padding: 80px 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .l-feature {
    padding: 5rem 0;
  }
}

.l-case {
  padding: 2.5rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .l-case {
    padding: 40px 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .l-case {
    padding: 5rem 0 10rem;
  }
}

.l-page__wrap {
  padding: 2.5rem 0 0;
}

.l-page__inner {
  display: flex;
  padding: 0 1.5rem;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1440px;
}
@media screen and (min-width: 1024px) {
  .l-page__inner {
    gap: 2rem;
    flex-direction: row;
    padding: 0 5.625rem;
    position: relative;
    justify-content: space-between;
    gap: 4rem;
    width: fit-content;
  }
}
.l-page__inner figure {
  margin-top: 1rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-page__inner figure {
    max-width: 60%;
    margin-inline: auto;
  }
}
.l-page__inner video {
  max-width: 100%;
  width: 100%;
}

.l-page__contents {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-page__contents {
    gap: 1.5rem;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .l-page__contents {
    min-width: 46.25rem;
  }
}

.l-page__archive {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .l-page__archive {
    gap: 3rem;
  }
}

.l-page__category {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-page__category:last-of-type {
  margin-bottom: 5rem;
}

.l-page__main {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .l-page__main#article-contents a:not(.c-block__other-article, .c-button):hover {
    color: #005BAC;
  }
}
.l-page__main small {
  font-weight: 400;
  font-size: 0.75rem;
  display: block;
  margin-block-start: 1rem;
}
@media screen and (min-width: 768px) {
  .l-page__main small {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
@media screen and (min-width: 768px) {
  .l-page__main small {
    font-size: 0.875rem;
  }
}
.l-page__main h2 {
  font-size: 1.5rem;
  line-height: 1.78;
  font-weight: 700;
  margin-block-start: 4rem;
  color: #005BAC;
}
@media screen and (min-width: 768px) {
  .l-page__main h2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
@media screen and (min-width: 768px) {
  .l-page__main h2 {
    font-size: 1.75rem;
    line-height: 1.78;
    margin-block-start: 6rem;
  }
}
.l-page__main h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  color: #454545;
  margin-block-start: 3rem;
  position: relative;
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: flex-start;
  gap: 0.5rem;
}
.l-page__main h3::before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 2.25rem;
  background: url(/service/mimamodrive/column/img/icon-h3.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .l-page__main h3::before {
    height: 2.7rem;
  }
}
@media screen and (min-width: 768px) {
  .l-page__main h3 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
@media screen and (min-width: 768px) {
  .l-page__main h3 {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-block-start: 3.5rem;
  }
}
.l-page__main h4 {
  line-height: 178%;
  color: #454545;
  margin-block-start: 2rem;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .l-page__main h4 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
@media screen and (min-width: 768px) {
  .l-page__main h4 {
    margin-block-start: 2.5rem;
    font-size: 1.1875rem;
  }
}
.l-page__main > p {
  font-size: 1rem;
  line-height: 1.78;
  margin-block-start: 1rem;
  color: #454545;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l-page__main > p {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
@media screen and (min-width: 768px) {
  .l-page__main > p {
    font-size: 1.125rem;
    line-height: 1.78;
  }
}
.l-page__main strong {
  font-weight: 700;
}
.l-page__main > a, .l-page__main .reference a, .l-page__main p a, .l-page__main table a, .l-page__main .blockquote a {
  color: #009CE5;
  font-size: 1.125rem;
  line-height: 1.8911111111;
  margin-block-start: 2rem;
  text-decoration-line: underline;
}
@media screen and (min-width: 768px) {
  .l-page__main > a, .l-page__main .reference a, .l-page__main p a, .l-page__main table a, .l-page__main .blockquote a {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
.l-page__main > a.c-button, .l-page__main .reference a.c-button, .l-page__main p a.c-button, .l-page__main table a.c-button, .l-page__main .blockquote a.c-button {
  text-decoration: none;
}
.l-page__main a {
  display: block;
  word-break: break-all;
}
.l-page__main p a, .l-page__main .reference a, .l-page__main table a {
  display: inline;
}
.l-page__main figure {
  width: 100%;
  margin-block-start: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-page__main figure {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
.l-page__main figure img {
  width: 100%;
  height: auto;
}
.l-page__main figure span {
  display: inline-block;
  color: #898989;
  font-size: 1rem;
  line-height: 178%;
  margin-top: 0.625rem;
}
.l-page__main figure.-wide {
  padding: 0;
  margin-block-start: 2rem;
}
@media screen and (min-width: 768px) {
  .l-page__main figure.-wide {
    padding: 0 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page__main figure.-wide img {
    aspect-ratio: 327/184;
  }
}
.l-page__main figure.-wide span {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.78;
  display: block;
  width: fit-content;
  margin-top: 0.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-page__main figure.-wide span {
    font-size: 0.875rem;
    line-height: 1.78;
  }
}
.l-page__main figure.blockquote {
  margin-block-start: 1rem;
  background: #F2F5F9;
  padding: 1.25rem;
  border-radius: 12px;
}
.l-page__main figure.blockquote p {
  font-size: 1rem;
  line-height: 1.78;
  font-weight: 400;
}
.l-page__main figure.blockquote a {
  display: inline;
  margin-block-start: 0;
  font-size: 0.875rem;
}
.l-page__main figure cite {
  margin-block-start: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.78;
  font-weight: 400;
}
.l-page__main ul {
  list-style: initial;
  padding-left: 1.5em;
}
.l-page__main ul li {
  list-style: disc;
  list-style-position: outside;
}
.l-page__main ul li a {
  display: inline-block;
  color: #009CE5;
}
.l-page__main ul li ul {
  padding-left: 1.5em;
}
.l-page__main ol {
  list-style: decimal;
  counter-reset: list-counter;
  padding-left: 1.5em;
}
.l-page__main ol li {
  list-style-position: outside;
}
.l-page__main ol li ol {
  counter-reset: list-counter;
  list-style: none;
}
.l-page__main ol li ol[type=a] > li::before {
  content: counter(list-counter, lower-alpha) ". ";
  counter-increment: list-counter;
}
.l-page__main ol li ol[type=i] > li::before {
  content: counter(list-counter, lower-roman) ". ";
  counter-increment: list-counter;
}
.l-page__main ol, .l-page__main ul {
  margin-block-start: 1rem;
}
@media screen and (min-width: 768px) {
  .l-page__main ol, .l-page__main ul {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
.l-page__main ol ol, .l-page__main ol ul, .l-page__main ul ol, .l-page__main ul ul {
  margin-block-start: 0;
}
.l-page__main ul li, .l-page__main ol li {
  font-size: 1rem;
  line-height: 178%;
  color: #454545;
  font-weight: 400;
}
.l-page__main > ol, .l-page__main > ul {
  padding: 1.25rem 1.25rem 1.25rem calc(1rem + 1.5em);
  background: #F2F5F9;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .l-page__main > ol, .l-page__main > ul {
    padding: 1.75rem 2rem 1.75rem calc(2rem + 1.5em);
  }
}
.l-page__main > table {
  width: 100%;
  border-collapse: collapse;
  margin-block-start: 1rem;
  font-size: 1rem;
  line-height: 178%;
  color: #454545;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-page__main > table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
@media screen and (min-width: 768px) {
  .l-page__main > table {
    font-size: 1.125rem;
  }
}
.l-page__main > table tr {
  border-bottom: 1px solid #E0E2E4;
}
.l-page__main > table tr th {
  background-color: #F2F5F9;
  padding: 0.5rem;
  font-weight: 400;
}
.l-page__main > table tr:has(> th:nth-of-type(3)) th, .l-page__main > table tr:has(> th:nth-of-type(3)) td, .l-page__main > table tr:has(> td:nth-of-type(3)) th, .l-page__main > table tr:has(> td:nth-of-type(3)) td {
  display: table-cell;
  width: 33.3333333333%;
}
.l-page__main > table tr:has(> th:nth-of-type(4)) th, .l-page__main > table tr:has(> th:nth-of-type(4)) td, .l-page__main > table tr:has(> td:nth-of-type(4)) th, .l-page__main > table tr:has(> td:nth-of-type(4)) td {
  display: table-cell;
  width: 25%;
}
.l-page__main > table tbody td {
  padding: 0.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-page__main > table td, .l-page__main > table th {
    background: transparent;
    display: block;
    width: 100%;
  }
}
.l-page__main > table ul, .l-page__main > table ol {
  margin-top: 0;
}
.l-page__main > div {
  margin-block-start: 2rem;
  border-radius: 8px;
  background: #F2F5F9;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .l-page__main > div {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
.l-page__main > div > div {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}
.l-page__main > div > div img {
  width: 4.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #8D97A1;
}
.l-page__main > div > div p {
  font-size: 1rem;
  line-height: 178%;
  color: #454545;
}
@media screen and (min-width: 768px) {
  .l-page__main > div > div p {
    font-size: 1.125rem;
  }
}
.l-page__main > div > div p span {
  font-size: 0.875rem;
  display: block;
  font-weight: 400;
}
.l-page__main > div > p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #454545;
  line-height: 178%;
}
@media screen and (min-width: 768px) {
  .l-page__main dl {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
.l-page__main .reference {
  border-radius: unset;
  background: transparent;
  padding: 0;
  font-size: 0.75rem;
  margin-block-start: 0.25rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l-page__main .reference {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
@media screen and (min-width: 768px) {
  .l-page__main .reference {
    line-height: 1.78;
    font-size: 1rem;
  }
}
.l-page__main .reference p, .l-page__main .reference cite, .l-page__main .reference a {
  margin-block-start: 0;
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-page__main .reference p, .l-page__main .reference cite, .l-page__main .reference a {
    font-weight: 1rem;
  }
}
.l-page__main cite {
  font-style: normal;
}

.l-page__contents mark {
  font-size: 1rem;
  line-height: 1.78;
  color: #454545;
  background: linear-gradient(to bottom, transparent calc(100% - 8px), #F2F548 calc(100% - 8px));
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-page__contents mark {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
@media screen and (min-width: 768px) {
  .l-page__contents mark {
    font-size: 1.125rem;
    line-height: 1.78;
  }
}

.c-footer__contact {
  background: #005BAC;
}
.c-footer__contact * {
  color: #fff;
  text-align: center;
}
.c-footer__contact__inner {
  padding: 2rem 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-footer__contact__inner {
    padding: 16px 24px;
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .c-footer__contact__inner {
    padding: 1rem;
    gap: 1rem;
  }
}
.c-footer__contact__text {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-footer__contact__text {
    font-size: 16px;
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .c-footer__contact__text {
    font-size: 1rem;
    gap: 0.5rem;
  }
}
.c-footer__contact__text span {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-footer__contact__text span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .c-footer__contact__text span {
    font-size: 0.875rem;
  }
}
.c-footer__contact__tel {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-footer__contact__tel {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .c-footer__contact__tel {
    font-size: 1.5rem;
  }
}

.c-footer__nav {
  padding: 2rem 1.5rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-footer__nav {
    padding: 16px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .c-footer__nav {
    padding: 1rem 1.5rem;
  }
}
.c-footer__navList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-footer__navList {
    flex-direction: row;
    gap: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .c-footer__navList {
    gap: 3.5rem;
  }
}
.c-footer__navItem {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-footer__navItem {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .c-footer__navItem {
    font-size: 1.25rem;
  }
}
.c-footer__navItem a {
  text-decoration: underline;
}

.c-contactButton {
  display: flex;
  padding: 0.5rem 1.35rem;
  align-items: center;
  gap: 0.4375rem;
  border-radius: 6.25rem;
  background: #009CE5;
  font-size: 0.625rem;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-contactButton {
    gap: 16px;
    padding: 8px 32px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .c-contactButton {
    gap: 1rem;
    padding: 0.5rem 2rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-contactButton:hover {
    background: #005BAC;
  }
}
.c-contactButton img {
  width: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-contactButton img {
    width: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .c-contactButton img {
    width: 1.5rem;
  }
}

main a.c-button, .c-button {
  color: #fff;
  background: #009CE5;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  main a.c-button, .c-button {
    padding: 16px 48px;
    font-size: 24px;
    gap: 16px;
    width: max-content;
  }
}
@media screen and (min-width: 1024px) {
  main a.c-button, .c-button {
    padding: 1rem 3rem;
    gap: 1rem;
    font-size: 1.5rem;
  }
}
main a.c-button svg.c-moveIcon, .c-button svg.c-moveIcon {
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  main a.c-button:not(.c-startKit__button):hover, .c-button:not(.c-startKit__button):hover {
    background-color: #005BAC;
  }
  main a.c-button:not(.c-startKit__button):hover svg.c-moveIcon, .c-button:not(.c-startKit__button):hover svg.c-moveIcon {
    transform: translateX(8px);
  }
}
main a.c-button.-line, .c-button.-line {
  background-color: #fff;
  border: 2px solid #005BAC;
  color: #005BAC;
  padding: 1rem 3rem;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  main a.c-button.-line, .c-button.-line {
    padding: 16px 48px;
  }
}
main a.c-button.-line svg, .c-button.-line svg {
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  main a.c-button.-line:hover, .c-button.-line:hover {
    background-color: rgba(0, 91, 172, 0.1);
  }
}
main a.c-button.-line:hover svg, .c-button.-line:hover svg {
  transform: translateX(8px);
}
main a.c-button.-cv, .c-button.-cv {
  background: #F2F548 url(../img/add/icon-cv-button-bg.png) no-repeat 91% bottom/18%;
  box-shadow: 0px 24px 31px 0px rgba(216, 183, 13, 0.24);
  position: relative;
  z-index: 1;
  color: #072036;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1.2;
  gap: 0;
  padding: 1rem 6.25rem 1rem 2rem;
  max-width: 400px;
  border: 0.03125rem solid #FFF8DA;
}
@media screen and (min-width: 768px) {
  main a.c-button.-cv, .c-button.-cv {
    font-size: 24px;
    padding: 16px 100px 16px 32px;
  }
}
@media screen and (min-width: 1024px) {
  main a.c-button.-cv, .c-button.-cv {
    font-size: 1.75rem;
    padding: 1rem 9.125rem 1rem 3rem;
    background: #F2F548 url(/content/dam/tsmo/service/mimamowellness/assets/img/common/icon-cv-button-bg.png) no-repeat 91% bottom/21%;
    min-width: 26.25rem;
    max-width: unset;
  }
}
main a.c-button.-cv.-wellness, .c-button.-cv.-wellness {
  background: #F2F548 url(/content/dam/tsmo/service/mimamowellness/assets/img/common/icon-cv-button-bg.png) no-repeat 91% bottom/18%;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  main a.c-button.-cv.-wellness, .c-button.-cv.-wellness {
    background: #F2F548 url(/content/dam/tsmo/service/mimamowellness/assets/img/common/icon-cv-button-bg.png) no-repeat 91% bottom/21%;
  }
}
main a.c-button.-cv.-no-shadow, .c-button.-cv.-no-shadow {
  box-shadow: none;
}
main a.c-button.-cv span, .c-button.-cv span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  main a.c-button.-cv span, .c-button.-cv span {
    gap: 4px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  main a.c-button.-cv span, .c-button.-cv span {
    gap: 0.25rem;
    font-size: 1rem;
  }
}
main a.c-button.-cv span img, .c-button.-cv span img {
  width: 0.6875rem;
}
@media screen and (min-width: 768px) {
  main a.c-button.-cv span img, .c-button.-cv span img {
    width: 11px;
  }
}
@media screen and (min-width: 1024px) {
  main a.c-button.-cv span img, .c-button.-cv span img {
    width: 0.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  main a.c-button.-cv:hover, .c-button.-cv:hover {
    background-color: #F0D85C;
  }
}
main a.c-button.-lp--ac, .c-button.-lp--ac {
  background: #F2F548 url(../img/add/icon-cv-button-bg_ac.png) no-repeat 100% bottom/23%;
  box-shadow: 0px 24px 31px 0px rgba(216, 183, 13, 0.24);
}
@media screen and (min-width: 1024px) {
  main a.c-button.-lp--ac, .c-button.-lp--ac {
    background: #F2F548 url(../img/add/icon-cv-button-bg_ac.png) no-repeat 91% bottom/21%;
  }
}
main a.c-button.-feature, .c-button.-feature {
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  main a.c-button.-feature, .c-button.-feature {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  main a.c-button.-feature, .c-button.-feature {
    margin: 2.5rem 0 0;
  }
}
main a.c-button.-articles, .c-button.-articles {
  margin: 1.125rem auto 0;
}
@media screen and (min-width: 768px) {
  main a.c-button.-articles, .c-button.-articles {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  main a.c-button.-articles, .c-button.-articles {
    margin-top: 1.25rem;
  }
}
main a.c-button.mt-16-24, .c-button.mt-16-24 {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  main a.c-button.mt-16-24, .c-button.mt-16-24 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  main a.c-button.-not-tab, .c-button.-not-tab {
    padding: 1rem 3rem;
    gap: 1rem;
    font-size: 1.5rem;
  }
}

main a.c-button--seminar-inner {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  main a.c-button--seminar-inner {
    display: none;
  }
}

.c-heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.5;
}

.c-hamburger {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    width: 24px;
    height: 24px;
    right: 24px;
    top: 14px;
  }
}
.c-hamburger span {
  display: block;
  height: 2px;
  width: 1.125rem;
  border-radius: 0.625rem;
  background: #000;
  position: absolute;
  left: 0.1875rem;
  transition: 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .c-hamburger span {
    height: 2px;
    width: 20px;
    left: 3px;
  }
}
.c-hamburger span:nth-of-type(1) {
  top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger span:nth-of-type(1) {
    top: 5px;
  }
}
.c-hamburger span:nth-of-type(2) {
  top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger span:nth-of-type(2) {
    top: 11px;
  }
}
.c-hamburger span:nth-of-type(3) {
  top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger span:nth-of-type(3) {
    top: 18px;
  }
}
.c-hamburger.js-active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0.75rem;
}
.c-hamburger.js-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.js-active span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .c-hamburger {
    display: none !important;
  }
}

.c-title {
  padding: 0;
}
.c-title--h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #009CE5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-title--h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .c-title--h2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .c-title--h2.-large {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .c-title--h2.-pc-40 {
    font-size: 2.5rem;
  }
}
.c-title--h3 {
  font-size: 1.25rem;
  line-height: 1.78;
  font-weight: 700;
  color: #009CE5;
  position: relative;
  display: flex;
  align-items: center;
}
.c-title--h3::before {
  content: "";
  height: 2rem;
  width: 0.25rem;
  border-radius: 0.625rem;
  background: #009CE5;
  display: inline-block;
  margin-right: 0.5rem;
}
.c-title.-center {
  text-align: center;
}
.c-title.-inner {
  display: block;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 23.4375rem;
}
@media screen and (min-width: 768px) {
  .c-title.-inner {
    padding: 0 40px;
    max-width: 767px;
  }
}
@media screen and (min-width: 1024px) {
  .c-title.-inner {
    padding: 0 5.5rem;
    max-width: 90rem;
  }
}

.c-cardHeading {
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #E5F4F8;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  line-height: 0.6964285714;
}
@media screen and (min-width: 768px) {
  .c-cardHeading {
    font-size: 120px;
    line-height: 0.7083333333;
  }
}
@media screen and (min-width: 1024px) {
  .c-cardHeading {
    font-size: 7.5rem;
  }
}
.c-cardHeading.-light {
  color: #EAF5FF;
}

.c-caseLabel {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #8D97A1;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-caseLabel {
    font-size: 16px;
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .c-caseLabel {
    font-size: 1rem;
    gap: 0.5rem;
  }
}
.c-caseLabel svg {
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-caseLabel:not(.-page) {
    gap: 8px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .c-caseLabel:not(.-page) {
    gap: 0.5rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-caseLabel:not(.-page) svg {
    width: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .c-caseLabel:not(.-page) svg {
    width: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-caseLabel.-page {
    font-size: 0.875rem;
    line-height: 1.78;
  }
}

.c-startKit {
  display: flex;
  border-radius: 1rem;
  padding: 32px 1rem;
  background: url(../img/add/startkit-bg_book.png) no-repeat 108% 34px/25%, linear-gradient(97deg, #16B4FF 1.94%, #B19EFF 92.69%);
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-startKit {
    background: url(../img/add/startkit-bg_book.png) no-repeat 98% center/14%, linear-gradient(97deg, #16B4FF 1.94%, #B19EFF 92.69%);
  }
}
@media screen and (min-width: 1024px) {
  .c-startKit {
    background: url(../img/add/startkit-bg_book.png) no-repeat 95% center/62%, url(../img/add/startkit-bg.png) no-repeat center/cover;
    border-radius: 1rem;
    aspect-ratio: 1/1;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    padding: 2rem 1rem;
  }
}
.c-startKit .c-circle-btn {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .c-startKit .c-circle-btn {
    display: none;
  }
}
.c-startKit svg {
  width: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .c-startKit:hover .c-startKit__button {
    color: #fff;
    background: #005BAC;
  }
}
.c-startKit.is-hidden {
  opacity: 0;
  visibility: hidden;
  position: relative;
  display: none;
  z-index: -10;
}
@media screen and (min-width: 1024px) {
  .c-startKit.is-hidden {
    opacity: 1;
    visibility: visible;
    position: static;
    display: flex;
  }
}

.c-startKit__text {
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.1;
}
@media screen and (min-width: 1024px) {
  .c-startKit__text {
    font-size: 2.5rem;
  }
}
.c-startKit__text br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-startKit__text br {
    display: inline-block;
  }
}

.c-startKit__button {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-startKit__button {
    display: flex;
    width: 100%;
    color: #005BAC;
    font-family: "Inter", sans-serif;
    background: #fff;
    padding: 0.5rem 1rem;
    transition: 0.2s ease;
  }
}

.c-indexLink {
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #009CE5;
  transition: 0.2s ease;
  line-height: 3;
  padding: 0.75rem 1rem;
}
@media screen and (min-width: 1024px) {
  .c-indexLink {
    font-size: 1.125rem;
    line-height: 2.6666666667;
    padding: 1rem;
  }
}
.c-indexLink svg {
  transition: 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .c-indexLink:hover {
    background: #005BAC;
  }
}
@media screen and (min-width: 1024px) {
  .c-indexLink:hover svg {
    transform: translateX(8px);
  }
}

#main div.c-seminarFoot {
  background: #F2F5F9;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  #main div.c-seminarFoot {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  #main div.c-seminarFoot {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
@media screen and (min-width: 1024px) {
  #main div.c-seminarFoot {
    margin-bottom: 5rem;
  }
}
#main div.c-seminarFoot > div > p {
  text-align: center;
  font-size: 1.25rem;
  color: #454545;
  font-weight: 700;
  line-height: 150%;
}
#main div.c-seminarFoot > div > p:nth-of-type(n+2) {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main div.c-seminarFoot.-inline {
    margin-block-start: 1.5rem;
  }
}
#main div.c-seminarFoot .c-button {
  min-width: 15.5rem;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #main div.c-seminarFoot .c-button {
    font-size: 1rem;
    padding: 0.75rem 2.5rem;
  }
}

.c-opt {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  background: #005BAC;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .c-opt {
    padding: 1rem 2.5rem;
  }
}
.c-opt.is-open {
  opacity: 1;
  visibility: visible;
}

.c-opt__text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.08em;
}
.c-opt__text:nth-of-type(n+2) {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .c-opt__text {
    line-height: 1;
  }
}
.c-opt__text a {
  text-decoration: underline;
}

.c-opt__btn {
  position: absolute;
  top: 0.5rem;
  right: 0.375rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-opt__btn {
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
  }
}
.c-opt__btn span {
  display: block;
  border-radius: 3.125rem;
  width: 1rem;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  top: 48%;
  left: 20%;
  transform-origin: center;
}
.c-opt__btn span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.c-opt__btn span:nth-of-type(2) {
  transform: rotate(45deg);
}

.c-block-cta {
  background: url(../img/add/bg_column-cta_sp.jpg) no-repeat center center/cover;
  margin-block-start: 2rem;
  margin-block-end: 2rem;
  padding: 2.5rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-block-cta {
    background: url(../img/add/bg_column-cta_pc.jpg) no-repeat center center/cover;
    padding: 3rem 1rem;
    max-width: unset !important;
  }
}
.c-block-cta .c-button {
  max-width: 16rem;
}
@media screen and (min-width: 768px) {
  .c-block-cta .c-button {
    max-width: 26.25rem;
  }
}

.l-page__main div > h2, .p-articles__read div > h2 {
  margin: initial;
  font-size: 1.25rem;
  color: #005BAC;
  line-height: 1.5;
  position: relative;
  padding-left: 0.75rem;
}
.l-page__main div > h2::before, .p-articles__read div > h2::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background: #005BAC;
  border-radius: 6.25rem;
}
.l-page__main .c-block__seminar__overview, .p-articles__read .c-block__seminar__overview {
  border-radius: 24px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__seminar__overview, .p-articles__read .c-block__seminar__overview {
    margin-block-start: 0;
  }
}
.l-page__main .c-block__seminar__overview h2, .p-articles__read .c-block__seminar__overview h2 {
  padding-left: 0;
}
.l-page__main .c-block__seminar__overview h2::before, .p-articles__read .c-block__seminar__overview h2::before {
  content: none;
}
.l-page__main .c-block__seminar__overview p, .p-articles__read .c-block__seminar__overview p {
  line-height: 2;
  color: #000;
  font-size: 1.125rem;
}
.l-page__main .c-block__seminar__list, .p-articles__read .c-block__seminar__list {
  padding: 0;
  background: transparent;
  border-radius: unset;
}
.l-page__main .c-block__seminar__list ul, .p-articles__read .c-block__seminar__list ul {
  margin-block-start: 0;
}
.l-page__main .c-block__seminar__author, .p-articles__read .c-block__seminar__author {
  border-radius: unset;
  background: transparent;
  padding: 0;
}
.l-page__main .c-block__seminar__author dl, .p-articles__read .c-block__seminar__author dl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__seminar__author dl, .p-articles__read .c-block__seminar__author dl {
    flex-direction: row;
  }
}
.l-page__main .c-block__seminar__author dl > div, .p-articles__read .c-block__seminar__author dl > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__seminar__author dl > div, .p-articles__read .c-block__seminar__author dl > div {
    flex: 1;
  }
}
.l-page__main .c-block__seminar__author dt, .p-articles__read .c-block__seminar__author dt {
  font-size: 1.125rem;
  font-weight: 700;
  stroke-linejoin: 1.78;
}
.l-page__main .c-block__seminar__author dt span, .p-articles__read .c-block__seminar__author dt span {
  display: block;
  color: #454545;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.78;
}
.l-page__main .c-block__seminar__author dd, .p-articles__read .c-block__seminar__author dd {
  background: #F2F5F9;
  border-radius: 24px;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__seminar__author dd, .p-articles__read .c-block__seminar__author dd {
    padding: 1.5rem 2rem;
  }
}
.l-page__main .c-block__seminar__author dd *, .p-articles__read .c-block__seminar__author dd * {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
.l-page__main .c-block__seminar__author img, .p-articles__read .c-block__seminar__author img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  background: #cdcdcd;
}
.l-page__main .c-block__seminar__detail, .p-articles__read .c-block__seminar__detail {
  border-radius: unset;
  background: transparent;
  padding: 0;
}
.l-page__main .c-block__seminar__detail table, .p-articles__read .c-block__seminar__detail table {
  margin: initial;
}
.l-page__main .c-block__seminar__detail table tr, .p-articles__read .c-block__seminar__detail table tr {
  background: transparent;
  border-bottom: 2px solid #F2F5F9;
}
.l-page__main .c-block__seminar__detail table th, .l-page__main .c-block__seminar__detail table td, .p-articles__read .c-block__seminar__detail table th, .p-articles__read .c-block__seminar__detail table td {
  display: block;
  font-weight: 500;
}
.l-page__main .c-block__seminar__detail table th, .p-articles__read .c-block__seminar__detail table th {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 1.5rem 0 0 0;
  color: #009CE5;
  text-align: left;
}
.l-page__main .c-block__seminar__detail table tr:first-of-type th, .p-articles__read .c-block__seminar__detail table tr:first-of-type th {
  padding: 0;
}
.l-page__main .c-block__seminar__detail table td, .p-articles__read .c-block__seminar__detail table td {
  padding: 0 0 1.5rem 0;
  font-size: 1.125rem;
  line-height: 1.5;
  border-bottom: 1px solid #F2F5F9;
}
.l-page__main .c-block__seminar__detail table ol, .l-page__main .c-block__seminar__detail table ul, .p-articles__read .c-block__seminar__detail table ol, .p-articles__read .c-block__seminar__detail table ul {
  margin-block-start: initial;
}
.l-page__main .c-block__seminar__detail table ol li, .l-page__main .c-block__seminar__detail table ul li, .p-articles__read .c-block__seminar__detail table ol li, .p-articles__read .c-block__seminar__detail table ul li {
  font-size: 1.125rem;
  line-height: 1.5;
}
.l-page__main .c-block__seminar__detail table small, .p-articles__read .c-block__seminar__detail table small {
  display: inline-block;
  width: 100%;
  color: #BEBEBE;
}
.l-page__main .c-block__seminar__detail table small:nth-of-type(n+2), .p-articles__read .c-block__seminar__detail table small:nth-of-type(n+2) {
  margin-block-start: 0;
}
.l-page__main .c-block__case__board, .p-articles__read .c-block__case__board {
  padding: 1.5rem 1rem;
  margin-block-start: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__board, .p-articles__read .c-block__case__board {
    padding: 1.5rem;
  }
}
.l-page__main .c-block__case__board dl, .p-articles__read .c-block__case__board dl {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.l-page__main .c-block__case__board dt, .p-articles__read .c-block__case__board dt {
  font-size: 1.125rem;
  line-height: 1.78;
  color: #005BAC;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__board dt, .p-articles__read .c-block__case__board dt {
    font-size: 1.25rem;
    line-height: 1.78;
  }
}
.l-page__main .c-block__case__board dd, .p-articles__read .c-block__case__board dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.78;
  color: #454545;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__board dd, .p-articles__read .c-block__case__board dd {
    font-size: 1.125rem;
    line-height: 1.78;
  }
}
.l-page__main .c-block__case__board dd:not(.-bg-none), .p-articles__read .c-block__case__board dd:not(.-bg-none) {
  background: #fff;
  padding: 0.6875rem 0.5rem;
  border-radius: 8px;
}
.l-page__main .c-block__case__board dd ul, .l-page__main .c-block__case__board dd li, .p-articles__read .c-block__case__board dd ul, .p-articles__read .c-block__case__board dd li {
  margin: initial;
}
.l-page__main .c-block__case__board dd ul, .p-articles__read .c-block__case__board dd ul {
  width: fit-content;
}
.l-page__main .c-block__case__board dd li, .p-articles__read .c-block__case__board dd li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  list-style: outside;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__board dd li, .p-articles__read .c-block__case__board dd li {
    font-size: 1.125rem;
    line-height: 1.78;
  }
}
.l-page__main .c-block__case__box, .p-articles__read .c-block__case__box {
  background: transparent;
  border-radius: unset;
  padding: 0;
  gap: 0;
  margin: initial;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__box, .p-articles__read .c-block__case__box {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
.l-page__main .c-block__case__box h2, .p-articles__read .c-block__case__box h2 {
  margin-block-start: 2.5rem;
  padding: 0;
  font-size: 1.375rem;
  line-height: 1.78;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__box h2, .p-articles__read .c-block__case__box h2 {
    font-size: 1.5rem;
    line-height: 1.78;
  }
}
.l-page__main .c-block__case__box h2::before, .p-articles__read .c-block__case__box h2::before {
  content: none;
}
.l-page__main .c-block__case__box p, .p-articles__read .c-block__case__box p {
  margin-block-start: 1.5rem;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__box p, .p-articles__read .c-block__case__box p {
    font-size: 1.125rem;
    line-height: 1.78;
  }
}
.l-page__main .c-block__case__table, .p-articles__read .c-block__case__table {
  margin-block-start: 1.5rem;
  background: #F2F5F9;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__table, .p-articles__read .c-block__case__table {
    flex-direction: row;
    align-items: center;
  }
}
.l-page__main .c-block__case__table *, .p-articles__read .c-block__case__table * {
  margin: 0 !important;
}
.l-page__main .c-block__case__table h3, .p-articles__read .c-block__case__table h3 {
  color: #005BAC;
  font-size: 1.125rem;
  line-height: 1.78;
  font-weight: 700;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__table h3, .p-articles__read .c-block__case__table h3 {
    font-size: 1.25rem;
    line-height: 1.78;
  }
}
.l-page__main .c-block__case__table p, .p-articles__read .c-block__case__table p {
  font-size: 1rem;
  line-height: 1.78;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__table p, .p-articles__read .c-block__case__table p {
    font-size: 1.125rem;
    line-height: 1.78;
  }
}
.l-page__main .c-block__case__table h4, .p-articles__read .c-block__case__table h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.78;
  color: #005BAC;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__table h4, .p-articles__read .c-block__case__table h4 {
    font-size: 1.25rem;
    line-height: 1.78;
  }
}
.l-page__main .c-block__case__table h4:nth-of-type(n+2), .p-articles__read .c-block__case__table h4:nth-of-type(n+2) {
  margin-top: 0.5rem !important;
}
.l-page__main .c-block__case__table dd, .p-articles__read .c-block__case__table dd {
  padding-left: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__table dd, .p-articles__read .c-block__case__table dd {
    flex: 1;
  }
}
.l-page__main .c-block__case__table dd::before, .p-articles__read .c-block__case__table dd::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #D7E7F5;
}
.l-page__main hr, .p-articles__read hr {
  background: #F2F5F9;
  height: 1px;
  margin-block-start: 2rem;
  margin-block-end: 2rem;
}
@media screen and (min-width: 768px) {
  .l-page__main hr, .p-articles__read hr {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
.l-page__main .c-block__case__company, .p-articles__read .c-block__case__company {
  gap: 1.5rem;
  flex-direction: column;
  border-radius: unset;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__company, .p-articles__read .c-block__case__company {
    flex-direction: row;
    margin-bottom: 5rem;
  }
}
.l-page__main .c-block__case__company div, .p-articles__read .c-block__case__company div {
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
  align-self: flex-start;
}
.l-page__main .c-block__case__company img, .p-articles__read .c-block__case__company img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__company img, .p-articles__read .c-block__case__company img {
    max-width: 15rem;
    height: 8.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page__main .c-block__case__company img, .p-articles__read .c-block__case__company img {
    aspect-ratio: 279/184;
  }
}
.l-page__main .c-block__case__company p, .p-articles__read .c-block__case__company p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.78;
  width: 100%;
}
.l-page__main .c-block__case__company table, .p-articles__read .c-block__case__company table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__company table, .p-articles__read .c-block__case__company table {
    flex: 1;
  }
}
.l-page__main .c-block__case__company table th, .l-page__main .c-block__case__company table td, .p-articles__read .c-block__case__company table th, .p-articles__read .c-block__case__company table td {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.78;
  color: #454545;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__company table th, .l-page__main .c-block__case__company table td, .p-articles__read .c-block__case__company table th, .p-articles__read .c-block__case__company table td {
    display: table-cell;
  }
}
.l-page__main .c-block__case__company table tr:nth-of-type(n+2) th, .p-articles__read .c-block__case__company table tr:nth-of-type(n+2) th {
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__company table tr, .p-articles__read .c-block__case__company table tr {
    vertical-align: text-top;
  }
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__case__company table th, .p-articles__read .c-block__case__company table th {
    width: 7rem;
  }
}
.l-page__main .c-block-cta, .p-articles__read .c-block-cta {
  background: url(../img/add/bg_column-cta_sp.jpg) no-repeat center center/cover;
  align-items: center;
  border-radius: unset;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-page__main .c-block-cta a.-cv, .p-articles__read .c-block-cta a.-cv {
    max-width: unset;
    padding: 1rem 2rem;
    background-image: none;
  }
}
.l-page__main .c-block__other-article, .p-articles__read .c-block__other-article {
  margin-top: 1.5rem;
  border: 1px solid #E0E2E4;
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 1rem;
  color: #000;
  text-decoration: none;
  transition: background 0.2s ease;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__other-article, .p-articles__read .c-block__other-article {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-page__main .c-block__other-article:hover, .p-articles__read .c-block__other-article:hover {
    background: rgba(0, 91, 172, 0.1);
  }
}
.l-page__main .c-block__other-article div, .p-articles__read .c-block__other-article div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.l-page__main .c-block__other-article img, .p-articles__read .c-block__other-article img {
  width: 25%;
  border-radius: 8px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__other-article img, .p-articles__read .c-block__other-article img {
    width: 12rem;
  }
}
.l-page__main .c-block__other-article span, .p-articles__read .c-block__other-article span {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: #8D97A1;
  display: inline-block;
  width: fit-content;
}
.l-page__main .c-block__other-article p, .p-articles__read .c-block__other-article p {
  font-size: 0.875rem;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  height: fit-content;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__other-article p, .p-articles__read .c-block__other-article p {
    font-size: 1rem;
  }
}
.l-page__main .c-block__other-article p.-title, .p-articles__read .c-block__other-article p.-title {
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__other-article p.-title, .p-articles__read .c-block__other-article p.-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page__main .c-block__other-article p.-read, .p-articles__read .c-block__other-article p.-read {
    display: none;
  }
}
.l-page__main .c-block__other-material, .p-articles__read .c-block__other-material {
  margin-top: 1.5rem;
  background: #009CE5;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  padding: 1rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__other-material, .p-articles__read .c-block__other-material {
    flex-direction: row;
    gap: 2rem;
    padding: 1.5rem;
  }
}
.l-page__main .c-block__other-material div, .p-articles__read .c-block__other-material div {
  flex: 1;
  display: block;
}
.l-page__main .c-block__other-material img, .p-articles__read .c-block__other-material img {
  width: 100%;
  height: fit-content;
  object-fit: contain;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__other-material img, .p-articles__read .c-block__other-material img {
    width: 12rem;
  }
}
.l-page__main .c-block__other-material p, .p-articles__read .c-block__other-material p {
  color: #fff;
  line-height: 1.5;
}
.l-page__main .c-block__other-material p.-document, .p-articles__read .c-block__other-material p.-document {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__other-material p.-document, .p-articles__read .c-block__other-material p.-document {
    font-size: 1.25rem;
  }
}
.l-page__main .c-block__other-material p.-details, .p-articles__read .c-block__other-material p.-details {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-page__main .c-block__other-material p.-details, .p-articles__read .c-block__other-material p.-details {
    display: none;
  }
}
.l-page__main .c-block__other-material span.c-button, .p-articles__read .c-block__other-material span.c-button {
  background: #F2F548;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.75rem;
  padding: 0.625rem 1.5rem;
  max-width: 15rem;
  transition: 0.3s ease;
  gap: 0.35rem;
}
@media screen and (min-width: 768px) {
  .l-page__main .c-block__other-material span.c-button, .p-articles__read .c-block__other-material span.c-button {
    font-size: 1rem;
    margin-top: 1.125rem;
  }
}
.l-page__main .c-block__other-material span.c-button span, .p-articles__read .c-block__other-material span.c-button span {
  background: #fff;
  color: #009CE5;
  padding: 0.25rem 0.375rem;
  border-radius: 4px;
}
.l-page__main .c-block__other-material span.c-button path, .p-articles__read .c-block__other-material span.c-button path {
  stroke: #000;
}
.l-page__main .c-block__other-material:hover span.c-button, .p-articles__read .c-block__other-material:hover span.c-button {
  background: #F0D85C;
}

.c-block__other-material .c-button {
  max-width: unset !important;
}

.p-articles-card__category + .p-articles__release {
  margin-left: 1rem;
}

.p-page__heading .p-articles__release {
  font-size: 0.875rem;
  font-weight: 500;
  color: #454545;
}
@media screen and (min-width: 768px) {
  .p-page__heading .c-block__case__user-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-page__heading .c-block__case__user {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 0.5rem;
}
.p-page__heading .c-block__case__user * {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-page__heading .c-block__case__user {
    margin-top: 1rem;
  }
}
.p-page__heading .c-block__case__user div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-page__heading .c-block__case__user img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
  background: #cdcdcd;
}
@media screen and (min-width: 768px) {
  .p-page__heading .c-block__case__user img {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.p-page__heading .c-block__case__user span {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.78;
}
@media screen and (min-width: 768px) {
  .p-page__heading .c-block__case__user span {
    font-size: 0.875rem;
    line-height: 1.78;
  }
}
.p-page__heading .c-block__case__user p {
  font-size: 0.875rem;
  line-height: 1.78;
}
@media screen and (min-width: 768px) {
  .p-page__heading .c-block__case__user p {
    font-size: 1.125rem;
    line-height: 1.78;
  }
}

.c-movieBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #005BAC;
  cursor: pointer;
  z-index: 1;
}
.c-movieBtn svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 38%;
}
.c-movieBtn.is-active {
  display: none;
}

.c-mimamo-cta__btn-wrap {
  text-align: center;
}
.c-mimamo-cta__btn-wrap .c-button {
  color: #454545;
  font-size: 1.25rem;
  background: #F2F548;
  margin-inline: auto;
}
.c-mimamo-cta__btn-wrap .c-button path {
  stroke: #454545;
}
@media screen and (min-width: 768px) {
  .c-mimamo-cta__btn-wrap .c-button:hover {
    background: #F0D85C !important;
  }
}

.c-mimamo-cta {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-mimamo-cta {
    margin-top: 3.5rem;
  }
}
.c-mimamo-cta dt {
  background: #005BAC;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 0.875rem;
}
.c-mimamo-cta dd {
  padding: 1rem;
  background: #16B4FF;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
@media screen and (min-width: 768px) {
  .c-mimamo-cta dd {
    padding: 3rem;
  }
}
.c-mimamo-cta dd .c-mimamo-cta__img-wrap {
  display: flex;
  justify-content: space-between;
}
.c-mimamo-cta dd .c-mimamo-cta__img-wrap > img {
  width: 48%;
  height: auto;
}
.c-mimamo-cta dd p {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .c-mimamo-cta dd p {
    font-size: 1.125rem;
  }
}

.top-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 90;
  opacity: 0;
  transition: 0.5s;
  width: 50px;
  height: 50px;
}

.top-btn.btn_in {
  opacity: 1;
  transition: 0.5s;
}

.top-btn a {
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .top-btn {
    bottom: 104px;
    width: 40px;
    height: 40px;
    right: 5%;
  }
}
@media (any-hover: hover) {
  .top-btn:hover {
    opacity: 0.7;
  }
}
.c-message--undefined {
  font-size: 1rem;
  margin: 0 0 1rem;
  padding: 0 1rem;
}

.c-note__item {
  display: grid;
  position: relative;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 0 0.25rem;
}
.c-note__item::before {
  content: "・";
}
.c-note__item:nth-of-type(n+2) {
  margin-block-start: 0.5rem;
}

.c-demoBanner {
  display: flex;
  border-radius: 1rem;
  padding: 32px 1rem;
  background: url(../img/add/startkit-bg_book.png) no-repeat 108% 34px/25%, linear-gradient(135deg, #00BAED 0%, #53D9AE 100%);
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-demoBanner {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-demoBanner {
    background: url(../img/add/startkit-bg_book.png) no-repeat 98% center/14%, linear-gradient(135deg, #00BAED 0%, #53D9AE 100%);
  }
}
@media screen and (min-width: 1024px) {
  .c-demoBanner {
    background: url(../img/add/demobanner-bg.png) no-repeat center/cover;
    border-radius: 1rem;
    aspect-ratio: 1/1;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    padding: 2rem 1rem;
  }
}
.c-demoBanner .c-circle-btn {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .c-demoBanner .c-circle-btn {
    display: none;
  }
}
.c-demoBanner svg {
  width: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .c-demoBanner:hover .c-demoBanner__button {
    color: #fff;
    background: #005BAC;
  }
}
.c-demoBanner.is-hidden {
  opacity: 0;
  visibility: hidden;
  position: relative;
  display: none;
  z-index: -10;
}
@media screen and (min-width: 1024px) {
  .c-demoBanner.is-hidden {
    opacity: 1;
    visibility: visible;
    position: static;
    display: flex;
  }
}

.c-demoBanner__text {
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-demoBanner__text {
    font-size: 2.5rem;
  }
}
.c-demoBanner__text br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-demoBanner__text br {
    display: inline-block;
  }
}

.c-demoBanner__button {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-demoBanner__button {
    display: flex;
    width: 100%;
    color: #005BAC;
    font-family: "Inter", sans-serif;
    background: #fff;
    padding: 0.5rem 1rem;
    transition: 0.2s ease;
  }
}

.c-gtm-cv * {
  pointer-events: none;
}

.l-page__category .p-articles__container {
  flex-wrap: wrap;
  overflow: initial;
  padding: 0;
}

.p-articles {
  padding: 2.5rem 0;
  background: #F2F5F9;
}
@media screen and (min-width: 768px) {
  .p-articles {
    padding: 0;
    overflow-x: hidden;
  }
}
.p-articles.-col-3 {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-articles.-col-3 {
    padding: 1.5rem 0 1.25rem;
  }
}
.p-articles.-col-3 .p-articles__container {
  overflow: initial;
}
@media screen and (min-width: 768px) {
  .p-articles.-col-3 .p-articles__container {
    padding-bottom: 20px;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles.-col-3 .p-articles__container {
    overflow: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-articles.-col-3 .p-articles-card:first-of-type {
    margin-left: calc(50% - 344px);
  }
}
@media screen and (min-width: 1024px) {
  .p-articles.-col-3 .p-articles-card:first-of-type {
    margin-left: calc(50% - 39.5rem);
  }
}
@media screen and (min-width: 768px) {
  .p-articles.-col-3 .p-articles-card:last-of-type {
    margin-right: calc(50% - 344px);
  }
}
@media screen and (min-width: 1024px) {
  .p-articles.-col-3 .p-articles-card:last-of-type {
    margin-right: calc(50% - 39.5rem);
  }
}
@media screen and (min-width: 768px) {
  .p-articles.-col-3 .p-articles-card__layout {
    width: 400px;
    min-width: 400px;
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles.-col-3 .p-articles-card__layout {
    width: 25rem;
    min-width: 25rem;
    gap: 1rem;
  }
}
.p-articles.-col-3 .p-articles-card__category {
  margin-top: 0;
}
.p-articles.-col-3 .p-articles-card__title {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-articles.-col-3 .p-articles-card__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles.-col-3 .p-articles-card__title {
    font-size: 1.25rem;
  }
}
.p-articles.-col-4 {
  background: transparent;
  overflow-x: scroll;
}
@media screen and (max-width: 767px) {
  .p-articles.-col-4 {
    padding: 1.5rem 0 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles.-col-4.-no-scroll {
    overflow: hidden;
  }
}
.p-articles.-col-4 .p-articles__container {
  overflow: initial;
  flex-direction: row;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-articles.-col-4 .p-articles__container {
    padding-bottom: 20px;
  }
}
.p-articles.-col-4 .p-articles-card:first-of-type {
  margin-left: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-articles.-col-4 .p-articles-card:first-of-type {
    margin-left: calc(50% - 39.5rem);
  }
}
.p-articles.-col-4 .p-articles-card:last-of-type a {
  margin-right: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-articles.-col-4 .p-articles-card:last-of-type a {
    margin-right: 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-articles.-col-4 .p-articles-card__layout {
    width: 400px;
    min-width: 400px;
    gap: 16px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles.-col-4 .p-articles-card__layout {
    width: 25rem;
    min-width: 25rem;
    gap: 1rem;
  }
}
.p-articles.-col-4 .p-articles-card__category {
  margin-top: 0;
}
.p-articles.-col-4 .p-articles-card__title {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-articles.-col-4 .p-articles-card__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles.-col-4 .p-articles-card__title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-articles.-col-4 .p-articles-card__image {
    aspect-ratio: 400/225;
  }
}

.p-articles-card__details {
  line-height: 2;
  font-size: 1rem;
  font-weight: 500;
  color: #454545;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .p-articles-card__details:not(.-page) {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles-card__details:not(.-page) {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-articles-card__details {
    font-size: 1rem;
  }
}

.p-articles__container {
  max-width: 20.4375rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-articles__container {
    flex-direction: row;
    gap: 32px;
    overflow-x: scroll;
    margin: 0;
    width: 100%;
    max-width: unset;
    padding: 24px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles__container {
    gap: 2rem;
    padding: 1rem 0;
  }
}
.p-articles__container.space-none {
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-articles__container.space-none {
    padding: 0 0 5rem;
  }
}
.p-articles__container.-row {
  margin-top: 1.5rem;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-articles__container.-row {
    margin-top: 24px;
    flex-direction: column;
    padding: 0;
    overflow: initial;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles__container.-row {
    margin-top: 1.5rem;
  }
}
.p-articles__container.-row .p-articles-card {
  border-bottom: 1px solid #F3F3F3;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .p-articles__container.-row .p-articles-card {
    padding: 24px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles__container.-row .p-articles-card {
    padding: 1rem 0;
  }
}
.p-articles__container.-row .p-articles-card:first-of-type {
  padding-top: 0;
}
.p-articles__container.-row .p-articles-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.p-articles__container.-row .p-articles-card__layout {
  display: flex;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-articles__container.-row .p-articles-card__layout {
    width: 100%;
    flex-direction: row;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles__container.-row .p-articles-card__layout {
    gap: 1.5rem;
  }
}
.p-articles__container.-row .p-articles-card__contents {
  flex: 1;
}
.p-articles__container.-row .p-articles-card__contents__cat-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-articles__container.-row .p-articles-card__image {
    width: 264px;
    aspect-ratio: 264/149;
    height: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles__container.-row .p-articles-card__image {
    width: 16.5rem;
  }
}
.p-articles__container.-row .p-articles-card__title {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-articles__container.-row .p-articles-card__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles__container.-row .p-articles-card__title {
    font-size: 1.25rem;
  }
}
.p-articles__container.-caseArchive {
  gap: 2rem;
  padding-bottom: 2.5rem;
  overflow-x: initial;
}
@media screen and (min-width: 768px) {
  .p-articles__container.-caseArchive {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    position: relative;
    float: left;
    gap: 1.5rem;
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-articles__container.-caseArchive::after {
    content: "";
    display: block;
    width: 100%;
  }
}
.p-articles__container.-caseArchive .p-articles-card {
  position: relative;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .p-articles__container.-caseArchive .p-articles-card {
    width: 100%;
    margin: 0 !important;
  }
}
.p-articles__container.-caseArchive .p-articles-card div:has(img) {
  aspect-ratio: 375/225;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-articles__container.-caseArchive .p-articles-card__layout {
    width: 100%;
    gap: 1rem;
  }
}
.p-articles__container.-caseArchive .p-articles-card__title {
  font-size: 1.25rem;
}
.p-articles__container.-rowArchive {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-articles__container.-rowArchive {
    flex-direction: column;
    gap: 2.5rem;
    overflow: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-articles__container.-rowArchive .p-articles-card {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .p-articles__container.-rowArchive .p-articles-card__layout {
    width: 100%;
    flex-direction: row;
    gap: 2.5rem;
  }
}
.p-articles__container.-rowArchive .p-articles-card__category {
  margin-top: 0;
}
.p-articles__container.-rowArchive.-col2 .p-articles-card__image {
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-articles__container.-rowArchive.-col2 .p-articles-card__image {
    width: 16.5rem;
    height: 9.3125rem;
  }
}
.p-articles__container.-rowArchive .p-articles-card__contents {
  flex: 1;
}
.p-articles__container.-rowArchive .p-articles-card__contents__cat-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.p-articles__container.-rowArchive .p-articles-card__title {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-articles__container.-rowArchive .p-articles-card__details {
    -webkit-line-clamp: 4;
  }
}
.p-articles__container.gap-32-48 {
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-articles__container.gap-32-48 {
    gap: 3rem;
  }
}
.p-articles__container:not(.-scroll) .p-articles-card__image {
  height: 11.5rem;
}
@media screen and (min-width: 768px) {
  .p-articles__container:not(.-scroll) .p-articles-card__image {
    height: 225px;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles__container:not(.-scroll) .p-articles-card__image {
    height: 14.0625rem;
  }
}
.p-articles__container.-left .p-articles-card__image {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-articles__container.-left .p-articles-card__image {
    width: 264px;
    height: 149px;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles__container.-left .p-articles-card__image {
    width: 16.5rem;
    height: 9.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles__container.-scroll {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-articles__container.-scroll .p-articles-card:last-of-type {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-articles__container.-scroll .p-articles-card:last-of-type {
    padding-right: calc(50% - 360px);
  }
}
@media screen and (min-width: 1024px) {
  .p-articles__container.-scroll .p-articles-card:last-of-type {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-articles__container.-scroll .p-articles-card:first-of-type {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-articles__container.-scroll {
    flex-direction: row;
    max-width: unset;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .p-articles__container.-scroll .p-articles-card__layout {
    min-width: 9.375rem;
  }
}

.p-articles-card__layout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-articles-card__layout.gap-24 {
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-articles-card__layout.gap-16 {
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-articles-card__layout {
    width: 200px;
    min-width: 200px;
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles-card__layout {
    gap: 0.5rem;
    width: 12.5rem;
  }
}
.p-articles-card__layout.-pageCat {
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-articles-card__layout.-pageCat {
    width: 384px;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles-card__layout.-pageCat {
    width: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .p-articles-card__layout.-pageCat .p-articles-card__title {
    font-size: 1.25rem;
  }
}
.p-articles-card__layout.-pageCat .p-articles-card__contents {
  gap: 0;
}

a.p-articles-card__layout {
  border-radius: 16px;
}
@media screen and (min-width: 1024px) {
  a.p-articles-card__layout {
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  a.p-articles-card__layout:hover {
    background: rgba(0, 91, 172, 0.1);
  }
  a.p-articles-card__layout:hover .p-articles-card__image {
    box-shadow: none;
  }
}
a.p-articles-card__layout.-fit .p-articles-card__image img {
  transition: 0.3s ease;
}
@media screen and (min-width: 1024px) {
  a.p-articles-card__layout.-fit:hover {
    background: white;
  }
  a.p-articles-card__layout.-fit:hover .p-articles-card__image {
    box-shadow: 0px 1.5rem 2.5rem 0px rgba(0, 32, 61, 0.08);
  }
  a.p-articles-card__layout.-fit:hover .p-articles-card__image img {
    transform: scale(1.12);
  }
}

@media screen and (min-width: 768px) {
  .p-articles-card:not(.-left):first-of-type {
    margin-left: calc(50% - 360px);
  }
}
@media screen and (min-width: 1024px) {
  .p-articles-card:not(.-left):first-of-type {
    margin-left: 2.5rem;
  }
}
.p-articles-card__image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: solid #fff 0.25rem;
  box-shadow: 0px 1.5rem 2.5rem 0px rgba(0, 32, 61, 0.08);
  aspect-ratio: 327/184;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .p-articles-card__image {
    border-radius: 24px;
  }
}
.p-articles-card__image.border-none {
  border: none !important;
}
.p-articles-card__image.border-2 {
  border: solid #fff 0.125rem;
}
.p-articles-card__image.border-4 {
  border: solid #fff 0.25rem;
}
.p-articles-card__image.br-24 {
  border-radius: 24px !important;
}
@media screen and (min-width: 768px) {
  .p-articles-card__image.with-400 {
    width: 100% !important;
    max-width: 25rem;
    aspect-ratio: 400/225;
  }
}
.p-articles-card__image img {
  width: 100%;
  height: 100%;
}
.p-articles-card__contents {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-articles-card__contents {
    gap: 8px;
  }
}
.p-articles-card__category {
  background: #E5F4F8;
  padding: 0.25rem 0.5rem;
  border-radius: 2.5rem;
  text-align: center;
  width: fit-content;
  color: #009CE5;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-articles-card__category {
    padding: 4px 8px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles-card__category {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}
.p-articles-card__category--seminar {
  background: #009CE5;
  color: #fff;
}
.p-articles-card__category--index {
  background: #09C883;
  color: #fff;
}
.p-articles-card__category--closing {
  background: transparent;
  border: 1px solid #AFAFAF;
  color: #AFAFAF;
}
.p-articles-card__category--column {
  background: #8D97A1;
  color: #fff;
}
.p-articles-card__category--documents {
  background: #09C883;
  color: #fff;
}
.p-articles-card__category--archive {
  background: #005BAC;
  color: #fff;
}
.p-articles-card__category--blue, .p-articles-card__category--pages {
  background: #005BAC;
  color: #fff;
}
.p-articles-card__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .p-articles-card__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles-card__title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles-card__title.size-20-24 {
    font-size: 1.5rem !important;
  }
}

.p-articles-card__contents.gap-none {
  gap: 0;
}

@media screen and (min-width: 768px) {
  .l-page__category .p-articles-card.-left .p-articles-card__image {
    width: 400px;
    height: 225px;
  }
}
@media screen and (min-width: 1024px) {
  .l-page__category .p-articles-card.-left .p-articles-card__image {
    width: 25rem;
    height: auto;
  }
}

.l-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.p-header__top-line {
  background: linear-gradient(90deg, #088DC6 0%, #003FA1 100%);
  color: #fff;
  font-size: 0.625rem;
}
.p-header__top-line img {
  margin-left: auto;
}

.p-header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__main {
    padding: 8px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__main {
    padding: 1rem 2rem;
  }
}

.p-header__logo {
  width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__logo {
    width: 18.75rem;
  }
}
.p-header__logo img {
  width: 100%;
}

.p-header__contact {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-header__contact {
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__contact {
    gap: 2rem;
  }
}

.p-header__phone {
  width: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__phone {
    width: 144px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__phone {
    width: 10.875rem;
  }
}
.p-header__phone img {
  width: 100%;
}

.p-header__mimamo-logo {
  padding: 0.5rem 3.75rem 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 55px;
}
@media screen and (min-width: 768px) {
  .p-header__mimamo-logo {
    min-height: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__mimamo-logo {
    min-height: unset;
  }
}
.p-header__mimamo-logo a {
  width: fit-content;
  display: block;
}
.p-header__mimamo-logo img {
  width: 9.875rem;
}
@media screen and (min-width: 768px) {
  .p-header__mimamo-logo {
    padding: 8px 60px 8px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__mimamo-logo {
    padding: 0;
    width: 14.1875rem;
  }
  .p-header__mimamo-logo img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-header__mimamo-logo.-wellness {
    width: 15rem;
  }
}

.p-header__bottom {
  background: #F2F5F9;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-header__bottom {
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-header__nav {
  position: absolute;
  top: 3.375rem;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  padding: 1.5rem 1.5rem;
  background: #F2F5F9;
  z-index: 10;
  height: calc(100vh - 3.5rem);
  padding-bottom: 17.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    top: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav {
    position: static;
    flex-direction: row;
    gap: 2.5rem;
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 0;
    background: transparent;
    align-items: center;
    padding-bottom: 0;
  }
}
.p-header__nav:not(.-solution) {
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .p-header__nav:not(.-solution) {
    overflow-y: inherit;
  }
}
.p-header__nav.-solution {
  position: relative;
  top: unset;
  left: unset;
  z-index: 11;
  background: transparent;
  height: fit-content;
  padding: 0;
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-header__nav.-solution {
    margin-top: 0;
    width: fit-content;
  }
}

.p-header__nav-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav-list {
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-list {
    flex-direction: row;
    gap: 2rem;
  }
}
.p-header__nav-list.-main {
  width: fit-content;
}

.p-header__nav-item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item {
    width: max-content;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item:not(.-solution) > a:hover, .p-header__nav-item:not(.-solution) span:hover {
    background: #005BAC;
    color: #fff;
  }
}
.p-header__nav-item a, .p-header__nav-item span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 0 0.5rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  transition: 0.3s ease;
  color: #000;
  border-radius: 1.25rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-header__nav-item a, .p-header__nav-item span {
    font-size: 16px;
    padding: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item a, .p-header__nav-item span {
    cursor: pointer;
    font-size: 1rem;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item a svg, .p-header__nav-item span svg {
    display: none;
  }
}
.p-header__nav-item a.js-active, .p-header__nav-item span.js-active {
  background: #005BAC;
  color: #fff;
  transition: none;
}
.p-header__nav-item a.js-active svg, .p-header__nav-item span.js-active svg {
  display: none;
}
.p-header__nav-item.-solution > span svg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item.-solution > span svg {
    display: block;
  }
}
.p-header__nav-item.-solution > span {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item.-solution > span {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item.-solution svg {
    transition: 0.2s ease;
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item.-solution.is-active span svg {
    transform: rotate(0);
  }
}

.p-header__bottom.js-active {
  display: flex;
  flex-direction: column;
}
.p-header__bottom.js-active .p-header__nav {
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-in;
}

.p-header__nav .p-header__download, .p-header__nav .p-header__demo, .p-header__mimamo-logo .p-header__download, .p-header__mimamo-logo .p-header__demo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #F2F548;
  border-radius: 3.125rem;
  padding: 0.5rem 2rem;
  gap: 0.5rem;
  font-size: 1rem;
  color: #072036;
}
@media screen and (min-width: 1024px) {
  .p-header__nav .p-header__download, .p-header__nav .p-header__demo, .p-header__mimamo-logo .p-header__download, .p-header__mimamo-logo .p-header__demo {
    width: max-content;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav .p-header__download:hover, .p-header__nav .p-header__demo:hover, .p-header__mimamo-logo .p-header__download:hover, .p-header__mimamo-logo .p-header__demo:hover {
    background: #F0D85C;
  }
}
.p-header__nav .p-header__login, .p-header__mimamo-logo .p-header__login {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.625rem;
  color: #005BAC;
  border-radius: 3.125rem;
}
.p-header__nav .p-header__login svg, .p-header__mimamo-logo .p-header__login svg {
  display: revert;
  width: 1rem;
  height: auto;
}
.p-header__nav .p-header__login svg path, .p-header__mimamo-logo .p-header__login svg path {
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__nav .p-header__login:hover path, .p-header__mimamo-logo .p-header__login:hover path {
    stroke: #fff;
  }
}

.p-header__mimamo-logo .p-header__demo {
  width: fit-content;
  font-size: 0.825rem;
  padding: 0.6rem 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-header__mimamo-logo .p-header__demo {
    font-size: 14px;
    padding: 9.6px 28px;
  }
}

.p-header__buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-header__buttons {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-header__buttons .only-sp {
    display: none;
  }
}

.p-header__nav-child {
  width: 100vw;
  margin: 0 calc(50vw - 50%);
  margin-left: -24px;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-child {
    margin: 0;
    width: max-content;
    padding: 1rem 2rem;
    position: absolute;
    bottom: -1.125rem;
    left: 0;
    background: #fff;
    transform: translateY(100%);
    border-radius: 1rem;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    box-shadow: 0px 1.5rem 2.5rem 0px rgba(0, 32, 61, 0.08);
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-child.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 11;
  }
}

.p-header__nav-child-item {
  background: #fff;
  padding: 0 calc(24px + 1em) 0 24px;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-child-item {
    padding: 0;
  }
}
.p-header__nav-child-item a {
  margin-left: 1em;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-child-item a {
    margin: 0;
    padding: 1rem 0;
  }
}
.p-header__nav-child-item a:hover {
  color: #003FA1;
}
.p-header__nav-child-item a.menu-open {
  color: #005BAC;
}

.p-ctas {
  background: #FAFCFF;
  padding: 2.5rem 1.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-ctas {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-ctas {
    padding: 7.5rem 0;
  }
}

.p-ctas_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-ctas_inner {
    gap: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .p-ctas_inner {
    gap: 3rem;
  }
}

.p-ctas__logo {
  max-width: 19.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-ctas__logo {
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .p-ctas__logo {
    max-width: 25rem;
  }
}

.p-ctas__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-ctas__list {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-ctas__list {
    gap: 2rem;
  }
}

.p-ctas__item {
  border-radius: 2.5rem;
  overflow: hidden;
  aspect-ratio: 327/184;
  width: 20.4375rem;
  height: 11.5rem;
}
.p-ctas__item--download {
  background: #005BAC url(../img/add/parts_bord2_sp.png) no-repeat right 7px/contain;
}
@media screen and (min-width: 768px) {
  .p-ctas__item--download {
    background: #005BAC url(../img/add/parts_bord2_tab.png) no-repeat 102% 15px/contain;
  }
}
@media screen and (min-width: 1024px) {
  .p-ctas__item--download {
    background: #005BAC url(../img/add/parts_bord2.png) no-repeat right 15px/177px;
  }
}
.p-ctas__item--contact {
  background: #F2F5F9 url(../img/add/common-cta-contact-bg.png) no-repeat right top/contain;
}
@media screen and (min-width: 768px) {
  .p-ctas__item {
    width: 320px;
    height: 205px;
    aspect-ratio: 320/205;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-ctas__item {
    border-radius: 2.5rem;
    width: 25rem;
    height: 16rem;
    aspect-ratio: 400/256;
  }
}
.p-ctas__item a {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-ctas__item a {
    padding: 16px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-ctas__item a {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-ctas__item a:hover .c-circle-btn {
    transform: translateX(16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-ctas__item a:hover .c-circle-btn {
    transform: translateX(1rem);
  }
}

.p-ctas__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.p-ctas__contents .c-circle-btn {
  margin-left: auto;
}

.p-ctas__text {
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
}
.p-ctas__text--contact {
  color: #009CE5;
}
@media screen and (min-width: 768px) {
  .p-ctas__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-ctas__text {
    font-size: 1.5rem;
  }
}
.p-ctas__text span {
  font-size: 1rem;
  line-height: 2;
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-ctas__text span {
    font-size: 16px;
    gap: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .p-ctas__text span {
    font-size: 1rem;
    gap: 0.25rem;
  }
}
.p-ctas__text img {
  width: 0.6875rem;
}

.c-circle-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .c-circle-btn {
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .c-circle-btn {
    width: 3rem;
    height: 3rem;
  }
}
.c-circle-btn--blue {
  background: #009CE5;
}

.p-faq {
  padding: 2.5rem 0 5rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding: 40px 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-faq {
    padding: 5rem;
  }
}

.p-faq__inner {
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-faq__inner {
    padding: 0 1.5rem;
  }
}

.p-faq__container {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq__container {
    max-width: 688px;
    margin: 48px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-faq__container {
    max-width: 52rem;
  }
}

.p-faq__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq__container {
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-faq__container {
    gap: 1.5rem;
  }
}

.p-faq__item {
  width: 100%;
  border-radius: 0.5rem;
  background: #E5F4F8;
  padding: 1rem;
}
.p-faq__item > * {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-faq__item {
    padding: 24px 32px;
    border-radius: 8px;
  }
  .p-faq__item > * {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-faq__item {
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
  }
  .p-faq__item > * {
    font-size: 1.25rem;
  }
}

.p-faq__question {
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 8px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
}
.p-faq__question span {
  flex: 1;
}
.p-faq__question svg {
  width: 1.5rem;
  transform: rotate3d(1, 0, 0, 180deg);
  transition: transform 0.2s ease-in;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .p-faq__question svg {
    width: 24px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-faq__question svg {
    width: 1.5rem;
  }
}
.p-faq__question.js-panel0pen svg {
  transform: initial;
}
.p-faq__question:not(.-basic):before {
  content: "Q.";
  align-self: flex-start;
}

.p-faq__answer {
  background: #fff;
  padding: 0;
  border-radius: 0.5rem;
  line-height: 2;
  display: none;
  transition: transform 0.2s ease-in;
  padding: 1rem;
  margin-top: 1rem;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    padding: 16px;
    margin-top: 16px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-faq__answer {
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 0.5rem;
  }
}
.p-faq__answer:not(.-basic):before {
  content: "A.";
}
.p-faq__answer a {
  color: #009CE5;
  text-decoration: underline;
}

.footer {
  position: relative;
  z-index: 1;
}
.footer img {
  width: 100%;
}

.footer__nav {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #005bac;
}

.footer__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__nav > ul > li {
  position: relative;
  padding: 0 32px;
}

.footer__contact {
  padding: 40px;
  text-align: center;
  background: #039;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer__contact {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem 4rem;
  }
}

.footer__contact p {
  color: #fff;
}

.footer__contact-title {
  font-size: 20px;
  width: 100%;
  text-align: center;
}

.footer__contact-text {
  font-size: 14px;
}

.footer__contact-time {
  font-size: 14px;
}

.footer__contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__contact-num {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.footer__contact-tel > img {
  margin-right: 12px;
  max-width: 47px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .footer__nav > ul > li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 2px;
    height: 14px;
    background-color: #4594d8;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.footer__nav > ul > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer__nav > ul > li > a:active,
.footer__nav > ul > li > a:focus,
.footer__nav > ul > li > a:hover {
  text-decoration: underline;
}

.footer__content {
  background-image: -webkit-gradient(linear, left top, right top, from(#00b3fe), to(#039));
  background-image: linear-gradient(to right, #00b3fe, #039);
}

.footer__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(https://www.tokiomarine-nichido.co.jp/shared/img/bg-footer.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__head {
  padding-left: 40px;
}

.footer__body {
  padding: 20px 133px 20px 0;
  text-align: right;
}

.footer__copy {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .footer.is-static {
    padding-top: 65px;
  }
  .footer__nav {
    border-bottom: none;
  }
  .footer__nav > ul {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer__nav > ul > li {
    padding-right: 0;
    padding-left: 12px;
    width: 50%;
  }
  .footer__nav > ul > li > a {
    position: relative;
    padding-left: 18px;
    font-size: 12px;
  }
  .footer__nav > ul > li > a::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer__content {
    position: relative;
  }
  .footer__content-inner {
    padding: 7px 14px 20px;
    background-size: 72px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer__head {
    position: absolute;
    top: 6px;
    left: 15px;
    padding: 0;
  }
  .footer__body {
    padding: 0;
  }
  .footer__logo > img {
    width: 104px;
  }
  .footer__copy-img {
    margin-bottom: 2px;
  }
  .footer__copy-img a {
    display: inline-block;
  }
  .footer__copy-img img {
    width: 140px;
  }
  .footer__copy {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .footer--popup {
    margin-top: 70px;
  }
}
.p-footer__contact-btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__contact-btn {
    width: 18rem;
  }
}

.p-footer__contact-btn .c-button {
  border: 2px solid #fff;
  font-size: 1rem;
  width: 100%;
}
.p-footer__contact-btn .c-button svg path {
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-footer__contact-btn .c-button {
    padding: 1rem 2rem;
    font-size: 1.15rem;
    height: 4rem;
  }
  .p-footer__contact-btn .c-button:hover {
    background: #005BAC;
  }
}

.p-footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.l-topRead {
  padding: 3.5rem 0;
  background: linear-gradient(180deg, #DFF5FF 0%, #EFEBFF 100%);
}
@media screen and (min-width: 768px) {
  .l-topRead {
    padding: 80px 0 67px;
  }
}
@media screen and (min-width: 1024px) {
  .l-topRead {
    padding: 5rem 0 3.75rem;
  }
}

.l-topRead__inner {
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-topRead__inner {
    max-width: 79rem;
    padding: 0;
  }
}

.p-worry {
  margin: 0 auto;
  max-width: 20.4375rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-worry {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .p-worry {
    max-width: unset;
  }
}

@media screen and (min-width: 1024px) {
  .p-worry__title {
    font-size: 2.5rem;
  }
}

.p-worry__container {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-worry__container {
    margin-top: 48px;
    gap: 16px;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .p-worry__container {
    margin-top: 3rem;
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-worry__item {
    width: calc((100% - 1rem) / 2);
  }
}

.p-worry__image {
  aspect-ratio: 327/184;
  background: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-worry__image {
    aspect-ratio: 1/1;
  }
  .p-worry__image img {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .p-worry__image {
    aspect-ratio: 1/1;
    width: 192px;
  }
}
@media screen and (min-width: 1024px) {
  .p-worry__image {
    width: 12rem;
    padding: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-worry__textArea {
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .-worry__textArea {
    flex: 1;
  }
}

.p-worry__number {
  color: #009CE5;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-worry__number {
    font-size: 48px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-worry__number {
    font-size: 3rem;
  }
}

.p-worry__text {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-worry__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-worry__text {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
}
.p-worry__text .u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-worry__text .u-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-worry__item {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-worry__item {
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.p-success {
  margin: 2.5rem auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-success {
    margin-top: 16px;
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .p-success {
    margin-top: 1.125rem;
    max-width: 79rem;
    padding: 0 2.5rem 0;
  }
}
.p-success::before {
  content: "";
  display: block;
  width: 104%;
  height: calc(100% + 5rem);
  position: absolute;
  left: -2%;
  bottom: 0;
  background: #fff;
  border-radius: 2.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 5.72%, rgba(255, 255, 255, 0.9) 12.18%, #FFF 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-success::before {
    height: calc(100% + 320px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17.19%, rgba(255, 255, 255, 0.9) 34.69%, #FFF 100%);
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-success::before {
    height: calc(100% + 43.125rem);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40.04%, rgba(255, 255, 255, 0.9) 56.24%, #FFF 100%);
  }
}

.p-success__title {
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-success__title {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-success__title {
    padding: 2.5rem;
  }
}

.p-success__headline {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-success__headline {
    margin-top: 16px;
    font-size: 32px;
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-success__headline {
    margin-top: 1rem;
    font-size: 2rem;
    gap: 1rem;
  }
}
.p-success__headline img {
  width: 100%;
  margin: 0 auto;
  max-width: 20.4375rem;
  padding: 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-success__headline img {
    max-width: 528px;
    padding: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .p-success__headline img {
    max-width: 33rem;
  }
}

.p-success__container {
  margin-top: 1rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-success__container {
    margin-top: -3px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-success__container {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-success_mapImage {
  max-width: 18.9375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-success_mapImage {
    max-width: 570px;
  }
}
@media screen and (min-width: 1024px) {
  .p-success_mapImage {
    max-width: 35.625rem;
  }
}

.p-success__textArea {
  padding: 1.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-success__textArea {
    margin-top: 40px;
    padding: 24px 72px;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-success__textArea {
    margin: 0;
    padding: 1.5rem 2rem;
    align-items: flex-start;
    flex: 1;
  }
}

.p-success__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-success__text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-success__text {
    font-size: 1.25rem;
  }
}

.p-feature {
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-feature {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .p-feature {
    max-width: unset;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
  }
}

.p-feature__Card {
  background: #E5F4F8;
  border-radius: 2.5rem;
  width: 100%;
  padding: 1.5rem 1rem;
  margin-top: -0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-feature__Card {
    padding: 40px 48px;
    margin-top: -24px;
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-feature__Card {
    padding: 2.5rem 3rem;
    max-width: 39rem;
    gap: 1rem;
  }
}
.p-feature__Card .c-button {
  align-self: center;
  zoom: 80%;
}
@media screen and (min-width: 768px) {
  .p-feature__Card .c-button {
    zoom: initial;
    align-self: flex-start;
  }
}

.p-feature__heading {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature__heading {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .p-feature__heading {
    font-size: 1.75rem;
  }
}
.p-feature__heading span {
  color: #009CE5;
}

.p-feature__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-feature__list {
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .p-feature__list {
    gap: 0.75rem;
  }
}

.p-feature__list-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  background: #fff;
  border-radius: 8px;
  color: #009CE5;
}
@media screen and (min-width: 768px) {
  .p-feature__list-item {
    width: calc((100% - 12px) / 2);
    gap: 8px;
    padding: 16px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-feature__list-item {
    gap: 0.5rem;
    padding: 1rem;
    font-size: 1rem;
  }
}

.p-feature__mimamoDrive {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-feature__mimamoDrive {
    margin-top: 32px;
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-feature__mimamoDrive {
    margin-top: 0;
    gap: 0.5rem;
  }
}

.p-feature__videoTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem;
  color: #009CE5;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-feature__videoTitle {
    font-size: 28px;
    gap: 16px;
    padding: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-feature__videoTitle {
    padding: 0.5rem;
    gap: 1rem;
    font-size: 1.75rem;
  }
}

.p-feature__movie-wrap {
  position: relative;
}

.p-feature__movie {
  position: relative;
  cursor: pointer;
  aspect-ratio: 16/9;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-feature__movie {
    max-width: 610px;
  }
}
@media screen and (min-width: 1024px) {
  .p-feature__movie {
    width: 38.125rem;
  }
}

.p-case__inner {
  margin: 0 auto;
  max-width: 20.4375rem;
}
@media screen and (min-width: 768px) {
  .p-case__inner {
    max-width: 688px;
  }
}
@media screen and (min-width: 1024px) {
  .p-case__inner {
    max-width: 79rem;
  }
}

.p-case__title {
  display: block;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-case__title {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-case__title {
    margin-top: 1.5rem;
  }
}

.p-case__button {
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-case__button {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-case__button {
    margin: 2.5rem auto 0;
  }
}

.p-archive__inner {
  background: #E5F4F8;
  border-radius: 40px 40px 0 0;
  padding: 2.5rem 0 6.875rem;
  margin-top: -0.5625rem;
}
.p-archive__inner.-last-of {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-archive__inner.-last-of {
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-archive__inner.-last-of {
    padding-bottom: 116px;
  }
}
.p-archive:nth-of-type(2n) {
  background: #E5F4F8;
}
.p-archive:nth-of-type(2n) .p-archive__inner {
  background: #fff;
}
.p-archive:nth-of-type(2n) .c-cardHeading {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-archive__inner {
    padding: 40px 0 160px;
  }
}
@media screen and (min-width: 1024px) {
  .p-archive__inner {
    border-radius: 7.5rem 7.5rem 0 0;
  }
}
.p-archive.-bg-none {
  background: transparent;
  border-radius: 0;
  margin-top: 0 !important;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-archive.-bg-none {
    padding: 2.5rem 0 4rem;
  }
}
.p-archive.-bg-none .p-archive__inner {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.p-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-sidebar {
    max-width: 740px;
    margin-inline: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-sidebar {
    flex: 1;
    margin: 0;
    padding-bottom: 2.5rem;
    width: 21.25rem;
    max-width: 21.25rem;
  }
}
.p-sidebar.-seminar {
  display: none;
}
.p-sidebar .p-sidebar__banner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-sidebar .p-sidebar__banner {
    position: sticky;
    top: 7.5rem;
  }
}

.p-sidebar__headline {
  color: #072036;
  font-size: 1rem;
  border-bottom: 2px solid #777;
  padding-bottom: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-sidebar__headline {
    font-size: 1.25rem;
  }
}

.p-pageNation__container {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-pageNation__container {
    margin-top: 3.5rem;
    margin-bottom: 5rem;
  }
}

.p-pageNation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-pageNation {
    gap: 1.5rem;
  }
}

.p-pageNation__item:not(.prev, .next) a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #005BAC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #005BAC;
  font-weight: 400;
}
.p-pageNation__item.next svg, .p-pageNation__item.prev svg {
  width: 1.5rem;
}
.p-pageNation__item.next path, .p-pageNation__item.prev path {
  fill: #005BAC;
}
.p-pageNation__item.next {
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-pageNation__item.next {
    margin-left: 2rem;
  }
}
.p-pageNation__item.opened a {
  font-weight: 700;
  color: #fff;
  background: #005BAC;
  cursor: initial;
}
.p-pageNation__item:not(.opened, .prev, .next) a:hover {
  background: rgba(0, 91, 172, 0.1);
  border: 1px solid #005BAC;
}

.p-sidebar .p-index__wrap {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-sidebar .p-index__wrap {
    display: block;
  }
}

.l-page__contents .p-index__wrap {
  display: block;
}
@media screen and (min-width: 1024px) {
  .l-page__contents .p-index__wrap {
    display: none;
    visibility: hidden;
  }
}

.p-index__wrap {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #E0E2E4;
}
@media screen and (min-width: 768px) {
  .p-index__wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}

.p-index__heading, .p-index__item {
  border-bottom: 1px solid #E0E2E4;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-index__heading, .p-index__item {
    font-size: 1.125rem;
  }
}

.p-index__heading {
  background: #8D97A1;
  color: #fff;
  padding: 0.75rem 1rem;
}
@media screen and (min-width: 1024px) {
  .p-index__heading {
    line-height: 1.3333333333;
    padding: 1rem 2rem;
  }
}

.p-index__item {
  color: #434343;
  font-weight: 500;
  background: #fff;
  padding: 0.25rem 1rem;
}
@media screen and (min-width: 1024px) {
  .p-index__item {
    line-height: 1.7777777778;
    padding: 0.5rem 1rem;
  }
}
.p-index__item a {
  display: block;
  padding: 0.5rem 0;
  font-size: 1rem;
}

.p-hero__slide {
  position: relative;
  overflow: hidden;
}
.p-hero__slide .p-hero:nth-of-type(1) {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.p-hero {
  background: linear-gradient(97deg, #16A2FF 1.94%, #3EBFDC 47.31%, #DDF597 92.69%);
  overflow: hidden;
  position: relative;
  transition: opacity 1s ease;
  width: 100%;
}
.p-hero.inactive {
  opacity: 0;
}
.p-hero.active {
  opacity: 1;
  z-index: 1;
}
.p-hero.-features {
  background: linear-gradient(93deg, #009CE5 0%, #0468DE 101.26%), #E4ECF6;
}
@media screen and (min-width: 768px) {
  .p-hero .c-button {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero .c-button {
    margin-top: 1rem;
  }
}

.p-hero__wrap {
  padding: 2.1875rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-hero__wrap {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__wrap {
    padding: 1rem 0;
    min-height: 27.5rem;
  }
}

.p-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-hero__inner {
    justify-content: space-between;
    flex-direction: row;
    gap: 30px;
    padding: 0 0 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__inner {
    height: 100%;
    align-items: center;
    gap: 3.25rem;
    padding: 0;
    max-width: 71.75rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__inner.-reverse {
    flex-direction: row-reverse;
    justify-content: center;
  }
}

.p-hero__textArea {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-hero__textArea {
    gap: 0;
  }
}
.p-hero__textArea > * {
  color: #fff;
}

.p-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  line-height: 1.2;
  font-size: 2rem;
  margin-block-start: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-hero__copy {
    margin: 0;
    font-size: 32px;
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__copy {
    font-size: 2.5rem;
    line-height: 1.5;
    gap: 0;
    width: max-content;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__copy br {
    display: none;
  }
}

.p-hero__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-hero__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__text br.-lg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__text br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-hero___mockImg {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero___mockImg {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-hero___mockImg img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero___mockImg.-features {
    width: 34.8125rem;
  }
}

.p-hero__car {
  position: absolute;
  width: 7.625rem;
  right: -2.5rem;
  bottom: 2.5rem;
}
.p-hero__car::after {
  position: absolute;
  content: "";
  display: block;
  width: 21.3125rem;
  height: 3.4375rem;
  transform: rotate(-20deg);
  background: linear-gradient(90deg, rgba(43, 42, 42, 0) 54.51%, #2B2A2A 100%);
  mix-blend-mode: overlay;
  right: -3.875rem;
  top: 1.4375rem;
}
@media screen and (min-width: 1024px) {
  .p-hero__car--first {
    width: 10.9375rem;
    bottom: unset;
    top: 2.8125rem;
  }
}
.p-hero__car--first::after {
  width: 45.625rem;
  height: 4.875rem;
  top: 7.125rem;
  right: 0;
}
.p-hero__car--second {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-hero__car--second {
    width: 16.375rem;
    bottom: 4.5rem;
    right: 0.625rem;
  }
}
.p-hero__car--second::after {
  width: 45.625rem;
  height: 7.3125rem;
  top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-hero__car {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__car {
    display: block !important;
  }
}
.p-hero__car svg {
  width: 100%;
  height: 100%;
}

.p-page__heading {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page__heading {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}
.p-page__heading > img {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 327/184;
  margin-block-start: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page__heading > img {
    aspect-ratio: 16/9;
  }
}
.p-page__heading span:not(.c-button) {
  display: inline-block;
}
.p-page__heading .c-button {
  max-width: unset !important;
}
.p-page__heading .p-articles-card__category--column {
  margin-top: 0;
}
.p-page__heading h1 {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-page__heading h1 {
    font-size: 1.75rem;
  }
}
.p-page__heading p {
  margin-top: 1rem;
}
.p-page__heading .p-articles__read {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-page__heading .p-articles__read {
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
.p-page__heading .p-articles__read--date {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  color: #777777;
}
@media screen and (min-width: 768px) {
  .p-page__heading .p-articles__read--date {
    font-size: 1rem;
  }
}

.p-iframe__wrap {
  padding: 2.5rem 0;
}

.p-iframe__headline {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-iframe__headline {
    font-size: 1.75rem;
    line-height: 1.4;
    width: 100%;
  }
}

.p-iframe__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-iframe__inner {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .p-iframe__inner {
    max-width: unset;
  }
}

.p-iframe__img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-iframe__img {
    margin-top: 0;
  }
}
.p-iframe__img img {
  width: 100%;
  height: auto;
}

.p-iframe__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-iframe__text {
    margin-top: 2rem;
  }
}

.p-iframe__contents {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-iframe__contents {
    width: 45%;
    position: relative;
  }
}

.p-iframe__form {
  flex: 1;
}
.p-iframe__form iframe {
  width: 100%;
}

#contentMain form#pardot-form input[type=submit] {
  background: #009CE5;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 999px;
}

@media screen and (min-width: 1024px) {
  .p-iframe__sticky {
    position: sticky;
    top: 10rem;
    left: 0;
  }
}

.p-iframe__contents.-wide + .p-iframe__form {
  flex: initial;
}

.l-confirm__wrap {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-confirm__wrap {
    padding: 5rem 0;
  }
}

.l-confirm__inner {
  max-width: 50rem;
}
@media screen and (min-width: 1024px) {
  .l-confirm__inner {
    padding: 0;
  }
}

.p-confirm__title {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-confirm__title {
    font-size: 2.5rem;
  }
}

.p-confirm__text:first-of-type {
  margin-block-start: 3rem;
}

.p-confirm__note {
  margin-block-start: 2rem;
}

.p-confirm__btn-wrap {
  margin-block-start: 2rem;
}

.p-confirm__btn {
  margin-inline: auto;
}

.p-confirm__btn-wrap a.p-confirm__btn {
  font-size: 1rem;
}

.p-contact-area {
  background: url(../img/add/photo_p-contaxt-area_sp.png) no-repeat center center/cover;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-contact-area {
    background: url(../img/add/photo_p-contaxt-area_pc.png) no-repeat center center/cover;
    padding: 4.375rem 0;
  }
}

.p-contact-area__inner {
  padding: 0 1.5rem;
}

.p-contact-area__headline {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact-area__headline {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact-area__headline {
    font-size: 3rem;
  }
}

.p-contact-area__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-align: center;
  margin-block-start: 1.5rem;
}

.p-contact-area__container {
  margin-block-start: 2rem;
  display: grid;
  gap: 1.5rem 0;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-contact-area__container {
    grid-template-columns: repeat(2, 320px);
    gap: 0 3rem;
    align-items: center;
    margin-block-start: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact-area__container {
    grid-template-columns: repeat(2, 25rem);
  }
}

.p-contact-area__tel {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact-area__tel {
    text-align-last: left;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact-area__tel {
    font-size: 1rem;
  }
}
.p-contact-area__tel a {
  font-size: 1.625rem;
  padding: 0.25rem;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact-area__tel a {
    padding: 0;
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact-area__tel a {
    font-size: 2rem;
  }
}

.p-contact-area__support {
  color: #fff;
  font-weight: 400;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-area__support {
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact-area__support {
    font-size: 1rem;
    margin-block-start: 0.625rem;
  }
}

.p-demo__btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-block-start: 2rem;
}
@media screen and (min-width: 768px) {
  .p-demo__btn-wrap {
    margin-block-start: 3.75rem;
  }
}
.p-demo__btn-wrap.-mg-5pt {
  margin: 0 5%;
}

.p-float {
  position: fixed;
  bottom: 66px;
  right: 1.5rem;
  width: calc(100% - 3rem);
  max-width: 21.875rem;
  z-index: 99;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-float {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-float {
    bottom: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .p-float {
    bottom: 80px;
  }
}
.p-float.is-close .p-float__headline {
  overflow: hidden;
  border-radius: 0.5rem;
  cursor: pointer;
}
.p-float.is-close .p-float__btn {
  opacity: 0;
  visibility: hidden;
}

.p-float__inner {
  border-radius: 0.625rem;
  border: 1px solid #E0E2E4;
  box-shadow: 0px 1.5rem 2.5rem 0px rgba(0, 32, 61, 0.1);
}

.p-float__headline {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  background: #009CE5;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0 0;
  align-items: center;
}
.p-float__headline p {
  font-size: 1rem;
}

.p-float__btn {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  top: -1rem;
  right: -1.5rem;
  border: 1px solid #E0E2E4;
  cursor: pointer;
}
.p-float__btn svg {
  width: 1.5rem;
  height: 1.5rem;
}

.p-float__list {
  background: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
}

.p-float__item:nth-of-type(n+2) {
  border-top: 1px solid #E0E2E4;
}
.p-float__item a {
  padding: 0.5rem 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  transition: 0.3s ease;
}

.p-float__item-title {
  font-weight: 500;
  font-size: 1rem;
}

.p-float__item-text {
  font-weight: 400;
  font-size: 0.75rem;
  color: #777777;
}

@media (any-hover: hover) {
  .p-float__item a:hover {
    background: #F2F5F9;
  }
}
.p-inside-form {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1019607843);
  --border-radius: 12px;
  border-radius: var(--border-radius);
}

.p-inside-form__heading {
  margin-block-start: 1.5rem;
  padding: 1rem;
  background: #009CE5;
  color: #fff;
  font-size: 1rem;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
@media screen and (min-width: 768px) {
  .p-inside-form__heading {
    padding: 1.25rem 1.5rem;
    font-size: 1.5rem;
  }
}
.p-inside-form__heading p {
  margin: 0;
}

.p-inside-form__contents {
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  background: #fff;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-inside-form__contents {
    grid-template-columns: repeat(2, 1fr);
    padding: 2.5rem;
  }
}

.p-inside-form__thumbnail {
  border-radius: calc(var(--border-radius) / 2);
  overflow: hidden;
}
.p-inside-form__thumbnail img {
  width: 100%;
}

p.p-inside-form__details {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  p.p-inside-form__details {
    margin-top: 1rem;
  }
}

.p-bottom-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(242, 245, 249, 0.8);
  z-index: 99;
  min-height: 88px;
  padding: 0.7rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(100px);
  transition: transform 0.5s;
}
@media screen and (min-width: 768px) {
  .p-bottom-sticky {
    display: none;
  }
}
.p-bottom-sticky.is-visible {
  transform: translateY(0);
}

.p-bottom-sticky__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 2px;
}

.p-bottom-sticky__text {
  font-size: 12px;
  text-align: center;
  color: #072036;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1;
}
.p-bottom-sticky__text::before, .p-bottom-sticky__text::after {
  display: inline-block;
  font-size: 16px;
}
.p-bottom-sticky__text::before {
  content: "\\";
}
.p-bottom-sticky__text::after {
  content: "/";
}

.p-bottom-sticky__btn {
  background: #F2F548;
  font-size: 1rem;
  color: #072036;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  line-height: 1.3;
  padding: 0.3125rem 1rem;
  width: 100%;
  min-height: 48px;
  text-align: center;
  word-break: auto-phrase;
}

@media screen and (max-width: 414px) {
  .p-bottom-sticky__btn span {
    zoom: 88%;
  }
}
.p-document-card {
  display: block;
  background: #009CE5;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  padding: 1rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-document-card {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .p-document-card {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .p-document-card__img {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .p-document-card__img {
    width: 100%;
  }
}

.p-document-card__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-document-card__text {
    font-size: 1.25rem;
  }
}

.p-document-card__btn {
  background: #F2F548;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.625rem 1.5rem;
  transition: 0.3s ease;
  gap: 0.375rem;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-document-card__btn {
    font-size: 1rem;
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .p-document-card__btn {
    width: 100%;
  }
}
.p-document-card__btn span {
  background: #fff;
  color: #009CE5;
  padding: 0.25rem 0.375rem;
  border-radius: 4px;
}

@media (any-hover: hover) {
  .p-document-card:hover .p-document-card__btn {
    background: #F0D85C;
  }
}
.optionBlock {
  padding: 1.5rem;
  background: #E5F4F8;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .optionBlock {
    border-radius: 40px;
    gap: 2rem;
    padding: 3rem;
  }
}

.optionBlock__small {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .optionBlock__small {
    font-size: 1.125rem;
  }
}

.optionBlock__headline {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .optionBlock__headline {
    white-space: nowrap;
    font-size: 2rem;
  }
}

.optionBlock__text {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .optionBlock__text {
    margin-top: 1.5rem;
    font-size: 1.125rem;
  }
}
.optionBlock__text span {
  color: #005BAC;
  display: block;
  font-weight: 700;
}

.optionBlock {
  display: grid;
}
@media screen and (min-width: 768px) {
  .optionBlock {
    grid-template-columns: 64% 1fr;
  }
}
.optionBlock ul {
  font-weight: 500;
  list-style-type: disc;
  padding-left: 1.5em;
}
.optionBlock .c-button {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .optionBlock .c-button {
    margin-top: 2rem;
  }
}

.optionBlock__img {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .optionBlock__img {
    margin-top: 1.5rem;
    align-self: center;
  }
}
.optionBlock__img img {
  width: 100%;
}

.optionBlock__btn {
  font-size: 1rem;
  color: #009CE5;
  text-decoration: underline;
  margin-block-start: 0.5rem;
}
@media screen and (min-width: 768px) {
  .optionBlock__btn {
    font-size: 1.125rem;
  }
}
.optionBlock__btn svg {
  width: 0.875rem;
  height: auto;
  margin-left: 0.25rem;
}
.optionBlock__btn svg path {
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .optionBlock__btn br {
    display: none;
  }
}
.optionBlock__btn:hover {
  color: #005BAC;
}
.optionBlock__btn:hover svg path {
  stroke: #005BAC;
}

.optionBlock__bg {
  padding: 1rem;
  background: #fff;
  border-radius: 8px;
  margin-block-start: 1rem;
}
@media screen and (min-width: 768px) {
  .optionBlock__bg {
    padding: 1.25rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .optionBlock__bg {
    width: max-content;
  }
}

.col2Block {
  border: 2px solid #005BAC;
  border-radius: 24px;
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .col2Block {
    padding: 2rem 2.5rem;
    gap: 5%;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.col2Block__label {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 0.5rem;
  text-align: center;
}
.col2Block__label.-yellow {
  background: #D8B70D;
}
.col2Block__label.-blue {
  background: #005BAC;
}
.col2Block__label:nth-of-type(n+2) {
  margin-left: 0.5rem;
}

.item-center {
  display: flex;
  align-items: center;
}

.col2Block__headline {
  width: 100%;
  color: #3384d6;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.col2Block__main {
  width: 100%;
  font-size: 1rem;
  margin-top: 8px;
  line-height: 1.6;
}

.col2Block__image {
  padding: 1.5rem;
  background: linear-gradient(97deg, #16A2FF 1.94%, #1AADCE 47.31%, #5EDAC1 92.69%);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .col2Block__image {
    width: 30%;
    min-width: 240px;
    padding: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .col2Block__textarea {
    flex: 1;
  }
}

.u-underLine {
  position: relative;
  z-index: 1;
  font-size: inherit !important;
}
.u-underLine::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  background: #F2F548;
  border-radius: 6.25rem;
  bottom: -5px;
  left: 0;
  z-index: -1;
}

.u-color--blue {
  color: #005BAC;
}
.u-color--blue::after, .u-color--blue::before {
  color: #005BAC;
  background: #005BAC;
}
.u-color--gray {
  color: #8D97A1;
}
.u-color--gray::after, .u-color--gray::before {
  color: #8D97A1;
  background: #8D97A1;
}

.u-textLabel {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 0.32em;
}
@media screen and (min-width: 768px) {
  .u-textLabel {
    padding: 0 0.1em;
  }
}
@media screen and (min-width: 1024px) {
  .u-textLabel {
    padding: 0 0.32em;
  }
}
.u-textLabel::before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  background: #005BAC;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  z-index: -1;
}

@media only screen and (min-width: 897px) and (max-width: 1023px) {
  #onetrust-banner-sdk #onetrust-button-group-parent {
    position: static !important;
    transform: translateY(0) !important;
    margin-top: 1.5rem !important;
  }
  #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
    margin-top: 0 !important;
  }
}
/* フッター */
/* PC */
.l-footer-wrap {
  margin: 0 0 0;
}

.p-footer-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 9.736%;
  height: 92px;
  background-color: #005BAC;
}

.p-footer-link-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0;
  flex-wrap: nowrap;
}

.p-footer-link-list li:first-child {
  border-right: 1px solid #fff;
}

.c-footer-link {
  padding: 2px 24px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}

.p-footer-link-list li:last-child .c-footer-link {
  padding-right: 0;
}

.p-footer-bottom {
  background-image: linear-gradient(to right, #00b3fe, #039);
}

.p-footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../../../../common/img/footer/bg-footer.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.c-footer-logo-pic {
  padding: 0 0 0 40px;
}

.p-footer-bottom_right {
  padding: 20px 9.736% 20px 0;
}

.c-footer-img-pic img {
  width: auto;
  max-width: 100%;
}

.c-footer-copy {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.header__catch {
  position: relative;
  width: 100%;
  height: 13px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00b3fe), to(#039));
  background-image: linear-gradient(to right, #00b3fe, #039);
}

.header__catch > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 137px;
}

/* SP */
@media screen and (max-width: 767px) {
  .l-footer-wrap {
    margin: 0 0 0;
  }
  .p-footer-top {
    height: auto;
    justify-content: flex-start;
    padding: 40px 24px;
  }
  .p-footer-link-list {
    flex-direction: column;
    margin: 0;
  }
  .c-footer-link-item {
    margin: 24px 0 0;
  }
  .p-footer-link-list li:first-child {
    margin: 0;
    border-right: none;
  }
  .c-footer-link {
    position: relative;
    padding: 0;
  }
  .c-footer-link::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    width: 11px;
    height: 7px;
    transform: translate(0, -50%);
    background-image: url("../../common/img/footer/icon-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-footer-box {
    flex-wrap: wrap;
    padding: 16px 16px 25px;
    height: auto;
  }
  .c-footer-logo-pic {
    flex-basis: 30%;
    max-width: 30%;
    padding: 0;
  }
  .p-footer-bottom_right {
    flex-basis: 40%;
    max-width: 40%;
    padding: 0;
    text-align: right;
  }
  .c-footer-copy {
    flex-basis: 100%;
    max-width: 100%;
    text-align: right;
  }
}
.c-text-link {
  text-decoration: underline;
}

.c-content-list_white {
  margin: 32px 0;
}

.c-content-list_black {
  margin: 32px 0;
}

.c-content-list_white li {
  margin: 16px 0 0 16px;
  list-style-type: circle;
  font-size: 16px;
  line-height: 2;
}

.c-content-list_black li {
  margin: 16px 0 0 16px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 2;
}

/* SP */
@media screen and (max-width: 767px) {
  .c-content-list_white li {
    margin: 14px 0 0 14px;
    font-size: 14px;
    line-height: 1.8;
  }
  .c-content-list_black li {
    margin: 14px 0 0 14px;
    font-size: 14px;
    line-height: 1.8;
  }
}
/* 出し分け */
.u-show_pc {
  display: block;
}

.u-show_sp {
  display: none;
}

.u-show_sp_small {
  display: none;
}

/* SP */
@media screen and (max-width: 767px) {
  .u-show_pc {
    display: none;
  }
  .u-show_sp {
    display: block;
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

main {
  margin: 0;
}

@media screen and (max-width: 767px) {
  #ot-sdk-btn-floating.ot-floating-button {
    bottom: 96px !important;
  }
}