@charset "UTF-8";

/* business TOP */
.business-contents {
  position: relative;
  margin-top: calc(80 / 750 * 100vw);
  padding: calc(48 / 750 * 100vw);
}
.business-contents:not(:first-child) {
  margin-top: calc(64 / 750 * 100vw);
}
.business-contents::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - calc(200 / 750 * 100vw));
  background: linear-gradient(to right, #D7E6F4 0%, #F5DBDB 100%);
  opacity: .6;
  transform: scale(0, 1);
  transform-origin: top left;
  transition: transform .5s ease;
  transition-delay: .3s;
}
.business-contents.-show::after {
  transform: scale(1);
}
.business-contents:nth-child(even)::after {
  transform-origin: top right;
}
.business-contents:last-child {
  margin-bottom: calc(120 / 750 * 100vw);
}
.business-contents-image {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity .6s, transform .6s;
}
.business-contents.-show .business-contents-image {
  opacity: 1;
  transform: translateY(0);
}
.business-contents-text {
  margin-top: calc(48 / 750 * 100vw);
}
.business-contents-text p {
  margin: calc(16 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
}
.business-contents-more a {
  display: block;
  padding: calc(24 / 750 * 100vw);
  background: var(--color-blue);
  border-radius: 1000px;
  font-family: var(--font-en);
  font-size: calc(32 / 750 * 100vw);
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .business-contents-more a:hover {
    color: var(--color-blue);
    opacity: 1;
  }
  .business-contents-more a:hover::before {
    transform: scale(1);
  }
}
@media screen and (min-width: 768px), print {
  .business-contents:nth-child(n) {
    margin-top: 80px;
    padding: 0 80px 80px;
  }
  .business-contents::after {
    height: calc(100% - 80px);
  }
  .business-contents:last-child {
    margin-bottom: 140px;
  }
  .business-contents-text {
    margin-top: 40px;
  }
  .business-contents-text p {
    margin: 8px 0 24px;
  }
  .business-contents-more {
    width: 124px;
  }
  .business-contents-more a {
    padding: 10px 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px), print {
  .business-contents {
    display: flex;
    align-items: center;
    padding: 0 0 80px;
  }
  .business-contents:nth-child(even) .business-contents-image {
    order: 2;
    margin-right: -50px;
  }
  .business-contents:nth-child(even) .business-contents-text {
    order: 1;
  }
  .business-contents-image {
    width: 46%;
    max-width: 510px;
    margin-left: -50px;
  }
  .business-contents-text {
    flex: 1;
    margin: 0;
    padding: 0 80px;
  }
  .business-contents-more a {
    position: relative;
    overflow: hidden;
  }
  .business-contents-more a::before {
    content: '';
    position: absolute;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 1000px;
    transform: scale(0);
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .business-contents-more a span {
    position: relative;
    z-index: 2;
  }
}


/* business 下層 */
.business-lower-problem {
  position: relative;
  margin-top: calc(80 / 750 * 100vw);
}
.business-lower-problem::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - calc(40 / 750 * 100vw));
  background: linear-gradient(to right, #D7E6F4 0%, #F5DBDB 100%);
  opacity: .6;
}
.business-lower-problem-heading {
  font-size: calc(40 / 750 * 100vw);
  text-align: center;
  line-height: 1.3;
}
.business-lower-problem ul {
  max-width: 880px;
  margin: calc(40 / 750 * 100vw) auto 0;
  padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
}
.business-lower-problem li {
  position: relative;
  padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(80 / 750 * 100vw);
  background: #fff;
  opacity: 0;
  transform: translateY(10%);
  transition: opacity .6s, transform .6s;
}
.business-lower-problem ul.-show li {
  opacity: 1;
  transform: translateY(0);
}
.business-lower-problem li:nth-child(2) {
  transition-delay: .2s;
}
.business-lower-problem li:nth-child(3) {
  transition-delay: .4s;
}
.business-lower-problem li::before {
  content: '';
  position: absolute;
  top: calc(50% - calc(20 / 750 * 100vw));
  left: calc(20 / 750 * 100vw);
  width: calc(40 / 750 * 100vw);
  height: calc(40 / 750 * 100vw);
  background: url(../../common/images/icn_check.svg) 0 0 / cover no-repeat;
}
.business-lower-problem li + li {
  margin-top: calc(20 / 750 * 100vw);
}
.business-lower-can {
  position: relative;
  margin-top: calc(100 / 750 * 100vw);
  padding-bottom: calc(80 / 750 * 100vw);
}
.business-lower-can::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - calc(100 / 750 * 100vw));
  height: calc(100% - calc(80 / 750 * 100vw));
  background: #D7E6F4;
  opacity: .3;
  transform: scale(0, 1);
  transform-origin: top left;
  transition: transform .5s ease;
  transition-delay: .3s;
}
.business-lower-can.-show::after {
  transform: scale(1);
}
.business-lower-can .l-inner > span {
  display: inline-block;
  background: linear-gradient(to right, #D7E6F4 0%, #F5DBDB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-en);
  font-size: calc(90 / 750 * 100vw);
  font-weight: 700;
  mix-blend-mode: multiply;
}
.business-lower-can-heading {
  font-size: calc(40 / 750 * 100vw);
  line-height: 1.3;
}
.business-lower-can ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(60 / 750 * 100vw);
  opacity: 0;
  transform: translateY(10%);
  transition: opacity .6s, transform .6s;
}
.business-lower-can.-show ul {
  opacity: 1;
  transform: translateY(0);
}
.business-lower-can li {
  width: calc(50% - calc(20 / 750 * 100vw));
  margin: 0 calc(10 / 750 * 100vw);
  padding: calc(30 / 750 * 100vw) calc(10 / 750 * 100vw);
  background: #fff;
  text-align: center;
}
.business-lower-can li:nth-child(n+3) {
  margin-top: calc(20 / 750 * 100vw);
}
.business-lower-can li div {
  width: calc(120 / 750 * 100vw);
  margin: 0 auto;
}
.business-lower-can li p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(90 / 750 * 100vw);
  width: 100%;
  margin-top: calc(20 / 750 * 100vw);
  font-weight: 700;
  font-size: calc(32 / 750 * 100vw);
  line-height: 1.3;
}
.business-lower-point {
  margin-top: calc(100 / 750 * 100vw);
  background: linear-gradient(#FCF7F2 0%, #F9E9E7 100%);
}
.business-lower-point .l-inner > span {
  display: inline-block;
  background: linear-gradient(to right, #D7E6F4 0%, #F5DBDB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-en);
  font-size: calc(90 / 750 * 100vw);
  font-weight: 700;
  mix-blend-mode: multiply;
}
.business-lower-point ul {
  margin-top: calc(20 / 750 * 100vw);
}
.business-lower-point li {
  padding: calc(40 / 750 * 100vw);
  background: #fff;
  opacity: 0;
  transform: translateY(10%);
  transition: opacity .6s, transform .6s;
}
.business-lower-point ul.-show li {
  opacity: 1;
  transform: translateY(0);
}
.business-lower-point li:nth-child(2) {
  transition-delay: .2s;
}
.business-lower-point li:nth-child(3) {
  transition-delay: .4s;
}
.business-lower-point li + li {
  margin-top: calc(40 / 750 * 100vw);
}
.business-lower-point-image {
  width: calc(200 / 750 * 100vw);
  margin: 0 auto calc(30 / 750 * 100vw);
}
.business-lower-point-heading {
  margin-bottom: calc(20 / 750 * 100vw);
  font-size: calc(32 / 750 * 100vw);
  text-align: center;
}
.business-lower-footer {
  padding: calc(100 / 750 * 100vw) 0 ;
  background: #F9E9E7;
}
.business-lower-footer li + li {
  margin-top: calc(30 / 750 * 100vw);
}
.business-lower-footer li a {
  position: relative;
  display: block;
  padding: calc(24 / 750 * 100vw);
  background: var(--color-black);
  border-radius: 1000px;
  color: #fff;
  font-family: var(--font-en);
  font-size: calc(32 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
}
.business-lower-footer li a::before,
.business-lower-footer li a::after {
  content: '';
  position: absolute;
  z-index: 2;
  background: #fff;
  transition: background .2s;
}
.business-lower-footer li a::before {
  top: 50%;
  right: calc(40 / 750 * 100vw);
  width: calc(60 / 750 * 100vw);
  height: 1px;
}
.business-lower-footer li a::after {
  top: calc(50% - calc(9 / 750 * 100vw));
  right: calc(44 / 750 * 100vw);
  width: 1px;
  height: calc(12 / 750 * 100vw);
  transform: rotate(-45deg);
}
.business-lower-footer li a span {
  position: relative;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .business-lower-footer li a:hover {
    opacity: 1;
    color: var(--color-black);
  }
  .business-lower-footer li a:hover::before,
  .business-lower-footer li a:hover::after {
    background: var(--color-black);
  }
  .business-lower-footer li a:hover div::after {
    transform: scale(1);
  }
}
@media screen and (min-width: 768px), print {
  .business-lower-problem {
    margin-top: 70px;
  }
  .business-lower-problem::after {
    height: calc(100% - 25px);
  }
  .business-lower-problem-heading {
    font-size: 32px;
  }
  .business-lower-problem ul {
    margin: 48px auto 0;
    padding: 0 40px 60px;
  }
  .business-lower-problem li {
    padding: 16px 16px 20px 50px;
    font-size: 18px;
  }
  .business-lower-problem li::before {
    top: calc(50% - 13px);
    left: 16px;
    width: 26px;
    height: 26px;
  }
  .business-lower-problem li + li {
    margin-top: 16px;
  }
  .business-lower-can {
    margin-top: 100px;
    padding-bottom: 80px;
  }
  .business-lower-can::after {
    width: 70%;
    height: calc(100% - 60px);
  }
  .business-lower-can .l-inner > span {
    font-size: 70px;
  }
  .business-lower-can-heading {
    font-size: 42px;
  }
  .business-lower-can ul {
    margin-top: 50px;
  }
  .business-lower-can li {
    width: calc(50% - 16px);
    margin: 0 8px;
    padding: 32px 10px;
  }
  .business-lower-can li:nth-child(n+3) {
    margin-top: 16px;
  }
  .business-lower-can li div {
    width: 100px;
  }
  .business-lower-can li p {
    min-height: 60px;
    margin-top: 18px;
    font-size: 22px;
  }
  .business-lower-point {
    margin-top: 100px;
  }
  .business-lower-point .l-inner > span {
    font-size: 70px;
  }
  .business-lower-point ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px -20px 0;
  }
  .business-lower-point li {
    width: calc(50% - 40px);
    margin: 0 20px;
    padding: 30px;
  }
  .business-lower-point li + li {
    margin-top: 0;
  }
  .business-lower-point li:nth-child(n+3) {
    margin-top: 40px;
  }
  .business-lower-point-image {
    width: 130px;
    margin: 0 auto 24px;
  }
  .business-lower-point-heading {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .business-lower-footer {
    padding: 120px 0 80px;
  }
  .business-lower-footer li + li {
    margin-top: 30px;
  }
  .business-lower-footer li a {
    padding: 18px;
    font-size: 22px;
    overflow: hidden;
  }
  .business-lower-footer li a::before {
    right: 20px;
    width: 24px;
  }
  .business-lower-footer li a::after {
    top: calc(50% - 5px);
    right: 22px;
    height: 6px;
  }
  .business-lower-footer li a div {
    position: relative;
  }
  .business-lower-footer li a div::after {
    content: '';
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    z-index: 1;
    width: 400px;
    height: 400px;
    background: #fff;
    border-radius: 1000px;
    transform: scale(0);
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media screen and (min-width: 1024px), print {
  .business-lower-can-contents {
    display: flex;
  }
  .business-lower-can::after {
    height: calc(100% - 140px);
  }
  .business-lower-can-heading {
    width: 340px;
    margin: 10px 50px 0 0;
  }
  .business-lower-can-contents ul {
    flex: 1;
    margin: -90px 0 0;
  }
  .business-lower-point li {
    width: calc(33.33333% - 40px);
  }
  .business-lower-point li:nth-child(n) {
    margin: 0 20px;
  }
  .business-lower-footer ul {
    display: flex;
    margin: 0 -10px;
  }
  .business-lower-footer li:nth-child(n) {
    width: calc(33.33333% - 20px);
    margin: 0 10px;
  }
}
@media screen and (min-width: 1280px), print {
  .business-lower-can li {
    width: calc(33.33333% - 16px);
  }
  .business-lower-can li:nth-child(n+3) {
    margin-top: 0;
  }
  .business-lower-can li:nth-child(n+4) {
    margin-top: 16px;
  }
  .business-lower-footer ul {
    margin: 0 -20px;
  }
  .business-lower-footer li:nth-child(n) {
    margin: 0 20px;
  }
}