/* Variables  */
/* Color Styles  */
.article-title {
  margin: 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  position: relative;
  font-size: inherit;
  font-weight: 900;
  font-family: inherit; }

.article-date {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  line-height: 36px;
  display: inline-block;
  max-width: 100%; }

.article-date-wrapper {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  font-size: var(--font-size-2xl); }

.news-single-title-header,
.news-single-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%; }

.news-single-title-inner {
  width: 1118px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: var(--gap-5xl); }

.news-single-title-header {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: var(--black-main);
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 160px var(--padding-xl) 100px;
  min-height: 535px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: var(--font-size-21xl);
  color: var(--white);
  font-family: var(--font-noto-sans-jp); }

.article-body {
  position: relative;
  line-height: 200%;
  display: inline-block;
  word-break: break-word; }

.news-single-contents-inner {
  width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 100%; }

.news-single,
.news-single-contents-section {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.news-single-contents-section {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: var(--main-super-pale);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--padding-41xl) var(--padding-xl);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--color-black);
  font-family: var(--font-noto-sans-jp); }

.news-single {
  width: 100%;
  position: relative;
  background-color: var(--white);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: normal;
  letter-spacing: normal; }

@media screen and (max-width: 900px) {
  .news-single-contents-inner {
    gap: var(--gap-11xl); }
  .news-single-contents-section {
    padding-top: var(--padding-20xl);
    padding-bottom: var(--padding-20xl);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 450px) {
  .article-title {
    font-size: var(--font-size-5xl); }
  .article-date {
    font-size: var(--font-size-mid);
    line-height: 29px; }
  .news-single-title-header {
    padding-top: 104px;
    padding-bottom: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 364px; }
  .news-single-contents-section {
    padding-top: var(--padding-6xl);
    padding-bottom: var(--padding-6xl);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .article-body {
    font-size: 15px; } }
