@charset "UTF-8";
.deliveryCard__head .txt + .caption {
  margin-top: 10px;
}

.deliveryCard__logo {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .deliveryCard__logo {
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .deliveryCard__logo {
    height: 25px;
  }
}

.deliveryCard__logo img {
  height: 100%;
  max-width: inherit;
  width: auto;
}

.deliveryCard__heading {
  color: #222f28;
  letter-spacing: .16em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .deliveryCard__heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .deliveryCard__heading {
    font-size: 16px;
  }
}

.deliveryCard__heading .inner {
  display: block;
  line-height: 1.6;
}

.deliveryCard__heading .inner:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.deliveryCard__heading .inner:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.deliveryCard__heading .inner:before, .deliveryCard__heading .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.deliveryCard__heading:has(.deliveryCard__logo) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .deliveryCard__heading:has(.deliveryCard__logo) {
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .deliveryCard__heading:has(.deliveryCard__logo) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.deliveryCard__heading + .txt {
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .deliveryCard__head + .deliveryCard__body {
    margin-top: 52px;
  }
}

@media screen and (max-width: 768px) {
  .deliveryCard__head + .deliveryCard__body {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .deliverySect {
    margin-top: 86px;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect {
    margin: 40px -20px 0;
  }
}

.deliverySect__ttl {
  background-color: #ededee;
  color: #222f28;
  letter-spacing: .16em;
  padding: 12px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .deliverySect__ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect__ttl {
    font-size: 16px;
  }
}

.deliverySect__ttl .inner {
  display: block;
  line-height: 1.6;
}

.deliverySect__ttl .inner:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.deliverySect__ttl .inner:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.deliverySect__ttl .inner:before, .deliverySect__ttl .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .deliverySect__head + .deliverySect__cont {
    margin-top: 54px;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect__head + .deliverySect__cont {
    margin-top: 40px;
  }
}

.deliverySect__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .deliverySect__list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 48px;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
  }
}

@media print, screen and (min-width: 768px) {
  .deliverySect__item {
    height: auto;
    width: calc((100% - 48px * 2) / 3);
  }
}

@media print, screen and (min-width: 768px) {
  .deliverySect__item .deliveryCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .deliverySect__bottom {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect__bottom {
    margin-top: 80px;
  }
}

.deliverySect__bottom .headSect {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .deliverySect__bottom .headSect + .deliverySect__list {
    margin-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect__bottom .headSect + .deliverySect__list {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .deliverySect__bottom .serviceCard {
    width: 352px;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect__bottom .serviceCard + .serviceCard {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .deliverySect__bottom .serviceCard__desc {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect__bottom .serviceCard__desc {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .deliverySect__bottom .serviceCard__desc .txt {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.85714;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect__bottom .serviceCard__desc .txt {
    font-size: 13px;
    letter-spacing: .06em;
    line-height: 1.80769;
    margin-top: 8px;
  }
}

.deliverySect__bottom .serviceCard__heading {
  letter-spacing: .16em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .deliverySect__bottom .serviceCard__heading {
    font-size: 20px;
    line-height: 1.5;
    padding-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect__bottom .serviceCard__heading {
    font-size: calc(32 / 750 * 100vw);
    padding: 0 0 10px calc(40 / 750 * 100vw);
  }
}

.deliverySect__bottom .serviceCard__heading:before {
  background: #656564;
  border: 1px solid #a7aaab;
  color: #ffffff;
  content: counter(num);
  counter-increment: num;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .deliverySect__bottom .serviceCard__heading:before {
    font-size: 15px;
    height: 20px;
    left: 0;
    line-height: 15px;
    padding-left: 3px;
    text-align: center;
    top: 5px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect__bottom .serviceCard__heading:before {
    font-size: calc(26 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
    left: 0;
    line-height: calc(26 / 750 * 100vw);
    padding-left: calc(7 / 750 * 100vw);
    top: 1px;
    width: calc(32 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .deliverySect__bottom .serviceCard__heading + .txt {
    margin-top: 16px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect__bottom .serviceCard__heading + .txt {
    margin: 10px auto;
    padding-bottom: 10px;
  }
}

.deliverySect__bottom .serviceCard--map .serviceCard__visual {
  position: relative;
}

.deliverySect__bottom .serviceCard--map .serviceCard__visual .caption {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .deliverySect__bottom .serviceCard--map .serviceCard__visual .caption {
    font-size: 12px;
    right: 30px;
    top: 210px;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect__bottom .serviceCard--map .serviceCard__visual .caption {
    font-size: 12px;
    right: calc(30 / 750 * 100vw);
    top: calc(400 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .deliverySect__bottom .serviceCard--map .serviceCard__visual .caption + .caption {
    top: 460px;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect__bottom .serviceCard--map .serviceCard__visual .caption + .caption {
    top: calc(870 / 750 * 100vw);
  }
}

.deliverySect__bottom .serviceCard--map .serviceCard__heading:before {
  content: none;
}

.deliverySect__bottom .serviceCard--noNum .serviceCard__heading:before {
  content: '';
}

@media print, screen and (min-width: 768px) {
  .deliverySect__bottom .serviceCard--noPlot .serviceCard__heading {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .deliverySect__bottom .serviceCard--noPlot .serviceCard__heading {
    padding: 0;
  }
}

.deliverySect__bottom .serviceCard--noPlot .serviceCard__heading:before {
  content: none;
}

.lifeSceneGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .lifeSceneGallery {
    width: 672px;
  }
}

.lifeSceneGallery__item {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .lifeSceneGallery__item {
    width: 312px;
  }
}

@media screen and (max-width: 768px) {
  .lifeSceneGallery__item {
    width: 138px;
  }
}

.lifeSceneGallery__ttl {
  color: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-orientation: upright;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media print, screen and (min-width: 768px) {
  .lifeSceneGallery__ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .lifeSceneGallery__ttl {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .pageIntroduction {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntroduction {
    margin: 0 -20px;
    padding-bottom: 80px;
    padding-top: 120px;
  }
}

.pageIntroduction .hospitality {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .pageIntroduction .hospitality {
    padding-bottom: 320px;
    padding-top: 320px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntroduction .hospitality {
    margin: 0 -20px;
    padding-bottom: 140px;
    padding-top: 120px;
  }
}

.pageIntroduction .hospitality:before {
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .pageIntroduction .hospitality:before {
    background: url("../imgs/pc/bg-hospitality@1.5x.jpg") no-repeat top right;
  }
}

@media screen and (max-width: 768px) {
  .pageIntroduction .hospitality:before {
    background: url("../imgs/sp/bg-hospitality.jpg") no-repeat center top/contain;
  }
}

.placeDetail {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
  position: relative;
}

.placeDetail::after {
  background-color: #cccccc;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .placeDetail {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
}

@media screen and (max-width: 768px) {
  .placeDetail {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

.placeDetail__name {
  position: relative;
}

@media screen and (max-width: 768px) {
  .placeDetail__name {
    width: 100%;
    line-height: 1.83333;
  }
  .placeDetail__name:before {
    content: '';
    margin-top: calc((1 - 1.83333) * .5em);
  }
  .placeDetail__name:after {
    margin-bottom: calc((1 - 1.83333) * .5em);
  }
  .placeDetail__name:before, .placeDetail__name:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.placeDefinition {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .placeDefinition {
    font-size: 12px;
    line-height: calc(44 / 24);
    letter-spacing: 0.05em;
    width: 100%;
  }
}

.placeDefinition::before {
  background-image: linear-gradient(to right, #000, #000 1.5px, transparent 1.5px, transparent 5px);
  background-size: 5px 1.5px;
  background-repeat: repeat-x;
  display: block;
  content: "";
  width: auto;
  height: 1.5px;
  margin-top: 5px;
  margin-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .placeDefinition__distance {
    margin: 0 0 0 auto;
  }
}

.placeDefinition__distance:after {
  content: "／";
}

.shokuhaiLabo {
  border: 1px solid #cbcccc;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .shokuhaiLabo {
    margin-top: 80px;
    padding: 30px 142px 30px 429px;
  }
}

@media screen and (max-width: 768px) {
  .shokuhaiLabo {
    margin-top: 70px;
    padding: 266px 20px 30px;
  }
}

.shokuhaiLabo__image {
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .shokuhaiLabo__image {
    left: 18px;
    top: -52px;
  }
}

@media screen and (max-width: 768px) {
  .shokuhaiLabo__image {
    left: 0;
    top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .shokuhaiLabo__image .photo__capIn {
    bottom: 60px;
    left: 5px;
    right: auto;
  }
}

.shokuhaiLabo__logo {
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .shokuhaiLabo__logo {
    right: 20px;
    top: 35px;
    width: 101px;
  }
}

@media screen and (max-width: 768px) {
  .shokuhaiLabo__logo {
    left: 50%;
    top: 142px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 85px;
  }
}

.shokuhaiLabo__ttl {
  color: #222f28;
  letter-spacing: .04em;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .shokuhaiLabo__ttl {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .shokuhaiLabo__ttl {
    font-size: 18px;
    padding-bottom: 14px;
    text-align: center;
  }
}

.shokuhaiLabo__ttl .inner {
  display: block;
  line-height: 1.6;
}

.shokuhaiLabo__ttl .inner:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.shokuhaiLabo__ttl .inner:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.shokuhaiLabo__ttl .inner:before, .shokuhaiLabo__ttl .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.shokuhaiLabo__ttl:after {
  background-color: rgba(34, 47, 40, 0.5);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .shokuhaiLabo__ttl + .txt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .shokuhaiLabo__ttl + .txt {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .service-hospitality .pageIntroduction {
    padding-top: 0;
  }
}

.service-hospitality .leadSect__inner .ttl {
  margin-bottom: 0;
  margin-left: -40px;
  margin-right: -40px;
}

.service-hospitality .leadSect__inner .copy {
  font-size: 28px;
  letter-spacing: .16em;
  line-height: calc(50.4 / 28);
}

@media screen and (max-width: 768px) {
  .service-hospitality .leadSect__inner .copy {
    font-size: 16px;
  }
}

.service-hospitality .leadSect__inner .ttl + .copy {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .service-hospitality .leadSect__inner .ttl + .copy {
    margin-top: 30px;
  }
}

.service-hospitality .generalSect {
  display: block;
  margin-top: 0;
}

.service-hospitality .generalSect__title {
  margin-left: calc( -1 * (100vw - 1152px) / 2);
  overflow: hidden;
  position: relative;
  width: calc( 100% + (100vw - 1152px));
}

@media screen and (max-width: 1152px) {
  .service-hospitality .generalSect__title {
    margin-left: 0;
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .service-hospitality .generalSect__title {
    left: 50%;
    margin-left: 0;
    position: relative;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 768px) {
  .service-hospitality .generalSect__title .background {
    width: calc( 160% + ( (100vw - 350px)));
  }
}

.service-hospitality .generalSect__title .txt {
  color: #ffffff;
  font-family: "Archivo", "Cormorant Infant", serif;
  font-size: 40px;
  left: 50%;
  letter-spacing: .18em;
  opacity: .8;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .service-hospitality .generalSect__title .txt {
    font-size: 24px;
    left: 50%;
  }
}

.service-hospitality .generalSect .contentsBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .service-hospitality .generalSect .contentsBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 768px) {
  .service-hospitality .generalSect .contentsBox {
    padding: 0 15px 0 40px;
    position: relative;
  }
}

.service-hospitality .generalSect .contentsBox.concierge, .service-hospitality .generalSect .contentsBox.support {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .service-hospitality .generalSect .contentsBox.concierge, .service-hospitality .generalSect .contentsBox.support {
    margin-top: 0;
    padding-bottom: 160px;
    padding-top: 81px;
  }
}

@media screen and (max-width: 768px) {
  .service-hospitality .generalSect .contentsBox.concierge, .service-hospitality .generalSect .contentsBox.support {
    margin: 0 -20px;
    padding-bottom: 80px;
    padding-top: 120px;
  }
}

.service-hospitality .generalSect .contentsBox.concierge:before, .service-hospitality .generalSect .contentsBox.support:before {
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .service-hospitality .generalSect .contentsBox.concierge:before, .service-hospitality .generalSect .contentsBox.support:before {
    background: url("../imgs/pc/bg-concierge@1.5x.jpg") no-repeat top left;
  }
}

@media screen and (max-width: 768px) {
  .service-hospitality .generalSect .contentsBox.concierge:before, .service-hospitality .generalSect .contentsBox.support:before {
    background: url("../imgs/sp/bg-pageintro.jpg") no-repeat center top/contain;
  }
}

.service-hospitality .generalSect__title + .contentsBox {
  margin-top: 81px;
}

@media screen and (max-width: 768px) {
  .service-hospitality .generalSect__title + .contentsBox {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .service-hospitality .generalSect__head {
    padding-left: 48px;
    position: relative;
  }
}

.service-hospitality .generalSect__ttl {
  color: rgba(34, 47, 40, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Archivo", "Cormorant Infant", serif;
  height: 100%;
  left: 0;
  letter-spacing: .12em;
  line-height: .7;
  position: absolute;
  top: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

@media print, screen and (min-width: 768px) {
  .service-hospitality .generalSect__ttl {
    border-left: 4px solid rgba(17, 18, 17, 0.5);
    font-size: 22px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .service-hospitality .generalSect__ttl {
    border-right: 2px solid rgba(17, 18, 17, 0.5);
    font-size: 11px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 8px;
  }
}

.service-hospitality .generalSect__cont .photo + .caption {
  padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .service-hospitality .generalSect__cont .photo + .caption {
    text-align: right;
  }
}

@media print, screen and (min-width: 768px) {
  .service-green {
    padding: 160px 0;
  }
}

@media screen and (max-width: 768px) {
  .service-green {
    padding: 80px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .service-green .generalSect {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media print, screen and (min-width: 768px) {
  .service-green .generalSect__head {
    width: 624px;
  }
  .service-green .generalSect__head .txt {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .service-green .generalSect__cont {
    width: 384px;
  }
}

.service-service {
  counter-reset: num;
}

@media print, screen and (min-width: 768px) {
  .service-service {
    padding: 160px 0;
  }
}

@media screen and (max-width: 768px) {
  .service-service {
    padding: 120px 0 80px;
  }
}

.service-service .leadSect__inner .ttl {
  margin-left: -40px;
  margin-right: -40px;
}

.service-service .headSect {
  letter-spacing: .15em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .service-service .headSect {
    margin-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .headSect {
    margin-top: 60px;
  }
}

.service-service .headSect .ttl {
  border-bottom: 1px solid rgba(34, 47, 40, 0.5);
}

@media print, screen and (min-width: 768px) {
  .service-service .headSect .ttl {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .headSect .ttl {
    padding-bottom: 15px;
  }
}

.service-service .headSect .heading {
  font-family: "Archivo", "Cormorant Infant", serif;
}

@media print, screen and (min-width: 768px) {
  .service-service .headSect .heading {
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .headSect .heading {
    padding-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .service-service .primarySect {
    margin-top: 65px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .primarySect {
    margin-top: 40px;
  }
}

.service-service .primarySect__head .subheading {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .service-service .primarySect__cont {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .primarySect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .primarySect__cont .touchFigure {
    margin-right: -40px;
    width: 335px;
  }
}

.service-service .primarySect__cont .touchFigure + .caption {
  padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .service-service .primarySect__cont + .primarySect__bottom {
    margin-top: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .service-service .primarySect__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px;
    margin-top: 65px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .primarySect__bottom {
    margin: 30px -20px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .service-service .primarySect__bottom .serviceCard {
    width: 352px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .primarySect__bottom .serviceCard + .serviceCard {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .service-service .primarySect__bottom .serviceCard__desc {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .primarySect__bottom .serviceCard__desc {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .service-service .primarySect__bottom .serviceCard__desc .txt {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.85714;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .primarySect__bottom .serviceCard__desc .txt {
    font-size: 13px;
    letter-spacing: .06em;
    line-height: 1.80769;
    margin-top: 8px;
  }
}

.service-service .primarySect__bottom .serviceCard__heading {
  letter-spacing: .16em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .service-service .primarySect__bottom .serviceCard__heading {
    font-size: 20px;
    line-height: 1.5;
    padding-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .primarySect__bottom .serviceCard__heading {
    font-size: calc(32 / 750 * 100vw);
    padding: 0 0 10px calc(40 / 750 * 100vw);
  }
}

.service-service .primarySect__bottom .serviceCard__heading:before {
  background: #656564;
  border: 1px solid #a7aaab;
  color: #ffffff;
  content: counter(num);
  counter-increment: num;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .service-service .primarySect__bottom .serviceCard__heading:before {
    font-size: 15px;
    height: 20px;
    left: 0;
    line-height: 15px;
    padding-left: 3px;
    text-align: center;
    top: 5px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .primarySect__bottom .serviceCard__heading:before {
    font-size: calc(26 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
    left: 0;
    line-height: calc(26 / 750 * 100vw);
    padding-left: calc(7 / 750 * 100vw);
    top: 1px;
    width: calc(32 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .service-service .primarySect__bottom .serviceCard__heading + .txt {
    margin-top: 16px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .primarySect__bottom .serviceCard__heading + .txt {
    margin: 10px auto;
    padding-bottom: 10px;
  }
}

.service-service .primarySect__bottom .serviceCard--map .serviceCard__visual {
  position: relative;
}

.service-service .primarySect__bottom .serviceCard--map .serviceCard__visual .caption {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .service-service .primarySect__bottom .serviceCard--map .serviceCard__visual .caption {
    font-size: 12px;
    right: 30px;
    top: 210px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .primarySect__bottom .serviceCard--map .serviceCard__visual .caption {
    font-size: 12px;
    right: calc(30 / 750 *100vw);
    top: calc(400 / 750 *100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .service-service .primarySect__bottom .serviceCard--map .serviceCard__visual .caption + .caption {
    top: 460px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .primarySect__bottom .serviceCard--map .serviceCard__visual .caption + .caption {
    top: calc(870 / 750 *100vw);
  }
}

.service-service .primarySect__bottom .serviceCard--map .serviceCard__heading:before {
  content: none;
}

.service-service .primarySect__bottom .serviceCard--noNum .serviceCard__heading:before {
  content: '';
}

@media print, screen and (min-width: 768px) {
  .service-service .primarySect__bottom .serviceCard--noPlot .serviceCard__heading {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .service-service .primarySect__bottom .serviceCard--noPlot .serviceCard__heading {
    padding: 0;
  }
}

.service-service .primarySect__bottom .serviceCard--noPlot .serviceCard__heading:before {
  content: none;
}

@media print, screen and (min-width: 768px) {
  .service-service .primarySect + .headSect {
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .service-service .primarySect + .headSect {
    margin-top: 75px;
  }
}
