.c-footer-bar__item{
   display:none;
}
@charset   "UTF-8";
.pc-hidden {
  display: none;
}
@media screen and (max-width: 640px) {
  .pc-hidden {
    display: inline-block;
  }
}

.sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .sp-hidden {
    display: none;
  }
}

.pc-hiddenTb {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-hiddenTb {
    display: inline-block;
  }
}

.sp-hiddenTb {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sp-hiddenTb {
    display: none;
  }
}

/*-- globalフォルダの中の_index.scss --*/
.l-main#top .kv {
  position: relative;
}
.l-main#top .kv .kv-img img {
  width: 100%;
  height: clamp(31.25rem, 13.75rem + 43.75vw, 48.75rem);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .l-main#top .kv .kv-img img {
    width: auto;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.l-main#top .kv .kv-box {
  position: absolute;
  top: clamp(5rem, 12.5vw, 10rem);
  left: clamp(3.125rem, -1.563rem + 11.72vw, 7.813rem);
}
@media screen and (max-width: 640px) {
  .l-main#top .kv .kv-box {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    padding: 31px clamp(0.875rem, -2.625rem + 17.5vw, 1.75rem) 50px;
  }
}
.l-main#top .kv .kv-box__head {
  font-size: clamp(1.75rem, 1rem + 1.88vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .l-main#top .kv .kv-box__head {
    color: #707F89;
    font-size: clamp(1.125rem, -0.375rem + 7.5vw, 1.5rem);
    margin-top: 1.3em;
  }
}
.l-main#top .kv .kv-box__title {
  font-size: clamp(2.125rem, 1.25rem + 2.19vw, 3rem);
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0em;
  margin-top: 1.95em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main#top .kv .kv-box__title {
    font-size: clamp(1.75rem, 0.25rem + 7.5vw, 2.125rem);
    color: #3B4043;
    margin-top: 0;
    padding-bottom: 0.3em;
    letter-spacing: -0.09em;
  }
}
.l-main#top .kv .kv-box__title.kv-box__title--border::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #CDD6DD;
  bottom: 0;
  left: 0;
}
.l-main#top .issue .issue__container {
  max-width: 892px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 49px;
  padding-bottom: clamp(4.375rem, 1.938rem + 6.09vw, 6.813rem);
}
@media screen and (max-width: 892px) {
  .l-main#top .issue .issue__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .issue .issue__container {
    padding-top: 6px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .issue .issue-title {
    display: none;
  }
}
.l-main#top .issue .issue-title__txt::before {
  width: 82%;
}
.l-main#top .issue .issue-list {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(2.813rem, 0.875rem + 4.84vw, 4.75rem);
}
@media screen and (max-width: 768px) {
  .l-main#top .issue .issue-list {
    display: block;
    margin-top: 0;
  }
}
.l-main#top .issue .issue-list .issue-list__item {
  width: 30.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-main#top .issue .issue-list .issue-list__item {
    width: min(100%, 330px);
    padding: 10px 10px 18px;
    margin-inline: auto;
    margin-top: 45px;
    border: 10px solid #F0F3F5;
  }
}
.l-main#top .issue .issue-list .issue-list__item:first-child {
  margin-top: 0;
}
.l-main#top .issue .issue-list .issue-list__img {
  max-width: 273px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-main#top .issue .issue-list .issue-list__img {
    max-width: none;
  }
}
.l-main#top .issue .issue-list .issue-list__img02 {
  text-align: center;
}
.l-main#top .issue .issue-list .issue-list__img02 img {
  width: 83%;
}
.l-main#top .issue .issue-list .issue-list__detail {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-size: clamp(0.875rem, 0.625rem + 0.63vw, 1.125rem);
  margin-top: 2.1em;
  /*white-space: nowrap;*/
}
@media screen and (max-width: 1000px) {
  .l-main#top .issue .issue-list .issue-list__detail {
    white-space: normal;
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .issue .issue-list .issue-list__detail {
    font-size: clamp(0.875rem, 0.375rem + 2.5vw, 1rem);
    margin-top: 0.3em;
  }
}
.l-main#top .issue .issue-declaration {
  text-align: center;
  padding: 50px 30px;
  background-color: #1B224C;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main#top .issue .issue-declaration {
    padding: 40px 15px;
  }
}
.l-main#top .issue .issue-declaration::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.l-main#top .issue .issue-declaration .issue-declaration__txt {
  display: inline-block;
  font-size: clamp(1.75rem, 1.25rem + 1.25vw, 2.25rem);
  font-weight: 700;
  line-height: 1.1944444444;
  letter-spacing: 0em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .l-main#top .issue .issue-declaration .issue-declaration__txt {
    font-size: clamp(1rem, 0.5rem + 2.5vw, 1.125rem);
    line-height: 2.2;
  }
}
.l-main#top .feature .feature__container {
  max-width: 962px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(3.75rem, 1.625rem + 5.31vw, 5.875rem);
  padding-bottom: clamp(5rem, 1.063rem + 9.84vw, 8.938rem);
}
@media screen and (max-width: 962px) {
  .l-main#top .feature .feature__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .feature__container {
    padding-top: 53px;
    padding-bottom: clamp(4.375rem, -6.375rem + 53.75vw, 7.063rem);
  }
}
.l-main#top .feature .feature-list {
  margin-top: clamp(2.813rem, 1.688rem + 2.81vw, 3.938rem);
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .feature-list {
    margin-top: 64px;
  }
}
.l-main#top .feature .feature-list .feature-list__item {
  display: flex;
  justify-content: space-between;
  margin-left: clamp(1.25rem, 0.125rem + 2.34vw, 2rem);
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .feature-list .feature-list__item {
    display: block;
    max-width: 364px;
    margin-top: clamp(4.375rem, -5.125rem + 47.5vw, 6.75rem);
    margin-inline: auto;
  }
}
.l-main#top .feature .feature-list .feature-list__item:first-child {
  margin-top: 0;
}
.l-main#top .feature .feature-list .feature-list__content {
  flex: 1;
  margin-right: clamp(2.813rem, -1.406rem + 8.79vw, 5.625rem);
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .feature-list .feature-list__content {
    margin-right: 0;
  }
}
.l-main#top .feature .feature-list .feature-list__subtitle {
  font-size: clamp(1.25rem, 0.688rem + 1.17vw, 1.625rem);
  font-weight: 700;
  line-height: 1.1923076923;
  letter-spacing: 0em;
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .feature-list .feature-list__subtitle {
    font-size: clamp(1rem, 5vw, 1.25rem);
    padding-left: 2.3em;
  }
}
.l-main#top .feature .feature-list .feature-list__subtitle::before {
  content: "";
  display: inline-block;
  background-image: url("../../img/top/feature/check.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: clamp(1.563rem, 0.156rem + 2.93vw, 2.5rem);
  padding-top: clamp(1.563rem, 0.156rem + 2.93vw, 2.5rem);
  top: clamp(-0.125rem, 0.156rem - 0.59vw, -0.313rem);
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .feature-list .feature-list__subtitle::before {
    top: -8px;
    width: clamp(1.875rem, -0.625rem + 12.5vw, 2.5rem);
    padding-top: clamp(1.875rem, -0.625rem + 12.5vw, 2.5rem);
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .feature-list .feature-list__subtitle .txt {
    display: none;
  }
}
.l-main#top .feature .feature-list .feature-list__detail {
  font-size: clamp(1rem, 0.813rem + 0.39vw, 1.125rem);
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.9em;
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .feature-list .feature-list__detail {
    font-size: clamp(0.875rem, 0.375rem + 2.5vw, 1rem);
    line-height: 1.7;
  }
}
.l-main#top .feature .feature-list .feature-list__img {
  width: min(100%, 282px);
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .feature-list .feature-list__img {
    width: 100%;
    margin-inline: auto;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .feature-list .feature-list__img img {
    width: 100%;
  }
}
.l-main#top .feature .feature-list .feature-list__item03 {
  margin-top: 32px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .feature .feature-list .feature-list__item03 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .feature-list .feature-list__item03 {
    margin-top: clamp(4.375rem, -5.125rem + 47.5vw, 6.75rem);
  }
}
.l-main#top .feature .feature-list .feature-list__item03 .feature-list__subtitle::before {
  top: 0;
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .feature-list .feature-list__item03 .feature-list__img {
    max-width: 67%;
  }
}
.l-main#top .feature .cta {
  text-align: center;
  padding: 65px 30px 58px;
  background-color: #1B224C;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main#top .feature .cta {
    padding: 65px 30px 58px;
  }
}
.l-main#top .feature .cta .cta__head {
  font-size: clamp(1.375rem, 1rem + 0.94vw, 1.75rem);
  font-weight: 700;
  line-height: 1.1785714286;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .cta .cta__head {
    font-size: clamp(1rem, 5vw, 1.25rem);
  }
}
.l-main#top .feature .cta .cta-btn {
  margin-inline: auto;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .cta .cta-btn {
    margin-top: 35px;
  }
}
.l-main#top .intro .intro__container {
  max-width: 1098px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(3.125rem, 1.438rem + 4.22vw, 4.813rem);
  padding-bottom: clamp(3.125rem, -0.063rem + 6.64vw, 5.25rem);
}
@media screen and (max-width: 1098px) {
  .l-main#top .intro .intro__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro__container {
    padding-top: clamp(3.125rem, -1.125rem + 21.25vw, 4.188rem);
    padding-bottom: 39px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-title .intro-title__txt:before {
    width: 31%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-title--pc {
    display: none;
  }
}
.l-main#top .intro .intro-title--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-title--sp {
    display: block;
  }
}
.l-main#top .intro .intro__lead {
  font-size: clamp(1.25rem, 0.938rem + 0.78vw, 1.563rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  font-family: inherit;
  color: #FF0000;
  margin-top: 2.8em;
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro__lead {
    font-size: clamp(0.875rem, 0.375rem + 2.5vw, 1rem);
    line-height: 2;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro__lead--pc {
    display: none;
  }
}
.l-main#top .intro .intro__lead--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro__lead--sp {
    display: block;
  }
}
.l-main#top .intro .intro-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-list {
    display: block;
    max-width: 371px;
    margin-inline: auto;
  }
}
.l-main#top .intro .intro-list .intro-list__item {
  width: 32%;
  display: flex;
  justify-content: space-between;
  padding: clamp(1.25rem, 0.125rem + 2.34vw, 2rem) 9px 13px 20px;
  background-color: #fff;
  border: 5px solid #1B224C;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .intro .intro-list .intro-list__item {
    padding: 1.5%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-list .intro-list__item {
    width: 100%;
    border: 2px solid #1B224C;
    padding: 17px 10px 9px 10px;
    margin-bottom: 40px;
  }
}
.l-main#top .intro .intro-list .intro-list__icon {
  width: min(100%, clamp(3.125rem, -2.969rem + 12.7vw, 7.188rem));
  text-align: center;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-list .intro-list__icon {
    width: min(100%, clamp(4.375rem, -3.125rem + 37.5vw, 6.25rem));
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-list .intro-list__icon img {
    max-width: 83%;
  }
}
.l-main#top .intro .intro-list-content {
  flex: 1;
}
.l-main#top .intro .intro-list-content .intro-list-content__head {
  font-size: clamp(1.125rem, 0.75rem + 0.78vw, 1.375rem);
  font-weight: 600;
  line-height: 1.1818181818;
  letter-spacing: 0em;
  color: #1B224C;
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-list-content .intro-list-content__head {
    font-size: clamp(0.813rem, 0.313rem + 2.5vw, 0.938rem);
  }
}
.l-main#top .intro .intro-list-content .intro-list-content__detail {
  font-size: 12px;
  font-weight: 300;
  line-height: 2.3;
  letter-spacing: -0.02em;
  font-family: inherit;
  margin-top: 1.5em;
}
@media screen and (max-width: 1000px) {
  .l-main#top .intro .intro-list-content .intro-list-content__detail {
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-list-content .intro-list-content__detail {
    font-size: clamp(0.688rem, -0.063rem + 3.75vw, 0.875rem);
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .intro .intro-list-content .intro-list-content__detail br {
    display: none;
  }
}
.l-main#top .intro .intro-list01 {
  margin-top: clamp(3.125rem, 1.156rem + 4.1vw, 4.438rem);
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-list01 {
    margin-top: 56px;
  }
}
.l-main#top .intro .intro-list01 .intro-list__item--width {
  width: 48.7%;
  padding: 27px clamp(1.25rem, -0.906rem + 4.49vw, 2.688rem) 27px 20px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .intro .intro-list01 .intro-list__item--width {
    padding: 1.5%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-list01 .intro-list__item--width {
    width: 100%;
    padding: 17px 10px 9px 10px;
  }
}
.l-main#top .intro .intro-list01 .intro-list__item--width .intro-list__icon {
  width: min(100%, 130px);
  margin-right: clamp(0.625rem, -0.875rem + 3.13vw, 1.625rem);
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-list01 .intro-list__item--width .intro-list__icon {
    width: min(100%, clamp(4.375rem, -3.125rem + 37.5vw, 6.25rem));
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-list01 .intro-list__item--width .intro-list__icon img {
    max-width: 83%;
  }
}
.l-main#top .intro .intro-list01 .intro-list__item--width .intro-list-content__detail {
  font-size: clamp(0.875rem, 0.688rem + 0.39vw, 1rem);
  font-weight: 300;
  line-height: 1.1875;
  letter-spacing: 0em;
  line-height: 1.7;
  font-family: inherit;
  margin-top: 0.9em;
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-list01 .intro-list__item--width .intro-list-content__detail {
    margin-top: 0.6em;
  }
}
.l-main#top .intro .intro-list03 {
  margin-top: 83px;
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-list03 {
    display: none;
  }
}
.l-main#top .intro .intro-list03 .intro-list__item {
  margin-bottom: 46px;
}
.l-main#top .intro .intro-list03 .intro-list-content__head--small {
  font-size: 18px;
}
.l-main#top .intro .intro-list03 .intro-list__item--small {
  padding: clamp(1.25rem, 0.125rem + 2.34vw, 2rem) 9px 13px 15px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .intro .intro-list03 .intro-list__item--small {
    padding: 1.5%;
  }
}
.l-main#top .intro .intro-list03 .intro-list__item--small .intro-list__icon {
  margin-right: 3px;
}
.l-main#top .intro .intro-coming {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 66px;
}
@media screen and (max-width: 1035px) {
  .l-main#top .intro .intro-coming {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-coming {
    display: none;
  }
}
.l-main#top .intro .cta {
  padding-top: 39px;
  padding-bottom: clamp(3.125rem, 1.375rem + 4.38vw, 4.875rem);
  background-color: #F8F8F8;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .l-main#top .intro .cta {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .intro .cta {
    background-color: #1B224C;
    padding: 65px 30px 58px;
    margin-right: 0;
    margin-left: 0;
  }
}
.l-main#top .intro .cta .cta__head {
  font-size: clamp(1.375rem, 1.125rem + 0.63vw, 1.625rem);
  font-weight: 700;
  line-height: 1.1923076923;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .cta .cta__head {
    font-size: clamp(1.125rem, 0.625rem + 2.5vw, 1.25rem);
    color: #fff;
  }
}
.l-main#top .intro .cta .cta-btn {
  margin-top: 32px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .cta .cta-btn {
    margin-top: 35px;
  }
}
.l-main#top .intro .cta .cta-btn .cta-btn__link {
  background-color: #1B224C;
}
@media screen and (max-width: 768px) {
  .l-main#top .intro .cta .cta-btn .cta-btn__link {
    background-color: #1571DA;
  }
}
.l-main#top .flow .flow__container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(3.125rem, 1.313rem + 4.53vw, 4.938rem);
}
@media screen and (max-width: 900px) {
  .l-main#top .flow .flow__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .flow .flow__container {
    padding-top: 58px;
    margin-right: 0;
    margin-left: 0;
  }
}
.l-main#top .flow .flow-list {
  margin-top: 33px;
}
@media screen and (max-width: 640px) {
  .l-main#top .flow .flow-list {
    margin-top: 8px;
  }
}
.l-main#top .flow .flow-list .item {
  display: flex;
  align-items: center;
  padding: 17px 11px 14px 39px;
  margin-top: 50px;
  background-color: #F8F8F8;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main#top .flow .flow-list .item {
    display: block;
    padding: 0;
    background-color: #fff;
    margin-top: 0;
  }
}
.l-main#top .flow .flow-list .item:first-child {
  margin-top: 0;
}
.l-main#top .flow .flow-list .item:last-child::before {
  content: none;
}
.l-main#top .flow .flow-list .item::before {
  content: "";
  display: inline-block;
  background-image: url("../../img/top/flow/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 24px;
  padding-top: 18px;
  left: 50%;
  bottom: -36px;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .l-main#top .flow .flow-list .item::before {
    content: none;
  }
}
.l-main#top .flow .flow-list .item .item__theme {
  width: clamp(8.125rem, 4.813rem + 8.28vw, 11.438rem);
  font-size: clamp(1rem, 0.438rem + 1.41vw, 1.563rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media screen and (max-width: 640px) {
  .l-main#top .flow .flow-list .item .item__theme {
    width: 100%;
    font-size: clamp(1.125rem, -0.625rem + 8.75vw, 1.563rem);
    padding: 19px 64px 17px 40px;
    background-color: #F8F8F8;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .flow .flow-list .item .item__theme::before {
    content: "";
    display: inline-block;
    background-image: url("../../img/top/flow/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 24px;
    padding-top: 18px;
    top: 50%;
    right: 34px;
    transform: translateY(-50%);
  }
}
.l-main#top .flow .flow-list .item .item__des {
  flex: 1;
  font-size: clamp(0.813rem, 0.688rem + 0.31vw, 0.938rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media screen and (max-width: 640px) {
  .l-main#top .flow .flow-list .item .item__des {
    font-size: 15px;
    line-height: 1.6;
    padding: 16px 18px clamp(1.625rem, -0.375rem + 10vw, 2.125rem) 15px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .flow .flow-list .item .item__des {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .question {
    <!--display: none;-->
  }
}
.l-main#top .question .question__container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 94px;
}
@media screen and (max-width: 900px) {
  .l-main#top .question .question__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
.l-main#top .question .question-list {
  margin-top: 5px;
}
.l-main#top .question .question-list .item {
  border-top: 1px solid #1B224C;
}
.l-main#top .question .question-list .item:last-child {
  border-bottom: 1px solid #1B224C;
}
.l-main#top .question .question-list .item .item__theme, .l-main#top .question .question-list .item .item__des {
  font-weight: 600;
  line-height: 1.1875;
  letter-spacing: 0em;
  font-size: 16px;
}
.l-main#top .question .question-list .item .item__theme {
  padding-top: 26px;
  padding-bottom: 27px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.l-main#top .question .question-list .item .item__theme:hover {
  opacity: 0.7;
}
.l-main#top .question .question-list .item .item__theme::before, .l-main#top .question .question-list .item .item__theme::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #1B224C;
  top: 50%;
  transform: translateY(-50%);
}
.l-main#top .question .question-list .item .item__theme::before {
  right: 19px;
}
.l-main#top .question .question-list .item .item__theme::after {
  right: 21px;
  transform: rotate(90deg) translateY(-50%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.l-main#top .question .question-list .item .item__theme.show::after {
  opacity: 0;
  transform: rotate(0deg) translateY(-50%);
}
.l-main#top .question .question-list .item .item__des {
  display: none;
  padding: 23px 20px;
  margin-bottom: 8px;
  background-color: #F8F8F8;
}
.l-main#top .contact-top .contact-top__container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(5rem, 3.188rem + 4.53vw, 6.813rem);
  padding-bottom: clamp(2.5rem, 1.313rem + 2.97vw, 3.688rem);
  margin-bottom: clamp(4.375rem, 2.625rem + 4.38vw, 6.125rem);
  border-bottom: 1px solid #1B224C;
}
@media screen and (max-width: 900px) {
  .l-main#top .contact-top .contact-top__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .contact-top .contact-top__container {
    padding-top: 54px;
    padding-bottom: 144px;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.l-main#top .contact-top .contact-top__lead {
  font-weight: 600;
  line-height: 1.1875;
  letter-spacing: 0em;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .l-main#top .contact-top .contact-top__lead {
    font-size: clamp(0.688rem, -0.063rem + 3.75vw, 0.875rem);
    margin-top: 3px;
    line-height: 1.9;
  }
}
.l-main#top .contact-top .contact-top-btn {
  max-width: 423px;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .l-main#top .contact-top .contact-top-btn {
    max-width: 351px;
    margin-top: 53px;
  }
}
.l-main#top .contact-top .contact-top-btn .contact-top-btn__link {
  padding: 1.9em 0.3em;
}

/**  Caseセクション **/

.l-main#top .case .case__container {
  max-width: 962px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 49px;
  padding-bottom: clamp(4.375rem, 1.938rem + 6.09vw, 6.813rem);
}
@media screen and (max-width: 962px) {
  .l-main#top .case .case__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .case .case__container {
    padding-top: 6px;
    padding-bottom: 56px;
  }
}

/** Caseセクション 事例カード（2025追記）**/
.l-main#top .case .case__lead {
  font-size: clamp(1.25rem, 0.938rem + 0.78vw, 1.563rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  color: #FF0000;
  margin-top: 2.4em;
}
@media screen and (max-width: 768px) {
  .l-main#top .case .case__lead {
    font-size: clamp(0.938rem, 0.4rem + 2.5vw, 1.125rem);
    line-height: 1.8;
    margin-top: 0;
  }
}
.l-main#top .case .case__lead--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-main#top .case .case__lead--pc {
    display: none;
  }
  .l-main#top .case .case__lead--sp {
    display: block;
  }
}
.l-main#top .case .case-list {
  margin-top: clamp(2.5rem, 1.5rem + 3vw, 3.75rem);
}
.l-main#top .case .case-list .case-list__item {
  max-width: 480px;
  margin-inline: auto;
  text-align: center;
}
.l-main#top .case .case-list .case-list__img {
  background-color: #fff;
  padding: 12px;
  border: 1px solid #E4E9EE;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(27, 34, 76, 0.18);
}
@media screen and (max-width: 640px) {
  .l-main#top .case .case-list .case-list__img {
    padding: 8px;
    border-radius: 12px;
  }
}
.l-main#top .case .case-list .case-list__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  vertical-align: top;
}
.l-main#top .case .case-list .case-list__detail {
  font-size: clamp(1rem, 0.813rem + 0.39vw, 1.125rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0em;
  margin-top: 1.5em;
  color: #1B224C;
}
@media screen and (max-width: 768px) {
  .l-main#top .case .case-list .case-list__detail {
    font-size: clamp(0.875rem, 0.375rem + 2.5vw, 1rem);
    margin-top: 1.1em;
  }
}

/** Newsセクション お知らせ（2025追記）**/
.l-main#top .news .news__container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 8px;
}
@media screen and (max-width: 900px) {
  .l-main#top .news .news__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .news .news__container {
    padding-top: 48px;
  }
}
.l-main#top .news .news-list {
  margin-top: 34px;
}
.l-main#top .news .news-list__link {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 20px 8px;
  border-top: 1px solid #CDD6DD;
  color: inherit;
  text-decoration: none;
  transition: background 0.25s ease;
}
.l-main#top .news .news-list__item:last-child .news-list__link {
  border-bottom: 1px solid #CDD6DD;
}
.l-main#top .news .news-list__link:hover {
  background: #F8F8F8;
}
.l-main#top .news .news-list__date {
  flex: none;
  color: #707F89;
  font-size: 14px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.l-main#top .news .news-list__ttl {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.l-main#top .news .news-list__arrow {
  flex: none;
  color: #1571DA;
  font-size: 18px;
}
.news-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 104px;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.news-tag--new {
  background: #00ACBA;
}
.news-tag--info {
  background: #1571DA;
}
.news-tag--case {
  background: #1B224C;
}
.news-tag--maint {
  background: #707F89;
}
.l-main#top .news .news-more {
  text-align: center;
  margin-top: 36px;
}
.l-main#top .news .news-more__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1B224C;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid #1B224C;
  border-radius: 6px;
  padding: 13px 40px;
  transition: 0.25s;
}
.l-main#top .news .news-more__link:hover {
  background: #1B224C;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .l-main#top .news .news-list__link {
    flex-wrap: wrap;
    gap: 10px 14px;
    padding: 16px 6px;
  }
  .l-main#top .news .news-list__ttl {
    order: 3;
    flex-basis: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  .l-main#top .news .news-list__arrow {
    display: none;
  }
  .l-main#top .news .news-more__link {
    padding: 12px 32px;
  }
}


/* =====================================================================
   メインLP 追記（2025）── 旧 <font> 廃止・赤トーン統一・交互レイアウト・
   モバイル表示調整。本番では page-pax.php とこの top.css の差し替えで反映。
   ===================================================================== */
:root { --accent-red: #D6342E; }

/* 旧 <font color="#1571DA"> 置き換え（機能名リンク等） */
.txt-blue { color: #1571DA; }
.l-main#top .intro .intro-list-content__head .txt-blue { color: #1571DA; }
.l-main#top .intro .intro-list-content__head a { text-decoration: none; }
.l-main#top .intro .intro-list-content__head a:hover { text-decoration: underline; }

/* 課題宣言の注記（旧 <font size="5/3">） */
.l-main#top .issue .issue-declaration__note {
  display: inline-block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.75rem + 0.78vw, 1.375rem);
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .l-main#top .issue .issue-declaration__note { font-size: clamp(0.9rem, 0.5rem + 2vw, 1rem); }
}

/* ご利用の流れ：トライアル案内（旧 <dd><font color="red">） */
.l-main#top .flow .flow-note {
  color: var(--accent-red);
  font-weight: 700;
  line-height: 1.7;
  margin-top: 0.9em;
}

/* 赤のトーンをブランド調和の赤に統一（旧 #FF0000） */
.l-main#top .intro .intro__lead { color: var(--accent-red); }
.l-main#top .case .case__lead { color: var(--accent-red); }

/* 特長セクション：左右交互レイアウト（PCで2番目を反転） */
@media screen and (min-width: 769px) {
  .l-main#top .feature .feature-list .feature-list__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .l-main#top .feature .feature-list .feature-list__item:nth-child(even) .feature-list__content {
    margin-right: 0;
    margin-left: clamp(2.813rem, -1.406rem + 8.79vw, 5.625rem);
  }
}

/* 機能紹介セクションへのアンカー位置（ヘッダー分の余白） */
#intro { scroll-margin-top: 90px; }

/* Coming soon・拡張機能リストはモバイルでは非表示（縦スクロール短縮） */
.intro-coming__sp { display: none; }
@media screen and (max-width: 768px) {
  .l-main#top .intro .intro-coming { display: none; }
  .l-main#top .intro .intro-list03 { display: none; }
  .intro-coming__sp { display: none; }
}


/*# sourceMappingURL=top.css.map */
