@charset "UTF-8";
.page-header-image {
  background-image: url(../images/newspaper/page-mv.jpg) !important;
}

.catch {
  height: auto;
  padding: 40px 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: #e6521f;
}
@media (max-width: 768px) {
  .catch {
    font-size: 19px;
    line-height: 26px;
    padding: 32px 10px;
  }
}

@media (max-width: 768px) {
  .head .ttl-sub {
    font-size: 20px;
  }
}

.intro-wrapper {
  padding: 64px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .intro-wrapper {
    padding: 32px 0;
  }
}
.intro-wrapper .image {
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .intro-wrapper .image {
    text-align: center;
    height: 180px;
    width: auto;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .intro-wrapper .image img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
.intro-wrapper .text .head .section-ttl {
  color: #282727;
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 768px) {
  .intro-wrapper .text .head .section-ttl {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 12px;
  }
}
.intro-wrapper .text .head .ttl-sub {
  color: #282727;
}

.why {
  padding: 64px 0 0;
}
@media (max-width: 768px) {
  .why {
    padding: 32px 0 0;
  }
}
.why .box {
  gap: 40px;
}
.why .image {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 480px;
}
@media (max-width: 768px) {
  .why .image {
    text-align: center;
    height: 200px;
    width: auto;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .why .image img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
.why .text {
  width: calc(100% - 480px);
}
@media (max-width: 768px) {
  .why .text {
    width: 100%;
  }
}
.why .text .head .section-ttl {
  color: #282727;
}
.why .text .head .ttl-sub {
  color: #282727;
}

.news-content .bg {
  padding: 40px 0 0;
}
.news-content .head .ttl-sub {
  color: #fff;
}
.news-content .head .ttl-sub::before {
  background: #fff;
}
.news-content .box {
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .news-content .box {
    flex-direction: column-reverse;
  }
}
.news-content .image {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 480px;
}
@media (max-width: 768px) {
  .news-content .image {
    text-align: center;
    height: 200px;
    width: auto;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .news-content .image img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
.news-content .text {
  width: calc(100% - 480px);
}
@media (max-width: 1024px) {
  .news-content .text {
    width: 100%;
  }
}
.news-content .text .text-def {
  color: #fff;
}
.news-content ul.check-list-w {
  margin-bottom: 24px;
}
.news-content ul.check-list-w li {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #282727;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.news-content ul.check-list-w li::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 17.6px;
  height: 13.4px;
  background-image: url(../images/newspaper/check-icon-w.png);
}

.relation {
  padding: 40px 0 64px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .relation {
    padding: 32px 0 32px;
  }
}
.relation .image {
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .relation .image {
    text-align: center;
    height: 200px;
    width: auto;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .relation .image img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
.relation .text .head .section-ttl {
  color: #e6521f;
}
.relation .text .head .ttl-sub {
  color: #e6521f;
}

.sponsor .bg-image {
  background-image: url(../images/newspaper/pr-plan-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 44px 0 32px;
}
@media (max-width: 768px) {
  .sponsor .bg-image {
    padding: 32px 0 32px;
  }
}
.sponsor .head .section-ttl {
  color: #282727;
}
@media (max-width: 768px) {
  .sponsor .head .section-ttl {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.sponsor .head .ttl-sub {
  color: #282727;
}
.sponsor .text ul.check-list {
  margin-bottom: 24px;
}
.sponsor .text ul.check-list li {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #282727;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.sponsor .text ul.check-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 17.6px;
  height: 13.4px;
  background-image: url(../images/check-icon.png);
}

.color-pr {
  color: #e6521f;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.text-def {
  margin-bottom: 20px;
}

.bg {
  background: #e6521f;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 748px) {
  .container {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

section.cta .container {
  padding-top: 0;
  margin-bottom: 0;
}

/* 初期状態（非表示） */
.story-box {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示状態 */
.story-box.is-show {
  opacity: 1;
  transform: translateY(0);
}

.message {
  background-image: url(../images/about/message@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0;
}
@media (max-width: 1024px) {
  .message {
    background-position: right;
  }
}
.message .message-box {
  background: #fff;
  padding: 64px 48px 36px 48px;
  width: 56.6%;
  max-width: 680px;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .message .message-box {
    width: 86%;
    max-width: 86%;
    padding: 32px 16px 32px 16px;
  }
}
.message .message-box .section-ttl {
  font-family: poppins, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 54px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #e6521f;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .message .message-box .section-ttl {
    font-size: 40px;
    margin-bottom: 0px;
  }
}
.message .message-box .catch {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #282727;
}
@media (max-width: 768px) {
  .message .message-box .catch {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 16px;
    padding: 0px 10px 16px 0;
  }
}
.message .message-box .text-def {
  color: #e6521f;
  font-weight: 600;
}

.company-profile {
  padding: 72px 0 0;
}
@media (max-width: 768px) {
  .company-profile {
    padding: 0 0 0;
  }
}
.company-profile .ttl-sub-noline {
  font-size: 40px;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .company-profile .ttl-sub-noline {
    font-size: 26px;
    margin-bottom: 48px;
  }
}
.company-profile table {
  max-width: 995px;
  margin: 0 auto;
}/*# sourceMappingURL=page-newspaper.css.map */