@charset "utf-8";

main {
  position: relative;
  overflow: clip;
}

main::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 156px;
  left: 50%;
  width: min(1280px, 100%);
  height: 100%;
  background: url(/wp/wp-content/themes/cosmos-cpa/img/about/business/page-deco-pc.png) repeat-y;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  main::before {
    top: 110px;
    background: url(/wp/wp-content/themes/cosmos-cpa/img/about/business/page-deco-sp.png) repeat-y;
    background-size: 100% auto;
  }
}
/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  overflow-x: clip;
  margin: 0 auto;
}

.fv .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 48px;
  overflow: scroll;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

 .fv .breadcrumb::-webkit-scrollbar{
  display: none;
}

@media screen and (max-width: 768px) {
  .fv .breadcrumb {
    position: initial;
    padding: 10px 24px;
  }
}

.fv .breadcrumb .list {
  display: flex;
}

.fv .breadcrumb .list .item {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  min-width: max-content;
  padding-left: 20px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .fv .breadcrumb .list .item {
    font-size: 1rem;
    margin-right: 10px;
  }
}

.fv .breadcrumb .list .item:first-of-type::before {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #17CEFF;
}

.fv .breadcrumb .list .item:not(:first-of-type)::before {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #000;
}

.fv .breadcrumb .list .item:last-of-type {
  padding-right: 20px;
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .fv .breadcrumb .list .item a {
    transition: opacity 0.3s ease;
  }

  .fv .breadcrumb .list .item a:hover {
    opacity: 0.7;
  }
}

.fv .inner {
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .fv .inner {
    margin: 20px auto 0;
  }
}

.fv .image {
  width: min(calc(1014/1280*100vw),1014px);
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .fv .image {
    width: calc(350/375*100vw);
  }
}

.fv .inner .ttl-group {
  position: absolute;
  translate: -50% -50%;
  top: 40%;
  left: 50%;
  max-width: calc(1018px + 48px * 2);
  width: 100%;
  padding: 0 48px;
  color: #001932;
}

@media screen and (max-width: 768px) {
  .fv .inner .ttl-group {
    translate: -50% 0;
    top: 14.613%;
    padding: 0 24px;
  }
}

.fv .inner .ttl-group .ttl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);
}

@media screen and (max-width: 768px) {
  .fv .inner .ttl-group .ttl {
    font-size: 2.2rem;
  }
}

.fv .inner .ttl-group .subttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .fv .inner .ttl-group .subttl {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ business ↓↓↓ */
.business {
  position: relative;
  overflow-x: clip;
}

.business .inner {
  max-width: 1280px;
  margin: 0 auto;
}

.business .section-ttl {
  position: absolute;
  translate: -50% -50%;
  text-align: right;
  top: 0;
  left: 50%;
  max-width: 1280px;
  width: 100%;
  font-family: var(--jost);
  font-size: min(130px, calc((130 - 75) * ((100vw - 769px) / (1280 - 769)) + 75px));
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #DCF8FF;
  mix-blend-mode: hard-light;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .business .section-ttl {
    translate: -50% -50%;
    font-size: calc((75 - 45) * ((100vw - 375px) / (768 - 375)) + 45px);
  }
}

.business .content.-order01 {
  position: relative;
  padding: 150px 25px 0;
}

@media screen and (max-width: 768px) {
  .business .content.-order01 {
    padding: 100px 25px 0;
  }
}

.business .content.-order01 .bg {
  position: absolute;
  width: 1768px;
  aspect-ratio: 1768 / 1038;
  background-color: #f2f6f6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: 330px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .business .content.-order01 .bg {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: 305px;
    left: -540px;
  }
}


.business .content.-order01 .intro-group {
  text-align: center;
}

.business .content.-order01 .intro-group .sub-cap {
  position: relative;
  font-family: var(--notoserif);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}

.business .content.-order01 .intro-group .sub-cap::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  bottom: -15px;
  left: 50%;
  width: 16px;
  height: 1px;
  background: linear-gradient(90deg, rgba(23,206,255,1) 0%, rgba(0,25,180,1) 100%);
}

.business .content.-order01 .intro-group .main-cap {
  position: relative;
  font-family: var(--notoserif);
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .business .content.-order01 .intro-group .main-cap {
    font-size: 2.4rem;
  }
}

.business .content.-order01 .intro-group .text {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.375;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .business .content.-order01 .intro-group .text {
    text-align: justify;
    margin-top: 40px;
  }
}

.business .content.-order01 .image-block {
  position: relative;
}

.business .content.-order01 .image-block::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  bottom: -2px;
  left: 50%;
  width: calc(100vw + 2px);
  height: calc(50% + 2px);
  background-color: #001932;
}

.business .content.-order01 .image-group {
  position: relative;
  max-width: 836px;
  padding: 1px;
  margin: 30px auto 0;
}

.business .content.-order01 .image-group::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(23,206,255,1) 0%, rgba(0,25,180,1) 100%);
}

.business .content.-order01 .image-group .group-inner {
  position: relative;
  padding: 45px 25px;
  background-color: #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .business .content.-order01 .image-group .group-inner {
    padding: 30px 20px;
  }
}

.business .content.-order01 .image-group .image {
  display: block;
  max-width: 516px;
  margin: 0 auto;
}

.business .content.-order01 .point-block {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  padding: 25px 0 75px;
}

.business .content.-order01 .point-block::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  width: calc(100vw + 2px);
  height: calc(100% + 2px);
  background-color: #001932;
}

.business .content.-order01 .point-block .block-inner {
  position: relative;
  display: flex;
  min-height: 189px;
  padding: 2px;
  background: linear-gradient(90deg, rgba(23,206,255,1) 0%, rgba(0,25,180,1) 100%);
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .business .content.-order01 .point-block .block-inner {
    display: block;
  }
}

.business .content.-order01 .point-block .head-group  {
  position: relative;
  background-color: #FFFFCC;
  z-index: 1;
}

.business .content.-order01 .point-block .head-group .heading {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 167px;
}

@media screen and (max-width: 768px) {
  .business .content.-order01 .point-block .head-group .heading {
    width: 118px;
  }
}

.business .content.-order01 .point-block .text-group {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px 0 227px;
  background-color: #FFFFCC;
}

@media screen and (max-width: 768px) {
  .business .content.-order01 .point-block .text-group {
    padding: 110px 25px 35px;
  }
}

.business .content.-order01 .point-block .text-group .point {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-left: 25px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .business .content.-order01 .point-block .text-group .point {
    font-size: 1.8rem;
  }
}

.business .content.-order01 .point-block .text-group .point:not(:first-of-type) {
  margin-top: 30px;
}

.business .content.-order01 .point-block .text-group .point::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 16px;
  height: 1px;
  background: linear-gradient(90deg, rgba(23,206,255,1) 0%, rgba(0,25,180,1) 100%);
}

.business .content.-order02 {
  position: relative;
}

.business .content.-order02::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  width: calc(100vw + 2px);
  height: 100%;
  background-color: #001932;
}

.business .content.-order02 .warranty-box,
.business .content.-order02 .support-box {
  position: relative;
  max-width: 1280px;
  padding: 0 25px;
  margin: 0 auto;
}

.business .content.-order02 .support-box {
  margin-top: 116px;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .business .content.-order02 .support-box {
    margin-top: 65px;
    padding-bottom: 70px;
  }
}

.business .content.-order02 .warranty-box .content-ttl,
.business .content.-order02 .support-box .content-ttl {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  font-family: var(--jost);
  font-size: 10rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #DCF8FF;
  opacity: 0.5;
}

.business .content.-order02 .support-box .content-ttl {
  left: initial;
  right: 0;
}

@media screen and (max-width: 768px) {
  .business .content.-order02 .warranty-box .content-ttl,
  .business .content.-order02 .support-box .content-ttl { 
    font-size: 6.4rem;
    opacity: 0.3;
  }

  .business .content.-order02 .warranty-box .content-ttl {
    left: -12px;
  }
}

.business .content.-order02 .warranty-box .box-inner,
.business .content.-order02 .support-box .box-inner {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  z-index: 1;
}

.business .content.-order02 .support-box .text-group {
  max-width: 43.479%;
}

@media screen and (max-width: 768px) {
  .business .content.-order02 .support-box .text-group {
    max-width: 100%;
  }
}

.business .content.-order02 .warranty-box .text-group .lead,
.business .content.-order02 .support-box .text-group .lead {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  padding: 20px 0 0;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .business .content.-order02 .warranty-box .text-group .lead,
  .business .content.-order02 .support-box .text-group .lead {
    font-size: 2.4rem;
    padding: 20px 0 0;
    margin-bottom: 35px;
  }
}

.business .content.-order02 .warranty-box .text-group .lead::before,
.business .content.-order02 .support-box .text-group .lead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #17CEFF;
}

.business .content.-order02 .warranty-box .text-group .lead::after,
.business .content.-order02 .support-box .text-group .lead::after {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  width: 8px;
  height: 8px;
  background-color: #187DF5;
}

.business .content.-order02 .warranty-box .text-group .text,
.business .content.-order02 .support-box .text-group .text {
  text-align: justify;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.375;
  color: #fff;
}

.business .content.-order02 .warranty-box .text-group .text {
  max-width: 836px;
}

.business .content.-order02 .warranty-box .card-group {
  display: flex;
  justify-content: space-between;
  margin: 45px auto 0;
}

@media screen and (max-width: 768px) {
  .business .content.-order02 .warranty-box .card-group {
    flex-direction: column;
    margin: 40px auto 0;
  }
}

.business .content.-order02 .warranty-box .card-group .card {
  width: calc((100% - 44px) / 2);
  padding: 45px 40px 40px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .business .content.-order02 .warranty-box .card-group .card {
    width: 100%;
    padding: 30px 25px;
  }

  .business .content.-order02 .warranty-box .card-group .card:not(:first-of-type) {
    margin-top: 15px;
  }
}

.business .content.-order02 .warranty-box .card-group .card-name {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.business .content.-order02 .warranty-box .card-group .text {
  text-align: justify;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  margin-top: 15px;
}

.business .content.-order02 .support-box .image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 54.546%;
}

@media screen and (max-width: 768px) {
  .business .content.-order02 .support-box .image {
    position: initial;
    max-width: 550px;
    display: block;
    margin: 35px auto 0;
  }
}

.business .content.-order02 .support-box .topics {
  position: relative;
  max-width: 43.479%;
  margin-top: 45px;
  padding: 40px 25px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .business .content.-order02 .support-box .topics {
    max-width: 440px;
    margin: 40px auto 0;
  }
}

.business .content.-order02 .support-box .topics::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #17ceff transparent transparent transparent;
  border-width: 16px 16px 0px 0px;
}

.business .content.-order02 .support-box .topics-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

.business .content.-order02 .support-box .topics-text {
  text-align: justify;
  font-size: 1.4rem;
  max-width: 370px;
  margin: 15px auto 0;
}

.business .content.-order02 .support-box .link-btn {
  position: relative;
  max-width: 308px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: clip;
  padding: 5px 33px 5px 23px;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .business .content.-order02 .support-box .link-btn {
    align-self: flex-end;
  }
}
.business .content.-order02 .support-box .link-btn.bg-none {
  background-color: unset;
}

.business .content.-order02 .support-box .link-btn::before {
  content: '';
  position: absolute;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(45deg, #17ceff, #0019b4);
  translate: 0 -50%;
  top: 50%;
  right: 19px;
  transition: scale ease .3s;  
}
.business .content.-order02 .support-box .link-btn:hover::before {
  scale: 20;
}
@media screen and (max-width: 768px) {
  .business .content.-order02 .support-box .link-btn:hover::before {
    scale: 1;
  }
}

.business .content.-order02 .support-box .link-btn::after {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 9999px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #17ceff, #0019b4) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}

.business .content.-order02 .support-box .link-btn .arrow {
  position: absolute;
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  translate: 0 -50%;
  top: 50%;
  right: 19px;
  transition: background-size ease .3s;
}

.business .content.-order02 .support-box .link-btn .arrow::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  scale: 0;
  transition: scale ease .3s;
}
.business .content.-order02 .support-box .link-btn:hover .arrow::before {
  scale: 1;
}
@media screen and (max-width: 768px) {
  .business .content.-order02 .support-box .link-btn:hover .arrow::before {
    scale: 0;
  }
}

.business .content.-order02 .support-box .link-btn .arrow::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 7px;
  mask-image: url(/wp/wp-content/themes/cosmos-cpa/img/top/more-arrow.svg);
  mask-position: center center;
  mask-size: 13px 7px;
  background: #fff;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  transition: background-color ease .3s;
}
.business .content.-order02 .support-box .link-btn:hover .arrow::after {
  background: linear-gradient(135deg, #17ceff, #0019b4) border-box border-box;
}
@media screen and (max-width: 768px) {
  .business .content.-order02 .support-box .link-btn:hover .arrow::after {
    background: #fff;
  }
}

.business .content.-order02 .support-box .link-btn .txt {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  transition: color ease .3s;
}
.business .content.-order02 .support-box .link-btn:hover .txt {
  color: #fff;
}

.business .content.-order02 .support-box .link-btn.bg-none .txt {
  color: #fff;
}
.business .content.-order02 .support-box .link-btn.bg-none:hover .txt {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .business .content.-order02 .support-box .link-btn.bg-none:hover .txt {
    color: #fff;
  }

  .business .content.-order02 .support-box .link-btn:hover .txt {
    color: inherit;
  }
}

.business .content.-order03 {
  position: relative;
  padding: 120px 25px 0;
}

@media screen and (max-width: 768px) {
  .business .content.-order03 {
    padding: 100px 25px 0;
  }
}

.business .content.-order03 .bg {
  position: absolute;
  width: 1768px;
  aspect-ratio: 1768 / 1038;
  background-color: #f2f6f6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: -120px;
  left: -730px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .business .content.-order03 .bg {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: -470px;
    left: -390px;
  }
}

.business .content.-order03 .intro-group {
  text-align: center;
}

.business .content.-order03 .intro-group .sub-cap {
  position: relative;
  font-family: var(--notoserif);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}

.business .content.-order03 .intro-group .sub-cap::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  bottom: -15px;
  left: 50%;
  width: 16px;
  height: 1px;
  background: linear-gradient(90deg, rgba(23,206,255,1) 0%, rgba(0,25,180,1) 100%);
}

.business .content.-order03 .intro-group .main-cap {
  position: relative;
  font-family: var(--notoserif);
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .business .content.-order03 .intro-group .main-cap {
    font-size: 2.4rem;
  }
  
}

.business .content.-order03 .intro-group .text {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.375;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .business .content.-order03 .intro-group .text {
    text-align: justify;
    margin-top: 40px;
  }
}

.business .content.-order03 .example-block {
  margin: 45px auto 0;
}

.business .content.-order03 .example-block .lead {
  display: block;
  width: max-content;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 0 10px 2px;
  color: #fff;
  background-color: #001932;
  margin: 0 auto;
}

.business .content.-order03 .example-group {
  max-width: 1012px;
  display: flex;
  justify-content: space-between;
  margin: 24px auto 0;
}

@media screen and (max-width: 768px) {
  .business .content.-order03 .example-group {
    flex-direction: column;
  }
}

.business .content.-order03 .example-group .example {
  width: calc((100% - 44px) / 2);
  padding: 45px 40px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .business .content.-order03 .example-group .example {
    width: 100%;
    padding: 30px 25px;
  }

  .business .content.-order03 .example-group .example:not(:first-of-type) {
    margin-top: 15px;
  }
}


.business .content.-order03 .example-group .example-name {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.business .content.-order03 .example-group .item {
  position: relative;
  font-size: 1.4rem;
  padding-left: 18px;
}

.business .content.-order03 .example-group .item:not(:last-of-type) {
  margin-bottom: 10px;
}

.business .content.-order03 .example-group .item::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 1px;
  background: linear-gradient(90deg, rgba(23, 206, 255, 1) 0%, rgba(0, 25, 180, 1) 100%);
}
 
.business .content.-order03 .example-group li:last-of-type {
  text-align: right;
  font-size: 1.2rem;
}

.business .content.-order03 .point-block {
  position: relative;
  max-width: 1012px;
  margin: 55px auto 0;
}

@media screen and (max-width: 768px) {
  .business .content.-order03 .point-block {
    margin: 40px auto 0;
  }
}

.business .content.-order03 .point-block .block-inner {
  position: relative;
  display: flex;
  min-height: 189px;
  padding: 2px;
  background: linear-gradient(90deg, rgba(23,206,255,1) 0%, rgba(0,25,180,1) 100%);
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .business .content.-order03 .point-block .block-inner {
    display: block;
  }
}

.business .content.-order03 .point-block .head-group  {
  position: relative;
  background-color: #FFFFCC;
  z-index: 1;
}

.business .content.-order03 .point-block .head-group .heading {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 167px;
}

@media screen and (max-width: 768px) {
  .business .content.-order03 .point-block .head-group .heading {
    width: 118px;
  }
}

.business .content.-order03 .point-block .text-group {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px 0 227px;
  background-color: #FFFFCC;
}

@media screen and (max-width: 768px) {
  .business .content.-order03 .point-block .text-group {
    padding: 110px 20px 35px;
  }
}

.business .content.-order03 .point-block .text-group .lead {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  z-index: 1;
}

.business .content.-order03 .point-block .text-group .text {
  position: relative;
  text-align: justify;
  max-width: 722px;
  font-size: 1.4rem;
  margin-top: 20px;
  z-index: 1;
}


.business .content.-order04 {
  position: relative;
  padding: 100px 25px 150px;
}

@media screen and (max-width: 768px) {
  .business .content.-order04 {
    padding: 60px 25px 90px;
  }
}

.business .content.-order04 .bg {
  position: absolute;
  width: 1768px;
  aspect-ratio: 1768 / 1038;
  background-color: #f2f6f6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: 65px;
  left: 435px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .business .content.-order04 .bg {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: 0;
    left: -390px;
  }
}

.business .content.-order04 .intro-group {
  text-align: center;
}

.business .content.-order04 .intro-group .sub-cap {
  position: relative;
  font-family: var(--notoserif);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}

.business .content.-order04 .intro-group .sub-cap::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  bottom: -15px;
  left: 50%;
  width: 16px;
  height: 1px;
  background: linear-gradient(90deg, rgba(23,206,255,1) 0%, rgba(0,25,180,1) 100%);
}

.business .content.-order04 .intro-group .main-cap {
  position: relative;
  font-family: var(--notoserif);
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .business .content.-order04 .intro-group .main-cap {
    font-size: 2.4rem;
  }
  
}

.business .content.-order04 .intro-group .text {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.375;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .business .content.-order04 .intro-group .text {
    text-align: justify;
    margin-top: 40px;
  }
}

.business .content.-order04 .point-block {
  position: relative;
  max-width: 1012px;
  margin: 55px auto 0;
}

@media screen and (max-width: 768px) {
  .business .content.-order04 .point-block {
    margin: 40px auto 0;
  }
}

.business .content.-order04 .point-block .block-inner {
  position: relative;
  display: flex;
  min-height: 189px;
  padding: 2px;
  background: linear-gradient(90deg, rgba(23,206,255,1) 0%, rgba(0,25,180,1) 100%);
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .business .content.-order04 .point-block .block-inner {
    display: block;
  }
}

.business .content.-order04 .point-block .head-group  {
  position: relative;
  background-color: #FFFFCC;
  z-index: 1;
}

.business .content.-order04 .point-block .head-group .heading {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 167px;
}

@media screen and (max-width: 768px) {
  .business .content.-order04 .point-block .head-group .heading {
    width: 118px;
  }
}

.business .content.-order04 .point-block .text-group {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px 0 227px;
  background-color: #FFFFCC;
}

@media screen and (max-width: 768px) {
  .business .content.-order04 .point-block .text-group {
    padding: 110px 20px 35px;
  }
}

.business .content.-order04 .point-block .text-group .lead {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  z-index: 1;
}

.business .content.-order04 .point-block .text-group .text {
  position: relative;
  text-align: justify;
  max-width: 722px;
  font-size: 1.4rem;
  margin-top: 20px;
  z-index: 1;
}
/* ↑↑↑ business ↑↑↑ */

/* ↓↓↓ features ↓↓↓ */
.features {
  position: relative;
  background: url(/wp/wp-content/themes/cosmos-cpa/img/about/business/features-bg.jpg) repeat-y;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .features {
    background: url(/wp/wp-content/themes/cosmos-cpa/img/about/business/features-bg-sp.jpg) repeat-y;
    background-size: 100% auto;
  }
}

.features .section-ttl {
  position: absolute;
  translate: -50% -50%;
  top: 0;
  left: 50%;
  width: 100%;
  text-align: center;
  font-family: var(--jost);
  font-size: min(10.7rem, calc((107 - 75) * ((100vw - 769px) / (1280 - 769)) + 75px));
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #DCF8FF;
  mix-blend-mode: exclusion;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .features .section-ttl {
    top: 22px;
    font-size: 4.5rem;
  }
}

.features .inner {
  padding: 200px 25px 120px;
}

@media screen and (max-width: 768px) {
  .features .inner {
    padding: 130px 25px 80px;
  }
}

.features .content.-order01 .lead {
  text-align: center;
  font-family: var(--notoserif);
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .features .content.-order01 .lead {
    font-size: 2.4rem;
    padding: 0 25px;
  }
}

.features .content.-order01 .card-group {
  display: flex;
  justify-content: space-between;
  max-width: 924px;
  margin: 95px auto 0;
}

@media screen and (max-width: 768px) {
  .features .content.-order01 .card-group {
    flex-direction: column;
    margin: 65px auto 0;
  }
}

.features .content.-order01 .card {
  max-width: 440px;
  width: calc((100% - 44px) / 2);
  padding: 30px 20px 50px;
}

@media screen and (max-width: 768px) {
  .features .content.-order01 .card {
    max-width: 440px;
    width: 100%;
    padding: 30px 24px 40px;
    margin: 0 auto;
  }

  .features .content.-order01 .card:not(:first-of-type) {
    margin-top: 15px;
  }
}

.features .content.-order01 .card.-white {
  border: 1px solid #F2F6F6;
  background-color: #F2F6F6;
}

.features .content.-order01 .card.-blue {
  border: 1px solid #fff;
  background: linear-gradient(90deg, rgba(23,206,255,1) 0%, rgba(0,25,180,1) 100%);
}

.features .content.-order01 .card .icon {
  width: 50px;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin: 0 auto;
}

.features .content.-order01 .card-name {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 10px;
}

.features .content.-order01 .card.-blue .card-name {
  color: #fff;
}

.features .content.-order01 .card .list {
  text-align: justify;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  max-width: 352px;
  margin: 35px auto 0;
}

.features .content.-order01 .card .item {
  position: relative;
}

.features .content.-order01 .card .item:not(:first-child) {
  margin-top: 45px;
}

.features .content.-order01 .card .item:not(:first-child)::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: -23px;
  left: 50%;
  width: 100px;
  height: 1px;
}

.features .content.-order01 .card.-white .item:not(:first-child)::before {
  background-color: #000;
}

.features .content.-order01 .card.-blue .item:not(:first-child)::before {
  background-color: #fff;
}

.features .content.-order01 .card.-white .item {
  color: #4D4D4D;
}

.features .content.-order01 .card.-blue .item {
  color: #fff;
}

.features .content.-order01 .card.-blue .item .point {
  color: #FFFF00;
}

.features .content.-order02 {
  position: relative;
  margin: 190px auto 0;
}

.features .content.-order02::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: -145px;
  left: 50%;
  width: 2px;
  height: 100px;
  background: linear-gradient(0deg, rgba(23,206,255,1) 0%, rgba(0,25,180,1) 100%);
}

.features .content.-order02 .lead {
  text-align: center;
  font-family: var(--notoserif);
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .features .content.-order02 .lead {
    font-size: 2.2rem;
  }
}

/* ↑↑↑ features ↑↑↑ */

/* ↓↓↓ others ↓↓↓ */
.others {
  position: relative;
  overflow: clip;
}

.others .inner {
  position: relative;
  padding: 140px 25px 200px;
}

@media screen and (max-width: 768px) {
  .others .inner {
    padding: 50px 25px 100px;
  }
}

.others .inner::before {
  content: '';
  position: absolute;
  rotate: 30deg;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: min(80%, 1080px);
  height: 250%;
  background-color: #F2F6F6;
  z-index: -1;
}

.others .section-ttl {
  position: relative;
  text-align: center;
  font-family: var(--jost);
  font-size: min(12rem,  calc((120 - 75) * ((100vw - 769px) / (1280 - 769)) + 75px));
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #F2F6F6;
  mix-blend-mode: hard-light;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .others .section-ttl {
    font-size: 4rem;
  }
}

.others .section-subttl {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-top:  max(-90px,  calc((-90 + 55) * ((100vw - 769px) / (1280 - 769)) - 55px));
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .others .section-subttl {
    font-size: 2rem;
    margin-top: -25px;
  }
}

.others .list {
  position: relative;
  max-width: 756px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .others .list {
    flex-wrap: wrap;
    margin: 25px auto 0;
  }
}

.others .list .item {
  width: calc((100% - 18px * 2) / 3);
}

@media screen and (max-width: 768px) {
  .others .list .item {
    width: calc((100% - 18px) / 2);
  }

  .others .list .item:nth-of-type(n + 3) {
    margin-top: 18px;
  }
}

.others .list .item a {
  position: relative;
  display: block;
}

.others .list .item a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 769px) {
  .others .list .item a:hover::before {
    opacity: 1;
  }
}

.others .list .item .en {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--jost);
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #DCF8FF;
  mix-blend-mode: hard-light;
}

@media screen and (max-width: 768px) {
  .others .list .item .en {
    font-size: 1.6rem;
  }
}

.others .list .item .jp {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .others .list .item .jp {
    bottom: 6px;
    right: 10px;
    font-size: 1.1rem;
  }
}
/* ↑↑↑ others ↑↑↑ */