@media screen and (width > 767px), print {
  .section_ttl {
    font-size: min(4.8rem, 4vw);
  }
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 2rem;
}
.container > .section_ttl:first-child {
  margin-top: 0;
}

.top_mv {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (width <= 767px) {
  .top_mv {
    background-image: url(../images/top/top_mv_sp.webp);
  }
}
@media screen and (width > 767px), print {
  .top_mv {
    background-image: url(../images/top/top_mv_pc.webp);
  }
  .top_mv::before, .top_mv::after {
    content: "";
    display: block;
    width: max(100%, 144rem);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 144rem auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
  }
  .top_mv::before {
    background-image: url(../images/top/top_mv_triangle_top.svg);
    background-position: left top;
    top: 0;
  }
  .top_mv::after {
    background-image: url(../images/top/top_mv_triangle_btm.svg);
    background-position: right bottom;
    bottom: 0;
  }
}
.top_mv_inner {
  width: 100%;
  height: 100%;
  max-width: 130rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (width <= 767px) {
  .top_mv_inner {
    padding: 8.5rem 2rem 0;
  }
}
@media screen and (767px < width <= 1080px) {
  .top_mv_inner {
    padding: 12rem 3rem 0;
  }
}
@media screen and (width > 1080px), print {
  .top_mv_inner {
    padding: 16.8rem 3rem 0;
  }
}
@media screen and (width <= 767px) {
  .top_mv_inner:not(:has(> .top_important_news)) {
    padding-bottom: 2.5rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv_inner:not(:has(> .top_important_news)) {
    padding-bottom: 8rem;
  }
}
.top_mv .catchcopy {
  color: var(--white);
}
.top_mv .catchcopy .main {
  margin-top: 0;
  font-weight: 700;
  text-shadow: 0 0 3.2rem rgba(0, 0, 0, 0.7);
}
@media screen and (width <= 767px) {
  .top_mv .catchcopy .main {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv .catchcopy .main {
    font-size: min(4.8rem, 6vw);
    line-height: 6rem;
  }
}
.top_mv .catchcopy .main .-ls-20 {
  letter-spacing: -0.2em;
}
.top_mv .catchcopy .main .-ls10 {
  letter-spacing: 0.1em;
}
@media screen and (width <= 767px) {
  .top_mv .catchcopy .main .-small {
    font-size: 2rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv .catchcopy .main .-small {
    font-size: 3.6rem;
  }
}
@media screen and (width <= 767px) {
  .top_mv .catchcopy .main .-middle {
    font-size: 2.6rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv .catchcopy .main .-middle {
    font-size: 4.4rem;
  }
}
.top_mv .catchcopy .main .-thin {
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.top_mv .catchcopy .sub {
  font-weight: 500;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.7);
}
@media screen and (width <= 767px) {
  .top_mv .catchcopy .sub {
    margin-top: 1.2rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv .catchcopy .sub {
    margin-top: 3rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.top_mv .catchcopy .sub .-large {
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .top_mv .catchcopy .sub .-large {
    font-size: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv .catchcopy .sub .-large {
    font-size: 2.4rem;
  }
}
@media screen and (width <= 767px) {
  .top_mv_cta {
    margin-top: 1.6rem;
  }
}
@media screen and (767px < width <= 1400px) {
  .top_mv_cta {
    position: absolute;
    top: 13.6rem;
    right: 2rem;
  }
}
@media screen and (width > 1400px), print {
  .top_mv_cta {
    position: absolute;
    top: 13.6rem;
    right: -4rem;
  }
}
.top_mv_cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/top/top_mv_cta_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: drop-shadow(0.4rem 0.8rem 3.2rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0.4rem 0.8rem 3.2rem rgba(0, 0, 0, 0.16));
}
@media screen and (width <= 767px) {
  .top_mv_cta a {
    width: 15rem;
    height: 15rem;
    padding-top: 2.4rem;
    background-size: 15rem 15rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv_cta a {
    width: 18rem;
    height: 18rem;
    padding-top: 2.8rem;
    background-size: 18rem 18rem;
    -webkit-transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
    transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
    transition: transform 0.3s, filter 0.3s;
    transition: transform 0.3s, filter 0.3s, -webkit-transform 0.3s, -webkit-filter 0.3s;
  }
  .top_mv_cta a:hover {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
.top_mv_cta .main {
  margin-top: 0;
  color: var(--white);
  font-weight: 700;
  line-height: 1.36;
  -webkit-transform: skewX(-15deg) translateX(1.1rem);
          transform: skewX(-15deg) translateX(1.1rem);
}
@media screen and (width <= 767px) {
  .top_mv_cta .main {
    font-size: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv_cta .main {
    font-size: 2.2rem;
  }
}
.top_mv_cta .main .underline {
  --underline: var(--white);
  background-size: 100% 1px;
}
.top_mv_cta .sub {
  text-align: center;
  font-weight: 500;
}
@media screen and (width <= 767px) {
  .top_mv_cta .sub {
    margin-top: 0.35rem;
    font-size: 1.4rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv_cta .sub {
    font-size: 1.5rem;
  }
}
.top_mv_feature {
  width: 100%;
  max-width: 104rem;
  display: grid;
}
@media screen and (width <= 767px) {
  .top_mv_feature {
    margin-top: 7rem;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv_feature {
    margin: 13.3rem auto 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
@media screen and (767px < width <= 900px) {
  .top_mv_feature {
    gap: 2rem;
  }
}
.top_mv_feature_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (width <= 767px) {
  .top_mv_feature_item {
    padding: 1.2rem 1em 0.8rem 8rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv_feature_item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6.2rem 1em 2rem;
  }
}
.top_mv_feature_item::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.1));
}
@media screen and (width > 767px), print {
  .top_mv_feature_item::before {
    top: -5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top_mv_feature_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (width <= 767px) {
  .top_mv_feature_item::after {
    clip-path: polygon(2rem 0%, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%, 0 2rem);
  }
}
@media screen and (width > 767px), print {
  .top_mv_feature_item::after {
    clip-path: polygon(min(9rem, 8.65vw) 0%, 100% 0, 100% calc(100% - min(7rem, 6.73vw)), calc(100% - min(7rem, 6.73vw)) 100%, 0 100%, 0 min(9rem, 8.65vw));
  }
}
.top_mv_feature_item.-quality::before {
  background-image: url(../images/top/top_mv_feature_icon01.svg);
}
@media screen and (width <= 767px) {
  .top_mv_feature_item.-quality::before {
    width: 5.7rem;
    height: 7.7rem;
    top: -0.8rem;
    left: 0.4rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv_feature_item.-quality::before {
    width: 8.5rem;
    height: 11.3rem;
  }
}
.top_mv_feature_item.-speed::before {
  background-image: url(../images/top/top_mv_feature_icon02.svg);
}
@media screen and (width <= 767px) {
  .top_mv_feature_item.-speed::before {
    width: 8rem;
    height: 7rem;
    top: -0.8rem;
    left: -0.8rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv_feature_item.-speed::before {
    width: 12.3rem;
    height: 10.8rem;
  }
}
.top_mv_feature_item.-cost::before {
  background-image: url(../images/top/top_mv_feature_icon03.svg);
}
@media screen and (width <= 767px) {
  .top_mv_feature_item.-cost::before {
    width: 6.7rem;
    height: 6.4rem;
    top: -0.4rem;
    left: 1rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv_feature_item.-cost::before {
    width: 10.5rem;
    height: 10rem;
  }
}
.top_mv_feature_item dt {
  color: var(--accent-color);
  paint-order: stroke;
  font-weight: 700;
  -webkit-filter: drop-shadow(0 0.4rem 2rem rgba(232, 80, 9, 0.25));
          filter: drop-shadow(0 0.4rem 2rem rgba(232, 80, 9, 0.25));
}
@media screen and (width <= 767px) {
  .top_mv_feature_item dt {
    font-size: 2.6rem;
    -webkit-text-stroke: 0.6rem var(--white);
  }
}
@media screen and (width > 767px), print {
  .top_mv_feature_item dt {
    font-size: min(4.8rem, 4.61vw);
    -webkit-text-stroke: 0.8rem var(--white);
  }
}
.top_mv_feature_item dd {
  line-height: 1.44;
}
@media screen and (width <= 767px) {
  .top_mv_feature_item dd {
    margin-top: 0.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv_feature_item dd {
    margin-top: 1.2rem;
    text-align: center;
    font-size: 1.8rem;
  }
}
.top_mv_feature_item dd .-bold {
  font-weight: 700;
}
.top_important_news {
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--white);
}
@media screen and (width <= 767px) {
  .top_important_news {
    width: calc(100% + 4rem);
    margin-top: 2.5rem;
    margin-left: -2rem;
  }
}
@media screen and (width > 767px), print {
  .top_important_news {
    width: calc(50% + 50vw);
    margin-top: 3rem;
  }
}
.top_important_news .news_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: none;
  color: var(--white);
  line-height: 1.2;
}
@media screen and (width <= 767px) {
  .top_important_news .news_list_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem 1.5rem;
    padding: 0.8rem 2rem;
  }
}
@media screen and (width > 767px), print {
  .top_important_news .news_list_item {
    gap: 2rem;
    padding: 1.2rem 2rem;
  }
}
.top_important_news .news_list_item .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: var(--font-main);
}
.top_important_news .news_list_item .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.4rem 0.8rem;
  background-color: var(--accent-color);
  border: none;
  border-radius: 0;
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1.1;
}
.top_important_news .news_list_item .txt {
  margin-top: 0;
}
@media screen and (width <= 767px) {
  .top_important_news .news_list_item .txt {
    width: 100%;
  }
}
.top_important_news .news_list_item .txt .underline {
  --underline: var(--white);
}
@media screen and (width <= 767px) {
  .top_intro {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  .top_intro {
    margin-top: 6rem;
  }
}
.top_intro p {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (width <= 767px) {
  .top_intro p {
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .top_intro p {
    font-size: 2rem;
  }
}
@media screen and (width <= 767px) {
  .top_problem {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  .top_problem {
    margin-top: 6rem;
  }
}
.top_problem_list {
  display: grid;
  position: relative;
  z-index: 1;
}
@media screen and (width <= 767px) {
  .top_problem_list {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    gap: 2.1rem;
  }
}
@media screen and (width > 767px), print {
  .top_problem_list {
    margin-top: 3.8rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.5rem;
  }
}
.top_problem_list > li {
  background-color: var(--navy);
  -webkit-box-shadow: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.1);
  color: var(--white);
  position: relative;
}
@media screen and (width <= 767px) {
  .top_problem_list > li {
    padding: 2rem 4rem;
  }
}
@media screen and (width > 767px), print {
  .top_problem_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11.5rem 1em 2.8rem;
  }
}
.top_problem_list > li::before {
  content: "";
  display: block;
  background-color: var(--accent-color);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (width <= 767px) {
  .top_problem_list > li::before {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (width > 767px), print {
  .top_problem_list > li::before {
    width: 10rem;
    height: 10rem;
  }
}
.top_problem_list > li::after {
  content: "!";
  font-family: var(--font-en);
  font-weight: 700;
  position: absolute;
}
@media screen and (width <= 767px) {
  .top_problem_list > li::after {
    font-size: 4rem;
    top: 0.8rem;
    left: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .top_problem_list > li::after {
    font-size: 6rem;
    top: 2rem;
    left: 3.7rem;
  }
}
.top_problem_list > li .img {
  position: absolute;
}
@media screen and (width <= 767px) {
  .top_problem_list > li .img {
    top: -0.6rem;
    right: 0.8rem;
  }
}
@media screen and (width > 767px), print {
  .top_problem_list > li .img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top_problem_list > li .img img {
  -webkit-filter: drop-shadow(0 0.4rem 1.6rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0.4rem 1.6rem rgba(0, 0, 0, 0.1));
}
.top_problem_list > li p {
  margin-top: 0;
}
@media screen and (width <= 767px) {
  .top_problem_list > li p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
@media screen and (width > 767px), print {
  .top_problem_list > li p {
    text-align: center;
  }
}
.top_problem_list > li p strong {
  font-weight: 700;
}
@media screen and (width > 767px), print {
  .top_problem_list > li p strong {
    font-size: 1.8rem;
  }
}
@media screen and (width <= 767px) {
  .top_problem_list > li.-problem01 .img {
    width: 5.4rem;
  }
}
@media screen and (width > 767px), print {
  .top_problem_list > li.-problem01 .img {
    width: 7.8rem;
    top: -1.1rem;
  }
}
@media screen and (width <= 767px) {
  .top_problem_list > li.-problem01 p {
    font-size: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .top_problem_list > li.-problem01 p strong {
    font-size: 1.7rem;
  }
}
@media screen and (width <= 767px) {
  .top_problem_list > li.-problem02 .img {
    width: 5.4rem;
  }
}
@media screen and (width > 767px), print {
  .top_problem_list > li.-problem02 .img {
    width: 7.9rem;
    top: -1.1rem;
  }
}
@media screen and (width <= 767px) {
  .top_problem_list > li.-problem03 .img {
    width: 4.9rem;
  }
}
@media screen and (width > 767px), print {
  .top_problem_list > li.-problem03 .img {
    width: 7rem;
    top: -0.8rem;
  }
}
.top_solution {
  background-image: url(../images/top/top_problem_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (width <= 767px) {
  .top_solution {
    margin-top: -1.8rem;
    padding-top: 4.6rem;
  }
}
@media screen and (width > 767px), print {
  .top_solution {
    margin-top: -6.2rem;
    padding-top: 17rem;
  }
}
.top_solution::before {
  content: "";
  display: block;
  width: 100%;
  background-color: var(--white);
  clip-path: polygon(0 0, 100% 0%, 100% 1px, 50% 100%, 0 1px);
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (width <= 767px) {
  .top_solution::before {
    height: 4.6rem;
  }
}
@media screen and (width > 767px), print {
  .top_solution::before {
    height: 17rem;
  }
}
.top_solution_inner {
  position: relative;
  overflow: hidden;
}
@media screen and (width <= 767px) {
  .top_solution_inner {
    padding-bottom: 4rem;
  }
}
@media screen and (width > 767px), print {
  .top_solution_inner {
    padding-bottom: 8rem;
  }
}
.top_solution_inner::before, .top_solution_inner::after {
  content: "";
  aspect-ratio: 1/1;
  background-color: var(--navy);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  opacity: 0.5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top_solution_inner::before {
  width: 100%;
}
@media screen and (width <= 767px) {
  .top_solution_inner::after {
    width: 16rem;
  }
}
@media screen and (width > 767px), print {
  .top_solution_inner::after {
    width: 36.8%;
  }
}
.top_solution .container {
  position: relative;
  z-index: 1;
}
@media screen and (width <= 767px) {
  .top_solution .container {
    margin-top: 2.5rem;
  }
}
@media screen and (width > 767px), print {
  .top_solution .container {
    margin-top: 4rem;
  }
}
.top_solution_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: var(--white);
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .top_solution_ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (width > 767px), print {
  .top_solution_ttl {
    font-size: 4rem;
    line-height: 1.66;
  }
}
.top_solution_ttl::before, .top_solution_ttl::after {
  content: "";
  display: block;
  height: 0.2rem;
  background-color: var(--white);
}
@media screen and (width <= 767px) {
  .top_solution_ttl::before, .top_solution_ttl::after {
    width: 5.7rem;
  }
}
@media screen and (width > 767px), print {
  .top_solution_ttl::before, .top_solution_ttl::after {
    width: 12.7rem;
  }
}
.top_solution_ttl::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top_solution_ttl::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.top_solution_content {
  background-color: var(--white);
  -webkit-filter: drop-shadow(0 0.8rem 3.2rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0.8rem 3.2rem rgba(0, 0, 0, 0.1));
}
@media screen and (width <= 767px) {
  .top_solution_content {
    margin-top: 3rem;
    padding-block: 4.1rem 2.5rem;
    clip-path: polygon(5rem 0%, 100% 0, 100% calc(100% - 5rem), calc(100% - 5rem) 100%, 0 100%, 0 5rem);
  }
}
@media screen and (width > 767px), print {
  .top_solution_content {
    padding-block: 5rem;
    clip-path: polygon(10rem 0%, 100% 0, 100% calc(100% - 10rem), calc(100% - 10rem) 100%, 0 100%, 0 10rem);
  }
  .top_solution_content:first-of-type {
    margin-top: 3.4rem;
  }
  .top_solution_content:not(:first-of-type) {
    margin-top: 6.1rem;
  }
}
.top_solution_content .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}
@media screen and (width <= 767px) {
  .top_solution_content .ttl_wrap {
    gap: 1rem;
  }
}
@media screen and (width > 767px), print {
  .top_solution_content .ttl_wrap {
    gap: 2.4rem;
  }
}
.top_solution_content .ttl_wrap .num {
  display: block;
  width: 100%;
  color: var(--navy);
  font-family: var(--font-en);
  line-height: 1;
  opacity: 0.12;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (width <= 767px) {
  .top_solution_content .ttl_wrap .num {
    font-size: 5.4rem;
    top: -1.6rem;
  }
}
@media screen and (width > 767px), print {
  .top_solution_content .ttl_wrap .num {
    font-size: 8rem;
    top: -3rem;
  }
}
.top_solution_content .ttl_wrap .sub {
  color: var(--accent-color);
}
@media screen and (width <= 767px) {
  .top_solution_content .ttl_wrap .sub {
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .top_solution_content .ttl_wrap .sub {
    font-size: 2rem;
  }
}
@media screen and (width <= 767px) {
  .top_solution_content .ttl_wrap .main {
    font-size: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .top_solution_content .ttl_wrap .main {
    font-size: 3.2rem;
  }
}
.top_schedule {
  padding-inline: 2rem;
}
.top_schedule_tbl {
  width: 100%;
  max-width: 108rem;
  margin-inline: auto;
  display: grid;
}
@media screen and (width <= 767px) {
  .top_schedule_tbl {
    margin-top: 2rem;
    grid-template-columns: 15.1rem 1fr;
  }
}
@media screen and (width > 767px), print {
  .top_schedule_tbl {
    margin-top: 3.5rem;
    grid-template-columns: auto 1fr;
  }
}
.top_schedule_row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
}
.top_schedule_row.-head .top_schedule_product,
.top_schedule_row.-head .top_schedule_content {
  padding-block: 0.7rem;
  background-color: var(--navy);
  text-align: center;
  color: var(--white);
  font-weight: 700;
  line-height: 1.625;
}
@media screen and (width <= 767px) {
  .top_schedule_row.-head .top_schedule_product,
  .top_schedule_row.-head .top_schedule_content {
    font-size: 1.6rem;
  }
}
@media screen and (width <= 1080px) {
  .top_schedule_row.-head .top_schedule_product,
  .top_schedule_row.-head .top_schedule_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_schedule_row.-head .top_schedule_content {
  gap: 0;
  border-left: 1px solid var(--white);
}
@media screen and (width <= 767px) {
  .top_schedule_row.-head .top_schedule_content {
    padding-left: 0;
  }
}
@media screen and (width > 767px), print {
  .top_schedule_row.-head .top_schedule_content {
    padding-left: 1.6rem;
  }
}
@media screen and (width <= 1080px) {
  .top_schedule_row.-head .top_schedule_content .day {
    display: none;
  }
}
@media screen and (width > 1080px), print {
  .top_schedule_row.-head .top_schedule_content .day {
    padding-inline: min(3.2rem, 2.6vw);
  }
}
@media screen and (width <= 1080px) {
  .top_schedule_row.-head .top_schedule_content p.-sp {
    display: block;
    text-align: center;
  }
}
@media screen and (width > 1080px), print {
  .top_schedule_row.-head .top_schedule_content p.-sp {
    display: none;
  }
}
@media screen and (width <= 767px) {
  .top_schedule_row.-head .top_schedule_content p.-sp > span {
    display: block;
  }
}
.top_schedule_product a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background-color: #D2EBFA;
  border-bottom: 1px solid var(--white);
  position: relative;
}
@media screen and (width <= 767px) {
  .top_schedule_product a {
    padding: 0.5rem 3rem 0.5rem 1rem;
  }
}
@media screen and (width > 767px), print {
  .top_schedule_product a {
    padding: 1rem 7rem 1rem 1rem;
  }
  .top_schedule_product a:hover .ttl {
    color: var(--main-color);
  }
}
.top_schedule_product a::after {
  content: "";
  display: block;
  background-image: url(../images/common/news_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 767px) {
  .top_schedule_product a::after {
    width: 1.6rem;
    height: 1.6rem;
    right: 1.2rem;
  }
}
@media screen and (width > 767px), print {
  .top_schedule_product a::after {
    width: 1.7rem;
    height: 1.7rem;
    right: 1.5rem;
  }
}
.top_schedule_product a img {
  width: 4rem;
}
@media screen and (width <= 767px) {
  .top_schedule_product a img {
    display: none;
  }
}
.top_schedule_product a .ttl {
  display: inline-block;
  color: var(--navy);
  font-weight: 500;
  line-height: 1.375;
}
@media screen and (width > 767px), print {
  .top_schedule_product a .ttl {
    --underline: var(--main-color);
    margin-bottom: 0.2rem;
    -webkit-transition: color 0.3s, background-size 0.3s ease-out;
    transition: color 0.3s, background-size 0.3s ease-out;
  }
}
.top_schedule_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-block: 0.6rem;
  border-bottom: 1px solid #D7D7D7;
}
@media screen and (width <= 767px) {
  .top_schedule_content {
    padding-left: 1.2rem;
    border-color: transparent;
  }
}
@media screen and (width > 767px), print {
  .top_schedule_content {
    padding-left: 2rem;
  }
}
.top_schedule_content p {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.375;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (width <= 767px) {
  .top_schedule_content .start,
  .top_schedule_content .goal {
    display: none;
  }
}
@media screen and (width > 767px), print {
  .top_schedule_content .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BABABA));
    background-image: linear-gradient(#BABABA);
    background-repeat: no-repeat;
    background-size: 100% 0.15rem;
    background-position: center;
    position: relative;
  }
  .top_schedule_content .line::before, .top_schedule_content .line::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background-color: #BABABA;
    border-radius: 50%;
    position: absolute;
    top: 50%;
  }
  .top_schedule_content .line::before {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .top_schedule_content .line::after {
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
.top_schedule_content .label {
  display: inline-block;
  padding: 0.3rem 1rem 0.5rem 1.2rem;
  background-image: linear-gradient(-45deg, #E85009, #F5A523);
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-filter: drop-shadow(0.2rem 0.4rem 1.6rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0.2rem 0.4rem 1.6rem rgba(0, 0, 0, 0.16));
  color: var(--white);
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (width <= 767px) {
  .top_schedule_content .label {
    font-size: 2.4rem;
  }
}
@media screen and (width > 767px), print {
  .top_schedule_content .label {
    font-size: min(2.4rem, 2vw);
  }
}
@media screen and (width > 767px), print {
  .top_schedule_content[data-day="3"] .line {
    width: min(17.8rem, 14.83vw);
  }
}
@media screen and (767px < width <= 1080px) {
  .top_schedule_content[data-day="7"] {
    padding-right: 3.7vw;
  }
}
@media screen and (width > 767px), print {
  .top_schedule_content[data-day="7"] .line {
    width: min(54.3rem, 45.25vw);
  }
}
@media screen and (width > 767px), print {
  .top_schedule_content[data-day="10"] .line {
    width: min(57.7rem, 48.83vw);
  }
  .top_schedule_content[data-day="10"] .line::after {
    content: none;
  }
}
.top_schedule .note {
  max-width: 108rem;
  margin-inline: auto;
  font-size: 1.4rem;
  line-height: 1.42;
}
.top_case_slide > li {
  background-color: var(--white);
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
.top_case_slide a {
  display: block;
  height: 100%;
}
.top_case_slide a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_case_slide .img {
  width: 100%;
  aspect-ratio: 26/19;
  overflow: hidden;
}
.top_case_slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top_case_slide .txt_wrap {
  padding: 1.2rem 1.5rem;
}
.top_case_slide .txt_wrap .category {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background-color: #E1E7ED;
  border-radius: 50vh;
  color: var(--navy);
  font-size: 1.3rem;
}
.top_case_slide .txt_wrap .ttl {
  margin-top: 0.6rem;
  line-height: 1.375;
}
@media screen and (width <= 767px) {
  .top_case_slide .txt_wrap .ttl {
    font-size: 1.6rem;
  }
}
.top_case_slide .txt_wrap .ttl .underline {
  --underline: var(--txt-color);
}
.top_case_slide .txt_wrap .label {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 0.8rem;
  background-color: var(--accent-color);
  color: var(--white);
  font-weight: 700;
}
.top_case .custom_pagination_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.top_case .splide.is-static .splide__track {
  visibility: visible;
}
@media screen and (width <= 767px) {
  .top_case .splide.is-static .splide__track .top_case_slide {
    margin-inline: 2rem !important;
  }
  .top_case .splide.is-static .splide__track .top_case_slide > li {
    width: 100%;
  }
}
@media screen and (width > 767px), print {
  .top_case .splide.is-static .splide__track .top_case_slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
    margin-inline: 2rem !important;
  }
  .top_case .splide.is-static .splide__track .top_case_slide > li {
    width: calc((100% - 6rem) / 3);
    max-width: 26rem;
  }
}
.top_case .splide.is-static .splide__arrows,
.top_case .splide.is-static .splide__arrow {
  display: none;
}
@media screen and (width <= 767px) {
  .top_case .splide__track {
    padding-block: 2rem 2.6rem;
  }
}
@media screen and (width > 767px), print {
  .top_case .splide__track {
    padding-block: 3.5rem 2.4rem;
  }
}
.top_case .splide__arrow {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none;
          transform: none;
  border: 1px solid #242668;
  background-color: var(--white);
  opacity: 1;
}
@media screen and (width > 767px), print {
  .top_case .splide__arrow {
    width: 2.4rem;
    height: 2.4rem;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .top_case .splide__arrow:hover {
    background-color: #242668;
  }
  .top_case .splide__arrow:hover::before {
    background-color: var(--white);
  }
}
.top_case .splide__arrow::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.9rem;
  -webkit-mask-image: url(../images/common/arw.svg);
          mask-image: url(../images/common/arw.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #242668;
}
.top_case .splide__arrow--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top_case .splide__pagination {
  position: static;
  padding-inline: 2rem;
}
.top_case .splide__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_case .splide__pagination__page {
  background-color: #D9D9D9;
  opacity: 1;
}
@media screen and (width > 767px), print {
  .top_case .splide__pagination__page {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.4rem;
  }
}
.top_case .splide__pagination__page.is-active {
  background-color: #242668;
  -webkit-transform: none;
          transform: none;
}
@media screen and (width <= 767px) {
  .top_case .btn_wrap {
    margin-top: 2.5rem;
  }
}
@media screen and (width > 767px), print {
  .top_case .btn_wrap {
    margin-top: 3.5rem;
  }
}
.top_products {
  background-color: var(--light-gray);
  position: relative;
  z-index: 1;
}
@media screen and (width <= 767px) {
  .top_products {
    padding-block: 4rem;
  }
}
@media screen and (width > 767px), print {
  .top_products {
    padding-block: 8rem;
  }
}
.top_products::before, .top_products::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.04);
  position: absolute;
  z-index: -1;
}
@media screen and (width > 767px), print {
  .top_products::before, .top_products::after {
    width: 63.19%;
  }
}
.top_products::before {
  clip-path: polygon(0 0, 0 100%, 100% 0);
  top: 0;
  left: 0;
}
@media screen and (width <= 767px) {
  .top_products::before {
    width: 23rem;
  }
}
.top_products::after {
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  bottom: 0;
  right: 0;
}
@media screen and (width <= 767px) {
  .top_products::after {
    width: 55rem;
  }
}
@media screen and (width <= 767px) {
  .top_products .section_ttl {
    margin-bottom: 2rem;
  }
}
@media screen and (width > 767px), print {
  .top_products .section_ttl {
    margin-bottom: 6.4rem;
  }
}
.top_products .products_content {
  border-top: 1px solid #D7D7D7;
}
@media screen and (width <= 767px) {
  .top_products .products_content {
    padding-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  .top_products .products_content {
    padding-top: 5rem;
  }
}
@media screen and (width <= 767px) {
  .top_products .products_content + .products_content {
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  .top_products .products_content + .products_content {
    margin-top: 5rem;
  }
}
@media screen and (width <= 767px) {
  .top_news {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  .top_news {
    margin-top: 8rem;
  }
}
@media screen and (width <= 767px) {
  .top_news .news_list {
    margin-top: 2rem;
  }
}
@media screen and (width > 767px), print {
  .top_news .news_list {
    margin-top: 5rem;
  }
}
@media screen and (width <= 767px) {
  .top_news .btn_wrap {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .top_news .btn_wrap {
    margin-top: 4rem;
    gap: 2rem;
  }
}
.top_group {
  background-color: var(--light-gray);
}
@media screen and (width <= 767px) {
  .top_group {
    margin-top: 4rem;
    padding-block: 4rem 4rem;
  }
}
@media screen and (width > 767px), print {
  .top_group {
    margin-top: 8rem;
    padding-block: 6rem 8rem;
  }
}
.top_group_ttl {
  text-align: center;
  color: var(--navy);
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .top_group_ttl {
    font-size: 2rem;
  }
}
@media screen and (width > 767px), print {
  .top_group_ttl {
    font-size: 3.6rem;
  }
}
.top_group_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
  gap: 3rem 4rem;
}
@media screen and (width <= 767px) {
  .top_group_list {
    margin-top: 2.5rem;
  }
}
@media screen and (width > 767px), print {
  .top_group_list {
    margin-top: 5rem;
  }
}
.top_group_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-template-columns: 1fr;
  gap: 0;
  background-color: var(--white);
  padding-bottom: 1.5rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
.top_group_item .img {
  width: 100%;
  overflow: hidden;
}
@media screen and (width <= 767px) {
  .top_group_item .img {
    aspect-ratio: 35/14;
  }
}
@media screen and (width > 767px), print {
  .top_group_item .img {
    aspect-ratio: 27/14;
  }
}
.top_group_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width > 767px), print {
  .top_group_item .img img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.top_group_item .ttl {
  margin-top: 1.5rem;
  padding-inline: 1.5rem;
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .top_group_item .ttl {
    font-size: 1.6rem;
  }
}
.top_group_item .ttl .underline {
  --underline: var(--txt-color);
}
.top_group_item .txt {
  margin-top: 0.8rem;
  padding-inline: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.42;
}
.top_group_btn {
  margin-inline: 1.5rem;
  min-height: 4.6rem;
  padding: 0.6rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--main-color);
  color: var(--white);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.21;
}
@media screen and (width <= 767px) {
  .top_group_btn {
    margin-top: 1rem;
  }
}
@media screen and (width > 767px), print {
  .top_group_btn {
    margin-top: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .top_group a.top_group_item:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}