.service__top {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .service__top {
    padding-top: 80px;
    padding-bottom: 62px;
  }
}

.service__top__inner {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-inline: auto;
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  row-gap: 0rem;
}

@media screen and (min-width: 768px) {
  .service__top__inner {
    max-width: 850px;
    padding-left: 0;
    padding-right: 0;
    flex-flow: row nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .service__top__block {
    max-width: 61.178%;
    margin-top: -20px;
  }
}

.service__top__title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .service__top__title {
    margin-top: 3px;
    padding-bottom: 28px;
    font-size: 16px;
  }
}

.service__top__title::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 61px;
  height: 1px;
}

.service__top__enTitle {
  font-family: Oswald;
  font-weight: 500;
  font-size: 64px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .service__top__enTitle {
    font-size: 38px;
  }
}

.service__top__text {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: left;
  color: #fff;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .service__top__text {
    margin-top: 23px;
  }
}

.button__wrapper {
  text-align: center;
  margin-top: 43px;
}

@media screen and (min-width: 768px) {
  .button__wrapper {
    text-align: left;
    margin-top: 43px;
  }
}

.button {
  display: inline-block;
  text-transform: uppercase;
  background-color: #fff;
  text-align: center;
  width: 244px;
  padding: 13px 10px 11px 14px;
  position: relative;
  transition: opacity 0.3s ease-out;
  font-family: Inter;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 22px;
  color: #000;
  z-index: 1;
}

.button:hover {
  opacity: 0.8;
}

.button::after {
  background-image: url(../img/button-arrow.svg);
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 2.7rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.6rem;
}

@media screen and (min-width: 768px) {
  .service__top__img {
    max-width: 32.943%;
  }
}

.service__top__img::before {
  padding-top: 128.3%;
}

@media screen and (max-width: 767px) {
  .service__top__img::before {
    padding-top: 58.3%;
  }
}

.pankuz__area--service {
  background-color: #000;
}

.pankuz__area--service a {
  color: #fff;
}

.pankuz__area--service span {
  color: #CFCFCF;
}

.pankuz__area--service .current-item {
  color: #CFCFCF;
}

.pankuz__area--service .pankuz a::after {
  background-color: #fff;
}


/* =================================================================== */
.p-bottom-service2 {
  padding-top: 40px;
  background: linear-gradient(-45deg, #3B3B3B, #111111);
}

@media screen and (min-width: 768px) {
  .p-bottom-service2 {
    padding-top: 95px;
    padding-bottom: 75px;
  }
}


.p-bottom-service2__container {
  margin-top: 20px;
  counter-reset: num;
  overflow-x: clip;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2__container {
    margin-top: 43px;
  }
}

.p-bottom-service2__block {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2__block {
    padding: 3rem 0;
  }
}

.p-bottom-service2__block:nth-of-type(n+2) {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2__block:nth-of-type(n+2) {
    margin-top: 9px;
  }
}

.p-bottom-service2__block::after {
  counter-increment: num;
  content: "service 0"counter(num);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #EFF5F5;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  text-align: right;

  font-family: Oswald;
  font-weight: 500;
  font-size: 56px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  opacity: 0.15;
  white-space: nowrap;

}

@media screen and (min-width: 768px) {
  .p-bottom-service2__block::after {
    font-size: min(4.1666666667vw, 6rem);
    text-align: center;
    left: -0.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-bottom-service2__block::after {
    display: none;
  }
}

.p-bottom-service2__block:nth-child(even)::after {
  left: auto;
  right: 0;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2__block:nth-child(even)::after {
    right: -0.4rem;
  }
}

.p-bottom-service2__wrap {
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  position: relative;
  z-index: 1;
  max-width: 60rem;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2__wrap {
    max-width: 850px;
    padding-right: 0;
    padding-left: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0 7rem;
  }
}

@media screen and (min-width: 768px) {
  .p-bottom-service2__block:nth-child(even) .p-bottom-service2__wrap {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-bottom-service2__img {
    flex-shrink: 0;
    max-width: 41.648%;
  }
}

.p-bottom-service2__img::before {
  padding-top: 65.8536585366%;
}

.p-bottom-service2__box {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2__box {
    margin-top: 2px;
  }
}

.p-bottom-service2__num {
  font-family: Inter;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.p-bottom-service2__theme {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2__theme {
    font-size: 20px;
  }
}

.p-bottom-service2__text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 30px;
  text-align: left;
  color: #fff;

}

@media screen and (min-width: 768px) {
  .p-bottom-service2__text {}
}

/* その他のサービス */
.p-bottom-service2business {
  margin-top: 6.4rem;
  padding-bottom: 8rem;
  background: linear-gradient(transparent calc(100% - 40rem), #EFF5F5 calc(100% - 40rem));
}

@media screen and (min-width: 768px) {
  .p-bottom-service2business {
    padding-top: 12.6rem;
    padding-bottom: 10rem;
    background: linear-gradient(transparent calc(100% - 46.8rem), #EFF5F5 calc(100% - 46.8rem));
  }
}

.p-bottom-service2business__inner {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 60rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2business__inner {
    max-width: 113rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.p-bottom-service2business__container {
  margin-top: 3.4rem;
  display: grid;
  row-gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2business__container {
    margin-top: 3.7rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem 0.4rem;
  }
}

.p-bottom-service2business__link {
  overflow: hidden;
}

.p-bottom-service2business__link:hover img {
  transform: scale(1.05);
}

.p-bottom-service2business__img {
  position: relative;
  padding-top: 64%;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2business__img {
    padding-top: 69.5530726257%;
  }
}

.p-bottom-service2business__img img {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease-out;
}

.p-bottom-service2business__img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(23, 53, 110, 0.65);
  width: 100%;
  height: 100%;
}

.p-bottom-service2business__wrap {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
}

.p-bottom-service2business__enTitle {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
}

.p-bottom-service2business__title {
  text-align: center;
  margin-top: 0.6rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.4166666667;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2business__title {
    font-size: 2.4rem;
  }
}

/* お知らせ */
.p-bottom-service2news {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news {
    padding-top: 15.5rem;
    padding-bottom: 11.9rem;
  }
}

.p-bottom-service2news::after {
  content: "news";
  writing-mode: vertical-rl;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 6rem;
  letter-spacing: 0.13em;
  font-weight: 400;
  color: #EFF5F5;
  position: absolute;
  top: 5.8rem;
  right: -0.8rem;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news::after {
    top: 7.8rem;
    font-size: 12rem;
  }
}

.p-bottom-service2news__inner {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 60rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news__inner {
    max-width: 112.5rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.p-bottom-service2news__enTitle {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news__enTitle {
    font-size: 8.1rem;
  }
}

.p-bottom-service2news__theme {
  margin-top: 1.6rem;
  color: #204896;
  font-weight: 300;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news__theme {
    font-size: 3.1rem;
  }
}

.p-bottom-service2news__items {
  margin-top: 2.4rem;
}

.p-bottom-service2news__item {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #4C5B70;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news__item {
    padding: 2.05rem 1.4rem;
    flex-flow: row nowrap;
    align-items: center;
    gap: 0 2.7rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news__item:first-of-type {
    border-top: 1px solid #4C5B70;
  }
}

.p-bottom-service2news__item:nth-of-type(n+2) {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news__item:nth-of-type(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news__item::after {
    content: "";
    width: 1.5rem;
    height: 0.5rem;
    display: block;
    position: absolute;
    top: 50%;
    right: 0.9rem;
    transform: translateY(-50%);
    background-image: url(../images/bottom-service2/arrow-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news__thumbnail {
    max-width: 10.2rem;
    flex-shrink: 0;
  }
}

.p-bottom-service2news__thumbnail::before {
  padding-top: 70.5882352941%;
}

.p-bottom-service2news__block {
  padding: 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news__block {
    padding: 0;
  }
}

.p-bottom-service2news__info {
  display: flex;
  align-items: center;
}

.p-bottom-service2news__time {
  width: 8rem;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.13em;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news__time {
    font-size: 1.1rem;
  }
}

.p-bottom-service2news__category {
  color: #fff;
  font-size: 1.2rem;
  padding: 0.1rem 0.9rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  background-color: #204896;
  margin-left: 3.4rem;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news__category {
    font-size: 1rem;
  }
}

.p-bottom-service2news__category::before {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: #1F1F1F;
  position: absolute;
  top: 50%;
  left: -2.4rem;
  transform: translateY(-50%);
}

.p-bottom-service2news__title {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news__title {
    font-size: 1.2rem;
  }
}

.p-bottom-service2news__wrap {
  text-align: center;
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2news__wrap {
    text-align: right;
  }
}

.p-bottom-service2news__button {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #204896;
  text-align: center;
  width: 24.4rem;
  padding: 1.35rem 0.8rem 1.35rem 0;
  position: relative;
  transition: opacity 0.3s ease-out;
}

.p-bottom-service2news__button:hover {
  opacity: 0.8;
}

.p-bottom-service2news__button::after {
  position: absolute;
  content: "";
  background-image: url(../images/bottom-service2/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 2.7rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.6rem;
}

/* CTA */
.p-bottom-service2cta {
  background-color: #EFF5F5;
  padding-top: 8.6rem;
  padding-bottom: 7.8rem;
}

.p-bottom-service2cta__inner {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 60rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

@media screen and (min-width: 768px) {
  .p-bottom-service2cta__inner {
    max-width: 113rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    flex-flow: row nowrap;
    align-items: flex-start;
    gap: 0 5.6rem;
  }
}

.p-bottom-service2cta__img::before {
  padding-top: 23.046875%;
}


.service__itemHeadWrapper {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .service__itemHeadWrapper {
    max-width: 335px;
  }
}

.service__itemHead {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  width: 100%;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding-top: 19px;
  padding-bottom: 17px;
}

@media screen and (max-width: 767px) {
  .service__itemHead {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* =================================================================== */

.service__flow {
  background-color: #000;
  padding-top: 82px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .service__flow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.service__flowContainer {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  ;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .service__flowContainer {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.service__flowTitle {
  display: flex;
  flex-direction: column;
}

.service__flowTitle--ja {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  opacity: 1;
  margin-left: 6px;
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .service__flowTitle--ja {
    font-size: 16px;
  }
}

.service__flowTitle--en {
  font-family: Oswald;
  font-weight: 500;
  font-size: 78px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .service__flowTitle--en {
    font-size: 38px;
  }
}

.service__flowItemsWrapper {}

.service__flowItems {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  gap: 10.5px;
}

.service__flowItem {
  display: flex;
  padding-top: 7px;
}

.service__flowItemNum {
  font-family: Oswald;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  padding-left: 10px;
  width: 145px;
  margin-top: 1px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .service__flowItemNum {
    min-width: 75px;
    width: 95px;
  }
}

.service__flowItemNum::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #fff;
  width: 1px;
  height: 72.36%;
  right: -2px;
  transform: translateY(-50%);
  top: 41%;
}

.service__flowItemNum::after {
  position: absolute;
  display: block;
  content: '';
  width: 22px;
  height: 11px;
  transform: translateX(-50%);
  bottom: -22px;
  left: 23%;
}

.service__flowItemNum span {
  font-family: Oswald;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  margin-left: 5.5px;
  position: relative;
  top: 5px;
}

.service__flowItemText {
  display: flex;
  flex-direction: column;
  padding-left: 28px;
  border-bottom: 1px solid #fff;
  padding-bottom: 23px;
}

.service__flowItemHead {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  margin-bottom: -4px;
}

@media screen and (max-width: 767px) {
  .service__flowItemHead {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
}

.service__flowItemContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .service__flowItemContent {
    font-size: 12px;
    line-height: 1.5;
  }
}

.service__flowItem:last-child .service__flowItemText {
  border-bottom: none;
}

.service__flowItem:last-child .service__flowItemNum::after {
  display: none;
}

.service__banner {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .service__banner {
    margin-top: 40px;
  }
}

.buttonWrapper {
  text-align: center;
  margin-top: 30px;
}











/* アーカイブ   */
/* アーカイブ   */
#a-service {
  background-color: #000;
  z-index: 1;
  position: relative;
  padding-top: 1px;
  padding-bottom: 250px;
  overflow-x: clip;
}

@media screen and (max-width: 767px) {
  #a-service {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.a-service__itemsWrapper {
  margin-top: 66px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .a-service__itemsWrapper {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .a-service__itemsWrapper {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-top: 20px;
  }
}

.a-service__items {
  display: flex;
  flex-direction: column;
  gap: 62px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .a-service__items {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .a-service__items {
    gap: 30px;
  }
}

.a-service__item {
  max-width: 1296px;
  position: relative;
  width: 100%;
}

.a-service__item::before {
  counter-increment: num;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 80px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #eff2f5;
  opacity: 0.2;

  text-transform: uppercase;
}

.a-service__item::before {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 80px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #eff2f5;
  opacity: 0.2;

  text-transform: uppercase;
}

.a-service__item--1::before {
  content: "service 01";
  top: 50.5%;
  left: -11.5%;
}

.a-service__item--2::before {
  content: "service 02";
  top: 50.5%;
  right: -11.5%;
}

.a-service__item--3::before {
  content: "service 03";
  top: 50.5%;
  left: -11.5%;
}

.a-service__item--1,
.a-service__item--3,
.a-service__item--5 {
  margin-left: auto;
}

.a-service__item--2,
.a-service__item--4,
.a-service__item--6 {
  margin-right: auto;
}

.a-service__itemTextWrapper {
  position: absolute;
  background-color: #fff;
  width: 43.2%;
  left: 3.9%;
  top: 6.26%;
}

@media screen and (max-width: 767px) {
  .a-service__itemTextWrapper {
    position: static;
    width: 100%;
  }
}

.a-service__itemWrapper:nth-child(odd) .a-service__itemImage {
  margin-left: auto;
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .a-service__itemWrapper:nth-child(odd) .a-service__itemImage {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .a-service__itemWrapper:nth-child(odd) .a-service__itemImage {
    width: 100%;
  }
}

.a-service__itemWrapper:nth-child(odd) .a-service__itemTextWrapper {
  left: 3.95%;
  right: 0;
  position: absolute;
  background-color: #fff;
  width: 43.21%;
  top: 49.7%;
  transform: translateY(-50%);
}

.a-service__itemWrapper:nth-child(even) .a-service__itemTextWrapper {
  top: 7%;
}

.a-service__itemWrapper:nth-child(even) .a-service__itemText {
  padding-top: 46px;
  padding-left: 51px;
  padding-right: 51px;
  padding-bottom: 102px;
}

@media screen and (max-width: 999px) {
  .a-service__itemWrapper:nth-child(even) .a-service__itemText {
    border-radius: 0 60px 0 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .a-service__itemWrapper:nth-child(odd) .a-service__itemTextWrapper {
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .a-service__itemWrapper:nth-child(odd) .a-service__itemTextWrapper {
    position: static;
    width: 100%;
    transform: translateY(0);
  }
}

.a-service__itemWrapper:nth-child(even) .a-service__itemImage {
  margin-left: 0;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .a-service__itemWrapper:nth-child(even) .a-service__itemImage {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .a-service__itemWrapper:nth-child(even) .a-service__itemImage {
    width: 100%;
  }
}

.a-service__itemWrapper:nth-child(even) .a-service__itemTextWrapper {
  left: auto;
  right: 1.5%;
  position: absolute;
  background-color: #fff;
  width: 43.2%;
  top: 7%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .a-service__itemWrapper:nth-child(even) .a-service__itemTextWrapper {
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .a-service__itemWrapper:nth-child(even) .a-service__itemTextWrapper {
    position: static;
    width: 100%;
  }
}

.a-service__itemText {
  padding-top: 62px;
  padding-left: 51px;
  padding-right: 51px;
  padding-bottom: 120px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .a-service__itemText {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .a-service__itemText {
    position: static;
    width: 100%;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
}

.a-service__itemNum {
  font-family: Oswald;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .a-service__itemNum {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .a-service__itemNum {
    margin-bottom: 5px;
  }
}

.a-service__itemTitle {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #222;
  margin-top: 8px;
  margin-left: 0px;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .a-service__itemTitle {}
}

@media screen and (max-width: 767px) {
  .a-service__itemTitle {
    white-space: normal;
    font-size: 18px;
    margin-top: 3px;
  }
}

.a-service__itemContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #000;
  margin-top: 11px;
  margin-left: -1px;
}

@media screen and (max-width: 767px) {
  .a-service__itemContent {
    margin-top: 5px;
  }
}

.a-service__itemImage {
  width: 59.183%;
  margin-left: auto;
}

.a-service__itemImage img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .a-service__item--1 .a-service__itemImage {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .a-service__item {
    flex-direction: column-reverse;
    display: flex;
  }

  .a-service__item::before {
    display: none;
  }
}

/* == */
@media (min-width: 768px) and (max-width: 1200px) {
  .a-service__item--1 .a-service__itemImage {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .a-service__item--3 .a-service__itemImage {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .a-service__item {
    flex-direction: column-reverse;
    display: flex;
  }

  .a-service__item::before {
    display: none;
  }
}

.a-service__itemText--en {
  font-family: Inter;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  margin-top: 44px;
}

.a-service__itemButton {
  text-align: center;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #000;
  padding-top: 13px;
  padding-bottom: 12px;
}

.a-service__itemButton::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 47px;
  transform: translateY(-50%);
  background: url(../img/right-arrow.svg) center center / contain no-repeat;
  width: 12.48px;
  height: 12.98px;
}

.a-service__itemWrapper:nth-child(3) .a-service__itemTextWrapper {
  top: 49.86%;
}

.a-service__itemWrapper:nth-child(3) .a-service__itemText {
  padding-top: 62px;
  padding-left: 53px;
  padding-right: 47px;
}

@media screen and (max-width: 999px) {
  .a-service__itemWrapper:nth-child(3) .a-service__itemText {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}

.button__wrapper--service {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px;
}

.category {
  margin-top: -806px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .category {
    margin-top: -584px;
  }
}