@charset "UTF-8";


@media print, (min-width: 768px) {

  h1 {
    position: relative;
    background: #a40000;
    color: #fff;
    text-align: center;
    padding: 112px 0 27px;
    font-size: 0.6rem;
  }

  h2 {
    font-size: 0.38rem;
    padding: 70px 60px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  h2::before {
    content: "";
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    border-bottom: 5px solid #a40000;
    top: 50%;
    width: 42px;
    height: 5px;
  }

  h3 {
    width: 1200px;
    margin: 0 auto;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.02em;
    max-height: 99999em;
    word-break: break-word;
    margin-bottom: 23px;
    font-size: 0.28rem;
    line-height: 1.6071428571;
    position: relative;
  }

  h3::before{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 20%;
    height: 3px;
    background: #c01e20;
  }

  h4 {
    margin-bottom: 27px;
    padding-left: 30px;
    font-size: 0.2rem;
    position: relative;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.02em;
  }

}

@media print, (min-width: 768px) {
  .breadcrumb {
    padding: 7px 24px;
  }

  .breadcrumb-list > li:not(:last-child)::after {
    background: url("../img/common/sp/icn_breadcrumb.svg") center/contain no-repeat;
  }

  body .is-layout-flex {
    text-align: center;
  }
  body .is-layout-flow.wp-block-column.is-vertically-aligned-center {
    text-align: left;
  }
}

@media only screen and (max-width: 767.98px) {
  .block-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}

a:not([class]) {
  color: #0051b1;
}

a:hover {
  opacity: 0.7;
}

.section-business-intro .heading-text {
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.section-business-intro .heading-description {
  margin-bottom: 0;
  letter-spacing: 0.02em;
}

@media print, (min-width: 768px) {
  .section-business-intro {
    margin-bottom: 120px;
    padding-top: 6px;
  }

  .section-business-intro .intro-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin-bottom: 56px;
    padding: 44px 20px;
  }

  .section-business-intro .heading-text {
    -ms-flex: 1;
    flex: 1;
    margin-top: -4px;
    padding-right: 10px;
    font-size: 0.24rem;
    line-height: 1.75;
  }

  .section-business-intro .heading-description {
    width: 661px;
    font-size: 0.16rem;
    line-height: 2.125;
  }

  .section-business-intro .intro-image {
    width: 1002px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-business-intro {
    margin-bottom: 0.71rem;
    padding: 0.11rem 0;
  }

  .section-business-intro .intro-heading {
    margin-bottom: 0.43rem;
  }

  .section-business-intro .heading-text {
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
    line-height: 1.6111111111;
  }

  .section-business-intro .heading-description {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }

  .section-business-intro .intro-image {
    margin: 0 -0.09rem 0 -0.08rem;
  }
}

.section-business-detail .detail-heading {
  background: #f7f0f0;
}

.section-business-detail .detail-wrapper {
  position: relative;
  background: #fff;
}

.section-business-detail .detail-title {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.detail-description {
  margin-bottom: 0;
  letter-spacing: 0.02em;
}

.section-business-detail .slider-image:not(.slick-initialized) .item-slide:not(:first-child) {
  display: none;
}

.section-business-detail .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}

.section-business-detail .slick-dots > li {
  list-style-type: none;
  transition: background 0.3s;
  transition: all 0.3s ease;
  border-radius: 50%;
  background-color: #a40000;
  text-indent: -9999px;
  cursor: pointer;
}

.section-business-detail .chart-title {
  position: relative;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.section-business-detail .chart-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-business-detail .detail-note {
  width: 100%;
}

.section-business-detail .point-title {
  position: relative;
  color: #f4f5f5;
  font-family: forma-djr-display, sans-serif;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: right;
}

.section-business-detail .point-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #e2e2e2;
}

.section-business-detail .point-title span {
  display: inline-block;
  position: relative;
  background: #fff;
}

.section-business-detail .point-heading {
  font-weight: 600;
}

.section-business-detail .point-text {
  margin-bottom: 0;
  letter-spacing: 0.02em;
}

.section-business-detail .video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.section-business-detail .button-common-primary {
  display: block;
  margin-left: auto;
}

.section-business-detail .chart-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-business-detail .chart-list::before,
.section-business-detail .chart-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}

.section-business-detail .chart-list::after {
  width: 100%;
  border-top: 1px solid #e2e2e2;
}

.section-business-detail .chart-list::before {
  z-index: 1;
  border-top: 1px solid #000;
}

.section-business-detail .chart-list li {
  border-bottom: 1px solid #e2e2e2;
  letter-spacing: 0.02em;
}

.section-business-detail .chart-text {
  margin-bottom: 0;
  letter-spacing: 0.02em;
}

.section-business-detail .chart-text.is-right {
  text-align: right;
}

.section-business-detail .detail-note {
  margin-bottom: 0;
  letter-spacing: 0.02em;
}

.section-business-detail.is-custom .point-heading {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.02em;
}

  .wp-element-caption {
    color: #a2a2a2;
  }

@media print, (min-width: 768px) {
  .section-business-detail {
    margin-bottom: 80px;
  }

  .section-business-detail .detail-heading {
    margin-bottom: -117px;
    padding: 77px 0 178px;
  }

  .section-business-detail .detail-wrapper {
    padding: 70px 60px;
  }

  .section-business-detail .detail-wrapper > div:not(:last-child) {
    margin-bottom: 60px;
  }

  .section-business-detail .detail-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-business-detail .detail-content {
    -ms-flex: 1;
    flex: 1;
    margin-right: 60px;
  }

  .section-business-detail .detail-logo {
    margin-bottom: 34px;
  }

  .section-business-detail .detail-title {
    margin-bottom: 23px;
    font-size: 0.28rem;
    line-height: 1.6071428571;
  }

   .detail-description {
    font-size: 0.16rem;
    line-height: 2;
    margin-bottom: 40px;
  }

  .section-business-detail .business-slider {
    width: 500px;
  }

  .section-business-detail .slick-dots {
    height: 11px;
    margin-top: 15px;
  }

  .section-business-detail .slick-dots > li {
    width: 7px;
    height: 7px;
    margin: 0 5px;
  }

  .section-business-detail .slick-dots > li:hover,
  .section-business-detail .slick-dots > li.slick-active {
    width: 11px;
    height: 11px;
  }

  .section-business-detail .slider-image,
  .section-business-detail .business-image {
    width: 500px;
  }

  .section-business-detail .detail-chart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-business-detail .chart-block {
    width: 510px;
    margin-bottom: 20px;
  }

  .section-business-detail .chart-title {
    margin-bottom: 27px;
    padding-left: 30px;
    font-size: 0.2rem;
  }

  .section-business-detail .chart-title::before {
    width: 5px;
    height: 56px;
    border-left: 5px solid #000;
  }

  .section-business-detail .chart-title .is-small {
    position: relative;
    top: -6px;
    font-size: 0.11rem;
  }

  .section-business-detail .chart-image {
    width: 510px;
  }

  .section-business-detail .detail-note {
    width: 100%;
    margin-top: -60px;
    line-height: 1.5;
  }

  .section-business-detail .point-title {
    margin-bottom: 29px;
    font-size: 0.83rem;
  }

  .section-business-detail .point-title::before {
    top: 22px;
  }

  .section-business-detail .point-title span {
    padding-left: 30px;
  }

  .section-business-detail .point-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-business-detail .point-image {
    width: 350px;
    margin-right: 60px;
  }

  .section-business-detail .point-content {
    -ms-flex: 1;
    flex: 1;
    margin-top: -8px;
  }

  .section-business-detail .point-heading {
    margin-bottom: 25px;
    font-size: 0.25rem;
    line-height: 1.6;
  }

  .section-business-detail .point-text {
    font-size: 0.16rem;
    line-height: 2;
  }

  .section-business-detail .video-wrapper {
    width: 838px;
    height: 469px;
    margin: 0 auto;
  }

  .section-business-detail .button-common-primary {
    width: 265px;
    margin-left: auto;
  }

  .section-business-detail .button-common-primary.is-custom {
    margin-top: -54px;
  }

  .section-business-detail .chart-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 39px;
    margin-bottom: 10px;
  }

  .section-business-detail .chart-list::before {
    width: 15px;
  }

  .section-business-detail .chart-list li {
    width: 250px;
    padding: 20px 0 15px;
    font-size: 0.16rem;
    line-height: 2;
  }

  .section-business-detail .chart-list li:nth-child(2n+1) {
    margin-right: 10px;
  }

  .section-business-detail .chart-text {
    font-size: 0.15rem;
    line-height: 1.6;
  }

  .section-business-detail .chart-text.is-right {
    margin-bottom: 18px;
  }

  .section-business-detail .detail-note {
    font-size: 0.14rem;
    letter-spacing: 0.02em;
  }

  .title-common-tertiary {
    margin: 0 auto;
  }

  .section-business-detail.is-custom:last-child {
    margin-bottom: 144px;
  }

  .section-business-detail.is-custom .detail-video {
    margin-top: 90px;
  }

  .section-business-detail.is-custom .detail-point {
    margin-bottom: 53px;
  }

  .section-business-detail.is-custom .point-heading {
    width: 388px;
    margin-right: 60px;
    font-size: 0.25rem;
    line-height: 1.6;
  }

  .section-business-detail.is-custom .point-title {
    margin-bottom: 21px;
  }

  .section-business-detail.is-custom .point-title::before {
    display: none;
  }

  .section-business-detail.is-custom .point-inner {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-business-detail.is-custom .point-text {
    -ms-flex: 1;
    flex: 1;
  }

  .section-business-detail.is-custom .wrapper-video {
    width: 840px;
    height: 471px;
  }
  .is-layout-flex.wp-container-15.wp-block-columns.detail-content >div.is-layout-flex:nth-child(1) {
    width: calc(30%);
  }

}

@media only screen and (max-width: 767.98px) {
  .section-business-detail {
    margin-bottom: 0.93rem;
  }

  .section-business-detail .detail-heading {
    margin-bottom: -0.88rem;
    padding: 0.48rem 0 1.28rem;
  }

  .section-business-detail .detail-heading .wrapper {
    padding: 0;
  }

  .section-business-detail .detail-wrapper {
    margin: 0 -0.1rem;
    padding: 0.27rem 0.2rem;
  }

  .section-business-detail .detail-wrapper > div:not(:last-child) {
    margin-bottom: 0.6rem;
  }

  .section-business-detail .detail-content {
    margin-bottom: 0.24rem;
  }

  .section-business-detail .detail-logo {
    margin-bottom: 0.29rem;
  }

  .section-business-detail .detail-title {
    margin-bottom: 0.12rem;
    font-size: 0.21rem;
    line-height: 1.619047619;
  }

  .detail-description {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }

  .section-business-detail .business-slider {
    width: 100%;
  }

  .section-business-detail .slick-dots {
    margin-top: 0.14rem;
    margin-bottom: 0;
  }

  .section-business-detail .slick-dots > li {
    width: 0.07rem;
    height: 0.07rem;
    margin: 0 0.05rem;
  }

  .section-business-detail .slick-dots > li:hover,
  .section-business-detail .slick-dots > li.slick-active {
    width: 0.11rem;
    height: 0.11rem;
  }

  .section-business-detail .slider-image,
  .section-business-detail .business-image {
    width: 100%;
  }

  .section-business-detail .chart-block {
    margin-bottom: 0.4rem;
  }

  .section-business-detail .chart-title {
    margin-right: -0.15rem;
    margin-bottom: 0.09rem;
    padding-left: 0.21rem;
    font-size: 0.18rem;
    line-height: 1.6111111111;
  }

  .section-business-detail .chart-title::before {
    width: 0.05rem;
    height: calc(100% - 1px);
    border-left: 0.05rem solid #000;
  }

  .section-business-detail .chart-title .is-small {
    position: relative;
    top: -0.06rem;
    font-size: 0.11rem;
  }

  .section-business-detail .chart-image {
    margin: 0 -0.1rem;
  }

  .section-business-detail .detail-note {
    width: 100%;
    margin-top: -0.6rem;
    font-size: 0.13rem;
    line-height: 1.5384615385;
  }

  .section-business-detail .point-title {
    margin-bottom: 0.14rem;
    font-size: 0.4rem;
  }

  .section-business-detail .point-title::before {
    top: 0.18rem;
  }

  .section-business-detail .point-title span {
    padding-left: 0.17rem;
  }

  .section-business-detail .point-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-business-detail .point-content {
    margin-bottom: 0.26rem;
  }

  .section-business-detail .point-heading {
    margin-bottom: 0.14rem;
    font-size: 0.18rem;
    line-height: 1.6111111111;
  }

  .section-business-detail .point-text {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }

  .section-business-detail .video-wrapper {
    width: 3.15rem;
    height: 1.76rem;
    margin: 0 auto;
  }

  .section-business-detail .button-common-primary {
    display: table;
    margin: 0 auto;
    padding-right: 0.29rem;
  }

  .section-business-detail .button-common-primary.is-custom {
    margin-top: -0.23rem;
  }

  .section-business-detail .chart-list {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .section-business-detail .chart-list::before {
    width: 0.15rem;
  }

  .section-business-detail .chart-list li {
    padding: 0.07rem 0 0.06rem;
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }

  .section-business-detail .chart-text {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }

  .section-business-detail .chart-text.is-right {
    margin-bottom: 0.09rem;
  }

  .title-common-tertiary {
    margin-bottom: 0.19rem;
    margin: 10px 0 60px;
  }

  .section-business-detail.is-custom {
    margin-top: -0.23rem;
    padding-top: 0.03rem;
  }

  .section-business-detail.is-custom:last-child {
    margin-bottom: 1.03rem;
  }

  .section-business-detail.is-custom .detail-video {
    margin-top: 0.59rem;
  }

  .section-business-detail.is-custom .detail-point {
    margin-top: -0.16rem;
    margin-bottom: 0.35rem;
  }

  .section-business-detail.is-custom .point-heading {
    margin-bottom: 0.15rem;
    font-size: 0.18rem;
    line-height: 1.6111111111;
  }

  .section-business-detail.is-custom .point-title {
    margin-bottom: 0.14rem;
  }

  .section-business-detail.is-custom .point-inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-business-detail.is-custom .wrapper-video {
    width: 8.4rem;
    height: 4.71rem;
  }
  .wp-block-image figcaption {
    font-size: 0.15rem;
    text-align: center;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    font-size: 0.2rem;
  }

  .detail-description {
    margin-bottom: 30px;
  }
}

.wrapper {
  width: unset;
}

.detail-heading {
  background: #f7f0f0;
  padding: 1px 0 80px;
}

h3 {
  width: 100%;
  border-bottom: 3px solid #000;
  padding: 30px 13px;
  line-height: 0.2;
  align-items: normal;
  font-size: 0.2rem;
  margin: unset;
  margin-bottom: 25px;
  position: relative;
}


h3::before{
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  background: #c01e20;
}

.anchor-common >.wrapper {
  width: 1240px;
}

.item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1240px;
  margin: 0 auto 170px
}

.detail-description {
  width: 1240px;
  margin: -88px auto 20px;
  background: #fff;
  padding: 50px 40px 30px 10px;
  z-index: 10000;
}

.wp-block-image figcaption {
  text-align: center;
}

.item-wrapper >div:nth-child(1) {
  width: 40%
}

.item-wrapper >div:nth-child(2) {
  width: 50%
}

.wrapper.contents-wrapper {
  margin-bottom: 150px;
}
.item-wrapper >div:nth-child(2) a {
  text-decoration: none;
  color: #008eff;
}

.item-wrapper >div:nth-child(2) a:hover {
  text-decoration: underline;
}

p.related-articles a::before {
  content: '▶ ';
}

@media screen and (max-width: 1240px) {
  .anchor-common >.wrapper,
  .item-wrapper,
  .detail-description {
    width: 95%;
  } 

  .wrapper.contents-wrapper {
    padding: unset;
  }
}

@media screen and (max-width: 768px) {
  .detail-heading.wow.fade-in {
    padding: 0.48rem 0 1.28rem;
    margin-bottom: -0.88rem;
  }
  .detail-description {
    margin-bottom: 15px;
  }
  .item-wrapper {
    display: block;
    margin-bottom: 60px;
    width: 95%;
    margin: 0 auto 60px;
  }
  .item-wrapper >div:nth-child(1) {
    width: 100%;
  }
  .item-wrapper >div:nth-child(2) {
    width: 100%;
  }
  .item-wrapper >div:nth-child(2) p {
    margin-bottom: 20px;
  }
  .item-wrapper >div:nth-child(2) a {
    line-height: 1.7333333333;
    font-size: 0.15rem;
  }
  p.related-articles {
    margin-bottom: unset;
    line-height: 23px;
    margin-bottom: 10px;
  }
}
