@charset "UTF-8";
@media screen and (min-width: 1024px) {
  main {
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
  }
  .sub-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../img/bbc-sub-back.jpg);
    background-size: cover;
    z-index: -50;
  }
}

.sub-mv {
  height: 60vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .sub-mv {
    height: 70vh;
  }
}

.sub-mv .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5rem;
}

@media screen and (min-width: 1024px) {
  .sub-mv .title {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.sub-mv .title:after {
  content: "";
  background-color: #000;
  height: 0.1rem;
  width: 100vw;
  position: absolute;
  bottom: -10rem;
  left: 50%;
}

@media screen and (min-width: 1024px) {
  .sub-mv .title:after {
    height: 0.2rem;
    left: 0;
    bottom: -15rem;
  }
}

@media screen and (min-width: 1024px) {
  .sub-mv .title h2 {
    font-size: 4rem;
  }
}

.sub-mv .title P {
  font-size: 1.4rem;
}

.sub-mv .title h3 {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .sub-mv .title h3 {
    font-size: 1.8rem;
  }
}

.sub-mv .title img {
  position: absolute;
  opacity: 0.5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -120%;
}

@media screen and (min-width: 1024px) {
  .sub-mv .title img {
    right: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -5;
    opacity: 0.1;
    width: 25rem;
  }
}

.section-title {
  padding: 0 2rem;
}

.section-title p {
  font-size: 2.8rem;
}

@media screen and (min-width: 1024px) {
  .section-title p {
    font-size: 4rem;
  }
}

.section-title h3 {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .section-title h3 {
    font-size: 2rem;
  }
}

.service-menu {
  padding: 5rem 2rem;
}

@media screen and (min-width: 1024px) {
  .service-menu {
    padding: 8rem 10%;
  }
}

.service-menu .c {
  border: 0.1rem solid #000;
  margin: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .service-menu .c {
    margin: 0 0 5rem;
  }
}

.service-menu .c a {
  padding: 2rem 1rem;
}

@media screen and (min-width: 1024px) {
  .service-menu .c a {
    padding: 3rem 2rem;
  }
}

.service-menu .c h3 {
  font-size: 1.4rem;
  padding: 0 0 1rem;
}

@media screen and (min-width: 1024px) {
  .service-menu .c h3 {
    font-size: 1.8rem;
    padding: 0 0 2rem;
  }
}

.service-menu .c p {
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .service-menu .c p {
    font-size: 1.6rem;
  }
}

.service-menu .c img {
  padding: 2rem 0 0 0;
  width: 30%;
  margin: 0 0 0 auto;
}

.s-content {
  padding: 5rem 2rem 3rem;
}

@media screen and (min-width: 1024px) {
  .s-content {
    padding: 15rem 10%;
    text-align: center;
    font-size: 1.8rem;
  }
}

.s-content .top-text {
  line-height: 2;
}

.s-content .catch {
  padding: 0 0 5rem;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .s-content .catch {
    font-size: 2.6rem;
  }
}

.s-t-img {
  background-color: #191f29;
  width: 100%;
  margin: 0 0 5rem;
}

@media screen and (min-width: 1024px) {
  .s-t-img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
}

.s-c-child {
  padding: 2rem 2rem 8rem;
}

@media screen and (min-width: 1024px) {
  .s-c-child {
    padding: 8rem 10%;
  }
}

.s-c-child .title {
  padding: 0 0 0 2rem;
  margin: 0 0 3rem;
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .s-c-child .title {
    font-size: 1.8rem;
  }
}

.s-c-child .title::before {
  position: absolute;
  height: 100%;
  content: "";
  width: 1rem;
  top: 0;
  left: 0rem;
  background-color: #191f29;
}

.s-c-child .child-content p {
  line-height: 2;
}

@media screen and (min-width: 1024px) {
  .s-c-child .child-content p {
    font-size: 1.8rem;
  }
}

.s-c-child .child-content-2 {
  padding: 5rem 2rem 2rem;
}

.s-c-child .child-content-2 .position {
  font-weight: bold;
}

.s-c-child .child-content-2 ul {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-c-child .child-content-2 ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  border: 0.1rem solid #000;
  margin: 1rem;
}

.s-c-child .child-content-2 .next {
  font-weight: bold;
  text-align: right;
}

.child-content-3 {
  padding: 2rem;
}

@media screen and (min-width: 1024px) {
  .child-content-3 {
    padding: 5rem 10% 0;
  }
}

.child-content-3 .top {
  text-align: center;
  margin: 0 0 5rem;
  padding: 5rem 0 0;
}

@media screen and (min-width: 1024px) {
  .child-content-3 .top {
    padding: 5rem 0;
  }
}

.child-content-3 .top .title {
  font-size: 2.2rem;
}

@media screen and (min-width: 1024px) {
  .child-content-3 .top .title {
    font-size: 2.8rem;
  }
}

.child-content-3 .top .text {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .child-content-3 .top .text {
    font-size: 1.8rem;
  }
}

.child-content-3 .case {
  padding: 3rem 0 5rem;
}

@media screen and (min-width: 1024px) {
  .child-content-3 .case {
    text-align: center;
  }
}

.child-content-3 .case .name {
  border-top: #000 solid 0.1rem;
  border-bottom: #000 solid 0.1rem;
  padding: 2rem;
}

@media screen and (min-width: 1024px) {
  .child-content-3 .case .name {
    font-size: 1.8rem;
  }
}

.child-content-3 .case .content {
  position: relative;
  padding: 3rem 2rem;
}

.child-content-3 .case .content ul {
  padding: 5rem 0 0;
}

.child-content-3 .case .content ul li {
  line-height: 2;
}

@media screen and (min-width: 1024px) {
  .child-content-3 .case .content ul li {
    text-align: center;
    font-size: 1.6rem;
  }
}

.child-content-3 .case .content img {
  position: absolute;
  width: 7rem;
  height: 7rem;
  right: 2rem;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .child-content-3 .case .content img {
    right: 20%;
  }
}

.child-content-3 .case:nth-child(4) {
  border-bottom: #191f29 double 0.2rem;
}

.agency-bottom {
  padding: 4rem 2rem 2rem;
  line-height: 2;
  border-top: #000 solid 0.2rem;
  border-bottom: #000 solid 0.2rem;
  margin: 0 0 5rem;
}

@media screen and (min-width: 1024px) {
  .agency-bottom {
    padding: 4rem 10%;
    font-size: 1.8rem;
  }
}

.agency-bottom p {
  margin: 0 0 2rem;
}

.agency-bottom p span {
  border-bottom: #292929 solid 0.1rem;
}

.program-flow {
  padding: 5rem 2rem;
}

@media screen and (min-width: 1024px) {
  .program-flow {
    padding: 10rem 20%;
  }
}

.program-flow .top-title {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 5rem;
}

@media screen and (min-width: 1024px) {
  .program-flow .top-title {
    font-size: 2.4rem;
    margin: 0 0 10rem;
  }
}

.program-flow .p {
  border: #191f29 solid 0.1rem;
  padding: 2rem;
  margin: 0 0 4rem;
}

@media screen and (min-width: 1024px) {
  .program-flow .p {
    padding: 4rem;
    font-size: 1.6rem;
  }
}

.program-flow .p .title {
  position: relative;
  padding: 0 0 1rem 3rem;
  border-bottom: #000 solid 0.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .program-flow .p .title {
    font-size: 1.8rem;
  }
}

.program-flow .p .title .num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .program-flow .p .title .num {
    font-size: 1.8rem;
  }
}

.program-flow .p .text {
  padding: 3rem 0;
}

.program-flow .p .text p {
  margin: 0 0 2rem;
  line-height: 2;
}

.program-flow img {
  width: 10%;
  height: auto;
  margin: 0 auto 5rem;
}

.program-flow .top-text {
  padding: 2rem 0 5rem;
}

.program-flow .c .name {
  padding: 1rem 2rem;
  border: #000 solid 0.1rem;
}

.s-bottom-img {
  margin-bottom: 5rem;
}

@media screen and (min-width: 1024px) {
  .s-bottom-img {
    margin: 0;
  }
}

.catch-bottom-img {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .catch-bottom-img::before {
    content: "";
    height: 5rem;
    width: 100%;
    background-color: #191f29;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: -5;
  }
}

@media screen and (min-width: 1024px) {
  .catch-bottom-img {
    padding: 0 10%;
  }
}

.news-content {
  padding: 0 2rem 8rem;
  line-height: 2;
}

.news-content p {
  margin: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .news-content {
    padding: 0 10% 10rem;
    font-size: 1.8rem;
  }
}

/* ================================
  Page Transition (Clean / Unified)
================================ */
/* ---- timing (PC default) ---- */
:root {
  --wipe-dur: 1.2s;
  /* 黒幕 btt */
  --white-dur: 0.9s;
  /* 白のふわフェード */
  --content-dur: 0.55s;
  /* コンテンツフェード */
}

/* ---- SP only: a bit faster ---- */
@media (max-width: 767px) {
  :root {
    --wipe-dur: 1.0s;
    --white-dur: 0.75s;
    --content-dur: 0.45s;
  }
}

/* ================================
    Content control
  ================================ */
.main {
  opacity: 0;
  pointer-events: none;
}

body.appear .main {
  -webkit-animation: PageAnime-content var(--content-dur) ease forwards;
          animation: PageAnime-content var(--content-dur) ease forwards;
  opacity: 0;
  pointer-events: auto;
}

@-webkit-keyframes PageAnime-content {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes PageAnime-content {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ================================
    White overlay (fuwatto)
  ================================ */
.animation-white {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 998;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity var(--white-dur) cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter var(--white-dur) cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity var(--white-dur) cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter var(--white-dur) cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity var(--white-dur) cubic-bezier(0.22, 1, 0.36, 1), filter var(--white-dur) cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity var(--white-dur) cubic-bezier(0.22, 1, 0.36, 1), filter var(--white-dur) cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter var(--white-dur) cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-filter: blur(0);
          filter: blur(0);
}

body.white-out .animation-white {
  opacity: 0;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

/* ================================
    Dark wipe overlay (bottom-to-top)
  ================================ */
.animation-bg {
  position: fixed;
  inset: 0;
  background: #191f29;
  z-index: 999;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  pointer-events: none;
  will-change: transform;
}

body.move.btt .animation-bg {
  -webkit-animation: PageAnime-btt var(--wipe-dur) ease-in-out forwards;
          animation: PageAnime-btt var(--wipe-dur) ease-in-out forwards;
}

@-webkit-keyframes PageAnime-btt {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes PageAnime-btt {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.archive-content {
  padding: 0 2rem 8rem;
}

@media screen and (min-width: 1024px) {
  .archive-content {
    padding: 0 5% 10rem;
  }
}

.archive-content .iscvblock .pt-cv-readmore.btn {
  background: #fff;
  color: #191f29;
  border: solid 0.1rem #191f29;
}

@media screen and (min-width: 1024px) {
  .archive-content .iscvblock .pt-cv-readmore.btn {
    padding: 1rem 0;
    width: 50%;
    margin: 3rem 0 0 auto;
  }
}

.archive-content .pt-cv-wrapper .btn {
  border-radius: inherit;
}

.archive-content h4.pt-cv-title {
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .archive-content h4.pt-cv-title {
    font-size: 1.6rem;
    margin: 0 0 2rem;
  }
}

.archive-content .pt-cv-content {
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .archive-content .pt-cv-content {
    font-size: 1.4rem;
  }
}

.archive-content .pt-cv-blockgrid.list1 .pt-cv-content-item {
  padding-bottom: 5rem;
}

.archive-content .pt-cv-content-item {
  position: relative;
  padding: 0 0 2rem;
  margin: 0 0 3rem;
}

.archive-content .pt-cv-content-item::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 1.0rem;
  background-color: #191f29;
  bottom: 0;
  right: 0rem;
  z-index: 5;
}

@media screen and (min-width: 1024px) {
  .archive-content .pt-cv-content-item::before {
    bottom: 2rem;
  }
}

.archive-content #pt-cv-view-d91323dcbo .pt-cv-thumbnail:not(.pt-cv-thumbnailsm) {
  height: 15rem;
}

@media screen and (min-width: 1024px) {
  .archive-content #pt-cv-view-d91323dcbo .pt-cv-thumbnail:not(.pt-cv-thumbnailsm) {
    height: 25rem;
  }
}
/*# sourceMappingURL=sub.css.map */