@charset "UTF-8";

/* ==========================================
  /business CSS
============================================= */

.l-section--introduction {
  padding-top: var(--value-140);
  padding-bottom: var(--value-90);
}
.l-section--introduction .p-businessmodel-conceptBlock__text h2 {
  font-size: var(--fs-46);
  line-height: calc(66 / 46);
}
.l-section--introduction .p-businessmodel-conceptBlock__text .text-summary {
	font-family: var(--ff-YuGothic);
  font-size: var(--fs-20);
  line-height: calc(40 / 20);
  margin-top: var(--value-32);
}
.l-section--contents {
  padding-top: var(--value-90);
}
.l-section--contents .p-businessmodel-contentsBlock:nth-of-type(n+2) {
  margin-top: var(--value-160);
}
.l-section--contents .p-businessmodel-contentsBlock[data-layout="bg-blue"] {
  background: #E4F5FF;
  margin-inline: calc(-1 * var(--value-90));
  padding-top: var(--value-80);
  padding-bottom: var(--value-90);
  padding-inline: var(--value-90);
  position: relative;
  z-index: 0;
}
.l-section--contents .p-businessmodel-contentsBlock__heading {
  border-bottom: 1px solid var(--color-gray7);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: var(--fs-40);
  line-height: calc(40 / 36);
  padding-bottom: var(--value-20);
}
.l-section--contents .p-businessmodel-contentsBlock__heading .text-information {
	font-size: var(--fs-18);
	font-family: var(--ff-YuGothic);
}
.l-section--contents .p-businessmodel-contentsBlock__heading + * {
  margin-top: var(--value-40);
}
.l-section--contents .p-businessmodel-contentsBlock__catch {
  font-size: var(--fs-26);
  line-height: calc(34 / 26);
}
.l-section--contents .p-businessmodel-contentsBlock__summary {
	font-family: var(--ff-YuGothic);
  line-height: calc(32 / 16);
  margin-top: var(--value-20);
}
.l-section--contents .p-businessmodel-contentsBlock__related {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: var(--value-40);
}
.l-section--contents .p-businessmodel-contentsBlock__related_item > a {
  display: block;
}
.l-section--contents .p-businessmodel-contentsBlock__related_item .item-thumb {
  height: 160px;
  overflow: hidden;
  position: relative;
}
.l-section--contents .p-businessmodel-contentsBlock__related_item .item-thumb img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  z-index: -1;
}
.l-section--contents .p-businessmodel-contentsBlock__related_item .item-thumb .c-icon-arrow {
  height: 32px;
  bottom: 12px;
  right: 12px;
  width: 32px;
}
.l-section--contents .p-businessmodel-contentsBlock__related_item .item-text {
  font-family: var(--ff-YuGothic);
  margin-top: var(--value-12);
}
.l-section--contents .p-businessmodel-contentsBlock__related_item .tag-category {
  background: #F0F0F1;
  display: inline-block;
  font-size: var(--fs-12);
  line-height: calc(16 / 12);
  padding: 2px 6px;
}
.l-section--contents [data-layout="bg-blue"] .p-businessmodel-contentsBlock__related_item .tag-category {
  background: var(--color-white);
}
.l-section--contents .p-businessmodel-contentsBlock__related_item .text-title {
  font-size: var(--fs-14);
  line-height: calc(22 / 14);
  margin-top: var(--value-8);
}
.l-section--contents .p-businessmodel-contentsBlock__related_item .text-information {
  color: var(--color-gray7);
  font-family: var(--ff-YuGothic);
  font-size: var(--fs-14);
  line-height: calc(22 / 14);
  margin-top: var(--value-4);
}
/* PC */
@media screen and (min-width: 769px), print {
  .l-section__inner {
    max-width: 1048px;
  }
  .l-section--introduction .p-businessmodel-conceptBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-section--contents .p-businessmodel-contentsBlock__heading .text-information {
    margin-left: var(--value-20);
    margin-bottom: var(--value-4);
  }
  .l-section--introduction .p-businessmodel-conceptBlock__text {
    width: calc(552 / 1048 * 100%);
  }
  .l-section--introduction .p-businessmodel-conceptBlock__image {
    width: calc(442 / 1048 * 100%);
  }
  .l-section--contents .p-businessmodel-contentsBlock__related_item {
    margin-left: calc(13.333 / 1048 * 100%);
    width: calc(250 / 1048 * 100%);
  }
  .l-section--contents .p-businessmodel-contentsBlock__related_item:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .l-section--contents .p-businessmodel-contentsBlock__related_item > a:hover {
    opacity: 1;
  }
  .l-section--contents .p-businessmodel-contentsBlock__related_item > a:hover .item-thumb img {
    transform: translate(-50%,-50%) scale(1.05);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .l-section--contents .p-businessmodel-contentsBlock__related_item .item-thumb {
    height: calc(160 / 1240 * 100vw);
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .l-section--introduction {
    padding-top: var(--value-60);
    padding-bottom: var(--value-50);
  }
  .l-section--contents .p-businessmodel-contentsBlock[data-layout="bg-blue"] {
    margin-inline: calc(-1 * var(--value-18));
    padding-block: var(--value-50);
    padding-inline: var(--value-18);
  }
  .l-section--introduction .p-businessmodel-conceptBlock__text h2 {
    font-size: var(--fs-30);
    line-height: calc(44 / 30);
  }
  .l-section--introduction .p-businessmodel-conceptBlock__text .text-summary {
    font-size: var(--fs-15);
    line-height: calc(30 / 15);
    margin-top: var(--value-30);
  }
  .l-section--introduction .p-businessmodel-conceptBlock__image {
    margin-top: var(--value-30);
    margin-inline: auto;
    width: calc(297 / 375 * 100vw);
  }
  .l-section--contents {
    padding-top: var(--value-50);
  }
  .l-section--contents .p-businessmodel-contentsBlock:nth-of-type(n+2) {
    margin-top: var(--value-120);
  }
  .l-section--contents .p-businessmodel-contentsBlock__heading {
    display: block;
    font-size: var(--fs-26);
    line-height: calc(30 / 26);
    padding-bottom: var(--value-12);
  }
  .l-section--contents .p-businessmodel-contentsBlock__heading .text-information {
    display: block;
    font-size: var(--fs-16);
    margin-top: var(--value-10);
  }
  .l-section--contents .p-businessmodel-contentsBlock__catch {
    font-size: var(--fs-24);
    line-height: calc(34 / 24);
  }
  .l-section--contents .p-businessmodel-contentsBlock__summary {
    font-size: var(--fs-15);
    line-height: calc(30 / 15);
  }
  .l-section--contents .p-businessmodel-contentsBlock__related {
    flex-wrap: nowrap;
    margin-top: var(--value-20);
    overflow-x: auto;
    margin-inline: calc(-1 * var(--value-18));
    padding-bottom: var(--value-12);
  }
  .l-section--contents .p-businessmodel-contentsBlock__related_item {
    flex: 0 0 auto;
    width: calc(250 / 375 * 100vw);
  }
  .l-section--contents .p-businessmodel-contentsBlock__related_item:nth-of-type(1) {
    margin-left: var(--value-18);
  }
  .l-section--contents .p-businessmodel-contentsBlock__related_item:nth-last-of-type(1) {
    margin-right: var(--value-18);
  }
  .l-section--contents .p-businessmodel-contentsBlock__related_item:nth-of-type(n+2) {
    margin-left: var(--value-12);
  }
  .l-section--contents .p-businessmodel-contentsBlock__related_item .item-thumb {
    height: calc(160 / 375 * 100vw);
  }
  .l-section--contents .p-businessmodel-contentsBlock__related_item .item-thumb .c-icon-arrow {
    height: 40px;
    width: 40px;
  }
}


