.fix-item {
  margin-bottom: env(safe-area-inset-bottom, 0);
}
.fix-item .go-to-top {
  background: var(--color-white);
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .sns__text {
    color: var(--color-white);
    background: var(--color-dark-blue);
  }
}

.structure-search311 {
  padding: 32px 15px 11px;
  background: var(--color-311blue-sub);
}
@media screen and (min-width: 768px) {
  .structure-search311 {
    padding: 40px 15px 26px;
  }
}
.structure-search311 .lead {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .structure-search311 .lead {
    font-size: 2rem;
    margin-bottom: 7px;
  }
}
.structure-search311 .detail {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .structure-search311 .detail {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 990px) {
  .reminder {
    background: linear-gradient(0deg, #F5F9FA 0%, var(--color-311blue-sub) 50%);
  }
}

.system-search311 {
  padding: 10px 15px;
  background: var(--color-311blue-sub);
}

.show-for-sp-2 {
  translate: 0 -65px;
}

.button__wrapper {
  padding-top: 40px;
}
.button__wrapper.go-to-site-top {
  padding: 6px 0 32px;
}
@media screen and (min-width: 768px) {
  .button__wrapper.go-to-site-top {
    padding: 10px 0 50px;
  }
}
.button__wrapper.go-to-site-top .button {
  display: block;
}
.button__wrapper.go-to-site-top .button::after {
  content: none;
}

body {
  background: #E6F7F9;
}

.inner {
  background-color: var(--color-bg);
}
@media screen and (min-width: 990px) {
  .inner {
    width: 990px;
    margin: 0 auto;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 988px;
  box-sizing: border-box;
  padding: 10px 16px;
  margin: 0 auto;
  background: var(--color-white);
  z-index: 1;
}
.header a {
  display: block;
  transition: opacity 0.4s ease;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (hover: hover) {
  .header a:hover {
    opacity: 0.7;
  }
}
.header__corporate-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .header__corporate-logo {
    gap: 32px;
  }
}
.header__corporate-logo a img {
  width: 100%;
  height: 100%;
}
.header__corporate-logo a.yj-logo {
  width: 33.2px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .header__corporate-logo a.yj-logo {
    width: 106.6px;
    height: 28px;
  }
}
.header__corporate-logo a.line-logo {
  width: 49.8px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .header__corporate-logo a.line-logo {
    width: 66.5px;
    height: 24px;
  }
}
.header__s311-logo a {
  width: 138px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .header__s311-logo a {
    width: 190px;
    height: 44px;
  }
}
.header__s311-logo a img {
  width: 100%;
  height: 100%;
}

.mainvisual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 171px;
  box-sizing: content-box;
  background-image: url("https://s.yimg.jp/images/bmg/search311/2026/img/report/mainVisual_small.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .mainvisual {
    height: 319px;
    background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/report/mainVisual_large.jpg);
  }
}
.mainvisual::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, var(--color-311blue-sub) 0%, rgba(var(--color-white-rgb), 0) 90%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .mainvisual::after {
    height: 170px;
  }
}

.page-title {
  position: relative;
  min-width: 230px;
  padding: 16px 20px 14px;
  color: var(--color-LYnavy100);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  background-color: var(--color-white);
  border-radius: 6px;
  translate: 0 70px;
  filter: drop-shadow(0px 0px 8px rgba(35, 100, 145, 0.2));
  transform: translateZ(0);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-title {
    padding: 31px 32px 29px;
    border-radius: 8px;
    font-size: 3.2rem;
  }
}
.page-title .page-sub-title {
  position: absolute;
  top: -118px;
  left: -33px;
  filter: drop-shadow(0px 0px 8px rgba(35, 100, 145, 0.2));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  .page-title .page-sub-title {
    top: -225px;
  }
}
.page-title .page-sub-title img {
  width: 115px;
  height: 97px;
}
@media screen and (min-width: 768px) {
  .page-title .page-sub-title img {
    width: 222px;
    height: 187px;
  }
}
@media screen and (min-width: 768px) {
  .page-title .show__on-sp-layout {
    display: none;
  }
}

.sub-sentence {
  padding: 90px 16px 8px;
  background-color: var(--color-311blue-sub);
  color: var(--color-LYnavy100);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sub-sentence {
    padding: 96px 0 20px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .sub-sentence .show__on-sp-layout {
    display: none;
  }
}

.anchor-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(180deg, var(--color-311blue-sub) 20%, transparent 100%);
}
.anchor-link p {
  display: block;
  width: 100%;
  max-width: 600px;
  padding: 3px 0;
  margin-bottom: 8px;
  background: var(--color-311blue);
  color: var(--color-text-black);
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.anchor-link ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px 4px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 8px;
}
.anchor-link ul li {
  width: 100%;
}
.anchor-link ul li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 11px;
  background: var(--color-white);
  border-radius: 4px;
  transition: opacity 0.4s ease;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 600;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .anchor-link ul li a {
    font-size: 1.6rem;
    padding: 10px 16px;
  }
}
.anchor-link ul li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/common/arrow.png);
  background-size: 100%;
  background-position: center;
}
.anchor-link ul li a span {
  display: inline;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .anchor-link ul li a span {
    display: block;
  }
}
@media screen and (hover: hover) {
  .anchor-link ul li a:hover {
    opacity: 0.8;
  }
}

.article {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 720px;
  padding: 40px 32px;
  margin: 0 auto;
  color: var(--color-LYnavy100);
  font-size: 1.4rem;
  line-height: 150%;
  border-bottom: 2px solid rgba(var(--color-black-rgb), 0.1);
}
@media screen and (min-width: 768px) {
  .article {
    font-size: 1.6rem;
    padding: 74px 24px 50px;
  }
  .article#article02 img, .article#article08 img, .article#article09 img {
    -o-object-position: top;
       object-position: top;
  }
}
.article:last-of-type {
  border: none;
}
.article__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 2.2rem;
  line-height: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.article__subTitle {
  display: block;
  font-size: 1.4rem;
}
.article__activity {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .article__activity {
    margin-bottom: 20px;
  }
}
.article__activity p {
  font-size: 1.4rem;
  line-height: 140%;
}
.article picture {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  margin-bottom: 20px;
  background-color: var(--color-white);
  border-radius: 8px;
  overflow: hidden;
}
.article picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article ul {
  padding-left: 23px;
}
.article ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 5px;
}
.article ul li:last-of-type {
  margin-bottom: 0;
}
.article__text {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .article__text {
    max-width: none;
  }
}
.article__text .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.article__text .title h4 {
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .article__text .title h4 {
    font-size: 1.8rem;
  }
}
.article__text .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  flex-shrink: 1;
  background: var(--color-black);
  opacity: 0.2;
}
.article__text > p {
  margin-bottom: 24px;
}
.article__text > p:last-of-type {
  margin-bottom: 0;
}
.article__text > ul {
  margin-bottom: 24px;
}
.article__announce {
  width: 100%;
  padding: 12px;
  background: var(--color-white);
  font-size: 1.4rem;
  text-align: center;
}
.article__announce br.show__on-sp-layout {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .article__announce br.show__on-sp-layout {
    display: none !important;
  }
}

.button {
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .button {
    min-width: 320px;
  }
}/*# sourceMappingURL=report.css.map */