@charset "UTF-8";
html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans",
    sans-serif;
  overflow-x: hidden;
  position: relative;
}
body.scroll-lock {
  overflow-y: hidden;
}

main {
  position: relative;
}

.inner {
  padding: 0 5.5%;
  margin: 0 auto;
}

a {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
a:hover,
a:focus {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}
.no-opacity {
  opacity: 1 !important;
}
.no-opacity:hover,
.no-opacity:focus {
  opacity: ! !important;
}
.pc-only {
  display: block;
}
@media not screen and (min-width: 576px) {
  .pc-only {
    display: none !important;
  }
}

.xl-above {
  display: block;
}
@media not screen and (min-width: 1200px) {
  .xl-above {
    display: none;
  }
}

.xl-below {
  display: none;
}
@media not screen and (min-width: 1200px) {
  .xl-below {
    display: block;
  }
}

.lg-above {
  display: block;
}
@media not screen and (min-width: 992px) {
  .lg-above {
    display: none;
  }
}

.lg-below {
  display: none;
}
@media not screen and (min-width: 992px) {
  .lg-below {
    display: block;
  }
}

.sm-only {
  display: none;
}
@media not screen and (min-width: 576px) {
  .sm-only {
    display: block;
  }
}

.sm-above {
  display: block;
}
@media not screen and (min-width: 576px) {
  .sm-above {
    display: none;
  }
}

.sm-below {
  display: none;
}
@media not screen and (min-width: 576px) {
  .sm-below {
    display: block;
  }
}

.ttl-lead {
  font-weight: 500;
  font-size: 20px;
  color: #142474;
}
.ttl-lead::before {
  content: "";
  display: inline-block;
  width: 92px;
  height: 2px;
  background: #29a4db;
}
@media not screen and (min-width: 576px) {
  .ttl-lead::before {
    width: 40px;
  }
}

.initial__bg {
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 110;
}
.initial__bg.hidden {
  z-index: -2;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  height: 100vh;
  background: #ccc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  transition: opacity 1s;
  touch-action: none;
}
.loading.loaded {
  opacity: 1;
  z-index: 100;
  transition: all 1s;
  visibility: visible;
}
.loading.is-hidden {
  opacity: 0;
  z-index: -1;
  transition: all 1s;
  visibility: hidden;
}

.fly {
  width: 200px;
  position: absolute;
  top: 15%;
  left: -10%;
}
@media not screen and (min-width: 576px) {
  .fly {
    width: 140px;
    top: 12%;
  }
}
.fly.loaded {
  left: 110%;
  transition: left 4s ease-in-out;
}

.text-animation {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-animation .glowAnime {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 6%;
}
@media not screen and (min-width: 1200px) {
  .text-animation .glowAnime {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw 0;
  }
}
@media not screen and (min-width: 769px) {
  .text-animation .glowAnime {
    gap: 20px 0;
  }
}
.text-animation .glowAnime__left,
.text-animation .glowAnime__right {
  display: flex;
}
.text-animation .glowAnime__left {
  gap: 0 40px;
}
@media not screen and (min-width: 769px) {
  .text-animation .glowAnime__left {
    gap: 0 20px;
  }
}
.text-animation .glowAnime__right {
  gap: 0 20px;
}
@media not screen and (min-width: 1200px) {
  .text-animation .glowAnime__item {
    width: inherit;
    height: 10vw;
  }
}
.text-animation .glowAnime__item-s {
  display: block;
  margin: auto 0 0 0;
  height: 109.668px;
}
@media not screen and (min-width: 1200px) {
  .text-animation .glowAnime__item-s {
    width: inherit;
    height: 8vw;
  }
}
.text-animation .glowAnime__item-o {
  display: block;
  margin: auto 0 0 0;
  height: 109.472px;
}
@media not screen and (min-width: 1200px) {
  .text-animation .glowAnime__item-o {
    width: inherit;
    height: 8vw;
  }
}
.text-animation .glowAnime__item-n {
  display: block;
  margin: auto 0 0 0;
  height: 105.56px;
}
@media not screen and (min-width: 1200px) {
  .text-animation .glowAnime__item-n {
    width: inherit;
    height: 8vw;
  }
}

.ttl-desc {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.65;
  color: #142474;
}

.page-top {
  width: 114.12px;
  position: absolute;
  right: 50px;
  bottom: 0.5%;
  text-align: right;
}
@media (max-width: 1600px) {
  .page-top {
    right: 15px;
  }
}
@media not screen and (min-width: 1200px) {
  .page-top {
    width: 8%;
  }
}
@media not screen and (min-width: 576px) {
  .page-top {
    width: 60px;
    right: 0;
    bottom: -50px;
  }
}

.secX {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #142474;
}
.secX__ttl {
  font-family: "alternate-gothic-atf";
  font-weight: 600;
  font-size: calc((100vw - 375px) / 17.9 + 64px);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.secX__lead {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: calc((100vw - 375px) / 154.5 + 10px);
}
.secX__lead::before {
  content: "";
  display: inline-block;
  width: 92px;
  height: 2px;
  background: #29a4db;
}
@media not screen and (min-width: 576px) {
  .secX__lead::before {
    width: 40px;
  }
}

.secY {
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: #142474;
}
.secY__ttl {
  font-family: "alternate-gothic-atf";
  font-weight: 600;
  font-size: calc((100vw - 375px) / 17.9 + 64px);
  line-height: 0.85;
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
  color: "alternate-gothic-atf";
}
.secY__lead {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: calc((100vw - 375px) / 154.5 + 10px);
  writing-mode: vertical-rl;
}
.secY__lead::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 92px;
  background: #29a4db;
}
@media not screen and (min-width: 576px) {
  .secY__lead::before {
    height: 40px;
  }
}

.page-headline {
  margin-top: 138.81px;
  position: relative;
}
@media not screen and (min-width: 576px) {
  .page-headline {
    margin-top: 70px;
  }
}
.page-headline-inner {
  padding: 0 2%;
}
.page-headline__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 10%;
}
@media not screen and (min-width: 576px) {
  .page-headline__head {
    gap: 0;
    top: 0;
  }
}
.page-headline__ttl {
  font-family: "alternate-gothic-atf";
  font-weight: 600;
  font-size: calc((100vw - 375px) / 15.14 + 48px);
  letter-spacing: 0.06em;
  color: #142474;
  -webkit-text-stroke: 2px #fff; /* ベンダープレフィックス */
  text-stroke: 2px #fff;
  white-space: nowrap;
}
@media not screen and (min-width: 576px) {
  .page-headline__ttl {
    min-width: 50%;
    -webkit-text-stroke: 1px #fff; /* ベンダープレフィックス */
    text-stroke: 1px #fff;
  }
}
.page-headline__lead {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
@media not screen and (min-width: 576px) {
  .page-headline__lead {
    font-size: 14px;
  }
}
.page-headline__lead.charms-ttl-lead {
  font-weight: 600;
  -webkit-text-stroke: 0.6px #fff; /* ベンダープレフィックス */
  text-stroke: 0.6px #fff;
}
@media not screen and (min-width: 576px) {
  .page-headline__lead.charms-ttl-lead {
    font-size: 14px;
    -webkit-text-stroke: 0.4px #fff; /* ベンダープレフィックス */
    text-stroke: 0.4px #fff;
  }
}
.page-headline__lead.media-ttl-lead {
  font-weight: 600;
  -webkit-text-stroke: 0.5px #fff; /* ベンダープレフィックス */
  text-stroke: 0.5px #fff;
}
@media not screen and (min-width: 576px) {
  .page-headline__lead.media-ttl-lead {
    font-size: 14px;
    -webkit-text-stroke: 0.4px #fff; /* ベンダープレフィックス */
    text-stroke: 0.4px #fff;
  }
}
.page-headline__lead:before {
  width: 52px;
  background: #142474;
}
@media not screen and (min-width: 576px) {
  .page-headline__lead:before {
    width: 20px;
  }
}
.page-headline__bg {
  height: 41.66vw;
  overflow: hidden;
}
.page-headline__bg-flame {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.page-headline__bg.individual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.page-headline__bg.csr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 70%;
  object-position: 50% 70%;
}
.page-headline__bg.disclaimer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 90%;
  object-position: 50% 90%;
}
.page-headline__bg.real-estate img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 60%;
  object-position: 50% 60%;
}
.page-headline__bg.biomass img,
.page-headline__bg.ir-business img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 60% 50%;
  object-position: 60% 50%;
}
.page-headline__bg.construction-material img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 60% 40%;
  object-position: 60% 40%;
}
.page-headline__bg.about-us img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 60% 20%;
  object-position: 60% 20%;
}
.page-headline__bg.sales-office img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 10%;
  object-position: 100% 10%;
}
.page-headline__bg.preparation img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}
.page-headline__bg.shop img,
.page-headline__bg.group img,
.page-headline__bg.info img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 35%;
  object-position: 50% 35%;
}
.page-headline__bg.message img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 35%;
  object-position: 100% 35%;
}
.page-headline__bg.ir img,
.page-headline__bg.organization img,
.page-headline__bg.history img,
.page-headline__bg.press img,
.page-headline__bg.division img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 80%;
  object-position: 50% 80%;
}
.page-headline__bg.docomo-shop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 15%;
  object-position: 50% 15%;
}
.page-headline__bg.sitemap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
}
.page-headline .side {
  position: absolute;
  top: 180px;
  right: 2vw;
}
@media not screen and (min-width: 1200px) {
  .page-headline .side {
    display: none;
  }
}
.page-headline .side-txt {
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 16px);
  color: #142474;
  writing-mode: vertical-rl;
}

.page-headline-addflame {
  display: flex;
  flex-direction: column;
  width: 30vw;
  gap: 10px;
  position: absolute;
  top: 10%;
}
@media (max-width: 1440px) {
  .page-headline-addflame {
    width: 35vw;
  }
}
@media not screen and (min-width: 1200px) {
  .page-headline-addflame {
    width: 40vw;
  }
}
@media not screen and (min-width: 992px) {
  .page-headline-addflame {
    width: 45vw;
  }
}
@media not screen and (min-width: 769px) {
  .page-headline-addflame {
    width: 50vw;
  }
}
@media not screen and (min-width: 576px) {
  .page-headline-addflame {
    width: 72vw;
    gap: 0;
    top: 0;
  }
}
.page-headline-addflame__ttl {
  display: flex;
  align-items: center;
  gap: 0 4%;
  padding: 25px 5%;
  background: #142474;
  border-radius: 0 15px 0 15px;
  color: #142474;
  white-space: nowrap;
}
.page-headline-addflame__ttl-num {
  font-family: "alternate-gothic-atf";
  font-size: calc((100vw - 375px) / 21.45 + 48px);
  letter-spacing: 0.04em;
  color: #fff;
}
.page-headline-addflame__ttl-ja {
  font-weight: bold;
  font-size: calc((100vw - 375px) / 96.56 + 20px);
  line-height: 1.17;
  color: #fff;
}
.page-headline-addflame__ttl-en {
  font-family: "alternate-gothic-atf";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #142474;
}
@media not screen and (min-width: 576px) {
  .page-headline-addflame__ttl {
    min-width: 50%;
    font-size: 48px;
    padding: 4% 12.5%;
  }
}
.page-headline-addflame__lead {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
@media not screen and (min-width: 576px) {
  .page-headline-addflame__lead {
    font-size: 14px;
  }
}
.page-headline-addflame__lead:before {
  width: 52px;
  background: #142474;
}
@media not screen and (min-width: 576px) {
  .page-headline-addflame__lead:before {
    width: 20px;
  }
}
.page-headline-addflame .side {
  position: absolute;
  top: 180px;
  right: 2vw;
}
@media not screen and (min-width: 1200px) {
  .page-headline-addflame .side {
    display: none;
  }
}
.page-headline-addflame .side-txt {
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 16px);
  color: #142474;
  writing-mode: vertical-rl;
}

.page-sec__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-sec__ttl-ja {
  font-family: "Zen Old Mincho";
  font-size: calc((100vw - 375px) / 77.25 + 28px);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #142474;
}
.page-sec__ttl-en {
  font-family: "alternate-gothic-atf";
  font-size: calc((100vw - 375px) / 257.5 + 18px);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #142474;
}

.common__item:not(:first-child) {
  margin: 80px 0;
}
@media not screen and (min-width: 576px) {
  .common__item:nth-child(2) {
    margin: 60px 0 0;
  }
}
.common__item:nth-child(3) {
  margin: 80px 0 120px;
}
@media not screen and (min-width: 576px) {
  .common__item:nth-child(3) {
    margin: 60px 0;
  }
}
@media not screen and (min-width: 576px) {
  .common__item:nth-child(4) {
    margin: 60px 0 0;
  }
}

.common-item__container {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin: 120px 0 0;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media not screen and (min-width: 992px) {
  .common-item__container {
    flex-direction: column-reverse;
    margin: 80px 0 0 0;
    width: 100%;
  }
}
@media not screen and (min-width: 576px) {
  .common-item__container {
    margin: 40px 0 0 0;
  }
}
.common-item__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 10%;
  color: #142474;
}
.common-item__head.lg-above {
  display: flex;
}
@media not screen and (min-width: 992px) {
  .common-item__head.lg-above {
    display: none;
  }
}
.common-item__head.lg-below {
  display: none;
}
@media not screen and (min-width: 992px) {
  .common-item__head.lg-below {
    display: flex;
    align-items: center;
  }
}
.common-item__head-ja {
  font-family: "Zen Old Mincho";
  font-size: calc((100vw - 375px) / 90.8 + 19px);
  line-height: 1.34;
  letter-spacing: 0.1em;
}
.common-item__head-en {
  font-family: "alternate-gothic-atf";
  font-weight: 600;
  font-size: calc((100vw - 375px) / 154.5 + 14px);
  letter-spacing: 0.06em;
}
.common-item__head-tel {
  font-family: "alternate-gothic-atf";
  font-weight: 600;
  font-size: calc((100vw - 375px) / 193.1 + 20px);
  letter-spacing: 0.04em;
  color: #29a4db;
}
@media not screen and (min-width: 992px) {
  .common-item__head-tel {
    margin: 0 auto;
  }
}
.common-item__head-address {
  display: block;
  font-weight: 700;
  font-size: calc((100vw - 375px) / 257.5 + 12px);
  line-height: 1.88;
  letter-spacing: -0.02em;
  color: #333;
  text-align: right;
}
.common-item__head-detail {
  display: flex;
  align-items: center;
  gap: 2%;
  width: 40vw;
}
@media (max-width: 1360px) {
  .common-item__head-detail {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media not screen and (min-width: 992px) {
  .common-item__head-detail {
    justify-content: center;
    align-items: center;
    width: 90vw;
  }
}
@media not screen and (min-width: 576px) {
  .common-item__head-detail {
    flex-direction: column;
  }
}
.common-item__head-map {
  display: flex;
  align-items: center;
  width: 5vw;
}
@media not screen and (min-width: 576px) {
  .common-item__head-map {
    width: 50px;
  }
}
.common-item__head-line {
  display: inline-block;
  width: 92px;
  height: 2px;
  background: #29a4db;
  margin: 20px auto 20px 0;
}
@media not screen and (min-width: 992px) {
  .common-item__head-line {
    margin: 20px auto;
  }
}
@media not screen and (min-width: 576px) {
  .common-item__head-line {
    margin: 10px auto;
  }
}
.common-item__head.once {
  align-items: flex-start;
}
.common-item__head.real-estate {
  align-items: flex-start;
}
.common-item__head.column {
  display: none !important;
}
@media not screen and (min-width: 992px) {
  .common-item__head.column {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
}
@media not screen and (min-width: 992px) {
  .common-item__head {
    justify-content: center;
    margin: 0;
    padding: 0 0 40px;
  }
}
.common-item__head-num {
  font-family: "alternate-gothic-atf";
  font-weight: 600;
  font-size: calc((100vw - 375px) / 19.31 + 70px);
  letter-spacing: 0.04em;
  position: relative;
}
.common-item__head-num::before {
  content: "";
  display: inline-block;
  width: 92px;
  height: 2px;
  background: #29a4db;
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media not screen and (min-width: 576px) {
  .common-item__head-num::before {
    width: 50px;
    left: 8%;
  }
}
.common-item-head__item-ttl {
  font-family: "Zen Old Mincho";
}
.common-item__body {
  margin-top: 80px;
  width: 58%;
  position: relative;
  z-index: 0;
}
@media not screen and (min-width: 992px) {
  .common-item__body {
    margin: 0;
    width: 100%;
  }
}
.common-item-body__txt {
  margin: 80px 0 0 -8%;
  padding: 60px 10% 60px 15%;
  background: #142474;
  border-radius: 0 35px 0 35px;
  position: relative;
  z-index: -1;
}
@media not screen and (min-width: 992px) {
  .common-item-body__txt {
    margin: 0;
    padding: 60px 5%;
    width: 100%;
    border-radius: 0 0 0 35px;
  }
}
@media not screen and (min-width: 576px) {
  .common-item-body__txt {
    padding: 40px 4%;
  }
}
.common-item__thumb {
  width: 58%;
  height: 710px;
  position: relative;
  z-index: 1;
}
@media not screen and (min-width: 992px) {
  .common-item__thumb {
    width: 100%;
    height: 500px;
  }
}
@media not screen and (min-width: 576px) {
  .common-item__thumb {
    height: 74vw;
  }
}
.common-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 50px 0 0;
}

.common__item.reverse .common-item__container {
  flex-direction: row;
}
@media not screen and (min-width: 992px) {
  .common__item.reverse .common-item__container {
    flex-direction: column-reverse;
  }
}
.common__item.reverse .common-item__head {
  align-items: flex-end;
  margin: 0 10% 5% auto;
  text-align: right;
}
@media not screen and (min-width: 992px) {
  .common__item.reverse .common-item__head {
    align-items: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.common__item.reverse .common-item__head-detail {
  justify-content: flex-end;
}
@media (max-width: 1360px) {
  .common__item.reverse .common-item__head-detail {
    align-items: flex-end;
  }
}
@media not screen and (min-width: 992px) {
  .common__item.reverse .common-item__head-detail {
    align-items: center;
  }
}
.common__item.reverse .common-item__head-line {
  margin: 20px 0 20px auto;
}
@media not screen and (min-width: 992px) {
  .common__item.reverse .common-item__head-line {
    margin: 20px auto;
  }
}
@media not screen and (min-width: 576px) {
  .common__item.reverse .common-item__head-line {
    margin: 10px auto;
  }
}
.common__item.reverse .common-item-body__txt {
  margin: 80px -8% 0 0;
  padding: 60px 15% 60px 10%;
}
@media not screen and (min-width: 992px) {
  .common__item.reverse .common-item-body__txt {
    margin: 0;
    padding: 60px 5%;
  }
}
@media not screen and (min-width: 576px) {
  .common__item.reverse .common-item-body__txt {
    padding: 40px 4%;
  }
}

.page-separate-inner {
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media not screen and (min-width: 992px) {
  .page-separate-inner {
    flex-direction: column;
  }
}

.sidebar {
  width: 15%;
}
@media not screen and (min-width: 1200px) {
  .sidebar {
    width: 20%;
  }
}
@media not screen and (min-width: 992px) {
  .sidebar {
    margin-bottom: 80px;
    width: 100%;
  }
}
.sidebar__ttl {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
  color: #142474;
  border-bottom: 1px solid #142474;
}
.sidebar__item:not(:first-child) {
  margin-top: 40px;
}
.sidebar-news__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.sidebar-news-item__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-news-item__date {
  font-size: 14px;
}
.sidebar-news-item__category {
  padding: 4px 6px;
  font-size: 14px;
  background: #142474;
  color: #fff;
}
.sidebar-news-item__txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media not screen and (min-width: 576px) {
  .sidebar-news-item__txt {
    font-size: 14px;
  }
}
.sidebar-category__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.sidebar-category__item {
  font-size: 16px;
}
.sidebar-archive__list {
  margin-top: 20px;
  font-size: 16px;
}

.pagination {
  margin: 80px auto 120px;
  width: 95%;
}
@media not screen and (min-width: 992px) {
  .pagination {
    width: 100%;
  }
}
@media not screen and (min-width: 576px) {
  .pagination {
    margin: 40px auto 80px;
  }
}
.pagination__list {
  display: flex;
  align-items: center;
  gap: 2%;
}
@media not screen and (min-width: 576px) {
  .pagination__list {
    flex-wrap: wrap;
    gap: 8px 2%;
  }
}
.pagination li {
  width: 45px;
  font-size: 14px;
  text-align: center;
  background: #fff;
  color: #142474;
  border: 1px solid #142474;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media not screen and (min-width: 769px) {
  .pagination li {
    width: 30px;
    font-size: 12px;
  }
}
.pagination li:last-of-type {
  width: 120px;
}
@media not screen and (min-width: 769px) {
  .pagination li:last-of-type {
    width: 80px;
  }
}
.pagination li.current {
  background: #142474;
  color: #fff;
}
.pagination li:hover,
.pagination li:focus {
  background-color: #142474;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pagination li a {
  display: block;
  padding: 12px 0;
}
@media not screen and (min-width: 769px) {
  .pagination li a {
    padding: 8px 0;
  }
}

.back-btn {
  margin: 0 auto 3%;
  padding: 10px 0;
  display: block;
  width: 250px;
  font-size: calc((100vw - 375px) / 257.5 + 14px);
  background: #142474;
  color: #fff;
  position: relative;
}
.back-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%) rotate(45deg);
}
.back-btn__area {
  text-align: center;
}
#top__recruit{
  display: block;
  margin-top:-220px;
  padding-top:220px;
}
@media(max-width:767px){
  #top__recruit{
    margin-top:-140px;
    padding-top:140px;
  }

  /* .page-headline__bg{
    height: 54.66vw;
  } */

  /* .page-headline__bg-flame{
    top: 82px;
  } */

  .page-headline__bg.docomo-shop img{
  object-position: 10% 0;
  }

  .page-headline__bg.shop img{
    object-position: 50% 10%;
  }
}

/* ===== ローディングアニメーション完全無効化 ===== */
.initial__bg,
.loading,
.text-animation,
.glowAnime,
.glowAnime__left,
.glowAnime__right,
.glowAnime__item,
.glowAnime__item-s,
.glowAnime__item-o,
.glowAnime__item-n,
.fly {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: -999 !important;
}

/* 初期状態で透明になっている要素を強制表示 */
.no-opacity {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ヘッダーとメイン要素の表示確保 */
.header,
.header__logo,
.header .g-nav,
main {
  opacity: 1 !important;
  visibility: visible !important;
}