@charset "UTF-8";
@keyframes rotation {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes MainHeading-sub {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes MainHeading {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes MainHeading-color {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

@keyframes roll {
  0% {
    transform: rotateY(0deg);
  }
  3% {
    transform: rotateY(180deg);
  }
  6% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes heroBigArrowMove-sp {
  0% {
    bottom: calc((-700/750)*100vw);
    opacity: 0;
  }
  10% {
    bottom: calc((-560/750)*100vw);
    opacity: 1;
  }
  20% {
    bottom: calc((-420/750)*100vw);
    opacity: 1;
  }
  30% {
    bottom: calc((-280/750)*100vw);
    opacity: 1;
  }
  90% {
    bottom: calc((-280/750)*100vw);
    opacity: 1;
  }
  100% {
    bottom: calc((-280/750)*100vw);
    opacity: 0;
  }
}

@keyframes heroBigArrowMove-pc {
  0% {
    bottom: -76rem;
    opacity: 0;
  }
  10% {
    bottom: -57rem;
    opacity: 1;
  }
  20% {
    bottom: -38rem;
    opacity: 1;
  }
  30% {
    bottom: 0;
    opacity: 1;
  }
  90% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes heroSmallArrowMove-sp {
  0% {
    bottom: calc((-700/750)*100vw);
    opacity: 0;
  }
  12% {
    bottom: calc((-560/750)*100vw);
    opacity: 1;
  }
  24% {
    bottom: calc((-420/750)*100vw);
    opacity: 1;
  }
  36% {
    bottom: calc((-280/750)*100vw);
    opacity: 1;
  }
  90% {
    bottom: calc((-280/750)*100vw);
    opacity: 1;
  }
  100% {
    bottom: calc((-280/750)*100vw);
    opacity: 0;
  }
}

@keyframes heroSmallArrowMove-pc {
  0% {
    bottom: -44rem;
    opacity: 0;
  }
  12% {
    bottom: -33rem;
    opacity: 1;
  }
  24% {
    bottom: -22rem;
    opacity: 1;
  }
  36% {
    bottom: 0;
    opacity: 1;
  }
  90% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes detailArrowMove-sp {
  0% {
    bottom: -30vw;
    opacity: 0;
  }
  12% {
    bottom: -20vw;
    opacity: 0;
  }
  24% {
    bottom: -10vw;
    opacity: 1;
  }
  36% {
    bottom: 35vw;
    opacity: 1;
  }
  90% {
    bottom: 35vw;
    opacity: 1;
  }
  100% {
    bottom: 35vw;
    opacity: 0;
  }
}

@keyframes detailArrowMove-pc {
  0% {
    bottom: 0;
    opacity: 0;
  }
  12% {
    bottom: 2rem;
    opacity: 0;
  }
  24% {
    bottom: 5rem;
    opacity: 1;
  }
  36% {
    bottom: 15rem;
    opacity: 1;
  }
  90% {
    bottom: 15rem;
    opacity: 1;
  }
  100% {
    bottom: 15rem;
    opacity: 0;
  }
}

@keyframes moveRight {
  0% {
    right: 0;
  }
  50% {
    right: -1rem;
  }
  100% {
    right: 0;
  }
}

@keyframes moveRightWorks {
  0% {
    right: -0.1rem;
  }
  50% {
    right: -1rem;
  }
  100% {
    right: -0.1rem;
  }
}

@keyframes workHoverBalloon {
  0% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  40% {
    opacity: 0;
    width: 96%;
    height: 96%;
  }
  100% {
    opacity: 1;
    width: 90%;
    height: 90%;
  }
}

@keyframes workHoverEn {
  0% {
    top: 4rem;
    opacity: 0;
  }
  50% {
    top: 2rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes workHoverArrow {
  0% {
    right: 20%;
    opacity: 0;
  }
  50% {
    right: 12.4%;
    opacity: 0;
  }
  100% {
    right: 4.8%;
    opacity: 1;
  }
}

@keyframes enterGoOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 0.6;
    transform: scale(5);
  }
  50% {
    opacity: 0.3;
    transform: scale(10);
  }
  75% {
    opacity: 0;
    transform: scale(15);
  }
  100% {
    opacity: 0;
    transform: scale(20);
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #service-tagList li {
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
  }
}

@media only screen and (min-width: 768px) {
  #service-tagList li:hover {
    animation-name: soBnr;
  }
}

@keyframes soBnr {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0.3rem, 0);
  }
  10% {
    transform: translate(-0.3rem, 0);
  }
  15% {
    transform: translate(0.3rem, 0);
  }
  20% {
    transform: translate(-0.3rem, 0);
  }
  25% {
    transform: translate(0.3rem, 0);
  }
  30% {
    transform: translate(-0.3rem, 0);
  }
  35% {
    transform: translate(0.3rem, 0);
  }
  40% {
    transform: translate(-0.3rem, 0);
  }
  45% {
    transform: translate(0.3rem, 0);
  }
  50% {
    transform: translate(-0.3rem, 0);
  }
  55% {
    transform: translate(0.3rem, 0);
  }
  60% {
    transform: translate(-0.3rem, 0);
  }
  65% {
    transform: translate(0.3rem, 0);
  }
  70% {
    transform: translate(-0.3rem, 0);
  }
  75% {
    transform: translate(0.3rem, 0);
  }
  80% {
    transform: translate(-0.3rem, 0);
  }
  85% {
    transform: translate(0.3rem, 0);
  }
  90% {
    transform: translate(-0.3rem, 0);
  }
  95% {
    transform: translate(0.3rem, 0);
  }
  100% {
    transform: translateX(0);
  }
}

.service .lowerHero-img {
  margin-bottom: 0 !important;
}

@keyframes soBnr {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0.3rem, 0);
  }
  10% {
    transform: translate(-0.3rem, 0);
  }
  15% {
    transform: translate(0.3rem, 0);
  }
  20% {
    transform: translate(-0.3rem, 0);
  }
  25% {
    transform: translate(0.3rem, 0);
  }
  30% {
    transform: translate(-0.3rem, 0);
  }
  35% {
    transform: translate(0.3rem, 0);
  }
  40% {
    transform: translate(-0.3rem, 0);
  }
  45% {
    transform: translate(0.3rem, 0);
  }
  50% {
    transform: translate(-0.3rem, 0);
  }
  55% {
    transform: translate(0.3rem, 0);
  }
  60% {
    transform: translate(-0.3rem, 0);
  }
  65% {
    transform: translate(0.3rem, 0);
  }
  70% {
    transform: translate(-0.3rem, 0);
  }
  75% {
    transform: translate(0.3rem, 0);
  }
  80% {
    transform: translate(-0.3rem, 0);
  }
  85% {
    transform: translate(0.3rem, 0);
  }
  90% {
    transform: translate(-0.3rem, 0);
  }
  95% {
    transform: translate(0.3rem, 0);
  }
  100% {
    transform: translateX(0);
  }
}

@font-face {
  font-family: 'MyCocogoose';
  src: url("../Fonts/Cocogoose Pro Light-trial.ttf");
}

@font-face {
  font-family: 'MyCocogoose-bold';
  src: url("../Fonts/Cocogoose Pro-trial.ttf");
}

.service-tabArea {
  background-color: #fff;
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .service-tabArea {
    padding-top: calc((60/750)*100vw);
  }
}

.service-tabArea .sec-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-block: 0;
}

.service-tabArea li {
  width: calc(500/1020*100%);
  height: min(calc((80/1020)*100vw), 80px);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service-tabArea li {
    width: calc(338/690*100%);
    height: calc((90/750)*100vw);
    font-size: calc((31/750)*100vw);
  }
}

.service-tabArea a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: calc(100% + 8px);
  padding-bottom: 7px;
  border: 3px solid #FFE600;
  border-bottom: none;
  border-radius: 1.6rem 1.6rem 0 0;
  background-color: #fff;
  position: relative;
  top: 0;
}

@media screen and (max-width: 767px) {
  .service-tabArea a {
    height: 100%;
    padding-bottom: 0;
    border-width: calc((6/750)*100vw);
    border-bottom: none;
    border-radius: calc((16/750)*100vw) calc((16/750)*100vw) 0 0;
  }
}

.service-tabArea a.active {
  background-color: #FFE600;
}

@media (hover: hover) {
  .service-tabArea a:hover {
    top: -7px;
  }
}

.service-tagList ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(calc((12/1020)*100vw), 12px) min(calc((10/1020)*100vw), 10px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .service-tagList ul {
    gap: calc((16/750)*100vw) calc((12/750)*100vw);
  }
}

.service-tagList li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 34px;
  border-radius: 34px;
  padding-inline: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .service-tagList li {
    height: calc((58/750)*100vw);
    border-radius: calc((58/750)*100vw);
    padding-inline: calc((30/750)*100vw);
    font-size: calc((28/750)*100vw);
  }
}

#service-tagList {
  margin-block: 4rem 0;
}

@media screen and (max-width: 767px) {
  #service-tagList {
    margin-block: calc((40/750)*100vw) 0;
  }
}

#service-tagList ul {
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 767px) {
  #service-tagList ul {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

#service-tagList li {
  transition: all 0.2s;
  cursor: pointer;
}

#service-tagList li.active {
  color: #fff;
  background-color: #FF761A;
}

@media (hover: hover) {
  #service-tagList li:hover {
    color: #fff;
    background-color: #FF761A;
  }
}

.service-desc {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  margin-block: 4rem 0;
}

@media screen and (max-width: 767px) {
  .service-desc {
    font-size: calc((32/750)*100vw);
    margin-block: calc((50/750)*100vw) 0;
  }
}

.service-btn {
  margin-block: 2rem 6rem;
}

@media screen and (max-width: 767px) {
  .service-btn {
    margin-block: calc((30/750)*100vw) calc((80/750)*100vw);
  }
}

.service-btn .moreBtn {
  width: 300px;
  height: 44px;
  border-radius: 22px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .service-btn .moreBtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: calc((500/750)*100vw);
    height: calc((88 / 750) * 100vw);
    border-radius: calc((44 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }
}

.service-solution {
  background-color: #FFE600;
  position: relative;
  z-index: 2;
}

.service-solution .sec-inner {
  padding-top: 10rem;
  padding-bottom: 11rem;
}

@media screen and (max-width: 767px) {
  .service-solution .sec-inner {
    padding-top: calc((90/750)*100vw);
    padding-bottom: calc((120/750)*100vw);
  }
}

.service-solution-ttl {
  width: 489px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .service-solution-ttl {
    width: calc((543/750)*100vw);
  }
}

.service-solution-item {
  padding: 60px 70px 50px;
  background-color: #fff;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .service-solution-item {
    padding: calc((60/750)*100vw) calc((40/750)*100vw) calc((80/750)*100vw);
    border-radius: calc((20/750)*100vw);
  }
}

.service-solution-item + .service-solution-item {
  margin-top: 42px;
}

@media screen and (max-width: 767px) {
  .service-solution-item + .service-solution-item {
    margin-top: calc((80/750)*100vw);
  }
}

.service-solution-item-descArea {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .service-solution-item-descArea {
    margin-bottom: calc((60/750)*100vw);
  }
}

@media screen and (min-width: 768px) {
  .service-solution-item-descArea:has(.service-solution-item-desc-img) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}

.service-solution-item-descArea:has(.service-solution-item-desc-img) .service-solution-item-descArea-inner {
  width: calc(540/880*100%);
}

@media screen and (max-width: 767px) {
  .service-solution-item-descArea:has(.service-solution-item-desc-img) .service-solution-item-descArea-inner {
    width: 100%;
  }
}

.service-solution-item-heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  color: #FF761A;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .service-solution-item-heading {
    font-size: calc((36/750)*100vw);
    line-height: 1.5;
  }
}

.service-solution-item-desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .service-solution-item-desc {
    font-size: calc((28/750)*100vw);
    margin-top: calc((20/750)*100vw);
  }
}

.service-solution-item-desc-img {
  width: calc(300/880*100%);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .service-solution-item-desc-img {
    width: 100%;
    margin-top: calc((40/750)*100vw);
  }
}

.service-solution-item-ac {
  border: 3px solid #F2F2F2;
  border-radius: 16px;
  overflow: hidden;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .service-solution-item-ac {
    border-width: calc((6/750)*100vw);
    border-radius: calc((20/750)*100vw);
  }
}

.service-solution-item-ac > dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding: 26px 40px;
  padding-right: 84px;
  background-color: #F2F2F2;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .service-solution-item-ac > dt {
    font-size: calc((28/750)*100vw);
    line-height: 1.5;
    padding: calc((27/750)*100vw) calc((40/750)*100vw);
    padding-right: calc((108/750)*100vw);
  }
}

.service-solution-item-ac > dt span {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .service-solution-item-ac > dt span {
    font-size: calc((26/750)*100vw);
  }
}

.service-solution-item-ac > dt::before, .service-solution-item-ac > dt::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 20px;
  height: 2px;
  background-color: #333;
  transition: rotate 0.3s ease;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .service-solution-item-ac > dt::before, .service-solution-item-ac > dt::after {
    right: calc((40/750)*100vw);
    width: calc((28/750)*100vw);
    height: calc((4/750)*100vw);
  }
}

.service-solution-item-ac > dt::after {
  rotate: 90deg;
}

.service-solution-item-ac > dt.active::after {
  rotate: 0deg;
}

.service-solution-item-ac > dd {
  display: none;
  padding: 28px 50px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .service-solution-item-ac > dd {
    padding: calc((30/750)*100vw) calc((34/750)*100vw);
  }
}

.service-solution-item-ac > dd p {
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .service-solution-item-ac > dd p {
    font-size: calc((26/750)*100vw);
  }
}

.service-solution-item-ac ul {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .service-solution-item-ac ul {
    font-size: calc((26/750)*100vw);
  }
}

.service-solution-item-ac li {
  padding-left: 1em;
  position: relative;
}

.service-solution-item-ac li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.service-solution-item-ac li + li {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .service-solution-item-ac li + li {
    margin-top: calc((10/750)*100vw);
  }
}

.service-solution-item-ac + .service-solution-item-ac {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .service-solution-item-ac + .service-solution-item-ac {
    margin-top: calc((30/750)*100vw);
  }
}

.service-solution-item-ac-twoColumns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .service-solution-item-ac-twoColumns {
    display: block;
  }
}

.service-solution-item-ac-twoColumns dl {
  width: calc(362/780*100%);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .service-solution-item-ac-twoColumns dl {
    width: 100%;
  }
}

.service-solution-item-ac-twoColumns dl + dl {
  position: relative;
}

@media screen and (max-width: 767px) {
  .service-solution-item-ac-twoColumns dl + dl {
    margin-top: calc((66/750)*100vw);
  }
}

.service-solution-item-ac-twoColumns dl + dl:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: min(calc((21/1020)*100vw), 21px) solid transparent;
  border-bottom: min(calc((21/1020)*100vw), 21px) solid transparent;
  border-left: min(calc((24/1020)*100vw), 24px) solid #f2f2f2;
  border-right: 0;
  position: absolute;
  top: 0;
  left: max(calc((-38/1160)*100vw), -38px);
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .service-solution-item-ac-twoColumns dl + dl:before {
    border-right: calc((30/750)*100vw) solid transparent;
    border-left: calc((30/750)*100vw) solid transparent;
    border-top: calc((34/750)*100vw) solid #f2f2f2;
    border-bottom: 0;
    top: calc((-42/750)*100vw);
    left: 0;
    right: 0;
    bottom: auto;
  }
}

.service-solution-item-ac-twoColumns dt {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 10px 8px;
  border-bottom: 2px solid #000;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .service-solution-item-ac-twoColumns dt {
    font-size: calc((28/750)*100vw);
    line-height: 1.5;
    padding: 0 calc((10/750)*100vw) calc((8/750)*100vw);
    border-bottom-width: calc((4/750)*100vw);
    margin-bottom: calc((18/750)*100vw);
  }
}

.service-solution-item-ac-twoColumns dd {
  margin: 0;
}

.service-solution-item .service-tagList {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .service-solution-item .service-tagList {
    margin-top: calc((40/750)*100vw);
  }
}

.service-solution-item .service-tagList li {
  border: 1px solid #E8E8E8;
}

@media screen and (max-width: 767px) {
  .service-solution-item .service-tagList li {
    border-width: calc((2/750)*100vw);
  }
}

.service-solution-item-price {
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  margin: 24px auto 0;
}

@media screen and (max-width: 767px) {
  .service-solution-item-price {
    font-size: calc((28/750)*100vw);
    margin-top: calc((30/750)*100vw);
  }
}

.detail-ttl {
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
  padding: 100px 0 10px;
  background-color: #FFE600;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .detail-ttl {
    font-size: calc((40/750)*100vw);
    padding: calc((100/750)*100vw) 0;
  }
}

body {
  counter-reset: number 0;
}

@media screen and (min-width: 768px), print {
  .service-ac:nth-child(odd) {
    background-color: #fff;
  }
}

@media screen and (min-width: 768px), print {
  .service-ac:nth-child(odd) .sec-inner:before {
    background: url(../img/arrow_img_06.svg) center bottom no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px), print {
  .service-ac:nth-child(odd) .service-title {
    background-color: #FFE600;
  }
}

@media screen and (max-width: 767px) {
  .service-ac:nth-child(odd) label {
    background-color: #FFE600;
  }
}

@media screen and (min-width: 768px), print {
  .service-ac:nth-child(odd) li:before {
    color: #FFE600;
  }
}

@media screen and (min-width: 768px), print {
  .service-ac:nth-child(even) .sec-inner:before {
    background: url(../img/arrow_img_05.svg) center bottom no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .service-ac:nth-child(even) label {
    background-color: #FEF085;
  }
}

@media screen and (min-width: 768px), print {
  .service-ac.service-02 .sec-inner:before, .service-ac.service-03 .sec-inner:before, .service-ac.service-05 .sec-inner:before, .service-ac.service-06 .sec-inner:before {
    height: max(calc(100% - (250/1020)*100vw), calc(100% - 250px));
    top: min(calc((190/1020)*100vw), 190px);
  }
}

@media screen and (min-width: 768px), print {
  .service-ac .sec-inner:before {
    height: max(calc(100% - (220/1020)*100vw), calc(100% - 220px));
    top: min(calc((150/1020)*100vw), 150px);
    left: calc(((300 - 44)/2/1020)*100%);
  }
}

.service-ac label {
  counter-increment: number 1;
}

@media screen and (max-width: 767px) {
  .service-ac label {
    font-size: calc((36/750)*100vw);
    letter-spacing: 0.02em;
    text-align: left;
    padding: calc((40/750)*100vw) calc((30/750)*100vw);
    padding-right: calc((82/750)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .service-ac label:before, .service-ac label:after {
    width: calc((3/750)*100vw);
    height: calc((36/750)*100vw);
    background-color: #000;
    border-radius: 0;
    right: calc((47/750)*100vw);
  }
}

.service-ac label span:before {
  content: counter(number) ". ";
}

@media screen and (min-width: 768px), print {
  .service-title {
    width: calc(300/1020*100%);
    font-size: min(calc((28/1020)*100vw), 28px);
    padding: min(calc((20/1020)*100vw), 20px) min(calc((28/1020)*100vw), 28px) min(calc((18/1020)*100vw), 18px);
    padding-left: min(calc((56/1020)*100vw), 56px);
    line-height: 1.4;
    text-indent: 0;
    letter-spacing: 0.01em;
    text-align: left;
    position: relative;
    margin-left: 0;
  }
}

.service-title span {
  font-size: min(calc((24/1020)*100vw), 24px);
}

.service-title:before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: min(calc((20/1020)*100vw), 20px);
  left: min(calc((24/1020)*100vw), 24px);
}

@media screen and (min-width: 768px), print {
  .service-contents-outer {
    width: calc(680/1020*100%);
    padding-top: min(calc((20/1020)*100vw), 20px);
  }
}

@media screen and (min-width: 768px), print {
  .service-contents {
    display: block;
    margin-bottom: min(calc((44/1020)*100vw), 44px);
  }
}

@media screen and (max-width: 767px) {
  .service-contents {
    margin-bottom: calc((60/750)*100vw);
  }
}

@media screen and (min-width: 768px), print {
  .service-contents dt {
    display: inline-block;
    width: auto;
    font-size: min(calc((22/1020)*100vw), 22px);
    padding: 0 min(calc((20/1020)*100vw), 20px) min(calc((12/1020)*100vw), 12px);
    margin-bottom: min(calc((16/1020)*100vw), 16px);
  }
}

@media screen and (max-width: 767px) {
  .service-contents dt {
    font-size: calc((32/750)*100vw);
    color: #FF761A;
    line-height: 1.5;
    padding: 0 calc((20/750)*100vw) calc((20/750)*100vw);
    margin-bottom: calc((24/750)*100vw);
  }
}

@media screen and (min-width: 768px), print {
  .service-contents dd {
    width: 100%;
    padding-left: min(calc((20/1020)*100vw), 20px);
  }
}

@media screen and (min-width: 768px), print {
  .service-contents p {
    font-size: min(calc((17/1020)*100vw), 17px);
    font-weight: bold;
    line-height: 2;
    margin-bottom: min(calc((12/1020)*100vw), 12px);
  }
}

@media screen and (max-width: 767px) {
  .service-contents p {
    font-size: calc((28/750)*100vw);
    margin-bottom: calc((20/750)*100vw);
  }
}

@media screen and (min-width: 768px), print {
  .service-contents li {
    font-size: min(calc((17/1020)*100vw), 17px);
    line-height: 1.8;
    margin-bottom: min(calc((6/1020)*100vw), 6px);
  }
}

@media screen and (max-width: 767px) {
  .service-contents li {
    width: 100%;
    font-size: calc((28/750)*100vw);
    line-height: 1.8;
    margin-bottom: calc((20/750)*100vw);
  }
}

@media screen and (min-width: 768px), print {
  .service-contents .oneColumn {
    display: block;
  }
}

@media screen and (min-width: 768px), print {
  .service-contents .oneColumn li {
    width: 100%;
  }
}

.service-illustration {
  width: min(calc((360/1020)*100vw), 360px);
  top: min(calc((150/1020)*100vw), 150px);
  left: max(calc((-50/1020)*100vw), -50px);
  right: auto;
}

@media screen and (max-width: 767px) {
  .service-illustration {
    width: calc((490/750)*100vw);
  }
}

@media screen and (min-width: 768px), print {
  #service-02-illustration {
    top: min(calc((190/1020)*100vw), 190px);
  }
}

@media screen and (min-width: 768px), print {
  #service-03-illustration {
    width: min(calc((340/1020)*100vw), 340px);
    top: min(calc((190/1020)*100vw), 190px);
  }
}

@media screen and (min-width: 768px), print {
  #service-04-illustration {
    width: min(calc((330/1020)*100vw), 330px);
    left: max(calc((-20/1020)*100vw), -20px);
  }
}

@media screen and (min-width: 768px), print {
  #service-05-illustration {
    width: min(calc((300/1020)*100vw), 300px);
    top: min(calc((190/1020)*100vw), 190px);
    left: 0;
  }
}

@media screen and (min-width: 768px), print {
  #service-06-illustration {
    width: min(calc((300/1020)*100vw), 300px);
    top: min(calc((190/1020)*100vw), 190px);
    left: 0;
  }
}
