@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@media screen and (min-width: 961px) {
  .business-section {
    padding: 0 0 200px;
  }
}
@media screen and (max-width: 960px) {
  .business-section {
    padding: 0 0 100px;
  }
}

.business-section__overview {
  background: url("../img/common/common_bg.jpg") no-repeat center/cover;
}
@media screen and (min-width: 961px) {
  .business-section__overview {
    padding: 100px 0 120px;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .business-section__overview {
    padding: 50px 0;
  }
}

.business-section__overviewText {
  position: relative;
  text-align: center;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .business-section__overviewText {
    font-size: 25px;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .business-section__overviewText {
    font-size: 20px;
    line-height: 1.6;
    padding: 0 20px;
  }
}
.business-section__overviewText:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  height: 5px;
  width: 30px;
  background-color: #042F6E;
}

.business-section__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.business-section__businessItem {
  position: relative;
  z-index: 0;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .business-section__businessItem:nth-child(n+2) {
    margin-top: 138px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__businessItem:nth-child(n+2) {
    margin-top: 60px;
  }
}

.business-section__imageWrap {
  max-width: 550px;
}
@media screen and (min-width: 961px) {
  .business-section__imageWrap {
    position: absolute;
    top: -15%;
    left: 0;
    z-index: -1;
  }
  .business-section__imageWrap.--reverse {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .business-section__imageWrap {
    margin: 0 auto;
  }
}

.business-section__description {
  max-width: 632px;
  background-color: #E7F4F8;
}
@media screen and (min-width: 961px) {
  .business-section__description {
    width: 65%;
    margin: 0 0 0 auto;
    padding: 40px 30px;
  }
  .business-section__description.--reverse {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .business-section__description {
    padding: 30px 20px;
    margin: -5% auto 0;
    position: relative;
  }
}

.business-section__title {
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  color: #042F6E;
}
@media screen and (min-width: 961px) {
  .business-section__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__title {
    font-size: 20px;
  }
}

.business-section__text {
  line-height: 1.8;
}
.business-section__text.--inner {
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .business-section__text.--inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 960px) {
  .business-section__text.--inner {
    width: 100%;
  }
}

.business-section__buttonWrap {
  max-width: 550px;
}
@media screen and (min-width: 961px) {
  .business-section__buttonWrap {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .business-section__buttonWrap {
    margin: 30px auto 0;
  }
}

.business-section__button {
  position: relative;
  height: 60px;
}
@media screen and (min-width: 961px) {
  .business-section__button {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__button {
    font-size: 16px;
  }
}

.business .head03 {
  position: relative;
  text-align: center;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .business .head03 {
    font-size: 25px;
  }
}
@media screen and (max-width: 960px) {
  .business .head03 {
    font-size: 20px;
  }
}
.business .head03:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 5px;
  width: 30px;
  background-color: #042F6E;
}
@media screen and (min-width: 961px) {
  .business .head03:after {
    bottom: -30px;
  }
}
@media screen and (max-width: 960px) {
  .business .head03:after {
    bottom: -24px;
  }
}

.business-section__overviewHead {
  text-align: center;
  position: relative;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .business-section__overviewHead {
    font-size: 35px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__overviewHead {
    font-size: 20px;
  }
}
.business-section__overviewHead:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 5px;
  width: 30px;
  background-color: #042F6E;
}
@media screen and (min-width: 961px) {
  .business-section__overviewHead:after {
    bottom: -30px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__overviewHead:after {
    bottom: -20px;
  }
}

.business-section__overviewSmall {
  display: block;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .business-section__overviewSmall {
    margin-top: 5px;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__overviewSmall {
    margin-top: 10px;
    font-size: 16px;
  }
}

.business-section__overviewRead {
  text-align: left;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .business-section__overviewRead {
    max-width: 800px;
    line-height: 1.6;
    margin-top: 65px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__overviewRead {
    margin-top: 30px;
    line-height: 1.6;
  }
}

@media screen and (min-width: 961px) {
  .business-section__strategy {
    margin: 100px auto;
  }
}
@media screen and (max-width: 960px) {
  .business-section__strategy {
    margin: 50px auto;
  }
}

.business-section__list {
  position: relative;
}
@media screen and (min-width: 961px) {
  .business-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 130px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__list {
    display: block;
    border-bottom: 0;
    padding: 40px 20px 20px;
    margin: 0 auto 120px;
    background: -webkit-gradient(linear, left bottom, left top, from(#E7F4F8), to(#fff));
    background: linear-gradient(0deg, #E7F4F8 0%, #fff 100%);
  }
}
.business-section__list:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .business-section__list:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#042F6E), color-stop(75%, #E7F4F8), to(#fff));
    background: linear-gradient(0deg, #042F6E 0%, #E7F4F8 75%, #fff 100%);
    margin: 10px auto 0;
    bottom: -100px;
    width: calc(100% - 350px);
    height: 220px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__list:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#042F6E), to(#E7F4F8));
    background: linear-gradient(0deg, #042F6E 0%, #E7F4F8 100%);
    bottom: -100px;
    width: 100%;
    height: 100px;
  }
}

.business-section__item {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #042F6E;
  padding: 30px 20px;
}
@media screen and (min-width: 961px) {
  .business-section__item {
    width: calc((100% - 110px) / 3);
    display: table-cell;
  }
}
@media screen and (max-width: 960px) {
  .business-section__item {
    width: 100%;
    display: block;
  }
  .business-section__item:nth-child(n+2) {
    margin-top: 80px;
  }
}

.business-section__illustWrap {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(110, 110, 110, 0.2));
          filter: drop-shadow(3px 3px 3px rgba(110, 110, 110, 0.2));
}
@media screen and (min-width: 961px) {
  .business-section__illustWrap {
    width: calc(100% - 80px);
    margin: -60px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .business-section__illustWrap {
    width: 100%;
    max-width: 130px;
    margin: -80px auto 0;
  }
}

.business-section__title {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
}
.business-section__title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 20px;
  background-color: #042F6E;
  bottom: -14px;
}

.business-section__headText {
  text-align: center;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .business-section__headText {
    font-size: 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .business-section__headText {
    font-size: 18px;
    line-height: 1.66;
  }
}

.business-section__support {
  position: relative;
}
@media screen and (min-width: 961px) {
  .business-section__support {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .business-section__support {
    margin: 20px auto;
  }
}
.business-section__support:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  background-color: #FCFFBA;
}
@media screen and (min-width: 961px) {
  .business-section__support:before {
    border-radius: 20px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__support:before {
    border-radius: 5px;
  }
}
.business-section__support.--finance:before {
  bottom: 0;
  height: 67%;
}
@media screen and (min-width: 961px) {
  .business-section__support.--expansion:before {
    top: 0;
    height: 32%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__support.--expansion:before {
    height: 36%;
    border-radius: 5px;
  }
}

.business-section__supportImage {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .business-section__supportImage {
    width: calc(100% - 128px);
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__supportImage {
    width: calc(100% - 20px);
    padding-bottom: 10px;
  }
}

.business-section__supportText {
  text-align: center;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .business-section__supportText {
    margin: 50px auto 20px;
    font-size: 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .business-section__supportText {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
  }
}
.business-section__supportText .maker {
  color: #042F6E;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FCFFBA));
  background: linear-gradient(transparent 50%, #FCFFBA 50%);
}

.business-section__contents {
  position: relative;
  background-color: #E8F4FA;
}
@media screen and (min-width: 961px) {
  .business-section__contents {
    padding: 105px 0;
  }
}
@media screen and (max-width: 960px) {
  .business-section__contents {
    padding: 50px 0;
  }
}
@media screen and (min-width: 961px) {
  .business-section__contents:before {
    content: "";
    background: url("../img/business/finance/contents.png") no-repeat center/contain;
    position: absolute;
    top: -4%;
    right: 3%;
    width: 225px;
    height: 225px;
  }
}
@media screen and (min-width: 961px) {
  .business-section__contents.--expansion:before {
    content: "";
    background: url("../img/business/expansion/contents.png") no-repeat center/contain;
  }
}

.business-section__contentsWrap {
  background-color: #fff;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(110, 110, 110, 0.2));
          filter: drop-shadow(0 3px 6px rgba(110, 110, 110, 0.2));
}
@media screen and (min-width: 961px) {
  .business-section__contentsWrap {
    padding: 50px 100px;
  }
  .business-section__contentsWrap:nth-child(n+2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__contentsWrap {
    padding: 30px 20px;
  }
  .business-section__contentsWrap:nth-child(n+2) {
    margin-top: 30px;
  }
}

.business-section__contentsHead02 {
  color: #042F6E;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .business-section__contentsHead02 {
    font-size: 35px;
    line-height: 1.66;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__contentsHead02 {
    font-size: 24px;
    line-height: 1.66;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 961px) {
  .business-section__contentsHead02:nth-child(n+2) {
    margin: 100px 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__contentsHead02:nth-child(n+2) {
    margin: 50px 0 30px;
  }
}

@media screen and (min-width: 961px) {
  .business-section__contentsList {
    margin-top: 70px;
  }
}
@media screen and (min-width: 961px) {
  .business-section__contentsItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__contentsItem {
    display: block;
    margin-top: 40px;
  }
}

.business-section__contentsImage {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 0;
}
@media screen and (min-width: 961px) {
  .business-section__contentsImage {
    width: 370px;
    height: 180px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__contentsImage {
    margin-top: 14px;
  }
}

@media screen and (min-width: 961px) {
  .business-section__contentsBox {
    margin-left: 50px;
  }
}
.business-section__contentsTitle {
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .business-section__contentsTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__contentsTitle {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 961px) {
  .business-section__flow {
    padding: 110px 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__flow {
    padding: 50px 0;
  }
}

.business-section__flowWrap {
  border: 1px solid #042F6E;
}
@media screen and (min-width: 961px) {
  .business-section__flowWrap {
    margin: 70px auto 0;
  }
  .business-section__flowWrap:nth-of-type(n + 2) {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .business-section__flowWrap {
    margin: 50px auto 0;
  }
  .business-section__flowWrap:nth-of-type(n + 2) {
    margin: 10px auto 0;
  }
}
.business-section__flowWrap.--flow01 {
  position: relative;
}
@media screen and (min-width: 961px) {
  .business-section__flowWrap.--flow01 {
    padding: 76px 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__flowWrap.--flow01 {
    padding: 76px 0 20px;
  }
}
.business-section__flowWrap.--flow01:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(#27C3DE), color-stop(75%, #E7F4F8), to(#fff));
  background: linear-gradient(0deg, #27C3DE 0%, #E7F4F8 75%, #fff 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .business-section__flowWrap.--flow01:after {
    top: 0;
    width: calc(100% - 350px);
    height: 175px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__flowWrap.--flow01:after {
    top: -12px;
    width: 100%;
    height: 140px;
  }
}
.business-section__flowWrap.--flow01 .business-section__flowText {
  color: #042F6E;
}
.business-section__flowWrap.--flow01 .business-section__head04 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.business-section__flowWrap.--flow02 {
  position: relative;
  background-color: #E6F2FF;
}
@media screen and (min-width: 961px) {
  .business-section__flowWrap.--flow02 {
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__flowWrap.--flow02 {
    padding: 80px 0 20px;
  }
}
.business-section__flowWrap.--flow02:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(#27C3DE), to(#042F6E));
  background: linear-gradient(0deg, #27C3DE 0%, #042F6E 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  z-index: 0;
}
@media screen and (min-width: 961px) {
  .business-section__flowWrap.--flow02:after {
    top: -32px;
    width: calc(100% - 350px);
    height: 220px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__flowWrap.--flow02:after {
    top: -11px;
    width: 100%;
    height: 140px;
  }
}
.business-section__flowWrap.--flow02 .business-section__head04 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .business-section__flowWrap.--flow03 {
    padding: 76px 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__flowWrap.--flow03 {
    padding: 76px 0 20px;
  }
}

.business-section__flowText {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .business-section__flowText {
    font-size: 25px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 960px) {
  .business-section__flowText {
    top: -27px;
    font-size: 16px;
    line-height: 1.3;
  }
}

.business-section__head04 {
  position: relative;
  display: block;
  padding: 14px 30px;
  text-align: center;
  color: #fff;
  background-color: #042F6E;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .business-section__head04 {
    font-size: 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .business-section__head04 {
    font-size: 18px;
  }
}

.business-section__flowImage {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .business-section__flowImage {
    padding: 20px 40px 0;
  }
}
@media screen and (max-width: 960px) {
  .business-section__flowImage {
    padding: 20px 10px 10px;
  }
}

.business-section__small {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
}
@media screen and (min-width: 961px) {
  .business-section__small {
    margin-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__small {
    margin-right: 10px;
  }
}

.business-section__read {
  background-color: #E8F4FA;
}
@media screen and (min-width: 961px) {
  .business-section__read {
    padding: 50px 0;
  }
}
@media screen and (max-width: 960px) {
  .business-section__read {
    padding: 30px 0;
  }
}

.business-section__readItem {
  background-color: #fff;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(110, 110, 110, 0.2));
          filter: drop-shadow(0 3px 6px rgba(110, 110, 110, 0.2));
}
@media screen and (min-width: 961px) {
  .business-section__readItem {
    padding: 50px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__readItem {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 961px) {
  .business-section__readText {
    font-size: 18px;
    line-height: 1.94;
  }
}
@media screen and (max-width: 960px) {
  .business-section__readText {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 961px) {
  .business-section__matter {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .business-section__matter {
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 961px) {
  .business-section__matter .business-section__buttonWrap {
    margin: 125px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .business-section__matter .business-section__buttonWrap {
    margin: 30px auto 0;
  }
}

.business-section__matterItem {
  position: relative;
  z-index: 0;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .business-section__matterItem {
    margin-top: 145px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__matterItem {
    margin-top: 50px;
  }
}

.business-section__imageWrap {
  max-width: 550px;
}
@media screen and (min-width: 961px) {
  .business-section__imageWrap {
    position: absolute;
    top: -35%;
    left: 0;
    z-index: -1;
  }
  .business-section__imageWrap.--reverse {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .business-section__imageWrap {
    margin: 0 auto;
  }
}

.business-section__button {
  position: relative;
  height: 60px;
}
@media screen and (min-width: 961px) {
  .business-section__button {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__button {
    font-size: 16px;
  }
}

@media screen and (min-width: 961px) {
  .business-section__trouble {
    padding: 100px 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__trouble {
    padding: 50px 0 0;
  }
}

.business-section__troubleRead {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .business-section__troubleRead {
    margin: 70px auto 50px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__troubleRead {
    margin: 50px auto 30px;
  }
}

.business-section__troubleItem {
  border-top: 1px solid #042F6E;
}
.business-section__troubleItem:last-child {
  border-bottom: 1px solid #042F6E;
}
@media screen and (min-width: 961px) {
  .business-section__troubleItem {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__troubleItem {
    padding: 20px 0 30px;
  }
}

.business-section__troubleTag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #042F6E;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}

.business-section__troubleHead {
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  margin: 10px 0;
}
@media screen and (min-width: 961px) {
  .business-section__troubleHead {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .business-section__troubleHead {
    font-size: 18px;
  }
}