@charset "UTF-8";


/* 共通
-------------------------------------------*/
.l-bg-gray {
  background: url(/ir/assets/images/report/2025yearend/bg_dot_gray.png);
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.indent_2-5 {
  text-indent: -2.5em;
}

.pl_2-5 {
  padding-left: 2.5em;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.no-wrap {
  white-space: nowrap;
}

sup {
  font-size: 12px;
}

.txt-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

.txt-link:hover {
  text-decoration: none;
}

.l-main {
  background: url(/ir/assets/images/report/2025yearend/bg_dot_white.png);
}

_::-webkit-full-page-media,
_:future,
:root .l-main {
  /* 最新のsafari用 */
  font-family: 'Noto SansJP', sans-serif;
  /* macのsafari対策 */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  /* 古いsafari用 */
  ::i-block-chrome,
  .l-main {
    font-family: 'Noto SansJP', sans-serif;
    /* macのsafari対策 */
  }
}

.l-sec-inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}

.sec-tit {
  position: relative;
  padding-top: 113px;
}

.sec-tit::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.sec-tit_en {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 43.5px;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.5;
  display: block;
}

.sec-tit_jp {
  font-size: 34px;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: .1em;
  text-align: center;
  display: block;
  margin-top: 4px;
}

.third-tit {
  font-size: 30px;
  line-height: 1.66;
  font-weight: 800;
  letter-spacing: .11em;
}

.l-wraparound+.third-tit {
  margin-top: 150px;
}

.txt-20+.third-tit {
  margin-top: 103px;
}

.sec-tit+.third-tit {
  margin-top: 53px;
}

.l-graybox+.third-tit {
  margin-top: 48px;
}

.l-full-imgwrap+.third-tit {
  margin-top: 109px;
}

.l-chuki-list+.third-tit {
  margin-top: 98px;
}

.txt-20 {
  font-size: 20px;
  line-height: 2;
  letter-spacing: .18em;
}

.third-tit+.txt-20 {
  margin-top: 40px;
}

.txt-20+.txt-20 {
  margin-top: 40px;
}

.txt-20.fwb+.txt-20 {
  margin-top: 0;
}

.sec-tit+.txt-20 {
  margin-top: 39px;
}

.l-youtube-list+.txt-20 {
  margin-top: 43px;
}

.l-notice__instagram__imgwrap+.txt-20 {
  margin-top: 50px;
}

.l-wraparound+.txt-20 {
  margin-top: 31px;
}

.l-full-imgwrap+.txt-20 {
  margin-top: 48px;
}

.line-tit {
  font-weight: bold;
  display: flex;
  position: relative;
  padding-left: 2.2em;
}

.line-tit::before {
  content: '';
  width: 2em;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
}

.sec-tit+.l-wraparound {
  margin-top: 43px;
}

.third-tit+.l-wraparound {
  margin-top: 50px;
}

.txt-20+.l-wraparound {
  margin-top: 110px;
}

.l-wraparound+.l-wraparound {
  margin-top: 147px;
}

.l-btn+.l-wraparound,
.l-wraparound__imgwrap.is-sp+.l-wraparound {
  margin-top: 130px;
}

.l-graybox+.l-wraparound {
  margin-top: 122px;
}

.l-wraparound__imgwrap {
  width: 52.5%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.l-wraparound.img-right .l-wraparound__imgwrap {
  float: right;
  margin: 0 -7.5% 13% 5%;
}

.l-wraparound.img-left .l-wraparound__imgwrap {
  float: left;
  margin: 0 5% 13% -7.5%;
}

.l-wraparound__imgwrap::after {
  content: '';
  display: block;
  width: 109.5%;
  height: 100%;
  background-color: #f1f4f5;
  position: absolute;
  top: min(calc((100 / 1700) * 100vw), 100px);
  z-index: -1;
}

.l-wraparound.img-right .l-wraparound__imgwrap::after {
  right: -25.5%;
}

.l-wraparound.img-left .l-wraparound__imgwrap::after {
  left: -25.5%;
}

.l-wraparound__txtwrap {
  position: relative;
  z-index: 1;
}

.l-chuki-list {
  margin-top: 21px;
}

.txt-20+.l-chuki-list {
  margin-top: 20px;
}

.l-chuki-list__item {
  font-size: 17px;
  line-height: 2.11;
  letter-spacing: .1em;
  text-indent: -1em;
  padding-left: 1em;
}

.l-chuki-list__item.indent_2-5 {
  text-indent: -2.5em;
}

.l-chuki-list__item.pl_2-5 {
  padding-left: 2.5em;
}

.l-chuki-list__item+.l-chuki-list__item {
  margin-top: 10px;
}

.l-btn {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .1em;
  background-color: #fff;
  border: 1px solid #000;
  display: table;
  margin: 30px 0 0 auto;
  padding: .8em 4.6em .9em 1.5em;
  position: relative;
  transition: all .3s;
  box-shadow: 10px 10px 0px 0px #f1f4f5;
}

.l-full-imgwrap+.l-btn {
  margin-top: 60px;
}

.l-btn:hover {
  color: #fff;
  background: #000;
  box-shadow: 0 0 0 0 #f1f4f5;
}

.l-btn::before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 25px;
  transition: background-color .3s;
}

.l-btn:hover::before {
  background-color: #fff;
}

.l-btn:hover::after {
  top: 0;
  right: 0;
}

.l-graybox {
  background-color: #f1f4f5;
  padding: 1.25em 2em;
}

.sec-tit+.l-graybox {
  margin-top: 36px;
}

.l-graybox .txt-20 {
  letter-spacing: .14em;
}

.l-graybox__name {
  font-weight: 700;
}

.txt-20+.txt-20.l-graybox__name {
  margin-top: 20px;
}

.l-graybox__profile {
  display: flex;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .16em;
}

.l-graybox__profile__tit {
  width: 7.5em;
  min-width: 7.5em;
}

.l-graybox__profile__desc {
  width: calc(100% - 7.5em);
}

.l-chuki-list+.l-full-imgwrap {
  margin-top: 50px;
}


@media (max-width:1400px) {
  .l-wraparound.img-right .l-wraparound__imgwrap {
    margin-right: -3.5%;
  }

  .l-wraparound.img-left .l-wraparound__imgwrap {
    margin-left: -3.5%;
  }

}


@media (max-width:767.98px) {
  sup {
    font-size: 10px;
  }

  .l-bg-gray {
    background-size: 50% auto;
  }

  .fixed {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }

  .l-main {
    background-size: 50% auto;
  }

  .l-sec-inner {
    padding: 0 20px;
  }

  .txt-link,
  .txt-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }

  .sec-tit {
    font-size: 26px;
    padding-top: 54px;
  }

  .sec-tit::after {
    height: 50px;
  }

  .sec-tit_en {
    font-size: 26px;
  }

  .sec-tit_jp {
    font-size: 21.5px;
    margin-top: 4px;
  }

  .third-tit {
    font-size: 19px;
    line-height: 1.6;
  }

  .l-wraparound.img-right+.third-tit {
    margin-top: 100px;
  }

  .l-wraparound.img-left+.third-tit {
    margin-top: 46px;
  }

  .l-chuki-list+.third-tit {
    margin-top: 47px;
  }

  .sec-tit+.third-tit {
    margin-top: 23px;
  }

  .txt-20+.third-tit {
    margin-top: 47px;
  }

  .l-graybox+.third-tit {
    margin-top: 25px;
  }

  .l-full-imgwrap+.third-tit {
    margin-top: 54px;
  }

  .l-wraparound__imgwrap.is-sp+.third-tit {
    margin-top: 84px;
  }

  .l-graybox {
    padding: .95em 20px;
  }

  .sec-tit+.l-graybox {
    margin-top: 25px;
  }

  .txt-20+.txt-20.l-graybox__name {
    margin-top: 12px;
  }

  .txt-20 {
    font-size: 13px;
  }

  .txt-20+.txt-20 {
    margin-top: 15px;
  }

  .third-tit+.txt-20 {
    margin-top: 16px;
  }

  .l-wraparound+.txt-20 {
    margin-top: 53px;
  }

  .l-full-imgwrap+.txt-20 {
    margin-top: 22px;
  }

  .sec-tit+.txt-20 {
    margin-top: 17px;
  }

  .txt-20.fwb {
    margin-bottom: 6px;
  }

  .line-tit::before {
    top: 13px;
  }

  .l-wraparound {
    display: flex;
    flex-wrap: wrap;
  }

  .l-wraparound+.l-wraparound {
    margin-top: 60px;
  }

  .sec-tit+.l-wraparound {
    margin-top: 19px;
  }

  .third-tit+.l-wraparound {
    margin-top: 25px;
  }

  .txt-20+.l-wraparound {
    margin-top: 53px;
  }

  .l-wraparound__imgwrap+.l-wraparound,
  .l-btn+.l-wraparound,
  .l-wraparound__imgwrap.is-sp+.l-wraparound {
    margin-top: 90px;
  }

  .l-graybox+.l-wraparound {
    margin-top: 25px;
  }

  .l-wraparound__imgwrap {
    width: auto;
  }

  .l-btn+.l-wraparound__imgwrap {
    margin-top: 35px;
  }

  .l-chuki-list+.l-wraparound__imgwrap.is-sp {
    margin-top: 23px;
  }

  .l-wraparound__imgwrap::after {
    width: 100%;
    top: 30px;
  }

  .l-wraparound.img-right .l-wraparound__imgwrap {
    margin: 26px 0 0 0;
    order: 2;
  }

  .l-wraparound.img-left .l-wraparound__imgwrap {
    float: none;
    margin: 0;
  }

  .l-wraparound.img-left .l-wraparound__imgwrap::after {
    left: -30px;
  }

  .l-wraparound.img-right .l-wraparound__imgwrap::after {
    right: -30px;
  }

  .l-wraparound__imgwrap.is-sp.shadow-right::after {
    right: -30px;
  }

  .l-wraparound__imgwrap.is-sp.shadow-left::after {
    left: -30px;
  }

  .l-wraparound__txtwrap {
    order: 1;
    width: 100%;
  }

  .l-chuki-list {
    margin-top: 12px;
  }

  .txt-20+.l-chuki-list {
    margin-top: 13px;
  }

  .l-chuki-list__item {
    font-size: 11px;
  }

  .l-btn {
    font-size: 11px;
    margin: 20px 0 0 auto;
    padding: .7em 3.8em .8em 1.3em;
    box-shadow: 5px 5px 0px 0px #f1f4f5;
  }

  .l-full-imgwrap+.l-btn {
    margin-top: 20px;
  }

  .l-btn:hover {
    color: #000;
    background: #fff;
    box-shadow: 5px 5px 0px 0px #f1f4f5;
  }

  .l-btn::before {
    width: 15px;
    top: 16px;
  }

  .l-btn:hover::before {
    background-color: #000;
  }

  .l-graybox__profile {
    display: block;
    font-size: 12px;
  }

  .l-graybox__profile__tit {
    width: auto;
    min-width: auto;
  }

  .l-graybox__profile__desc {
    width: auto;
  }

  .l-chuki-list+.l-full-imgwrap {
    margin-top: 27px;
  }

}


/* メインビジュアル
-------------------------------------------*/
.l-mv {
  position: relative;
  overflow: hidden;
  height: calc((1020/750)*100vw);
  box-sizing: border-box;
  background: #000;
}

body:not(.is-mobile) .l-mv {
  height: calc((990 / 750) * 100vw);
}

.l-mv__inner {
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.l-mv__imgwrap {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  animation: l-mv__imgwrap 1s ease-in-out forwards 1s;
  z-index: 2;
}

@keyframes l-mv__imgwrap {
  100% {
    opacity: 1;
  }
}


.l-mv__txtwrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: fit-content;
  height: fit-content;
  margin: auto;
  z-index: 4;
  opacity: 0;
  transform: translate(-4%, 0);
  filter: blur(20px);
  animation: l-mv__txtwrap 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards 2s;
  transition: all .5s;
  filter: blur(20px) drop-shadow(0 0 20px rgba(0, 0, 0, .16));
}

@keyframes l-mv__txtwrap {
  100% {
    opacity: 1;
    transform: translate(0);
    filter: blur(0) drop-shadow(0 0 20px rgba(0, 0, 0, .16));
  }
}


.l-mv__tit {
  width: calc((611 / 750) * 100vw);
  max-width: 306px;
  display: block;
  margin: 0 auto;
}

.l-mv__tit svg {
  fill: #fff;
}

.l-mv__sub-tit {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(calc((53 / 750) * 100vw), 26.5px);
  text-align: center;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.06em;
  display: block;
  margin-top: calc((10 / 750) * 100vw);
}


@media (min-width: 1701px) {
  .l-mv__txtwrap {
    left: 0;
  }
}


@media (min-width: 768px) {
  .l-mv {
    width: calc(1700px * .75);
    height: calc(730px * .75);
  }

  body:not(.is-mobile) .l-mv {
    height: calc(730px * .75);
  }

  .l-mv__txtwrap {
    top: 14%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .l-mv__tit {
    width: calc(524px * .75);
    max-width: inherit;
  }

  .l-mv__sub-tit {
    font-size: calc(43px * .75);
    margin-top: -6px;
    text-align: left;
  }
}


@media (min-width: 1280px) {
  .l-mv {
    height: calc((730 / 1700) * 100vw);
    width: auto;
  }

  body:not(.is-mobile) .l-mv {
    height: calc((720 / 1700) * 100vw);
  }

  .l-mv__tit {
    width: min(calc((524 / 1700) * 100vw), 524px);
  }

  .l-mv__sub-tit {
    font-size: min(calc((43 / 1700) * 100vw), 43px);
  }
}


/* ページ内アンカー
-------------------------------------------*/
.l-anchor {
  padding: 45px 0 0;
}

.l-anchor_inner {
  max-width: 1580px;
  box-sizing: border-box;
  padding: 0 40px;
  margin: 0 auto;
}

.l-anchor__list {
  display: flex;
  justify-content: center;
}

.l-anchor__list__item {
  width: 24%;
  box-sizing: border-box;
  margin-right: 4%;
  position: relative;
  display: inline-block;
  top: 0;
}

.l-anchor__list__item:last-child {
  margin-right: 0;
}

.l-anchor__list__item::after {
  content: '';
  display: block;
  width: 26px;
  height: 15px;
  background: url(/ir/assets/images/report/2025yearend/arrow_down_black.svg) no-repeat center / contain;
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .24s;
}

.l-anchor__list__item:hover::after {
  bottom: 14px;
}

.l-anchor__list__item__a {
  display: block;
  padding: 1.75em 1em 2.7em;
  transition: all .5s;
  height: 100%;
  box-sizing: border-box;
}

.l-anchor__list__item__a:before,
.l-anchor__list__item__a:after {
  position: absolute;
  top: 0;
  content: '';
  width: 30px;
  height: 100%;
  display: inline-block;
}

.l-anchor__list__item__a:before {
  border-top: solid 1px #787878;
  border-left: solid 1px #787878;
  border-bottom: solid 1px #787878;
  left: 0;
}

.l-anchor__list__item__a:after {
  content: '';
  border-top: solid 1px #787878;
  border-right: solid 1px #787878;
  border-bottom: solid 1px #787878;
  right: 0;
}

.l-anchor__list__item__a:hover .l-anchor__list__item__a__tit,
.l-anchor__list__item__a:hover .l-anchor__list__item__a__desc {
  transform: scale(1.05);
}

.l-anchor__list__item__a__tit {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.5;
  transition: all .5s;
}

.l-anchor__list__item__a__desc {
  font-size: 19px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.66;
  margin-top: 13px;
  transition: all .3s;
}


@media (min-width: 768px) {
  .l-anchor__list__item__a__desc {
    font-size: calc(19px * .75);
  }

}


@media (min-width: 1280px) {
  .l-anchor__list__item__a__desc {
    font-size: min(calc((19 / 1700) * 100vw), 19px);
  }
}


@media (max-width:767.98px) {
  .l-anchor {
    padding: 30px 0 0;
  }

  .l-anchor_inner {
    padding: 0 20px;
  }

  .l-anchor__list {
    flex-wrap: wrap;
  }

  .l-anchor__list__item {
    width: calc((100% - 15px) / 2);
  }

  .l-anchor__list__item:nth-child(odd) {
    margin-right: 15px
  }

  .l-anchor__list__item:nth-child(even) {
    margin-right: 0;
  }

  .l-anchor__list__item:nth-child(n+3) {
    margin-top: 20px;
  }

  .l-anchor__list__item::after,
  .l-anchor__list__item:hover::after {
    width: 17px;
    height: 10px;
    bottom: 10px;
  }

  .l-anchor__list__item__a {
    padding: 5px 5px 25px;
  }

  .l-anchor__list__item__a:hover .l-anchor__list__item__a__tit,
  .l-anchor__list__item__a:hover .l-anchor__list__item__a__desc {
    transform: scale(1);
  }

  .l-anchor__list__item__a__tit {
    font-size: 13px;
  }

  .l-anchor__list__item__a__desc {
    font-size: 13px;
    line-height: 1.58;
    letter-spacing: 0.08em;
    margin-top: 3px;
  }
}

/* スクロールフェード表示
---------------------------------------------------*/
.js-effect-d {
  opacity: 0;
  transition: ease 1.0s;
  transform: translateY(20px);
}

.js-effect-d.fadein {
  opacity: 1;
  transform: translateY(0px);
}


/* マスク表示するアニメーション
-------------------------------------------*/
.view {
  position: relative;
  overflow: hidden;
}

.view::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/ir/assets/images/report/2025yearend/bg_dot_white.png);
  transform: translateX(0%);
  transition: transform .6s cubic-bezier(0.65, 0, 0.35, 1) .3s;
  z-index: 2;
}

.l-bg-gray .view::after {
  background: url(/ir/assets/images/report/2025yearend/bg_dot_gray.png);
}

.view img {
  vertical-align: middle;
  transform: translateX(0%);
}

.view.js-on::after {
  transform: translateX(100%);
}

@media (max-width:767.98px) {
  .view::after {
    background: url(/ir/assets/images/report/2025yearend/bg_dot_white_sp.png);
    background-size: 50% auto;
  }

  .l-bg-gray .view::after {
    background: url(/ir/assets/images/report/2025yearend/bg_dot_gray_sp.png);
    background-size: 50% auto;
  }
}


/* MESSAGE
-------------------------------------------*/
.l-message {
  padding: 120px 0 0;
}

.l-message .l-wraparound._1 .l-wraparound__imgwrap {
  width: 52.5%;
  margin-left: 4%;
  margin-bottom: 6%;
}

.l-message .l-wraparound._1 .l-wraparound__imgwrap::after {
  width: 116%;
}

.l-message .l-wraparound._1 .l-wraparound__txtwrap {
  padding-top: 3.05em;
}

.l-message .l-wraparound._2 .l-wraparound__txtwrap {
  padding-top: 53px;
}

.l-message .l-full-imgwrap {
  margin: 51px 0 0;
}

.l-message .l-btn {
  margin: 54px auto 0;
}


@media (max-width:1400px) {
  .l-message .third-tit {
    letter-spacing: .06em;
  }
}


@media (min-width: 768px) {
  .l-message .l-wraparound._2 .l-wraparound__txtwrap {
    padding-top: 0;
  }

  .l-message .l-wraparound._2 .l-wraparound__imgwrap {
    margin-bottom: 21%;
    width: 60.0%;
  }
}


@media (max-width:767.98px) {
  .l-message {
    padding: 50px 0 78px;
  }

  .l-message .l-wraparound._1 .l-wraparound__imgwrap {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
  }

  .l-message .l-wraparound._1 .l-wraparound__imgwrap::after {
    right: -30px;
    width: 100%;
  }

  .l-message .l-wraparound._1 .l-wraparound__txtwrap {
    padding-top: 0;
  }

  .l-message .l-wraparound._2+.txt-20 {
    margin-top: 15px;
  }

  .l-message .l-full-imgwrap {
    margin: 23px 0 0;
  }

  .l-message .l-btn {
    margin: 27px auto 0;
  }
}


/* TOPICS
-------------------------------------------*/
.l-topics {
  padding: 150px 0 140px;
}

.l-topics .third-tit+.l-wraparound {
  margin-top: 74px;
}

.l-topics .l-wraparound._2 .l-wraparound__imgwrap {
  width: 60%;
}

@media (max-width:767.98px) {
  .l-topics {
    padding: 70px 0 69px;
  }

  .l-topics .third-tit+.l-wraparound {
    margin-top: 27px;
  }

  /* .l-topics .l-wraparound._1+.txt-20 {
    margin-top: 31px;
  } */

  .l-topics .l-wraparound._2+.txt-20 {
    margin-top: 15px;
  }

  .l-topics .l-wraparound._3+.txt-20 {
    margin-top: 0;
  }

  .l-topics .l-wraparound._2 {
    margin-top: 54px;
    /* margin-top: 23px; */
  }

  .l-topics .l-wraparound._3+.l-wraparound._4,
  .l-topics .l-wraparound._4+.l-wraparound._5,
  .l-topics .l-wraparound._5+.l-wraparound._6 {
    margin-top: 60px;
  }

  .l-topics .l-wraparound.img-right .l-wraparound__imgwrap,
  .l-topics .l-wraparound.img-left .l-wraparound__imgwrap {
    order: 1;
    margin-top: 0;
  }

  .l-topics .l-wraparound.img-right._1 .l-wraparound__imgwrap {
    order: 2;
    margin-top: 23px;
  }

  .l-topics .l-wraparound._2 .l-wraparound__imgwrap {
    width: auto;
  }

  .l-topics .l-wraparound__txtwrap {
    order: 2;
  }

  .l-topics .l-wraparound.img-right .l-wraparound__imgwrap,
  .l-topics .l-wraparound.img-left .l-wraparound__imgwrap {
    margin-bottom: 0;
  }

  .l-topics .l-wraparound.img-right._1 .l-wraparound__txtwrap {
    order: 1;
  }

  .l-topics .l-wraparound._2 .l-wraparound__txtwrap {
    margin-top: 53px;
  }

}


/* NOTICE
-------------------------------------------*/
.l-notice {
  padding: 150px 0;
}

.l-notice .l-wraparound._1 .l-wraparound__imgwrap {
  margin-bottom: 21%;
}

.l-notice .l-wraparound+.third-tit {
  margin-top: 110px;
}

@media (max-width:767.98px) {
  .l-notice {
    padding: 75px 0 70px;
  }

  .l-notice .sec-tit+.txt-20 {
    letter-spacing: .1em;
  }

  .l-notice .l-wraparound._1 .l-wraparound__imgwrap {
    margin-bottom: 0;
  }

  .l-notice .l-wraparound+.third-tit {
    margin-top: 86px;
  }
}