@charset "UTF-8";

em {
  color: var(--color-blue-m);
}

.news  {
  padding: 2.4rem 1.6rem;
}
@media (max-width: 960px) {
  .news  {
    padding: 2.4rem 0;
  }
}
.news .section_content  {
  display: flex;
  gap: 1.5rem 2rem;
}
.news .section_content :last-child,
.news li:last-child {
  margin-bottom: 0;
}
.news h2 {
  flex-basis: 8em;
  padding-bottom: 0;
  border-bottom: none;
  color: var(--color-blue-m);
  font-size: clamp(1.6rem, 1.52rem + 0.4vw, 2rem);
}
.news.important h2 {
  color: var(--color-red-m);
}
.news h3 {
  font-size: 1.6rem;
  margin: 1.5em 0 .5em 0;
  padding: 0 0 .5em 0;
  border-left: none;
  border-bottom: 1px solid var(--color-blue-m);

}
.news h4 {
  font-size: 1.6rem;
  margin: .5em 0;
}
.news p {
  margin-bottom: .5em;
}
.news ul {
  margin-left: 1.5em;
  list-style: disc;
}
.news li {
  margin-bottom: .5em;
}
.news li .detail {
  display: flex;
  gap: 0 20px;
}
.news li .detail .title {
  margin-bottom: 0;
  flex-basis: 12rem;
}
.news li .detail .text {
  margin-bottom: 0;
  flex-basis: calc((100% - 12rem) - 20px);
}
.news dl,
.news .news_top {
  flex: 1;
}
.news dt,
.news .news_top > p {
  display: flex;
  gap: .2em 1em;
  margin-bottom: .5em;
  padding-left: .8rem;
  border-left: 4px solid var(--color-blue-m);
  color: var(--color-blue-m);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.news dt {
  margin-bottom: 1em;
}
.news.important dt {
  border-color: var(--color-red-m);
  color: var(--color-red-m);
}
.news dt span,
.news .news_top > p span {
  min-width: 6em;
  white-space: nowrap;
}
.news .news_top > p + p {
  margin-top: 1em;
}
.news dd:has(+ dt) {
  margin-bottom:2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted var(--color-bk);
}
@media (max-width: 960px) {
  .news .section_content {
    flex-direction: column;
  }
  .news h2 {
    flex-basis: auto;
  }
}
@media (max-width: 768px) {
  .news dt,
  .news .news_top > p {
    flex-direction: column;
    margin-bottom: .5em;
  }
  .news dd,
  .news .news_top > p {
    font-size: 1.4rem;
  }
  .news li .detail {
    flex-direction: column;
  }
  .news li .detail .title,
  .news li .detail .text {
    flex-basis: auto;
  }
  .news li .detail .title + .text {
    margin-top: .25em;
  }
}
/* Column Layout*/
.flexbox-2 {
  display: flex;
  gap: 2rem 2rem;
}
.flexbox-2 .txt {
  flex: 1;
}
.flexbox-2 .img {
  flex-basis: 36rem;
  border: .1rem solid var(--color-bk);
}
.flexbox-2 figure img {
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .flexbox-2 {
    flex-direction: column;
  }
  .flexbox-2 .img {
    flex-basis: auto;
  }
}

.mv .wm_wrap {
  width: 100%;
  padding: clamp(2rem, 1.2rem + 4vw, 6rem) 10rem;
  background: url("../img/top/mv_pc.png") center/cover no-repeat;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 480 / 139;
}
@media (max-width: 768px) {
  .mv .wm_wrap {
    padding: 1rem 1rem 38% 1rem;
    background: url("../img/top/mv_sp.png") center/cover no-repeat;
    align-items: flex-start;
  }
}
.mv .wm_wrap .mv_catch {
  width: clamp(40rem, 32rem + 40vw, 80rem);
  margin-right: auto;
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 768px) {
  .mv .wm_wrap .mv_catch {
    width: auto;
  }
}
.mv .wm_wrap h2 {
  width: fit-content;
  color: var(--color-w);
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  font-size: clamp(2.4rem, 1.76rem + 3.2vw, 5.6rem);
  gap: 1.6rem;
  margin-bottom: 1.6rem;
  padding-bottom: 0;
  border-bottom: 0;
}
.mv .wm_wrap h2 + p {
  width: fit-content;
}
@media (max-width: 768px) {
  .mv .wm_wrap h2 {
    font-size: 6vw;
    padding: 0.8rem;
    gap: 0.8rem;
  }
}
.mv .wm_wrap h2 .catch_txt {
  display: inline-block;
  background: var(--color-blue-m);
  padding: 0.8rem;
}
.mv .wm_wrap h2 .font_small {
  font-size: 0.8em;
}
.mv .catch_lead_sp {
  padding: 1.6rem;
}

.reason {
  background: url("../img/top/reason_bg.jpg") center/cover no-repeat;
  padding: clamp(4rem, 3.2rem + 4vw, 8rem) 0;
}
.reason h2 {
  text-align: center;
  color: var(--color-w);
  border: none;
  margin-bottom: 4rem;
}
.reason h2 span {
  display: block;
}
.reason h2 span.tst_01 {
  font-size: clamp(2rem, 1.92rem + 0.4vw, 2.4rem);
}
.reason h2 span.tst_02 {
  font-size: clamp(2rem, 1.76rem + 1.2vw, 3.2rem);
}
.reason ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .reason ul {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.reason ul li {
  flex: 1;
  text-align: center;
  font-weight: bold;
  color: var(--color-w);
}
@media (max-width: 960px) {
  .reason ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.6rem;
    width: 100%;
  }
  .reason ul li .img {
    flex: 1;
  }
  .reason ul li p {
    flex: 4;
    font-size: 1.8rem;
    text-align: left;
  }
}

.problem ul {
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .problem ul {
    gap: 2.4rem;
  }
}
.problem ul li {
  display: flex;
  gap: 4rem;
  align-items: center;
}
.problem ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.problem ul li .img {
  text-align: center;
  flex: 1;
}
.problem ul li .txt {
  flex: 2;
}
.problem ul li .txt .position {
  text-align: center;
  padding: 0.8rem 1.6rem;
  color: var(--color-w);
  display: inline-block;
  background: var(--color-blue-m);
  line-height: 1;
  border-radius: var(--round) var(--round) 0 0;
  font-size: 2rem;
}
.problem ul li .txt .detail {
  background: var(--color-w);
  padding: var(--inner-padding);
  border-radius: 0 0 var(--round) var(--round);
}
@media (max-width: 960px) {
  .problem ul li .txt .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
  }
}

.solution .solution_about {
  background: var(--color-blue-m);
  position: relative;
  padding: 12rem 0 4.8rem;
}
.solution .solution_about::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.1rem;
  right: 0;
  height: 12rem;
  width: 100%;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 50% 50%);
  background: #f3f6fe;
}
.solution .solution_about .solution_title {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.solution .solution_title {
  text-align: center;
  margin-bottom: 4rem;
}
.solution .solution_title .solution_logo {
  display: block;
}
.solution .solution_title span {
  line-height: 1;
  color: var(--color-w);
  font-size: clamp(2.4rem, 1.92rem + 2.4vw, 4.8rem);
}
.solution .solution_title span.font_large {
  font-size: clamp(3.6rem, 2.88rem + 3.6vw, 7.2rem);
}
@media (max-width: 960px) {
  .solution .solution_title span.font_large {
    font-size: 3.2rem;
  }
}
.solution .solution_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem 3.2rem;
}
.solution .solution_list em {
  font-size: 1.8rem;
}
.solution .solution_list li {
  width: 30%;
  background-color: var(--color-w);
  padding: 2.4rem 2rem;
  border-radius: var(--round);
}
.solution .solution_list li .list_inner {
  height: 100%;
  background-image: var(--solution-bg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.solution .solution_list li .list_inner p {
  padding: 1.6rem 0;
}
@media (max-width: 720px) {
  .solution .solution_list li {
    width: 60%;
  }
}
@media (max-width: 540px) {
  .solution .solution_list li {
    width: 100%;
  }
}
.solution .solution_list li.list_01 {
  --solution-bg: url("../img/top/solution_bg_01.svg");
}
.solution .solution_list li.list_02 {
  --solution-bg: url("../img/top/solution_bg_02.svg");
}
.solution .solution_list li.list_03 {
  --solution-bg: url("../img/top/solution_bg_03.svg");
}
.solution .solution_list li.list_04 {
  --solution-bg: url("../img/top/solution_bg_04.svg");
}
.solution .solution_list li.list_05 {
  --solution-bg: url("../img/top/solution_bg_05.svg");
}
.solution .solution_list li.list_06 {
  --solution-bg: url("../img/top/solution_bg_06.svg");
}

.solution_conversion {
  position: relative;
  padding-top: 12rem;
  text-align: center;
}
.solution_conversion::after {
  content: "";
  display: block;
  position: absolute;
  height: 12rem;
  width: 100%;
  top: -0.1rem;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 50% 50%);
  background: var(--color-blue-m);
}
.solution_conversion h3 {
  border-bottom: 1px solid var(--color-bk);
  border-left: none;
  padding: 0 0 1.6rem;
  color: var(--color-bk);
  display: inline-block;
}
.solution_conversion .solution_title span {
  color: var(--color-bk);
}
.solution_conversion .solution_title span.font_large {
  color: var(--color-blue-m);
}

@media (min-width: 501px) {
  .search .list_wrap li {
    flex-basis: 9.3rem;
  }
}
.search .list_wrap.busines_type li {
  flex-basis: auto;
}

.btn_blue {
  background: var(--color-blue-m);
  display: inline-block;
}
.btn_blue a {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem 1.6rem;
  display: block;
  color: var(--color-w);
}