.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: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(2rem, 1.625rem + 1vw, 5.875rem);
  padding-bottom: clamp(2rem, 1.063rem + 3vw, 8.938rem);
}
@media screen and (max-width: 1080px) {
  .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: 10px;
    /*-- 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: 2em;
}
@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%, 600px);
}
@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: #F8F8F8;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main#top .feature .cta {
    padding: 20px 75px 20px;
  }
}
.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: #1B224C;
}
@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(1.125rem, 1.438rem + 1.22vw, 4.813rem);
  padding-bottom: clamp(1.125rem, -0.063rem + 1.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: 19%;
  display: flex;
  justify-content: space-between;
  padding: clamp(1rem, 0.125rem, 1rem) 9px 13px 9px;
  background-color: #1B224C;
  border: 3px solid #1B224C;
  border-radius: 10px;
  margin-bottom: 10px;
}
@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: 1px solid #1B224C;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
  }
}
.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: #ffffff;
}
@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;
}
.l-main#top .feature-top .feature-btn {
  max-width: 423px;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .l-main#top .feature-top .feature-btn {
    max-width: 351px;
    margin-top: 53px;
  }
}
.l-main#top .feature-top .feature-btn .feature-btn__link {
  padding: 1.9em 0.3em;
}

.l-main#top .feature .feature-list .feature-list__subtitle2 {
  font-size: clamp(1.25rem, 0.688rem + 1.17vw, 1.625rem);
  font-weight: 700;
  line-height: 1.1923076923;
  letter-spacing: 0em;
  padding-left: 0em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .feature-list .feature-list__subtitle2 {
    font-size: clamp(1rem, 5vw, 1.25rem);
    padding-left: 2.3em;
  }
}

/* Lightbox2 */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* =====================================================================
   テンプレート改善（2025追記）── 機能ページ共通
   ===================================================================== */

/* パンくず */
.feature-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 24px 0;
  font-size: 13px;
  color: #707F89;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .feature-breadcrumb {
    padding-left: 4.375%;
    padding-right: 4.375%;
  }
}
.feature-breadcrumb a {
  color: #707F89;
  text-decoration: none;
}
.feature-breadcrumb a:hover {
  color: #1571DA;
  text-decoration: underline;
}
.feature-breadcrumb .sep {
  color: #CDD6DD;
}
.feature-breadcrumb .current {
  color: #1B224C;
}

/* ① 中間幅（769〜1000px）は画像とテキストを縦積み */
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .l-main#top .feature .feature-list .feature-list__item {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-main#top .feature .feature-list .feature-list__content {
    margin-right: 0;
    margin-left: 0;
  }
  .l-main#top .feature .feature-list .feature-list__img {
    width: 100%;
    margin-top: 20px;
    margin-inline: auto;
  }
  .l-main#top .feature .feature-list .feature-list__img img {
    width: 100%;
  }
}

/* ② 「主な機能」ブロックを左右交互に（PC ≥1001px） */
@media screen and (min-width: 1001px) {
  .l-main#top .feature .feature-list--main .feature-list__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .l-main#top .feature .feature-list--main .feature-list__item:nth-child(odd) .feature-list__content {
    margin-right: 0;
    margin-left: 2em;
  }
}

/* ④ 画像：クリックで拡大の合図＋キャプション */
.l-main#top .feature .feature-list__img a {
  position: relative;
  display: block;
}
.l-main#top .feature .feature-list__img a::after {
  content: "＋ クリックで拡大";
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(27, 34, 76, 0.82);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 5px 13px;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.l-main#top .feature .feature-list__img a:hover::after {
  opacity: 1;
}
.l-main#top .feature .feature-list__img a:hover img {
  opacity: 0.9;
}
.l-main#top .feature .feature-list__cap {
  font-size: 13px;
  color: #707F89;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-main#top .feature .feature-list__cap {
    text-align: left;
  }
}

/* ⑥ 「その他の機能」ボタン：箱（intro-list__item）だけで色を出す（内側ボタンは透明） */
.l-main#top .intro .intro-list .intro-list__item {
  transition: background 0.25s ease, border-color 0.25s ease;
}
/* feature-btn を含む項目は、ボタンを枠いっぱいに広げテキストを常に中央へ（どの画面比率でも中央） */
.l-main#top .intro .intro-list .intro-list__item:has(.feature-btn) {
  justify-content: center;
  align-items: stretch;  /* ボタン（リンク）を高さいっぱいに伸ばす */
  padding: 0;            /* 余白はリンク側へ移し、ボタン全体をクリック可能にする */
}
.l-main#top .intro .intro-list .intro-list__item .feature-btn {
  flex: 1 1 auto;
  width: 100%;
  display: flex;         /* 中のリンクを高さいっぱいに */
}
.l-main#top .intro .intro-list .intro-list__item .feature-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 9px;     /* 旧li余白をリンクへ移植 → ボタンのどこを押してもリンクが効く（縦13px/横9px） */
  text-align: center;
}
.l-main#top .intro .intro-list .intro-list__item .m-btn3__link {
  background: transparent;
}
/* リンク無し（準備中）のボタンはグレーアウト（クリック不可・カーソル通常・ホバーでも色を変えない） */
.l-main#top .intro .intro-list .intro-list__item:has(.is-disabled),
.l-main#top .intro .intro-list .intro-list__item:has(.is-disabled):hover {
  background: #E4E9EE;
  border-color: #E4E9EE;
}
.l-main#top .intro .intro-list .intro-list__item .feature-btn__link.is-disabled {
  color: #9AA3AD;
  cursor: default;
}
.l-main#top .intro .intro-list .intro-list__item:hover {
  background: #1571DA;
  border-color: #1571DA;
}
.l-main#top .intro .intro-list .intro-list__item.is-current {
  background: #1571DA;
  border-color: #1571DA;
  pointer-events: none;
}


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