.businessContents {
  background: #f0f5f5 url("../img/bg01_pc.webp") center top/2000px auto no-repeat;
  color: #005854;
  padding-top: 80px;
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .businessContents {
    padding-top: 6.75vw;
    background-image: url("../img/bg01_sp.webp");
    background-size: 100% auto;
  }
}
.businessContents .c_btn a {
  background: #005854;
  color: #fff;
  width: 100%;
  max-width: 820px;
  font-size: 2.4rem;
  padding: 1.25em 1em;
}
@media screen and (min-width: 768px) {
  .businessContents .c_btn a {
    transition: opacity 0.15s ease-in-out;
  }
  .businessContents .c_btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .businessContents .c_btn a {
    font-size: 5vw;
    padding: 1em 1em;
  }
}
.businessContents *,
.businessContents *::before,
.businessContents *::after {
  box-sizing: border-box;
}
.businessContents a {
  color: inherit;
}
.businessContents a:hover {
  text-decoration: none;
}
.businessContents img,
.businessContents svg {
  display: block;
  width: 100%;
  height: 100%;
}
.businessContents svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}
.businessContents > .inner01 {
  max-width: 1140px;
  margin: 0 auto;
}

.hdg01 {
  margin-top: 10px;
  color: #005854;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .hdg01 {
    margin-top: 1.75vw;
    font-size: 8vw;
  }
}

.hdg02 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.35;
  position: relative;
}
.hdg02 sup {
  font-size: 1.6rem;
  position: absolute;
  top: 0.55em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hdg02 {
    font-size: 6vw;
  }
}

.hdg03 {
  padding-bottom: 6px;
  border-bottom: 2px solid #005854;
  color: #005854;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .hdg03 {
    padding-bottom: 2vw;
    font-size: 6vw;
  }
}

.businessHero {
  position: relative;
  text-align: center;
}
.businessHero .businessInner {
  position: relative;
  z-index: 1;
  width: 700px;
}
@media screen and (max-width: 767px) {
  .businessHero .businessInner {
    width: 100%;
    padding: 0 3.75vw;
  }
}

.businessEyebrow {
  color: #005854;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .businessEyebrow {
    font-size: 5vw;
  }
}

.businessLead {
  margin-top: 12px;
  color: #005854;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .businessLead {
    margin-top: 2vw;
    font-size: 4vw;
  }
}

.supportBox {
  display: flex;
  align-items: center;
  gap: 22px;
  width: 100%;
  min-height: 96px;
  margin: 49px auto 100px;
  padding: 18px 26px;
  border: 3px solid #80aba9;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  color: #005854;
}
@media screen and (max-width: 767px) {
  .supportBox {
    gap: 2.5vw;
    min-height: 13.75vw;
    margin: 32vw auto 18vw;
    padding: 2vw 4vw;
    border-width: 0.5vw;
  }
}
.supportBox p {
  flex: 1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .supportBox p {
    font-size: 3.5vw;
  }
}

.supportIcon {
  flex: 0 0 72px;
}
.supportIcon img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .supportIcon {
    flex-basis: 11.5vw;
  }
}

.serviceCards {
  display: grid;
  grid-template-columns: repeat(3, 360px);
  justify-content: center;
  gap: 30px;
  margin-bottom: 69px;
}
@media screen and (max-width: 767px) {
  .serviceCards {
    grid-template-columns: 1fr;
    gap: 14.5vw;
    width: 100%;
    max-width: 85vw;
    margin: 0 auto 9.75vw;
  }
}

.serviceCard {
  position: relative;
  min-height: 320px;
  padding: 86px 22px 29px;
  border: 1px solid rgba(0, 88, 84, 0.24);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 88, 84, 0.4);
  color: #005854;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .serviceCard {
    min-height: 0;
    padding: 14.25vw 4.5vw 5.75vw;
    border-width: 0.25vw;
  }
}

.cardIcon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 168px;
  height: auto;
  transform: translateX(-50%);
}
.cardIcon img {
  object-fit: contain;
}
.cardIcon.cardIconPc {
  top: -58px;
  width: 179px;
}
@media screen and (max-width: 767px) {
  .cardIcon.cardIconPc {
    top: -11.5vw;
    width: 35.75vw;
  }
}
.cardIcon.cardIconServer {
  top: -54px;
  width: 183px;
}
@media screen and (max-width: 767px) {
  .cardIcon.cardIconServer {
    top: -10.75vw;
    width: 36.75vw;
  }
}
.cardIcon.cardIconPay {
  top: -50px;
  width: 124px;
}
@media screen and (max-width: 767px) {
  .cardIcon.cardIconPay {
    top: -9.75vw;
    width: 25vw;
  }
}

.cardSub {
  margin-top: 6px;
  padding-bottom: 22px;
  border-bottom: 1px solid #005854;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cardSub {
    padding-bottom: 4.5vw;
    font-size: 3.5vw;
  }
}

.serviceCard .cardText {
  margin-top: 27px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .serviceCard .cardText {
    margin-top: 3.5vw;
    font-size: 3.5vw;
    line-height: 1.75;
  }
}
.serviceCard .cardText + .cardText {
  margin-top: 1.55em;
}

.contactBlock {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  color: #005854;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contactBlock {
    width: 100%;
    max-width: 92.5vw;
    font-size: 2.75vw;
    line-height: 1.7;
  }
}
.contactBlock p {
  font-weight: 600;
}
.contactBlock p + p {
  margin-top: 1.8em;
}
@media screen and (max-width: 767px) {
  .contactBlock p + p {
    margin-top: 1.6em;
  }
}
.contactBlock .c_btn {
  margin-top: 2.55em;
}
@media screen and (max-width: 767px) {
  .contactBlock .c_btn {
    margin-top: 3.4em;
    margin-bottom: 3.3em;
  }
}
.contactBlock .tx01 {
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contactBlock .tx01 {
    font-size: 3.5vw;
    line-height: 1.5714285714;
  }
}
.contactBlock .tx02 {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contactBlock .tx02 {
    font-size: 4vw;
  }
}

.mailText {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mailText {
    max-width: 80vw;
    padding-bottom: 9vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.mailText a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.mailText a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: .12em;
  left: 0;
  height: 1px;
  background: currentColor;
}
@media screen and (min-width: 768px) {
  .mailText a:hover::before {
    content: none;
  }
}

.phoneBox {
  padding: 34px 0 38px;
  border-top: 1px solid #005854;
  border-bottom: 1px solid #005854;
}
@media screen and (max-width: 767px) {
  .phoneBox {
    padding: 8.5vw 0;
    max-width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.phoneBox p {
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .phoneBox p {
    font-size: 4vw;
  }
}
.phoneBox a {
  display: inline-block;
  color: #005854;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .phoneBox a {
    font-size: 7vw;
  }
}

.companyLink {
  position: relative;
  display: inline-block;
  margin-top: 23px;
  font-size: 1.6rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .companyLink {
    margin-top: 8.25vw;
    font-size: 4vw;
  }
}
.companyLink::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: .12em;
  left: 0;
  height: 1px;
  background: currentColor;
}
@media screen and (min-width: 768px) {
  .companyLink:hover::before {
    content: none;
  }
}

.flowSection {
  padding: 0 0 150px;
  margin-top: 117px;
}
@media screen and (max-width: 767px) {
  .flowSection {
    padding: 0 0 37.5vw;
    max-width: 92.5vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 19vw;
  }
}
.flowSection > .inner01 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .flowSection > .inner01 {
    width: 100%;
  }
}

.flowList {
  position: relative;
  display: grid;
  gap: 62px;
  width: 100%;
  max-width: 760px;
  margin: 98px auto 60px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .flowList {
    gap: 3.5vw;
    width: 100%;
    margin: 8.5vw auto 9vw;
  }
}
.flowList::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 39px;
  width: 2px;
  background: #005854;
}
@media screen and (max-width: 767px) {
  .flowList::before {
    top: 5.25vw;
    bottom: 9.25vw;
    left: 5vw;
    width: 0.5vw;
  }
}

.flowList li {
  position: relative;
  display: grid;
  grid-template-columns: 89px 49px 1fr;
  align-items: center;
  gap: 48px;
  min-height: 88px;
}
@media screen and (max-width: 767px) {
  .flowList li {
    grid-template-columns: 10.5vw 4.5vw 1fr;
    column-gap: 3.5vw;
    row-gap: 1.5vw;
    align-items: start;
    min-height: 0;
    margin-left: -0.75vw;
  }
}
.flowList li .flowIcon {
  justify-self: center;
  width: 68px;
  height: auto;
}
.flowList li .flowIcon img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .flowList li .flowIcon {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    width: 7vw;
  }
}
.flowList li > div {
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .flowList li > div {
    display: contents;
    padding-left: 0;
  }
}
.flowList li:nth-child(1) .flowIcon {
  width: 68px;
}
@media screen and (max-width: 767px) {
  .flowList li:nth-child(1) .flowIcon {
    width: 7vw;
    margin-left: 0.75vw;
  }
}
.flowList li:nth-child(2) .flowIcon {
  width: 69px;
}
@media screen and (max-width: 767px) {
  .flowList li:nth-child(2) .flowIcon {
    width: 7vw;
    margin-left: 1.5vw;
  }
}
.flowList li:nth-child(3) .flowIcon {
  width: 56px;
}
@media screen and (max-width: 767px) {
  .flowList li:nth-child(3) .flowIcon {
    width: 5.5vw;
    margin-left: 0.75vw;
  }
}
.flowList li:nth-child(4) .flowIcon {
  width: 65px;
}
@media screen and (max-width: 767px) {
  .flowList li:nth-child(4) .flowIcon {
    width: 6.5vw;
    margin-left: 0.75vw;
  }
}

.flowNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border: 3px solid #f0f5f5;
  border-radius: 50%;
  background: #387d7a;
  color: #fff;
  font-size: 4.018rem;
  font-weight: 400;
  line-height: 0;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .flowNumber {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    width: 11.5vw;
    height: 11.5vw;
    border-width: 0.75vw;
    font-size: 5.43vw;
    padding-bottom: 0.75vw;
  }
}

.flowList .hdg {
  color: #005854;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .flowList .hdg {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    font-size: 5vw;
    line-height: 1.35;
  }
}

.flowList p {
  color: #005854;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .flowList p {
    grid-column: 2 / 4;
    grid-row: 2;
    font-size: 3.5vw;
    line-height: 1.65;
    margin-top: 0;
    margin-left: -0.8em;
  }
}

.flowNote {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 26px;
  border-top: 2px solid #005854;
  color: #005854;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flowNote {
    padding-top: 8.25vw;
    font-size: 3.5vw;
  }
}

.contactBlockBottom {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .contactBlockBottom {
    margin-top: 14vw;
  }
}
