@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
}
section#business {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
section#business .hero {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.5s;
}
section#business .hero.on {
  clip-path: inset(0 0 0 0);
}
section#business .hero.on + .lead {
  clip-path: inset(0 0 0 0);
}
section#business .hero .inner {
  width: 100%;
  position: relative;
}
section#business .hero .inner .visual {
  width: 100%;
}
section#business .hero .inner .title {
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#business .hero .inner .title > div {
  padding: 8px 16px;
  background-color: #FFF;
}
section#business .hero .inner .title > div h3 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#business .lead {
  width: 100%;
  padding: 48px 0;
  background-image: url(../images/color.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.75s;
}
section#business .lead p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#business .sec {
  width: 100%;
  padding: 96px 0 0 0;
}
section#business .sec .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#business .sec .inner .set {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#business .sec .inner .set.on {
  opacity: 1;
}
section#business .sec .inner .set h4 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 48px;
}
section#business .sec .inner .set p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: left;
}
section#business .sec .inner .set.set1 {
  width: 1000px;
}
section#business .sec .inner .set.set1:not(:last-child) {
  margin-bottom: 96px;
}
section#business .sec .inner .set.set1 .inset {
  width: 100%;
  background-color: #ddefee;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}
section#business .sec .inner .set.set1 .inset:not(:last-child) {
  margin-bottom: 40px;
}
section#business .sec .inner .set.set1 .inset + p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
section#business .sec .inner .set.set1 .inset .graph {
  width: 864px;
  padding: 64px;
}
section#business .sec .inner .set.set1 .inset .graph p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  position: absolute;
  top: 32px;
  left: 32px;
}
section#business .sec .inner .set.set1 .inset .graph > div {
  width: 100%;
}
section#business .sec .inner .set.set1 .inset .service {
  width: 100%;
  background-color: #bedce0;
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#business .sec .inner .set.set1 .inset .service p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#business .sec .inner .set.set1 .inset .service ul {
  margin-left: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#business .sec .inner .set.set1 .inset .service ul li {
  text-align: left;
  width: 176px;
  height: 80px;
  background-color: #002b60;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
section#business .sec .inner .set.set1 .inset .service ul li:hover {
  opacity: 0.8;
}
section#business .sec .inner .set.set1 .inset .service ul li:not(:first-child) {
  margin-left: 24px;
}
section#business .sec .inner .set.set1 .inset .service ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/business/arrow_maru.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: -15px;
  z-index: 1;
}
section#business .sec .inner .set.set1 .inset .service ul li span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#business .sec .inner .set.set2 {
  width: 1000px;
}
section#business .sec .inner .set.set2:not(:last-child) {
  margin-bottom: 120px;
}
section#business .sec .inner .set.set2 > p {
  margin-bottom: 40px;
}
section#business .sec .inner .set.set2 .values {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}
section#business .sec .inner .set.set2 .values::before {
  content: "";
  width: 1px;
  display: block;
}
section#business .sec .inner .set.set2 .values .value {
  width: calc((100% - 48px) / 3);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
}
section#business .sec .inner .set.set2 .values .value h6 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#business .sec .inner .set.set2 .values .value dl {
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  border-radius: 16px;
  overflow: hidden;
}
section#business .sec .inner .set.set2 .values .value dl dt {
  background: linear-gradient(to right, #00a89c, #0071bb);
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 0;
}
section#business .sec .inner .set.set2 .values .value dl dt span:nth-child(1) {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#business .sec .inner .set.set2 .values .value dl dt span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#business .sec .inner .set.set2 .values .value dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 32px 16px;
}
section#business .sec .inner .set.set3 {
  width: 100%;
  clip-path: inset(0 0 0 0);
  position: relative;
}
section#business .sec .inner .set.set3 .text {
  width: 100%;
  height: 50.5vw;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#business .sec .inner .set.set3 .text h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#business .sec .inner .set.set3 .photo {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
section#business .sec .inner .set.set3 .inset {
  width: 100%;
  background-color: #f1f1f1;
  padding: 128px 0 56px 0;
}
section#business .sec .inner .set.set3 .inset .graph {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#business .sec .inner .set.set3 .inset .graph h5 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 8px 16px;
  margin-bottom: 24px;
  background-color: #FFF;
}
section#business .sec .inner .set.set3 .inset .graph .img {
  width: 100%;
}
section#business .sec .inner .set.set3 .inset .graph .comment {
  width: 416px;
  padding: 16px 32px;
  border-radius: 16px;
  background-image: url(../images/color.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -72px;
  left: calc(50% - 80px);
}
section#business .sec .inner .set.set3 .inset .graph .comment::after {
  content: "";
  width: 12px;
  height: 16px;
  background-color: #27a7a6;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  bottom: -16px;
  left: calc(50% - 32px);
  display: block;
}
section#business .sec .inner .set.set3 .inset .graph .comment p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#business .overlay {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
  pointer-events: none;
}
section#business .overlay.on {
  opacity: 1;
  pointer-events: auto;
}
section#business .overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.85;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
section#business .overlay .inoverlay {
  width: 1000px;
  position: relative;
  background-color: #FFF;
  padding: 40px 0 0 0;
  border-radius: 16px;
  position: relative;
}
section#business .overlay .inoverlay .close {
  width: 56px;
  height: 56px;
  background-image: url(../images/btn_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -28px;
  right: -28px;
  z-index: 999;
  transition: all 0.25s ease-in 0s;
}
section#business .overlay .inoverlay .close:hover {
  opacity: 0.8;
}
section#business .overlay .inoverlay .service {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}
section#business .overlay .inoverlay .service.on {
  display: block;
}
section#business .overlay .inoverlay .service.sv2 .in-sv {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#business .overlay .inoverlay .service.sv2 .in-sv dl {
  width: 100%;
  margin-bottom: 40px;
}
section#business .overlay .inoverlay .service.sv2 .in-sv .ph {
  width: 100%;
}
section#business .overlay .inoverlay .service.sv3 .in-sv dl {
  width: calc(100% - 360px - 24px);
}
section#business .overlay .inoverlay .service.sv3 .in-sv .ph {
  width: 360px;
  padding: 0px;
}
section#business .overlay .inoverlay .service h5 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: calc(100% - 80px);
  padding: 8px 0;
  margin: 0 auto 24px auto;
  background-color: #002b60;
}
section#business .overlay .inoverlay .service .in-sv {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 24px 40px;
}
section#business .overlay .inoverlay .service .in-sv dl {
  width: calc(100% - 400px - 16px);
}
section#business .overlay .inoverlay .service .in-sv dl dt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 24px;
}
section#business .overlay .inoverlay .service .in-sv dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#business .overlay .inoverlay .service .in-sv .ph {
  width: 400px;
  padding: 24px 0;
}
section#business .overlay .inoverlay .service .link {
  width: 100%;
}
section#business .overlay .inoverlay .service .link a {
  width: 100%;
  height: 115px;
  height: 115px;
  background: linear-gradient(to right, #00a89c, #0071bb);
  border-radius: 0 0 16px 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
section#business .overlay .inoverlay .service .link a:hover {
  opacity: 0.8;
}
section#business .overlay .inoverlay .service .link a::before {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../images/business/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 17px);
  right: 32px;
}
section#business .overlay .inoverlay .service .link a p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section#business {
    width: 100%;
    padding: 0px;
  }
  section#business .hero .inner .title > div {
    padding: 8px 16px;
    background-color: #FFF;
  }
  section#business .hero .inner .title > div h3 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#business .lead {
    text-align: left;
    padding: 24px 16px;
  }
  section#business .lead p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#business .lead p br {
    display: none;
  }
  section#business .sec {
    padding: 48px 0 0 0;
  }
  section#business .sec .inner .set h4 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 24px;
  }
  section#business .sec .inner .set p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section#business .sec .inner .set.set1 {
    width: calc(100% - 16px);
  }
  section#business .sec .inner .set.set1:not(:last-child) {
    margin-bottom: 80px;
  }
  section#business .sec .inner .set.set1 .inset {
    width: 100%;
    background-color: #ddefee;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  section#business .sec .inner .set.set1 .inset:not(:last-child) {
    margin-bottom: 16px;
  }
  section#business .sec .inner .set.set1 .inset + p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 0 8px;
  }
  section#business .sec .inner .set.set1 .inset .graph {
    width: 100%;
    padding: 48px 16px 24px 16px;
  }
  section#business .sec .inner .set.set1 .inset .graph p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: center;
    width: 100%;
    top: 16px;
    left: 0;
  }
  section#business .sec .inner .set.set1 .inset .graph > div {
    width: 100%;
  }
  section#business .sec .inner .set.set1 .inset .service {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#business .sec .inner .set.set1 .inset .service p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#business .sec .inner .set.set1 .inset .service ul {
    width: calc(100% - 48px);
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
  }
  section#business .sec .inner .set.set1 .inset .service ul li {
    width: 100%;
    height: 48px;
  }
  section#business .sec .inner .set.set1 .inset .service ul li:hover {
    opacity: 1;
  }
  section#business .sec .inner .set.set1 .inset .service ul li:not(:first-child) {
    margin-left: 0px;
  }
  section#business .sec .inner .set.set1 .inset .service ul li::before {
    right: 8px;
  }
  section#business .sec .inner .set.set1 .inset .service ul li span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#business .sec .inner .set.set1 .inset .service ul li span br {
    display: none;
  }
  section#business .sec .inner .set.set2 {
    width: calc(100% - 32px);
  }
  section#business .sec .inner .set.set2:not(:last-child) {
    margin-bottom: 64px;
  }
  section#business .sec .inner .set.set2 > p {
    margin-bottom: 24px;
  }
  section#business .sec .inner .set.set2 .values {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
  }
  section#business .sec .inner .set.set2 .values::before {
    content: none;
  }
  section#business .sec .inner .set.set2 .values .value {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
  }
  section#business .sec .inner .set.set2 .values .value h6 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#business .sec .inner .set.set2 .values .value dl {
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
    border-radius: 16px;
    overflow: hidden;
  }
  section#business .sec .inner .set.set2 .values .value dl dt {
    background: linear-gradient(to right, #00a89c, #0071bb);
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
  }
  section#business .sec .inner .set.set2 .values .value dl dt span:nth-child(1) {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#business .sec .inner .set.set2 .values .value dl dt span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#business .sec .inner .set.set2 .values .value dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 16px 16px;
  }
  section#business .sec .inner .set.set3 {
    width: 100%;
    clip-path: inset(0 0 0 0);
    position: relative;
  }
  section#business .sec .inner .set.set3 .text {
    width: 100%;
    height: 84.375vw;
    padding: 0 16px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  section#business .sec .inner .set.set3 .text h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#business .sec .inner .set.set3 .photo {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  section#business .overlay {
    width: 100%;
    height: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    opacity: 0;
    transition: all 0.35s ease-in 0s;
    pointer-events: none;
  }
  section#business .overlay.on {
    opacity: 1;
    pointer-events: auto;
  }
  section#business .overlay::before {
    position: fixed;
  }
  section#business .overlay .inoverlay {
    width: calc(100% - 32px);
    padding: 16px 0 0 0;
    border-radius: 16px;
  }
  section#business .overlay .inoverlay .close {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 24px;
    right: 8px;
  }
  section#business .overlay .inoverlay .close:hover {
    opacity: 1;
  }
  section#business .overlay .inoverlay .service {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }
  section#business .overlay .inoverlay .service.on {
    display: block;
  }
  section#business .overlay .inoverlay .service.sv2 .in-sv {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#business .overlay .inoverlay .service.sv2 .in-sv dl {
    width: 100%;
    margin-bottom: 24px;
  }
  section#business .overlay .inoverlay .service.sv2 .in-sv .ph {
    width: 100%;
  }
  section#business .overlay .inoverlay .service.sv3 .in-sv dl {
    width: 100%;
  }
  section#business .overlay .inoverlay .service.sv3 .in-sv .ph {
    width: 100%;
    padding: 0 16px;
  }
  section#business .overlay .inoverlay .service h5 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 32px);
    padding: 8px;
    margin: 0 auto 24px auto;
  }
  section#business .overlay .inoverlay .service .in-sv {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 16px 24px 16px;
  }
  section#business .overlay .inoverlay .service .in-sv dl {
    width: 100%;
    margin-bottom: 16px;
  }
  section#business .overlay .inoverlay .service .in-sv dl dt {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#business .overlay .inoverlay .service .in-sv dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#business .overlay .inoverlay .service .in-sv .ph {
    width: calc(100% - 32px);
    padding: 0px;
  }
  section#business .overlay .inoverlay .service .link {
    width: 100%;
  }
  section#business .overlay .inoverlay .service .link a {
    width: 100%;
    height: 80px;
    border-radius: 0 0 16px 16px;
  }
  section#business .overlay .inoverlay .service .link a:hover {
    opacity: 1;
  }
  section#business .overlay .inoverlay .service .link a::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    right: 8px;
  }
  section#business .overlay .inoverlay .service .link a p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}

/*# sourceMappingURL=style_business.css.map */
