﻿a.txtLink {
  color: #0066B5;
  text-decoration: underline;
  transition: opacity 0.3s;
  cursor: pointer;
}
a.txtLink:hover {
  opacity: 0.7;
}
a.txtLink .icon-ico_target {
  text-decoration: none;
}
/* solution01.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.solution01WatTxt {
  margin-bottom: 48px;
}
.solution01Flow {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .solution01Flow {
    flex-direction: row;
    gap: 5px;
    margin-bottom: 0;
  }
}
.solution01FlowItem {
  background-color: #f8dcd0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .solution01FlowItem {
    width: 33%;
  }
}
.FlowItem01 {
  z-index: 30;
}
.FlowItem02 {
  z-index: 20;
}
.FlowItem03 {
  z-index: 10;
}
.solution01FlowItem.FlowItem01::after, .solution01FlowItem.FlowItem02::after {
  background-color: #f8dcd0;
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 30px;
  right: 0;
  bottom: -30px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (min-width: 768px) {
  .solution01FlowItem.FlowItem01::after, .solution01FlowItem.FlowItem02::after {
    display: none;
  }
}
.solution01FlowTtl {
  background-color: #E04C0F;
  text-align: center;
  position: relative;
  z-index: 3;
  line-height: 1;
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .solution01FlowTtl {
    padding: 10px 0;
    line-height: 2;
  }
}
.FlowItem01 .solution01FlowTtl {
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .FlowItem01 .solution01FlowTtl {
    padding: 10px 0;
  }
}
.solution01FlowTtl::after {
  background-color: #E04C0F;
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 30px;
  right: 0;
  bottom: -30px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (min-width: 768px) {
  .FlowItem01 .solution01FlowTtl::before, .FlowItem02 .solution01FlowTtl::before {
    background-color: #fff;
    position: absolute;
    content: "";
    display: inline-block;
    width: 18px;
    height: 70px;
    top: -4px;
    right: -21px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    z-index: 1;
  }
  .FlowItem01 .solution01FlowTtl::after, .FlowItem02 .solution01FlowTtl::after {
    width: 16px;
    height: 64px;
    top: 0;
    right: -16px;
    bottom: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    z-index: 2;
  }
  .FlowItem03 .solution01FlowTtl::after {
    display: none;
  }
}
.solution01FlowTtl p {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .solution01FlowTtl p {
    font-size: 2.2rem;
  }
}
.solution01FlowTxt {
  padding: 50px 30px 30px;
}
@media screen and (min-width: 768px) {
  .solution01FlowTxt {
    padding: 20px;
  }
}
.solution01FlowTxt .txtS {
  display: block;
  font-size: 1.2rem;
  margin-left: 1.5em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .solution01FlowTxt .txtS {
    display: none;
  }
}
.solution01FlowTxt li {
  font-size: 1.5rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.solution01FlowTxt li span {
  font-size: 1.9rem;
  font-weight: 600;
}
.solution01FlowTxt li.lineSpace {
  margin-top: 8px;
}
.solution01FlowTxt sup {
  vertical-align: super;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .solution01FlowTxt li {
    font-size: 1.6rem;
  }
  .solution01FlowTxt li span {
    font-size: 2.2rem;
  }
  .solution01FlowTxt li.lineSpace {
    margin-top: 10px;
  }
}
.solution01FlowAnnot {
  display: none;
}
@media screen and (min-width: 768px) {
  .solution01FlowAnnot {
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 80px;
    margin-top: 10px;
    padding-left: 1.7em;
    text-indent: -1.7em;
  }
}
.solution01Graph {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 25px;
  margin-bottom: 60px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .solution01Graph {
    margin-bottom: 40px;
    justify-content: center;
    flex-direction: row;
  }
  .solution01GraphItem {
    width: 48%;
    max-width: 360px;
  }
}
.solution01GraphTxtBox {
  background: #E04C0F;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .solution01GraphTxtBox {
    padding: 30px;
  }
}
.solution01GraphTtl h3 {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .solution01GraphTtl h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.solution01GraphTxt {
  display: inline-block;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}
.solution01GraphTxt p + p {
  margin-top: 1.2em;
}
.solution01GraphTxt .txtL {
  font-weight: bold;
  font-size: 1.95rem;
}
.solution01GraphTxt .txtS {
  display: block;
  margin-top: 6px;
  font-size: 1.2rem;
}
.solution01GraphAtnnot {
  font-size: 1.2rem;
  display: flex;
}
.solution01GraphAtnnot dt {
  margin-right: 4px;
}
.solution01GraphTxt sup {
  vertical-align: super;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .solution01GraphTxt {
    height: 100%;
  }
  .solution01GraphTxt p + p {
    margin-top: 24px;
  }
  .solution01GraphTxt .txtL {
    font-size: 2.4rem;
  }
  .solution01GraphTxt .txtS {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .solution01GraphAtnnot {
    font-size: 1.2rem;
  }
}
.solution01GraphImg {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: 30px;
}
.solution01GraphImg img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .solution01GraphImg {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
}
/* solution02.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.solution02anchorList {
  margin-bottom: 40px;
  padding: 0 10px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .solution02anchorList {
    margin: 40px 0 0;
    padding: 25px 10px;
  }
}
.solution02anchorList > ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .solution02anchorList > ul {
    flex-direction: row;
  }
}
.solution02anchorList > ul:nth-of-type(n+2) {
  margin-top: 20px;
}
.solution02anchorList > ul > li {
  width: 100%;
  min-height: 35px;
  font-size: 1.4rem;
  padding: 0;
}
.solution02anchorList > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url(/files/img/about/businesses/arrow_anchor.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 11px;
  padding: 15px 30px;
}
@media screen and (min-width: 768px) {
  .solution02anchorList > ul > li > a {
    justify-content: center;
    padding: 0 30px;
  }
}
.solution02anchorList > ul > li:not(:last-of-type) > a {
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 768px) {
  .solution02anchorList > ul > li:not(:last-of-type) > a {
    border-bottom: none;
    border-right: 1px solid #d8d8d8;
  }
}
.solution02 h4 {
  font-size: 2.0rem;
  color: #0066b5;
  margin-bottom: 10px;
}
.solution02 .bizTxt {
  margin-bottom: 30px;
}
.solution02 .bizTxt sup {
  vertical-align: super;
  font-size: 1.2rem;
}
.solution02Img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .solution02Img {
    flex-direction: row;
  }
}
.solution02Img img {
  display: block;
  margin: 0 auto;
}
.solution02Img figcaption {
  text-align: center;
}
.solution02Annot {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 10px;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
/* solution03.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.solution03Con {
  margin-bottom: 40px;
}
.solution03ConTtl {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.2em;
}
.solution03AnnivImg {
  width: 100%;
}
.sideScroll .solution03AnnivImg {
  width: 900px;
}
@media screen and (min-width: 769px) {
  .solution03Con {
    margin-bottom: 24px;
  }
  .solution03AnnivImg {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
}
.solution03Con .solutionConBtn {
  margin-top: 80px;
}
.solution03Con .solutionConBtn a {
  width: 270px;
}
@media screen and (min-width: 769px) {
  .solution03Con .solutionConBtn a {
    width: 460px;
  }
}
/* solution04.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.solution04Con {
  margin-bottom: 40px;
}
.solution04ConTtl {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (min-width: 769px) {
  .solution04Con {
    margin-bottom: 24px;
  }
  .solution04EffImg {
    text-align: center;
  }
}
.solution04Con .solutionConBtn {
  margin-top: 80px;
}
.solution04Con .solutionConBtn a {
  width: 270px;
}
@media screen and (min-width: 769px) {
  .solution04Con .solutionConBtn a {
    width: 460px;
  }
}