/* CSS Document */
.main {
  position: relative; }

.grid_wrapper.section-fluid {
  grid-template-areas: "first first" "second second" "third third" "fource fource"; }
  .grid_wrapper.section-fluid article {
    text-align: center; }
    @media screen and (min-width: 1200px) {
      .grid_wrapper.section-fluid article {
        width: 100%; } }
    @media screen and (min-width: 769px) and (max-width: 1199.99px) {
      .grid_wrapper.section-fluid article {
        width: 100%; } }
  .grid_wrapper.section-fluid .article_block {
    grid-area: fource;
    padding-block: 98px 94px;
    text-align: center;
    border-bottom: 1px solid #DDDDDD; }
    @media screen and (max-width: 768px) {
      .grid_wrapper.section-fluid .article_block {
        padding-block: 46px 46px; } }

.container {
  width: 100%;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto; }
  .container.mod--lg {
    max-width: 1200px; }
  @media screen and (min-width: 768.01px) {
    .container h1 {
      justify-content: center; } }
  .container p {
    text-align: left; }
    @media screen and (min-width: 768.01px) {
      .container p {
        text-align: center; } }
    .container p.catch-lead {
      text-align: center; }

.catch::before, .catch::after {
  content: "";
  display: block;
  z-index: -1;
  background-size: auto 100%;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768.01px) {
    .catch::before, .catch::after {
      position: absolute;
      width: 30%;
      height: 92%; } }
  @media screen and (max-width: 768px) {
    .catch::before, .catch::after {
      margin-left: -15px;
      width: calc(100% + 30px);
      height: 41.6vw; } }
@media screen and (min-width: 768.01px) {
  .catch::before {
    top: 0;
    right: 70%;
    background-image: url("../images/about/about-bg-pc-first.png");
    background-position: center right; } }
@media screen and (max-width: 768px) {
  .catch::before {
    background-image: url("../images/about/about-bg-sp-first.png");
    background-position: bottom center; } }
@media screen and (min-width: 768.01px) {
  .catch::after {
    top: 0;
    left: 70%;
    background-image: url("../images/about/about-bg-pc-second.png");
    background-position: center left; } }
@media screen and (max-width: 768px) {
  .catch::after {
    background-image: url("../images/about/about-bg-sp-second.png");
    background-position: top center; } }
.catch-about {
  font-size: 70px;
  line-height: 1.2;
  display: inline-block;
  margin: 40px auto 0;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .catch-about {
      margin-top: 0;
      font-size: 34px; } }
  .catch-about span {
    font-style: normal;
    font-size: 36px;
    line-height: 1.2;
    vertical-align: bottom; }
    @media screen and (max-width: 768px) {
      .catch-about span {
        font-size: 20px; } }
  .catch-about em {
    font-style: italic;
    color: #403999; }
    @media screen and (max-width: 768px) {
      .catch-about em {
        font-size: 34px; } }
@media screen and (max-width: 768px) {
  .catch-lead {
    line-height: 1.9;
    font-size: 1.5rem; } }
.catch-lead:last-of-type {
  margin-bottom: 0; }

.movie-box {
  background-color: #000;
  padding: 15px;
  border-radius: 14px;
  max-width: 830px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 56.25%; }
  @media screen and (min-width: 830.01px) {
    .movie-box {
      padding-top: 466.875px; } }
  .movie-box iframe {
    position: absolute;
    left: 15px;
    top: 15px;
    max-width: calc( 100% - 30px);
    height: calc(100% - 30px); }

.page-about {
  /*
  .breadcrumb {
    &::before {
      content: "";
      position: absolute;
      right: 0;
      top: 70px;
      width: 100%;
      height: 80px;
      background-color: $bg-purple;
      z-index: -1;
      @media screen and (min-width: 769px) {
        top: 90px;
      }
    }
  }*/ }
  .page-about article {
    position: relative;
    padding-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .page-about article {
        padding-bottom: 68px; } }
    .page-about article::before {
      content: "";
      position: absolute;
      background-color: #E6E4F6;
      width: calc( 100% + 30px );
      height: calc( 100% + 100px );
      left: -15px;
      top: -100px;
      z-index: -1; }
      @media screen and (min-width: 768.01px) {
        .page-about article::before {
          left: 0;
          width: 100%; } }

@media screen and (min-width: 768.01px) {
  .row {
    display: flex;
    justify-content: space-between; } }
@media screen and (max-width: 768px) {
  .row {
    padding-left: 15px;
    padding-right: 15px; } }
.row .column p {
  text-align: left; }
.row .column .cta {
  margin-top: 26px; }
  @media screen and (max-width: 768px) {
    .row .column .cta {
      margin-top: 18px; } }
@media screen and (min-width: 768.01px) {
  .row .column {
    width: 50%;
    max-width: 370px; } }

.h3_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #403999;
  height: clamp(43px, 5.75vw, 45px);
  padding-inline: 15px;
  font-size: 1.7rem;
  color: #fff;
  margin-bottom: 12px; }
  @media screen and (min-width: 768.01px) {
    .h3_bg {
      font-size: 1.8rem; } }
  .h3_bg.mod--u_green {
    border-bottom: 5px solid #40A1AC; }
  .h3_bg.mod--u_orange {
    border-bottom: 5px solid #EB6100; }

.slideEntries {
  margin-top: 40px;
  max-width: 794px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .slideEntries {
      margin-top: 15px; } }
  .slideEntries .recommend_wrapper {
    gap: 0;
    max-width: none;
    overflow: visible; }
  .slideEntries .recommend_slide {
    flex-shrink: 0;
    max-width: 100%; }
  .article_recommend .slideEntries .pagination_wrapper {
    margin-top: 50px;
    display: flex; }
    @media screen and (max-width: 768px) {
      .article_recommend .slideEntries .pagination_wrapper {
        margin-top: 15px; } }

.mt-0 {
  margin-top: 0; }

/*# sourceMappingURL=add-style.css.map */
