@charset "UTF-8";
.page-business .border-box, .page-business .border-box--red {
  padding: 16px;
  border-radius: 16px;
  border: #ccc 1px solid; }

.page-business .icon--arrow, .page-business .icon--shop, .page-business .icon--online, .page-business .icon--camera, .page-business .icon--up, .page-business .icon--down, .page-business .icon--rank, .page-business .icon--calendar, .page-business .icon--good, .page-business .icon--graph, .page-business .icon--hotel, .page-business .icon--resort, .page-business .icon--hotel2, .page-business .icon--ryokan {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.page-business .mv, .page-business .mv--on-text {
  height: 244px;
  border-bottom: #ccc 1px solid;
  border-top: #ccc 1px solid;
  overflow: hidden;
  position: relative; }

.page-business .cont__footer::after {
  display: block;
  margin: 8px auto -16px;
  width: 60px;
  height: 30px;
  box-sizing: border-box;
  border-top: #bf0000 30px solid;
  border-left: transparent 30px solid;
  border-right: transparent 30px solid; }

.page-business .ope--equal, .page-business .ope--multi {
  display: block;
  width: 32px;
  height: 32px;
  position: relative; }
  .page-business .ope--equal::before, .page-business .ope--multi::before, .page-business .ope--equal::after, .page-business .ope--multi::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    top: 12px; }
  .page-business .ope--equal::after, .page-business .ope--multi::after {
    top: 20px; }

.page-business .icon-box, .photo-service #benefits .benefits > * {
  flex: 1 50%;
  position: relative; }
  .page-business .icon-box .border-box, .photo-service #benefits .benefits > * .border-box, .page-business .icon-box .border-box--red, .photo-service #benefits .benefits > * .border-box--red {
    padding: 56px 24px 24px; }
  .page-business .icon-box i, .photo-service #benefits .benefits > * i {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: #ccc 1px solid;
    background-size: 66px auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%); }
    .page-business .icon-box i.icon--online, .photo-service #benefits .benefits > * i.icon--online {
      border-color: #bf0000; }
  .page-business .icon-box h3, .photo-service #benefits .benefits > * h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0; }
    .page-business .icon-box h3 b, .photo-service #benefits .benefits > * h3 b {
      display: block;
      font-size: 16px;
      color: #333;
      margin: 0 0 12px; }
  .page-business .icon-box p, .photo-service #benefits .benefits > * p {
    margin: 12px 0 0; }
  .page-business .icon-box ul, .photo-service #benefits .benefits > * ul {
    padding: 0 0 0 24px;
    margin: 12px 0 0; }

.page-business .flow, .photo-service #service .flow {
  margin: 32px auto 0;
  gap: 12px 40px;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  position: relative; }
  .page-business .flow .touch, .photo-service #service .flow .touch {
    display: flex;
    justify-content: center;
    position: relative;
    gap: 32px; }
    .page-business .flow .touch::before, .photo-service #service .flow .touch::before {
      content: "";
      display: block;
      width: 1px;
      height: 80%;
      background: #ccc;
      position: absolute;
      left: 51%;
      top: 10%;
      transform: rotate(10deg); }
  .page-business .flow > *, .photo-service #service .flow > * {
    padding: 16px;
    border-radius: 16px;
    border: #ccc 1px solid;
    position: relative;
    text-align: center; }
    .page-business .flow > *::after, .photo-service #service .flow > *::after {
      content: "";
      display: block;
      width: 40px;
      height: 100%;
      background: url("../../../images/business/ito/icon__arrow--white.svg") no-repeat center/24px auto;
      -webkit-filter: brightness(80%);
              filter: brightness(80%);
      position: absolute;
      right: -40px;
      top: 0; }
    .page-business .flow > * h3, .photo-service #service .flow > * h3 {
      letter-spacing: 0;
      margin: 0;
      font-size: 18px;
      font-weight: bold; }
      .page-business .flow > * h3 a, .photo-service #service .flow > * h3 a {
        color: #bf0000; }
    .page-business .flow > * p, .photo-service #service .flow > * p {
      font-size: 15px;
      margin: 8px 0 0; }
  .page-business .flow .start, .photo-service #service .flow .start {
    background: #ffe5e5; }
    .page-business .flow .start::after, .photo-service #service .flow .start::after {
      display: none; }
  .page-business .flow .duration, .photo-service #service .flow .duration {
    background: #f5f5f5;
    grid-column-start: 2;
    grid-column-end: 4;
    border: 0;
    border-radius: 4px;
    text-align: center;
    padding: 6px; }
    .page-business .flow .duration::after, .photo-service #service .flow .duration::after {
      display: none; }

.page-business {
  line-break: strict;
  color: #333;
  font-size: 16px;
  padding: 96px 0 0; }
  .page-business * {
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  .page-business article:not([class]) {
    margin: 24px 0 0; }
    .page-business article:not([class]) h3 {
      font-size: 18px;
      font-weight: bold; }
    .page-business article:not([class]) p {
      margin: 12px 0; }
      .page-business article:not([class]) p.note {
        font-size: 14px; }
    .page-business article:not([class]) ul {
      padding: 0 0 0 24px; }
  .page-business img:not([class]) {
    max-width: 100%;
    height: auto; }
  .page-business .is-sp {
    display: none; }
  .page-business .border-box--red {
    border-color: #bf0000; }
  .page-business .text-red {
    color: #bf0000; }
  .page-business .icon--arrow {
    background-image: url("../../../images/business/ito/icon__arrow.svg"); }
  .page-business .icon--shop {
    background-image: url("../../../images/business/ito/icon__shop.svg"); }
  .page-business .icon--online {
    background-image: url("../../../images/business/ito/icon__online.svg"); }
  .page-business .icon--camera {
    background-image: url("../../../images/business/ito/icon__camera.svg"); }
  .page-business .icon--up {
    background-image: url("../../../images/business/ito/icon__up.svg"); }
  .page-business .icon--down {
    background-image: url("../../../images/business/ito/icon__down.svg"); }
  .page-business .icon--rank {
    background-image: url("../../../images/business/ito/photo-service/icon__rank.svg"); }
  .page-business .icon--calendar {
    background-image: url("../../../images/business/ito/photo-service/icon__calendar.svg"); }
  .page-business .icon--good {
    background-image: url("../../../images/business/ito/photo-service/icon__good.svg"); }
  .page-business .icon--graph {
    background-image: url("../../../images/business/ito/photo-service/icon__graph.svg"); }
  .page-business .icon--hotel {
    background-image: url("../../../images/business/land-property/icon__hotel.svg"); }
  .page-business .icon--resort {
    background-image: url("../../../images/business/land-property/icon__resort.svg"); }
  .page-business .icon--hotel2 {
    background-image: url("../../../images/business/land-property/icon__hotel2.svg"); }
  .page-business .icon--ryokan {
    background-image: url("../../../images/business/land-property/icon__ryokan.svg"); }
  .page-business .list-arrow {
    list-style: none;
    padding: 0 0 0 8px; }
    .page-business .list-arrow li {
      display: inline-block;
      padding: 4px 0 4px calc(20 / 16 * 1em + 8px);
      position: relative; }
      .page-business .list-arrow li::before {
        content: "";
        display: block;
        width: calc(20 / 16 * 1em);
        height: calc(20 / 16 * 1em);
        border-radius: 100%;
        background: url("../../../images/business/ito/icon__arrow--white.svg") no-repeat center/50% auto #bf0000;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%); }
  .page-business .button {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    padding: 0.6em 0.6em 0.6em 0.8em;
    border-radius: 100px;
    background: #bf0000;
    border: transparent 3px solid;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    max-width: 300px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.3); }
    .page-business .button::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: #fff 2px solid;
      border-right: #fff 2px solid;
      transform: rotate(45deg); }
    .page-business .button--apply {
      display: flex;
      gap: 12px;
      align-items: center;
      justify-content: center;
      min-width: 280px;
      padding: 0.6em 0.6em 0.6em 0.8em;
      border-radius: 100px;
      background: #bf0000;
      border: transparent 3px solid;
      box-sizing: border-box;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      position: relative;
      max-width: 300px;
      box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.3); }
      .page-business .button--apply::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: #fff 2px solid;
        border-right: #fff 2px solid;
        transform: rotate(45deg); }
    .page-business .button--contact {
      display: flex;
      gap: 12px;
      align-items: center;
      justify-content: center;
      min-width: 280px;
      padding: 0.6em 0.6em 0.6em 0.8em;
      border-radius: 100px;
      background: #fff;
      border: #bf0000 3px solid;
      box-sizing: border-box;
      color: #bf0000;
      font-size: 20px;
      font-weight: bold;
      position: relative;
      max-width: 300px;
      box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.3); }
      .page-business .button--contact::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: #bf0000 2px solid;
        border-right: #bf0000 2px solid;
        transform: rotate(45deg); }
  .page-business .column {
    display: flex;
    gap: 16px;
    list-style: none; }
  .page-business .ope--multi::before, .page-business .ope--multi::after {
    top: 16px;
    transform: rotate(45deg); }
  .page-business .ope--multi::after {
    transform: rotate(-45deg); }
  .page-business .mv__logo {
    width: 48%;
    height: 244px;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-business .mv__logo img {
      max-width: 316px !important;
      width: 80%; }
  .page-business .mv__image {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center; }
  .page-business .mv__text {
    width: 100%;
    text-align: center; }
    .page-business .mv__text * {
      color: #fff;
      font-weight: bold;
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
  .page-business .mv--on-text {
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-business .mv--on-text .mv__image {
      width: 100%;
      height: 244px;
      left: 0;
      -webkit-filter: none;
              filter: none;
      opacity: 1; }
  .page-business .page-index {
    margin: 24px auto 0;
    padding: 0;
    display: flex;
    gap: 16px;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap; }
    .page-business .page-index li {
      margin: 0;
      display: flex;
      align-items: center;
      gap: 16px; }
      .page-business .page-index li::after {
        content: "";
        display: block;
        width: 1px;
        height: 1.2em;
        background: #ccc; }
      .page-business .page-index li:last-of-type::after {
        display: none; }
    .page-business .page-index a {
      display: block;
      color: #000; }
  .page-business .cont {
    margin: 56px auto;
    max-width: 960px; }
    .page-business .cont__block {
      margin: 40px auto 0; }
    .page-business .cont__heading {
      font-size: 32px;
      text-align: center;
      font-weight: bold;
      line-height: calc(46 / 32);
      letter-spacing: 0.02em; }
      .page-business .cont__heading small {
        font-weight: bold;
        font-size: 24px;
        color: #333;
        display: block;
        line-height: 1.3; }
      .page-business .cont__heading.sub {
        font-size: 28px; }
        .page-business .cont__heading.sub b {
          color: #bf0000; }
    .page-business .cont__lead {
      margin: 24px auto 0;
      font-size: 20px;
      text-align: center; }
    .page-business .cont__title {
      margin: 24px auto 0;
      padding: 4px 16px;
      font-size: 16px;
      border-top: #ccc 1px solid;
      border-bottom: #ccc 1px solid;
      text-align: center; }
    .page-business .cont__footer {
      margin: 56px auto 0;
      text-align: center;
      position: relative; }
      .page-business .cont__footer::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -70%); }
      .page-business .cont__footer p {
        display: inline-block;
        background: #ffe5e5;
        border-radius: 16px;
        padding: 24px;
        font-size: 18px; }
        .page-business .cont__footer p b {
          font-size: 22px; }
  .page-business .cv {
    background: #f5f5f5;
    padding: 24px 16px 32px; }
    .page-business .cv p {
      text-align: center;
      font-size: 18px; }
      .page-business .cv p b {
        color: #bf0000; }
    .page-business .cv .column {
      justify-content: center;
      gap: 24px; }

.ito .content-title span, .ito .mv h1 b, .ito .about .rakuten-stay h3 b, .ito .omakase h2 b {
  font-family: "Rakuten Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

.ito .about, .ito .service, .ito .faq {
  background: #f5f5f5; }

.ito * {
  line-break: strict; }

.ito h2,
.ito h3,
.ito h4 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em; }

.ito b {
  font-weight: inherit; }

.ito a {
  color: inherit;
  font-size: inherit; }
  .ito a.arrow {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 32px;
    background: #bf0000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 100px;
    letter-spacing: 0.04em;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25); }
    .ito a.arrow:hover {
      text-decoration: none; }
    .ito a.arrow::after {
      content: "";
      display: block;
      width: 0.9em;
      height: 0.9em;
      background: url(../../images/business/ito/icon__button-arrow.svg) no-repeat center/contain; }
  .ito a.external-link {
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #fff;
    display: inline-flex;
    gap: 8px;
    border-radius: 3px;
    background: #009b00;
    align-items: center;
    padding: 8px 12px;
    font-weight: 500;
    letter-spacing: 0.02em; }
    .ito a.external-link::after {
      content: "";
      display: block;
      width: 1.2em;
      height: 1.2em;
      margin-right: 16px;
      background: url(../../images/business/ito/icon__external.svg) no-repeat center/contain; }

.ito p {
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 500; }

.ito .container {
  max-width: 960px;
  padding: 0 16px;
  margin: 0 auto;
  width: 100%; }

.ito .text-red {
  color: #bf0000; }

.ito .note {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500; }

.ito .content-title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin: 40px 0 12px; }
  .ito .content-title span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    color: #bf0000;
    margin: 0 0 16px; }

.ito .x-scroll-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 16px 0;
  margin: 0 -16px;
  position: relative; }
  .ito .x-scroll-container::before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background: url(../../images/business/ito/note-slide.png) no-repeat center/contain;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: slide 1s linear 1s infinite alternate; }

@keyframes slide {
  0% {
    transform: translate(-30%, -50%); }
  100% {
    transform: translate(-70%, -50%); } }
  .ito .x-scroll-container.touched::before {
    display: none !important; }

.ito .mv {
  width: 100%;
  height: 450px;
  padding: 24px 0 0;
  background: url(../../images/business/ito/mv.png) no-repeat center/cover;
  position: relative; }
  .ito .mv__logo {
    display: block;
    width: 170px;
    height: 43px; }
    .ito .mv__logo img {
      display: block;
      width: 100%;
      height: auto; }
  .ito .mv h1 {
    color: #FFF;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 40px;
    font-weight: 800;
    line-height: calc(48 / 40);
    letter-spacing: 0.02em;
    margin: 40px 0 0; }
    .ito .mv h1 b {
      font-size: inherit;
      color: inherit;
      font-weight: 700;
      letter-spacing: -0.01em; }
    .ito .mv h1 span {
      font-size: 24px;
      font-weight: inherit;
      color: inherit; }
  .ito .mv p {
    margin: 20px 0 0;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: 600;
    line-height: calc(24 / 16);
    letter-spacing: 0.02em; }
  .ito .mv__benefit {
    position: absolute;
    width: 100%;
    padding: 12px 16px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(191, 0, 0, 0.5); }
    .ito .mv__benefit ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      display: flex;
      justify-content: center; }
      .ito .mv__benefit ul li {
        padding: 0 12px;
        border-right: rgba(255, 255, 255, 0.3) 1px solid; }
        .ito .mv__benefit ul li:last-of-type {
          border: none; }
        .ito .mv__benefit ul li img {
          display: block;
          width: auto;
          height: 76px; }

.ito .about {
  padding: 0 0 40px; }
  .ito .about__img img {
    display: block;
    width: 100%;
    max-width: 342px;
    margin: 32px auto 0;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15); }
  .ito .about p {
    margin: 48px auto 0;
    line-height: calc(30 / 16); }
  .ito .about .rakuten-stay {
    background: #fff;
    padding: 16px;
    margin: 24px auto 0; }
    .ito .about .rakuten-stay h3 {
      font-size: 22px;
      font-weight: bolder; }
      .ito .about .rakuten-stay h3 b {
        font-size: 1.1em; }
    .ito .about .rakuten-stay p {
      font-size: 13px;
      line-height: calc(22 / 13);
      margin: 8px 0 0;
      text-align: left; }
    .ito .about .rakuten-stay a {
      display: block;
      margin: 4px 0 0;
      font-size: 12px;
      text-decoration: underline; }

.ito .features .column {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px; }
  .ito .features .column li {
    max-width: 350px; }
    .ito .features .column li img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto; }
    .ito .features .column li h3 {
      text-align: center;
      font-size: 20px;
      line-height: 1.4;
      margin: 24px 0 0;
      letter-spacing: 0.04em; }
    .ito .features .column li p {
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.7;
      margin: 8px 0 0;
      letter-spacing: 0.02em;
      text-align: center; }

.ito .onayami {
  margin: 40px 0 0;
  padding: 24px 0 36px;
  background: #e2edf9; }
  .ito .onayami h2 {
    color: #303e6e;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.04em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -48px 0 -80px;
    min-width: 172px; }
    .ito .onayami h2::after {
      content: "";
      display: block;
      width: 120px;
      height: 170px;
      background: url(../../images/business/ito/onayami-man.png) no-repeat center/contain;
      margin-right: -16px; }
  .ito .onayami ul {
    list-style: none;
    padding: 0;
    margin: 32px auto 0;
    display: block; }
    .ito .onayami ul li {
      display: inline-block;
      padding: 12px 16px;
      background: #303e6e;
      color: #fff;
      border-radius: 4px;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: 0.02em;
      margin: 12px 0 0;
      box-shadow: 4px 4px 12px rgba(38, 154, 194, 0.25); }
      .ito .onayami ul li b {
        font-size: 20px;
        font-weight: inherit;
        line-height: 1.4;
        color: #f8d33d; }

.ito .omakase {
  padding: 24px 16px 40px; }
  .ito .omakase h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    line-height: calc(32 / 24);
    margin: 0; }
    .ito .omakase h2::before {
      content: "";
      display: block;
      width: 130px;
      height: 138px;
      background: url(../../images/business/ito/omakase-man.png) no-repeat center bottom/contain;
      margin: 0 auto 16px; }
    .ito .omakase h2 b {
      color: #bf0000;
      font-size: 1.1em;
      font-weight: inherit;
      letter-spacing: -0.01em; }
    .ito .omakase h2 small {
      color: #333;
      font-size: 16px;
      font-weight: inherit; }
    .ito .omakase h2 span {
      display: inline-block;
      background: linear-gradient(transparent 60%, #F8D33D 60%); }

.ito .service {
  padding: 0 0 48px; }
  .ito .service .plan {
    margin: 88px auto 0;
    min-width: 460px;
    position: relative;
    z-index: 10; }
    .ito .service .plan__header > * {
      font-weight: 700;
      line-height: 1.4;
      color: #fff;
      padding: 16px 8px !important;
      text-align: center;
      letter-spacing: 0.05em; }
      .ito .service .plan__header > * small {
        display: block;
        font-size: 10px;
        margin: 8px 0 0;
        font-weight: 500; }
    .ito .service .plan tr:nth-of-type(2n) {
      background: #eee; }
    .ito .service .plan th {
      font-size: 16px;
      padding: 8px; }
      .ito .service .plan th:first-of-type {
        font-size: 14px;
        font-weight: 500; }
      .ito .service .plan th.advanced {
        background: #bf0000;
        position: relative; }
        .ito .service .plan th.advanced::after {
          content: "＼おすすめ／";
          display: block;
          width: 90px;
          height: 130px;
          padding-top: 20px;
          background: url(../../images/business/ito/osusume-man.png) no-repeat center 36px/76px auto;
          position: absolute;
          top: 0;
          left: 55%;
          transform: translate(-50%, -100px);
          z-index: -1;
          font-size: 14px;
          color: #bf0000; }
      .ito .service .plan th.basic {
        background: #555; }
    .ito .service .plan td {
      padding: 8px;
      font-size: 40px;
      line-height: 1;
      background: rgba(85, 85, 85, 0.01);
      text-align: center;
      color: #555; }
      .ito .service .plan td:nth-of-type(2n+1) {
        background: rgba(191, 0, 0, 0.1);
        color: #bf0000; }
  .ito .service .note {
    margin: 1em auto;
    max-width: 750px; }
  .ito .service .banners {
    margin: 64px auto; }
    .ito .service .banners > * {
      display: block;
      margin: 12px auto;
      box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      overflow: hidden;
      max-width: 344px; }
  .ito .service .transaction h3 {
    font-size: 20px;
    margin: 44px 0 0;
    text-align: center; }
  .ito .service .transaction p {
    text-align: center;
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.4; }
  .ito .service .transaction__sites {
    margin: 24px auto 0;
    padding: 0;
    list-style: none; }
    .ito .service .transaction__sites li {
      flex: 1 calc(50% - 8px);
      background: #fff;
      border-radius: 4px;
      margin: 8px auto;
      align-items: center; }
      .ito .service .transaction__sites li h4 {
        font-size: 13px;
        margin: 0;
        padding: 12px 16px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .ito .service .transaction__sites li h4::after {
          content: "";
          display: block;
          width: .6em;
          height: .6em;
          border-top: #333 2px solid;
          border-right: #333 2px solid;
          transform: rotate(135deg); }
        .ito .service .transaction__sites li h4.open::after {
          transform: rotate(-45deg); }
        .ito .service .transaction__sites li h4.open + .logos {
          height: auto;
          display: flex; }
      .ito .service .transaction__sites li .logos {
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px 4px;
        gap: 0 8px;
        border-top: #f5f5f5 1px solid; }
        .ito .service .transaction__sites li .logos > * {
          flex: 1 110px;
          max-width: 110px; }

.ito .case {
  padding: 0 0 100px; }
  .ito .case .carousel {
    margin: 32px -16px 0 0; }
    .ito .case .carousel .slick-track {
      display: flex; }
    .ito .case .carousel .slick-slide {
      height: auto !important; }
    .ito .case .carousel .slick-dots {
      bottom: -32px; }
      .ito .case .carousel .slick-dots button::before {
        transition: 0.2s;
        font-size: 60px; }
  .ito .case article {
    padding: 12px;
    border: #eee 1px solid;
    border-radius: 8px;
    margin: 0 16px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .ito .case article img {
      display: block;
      border-radius: 4px;
      aspect-ratio: 3 / 2;
      width: 100%; }
    .ito .case article h3 {
      font-size: 16px;
      font-weight: 700;
      line-height: calc(20 / 16);
      letter-spacing: 0.02em;
      margin: 12px 0 0; }
    .ito .case article p {
      font-size: 13px;
      line-height: calc(22 / 13);
      letter-spacing: 0.02em;
      margin: 8px 0 0; }
    .ito .case article .info {
      font-size: 12px;
      letter-spacing: 0.02em;
      margin: 12px 0 0; }
    .ito .case article .sites {
      margin: 12px 0 0;
      padding: 12px;
      background: #f3f3f3;
      border-radius: 4px;
      min-height: 124px; }
      .ito .case article .sites h4 {
        font-size: 12px;
        margin: 0; }
      .ito .case article .sites a {
        margin: 6px 0 0; }

.ito .faq {
  padding: 0 0 48px; }
  .ito .faq dl {
    padding: 24px 0;
    margin: 0 auto;
    border-bottom: #ccc 1px solid;
    max-width: 750px; }
    .ito .faq dl:first-of-type {
      margin-top: 24px; }
    .ito .faq dl:last-of-type {
      border: none; }
    .ito .faq dl dt {
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.04em;
      margin: 0; }
      .ito .faq dl dt span {
        margin-right: 16px; }
    .ito .faq dl dd {
      font-size: 15px;
      line-height: calc(28 / 15);
      margin: 16px 0 0;
      letter-spacing: 0.02em; }

.ito .cv {
  background: #ffe1e1;
  padding: 8px 0 44px;
  text-align: center; }
  .ito .cv h2 {
    font-size: 32px;
    letter-spacing: 0.06em;
    color: #bf0000;
    position: relative;
    margin: 0;
    font-weight: 600; }
    .ito .cv h2::before {
      content: "";
      display: block;
      width: 140px;
      height: 155px;
      background: url(../../images/business/ito/woman.png) no-repeat center/contain;
      margin: 0 auto 8px; }
  .ito .cv p {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 0; }
  .ito .cv a {
    margin: 20px 8px 0; }
  .ito .cv--fix {
    position: fixed;
    transition: position .2s;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding: 12px 16px;
    background: #bf0000;
    color: #fff;
    z-index: 100;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.3); }
    .ito .cv--fix.static {
      position: static; }
    .ito .cv--fix p {
      font-size: 12px;
      line-height: 1.4;
      letter-spacing: 0.02em;
      margin: 0;
      padding-left: 12px; }
    .ito .cv--fix b {
      display: block;
      font-size: 22px;
      font-weight: 600;
      letter-spacing: 0.04em; }
    .ito .cv--fix a.arrow {
      font-size: 15px;
      color: #bf0000;
      background: #fff;
      padding: 8px 16px;
      gap: 4px;
      white-space: nowrap;
      line-height: 1.2; }
      .ito .cv--fix a.arrow::after {
        background-image: url(../../images/business/ito/icon__button-arrow--invert.svg); }

.ito .footer-logo {
  padding: 48px 16px;
  text-align: center; }
  .ito .footer-logo img {
    max-width: 233px; }

.photo-service .note {
  font-size: 12px; }

.photo-service #importance .graph {
  display: block;
  margin: 24px auto 0; }

.photo-service #importance .intro {
  gap: 40px;
  margin: 40px auto 0; }
  .photo-service #importance .intro > * {
    flex: 1; }

.photo-service #importance .example .column {
  margin: 24px auto 0; }
  .photo-service #importance .example .column img {
    width: 100%; }

.photo-service #importance .example .publish {
  gap: 40px; }
  .photo-service #importance .example .publish > * {
    flex: 1; }
  .photo-service #importance .example .publish figcaption {
    font-size: 14px;
    margin: 12px 0 0; }

.photo-service #benefits .benefits {
  margin: 40px auto 0;
  flex-wrap: wrap;
  gap: 72px 30px; }
  .photo-service #benefits .benefits > * {
    flex: 1 calc(100% / 2 - 30px);
    text-align: center; }
    .photo-service #benefits .benefits > * .border-box {
      height: 100%;
      padding-left: 40px;
      padding-right: 40px; }

.photo-service #service .flow {
  grid-template-columns: repeat(4, 1fr); }
  .photo-service #service .flow h3 {
    padding: 12px 0 0;
    color: #bf0000; }

.photo-service #copyright .option p {
  margin: 24px auto 32px; }

.land-property .icon-box .border-box {
  height: 100%;
  padding-top: 64px; }
  .land-property .icon-box .border-box dl {
    display: flex;
    gap: 20px;
    border-bottom: #ccc 1px solid;
    padding: 12px 0;
    margin: 0;
    min-height: 72px; }
    .land-property .icon-box .border-box dl:first-of-type {
      margin: 16px 0 0; }
    .land-property .icon-box .border-box dl:last-of-type {
      border: 0; }
    .land-property .icon-box .border-box dl dt {
      width: 100px; }
    .land-property .icon-box .border-box dl dd {
      width: calc(100% - 80px + 16px); }
      .land-property .icon-box .border-box dl dd > * {
        margin: 0; }

.land-property .cont__title {
  font-weight: bold; }

.land-property .mv__text p {
  font-size: 18px;
  font-weight: normal; }

.land-property .flow {
  grid-template-columns: 1fr 1fr 1fr; }
  .land-property .flow > * {
    border: 0;
    background: #f5f5f5; }
    .land-property .flow > * p {
      font-size: 16px;
      margin: 12px auto 0; }

.land-property .cv {
  padding-top: 32px;
  text-align: center; }
  .land-property .cv p {
    font-size: 20px;
    font-weight: bold; }
  .land-property .cv__apply {
    margin: 16px 0 0; }
    .land-property .cv__apply p {
      font-size: 20px;
      font-weight: bold; }
    .land-property .cv__apply a {
      flex: 1;
      max-width: 320px; }
  .land-property .cv__contact {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    margin: 24px 0 0;
    background: rgba(204, 204, 204, 0.5);
    gap: 12px;
    border-radius: 16px; }
    .land-property .cv__contact:hover {
      text-decoration: none; }
    .land-property .cv__contact span:not([class]) {
      font-size: 15px;
      font-weight: bold;
      margin: 0;
      color: #333; }
    .land-property .cv__contact span.button--contact {
      min-width: 180px;
      font-size: 18px;
      box-shadow: none; }

.land-property #about .intro__text {
  margin: 32px auto 0;
  text-align: center;
  font-size: 20px; }

.land-property #about .intro__image img {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 40px auto 0; }

.land-property #land .column {
  margin: 88px auto 0;
  gap: 32px; }
  .land-property #land .column h3 {
    font-size: 24px; }

.land-property #sell .column {
  margin: 88px auto 0;
  gap: 32px; }

@media screen and (max-width: 767px) {
    .page-business .ope--equal, .page-business .ope--multi {
      transform: scale(0.9); }
      .page-business .icon-box .border-box, .photo-service #benefits .benefits > * .border-box, .page-business .icon-box .border-box--red, .photo-service #benefits .benefits > * .border-box--red {
        padding: 56px 16px 24px; }
    .page-business .flow, .photo-service #service .flow {
      display: flex;
      flex-direction: column;
      gap: 24px; }
        .page-business .flow > *::after, .photo-service #service .flow > *::after {
          top: auto;
          right: auto;
          height: 24px;
          left: 50%;
          bottom: 0;
          transform: translate(-50%, 100%) rotate(90deg); }
      .page-business .flow .duration, .photo-service #service .flow .duration {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 32px;
        padding: 0;
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
        line-height: 32px;
        background: linear-gradient(#fff, #f5f5f5 20%, #f5f5f5 70%, #fff); }
        .page-business .flow .duration span, .photo-service #service .flow .duration span {
          text-combine-upright: all; }
    .page-business {
      padding: 80px 0 0; }
      .page-business .is-sp {
        display: block; }
    .page-business .is-pc {
      display: none; }
      .page-business .column {
        flex-direction: column; }
      .page-business .mv__logo {
        width: 100%;
        text-align: center; }
      .page-business .mv__image {
        width: 100%;
        height: 244px;
        left: 0;
        opacity: 0.3; }
          .page-business .cont__heading.sub {
            font-size: 24px; }
        .page-business .cont__lead {
          font-size: 18px; }
          .page-business .cont__footer p {
            padding: 24px 16px;
            font-size: 16px; }
            .page-business .cont__footer p b {
              font-size: 20px; }
          .page-business .cv p b {
            display: block; }
        .page-business .cv .column {
          gap: 16px;
          align-items: center; }
    .photo-service #importance .graph {
      width: 100%;
      height: auto; }
    .photo-service #benefits .benefits {
      margin-top: 64px;
      gap: 56px; }
    .photo-service #service .flow {
      padding: 0; }
      .land-property .icon-box .border-box dl {
        min-height: 0; }
        .land-property .icon-box .border-box dl dt {
          width: 72px; }
        .land-property .cv__apply a {
          width: 100%; }
      .land-property .cv__contact {
        flex-direction: column;
        border-radius: 20px;
        gap: 12px;
        padding: 16px;
        width: 100%;
        max-width: 320px; }
        .land-property .cv__contact span.button--contact {
          width: 200px; }
    .land-property #about .intro__text {
      font-size: 18px; }
    .land-property #land .column {
      gap: 80px; }
    .land-property #sell .column {
      gap: 80px; } }

@media (hover: hover) {
      .page-business .button {
        transition: 0.2s; }
        .page-business .button:hover {
          text-decoration: none;
          transform: scale(1.02);
          -webkit-filter: brightness(110%);
                  filter: brightness(110%); }
        .page-business .button--apply {
          transition: 0.2s; }
          .page-business .button--apply:hover {
            text-decoration: none;
            transform: scale(1.02);
            -webkit-filter: brightness(110%);
                    filter: brightness(110%); }
        .page-business .button--contact {
          transition: 0.2s; }
          .page-business .button--contact:hover {
            text-decoration: none;
            transform: scale(1.02);
            -webkit-filter: brightness(110%);
                    filter: brightness(110%); }
      .ito a.arrow {
        transition: 0.2s; }
        .ito a.arrow:hover {
          opacity: 0.75; }
      .ito a.external-link {
        transition: 0.2s; }
        .ito a.external-link:hover {
          opacity: 0.75;
          text-decoration: none; } }

@media screen and (min-width: 768px) {
      .ito a.arrow {
        font-size: 20px; }
    .ito .content-title {
      font-size: 32px;
      margin: 56px 0 16px; }
      .ito .content-title span {
        font-size: 20px; }
      .ito .mv h1 {
        font-size: 56px; }
        .ito .mv h1 b {
          font-size: 58px; }
        .ito .mv h1 span {
          font-size: 32px; }
      .ito .mv p {
        font-size: 22px; }
        .ito .mv__benefit ul {
          justify-content: flex-start; }
          .ito .mv__benefit ul li {
            border: none;
            position: relative;
            padding: 0 20px; }
            .ito .mv__benefit ul li::after {
              content: "";
              display: block;
              width: 1px;
              height: 90%;
              background: rgba(255, 255, 255, 0.5);
              position: absolute;
              top: 0;
              right: 0;
              transform: rotate(16deg); }
            .ito .mv__benefit ul li:last-of-type::after {
              display: none; }
      .ito .about p {
        text-align: center;
        max-width: 760px; }
      .ito .about .rakuten-stay {
        margin-top: 44px;
        max-width: 870px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        padding: 0 16px; }
        .ito .about .rakuten-stay__image {
          flex: 44;
          margin: -16px 0 -4px; }
        .ito .about .rakuten-stay__text {
          flex: 38;
          max-width: 388px;
          padding: 16px 32px;
          text-align: left; }
        .ito .about .rakuten-stay a {
          margin-top: 8px; }
    .ito .features .column {
      flex-direction: row;
      align-items: flex-start;
      margin-top: 48px; }
      .ito .features .column li {
        flex: 1; }
        .ito .features .column li p {
          text-align: left; }
      .ito .onayami h2 {
        display: block;
        text-align: center;
        font-size: 28px;
        position: relative;
        margin: 12px 0 0; }
        .ito .onayami h2::after {
          position: absolute;
          left: 50%;
          top: 80px;
          width: 140px;
          height: 220px;
          transform: translate(-50%, 0); }
      .ito .onayami ul {
        max-width: 850px;
        min-height: 168px;
        margin: 20px auto;
        position: relative; }
        .ito .onayami ul li {
          position: absolute; }
          .ito .onayami ul li:first-of-type {
            left: 0;
            top: 40px;
            width: 300px; }
          .ito .onayami ul li:nth-of-type(2) {
            right: 95px;
            top: 0;
            width: 260px; }
          .ito .onayami ul li:nth-of-type(3) {
            right: 0;
            top: 84px;
            width: 290px; }
    .ito .omakase {
      padding: 40px 16px 0;
      margin-bottom: -20px;
      display: flex;
      justify-content: center; }
      .ito .omakase::before {
        content: "";
        display: block;
        width: 244px;
        height: 257px;
        background: url(../../images/business/ito/omakase-man.png) no-repeat center bottom/contain;
        margin: 0; }
      .ito .omakase h2 {
        font-size: 32px;
        line-height: 44px;
        text-align: left;
        margin-top: 32px; }
        .ito .omakase h2::before {
          display: none; }
        .ito .omakase h2 small {
          font-size: 24px; }
        .ito .service .plan__header > * {
          font-size: 20px !important;
          padding: 16px 16px !important; }
          .ito .service .plan__header > * small {
            font-size: 13px; }
        .ito .service .plan th {
          padding: 8px 16px; }
          .ito .service .plan th:first-of-type {
            font-size: 16px;
            min-width: 180px; }
          .ito .service .plan th.advanced {
            width: 250px; }
            .ito .service .plan th.advanced::after {
              width: 180px;
              display: flex;
              justify-content: flex-end;
              align-items: center;
              background-position: left bottom;
              font-size: 16px;
              left: 50%;
              transform: translate(-50%, -110px); }
        .ito .service .transaction__sites li {
          display: flex; }
          .ito .service .transaction__sites li h4 {
            width: 130px;
            text-align: left; }
            .ito .service .transaction__sites li h4::after {
              display: none; }
          .ito .service .transaction__sites li .logos {
            display: flex;
            width: calc(100% - 130px);
            padding: 8px;
            gap: 0 12px;
            justify-content: flex-start;
            border: none;
            border-left: #f5f5f5 1px solid; }
            .ito .service .transaction__sites li .logos > * {
              flex: 1 120px;
              max-width: 120px; }
      .ito .case article {
        margin: 0 24px 0 0; }
    .ito .cv {
      padding: 0; }
      .ito .cv__text {
        padding-left: 160px; }
      .ito .cv__buttons {
        display: inline-flex;
        gap: 8px;
        flex-direction: column;
        align-items: flex-start; }
        .ito .cv__buttons a {
          width: 220px; }
    .ito .cv .container {
      display: flex;
      justify-content: space-between;
      text-align: left;
      align-items: center;
      position: relative;
      height: 140px; }
      .ito .cv .container::before, .ito .cv .container::after {
        display: none; }
      .ito .cv h2 {
        position: static; }
        .ito .cv h2::before {
          width: 147px;
          height: 163px;
          position: absolute;
          margin: 0;
          background-position: center bottom;
          left: 0;
          bottom: -1px; }
      .ito .cv p {
        font-weight: 600;
        text-align: left; }
      .ito .cv a {
        margin: 0 8px; }
      .ito .cv--fix {
        width: auto;
        left: auto;
        right: 24px;
        bottom: 24px;
        border-radius: 100px;
        padding: 12px 20px;
        max-width: 700px; }
        .ito .cv--fix.static {
          margin: 0 auto 32px; }
        .ito .cv--fix p {
          display: flex;
          align-items: center;
          font-size: 16px; }
        .ito .cv--fix b {
          font-size: 24px;
          display: inline-block; }
        .ito .cv--fix a.arrow {
          font-size: 18px;
          margin-left: 16px;
          padding: 12px 24px; }
      .ito .footer-logo img {
        max-width: 270px; } }

@media screen and (min-width: 470px) {
      .ito .x-scroll-container::before {
        display: none; } }

@media screen and (max-width: 350px) {
      .ito .mv h1 {
        font-size: 32px; }
            .ito .mv__benefit ul li img {
              height: 60px; } }

@media screen and (min-width: 520px) {
      .ito .mv__benefit {
        padding: 16px 16px 8px; }
            .ito .mv__benefit ul li img {
              height: 40px; }
      .ito .about__img img {
        max-width: 870px;
        width: 96%;
        margin-top: 40px;
        box-shadow: none; }
        .ito .features .column li img {
          max-width: none; }
        .ito .service .banners > * {
          max-width: 750px; } }

@media screen and (min-width: 900px) {
            .ito .mv__benefit ul li img {
              height: 60px; } }

@media screen and (max-width: 768px) {
    .ito .onayami .container {
      max-width: 320px; } }
