@charset "UTF-8";

body>div.root>div {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body>div.root>div>main {
  flex: 1;
}

.xf-content-height {
  margin: 0 !important;
}

.button {
  margin-block-start: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
  flex-wrap: wrap;
  min-height: 10px;
}

.button a {
  background: #009CE5;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 0.625rem;
  padding: 1rem 2rem;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  justify-content: center;
  text-decoration: none;
}

.button a spna {
  background: #fff;
}

.breadcrumb {
  margin-top: 1.125rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    margin-top: 1.5rem;
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .breadcrumb {
    margin-top: 2.5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 79rem;
  }
}

.breadcrumb ol {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .breadcrumb ol {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .breadcrumb ol {
    margin-bottom: 3rem;
  }
}

.cmp-breadcrumb__item {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  position: relative;
  display: inline-flex;
}

.cmp-breadcrumb__item:not(:last-child)::after {
  content: " > ";
  color: #666;
  margin: 0 0.5em;
}

.cmp-breadcrumb__item a {
  display: block;
  position: relative;
  color: #8D97A1;
}

.pageInfo .pageInfo-tagdate {
  display: flex;
  align-items: baseline;
}

.pageInfo .pageInfo-tagdate .pageInfo-tags {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  margin-right: 0.5rem;
  flex-wrap: wrap;
}

.pageInfo .pageInfo-tags span {
  padding: 1rem;
  color: #fff;
  background-color: #8D97A1;
  border-radius: 2.5rem;
  padding: 4px 8px;
  font-size: 14px;
  white-space: nowrap;
}

.pageInfo .pageInfo-businesscategory {
  margin-right: 0.3rem;
  padding: 1rem;
  color: #009CE5;
  background-color: #E5F4F8;
  border-radius: 2.5rem;
  padding: 4px 8px;
  font-size: 14px;
}

.pageInfo time {
  font-size: 0.875rem;
  font-weight: 500;
  color: #454545;
  margin-right: 1rem;
}

.pageInfo h1 {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .pageInfo h1 {
    font-size: 1.75rem;
  }
}

.pageInfo-caselabel {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #8D97A1;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .pageInfo-caselabel {
    font-size: 16px;
    gap: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .pageInfo-caselabel {
    font-size: 1rem;
    gap: 0.5rem;
  }
}

.pageInfo-caselabel svg {
  width: 1.5rem;
}

@media screen and (min-width: 768px) {
  .pageInfo-caselabel:not(.-page) {
    gap: 8px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .pageInfo-caselabel:not(.-page) {
    gap: 0.5rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .pageInfo-caselabel:not(.-page) svg {
    width: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .pageInfo-caselabel:not(.-page) svg {
    width: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .pageInfo-caselabel.-page {
    font-size: 0.875rem;
    line-height: 1.78;
  }
}

/** 汎用 **/
.l-section-simple {
  padding: 0 1.5rem;
  margin: 0 auto 100px;
  max-width: 79rem;
}

@media screen and (min-width: 768px) {
  .l-section-simple {
    padding: 0 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-section-simple {
    padding: 0;
  }
}

.l-section-simple h1 {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px
}

@media screen and (min-width: 1024px) {
  .l-section-simple h1 {
    font-size: 3rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 79rem;
  }
}

.l-section-simple h2 {
  margin-top: 84px;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .l-section-simple h2 {
    margin-top: 42px;
    margin-bottom: 16px;
    font-size: 18px
  }
}

.l-section-simple p {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .l-section-simple p {
    padding-bottom: 24px;
    font-size: 14px;

    line-height: 1.8
  }
}

.l-section-simple a {
  color: #009ce5;
  text-decoration: underline;
  transition: 0.2s ease
}

.l-section-simple ul {
  margin: 32px 0;
}

.l-section-simple li {
  margin: 0 0 0 16px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 2;
}

.l-section-simple li:has(>a)::marker {
  color: #009ce5;
}

@media screen and (max-width: 767px) {
  .l-section-simple li {
    margin: 14px 0 0 14px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.text.list-headline h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #009CE5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .text.list-headline h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .text.list-headline h2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}

.text.list-headline p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #009CE5;
}

@media screen and (min-width: 768px) {
  .text.list-headline p {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .text.list-headline p {
    font-size: 3rem;
    line-height: 1.5;
  }
}

.l-section-simple .site-policy a::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cpath d='M14.3333 10.3889V15.7222C14.3333 16.1937 14.146 16.6459 13.8126 16.9793C13.4792 17.3127 13.0271 17.5 12.5556 17.5H2.77778C2.30628 17.5 1.8541 17.3127 1.5207 16.9793C1.1873 16.6459 1 16.1937 1 15.7222V5.94444C1 5.47295 1.1873 5.02076 1.5207 4.68737C1.8541 4.35397 2.30628 4.16667 2.77778 4.16667H8.11111M11.6667 1.5H17M17 1.5V6.83333M17 1.5L7.22222 11.2778' stroke='%23009CE5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/** 2カラム **/
@media screen and (min-width: 1024px) {
  .l-2column {
    padding: 2.5rem 2.5rem 0;
  }

  .l-2column>div {
    display: flex;
    gap: 4rem;
    margin: 0 auto;
    max-width: 1440px;
    justify-content: center;
  }

  .l-2column div.p-2column_contents {
    min-width: 50%;
  }
}


/** フォーム **/
.l-form {
  padding: 2.5rem 0;
}

.l-form>div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 768px;
}

@media screen and (min-width: 1024px) {
  .l-form>div {
    flex-direction: row;
    max-width: 90rem;
  }
}

.l-form .title {
  width: 100%
}

.l-form .title h1,
.l-form .title p {
  font-size: 1.25rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {

  .l-form .title h1,
  .l-form .title p {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

.l-form .l-form__contents {
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .l-form .l-form__contents {
    width: 45%;
  }
}

.l-form .l-form__contents img {
  border-radius: 20px;
}

.l-form .l-form__contents .text {
  margin-top: 1rem;
}

.l-form .l-form__contents .text p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.l-form .l-form__contents .text small {
  font-size: 80%;
  font-weight: 400;
}

.l-form .l-form__contents .cmp-container {
  position: sticky;
  top: 10rem;
}

.l-form .l-form__form {
  flex: 1
}

.l-form .l-form__form iframe {
  width: 100%;
}


/** 完了 **/
.l-complete {
  padding: 2.5rem 0;
}

@media screen and (min-width: 768px) {
  .l-complete {
    padding: 5rem 0;
  }
}

.l-complete>div {
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 50rem;
}

@media screen and (min-width: 768px) {
  .l-complete>div {
    padding: 0;
  }
}

.l-complete h1 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 3rem
}

@media screen and (min-width: 768px) {
  .l-complete h1 {
    font-size: 2.5rem;
  }
}

.l-complete ul {
  margin-block-start: 2rem;
}

.l-complete ul {
  margin-block-start: 2rem;
}

.l-complete li {
  display: grid;
  position: relative;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 0 0.25rem;
}

.l-complete li::before {
  content: "・";
}

.l-complete li:nth-of-type(n+2) {
  margin-block-start: 0.5rem;
}

.l-complete .button.btn-square-01 a {
  background: #009CE5;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 0.625rem;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  justify-content: center;
  text-decoration: none;
  margin: 10px auto;
}

.l-complete .button.btn-round-01 a {
  color: #fff;
  background: #009CE5;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 1rem;
  flex-direction: row;
  margin: 10px auto;
}

.l-complete .button a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5.5%2012H19.5%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M12.5%205L19.5%2012L12.5%2019%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/** ニュース */
.l-section-news .pageInfo .pageInfo-tagdate .pageInfo-tags {
  order: 2;
}

.l-section-news .pageInfo .pageInfo-tagdate .pageInfo-tags span {
  font-size: 0.75rem;
  font-weight: 400;
  background: #005BAC;
  padding: 0.15rem 0.5rem;
  color: #fff;
  border-radius: 0;
}

.l-section-news .pageInfo .pageInfo-tagdate time {
  order: 1;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #8D97A1;
}

.l-section-news h1 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-block-start: 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-section-news h1 {
    font-size: 24px;
    margin-block-start: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .l-section-news h2 {
    font-size: 1.5rem;
    margin-block-start: 0.5rem;
  }
}

.l-section-news h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 1.5rem 0 0 0;
  color: #009CE5;
  text-align: left;
}

.l-section-news h3 span {
  color: #000;
  font-weight: 400;
  margin-left: 1.5rem;
  font-size: 0.875rem;
}

.l-section-news p {
  line-height: 2;
  color: #000;
  font-size: 1rem;
  margin-top: 0.5rem;
  font-weight: 400;
  padding-bottom: unset;
  margin-bottom: unset;
}

.l-section-news small {
  font-weight: 400;
  font-size: 0.75rem;
  display: block;
  margin-block-start: 0.875rem;
}

@media screen and (min-width: 768px) {
  .l-section-news small {
    font-size: 0.875rem;
  }
}

.l-section-news ul {
  list-style: initial;
  padding-left: 1.5em;
}

.l-section-news ul li {
  list-style: disc;
  list-style-position: outside;
}

.l-section-news ul li ul {
  padding-left: 1.5em;
}

.l-section-news ol {
  list-style: decimal;
  counter-reset: list-counter;
  padding-left: 1.5em;
}

.l-section-news ol li {
  list-style-position: outside;
}

.l-section-news ol li ol {
  counter-reset: list-counter;
  list-style: none;
}

.l-section-news ol li ol[type=a]>li::before {
  content: counter(list-counter, lower-alpha) ". ";
  counter-increment: list-counter;
}

.l-section-news ol li ol[type=i]>li::before {
  content: counter(list-counter, lower-roman) ". ";
  counter-increment: list-counter;
}

.l-section-news ol,
.l-section-news ul {
  margin-block-start: 1rem;
}

.l-section-news ol ol,
.l-section-news ol ul,
.l-section-news ul ol,
.l-section-news ul ul {
  margin-block-start: 0;
}

.l-section-news ul li,
.l-section-news ol li {
  font-size: 1rem;
  line-height: 178%;
  color: #454545;
  font-weight: 400;
  margin: unset;
}

.l-section-news .button {
  margin: 5rem auto 0;
}

.l-section-news .button a {
  color: #fff;
  text-decoration: none;
}

.l-section-news .button .cmp-button__text {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.l-section-news .button .cmp-button__text .cmp-button__icon{
  transform: translateY(2.5px);
}

/** コラム **/
.l-section-column {
  padding: 2.5rem 1.5rem 0;
  margin: 0 auto 100px;
  max-width: 79rem;
}

@media screen and (min-width: 768px) {
  .l-section-column {
    padding: 2.5rem 2.5rem 0;
  }
}

.l-section-column .column_contents_area {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.l-section-column .column_contents_area .lead_remarks p {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  color: #777777;
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area .lead_remarks p {
    font-size: 1rem;
  }
}

.l-section-column .column_contents_area .lead {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .l-section-column .column_contents_area .lead {
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.l-section-column .column_contents_area 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-section-column .column_contents_area h2 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area h2 {
    font-size: 1.75rem;
    line-height: 1.78;
    margin-block-start: 6rem;
  }
}

.l-section-column .column_contents_area h3 span {
  color: #000;
  font-weight: 400;
  margin-left: 1.5rem;
  font-size: 0.875rem;
}

.l-section-column .column_contents_area 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-section-column .column_contents_area h3::before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 2.25rem;
  background: url(/content/dam/tsmo/service/mimamodrive/column/img/icon-h3.png) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area h3::before {
    height: 2.7rem;
  }
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area h3 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area h3 {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-block-start: 3.5rem;
  }
}

.l-section-column .column_contents_area h4 {
  line-height: 178%;
  color: #454545;
  margin-block-start: 2rem;
  font-size: 1.0625rem;
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area h4 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area h4 {
    margin-block-start: 2.5rem;
    font-size: 1.1875rem;
  }
}

.l-section-column .column_contents_area p {
  font-size: 1rem;
  line-height: 1.78;
  margin-block-start: 1rem;
  color: #454545;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area p {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area p {
    font-size: 1.125rem;
    line-height: 1.78;
  }
}

.l-section-column .column_contents_area small {
  font-weight: 400;
  font-size: 0.75rem;
  display: block;
  margin-block-start: 0.875rem;
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area small {
    font-size: 0.875rem;
  }
}

.l-section-column .column_contents_area ul {
  list-style: initial;
  padding-left: 1.5em;
}

.l-section-column .column_contents_area ul li {
  list-style: disc;
  list-style-position: outside;
}

.l-section-column .column_contents_area ul li a {
  display: inline-block;
  color: #009CE5;
}

.l-section-column .column_contents_area ul li ul {
  padding-left: 1.5em;
}

.l-section-column .column_contents_area ol {
  list-style: decimal;
  counter-reset: list-counter;
  padding-left: 1.5em;
}

.l-section-column .column_contents_area ol li {
  list-style-position: outside;
}

.l-section-column .column_contents_area ol li ol {
  counter-reset: list-counter;
  list-style: none;
}

.l-section-column .column_contents_area ol li ol[type=a]>li::before {
  content: counter(list-counter, lower-alpha) ". ";
  counter-increment: list-counter;
}

.l-section-column .column_contents_area ol li ol[type=i]>li::before {
  content: counter(list-counter, lower-roman) ". ";
  counter-increment: list-counter;
}

.l-section-column .column_contents_area ol,
.l-section-column .column_contents_area ul {
  margin-block-start: 1rem;
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area ol,
  .l-section-column .column_contents_area ul {
    width: 100%;
  }
}

.l-section-column .column_contents_area ol ol,
.l-section-column .column_contents_area ol ul,
.l-section-column .column_contents_area ul ol,
.l-section-column .column_contents_area ul ul {
  margin-block-start: 0;
}

.l-section-column .column_contents_area ul li,
.l-section-column .column_contents_area ol li {
  font-size: 1rem;
  line-height: 178%;
  color: #454545;
  font-weight: 400;
}

.l-section-column .column_contents_area ol,
.l-section-column .column_contents_area ul {
  padding: 1.25rem 1.25rem 1.25rem calc(1rem + 1.5em);
  background: #F2F5F9;
  border-radius: 12px;
}

@media screen and (min-width: 768px) {

  .l-section-column .column_contents_area ol,
  .l-section-column .column_contents_area ul {
    padding: 1.75rem 2rem 1.75rem calc(2rem + 1.5em);
  }
}

.l-section-column .column_contents_area>div>div.image img {
  margin: 1rem auto;
}

.l-section-column .column_contents_area>div>div.image.heading-img img {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 327/184;
  margin-block-start: 2rem;
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area>div>div.image.heading-img img {
    aspect-ratio: 16/9;
  }
}

.l-section-column .column_contents_area .video>div>video {
  margin: 1rem auto;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .l-section-column .column_contents_area .video>div>video {
    width: 60%;
  }
}

.l-section-column .column_contents_area u {
  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;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area u {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area u {
    font-size: 1.125rem;
    line-height: 1.78;
  }
}

.l-section-column .column_contents_area 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-section-column .column_contents_area table {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area table {
    font-size: 1.125rem;
  }
}

.l-section-column .column_contents_area table tr {
  border-bottom: 1px solid #E0E2E4;
}

.l-section-column .column_contents_area table tr th {
  background-color: #F2F5F9;
  padding: 0.5rem;
  font-weight: 400;
}

.l-section-column .column_contents_area .text.table-scroll-x table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.l-section-column .column_contents_area .text.table-scroll-x table tr th,
.l-section-column .column_contents_area .text.table-scroll-x table tr td {
  padding: 0.5rem 3.5rem 0.5rem 0.5rem;
}

.l-section-column .column_contents_area table tr:has(th:nth-of-type(3)) th,
.l-section-column .column_contents_area table tr:has(th:nth-of-type(3)) td,
.l-section-column .column_contents_area table tr:has(td:nth-of-type(3)) th,
.l-section-column .column_contents_area table tr:has(td:nth-of-type(3)) td {
  display: table-cell;
  width: 33.3333333333%;
}

.l-section-column .column_contents_area table tr:has(th:nth-of-type(4)) th,
.l-section-column .column_contents_area table tr:has(th:nth-of-type(4)) td,
.l-section-column .column_contents_area table tr:has(td:nth-of-type(4)) th,
.l-section-column .column_contents_area table tr:has(td:nth-of-type(4)) td {
  display: table-cell;
  width: 25%;
}

.l-section-column .column_contents_area table tbody td {
  padding: 0.5rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {

  .l-section-column .column_contents_area table td,
  .l-section-column .column_contents_area table th {
    background: transparent;
    display: block;
    width: 100%;
  }
}

.l-section-column .column_contents_area table ul,
.l-section-column .column_contents_area table ol {
  margin-top: 0;
}

.l-section-column .column_contents_area .quote {
  margin-block-start: 1rem;
  background: #F2F5F9;
  padding: 1.25rem;
  border-radius: 12px;
}

.l-section-column .column_contents_area .text blockquote {
  font-size: 1rem;
  line-height: 1.78;
  font-weight: 400;
}

.l-section-column .column_contents_area blockquote a {
  display: inline;
  margin-block-start: 0;
  font-size: 0.875rem;
}

.l-section-column .column_contents_area figure cite {
  margin-block-start: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.78;
  font-weight: 400;
  font-style: normal;
  color: black;
}

.l-section-column .column_contents_area a {
  color: #009CE5;
  line-height: 1.8911111111;
  text-decoration-line: underline;
  word-break: break-all;
}

.l-section-column .column_contents_area .button {
  font-size: 1.25rem;
  background: #F2F548;
  margin-inline: auto;
}

.l-section-column .column_contents_area .c-mimamo-cta dd p {
  margin: 0;
  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;
  }
}

.l-section-column .column_contents_area .c-mimamo-cta__btn-wrap .c-button {
  color: #454545;
  font-size: 1.25rem;
  background: #F2F548;
  margin-inline: auto;
  text-decoration: none;
}

.l-section-column .column_contents_area .formContents {
  margin: 2rem 0;
}

.l-section-column .column_contents_area .formContents__title {
  width: 100%;
  margin-block-start: 1.5rem;
  padding: 1rem;
  background: #009CE5;
  border-radius: 12px 12px 0 0;
}

.l-section-column .column_contents_area .formContents__title p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  font-size: 1rem;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area .formContents__title p {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

.l-section-column .column_contents_area .formContents__item {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 20px 15px;
  margin: 0 auto;
  max-width: 79rem;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1019607843);
}

@media screen and (min-width: 1024px) {
  .l-section-column .column_contents_area .formContents__item {
    flex-direction: row;
  }
}

.l-section-column .column_contents_area .formContents__contents {
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .l-section-column .column_contents_area .formContents__contents {
    width: 45%;
  }
}

.l-section-column .column_contents_area .formContents__contents img {
  border-radius: 20px;
  margin-bottom: 20px
}

.l-section-column .column_contents_area .formContents__contents p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.l-section-column .column_contents_area .formContents__form {
  flex: 1
}

.l-section-column .column_contents_area .formContents__form iframe {
  width: 100%;
}

.l-section-column .column_contents_area .relatedColumn__item {
  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-section-column .column_contents_area .relatedColumn__item {
    gap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-section-column .column_contents_area .relatedColumn a:hover {
    background: rgba(0, 91, 172, 0.1);
  }
}

.l-section-column .column_contents_area .relatedColumn__img {
  width: 25%;
  min-width: 5rem;
}

@media screen and (min-width: 1024px) {
  .l-section-column .column_contents_area .relatedColumn__img {
    width: 40%;
  }
}

.l-section-column .column_contents_area .relatedColumn__img img {
  height: 100%;
  border-radius: 8px;
}

.l-section-column .column_contents_area .relatedColumn__contents {
  width: fit-content;
}

.l-section-column .column_contents_area .relatedColumn__tag {
  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-section-column .column_contents_area .relatedColumn__title {
  font-weight: 700;
  font-size: 1rem;
  margin-block-start: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area .relatedColumn__title {
    font-size: 1.125rem;
  }
}

.l-section-column .column_contents_area .relatedColumn__description {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area .relatedColumn__description {
    font-size: 0.875rem;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.5;
    height: fit-content;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area .relatedColumn__description {
    font-size: 1rem;
  }

  .l-section-column .sidebar_area {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1024px) {

  .l-section-column .sidebar_area {
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
  }

  .l-section-column .sidebar_area > div {
    position: unset;
    top: unset;
    height: 100%;
  }

  .l-section-column .sidebar_area>div>div.sidebar_headline {
    position: sticky;
    top: 7.5rem;
  }

  .l-section-column .sidebar_area>div>div.recommendDoc {
    position: sticky;
    top: 11.5rem;
  }
}

.l-section-column .column_contents_area .recommendDoc {
  margin-top: 1.5rem;
}

.l-section-column .column_contents_area .recommendDoc a {
  text-decoration: none;
}

.l-section-column .column_contents_area .recommendDoc .p-document-card__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-block-start: 1rem;
}

.l-section-column .column_contents_area .recommendDoc .p-document-card__btn.c-button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 12H19" stroke="%23005BAC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 5L19 12L12 19" stroke="%23005BAC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .l-section-column .column_contents_area .recommendDoc .p-document-card__text {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-section-column .column_contents_area .recommendDoc a {
    flex-direction: row;
    gap: 2rem;
    padding: 1.5rem;
  }

  .l-section-column .column_contents_area .recommendDoc .p-document-card__img {
    width: 30%
  }
}

.l-section-column .column_contents_area div.video > div {
  position: relative;
}

/** サイドバー **/
.sidebar_area div.tableofcontents,
.sidebar_area .tableofcontents+div.button {
  display: none;
}

.sidebar_area .text p {
  color: #072036;
  font-size: 1.25rem;
  border-bottom: 2px solid #777;
  padding-bottom: 0.75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1;
}

.sidebar_area .recommendDoc {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .sidebar_area .recommendDoc .p-document-card__text{
    margin-block-start: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .sidebar_area {
    display: block;
    max-width: 21.25rem
  }

  .sidebar_area>div {
    position: sticky;
    top: 7.5rem;
  }

  .sidebar_area div.tableofcontents:before {
    content: "目次";
    display: block;
    line-height: 1.3333333333;
    padding: 1rem 2rem;
    background: #8D97A1;
    color: #fff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border: 1px solid #E0E2E4;
  }

  .sidebar_area div.tableofcontents {
    display: block;
  }

  .sidebar_area .tableofcontents ul {
    padding: 0;
    margin: 0;
  }

  .sidebar_area .tableofcontents li {
    border: 1px solid #E0E2E4;
    list-style-type: none;
    padding: 10px;
    margin: 0;
  }

  .sidebar_area .tableofcontents li a {
    text-decoration: none;
    font-weight: 300;
    font-size: 0.9rem;
  }

  .sidebar_area .tableofcontents+div.button {
    display: block;
    margin-block-start: 0;
    margin-bottom: 10px
  }

  .sidebar_area .tableofcontents+div.button a {
    width: 100%;
    color: #fff;
    text-decoration: none;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sidebar_area .recommendDoc .p-document-card__text {
    margin-block-start: 0rem;
  }
}

/** セミナー **/
.l-seminar {
  padding: 2.5rem 0;
}

.l-seminar>div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 79rem;
}

@media screen and (min-width: 768px) {
  .l-seminar>div {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}

@media screen and (min-width: 1024px) {
  .l-seminar.within-date>div {
    flex-direction: row;
    padding: 0 5.5rem;
    max-width: 90rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-seminar.out-date>div {
    flex-direction: row;
    padding: 0 5.5rem;
    max-width: 90rem;
  }
}

.l-seminar .pageInfo {
  width: 100%;
}

.l-seminar .pageInfo h1 {
  font-size: 2em;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
}

.l-seminar.out-date .pageInfo span.tag {
  background-color: #fff;
  border: 1px solid #AFAFAF;
  color: #AFAFAF;
}

.l-seminar.within-date .pageInfo span.tag {
  background-color: #009CE5;
  color: #fff;
}

.l-seminar .pageInfo .pageInfo-tags span{
  background: #E5F4F8;
  padding: 0.25rem 0.5rem;
  border-radius: 2.5rem;
  text-align: center;
  width: fit-content;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-top: 1rem;
}

.l-seminar .l-seminar__contents {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.l-seminar .l-seminar__contents>div{
  display: flex;
  flex-direction: column;
}

.l-seminar .l-seminar__contents .image img{
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 327 / 184;
  margin-block-start: 2rem;
}

@media screen and (min-width: 1024px) {
  .l-seminar.within-date .l-seminar__contents {
    width: 45%;
  }
  .l-seminar.out-date .l-seminar__contents {
    width: 70%;
  }
  .l-seminar.out-date .xf-content-height{
    margin: 0 -1px !important;
  }
  .l-seminar.out-date .l-seminar__contents .image img{
    aspect-ratio: 16 / 9;
  }
  .l-seminar.out-date .l-seminar__contents .image{margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 740px;
  }
}

.l-seminar .l-seminar__contents > .cmp-container .text:nth-of-type(2){
  margin-block-start: 4.5rem;
  border-radius: 24px;
  background: #F2F5F9;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .l-seminar .l-seminar__contents > .cmp-container .text:nth-of-type(2){
    margin-block-start: 2.5rem;
    border-radius: 24px;
    background: #F2F5F9;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1024px) {
  .l-seminar .l-seminar__contents > .cmp-container .text:not(:nth-of-type(2)){
    margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 740px;
  }
}

.l-seminar .l-seminar__contents > .cmp-container .text:nth-of-type(2)>div{
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}

.l-seminar .l-seminar__contents > .cmp-container .text:nth-of-type(2) h2{
  margin: initial;
  font-size: 1.25rem;
  color: #005BAC;
  line-height: 1.5;
  position: relative;
  font-weight: 700;
  padding-left: 0;
}

.l-seminar .l-seminar__contents > .cmp-container .text:nth-of-type(2) p{
  line-height: 2;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}

.l-seminar .l-seminar__contents > .cmp-container .button>a{
  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: 1024px) {
  .l-seminar .l-seminar__contents > .cmp-container .button{
    display:none;
  }

  .l-seminar.out-date .sidebar_area .tableofcontents ul{
    padding: 0;
    margin: 0;
  }

  .l-seminar.out-date .sidebar_area .tableofcontents li{
    border: 1px solid #E0E2E4;
    margin: 0;
    list-style: auto;
    list-style-position:inside;
    font-weight: 500;
    background: #fff;
    line-height: 1.7777777778;
    padding: 1rem 1rem;
  }

  
  .l-seminar.out-date .sidebar_area .tableofcontents li a{
    padding: 0.5rem 0;
    font-size: 1rem;
  }
  
  .l-seminar.out-date .sidebar_area .tableofcontents+div.button>a{
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    background: #009CE5;
    transition: 0.2s ease;
    font-size: 1.125rem;
    line-height: 2.6666666667;
    padding: 1rem;
    font-weight: 700;
  }

  .l-seminar.out-date .sidebar_area .tableofcontents+div.button>a:hover{
    background: #005BAC;
  }

  .l-seminar.out-date .sidebar_area .tableofcontents+div.button>a:hover::after{
  transform: translateX(8px);
  }

  .l-seminar.out-date .sidebar_area .tableofcontents+div.button>a::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'>\<line x1='2' y1='12' x2='20' y2='12'/>\<polyline points='11 1 20 12 11 23'/>\</svg>");
    transition: 0.2s ease;
  }

}

.l-seminar.out-date .l-seminar__contents > .cmp-container .button{
  display:none;
}

.l-seminar .l-seminar__contents > .cmp-container .text h2{
  margin: initial;
  font-size: 1.25rem;
  color: #005BAC;
  line-height: 1.5;
  position: relative;
  padding-left: 0.75rem;
  margin-block-start: 2rem;
  margin-block-end: 1rem;
}

.l-seminar .l-seminar__contents > .cmp-container .text:not(:nth-of-type(2)) h2::before{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background: #005BAC;
  border-radius: 6.25rem;
}

.l-seminar .l-seminar__contents > .cmp-container .text h3{
  font-size: 0.875rem;
  line-height: 1.5;
  color: #009CE5;
  text-align: left;
  font-weight: 500;
}

.l-seminar .l-seminar__contents > .cmp-container .text h3:not(:first-of-type){
  margin-block-start: 1.5rem;
  padding: 1.5rem 0 0 0;
  border-top: 1px solid #F2F5F9;
}

.l-seminar .l-seminar__contents > .cmp-container .text p{
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}

.l-seminar .l-seminar__contents > .cmp-container .text ul{
  margin-block-start: 0;
  list-style: initial;
  padding-left: 1.5em;
}

.l-seminar .l-seminar__contents > .cmp-container .text ul li{
  font-size: 1rem;
  line-height: 178%;
  color: #454545;
  font-weight: 400;
}

.l-seminar .l-seminar__contents > .cmp-container .text ol{
  margin-block-start: initial;
  list-style: decimal;
  counter-reset: list-counter;
  padding-left: 1.5em;
}

.l-seminar .l-seminar__contents > .cmp-container .text h6{
  display: inline-block;
  width: 100%;
  color: #BEBEBE;
  font-weight: 400;
  font-size: 0.75rem;
  display: block;
  margin-block-start: 1rem;
}

.l-seminar .l-seminar__contents > .cmp-container .text ol li{
  font-size: 1.125rem;
  line-height: 1.5;
  color: #454545;
  font-weight: 400;
}

.l-seminar .l-seminar__contents > .cmp-container .text p>a{
  display: inline;
  color: #009CE5;
  font-size: 1.125rem;
  line-height: 1.8911111111;
  margin-block-start: 2rem;
  text-decoration-line: underline;
}

.l-seminar .l-seminar__contents > .cmp-container .text:not(:nth-of-type(2))>.cmp-text>p:last-child{
  border-bottom: 1px solid #F2F5F9;
  padding: 0 0 1.5rem 0;
}

.l-seminar .text p{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.l-seminar .l-seminar__form {
  display: none;
  flex: 1;
}
.l-seminar.within-date .l-seminar__form {
  display: unset;
}

.l-seminar .l-seminar__form iframe{
  width: 100%;
  height: 989px;
}

.l-seminar .sidebar_area {
  display: none;
}
.l-seminar.out-date .sidebar_area {
  display: unset;
}

.l-seminar .p-seminar-closed {
  background: #F2F5F9;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .l-seminar .p-seminar-closed{
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
    width: 100%;
  }
}

/** 導入事例 **/
.l-section-case .case_contents_area {
  max-width: 740px;
}


.l-section-case .case_contents_area>div>div.image:first-child img {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 327/184;
  margin-block-start: 2rem;
  margin-block-end: 1rem;
}

@media screen and (min-width: 768px) {
  .l-section-case .case_contents_area>div>div.image:first-child img {
    aspect-ratio: 16/9;
  }
}

.l-section-case .case_contents_area .image:not(:first-child) {
  padding: 0 0.75rem;
  margin-block-start: 2rem;
}

@media screen and (min-width: 768px) {
  .l-section-case .case_contents_area .case__user-wrap>div {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-section-case .case_contents_area .case__user>div {
  margin-top: 0.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.l-section-case .case_contents_area .case__user .image {
  border-radius: 50%;
}

.l-section-case .case_contents_area .cmp-image__title {
  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;
  color: #898989;
}

@media screen and (min-width: 768px) {
  .l-section-case .case_contents_area .cmp-image__title {
    font-size: 0.875rem;
  }
}

.l-section-case .case_contents_area .case__user img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
  background: #cdcdcd;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-section-case .case_contents_area .case__user img {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: #cdcdcd;
  }
}

@media screen and (min-width: 768px) {
  .l-section-case .case_contents_area .case__user .text:nth-child(1) {
    font-size: 0.875rem;
    line-height: 1.78;
    color: #000;
  }

  .l-section-case .case_contents_area .case__user .text:nth-child(2) {
    font-size: 1.125rem;
    line-height: 1.78;
    color: #000;
    font-weight: 700;
  }
}

.l-section-case .case_contents_area .case__summary {
  margin-block-start: 2rem;
  border-radius: 8px;
  background: #F2F5F9;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1rem;
}

@media screen and (min-width: 768px) {
  .l-section-case .case_contents_area .case__summary {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
    padding: 1.5rem;
  }
}

.l-section-case .case_contents_area .case__summary b {
  font-size: 1.125rem;
  line-height: 1.78;
  color: #005BAC;
  font-weight: 700;
}

.l-section-case .case_contents_area .text.case__summary p {
  margin-block-start: 0rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.78;
  color: #454545;
}

.l-section-case .case_contents_area .case__summary ul {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 740px;
  background: #fff;
  padding: 0.6875rem 0.5rem;
  border-radius: 8px;
}

.l-section-case .case_contents_area .case__summary li {
  list-style: outside;
  margin-left: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  list-style: outside;
}

@media screen and (min-width: 768px) {
  .l-section-case .case_contents_area .case__summary b {
    font-size: 1.25rem;
    line-height: 1.78;
    font-weight: 700;
    color: #005BAC;
  }

  .l-section-case .case_contents_area .text.case__summary p {
    font-size: 1.125rem;
    line-height: 1.78;
    font-weight: 500;
    color: #454545;
  }

  .l-section-case .case_contents_area .case__summary ul {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
    background: #fff;
    padding: 0.6875rem 0.5rem;
    border-radius: 8px;
  }

  .l-section-case .case_contents_area .case__summary li {
    list-style: outside;
    margin-left: 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.78;
    color: #454545;
  }
}

.l-section-case .case_contents_area .case__function>div {
  background: #F2F5F9;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .l-section-case .case_contents_area .case__function>div {
    flex-direction: row;
  }
}

.l-section-case .case_contents_area .case__company {
  position: relative;
}

.l-section-case .case_contents_area .case__company::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #F2F5F9;
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin-block-start: 2rem;
  margin-block-end: 2rem;
}

.l-section-case .case_contents_area .case__company>div {
  margin-block-end: 1.5rem;
  background: #F2F5F9;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.l-section-case .case_contents_area .case__company img {
  border-radius: unset;
  margin: unset;

}

@media screen and (min-width: 768px) {
  .l-section-case .case_contents_area .case__company>div {
    flex-direction: row;
  }

  .l-section-case .case_contents_area .case__company img {
    max-width: 15rem;
    height: 8.4375rem;
  }
}

.l-section-case>.cmp-container {
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  width: fit-content;
  padding: 0 1.5rem;
  gap: 4rem;
  margin: 0 auto;
  max-width: 1440px;
}

@media screen and (min-width: 768px) {
  .l-section-case>.cmp-container {
    padding: 2.5rem 5.625rem;
  }
}

.l-case.l-2column>div {
  gap: 0;
}

.l-section-case .text.case__summary>div {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: rgb(242, 245, 249);
  gap: 0.5rem;
}

.l-section-case .text.case__summary b {
  font-size: 1.125rem;
  line-height: 1.78;
  color: rgb(0, 91, 172);
  font-weight: 700;
}

.l-section-case .text.case__summary ul {
  background: rgb(255, 255, 255);
  padding: 0.6875rem 0.5rem;
  border-radius: 8px;
  list-style: outside;
  max-width: 740px;
  padding-left: 2rem;
}

@media screen and (min-width: 768px) {
  .l-section-case .case_contents_area {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
  }
}

@media screen and (min-width: 768px) {
  .l-section-case .case__user-wrap {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
  }

  .l-section-case .case__user-wrap img {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.l-section-case .case__user-wrap>div {
  gap: 1rem;
  margin-top: 0.5rem;
  align-items: center;
}


.l-section-case .case_contents_area b {
  margin: initial;
  font-size: 1.25rem;
  color: #005BAC;
  line-height: 1.5;
  position: relative;
  padding-left: 0.75rem;
  margin-block-start: 2.5rem;
  padding: 0;
}

.l-section-case .case_contents_area .text {
  font-weight: 500;
  color: #454545;
}

.l-section-case .case_contents_area .text p {
  margin-block-start: 1.5rem;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  
.l-section-case .case_contents_area .text{
  align-content:center;
}
  
  .l-section-case .case_contents_area .text p{
      margin-block-start: 1.5rem;
      font-size: 1.125rem;
      line-height: 1.78;
  }
}

  .l-section-case .case_contents_area .case__user .text:nth-child(1) p{
    margin:0;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.78;
    color: #000;
  }
  
  .l-section-case .case_contents_area .case__user .text:nth-child(2) p{
    margin:0;
    font-size: 0.875rem;
    line-height: 1.78;
    color: #000;
    font-weight: 700;
  }

@media screen and (min-width: 768px){
  .l-section-case .case_contents_area .case__user .text:nth-child(1) p{
    margin:0;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.78;
    color: #000;
  }
  
  .l-section-case .case_contents_area .case__user .text:nth-child(2) p{
    margin:0;
        font-size: 1.125rem;
    line-height: 1.78;
    color: #000;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px){
        .l-section-case .case_contents_area b{
        font-size: 1.5rem;
        line-height: 1.78;
    }
        .l-section-case .case_contents_area{
        font-size: 1.125rem;
        line-height: 1.78;
    }
        .l-section-case .case_contents_area h2{
        margin-block-start: 5rem;
        font-size: 1.5rem;
        line-height: 1.78;
        color: #005BAC;
    }
}

    .l-section-case .case_contents_area b{
    font-size: 1.5rem;
    line-height: 1.78;
}
    .l-section-case .case_contents_area{
    font-size: 1.125rem;
    line-height: 1.78;
}
    .l-section-case .case_contents_area h2{
    margin-block-start: 5rem;
    font-size: 1.5rem;
    line-height: 1.78;
    color: #005BAC;
}

.l-section-case .container .case__function {
    margin-block-start: 1.5rem;
    background: #F2F5F9;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}




.l-section-case .case_contents_area .case__function .text p {
    margin-block-start: 0rem;
    color: #000;
    font-size: 1rem;
    line-height: 1.78;
}

.l-section-case .case_contents_area .case__function .text h3{
    color: #005BAC;
    font-size: 1.125rem;
    line-height: 1.78;
    font-weight: 700;
    align-items: center;
    position: relative;
    display: grid;
    grid-template-columns: min-content 1fr;
    gap: 0.5rem;
    width: 100%;
}

.l-section-case .case_contents_area .case__function .text h3::before{
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 2.25rem;
  background: url(/content/dam/tsmo/service/mimamodrive/column/img/icon-h3.png) no-repeat center center/contain;
}

.l-section-case .case_contents_area .case__function .text h4 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.78;
    color: #005BAC;
}

.l-section-case .container .case__function>div>.text:nth-child(2)>div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #D7E7F5;
}

.l-section-case .container .case__function>div>.text:nth-child(2)>div{
  padding-left: 1rem;
  position: relative;
}



.l-section-case .container .case__function{
    display:flex;
    flex-direction: column;
}

@media screen and (min-width: 768px){
  .l-section-case .case_contents_area .case__function .text p {
      margin-block-start: 0rem;
      color: #000;
  }
  
  .l-section-case .case_contents_area .case__function .text h3{
      font-size: 1.25rem;
      line-height: 1.78;
      font-weight: 700;
      color: #005BAC;
      white-space:nowrap;
  }
  
  .l-section-case .case_contents_area .case__function .text h3::before{
    content: "";
    display: inline-block;
    width: 0.875rem;
    height: 2.25rem;
    background: url(/content/dam/tsmo/service/mimamodrive/column/img/icon-h3.png) no-repeat center center/contain;
  }
  
  .l-section-case .case_contents_area .case__function .text h4 {
      font-size: 1.25rem;
      line-height: 1.78;
      font-weight: 700;
      color: #005BAC;
  }
  
  .l-section-case .container .case__function>div>.text:nth-child(2)>div::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #D7E7F5;
  }
  
  .l-section-case .container .case__function>div>.text:nth-child(2)>div{
    padding-left: 1rem;
    position: relative;
  }
}
.l-section-case .case_contents_area .case__company table{
  display:flex;
  flex-direction: column;
  gap: 0.5rem;
}

.l-section-case .case_contents_area .case__company table td {
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.78;
    color: #454545;
}

.l-section-case .case_contents_area .case__company p {
    margin-block-start: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.78;
    width: 100%;
    color: #454545;
}

.l-section-case .case_contents_area .case__company 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-section-case .case_contents_area .case__company table td {
      display: table-cell;
  }
  
  .l-section-case .case_contents_area .case__company table td:nth-of-type(odd){
    width: 7rem;
  }
}

/** トップページ　一覧 **/
.extendedlist .itemlist {
  display: flex;
  margin-block-start: 1rem;
  flex-direction: row;
  padding-bottom: 1rem;
}

.extendedlist.toppage-list-01 .itemlist {
  background: #F2F5F9;
  overflow-x: scroll;
  width: unset;
  margin-top: 0;
  padding: 1rem 2.5rem 1rem 0rem;
}

.extendedlist.toppage-list-01 .cmp-extendedList__item-link {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.extendedlist .toppage-list-01 ul.itemlist {
	gap: 1.5rem;
}

.extendedlist .toppage-list-01 ul.itemlist li {
	width: 14.5rem;
  min-width: 14.5rem;
}

.extendedlist.toppage-list-01 li:first-of-type {
  margin-left: 1.5rem;
}

.extendedlist .cmp-extendedList__item-link {
  display: block;
  min-width: 14.5rem;
}

.extendedlist .cmp-extendedList__article {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.extendedlist .cmp-extendedList__image img {
  width: 100%;
  aspect-ratio: 380 / 212;
}

.extendedlist.toppage-list-03 .cmp-extendedList__image img {
  display: none;
}

.extendedlist .cmp-extendedList__tag {
  background: #009CE5;
  color: #fff;
  border-radius: 3.125rem;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  width: max-content;
}

.extendedlist .cmp-extendedList__tag.column {
  background: #8D97A1;
}

.extendedlist .cmp-extendedList__tag.doc {
  background: #09C883;
}

.extendedlist .cmp-extendedList__tag.lp {
  background: #005BAC;
}

.extendedlist .cmp-extendedList__tag.case {
  background: #E5F4F8;
  color: #009CE5;
}

.extendedlist .cmp-extendedList__tag.seminar_invalid {
  background: transparent;
  border: 1px solid #8D97A1;
  color: #8D97A1;
}

.extendedlist .cmp-extendedList__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.container .container-top-contents {
  background: #F2F5F9;
  padding: 2.5rem 1.5rem;
}

.container .container-top-contents .cmp-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 79rem;
}

.container .container-top-contents h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.container .container-top-contents h3 {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 700;
  color: #009CE5;
}

.container .container-top-contents .button {
  margin: 0 0 1.5rem 0;
}

.container .container-top-contents .button .cmp-button {
  margin-block-start: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #005BAC;
  background: #fff;
  color: #005BAC;
  font-size: 1rem;
  font-weight: 400;
}

.container .container-top-contents .button .cmp-button .cmp-button__text {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.container .container-top-contents .button .cmp-button .cmp-button__text .cmp-button__icon {
  transform: translateY(2.5px);
}

.extendedlist.toppage-list-02 .itemlist {
  overflow-x: scroll;
  scrollbar-width: none;
  width: 100%;
  gap: 1rem;
}

.extendedlist.toppage-list-02 li {
  width: calc((100% - 2rem) / 5);
  min-width: 14.5rem;
  padding: 0.5rem;
}

.extendedlist.toppage-list-02 .cmp-extendedList__article {
  width: unset;
}

.container .container-top-news {
  padding: 2.5rem 1rem;
}l

.container .container-top-news h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.container .container-top-news .cmp-button {
  margin-block-start: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #005BAC;
  background: #fff;
  color: #005BAC;
  font-size: 1rem;
  font-weight: 400;
}

.container .container-top-news .cmp-button:not([target="_blank"])::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 12.9316C4 12.3794 4.44772 11.9316 5 11.9316H19C19.5523 11.9316 20 12.3794 20 12.9316C20 13.4839 19.5523 13.9316 19 13.9316H5C4.44772 13.9316 4 13.4839 4 12.9316Z' fill='%23005BAC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 5.22453C11.6834 4.83401 12.3166 4.83401 12.7071 5.22453L19.7071 12.2245C20.0976 12.6151 20.0976 13.2482 19.7071 13.6387L12.7071 20.6387C12.3166 21.0293 11.6834 21.0293 11.2929 20.6387C10.9024 20.2482 10.9024 19.6151 11.2929 19.2245L17.5858 12.9316L11.2929 6.63875C10.9024 6.24822 10.9024 5.61506 11.2929 5.22453Z' fill='%23005BAC'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.container .container-top-news .cmp-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 79rem;
  gap: 2rem;
}

.extendedlist.toppage-list-03 .itemlist {
  flex-direction: column;
  align-items: flex-start;
  width: unset;
  gap: 0.5rem;
}

.extendedlist.toppage-list-03 li {
  width: 100%;
}

.extendedlist.toppage-list-03 .cmp-extendedList__item-link {
  width: 100%;
}

.extendedlist.toppage-list-03 .cmp-extendedList__article {
  width: unset;
  border-bottom: 0.0625rem solid #F2F5F9;
  padding: 0.5rem 0;
}

@media screen and (min-width: 1024px) {
  .extendedlist.toppage-list-03 .cmp-extendedList__article {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.extendedlist.toppage-list-03 .cmp-extendedList__date {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #8D97A1;
  font-weight: 500;
  width: 100%;
}

.extendedlist.toppage-list-03 .cmp-extendedList__tag {
  display: inline-block;
  border-radius: 0;
  width: fit-content;
  font-size: 0.75rem;
  font-weight: 400;
  background: #005BAC;
  padding: 0.15rem 0.5rem;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .extendedlist.toppage-list-03 .cmp-extendedList__tag {
    align-self: flex-start;
  }
}

.extendedlist.toppage-list-03 .cmp-extendedList__title {
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .extendedlist.toppage-list-03 .cmp-extendedList__title {
    flex: 1;
  }
}

/* コラム一覧ページ */
.l-columnlist {
  padding: 2.5rem 0 0;
}

.l-columnlist>.cmp-container {
  display: flex;
  padding: 0 1.5rem;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1440px;
}

@media screen and (min-width: 1024px) {
  .l-columnlist>.cmp-container {
    gap: 2rem;
    flex-direction: row;
    padding: 0 5.625rem;
    position: relative;
    justify-content: space-between;
    gap: 4rem;
    width: fit-content;
  }
}

.l-columnlist .columnlist_contents_area>.cmp-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .l-columnlist .columnlist_contents_area>.cmp-container {
    min-width: 46.25rem;
  }
}

@media screen and (min-width: 768px) {
  .l-columnlist .columnlist_contents_area>.cmp-container {
    gap: 1.5rem;
    flex: 1;
  }
}

.l-columnlist .columnlist_contents_area .extendedlist .itemlist {
  max-width: 20.4375rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-columnlist .columnlist_contents_area .extendedlist .itemlist {
    flex-direction: column;
    gap: 2.5rem;
    overflow: initial;
    margin: 0;
    max-width: unset;
  }
}

.l-columnlist .columnlist_contents_area .cmp-extendedList__item-link {
  width: 100%;
}


@media screen and (min-width: 768px) {
  .l-columnlist .columnlist_contents_area .cmp-extendedList__item-link {
    margin: 0 !important;
  }
}

@media screen and (min-width: 1024px) {
  .l-columnlist .columnlist_contents_area .cmp-extendedList__item-link {
    padding: 1rem;
  }
}

.l-columnlist .columnlist_contents_area .cmp-extendedList__article {
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .l-columnlist .columnlist_contents_area .cmp-extendedList__article {
    width: 100%;
    min-width: 200px;
    flex-direction: row;
    gap: 2.5rem;
  }
}

.l-columnlist .columnlist_contents_area .cmp-extendedList__image {
  width: 100%;
  height: 11.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: none;
  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) {
  .l-columnlist .columnlist_contents_area .cmp-extendedList__image {
    width: 16.5rem;
    height: 9.3125rem;
  }
}

.l-columnlist .columnlist_contents_area .cmp-extendedList__image img {
  aspect-ratio: unset;
  height: 100%;
}

.l-columnlist .columnlist_contents_area .cmp-extendedList__contents {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-columnlist .columnlist_contents_area .cmp-extendedList__contents {
    gap: 8px;
  }
}

.l-columnlist .columnlist_contents_area .cmp-extendedList__tag {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .l-columnlist .columnlist_contents_area .cmp-extendedList__tag {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}

.l-columnlist .columnlist_contents_area .cmp-extendedList__title {
  font-size: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.l-columnlist .columnlist_contents_area .cmp-extendedList__description {
  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) {
  .l-columnlist .columnlist_contents_area .cmp-extendedList__description {
    font-size: 1rem;
    -webkit-line-clamp: 4;
  }
}


.l-columnlist .columnlist_contents_area .pagination__area {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .l-columnlist .columnlist_contents_area .pagination__area {
    margin-top: 3.5rem;
    margin-bottom: 5rem;
  }
}

.l-columnlist .columnlist_contents_area .pagination__items {
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .l-columnlist .columnlist_contents_area .pagination__items {
    gap: 1.5rem;
  }
}

.l-columnlist .columnlist_contents_area .pagination__items .pagebtn-num {
  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;
}

.l-columnlist .columnlist_contents_area .pagination__items .active .pagebtn-num {
  font-weight: 700;
  color: #fff;
  background: #005BAC;
  cursor: initial;
}

@media screen and (min-width: 768px) {
  .l-columnlist .columnlist_contents_area .pagination__items .pagebtn-num {
    transition: 0.3s;
  }
}

.l-columnlist .columnlist_contents_area .pagination__items .disp:not(.active) .pagebtn-num:hover {
  background: rgba(0, 91, 172, 0.1);
  border: 1px solid #005BAC;
}

/* 導入事例ページ一覧 */
.l-caselist {
  padding: 2.5rem 0 0;
}

.l-caselist>.cmp-container {
  display: flex;
  padding: 0 1.5rem;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1440px;
}

@media screen and (min-width: 1024px) {
  .l-caselist>.cmp-container {
    gap: 2rem;
    flex-direction: row;
    padding: 0 5.625rem;
    position: relative;
    justify-content: space-between;
    gap: 4rem;
    width: fit-content;
  }
}

.l-caselist .caselist_contents_area {
  display: flex;
}

.l-caselist .caselist_contents_area>.cmp-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .l-caselist .caselist_contents_area>.cmp-container {
    min-width: 46.25rem;
  }
}

@media screen and (min-width: 768px) {
  .l-caselist .caselist_contents_area>.cmp-container {
    gap: 1.5rem;
    flex: 1;
  }
}

.l-caselist .caselist_contents_area .extendedlist .itemlist {
  width: 100%;
  max-width: 20.4375rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 2.5rem;
  overflow-x: initial;
}

@media screen and (min-width: 768px) {
  .l-caselist .caselist_contents_area .extendedlist .itemlist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    position: relative;
    float: left;
    gap: 1.5rem 0;
    padding-top: 0;
    padding-bottom: 5rem;
    margin: 0;
    width: 100%;
    max-width: unset;
  }
}

.l-caselist .caselist_contents_area .cmp-extendedList__item-link {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-caselist .caselist_contents_area .cmp-extendedList__item-link {
    width: 100%;
    margin: 0 !important;
    padding:0.5rem;
  }
}

.l-caselist .caselist_contents_area .cmp-extendedList__article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .l-caselist .caselist_contents_area .cmp-extendedList__article {
    width: 100%;
    min-width: 200px;
    gap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-caselist .caselist_contents_area .cmp-extendedList__article {
    padding: 1rem;
  }

  .l-caselist .caselist_contents_area .cmp-extendedList__article:hover {
    transition: 0.3s;
    background: rgba(0, 91, 172, 0.1);
  }

  .l-caselist .caselist_contents_area .cmp-extendedList__article:hover .cmp-extendedList__image {
    box-shadow: none;
  }
}

.l-caselist .caselist_contents_area .cmp-extendedList__image {
  width: 100%;
  height: 11.5rem;
  border-radius: 16px;
  overflow: hidden;
  border: none;
  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) {
  .l-caselist .caselist_contents_area .cmp-extendedList__image {
    border-radius: 24px;
    height: 10.0625rem
  }
}

@media screen and (min-width: 1024px) {
  .l-caselist .caselist_contents_area .cmp-extendedList__image {
    height: 14.0625rem;
  }
}

.l-caselist .caselist_contents_area .cmp-extendedList__image img {
  aspect-ratio: unset;
  height: 100%;
}

.l-caselist .caselist_contents_area .cmp-extendedList__contents {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-caselist .caselist_contents_area .cmp-extendedList__contents {
    gap: 8px;
  }
}

@media screen and (min-width: 768px) {
  .l-caselist .caselist_contents_area .cmp-extendedList__businessCategory {
    padding: 4px 8px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .l-caselist .caselist_contents_area .cmp-extendedList__businessCategory {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}

.l-caselist .caselist_contents_area .cmp-extendedList__title {
  font-size: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.l-caselist .caselist_contents_area .cmp-extendedList__businessInfo {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #8D97A1;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .l-caselist .caselist_contents_area .cmp-extendedList__businessInfo {
    font-size: 16px;
    gap: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .l-caselist .caselist_contents_area .cmp-extendedList__businessInfo {
    font-size: 1rem;
    gap: 0.5rem;
  }
}

.l-caselist .caselist_contents_area .cmp-extendedList__businessInfo svg {
  width: 1.5rem;
}

/* 資料一覧 */
.l-documentlist {
  padding: 2.5rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-documentlist {
    padding: 2.5rem 0 0;
  }
}

.l-documentlist>.cmp-container {
  display: flex;
  padding: 0 0.5rem;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1440px;
}

@media screen and (min-width: 1024px) {
  .l-documentlist>.cmp-container {
    gap: 2rem;
    flex-direction: row;
    padding: 0 5.625rem;
    position: relative;
    justify-content: space-between;
    gap: 4rem;
    width: fit-content;
  }
}

.l-documentlist .documentlist_contents_area {
  display: flex;
}

.l-documentlist .documentlist_contents_area>.cmp-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .l-documentlist .documentlist_contents_area>.cmp-container {
    min-width: 46.25rem;
  }
}

@media screen and (min-width: 768px) {
  .l-documentlist .documentlist_contents_area>.cmp-container {
    gap: 1.5rem;
    flex: 1;
  }
}

.l-documentlist .l-documentlist_list_contents>.cmp-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .l-documentlist .l-documentlist_list_contents>.cmp-container {
    gap: 3rem;
  }
}

.l-documentlist .documentlist_contents_section>.cmp-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.l-documentlist .documentlist_contents_section>.cmp-container:last-of-type {
  margin-bottom: 5rem;
}

.l-documentlist .documentlist_contents_section .cmp-text::before {
  content: "";
  height: 2rem;
  width: 0.25rem;
  border-radius: 0.625rem;
  background: #009CE5;
  display: inline-block;
  margin-right: 0.5rem;
}

.l-documentlist .documentlist_contents_section .color-blue .cmp-text::before {
  color: #005BAC;
  background: #005BAC;
}

.l-documentlist .documentlist_contents_section .cmp-text {
  font-size: 1.25rem;
  line-height: 1.78;
  font-weight: 700;
  color: #009CE5;
  position: relative;
  display: flex;
  align-items: center;
}

.l-documentlist .documentlist_contents_section .color-blue .cmp-text {
  color: #005BAC;
}

.l-documentlist .documentlist_contents_section .extendedlist .itemlist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: initial;
  padding: 0;
  max-width: 20.4375rem;
  width: 100%;
  gap: 1.5rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-documentlist .documentlist_contents_section .extendedlist .itemlist {
    flex-direction: row;
    gap: 32px;
    margin: 0;
    max-width: unset;
  }
}

.l-documentlist .documentlist_contents_section .extendedlist .itemlist li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-documentlist .documentlist_contents_section .extendedlist .itemlist li {
    width: unset;
  }
}

@media screen and (min-width: 1024px) {
  .l-documentlist .documentlist_contents_section .extendedlist .itemlist {
    gap: 2rem;
  }
}

.l-documentlist .documentlist_contents_section .cmp-extendedList__item-link {
  width: unset;
  min-width: unset;
}

.l-documentlist .documentlist_contents_section .cmp-extendedList__article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .l-documentlist .documentlist_contents_section .cmp-extendedList__article {
    width: 384px;
    min-width: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .l-documentlist .documentlist_contents_section .cmp-extendedList__article {
    width: 24rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .l-documentlist .documentlist_contents_section .cmp-extendedList__article:hover {
    transition: 0.3s;
    background: rgba(0, 91, 172, 0.1);
  }
}

.l-documentlist .documentlist_contents_section .cmp-extendedList__image {
  width: 100%;
  max-width: 100%;
  height: 11.5rem;
  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) {
  .l-documentlist .documentlist_contents_section .cmp-extendedList__image {
    width: 400px;
    height: 225px;
    border-radius: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .l-documentlist .documentlist_contents_section .cmp-extendedList__image {
    width: 25rem;
    height: auto;
  }
}

.l-documentlist .documentlist_contents_section .cmp-extendedList__image img {
  height: 100%;
}

.l-documentlist .documentlist_contents_section .cmp-extendedList__contents {
  display: flex;
  flex-direction: column;
}

.l-documentlist .documentlist_contents_section .cmp-extendedList__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) {
  .l-documentlist .documentlist_contents_section .cmp-extendedList__title {
    font-size: 1.25rem;
  }
}

.l-documentlist .documentlist_contents_section .cmp-extendedList__description {
  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) {
  .l-documentlist .documentlist_contents_section .cmp-extendedList__description {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .l-documentlist .documentlist_contents_section .cmp-extendedList__description {
    font-size: 1rem;
  }
}

/* 資料ダウンロード一覧 */
.l-doclist {
  padding: 2.5rem 0 0;
}

.l-doclist>.cmp-container {
  display: flex;
  padding: 0 1.5rem;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1440px;
}

@media screen and (min-width: 1024px) {
  .l-doclist>.cmp-container {
    gap: 2rem;
    flex-direction: row;
    padding: 0 5.625rem;
    position: relative;
    justify-content: space-between;
    gap: 4rem;
    width: fit-content;
  }
}

.l-doclist .doclist_contents_area {
  display: flex;
}

.l-doclist .doclist_contents_area>.cmp-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-doclist .doclist_contents_area>.cmp-container {
    gap: 1.5rem;
    flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .l-doclist .doclist_contents_area>.cmp-container {
    min-width: 46.25rem;
  }
}

.l-doclist .doclist_contents_area .extendedlist .itemlist {
  width: 100%;
  max-width: 20.4375rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 0 2.5rem;
  padding-top: 0;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .l-doclist .doclist_contents_area .extendedlist .itemlist {
    flex-direction: column;
    overflow: initial;
    gap: 3rem;
    margin: 0;
    max-width: unset;
  }
}

@media screen and (min-width: 1024px) {
  .l-doclist .doclist_contents_area .extendedlist .itemlist {
    padding: 0 0 5rem;
  }
}

.l-doclist .doclist_contents_area .cmp-extendedList__article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .l-doclist .doclist_contents_area .cmp-extendedList__article {
    width: 100%;
    flex-direction: row;
    min-width: 200px;
    gap: 2.5rem;
  }
}

.l-doclist .doclist_contents_area .cmp-extendedList__image {
  width: 100%;
  height: 11.5rem;
  border-radius: 24px;
  overflow: hidden;
  border: none;
  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) {
  .l-doclist .doclist_contents_area .cmp-extendedList__image {
    max-width: 25rem;
    height: 225px;
    aspect-ratio: 400 / 225;
  }
}

@media screen and (min-width: 1024px) {
  .l-doclist .doclist_contents_area .cmp-extendedList__image {
    height: 14.0625rem;
  }
}

.l-doclist .doclist_contents_area .cmp-extendedList__image img {
  height: 100%;
}

.l-doclist .doclist_contents_area .cmp-extendedList__contents {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.l-doclist .doclist_contents_area .cmp-extendedList__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 768px) {
  .l-doclist .doclist_contents_area .cmp-extendedList__title {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .l-doclist .doclist_contents_area .cmp-extendedList__title {
    font-size: 1.5rem;
  }
}

.l-doclist .doclist_contents_area .cmp-extendedList__description {
  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) {
  .l-doclist .doclist_contents_area .cmp-extendedList__description {
    font-size: 1rem;
    -webkit-line-clamp: 4;
  }
}

.l-doclist .doclist_contents_area .cmp-extendedList__button {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .l-doclist .doclist_contents_area .cmp-extendedList__button {
    width: max-content;
    padding: 1rem 3rem;
    gap: 1rem;
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-doclist .doclist_contents_area .cmp-extendedList__button:hover {
    background-color: #005BAC;
  }
}

/* セミナー一覧 */
.l-seminarlist {
  padding: 2.5rem 0 0;
}

.l-seminarlist>.cmp-container {
  display: flex;
  padding: 0 1.5rem;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1440px;
}

@media screen and (min-width: 1024px) {
  .l-seminarlist>.cmp-container {
    gap: 2rem;
    flex-direction: row;
    padding: 0 5.625rem;
    position: relative;
    justify-content: space-between;
    gap: 4rem;
    width: fit-content;
  }
}

.l-seminarlist .seminarlist_contents_area {
  display: flex;
}

.l-seminarlist .seminarlist_contents_area>.cmp-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .l-seminarlist .seminarlist_contents_area>.cmp-container {
    min-width: 46.25rem;
  }
}

@media screen and (min-width: 768px) {
  .l-seminarlist .seminarlist_contents_area>.cmp-container {
    gap: 1.5rem;
    flex: 1;
  }
}

.l-seminarlist .l-seminarlist_list_contents>.cmp-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .l-seminarlist .l-seminarlist_list_contents>.cmp-container {
    gap: 3rem;
  }
}

.l-seminarlist .l-seminarlist_list_contents>.cmp-container:last-of-type {
  margin-bottom: 5rem;
}

.l-seminarlist .seminarlist_contents_section>.cmp-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.l-seminarlist .seminarlist_contents_section .cmp-text::before {
  content: "";
  height: 2rem;
  width: 0.25rem;
  border-radius: 0.625rem;
  background: #009CE5;
  display: inline-block;
  margin-right: 0.5rem;
}

.l-seminarlist .seminarlist_contents_section .color-gray .cmp-text::before {
  color: #8D97A1;
  background: #8D97A1;
}

.l-seminarlist .seminarlist_contents_section .cmp-text {
  font-size: 1.25rem;
  line-height: 1.78;
  font-weight: 700;
  color: #009CE5;
  position: relative;
  display: flex;
  align-items: center;
}

.l-seminarlist .seminarlist_contents_section .color-gray .cmp-text {
  color: #8D97A1;
}

.l-seminarlist .seminarlist_contents_section .extendedlist .itemlist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: initial;
  padding: 0;
  max-width: 20.4375rem;
  margin: 0 auto;
  gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-seminarlist .seminarlist_contents_section .extendedlist .itemlist {
    flex-direction: row;
    gap: 32px;
    width: 100%;
    max-width: unset;
  }
}

@media screen and (min-width: 1024px) {
  .l-seminarlist .seminarlist_contents_section .extendedlist .itemlist {
    gap: 2rem;
  }
}

.l-seminarlist .seminarlist_contents_section .cmp-extendedList__item-link {
  width: unset;
  min-width: unset;
}

.l-seminarlist .seminarlist_contents_section .cmp-extendedList__article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .l-seminarlist .seminarlist_contents_section .cmp-extendedList__article {
    width: 384px;
    min-width: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .l-seminarlist .seminarlist_contents_section .cmp-extendedList__article {
    width: 24rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .l-seminarlist .seminarlist_contents_section .cmp-extendedList__article:hover {
    transition: 0.3s;
    background: rgba(0, 91, 172, 0.1);
  }
}

.l-seminarlist .seminarlist_contents_section .cmp-extendedList__image {
  width: 100%;
  max-width: 100%;
  height: 11.5rem;
  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) {
  .l-seminarlist .seminarlist_contents_section .cmp-extendedList__image {
    width: 400px;
    height: 225px;
    border-radius: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .l-seminarlist .seminarlist_contents_section .cmp-extendedList__image {
    width: 25rem;
    height: auto;
  }
}

.l-seminarlist .seminarlist_contents_section .cmp-extendedList__image img {
  height: 100%;
}

.l-seminarlist .seminarlist_contents_section .cmp-extendedList__contents {
  display: flex;
  flex-direction: column;
}

.l-seminarlist .seminarlist_contents_section .cmp-extendedList__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) {
  .l-seminarlist .seminarlist_contents_section .cmp-extendedList__title {
    font-size: 1.25rem;
  }
}

.l-seminarlist .seminarlist_contents_section .cmp-extendedList__description {
  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) {
  .l-seminarlist .seminarlist_contents_section .cmp-extendedList__description {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .l-seminarlist .seminarlist_contents_section .cmp-extendedList__description {
    font-size: 1rem;
  }
}

/* ニュース一覧 */
.l-newslist {
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .l-newslist {
    padding-bottom: 5rem;
  }
}

.l-newslist>.cmp-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 79rem;
}

@media screen and (min-width: 768px) {
  .l-newslist>.cmp-container {
    padding: 0 2.5rem;
    gap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-newslist>.cmp-container {
    padding: 0;
  }
}

.l-newslist .cmp-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .l-newslist .cmp-text {
    font-size: 3rem;
  }
}

.l-newslist .extendedlist {
  width: 100%;
}

.l-newslist .extendedlist .itemlist {
  width: 100%;
  flex-direction: column;
  margin-top: 0;
}

.l-newslist .extendedlist .cmp-extendedList__item-link {
  display: block;
  border-bottom: 0.0625rem solid #F2F5F9;
  width: 100%;
  transition: 0.2s ease;
  background: #fff;
  padding: 0.5rem 0;
}


@media screen and (min-width: 768px) {
  .l-newslist .extendedlist .cmp-extendedList__item-link {
    padding: 1.5rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .l-newslist .extendedlist .cmp-extendedList__item-link {
    padding: 1.5rem 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-newslist .extendedlist .cmp-extendedList__item-link:hover {
    background: #F2F5F9;
  }
}

.l-newslist .extendedlist .cmp-extendedList__article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

@media screen and (min-width: 1024px) {
  .l-newslist .extendedlist .cmp-extendedList__article {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.l-newslist .extendedlist .cmp-extendedList__date {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #8D97A1;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .l-newslist .extendedlist .cmp-extendedList__date {
    font-weight: 400;
  }
}

@media screen and (min-width: 1024px) {
  .l-newslist .extendedlist .cmp-extendedList__date {
    width: 100%;
  }
}

.l-newslist .extendedlist .cmp-extendedList__tag {
  display: inline-block;
  width: fit-content;
  font-size: 0.75rem;
  font-weight: 400;
  background: #005BAC;
  padding: 0.15rem 0.5rem;
  color: #fff;
  border-radius: unset;
}

@media screen and (min-width: 1024px) {
  .l-newslist .extendedlist .cmp-extendedList__tag {
    align-self: flex-start;
  }
}

.l-newslist .extendedlist .cmp-extendedList__title {
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .l-newslist .extendedlist .cmp-extendedList__title {
    flex: 1;
  }
}

/* 機能紹介 */
.l-features__list {
  background: transparent;
  border-radius: 0;
  margin-top: 0 !important;
  padding: 1.5rem 0;
}

@media screen and (min-width: 768px) {
  .l-features__list {
    padding: 2.5rem 0 4rem;
  }
}

.l-features__list .text.list-headline p {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #009CE5;
  font-weight: 700;
  display: block;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 23.4375rem;
  position: relative;
}


@media screen and (min-width: 768px) {
  .l-features__list .text.list-headline p {
    padding: 0 40px;
    max-width: 767px;
    font-size: 40px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1024px) {
  .l-features__list .text.list-headline p {
    padding: 0 5.5rem;
    max-width: 90rem;
    font-size: 2.5rem;
    line-height: 1.5;
  }
}

.l-features__list .extendedlist {
  padding: 1.5rem 0 1.25rem;
}

.l-features__list .extendedlist .itemlist {
  max-width: 20.4375rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow: initial;
}

@media screen and (min-width: 768px) {
  .l-features__list .extendedlist .itemlist {
    flex-direction: row;
    gap: 32px;
    overflow-x: scroll;
    margin: 0;
    width: 100%;
    max-width: unset;
    padding: 24px 0;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
}

@media screen and (min-width: 1024px) {
  .l-features__list .extendedlist .itemlist {
    gap: 2rem;
    padding: 1rem 0;
    overflow: initial;
  }
}

@media screen and (min-width: 768px) {
  .l-features__list .extendedlist .itemlist>li:first-of-type {
    margin-left: calc(50% - 344px);
  }
}

@media screen and (min-width: 768px) {
  .l-features__list .extendedlist .itemlist>li:last-of-type {
    margin-right: calc(50% - 344px);
  }
}

@media screen and (min-width: 1024px) {
  .l-features__list .extendedlist .itemlist>li:first-of-type {
    margin-left: calc(50% - 39.5rem);
  }
}

@media screen and (min-width: 1024px) {
  .l-features__list .extendedlist .itemlist>li:last-of-type {
    margin-right: calc(50% - 39.5rem);
  }

}

.l-features__list .extendedlist .cmp-extendedList__article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .l-features__list .extendedlist .cmp-extendedList__article {
    width: 400px;
    min-width: 400px;
    gap: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .l-features__list .extendedlist .cmp-extendedList__article {
    width: 25rem;
    min-width: 25rem;
    padding: 1rem;
    gap: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .l-features__list .extendedlist .cmp-extendedList__article:hover {
    transition: 0.3s;
    background: rgba(0, 91, 172, 0.1);
  }
}

.l-features__list .extendedlist .cmp-extendedList__image {
  width: 100%;
  max-width: 100%;
  height: 11.5rem;
  border-radius: 16px;
  overflow: hidden;
  border: solid #fff 0.125rem;
  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) {
  .l-features__list .extendedlist .cmp-extendedList__image {
    height: 225px;
    border-radius: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .l-features__list .extendedlist .cmp-extendedList__image {
    height: 14.0625rem;
  }
}

.l-features__list .extendedlist .cmp-extendedList__image img {
  height: 100%;
}

.l-features__list .extendedlist .cmp-extendedList__contents {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-features__list .extendedlist .cmp-extendedList__contents {
    gap: 8px;
  }
}

.l-features__list .extendedlist .cmp-extendedList__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) {
  .l-features__list .extendedlist .cmp-extendedList__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .l-features__list .extendedlist .cmp-extendedList__title {
    font-size: 1.25rem;
  }
}

.l-features__list .extendedlist .cmp-extendedList__description {
  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) {
  .l-features__list .extendedlist .cmp-extendedList__description {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .l-features__list .extendedlist .cmp-extendedList__description {
    font-size: 1rem;
  }
}

/* アルコールチェック管理 */
.l-alcohol__list {
  background: transparent;
  border-radius: 0;
  margin-top: 0;
  padding: 1.5rem 0;
}

@media screen and (min-width: 768px) {
  .l-alcohol__list {
    padding: 2.5rem 0 4rem;
  }
}

.l-alcohol__list .text {
  display: block;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 90rem;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #009CE5;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-alcohol__list .text {
    padding: 0 40px;
    font-size: 40px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1024px) {
  .l-alcohol__list .text {
    padding: 0 5.5rem;
    font-size: 2.5rem;
    line-height: 1.5;
  }
}

.l-alcohol__list .extendedlist {
  background: transparent;
}

@media screen and (min-width: 768px) {
  .l-alcohol__list .extendedlist {
    padding: 0;
  }
}

.l-alcohol__list .extendedlist .itemlist {
  margin: 1.5rem 0;
  display: flex;
  flex-direction: row;
  overflow: overlay;
  gap: 1.5rem;
  width: 100%
}

@media screen and (min-width: 768px) {
  .l-alcohol__list .extendedlist .itemlist {
    flex-direction: row;
    gap: 32px;
    margin: 0;
    max-width: unset;
    padding: 24px 0;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .l-alcohol__list .extendedlist .itemlist {
    gap: 2rem;
    padding: 1rem 0;
  }
}

.l-alcohol__list .extendedlist .itemlist>li:first-of-type {
  margin-left: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .l-alcohol__list .extendedlist .itemlist>li:first-of-type {
    margin-left: calc(50% - 39.5rem);
  }
}

.l-alcohol__list .extendedlist .itemlist>li:last-of-type {
  margin-right: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .l-alcohol__list .extendedlist .itemlist>li:last-of-type {
    margin-right: 5.5rem;
  }
}

.l-alcohol__list .extendedlist .cmp-extendedList__item-link {
  width: unset;
  min-width: unset;
}

.l-alcohol__list .extendedlist .cmp-extendedList__article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .l-alcohol__list .extendedlist .cmp-extendedList__article {
    width: 400px;
    min-width: 400px;
    padding: 0;
    gap: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .l-alcohol__list .extendedlist .cmp-extendedList__article {
    width: 25rem;
    min-width: 25rem;
    gap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-alcohol__list .extendedlist .cmp-extendedList__article:hover {
    transition: 0.3s;
    background: white;
  }

  .l-alcohol__list .extendedlist .cmp-extendedList__article:hover .cmp-extendedList__image img {
    transform: scale(1.12);
  }
}

.l-alcohol__list .extendedlist .cmp-extendedList__image {
  width: auto;
  height: 11.5rem;
  border-radius: 16px;
  overflow: hidden;
  border: solid #fff 0.125rem;
  box-shadow: 0px 1.5rem 2.5rem 0px rgba(0, 32, 61, 0.08);
  aspect-ratio: 327 / 184;
  transition: 0.2s;
}

.l-alcohol__list .extendedlist.alcohol-column-list .cmp-extendedList__image {
  border: none !important;
}

@media screen and (min-width: 768px) {
  .l-alcohol__list .extendedlist .cmp-extendedList__image {
    height: 225px;
    border-radius: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .l-alcohol__list .extendedlist .cmp-extendedList__image {
    height: 14.0625rem;
  }
}

.l-alcohol__list .extendedlist .cmp-extendedList__image img {
  height: 100%;
  transition: 0.3s ease;
}

.l-alcohol__list .extendedlist .cmp-extendedList__contents {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-alcohol__list .extendedlist .cmp-extendedList__contents {
    gap: 8px;
  }
}

.l-alcohol__list .extendedlist .cmp-extendedList__tag {
  padding: 0.25rem 0.5rem;
  border-radius: 2.5rem;
  text-align: center;
  width: fit-content;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .l-alcohol__list .extendedlist .cmp-extendedList__tag {
    padding: 4px 8px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .l-alcohol__list .extendedlist .cmp-extendedList__tag {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}

.l-alcohol__list .extendedlist .cmp-extendedList__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) {
  .l-alcohol__list .extendedlist .cmp-extendedList__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .l-alcohol__list .extendedlist .cmp-extendedList__title {
    font-size: 1.25rem;
  }
}

.l-alcohol__list .extendedlist .cmp-extendedList__description {
  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) {
  .l-alcohol__list .extendedlist .cmp-extendedList__description {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .l-alcohol__list .extendedlist .cmp-extendedList__description {
    font-size: 1rem;
  }
}

.l-alcohol__list .xf-content-height {
  min-height: unset;
}

/* MINAMO DRIVEトップページ */
.extendedlist.mimamodrive-top-list {
  padding: 2.5rem 0;
  background: #F2F5F9;
}

@media screen and (min-width: 768px) {
  .extendedlist.mimamodrive-top-list {
    padding: 0;
    overflow-x: hidden;
  }
}

.extendedlist.mimamodrive-top-list .itemlist {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  overflow-x: scroll;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .extendedlist.mimamodrive-top-list .itemlist {
    gap: 32px;
    margin: 0;
    max-width: unset;
    padding: 24px 0;
  }
}

@media screen and (min-width: 1024px) {
  .extendedlist.mimamodrive-top-list .itemlist {
    gap: 0;
    padding: 1rem 0;
  }
}

.extendedlist.mimamodrive-top-list .itemlist>li:first-of-type {
  margin-left: 2.5rem;
}

@media screen and (min-width: 768px) {
  .extendedlist.mimamodrive-top-list .itemlist>li:first-of-type {
    margin-left: calc(50% - 360px);
  }
}

@media screen and (min-width: 1024px) {
  .extendedlist.mimamodrive-top-list .itemlist>li:first-of-type {
    margin-left: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .extendedlist.mimamodrive-top-list .itemlist>li:last-of-type {
    padding-right: calc(50% - 360px);
  }
}

@media screen and (min-width: 1024px) {
  .extendedlist.mimamodrive-top-list .itemlist>li:last-of-type {
    padding-right: 2.5rem;
  }
}

.extendedlist.mimamodrive-top-list .cmp-extendedList__item-link {
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .extendedlist.mimamodrive-top-list .cmp-extendedList__item-link {
    width: 200px;
    min-width: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .extendedlist.mimamodrive-top-list .cmp-extendedList__item-link {
    width: 12.5rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .extendedlist.mimamodrive-top-list .cmp-extendedList__item-link:hover {
    background: rgba(0, 91, 172, 0.1);
  }

  .extendedlist.mimamodrive-top-list .cmp-extendedList__item-link:hover .cmp-extendedList__image {
    box-shadow: none;
  }
}

.extendedlist.mimamodrive-top-list .cmp-extendedList__article {
  gap: unset;
}

.extendedlist.mimamodrive-top-list .cmp-extendedList__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;
}

.extendedlist.mimamodrive-top-list .cmp-extendedList__image {
  border: none;
}

@media screen and (min-width: 768px) {
  .extendedlist.mimamodrive-top-list .cmp-extendedList__image {
    border-radius: 24px;
  }
}

.extendedlist.mimamodrive-top-list .cmp-extendedList__image img {
  aspect-ratio: unset;
  height: 100%;
}

.extendedlist.mimamodrive-top-list .cmp-extendedList__contents {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .extendedlist.mimamodrive-top-list .cmp-extendedList__contents {
    gap: 8px;
  }
}

.extendedlist.mimamodrive-top-list .cmp-extendedList__tag {
  padding: 0.25rem 0.5rem;
  border-radius: 2.5rem;
  text-align: center;
  width: fit-content;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .extendedlist.mimamodrive-top-list .cmp-extendedList__tag {
    padding: 4px 8px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .extendedlist.mimamodrive-top-list .cmp-extendedList__tag {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}

.extendedlist.mimamodrive-top-list .cmp-extendedList__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 768px) {
  .extendedlist.mimamodrive-top-list .cmp-extendedList__title {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .extendedlist.mimamodrive-top-list .cmp-extendedList__title {
    font-size: 1rem;
  }
}

.l-mimamodrive__case {
  padding: 2.5rem 0 5rem;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__case {
    padding: 40px 0 40px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__case {
    padding: 5rem 0 10rem;
  }
}

.l-mimamodrive__case>.cmp-container {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__case>.cmp-container {
    margin: 0 auto;
    max-width: 688px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__case>.cmp-container {
    margin: 0 auto;
    max-width: 79rem;
  }
}

.l-mimamodrive__case h2 {
  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;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__case h2 {
    font-size: 120px;
    line-height: 0.7083333333;
    max-width: 768px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__case h2 {
    font-size: 7.5rem;
    max-width: 90rem;
  }
}

.l-mimamodrive__case .cmp-text {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #009CE5;
  font-weight: 700;
  display: block;
  padding: 0 0.5rem;
  max-width: 23.4375rem;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__case .cmp-text {
    font-size: 40px;
    line-height: 1.2;
    max-width: 767px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__case .cmp-text {
    font-size: 2.5rem;
    line-height: 1.5;
    max-width: 90rem;
  }
}
.l-mimamodrive__case .extendedlist .itemlist {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  gap: 0;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__case .extendedlist .itemlist {
    margin-top: 24px;
    flex-direction: column;
    padding: 0;
    overflow: initial;
    margin: 0;
    max-width: unset;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__case .extendedlist .itemlist {
    margin-top: 1.5rem;
  }
}

.l-mimamodrive__case .extendedlist .itemlist>li {
  border-bottom: 1px solid #F3F3F3;
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__case .extendedlist .itemlist>li {
    padding: 24px 0;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__case .extendedlist .itemlist>li {
    padding: 1rem 0;
  }
}

.l-mimamodrive__case .extendedlist .itemlist>li:first-of-type {
  padding-top: 0;
}

.l-mimamodrive__case .extendedlist .itemlist>li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.l-mimamodrive__case .cmp-extendedList__item-link {
  width: unset;
}

.l-mimamodrive__case .cmp-extendedList__article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  gap: 1.5rem;
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__case .cmp-extendedList__article {
    width: 100%;
    min-width: 200px;
    flex-direction: row;
    gap: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__case .cmp-extendedList__article {
    gap: 1.5rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__case .cmp-extendedList__article:hover {
    background: rgba(0, 91, 172, 0.1);
    transition: 0.3s;
  }

  .l-mimamodrive__case .cmp-extendedList__article:hover .cmp-extendedList__image {
    box-shadow: none;
  }
}

.l-mimamodrive__case .cmp-extendedList__image {
  width: 100%;
  max-width: 100%;
  height: 11.5rem;
  border-radius: 16px;
  overflow: hidden;
  border: solid #fff 0.125rem;
  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) {
  .l-mimamodrive__case .cmp-extendedList__image {
    width: 264px;
    height: 149px;
    border-radius: 24px;
    aspect-ratio: 264 / 149;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__case .cmp-extendedList__image {
    width: 16.5rem;
    height: 9.3125rem;
  }
}

.l-mimamodrive__case .cmp-extendedList__image img {
  height: 100%;
  aspect-ratio: unset;
}

.l-mimamodrive__case .cmp-extendedList__contents {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__case .cmp-extendedList__contents {
    gap: 8px;
  }
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__case .extendedlist .cmp-extendedList__businessCategory {
    padding: 4px 8px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__case .extendedlist .cmp-extendedList__businessCategory {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}

.l-mimamodrive__case .extendedlist .cmp-extendedList__title {
  font-size: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__case .extendedlist .cmp-extendedList__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__case .extendedlist .cmp-extendedList__title {
    font-size: 1.25rem;
  }
}

.l-mimamodrive__case .extendedlist .cmp-extendedList__businessInfo {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #8D97A1;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__case .extendedlist .cmp-extendedList__businessInfo {
    font-size: 16px;
    gap: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__case .extendedlist .cmp-extendedList__businessInfo {
    font-size: 1rem;
    gap: 0.5rem;
  }
}

.l-mimamodrive__case .extendedlist .cmp-extendedList__businessInfo svg {
  width: 1.5rem;
}

.l-mimamodrive__case .cmp-button {
  background-color: #fff;
  border: 2px solid #005BAC;
  color: #005BAC;
  padding: 1rem 3rem;
  width: fit-content;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-direction: row;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__case .cmp-button {
    padding: 16px 48px;
    font-size: 24px;
    gap: 16px;
    width: max-content;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__case .cmp-button {
    gap: 1rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__case .cmp-button:hover {
    background-color: rgba(0, 91, 172, 0.1);
  }
}

.l-mimamodrive__seminar h2 {
  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;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__seminar h2 {
    font-size: 120px;
    line-height: 0.7083333333;
    padding: 0 40px;
    max-width: 768px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__seminar h2 {
    font-size: 7.5rem;
    padding: 0 5.5rem;
    max-width: 90rem;
  }
}

.l-mimamodrive__seminar .cmp-container .cmp-container {
  background: #E5F4F8;
  border-radius: 40px 40px 0 0;
  padding: 2.5rem 0 6.875rem;
  margin-top: -0.5625rem;
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__seminar .cmp-container .cmp-container {
    border-radius: 7.5rem 7.5rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__seminar .cmp-container .cmp-container {
    padding: 40px 0 160px;
  }
}

.l-mimamodrive__seminar .cmp-text {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #009CE5;
  font-weight: 700;
  display: block;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 23.4375rem;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__seminar .cmp-text {
    font-size: 40px;
    line-height: 1.2;
    padding: 0 40px;
    max-width: 767px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__seminar .cmp-text {
    font-size: 2.5rem;
    line-height: 1.5;
    padding: 0 5.5rem;
    max-width: 90rem;
  }
}

.l-mimamodrive__seminar .extendedlist .itemlist {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow: initial;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__seminar .extendedlist .itemlist {
    flex-direction: row;
    gap: 32px;
    margin: 0;
    width: 100%;
    max-width: unset;
    padding: 24px 0;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__seminar .extendedlist .itemlist {
    gap: 2rem;
    padding: 1rem 0;
    overflow: initial;
  }
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__seminar .extendedlist .itemlist>li:first-of-type {
    margin-left: calc(50% - 344px);
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__seminar .extendedlist .itemlist>li:first-of-type {
    margin-left: calc(50% - 39.5rem);
  }
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__seminar .extendedlist .itemlist>li:last-of-type {
    margin-right: calc(50% - 344px);
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__seminar .extendedlist .itemlist>li:last-of-type {
    margin-right: calc(50% - 39.5rem);
  }
}

.l-mimamodrive__seminar .cmp-extendedList__item-link {
  width: unset;
}

.l-mimamodrive__seminar .cmp-extendedList__article {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__seminar .cmp-extendedList__article {
    width: 400px;
    min-width: 400px;
    gap: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__seminar .cmp-extendedList__article {
    width: 25rem;
    min-width: 25rem;
    gap: 1rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__seminar .cmp-extendedList__article:hover {
    background: rgba(0, 91, 172, 0.1);
    transition: 0.3s;
  }

  .l-mimamodrive__seminar .cmp-extendedList__article:hover .cmp-extendedList__image {
    box-shadow: none;
  }
}

.l-mimamodrive__seminar .cmp-extendedList__image {
  width: 100%;
  height: 11.5rem;
  border-radius: 16px;
  overflow: hidden;
  border: solid #fff 0.125rem;
  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) {
  .l-mimamodrive__seminar .cmp-extendedList__image {
    border-radius: 24px;
    height: 225px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__seminar .cmp-extendedList__image {
    height: 14.0625rem;
  }
}

.l-mimamodrive__seminar .extendedlist .cmp-extendedList__image img {
  height: 100%;
  aspect-ratio: unset;
}

.l-mimamodrive__seminar .cmp-extendedList__contents {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__seminar .cmp-extendedList__contents {
    gap: 8px;
  }
}

.l-mimamodrive__seminar .extendedlist .cmp-extendedList__tag {
  padding: 0.25rem 0.5rem;
  border-radius: 2.5rem;
  text-align: center;
  width: fit-content;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__seminar .extendedlist .cmp-extendedList__tag {
    padding: 4px 8px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__seminar .extendedlist .cmp-extendedList__tag {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}

.l-mimamodrive__seminar .extendedlist .cmp-extendedList__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__seminar .extendedlist .cmp-extendedList__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__seminar .extendedlist .cmp-extendedList__title {
    font-size: 1.25rem;
  }
}

.l-mimamodrive__seminar .cmp-button {
  background-color: #fff;
  border: 2px solid #005BAC;
  color: #005BAC;
  padding: 1rem 3rem;
  width: fit-content;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-direction: row;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__seminar .cmp-button {
    padding: 16px 48px;
    font-size: 24px;
    gap: 16px;
    width: max-content;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__seminar .cmp-button {
    gap: 1rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__seminar .cmp-button:hover {
    background-color: rgba(0, 91, 172, 0.1);
  }
}

.l-mimamodrive__document {
  background: #E5F4F8;
}

.l-mimamodrive__document h2 {
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  line-height: 0.6964285714;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__document h2 {
    font-size: 120px;
    line-height: 0.7083333333;
    padding: 0 40px;
    max-width: 768px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__document h2 {
    font-size: 7.5rem;
    padding: 0 5.5rem;
    max-width: 90rem;
  }
}

.l-mimamodrive__document .cmp-container .cmp-container {
  background: #fff;
  border-radius: 40px 40px 0 0;
  padding: 2.5rem 0 6.875rem;
  margin-top: -0.5625rem;
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__document .cmp-container .cmp-container {
    border-radius: 7.5rem 7.5rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__document .cmp-container .cmp-container {
    padding: 40px 0 160px;
  }
}

.l-mimamodrive__document .cmp-text {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #009CE5;
  font-weight: 700;
  display: block;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 23.4375rem;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__document .cmp-text {
    font-size: 40px;
    line-height: 1.2;
    padding: 0 40px;
    max-width: 767px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__document .cmp-text {
    font-size: 2.5rem;
    line-height: 1.5;
    padding: 0 5.5rem;
    max-width: 90rem;
  }
}

.l-mimamodrive__document .extendedlist .itemlist {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow: initial;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__document .extendedlist .itemlist {
    flex-direction: row;
    gap: 32px;
    margin: 0;
    max-width: unset;
    padding: 24px 0;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__document .extendedlist .itemlist {
    gap: 2rem;
    padding: 1rem 0;
    overflow: initial;
  }
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__document .extendedlist .itemlist>li:first-of-type {
    margin-left: calc(50% - 344px);
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__document .extendedlist .itemlist>li:first-of-type {
    margin-left: calc(50% - 39.5rem);
  }
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__document .extendedlist .itemlist>li:last-of-type {
    margin-right: calc(50% - 344px);
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__document .extendedlist .itemlist>li:last-of-type {
    margin-right: calc(50% - 39.5rem);
  }
}

.l-mimamodrive__document .cmp-extendedList__item-link {
  width: unset;
}

.l-mimamodrive__document .cmp-extendedList__article {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__document .cmp-extendedList__article {
    width: 400px;
    min-width: 400px;
    gap: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__document .cmp-extendedList__article {
    width: 25rem;
    min-width: 25rem;
    gap: 1rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__document .cmp-extendedList__article:hover {
    background: rgba(0, 91, 172, 0.1);
    transition: 0.3s;
  }

  .l-mimamodrive__document .cmp-extendedList__article:hover .cmp-extendedList__image {
    box-shadow: none;
  }
}

.l-mimamodrive__document .cmp-extendedList__image {
  width: 100%;
  height: 11.5rem;
  border-radius: 16px;
  overflow: hidden;
  border: solid #fff 0.125rem;
  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) {
  .l-mimamodrive__document .cmp-extendedList__image {
    border-radius: 24px;
    height: 225px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__document .cmp-extendedList__image {
    height: 14.0625rem;
  }
}

.l-mimamodrive__document .extendedlist .cmp-extendedList__image img {
  height: 100%;
  aspect-ratio: unset;
}

.l-mimamodrive__document .cmp-extendedList__contents {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__document .cmp-extendedList__contents {
    gap: 8px;
  }
}

.l-mimamodrive__document .extendedlist .cmp-extendedList__tag {
  padding: 0.25rem 0.5rem;
  border-radius: 2.5rem;
  text-align: center;
  width: fit-content;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__document .extendedlist .cmp-extendedList__tag {
    padding: 4px 8px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__document .extendedlist .cmp-extendedList__tag {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}

.l-mimamodrive__document .extendedlist .cmp-extendedList__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__document .extendedlist .cmp-extendedList__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__document .extendedlist .cmp-extendedList__title {
    font-size: 1.25rem;
  }
}

.l-mimamodrive__document .extendedlist .cmp-extendedList__description {
  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) {
  .l-mimamodrive__document .extendedlist .cmp-extendedList__description {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__document .extendedlist .cmp-extendedList__description {
    font-size: 1rem;
  }
}

.l-mimamodrive__document .cmp-button {
  background-color: #fff;
  border: 2px solid #005BAC;
  color: #005BAC;
  padding: 1rem 3rem;
  width: fit-content;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-direction: row;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__document .cmp-button {
    padding: 16px 48px;
    font-size: 24px;
    gap: 16px;
    width: max-content;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__document .cmp-button {
    gap: 1rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__document .cmp-button:hover {
    background-color: rgba(0, 91, 172, 0.1);
  }
}

.l-mimamodrive__column h2 {
  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;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__column h2 {
    font-size: 120px;
    line-height: 0.7083333333;
    padding: 0 40px;
    max-width: 768px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__column h2 {
    font-size: 7.5rem;
    padding: 0 5.5rem;
    max-width: 90rem;
  }
}

.l-mimamodrive__column .cmp-container .cmp-container {
  background: #E5F4F8;
  border-radius: 40px 40px 0 0;
  padding: 2.5rem 0 6.875rem;
  margin-top: -0.5625rem;
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__column .cmp-container .cmp-container {
    border-radius: 7.5rem 7.5rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__column .cmp-container .cmp-container {
    padding: 40px 0 160px;
  }
}

.l-mimamodrive__column .cmp-text {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #009CE5;
  font-weight: 700;
  display: block;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 23.4375rem;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__column .cmp-text {
    font-size: 40px;
    line-height: 1.2;
    padding: 0 40px;
    max-width: 767px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__column .cmp-text {
    font-size: 2.5rem;
    line-height: 1.5;
    padding: 0 5.5rem;
    max-width: 90rem;
  }
}

.l-mimamodrive__column .extendedlist .itemlist {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow: initial;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__column .extendedlist .itemlist {
    flex-direction: row;
    gap: 32px;
    margin: 0;
    max-width: unset;
    padding: 24px 0;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__column .extendedlist .itemlist {
    gap: 2rem;
    padding: 1rem 0;
    overflow: initial;
  }
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__column .extendedlist .itemlist>li:first-of-type {
    margin-left: calc(50% - 344px);
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__column .extendedlist .itemlist>li:first-of-type {
    margin-left: calc(50% - 39.5rem);
  }
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__column .extendedlist .itemlist>li:last-of-type {
    margin-right: calc(50% - 344px);
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__column .extendedlist .itemlist>li:last-of-type {
    margin-right: calc(50% - 39.5rem);
  }
}

.l-mimamodrive__column .cmp-extendedList__item-link {
  width: unset;
}

.l-mimamodrive__column .cmp-extendedList__article {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__column .cmp-extendedList__article {
    width: 400px;
    min-width: 400px;
    gap: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__column .cmp-extendedList__article {
    width: 25rem;
    min-width: 25rem;
    gap: 1rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__column .cmp-extendedList__article:hover {
    background: rgba(0, 91, 172, 0.1);
    transition: 0.3s;
  }

  .l-mimamodrive__column .cmp-extendedList__article:hover .cmp-extendedList__image {
    box-shadow: none;
  }
}

.l-mimamodrive__column .cmp-extendedList__image {
  width: 100%;
  height: 11.5rem;
  border-radius: 16px;
  overflow: hidden;
  border: none;
  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) {
  .l-mimamodrive__column .cmp-extendedList__image {
    border-radius: 24px;
    height: 225px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__column .cmp-extendedList__image {
    height: 14.0625rem;
  }
}

.l-mimamodrive__column .extendedlist .cmp-extendedList__image img {
  height: 100%;
  aspect-ratio: unset;
}

.l-mimamodrive__column .cmp-extendedList__contents {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__column .cmp-extendedList__contents {
    gap: 8px;
  }
}

.l-mimamodrive__column .extendedlist .cmp-extendedList__tag {
  padding: 0.25rem 0.5rem;
  border-radius: 2.5rem;
  text-align: center;
  width: fit-content;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__column .extendedlist .cmp-extendedList__tag {
    padding: 4px 8px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__column .extendedlist .cmp-extendedList__tag {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}

.l-mimamodrive__column .extendedlist .cmp-extendedList__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__column .extendedlist .cmp-extendedList__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__column .extendedlist .cmp-extendedList__title {
    font-size: 1.25rem;
  }
}

.l-mimamodrive__column .extendedlist .cmp-extendedList__description {
  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) {
  .l-mimamodrive__column .extendedlist .cmp-extendedList__description {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__column .extendedlist .cmp-extendedList__description {
    font-size: 1rem;
  }
}

.l-mimamodrive__column .cmp-button {
  background-color: #fff;
  border: 2px solid #005BAC;
  color: #005BAC;
  padding: 1rem 3rem;
  width: fit-content;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-direction: row;
}

@media screen and (min-width: 768px) {
  .l-mimamodrive__column .cmp-button {
    padding: 16px 48px;
    font-size: 24px;
    gap: 16px;
    width: max-content;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__column .cmp-button {
    gap: 1rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-mimamodrive__column .cmp-button:hover {
    background-color: rgba(0, 91, 172, 0.1);
  }
}

.l-mimamodrive__case .button a::after,
.l-mimamodrive__seminar .button a::after,
.l-mimamodrive__document .button a::after,
.l-mimamodrive__column .button a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%23005BAC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12 5L19 12L12 19' stroke='%23005BAC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.l-mimamodrive__case div.container > .cmp-container,
.l-mimamodrive__seminar div.container > .cmp-container,
.l-mimamodrive__document div.container > .cmp-container,
.l-mimamodrive__column div.container > .cmp-container{
  padding: 2rem 1.2rem 4rem 1.2rem;
}
@media screen and (min-width: 1024px) {
  .l-mimamodrive__case div.container > .cmp-container,
  .l-mimamodrive__seminar div.container > .cmp-container,
  .l-mimamodrive__document div.container > .cmp-container,
  .l-mimamodrive__column div.container > .cmp-container{
    padding: 2rem 1.2rem 5rem 1.2rem;
  }
}