@charset "UTF-8";
/********************************************************************************
*   base
********************************************************************************/
/* color var */
.pt-10 {
  padding-top: 1.3333333333vw;
}

@media screen and (max-width: 768px) {
  .pt-10 {
    padding-top: 1.3333333333vw;
  }
}
.contents-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .contents-wrapper {
    max-width: 100%;
  }
}

/* -----------------------------------------
 animation
 ----------------------------------------- */
.slideshow_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
          animation: loop-slide 20s infinite linear 1s both;
}

.slideshow_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide-reverse 30s infinite linear 1.5s both;
          animation: loop-slide-reverse 30s infinite linear 1.5s both;
}

.slideshow_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 30s infinite linear 1.5s both;
          animation: loop-slide 30s infinite linear 1.5s both;
}

.slideshow_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 10s infinite linear 1s both;
          animation: loop-slide 10s infinite linear 1s both;
}

.slideshow_05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 12.5s infinite linear 1s both;
          animation: loop-slide 12.5s infinite linear 1s both;
}

.loop_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
}

.loop_wrap img {
  width: auto;
  height: 50px;
}

.loop_wrap img:first-child {
  -webkit-animation: loop-slide_05 50s -25s linear infinite;
          animation: loop-slide_05 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  -webkit-animation: loop2-slide_05 50s linear infinite;
          animation: loop2-slide_05 50s linear infinite;
}

.slideshow_06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide-reverse 90s infinite linear 3s both;
          animation: loop-slide-reverse 90s infinite linear 3s both;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-slide-reverse {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop-slide-reverse {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes loop-slide_05 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slide_05 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2-slide_05 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2-slide_05 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.fadein {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.fadein.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* -----------------------------------------
 index
 ----------------------------------------- */
#top-mv {
  position: relative;
}
#top-mv .flowslide--top_01 .flowslide--top--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 62px;
}
@media screen and (max-width: 768px) {
  #top-mv .flowslide--top_01 .flowslide--top--wrap {
    height: 8.2666666667vw;
  }
}
#top-mv .flowslide--top_01 .flowslide--top--wrap li img {
  width: auto;
  height: 62px;
}
@media screen and (max-width: 768px) {
  #top-mv .flowslide--top_01 .flowslide--top--wrap li img {
    height: 8.2666666667vw;
  }
}
#top-mv .top_02--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 120px;
}
@media screen and (max-width: 768px) {
  #top-mv .top_02--wrap {
    height: 16vw;
  }
}
#top-mv .top_02--wrap li img {
  width: auto;
  height: 120px;
}
@media screen and (max-width: 768px) {
  #top-mv .top_02--wrap li img {
    height: 16vw;
  }
}
#top-mv .flowslide--top_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 132px;
  margin: 35px 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top-mv .flowslide--top_02 {
    height: 17.6vw;
    margin: 4.666vw 2vw;
  }
}
#top-mv .flowslide--top_02 li img {
  width: auto;
  height: 132px;
}
@media screen and (max-width: 768px) {
  #top-mv .flowslide--top_02 li img {
    height: 17.6vw;
  }
}
#top-mv > h1 {
  position: absolute;
  bottom: 94px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1492px;
  height: 74px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top-mv > h1 {
    bottom: 12.5333333333vw;
    width: 198.9333333333vw;
    height: 9.8666666667vw;
  }
}

#top-read {
  background: #000 url("../img/top/230110/bg_read.png") repeat;
  background-position-y: 5px;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-read {
    background-position-y: 0.6666666667vw;
    background-size: 20% 20%;
    font-size: 20px;
    font-size: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#top-read div {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top-read div {
    max-width: 89.3%;
    margin-left: auto;
    margin-right: auto;
  }
}

#gslider.slick-slider .slick-list {
  padding-top: 50px !important;
  padding-bottom: 70px !important;
  max-height: 720px;
}
@media screen and (max-width: 992px) {
  #gslider.slick-slider .slick-list {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }
}

#gslider-wrap {
  background: #fff;
}

#gslider {
  padding-top: 50px;
  padding-bottom: 8.5em;
}
@media screen and (max-width: 992px) {
  #gslider {
    padding-top: 10vw;
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #gslider {
    padding-top: 6.666vw;
    padding-bottom: 3.333vw;
  }
}
#gslider li {
  height: auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: none !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0 10px;
  z-index: 1;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 1280px) {
  #gslider li {
    margin: 0 12px;
  }
}
#gslider li .bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#gslider li .spacer {
  padding-top: 135%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#gslider li .meta {
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  opacity: 0;
  display: block;
  right: 50%;
  width: 100%;
  bottom: 30px;
  padding: 15px 20px;
  color: #fff;
  background: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#gslider li .meta h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  word-break: break-all;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 768px) {
  #gslider li .meta h3 {
    font-size: 22px;
    font-size: 2.9333333333vw;
    padding-bottom: 2vw;
  }
}
#gslider li .meta .cat {
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: right;
  margin-right: 5px;
  padding-top: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 768px) {
  #gslider li .meta .cat {
    padding-top: 2vw;
    margin-right: 0;
    font-size: 18px;
    font-size: 2.4vw;
  }
}
#gslider li .meta .date {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 768px) {
  #gslider li .meta .date {
    font-size: 12px;
    font-size: 3.2vw;
    margin-right: 0;
    bottom: 4vw;
    right: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #gslider li .meta .date {
    font-size: 12px;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #gslider li .meta {
    -webkit-transform: scale(0);
            transform: scale(0);
    position: absolute;
    opacity: 0;
    width: 100%;
    right: -6vw;
    bottom: -3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #gslider li {
    margin: 0;
  }
}
#gslider .slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 100;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-box-shadow: 10px 10px 10px 0px rgb(216, 56, 41);
          box-shadow: 10px 10px 10px 0px rgb(216, 56, 41);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #gslider .slick-center {
    -webkit-box-shadow: 5px 5px 5px 0px rgb(216, 56, 41);
            box-shadow: 5px 5px 5px 0px rgb(216, 56, 41);
  }
}
#gslider .slick-center:hover {
  -webkit-box-shadow: 10px 10px 30px 0px rgba(216, 56, 41, 0.8);
          box-shadow: 10px 10px 30px 0px rgba(216, 56, 41, 0.8);
}
@media screen and (max-width: 768px) {
  #gslider .slick-center:hover {
    -webkit-box-shadow: 5px 5px 15px 0px rgba(216, 56, 41, 0.8);
            box-shadow: 5px 5px 15px 0px rgba(216, 56, 41, 0.8);
  }
}
#gslider .slick-center:hover .bg {
  opacity: 1;
}
#gslider .slick-center:active {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
}
#gslider .slick-center .meta {
  -webkit-transform: scale(1);
          transform: scale(1);
  display: block;
  right: 85%;
  width: 95%;
  opacity: 1;
  z-index: 101;
  bottom: -10%;
  padding: 15px 20px;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 1118px) {
  #gslider .slick-center .meta {
    width: 75%;
  }
}
@media screen and (max-width: 992px) {
  #gslider .slick-center .meta {
    display: block;
    left: inherit;
    width: 100%;
    opacity: 1;
    -webkit-transition: 200ms;
    transition: 200ms;
    bottom: -6.6666666667vw;
    padding: 2.6666666667vw;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #gslider .slick-center .meta {
    display: block;
    left: inherit;
    width: 105%;
    opacity: 1;
    -webkit-transition: 200ms;
    transition: 200ms;
    bottom: -6.6666666667vw;
    right: 17vw;
    padding: 2vw 4vw;
    text-align: left;
  }
}
#gslider .slick-center .count {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#gslider .count {
  position: absolute;
  background: url("../img/common/230110/count_total.png");
  background-size: 100% auto;
  width: 123px;
  height: 164px;
  left: 90%;
  bottom: -80px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 12;
}
@media screen and (max-width: 768px) {
  #gslider .count {
    width: 16.4vw;
    height: 21.8666666667vw;
    bottom: -12vw;
  }
}
#gslider .count .current {
  color: #000;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  position: absolute;
  font-size: 90px;
  font-family: "Gravitas One", cursive;
  right: 100px;
  top: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #gslider .count .current {
    font-size: 90px;
    font-size: 12vw;
    width: 16.4vw;
    right: 13.3333333333vw;
    top: 2.6666666667vw;
  }
}
#gslider .slick-prev {
  z-index: 100;
  left: 0;
  top: 50px;
  width: 103px;
  height: auto;
  opacity: 1;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media screen and (max-width: 768px) {
  #gslider .slick-prev {
    top: 6.6666666667vw;
    width: 51px;
    height: 19px;
  }
}
#gslider .slick-prev::before {
  content: "";
  width: 103px;
  height: 38px;
  background: url("../img/common/230110/btn_prev.png");
  background-size: 100% auto;
  display: block;
  opacity: 1;
  top: 50%;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #gslider .slick-prev::before {
    width: 13.7333333333vw;
    height: 5.0666666667vw;
  }
}
#gslider .slick-prev :hover::after {
  opacity: 0.6;
}
@media screen and (max-width: 992px) {
  #gslider .slick-prev {
    top: 5.4945054945vw;
  }
}
@media screen and (max-width: 768px) {
  #gslider .slick-prev {
    top: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #gslider .slick-prev {
    top: 7.3333333333vw;
    width: 13.7333333333vw;
    height: 5.0666666667vw;
  }
}
#gslider .slick-next {
  z-index: 100;
  right: 0;
  top: 50px;
  width: 103px;
  height: 38px;
  opacity: 1;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media screen and (max-width: 768px) {
  #gslider .slick-next {
    top: 13.3333333333vw;
    width: 13.7333333333vw;
    height: 5.0666666667vw;
  }
}
#gslider .slick-next::before {
  content: "";
  width: 103px;
  height: 38px;
  background: url("../img/common/230110/btn_next.png");
  background-size: 100% auto;
  display: block;
  opacity: 1;
  top: 50%;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #gslider .slick-next::before {
    width: 13.7333333333vw;
    height: 5.0666666667vw;
  }
}
#gslider .slick-next :hover::before {
  opacity: 0.6;
}
@media screen and (max-width: 992px) {
  #gslider .slick-next {
    top: 5.4945054945vw;
  }
}
@media screen and (max-width: 768px) {
  #gslider .slick-next {
    top: 6.6666666667vw;
  }
}

.flowslide {
  padding: 0.5em 0;
  background: #000;
}
.flowslide--wrap {
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flowslide--wrap {
    height: 6.6666666667vw;
  }
}
.flowslide--wrap li img {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .flowslide--wrap li img {
    height: 6.6666666667vw;
  }
}
.flowslide--wrap_02 {
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flowslide--wrap_02 {
    height: 6.6666666667vw;
  }
}

#social-wrap {
  background: #D83829;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
  #social-wrap {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
#social-wrap ul {
  max-width: 860px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #social-wrap ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 86.666%;
  }
}
#social-wrap ul li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 2em;
}
@media screen and (max-width: 768px) {
  #social-wrap ul li a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.5em 0.5em;
  }
}
#social-wrap ul li a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
#social-wrap ul li a span.insta {
  content: url("../img/common/230110/icon_insta.svg");
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 768px) {
  #social-wrap ul li a span.insta {
    width: 15px;
    height: 15px;
  }
}
#social-wrap ul li a span.youtube {
  content: url("../img/common/230110/icon_youtube.svg");
  width: 38px;
  height: 27px;
}
@media screen and (max-width: 768px) {
  #social-wrap ul li a span.youtube {
    width: 19px;
    height: 13px;
  }
}

/* -----------------------------------------
下層共通
-----------------------------------------*/
nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1280px;
  margin: 0 auto;
}
nav .item_link {
  max-width: 855px;
  width: 66.8%;
  font-size: 26px;
  font-weight: 700;
  margin: 5em 3.9% 5em auto;
}
@media screen and (max-width: 768px) {
  nav .item_link {
    font-size: 22px;
    font-size: 2.9333333333vw;
    width: 86.666%;
    margin: 5em auto;
  }
}
nav .item_link a {
  background: #B985F2 url("../img/230110/bg_link.png") no-repeat;
  background-size: 100% auto;
  color: #fff;
  display: block;
  width: 100%;
  padding: 1.8em 0;
  position: relative;
  text-align: center;
}
nav .item_link a span {
  position: absolute;
  top: 50%;
  right: 12%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
nav .item_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7.5%;
  width: 16px;
  height: 16px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -webkit-transform: rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  nav .item_link a::after {
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

.btn_top {
  background: #fff;
}
.btn_top a {
  display: block;
  max-width: 76px;
  width: 6%;
  margin: 0 auto;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .btn_top a {
    max-width: 10.1333333333vw;
    width: 20.26vw;
    padding-bottom: 2em;
  }
}

#mv {
  padding-top: 5em;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  #mv {
    padding-top: 0;
  }
}
#mv .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #mv .contents-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100% !important;
  }
}
#mv .contents-wrapper figure {
  display: block;
  max-width: 700px;
  width: 43%;
}
@media screen and (max-width: 768px) {
  #mv .contents-wrapper figure {
    max-width: 100%;
    width: 100%;
  }
}
#mv .contents-wrapper .mv-inner {
  width: 53%;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #mv .contents-wrapper .mv-inner {
    width: 90%;
    margin-top: 8vw;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 1em;
  }
}
#mv .contents-wrapper .mv-inner h1 {
  padding: 3em 0 2.5em;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.47;
  z-index: 2;
  background: url("../img/230110/bg_title.png") no-repeat;
  background-size: 458px 162px;
  background-position: 110px 0;
}
@media screen and (max-width: 768px) {
  #mv .contents-wrapper .mv-inner h1 {
    font-size: 34px;
    font-size: 4.5333333333vw;
    background-size: 61vw 21.6vw;
    background-position: 0 0;
  }
}
#mv .contents-wrapper .mv-inner h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.42;
  text-align: right;
  width: 88%;
}
@media screen and (max-width: 768px) {
  #mv .contents-wrapper .mv-inner h2 {
    font-size: 26px;
    font-size: 3.4666666667vw;
    width: 100%;
  }
}
#mv .profile {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 18px;
  font-weight: 400;
  line-height: 2em;
  padding: 100px 60px 0 0;
  margin: -25px 0 140px 36.7%;
  max-width: 670px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv .profile {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.79em;
    padding: 12vw 6vw 0 0;
    margin: 0 5% 17.73vw 5%;
    max-width: 90%;
  }
}
#mv .profile figure {
  position: absolute;
  top: -23px;
  right: 40px;
  width: 271px;
  height: 87px;
}
@media screen and (max-width: 768px) {
  #mv .profile figure {
    font-size: 26px;
    font-size: 3.4666666667vw;
    top: -3vw;
    right: 4vw;
    width: 36vw;
  }
}

.topics {
  background: #000;
}
.topics .topics-ttl {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(25%, #000), color-stop(25%, #fff), color-stop(75%, #fff), color-stop(75%, #000), to(#000));
  background: linear-gradient(180deg, #000 0%, #000 25%, #fff 25%, #fff 75%, #000 75%, #000 100%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topics .topics-ttl span {
  content: "";
  position: relative;
  background-size: 100% auto;
}
.topics .topics-ttl h2 {
  display: inline-block;
  position: relative;
  color: #231815;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.32;
  margin-left: 0.2em;
}
@media screen and (max-width: 768px) {
  .topics .topics-ttl h2 {
    font-size: 28px;
    font-size: 3.7333333333vw;
    margin-left: 0.8em;
  }
}
.topics .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  line-height: 2.1em;
  letter-spacing: 0.02em;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .topics .contents-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.928em;
    margin-bottom: 18.6666666667vw;
  }
}
.topics .contents-wrapper p {
  line-height: 2.1em;
}

#topics_01 .topics-ttl span {
  width: 114px;
  height: 92px;
  background: url("../img/230110/icon_q1.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #topics_01 .topics-ttl span {
    width: 15.2vw;
    height: 12.2666666667vw;
  }
}

#topics_02 .topics-ttl span {
  top: 2px;
  width: 126px;
  height: 90px;
  background: url("../img/230110/icon_q2.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #topics_02 .topics-ttl span {
    width: 16vw;
    height: 12vw;
  }
}

#topics_03 .topics-ttl span {
  top: 2px;
  width: 126px;
  height: 90px;
  background: url("../img/230110/icon_q3.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #topics_03 .topics-ttl span {
    width: 16.8vw;
    height: 12vw;
  }
}

/* -----------------------------------------
page01
-----------------------------------------*/
#page01 #topics_01 .contents-wrapper {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #page01 #topics_01 .contents-wrapper {
    margin-top: 13.3333333333vw;
  }
}
#page01 #topics_01 .contents-wrapper > p {
  margin-left: 10.9%;
  width: 45.469%;
}
@media screen and (max-width: 768px) {
  #page01 #topics_01 .contents-wrapper > p {
    margin-left: 6.66%;
    margin-right: 6.66%;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page01 #topics_01 .contents-wrapper > figure {
  width: 39.22%;
}
@media screen and (max-width: 768px) {
  #page01 #topics_01 .contents-wrapper > figure {
    width: 47.7333333333vw;
    margin-left: 51.88%;
  }
}
#page01 #topics_01 .contents-wrapper .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2em;
  margin-top: 2em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page01 #topics_01 .contents-wrapper .contents-inner {
    margin-top: 4.4vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5em;
  }
}
#page01 #topics_01 .contents-wrapper .contents-inner figure {
  width: 39.22%;
}
@media screen and (max-width: 768px) {
  #page01 #topics_01 .contents-wrapper .contents-inner figure {
    width: 47.7333333333vw;
  }
}
#page01 #topics_02 .contents-wrapper {
  margin-top: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #page01 #topics_02 .contents-wrapper {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page01 #topics_02 .contents-wrapper p {
  margin-right: 10.9%;
  width: 51.1%;
}
@media screen and (max-width: 768px) {
  #page01 #topics_02 .contents-wrapper p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page01 #topics_02 .contents-wrapper figure {
  width: 33.67%;
}
@media screen and (max-width: 768px) {
  #page01 #topics_02 .contents-wrapper figure {
    width: 66.9333333333vw;
  }
}
#page01 #topics_02 .contents-wrapper .contents-inner {
  max-width: 430px;
  width: 33.6%;
}
@media screen and (max-width: 768px) {
  #page01 #topics_02 .contents-wrapper .contents-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#page01 #topics_02 .contents-wrapper .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page01 #topics_02 .contents-wrapper .contents-inner figure {
    gap: 0.5em;
    width: 47.7333333333vw;
  }
}
#page01 #topics_03 .contents-wrapper {
  margin-bottom: 1.5em;
}
#page01 #topics_03 .contents-wrapper.topics_03_01 {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #page01 #topics_03 .contents-wrapper.topics_03_01 {
    margin-top: 13.3333333333vw;
  }
}
#page01 #topics_03 .contents-wrapper.topics_03_01 p {
  width: 78.125%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page01 #topics_03 .contents-wrapper.topics_03_01 p {
    margin-left: auto;
    margin-right: auto;
    width: 86.67%;
  }
}
#page01 #topics_03 .contents-wrapper.topics_03_02 .contents-inner {
  margin-right: 50px;
  margin-right: 3.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 66px;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  #page01 #topics_03 .contents-wrapper.topics_03_02 .contents-inner {
    margin-left: auto;
    margin-right: auto;
    width: 86.67%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page01 #topics_03 .contents-wrapper.topics_03_02 .contents-inner p {
  width: 507px;
  width: 39.6%;
  margin-left: 230px;
  margin-left: 18%;
}
@media screen and (max-width: 768px) {
  #page01 #topics_03 .contents-wrapper.topics_03_02 .contents-inner p {
    width: 100%;
    margin-left: auto;
  }
}
#page01 #topics_03 .contents-wrapper.topics_03_02 .contents-inner figure {
  width: 431px;
  width: 33.367%;
}
@media screen and (max-width: 768px) {
  #page01 #topics_03 .contents-wrapper.topics_03_02 .contents-inner figure {
    width: 57.5%;
    margin-top: 1em;
    margin-left: 50.5%;
  }
}
#page01 #topics_03 .contents-wrapper.topics_03_03 p {
  width: 78.125%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page01 #topics_03 .contents-wrapper.topics_03_03 p {
    margin-left: auto;
    margin-right: auto;
    width: 86.67%;
  }
}
#page01 #topics_03 .contents-wrapper.topics_03_04 .contents-inner {
  max-width: 1000px;
  width: 78.125%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.25em;
}
@media screen and (max-width: 768px) {
  #page01 #topics_03 .contents-wrapper.topics_03_04 .contents-inner {
    width: 100%;
    gap: 1em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#page01 #topics_03 .contents-wrapper.topics_03_04 .contents-inner figure {
  max-width: 431px;
  width: 43.1%;
}
@media screen and (max-width: 768px) {
  #page01 #topics_03 .contents-wrapper.topics_03_04 .contents-inner figure {
    width: 48.2%;
  }
}

/* -----------------------------------------
page02
-----------------------------------------*/
#page02 #topics_01 .contents-wrapper {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #page02 #topics_01 .contents-wrapper {
    margin-top: 13.3333333333vw;
  }
}
#page02 #topics_01 .contents-wrapper > p {
  margin-left: 10.9%;
  width: 45.469%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_01 .contents-wrapper > p {
    margin-left: 6.66%;
    margin-right: 6.66%;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page02 #topics_01 .contents-wrapper > figure {
  width: 39.22%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_01 .contents-wrapper > figure {
    width: 66.9%;
    margin-left: 33.1%;
  }
}
#page02 #topics_02 .contents-wrapper {
  margin-top: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #page02 #topics_02 .contents-wrapper {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page02 #topics_02 .contents-wrapper p {
  margin-right: 10.9%;
  width: 51.1%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_02 .contents-wrapper p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page02 #topics_02 .contents-wrapper figure {
  width: 33.67%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_02 .contents-wrapper figure {
    margin-top: 0;
    width: 57.4666666667vw;
  }
}
#page02 #topics_02 .contents-wrapper .contents-inner {
  max-width: 430px;
  width: 33.6%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_02 .contents-wrapper .contents-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#page02 #topics_02 .contents-wrapper .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_02 .contents-wrapper .contents-inner figure {
    width: 48.2%;
  }
}
#page02 #topics_03 .contents-wrapper {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper {
    margin-bottom: 2em;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_01 {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_01 {
    margin-top: 13.3333333333vw;
    margin-bottom: 2em;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_01 p {
  width: 78.125%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_01 p {
    margin-left: auto;
    margin-right: auto;
    width: 86.67%;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_02 .contents-inner {
  margin-right: 50px;
  margin-right: 3.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 66px;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_02 .contents-inner {
    margin-left: auto;
    margin-right: auto;
    width: 86.67%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2em;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_02 .contents-inner p {
  width: 507px;
  width: 39.6%;
  margin-left: 230px;
  margin-left: 18%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_02 .contents-inner p {
    width: 100%;
    margin-left: auto;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_02 .contents-inner figure {
  width: 431px;
  width: 33.367%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_02 .contents-inner figure {
    width: 57.4666666667vw;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_03 .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 3%;
  width: 1000px;
  width: 78.125%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_03 .contents-inner {
    margin-left: auto;
    margin-right: auto;
    width: 86.67%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_03 .contents-inner p {
  width: 514px;
  width: 51.4%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_03 .contents-inner p {
    width: 100%;
    margin-left: auto;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_03 .contents-inner figure {
  width: 431px;
  width: 43.1%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_03 .contents-inner figure {
    width: 57.4666666667vw;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_04 .contents-inner {
  width: 100%;
  margin-right: 50px;
  margin-right: 3.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_04 .contents-inner {
    margin-left: auto;
    margin-right: auto;
    width: 86.67%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 3em;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_04 .contents-inner p {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_04 .contents-inner p {
    width: 100%;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_04 .contents-inner figure {
  width: 33.67%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_04 .contents-inner figure {
    width: 57.4666666667vw;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_05 .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3%;
  width: 78.125%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_05 .contents-inner {
    margin-left: auto;
    margin-right: auto;
    width: 86.67%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_05 .contents-inner p {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_05 .contents-inner p {
    width: 100%;
    margin-left: auto;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_05 .contents-inner_02 {
  width: 78.125%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3%;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_05 .contents-inner_02 {
    width: 100%;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_05 .contents-inner_02 figure {
  width: 43.1%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_05 .contents-inner_02 figure {
    width: 57.4666666667vw;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_06 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3%;
  width: 78.125%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_06 p {
    width: 86.67%;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_06 .contents-inner {
  width: 69.61%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2em;
  margin-left: auto;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_06 .contents-inner {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_06 .contents-inner figure {
  max-width: 431px;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_06 .contents-inner figure {
    width: 57.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_07 {
    margin-bottom: 0;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_07 .contents-inner {
  width: 1000px;
  width: 78.125%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_07 .contents-inner {
    width: 86.67%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_07 .contents-inner p {
  width: 51.4%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_07 .contents-inner p {
    width: 100%;
  }
}
#page02 #topics_03 .contents-wrapper.topics_03_07 .contents-inner figure {
  width: 43.1%;
}
@media screen and (max-width: 768px) {
  #page02 #topics_03 .contents-wrapper.topics_03_07 .contents-inner figure {
    margin-top: 3em;
    width: 57.4666666667vw;
  }
}

/* -----------------------------------------
page03
-----------------------------------------*/
#page03 #topics_01 .contents-wrapper {
  margin-top: 5em;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #page03 #topics_01 .contents-wrapper {
    margin-top: 13.3333333333vw;
  }
}
#page03 #topics_01 .contents-wrapper > p {
  margin-left: 10.9%;
  max-width: 582px;
  width: 45.469%;
}
@media screen and (max-width: 768px) {
  #page03 #topics_01 .contents-wrapper > p {
    margin-left: 6.66%;
    margin-right: 6.66%;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page03 #topics_01 .contents-wrapper .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  max-width: 502px;
  width: 39.22%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
@media screen and (max-width: 768px) {
  #page03 #topics_01 .contents-wrapper .contents-inner {
    max-width: 66.9333333333vw;
    width: 66.9333333333vw;
    margin-left: auto;
    margin-top: 0;
    gap: 1em;
  }
}
#page03 #topics_01 .contents-wrapper .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page03 #topics_01 .contents-wrapper .contents-inner figure {
    width: 100%;
  }
}
#page03 #topics_02 .contents-wrapper {
  margin-top: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #page03 #topics_02 .contents-wrapper {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page03 #topics_02 .contents-wrapper p {
  margin-right: 10.9%;
  width: 51.1%;
}
@media screen and (max-width: 768px) {
  #page03 #topics_02 .contents-wrapper p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page03 #topics_02 .contents-wrapper .contents-inner {
  max-width: 430px;
  width: 33.6%;
}
@media screen and (max-width: 768px) {
  #page03 #topics_02 .contents-wrapper .contents-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
  }
}
#page03 #topics_02 .contents-wrapper .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page03 #topics_02 .contents-wrapper .contents-inner figure {
    width: 57.4666666667vw;
  }
}
#page03 #topics_03 .contents-wrapper {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #page03 #topics_03 .contents-wrapper {
    margin-bottom: 0;
  }
}
#page03 #topics_03 .contents-wrapper p {
  width: 1000px;
  width: 78.125%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #page03 #topics_03 .contents-wrapper p {
    width: 86.67%;
  }
}
#page03 #topics_03 .contents-wrapper .contents-inner {
  max-width: 910px;
  width: 71%;
  margin-top: 3em;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.2em;
}
@media screen and (max-width: 768px) {
  #page03 #topics_03 .contents-wrapper .contents-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 1em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#page03 #topics_03 .contents-wrapper .contents-inner figure {
  width: 431px;
  width: 47.36%;
}
@media screen and (max-width: 768px) {
  #page03 #topics_03 .contents-wrapper .contents-inner figure {
    margin-bottom: 47.4666666667vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* -----------------------------------------
page04
-----------------------------------------*/
#page04 #topics_01 .contents-wrapper {
  margin-top: 5em;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #page04 #topics_01 .contents-wrapper {
    margin-top: 10vw;
  }
}
#page04 #topics_01 .contents-wrapper p {
  margin-left: 10.9%;
  max-width: 582px;
  width: 45.469%;
}
@media screen and (max-width: 768px) {
  #page04 #topics_01 .contents-wrapper p {
    margin-left: 6.66%;
    margin-right: 6.66%;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page04 #topics_01 .contents-wrapper .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  max-width: 502px;
  width: 39.22%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
@media screen and (max-width: 768px) {
  #page04 #topics_01 .contents-wrapper .contents-inner {
    max-width: 66.9333333333vw;
    width: 66.9333333333vw;
    margin-left: auto;
    margin-top: 0;
    gap: 1em;
  }
}
#page04 #topics_01 .contents-wrapper .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page04 #topics_01 .contents-wrapper .contents-inner figure {
    width: 100%;
  }
}
#page04 #topics_02 .contents-wrapper {
  margin-top: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #page04 #topics_02 .contents-wrapper {
    margin-top: 10vw;
    margin-bottom: 13.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page04 #topics_02 .contents-wrapper p {
  margin-right: 10.9%;
  width: 51.1%;
}
@media screen and (max-width: 768px) {
  #page04 #topics_02 .contents-wrapper p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page04 #topics_02 .contents-wrapper .contents-inner {
  max-width: 430px;
  width: 33.6%;
}
@media screen and (max-width: 768px) {
  #page04 #topics_02 .contents-wrapper .contents-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
#page04 #topics_02 .contents-wrapper .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page04 #topics_02 .contents-wrapper .contents-inner figure {
    width: 57.4666666667vw;
  }
}
#page04 #topics_03 .contents-wrapper {
  margin-bottom: 1.5em;
}
#page04 #topics_03 .contents-wrapper.topics_03_01 p {
  width: 1000px;
  width: 78.125%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #page04 #topics_03 .contents-wrapper.topics_03_01 p {
    width: 86.67%;
    margin-top: 10vw;
    margin-bottom: 6.6666666667vw;
  }
}
#page04 #topics_03 .contents-wrapper.topics_03_01 .contents-inner {
  max-width: 910px;
  width: 71%;
  margin-top: 3em;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.2em;
}
@media screen and (max-width: 768px) {
  #page04 #topics_03 .contents-wrapper.topics_03_01 .contents-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    gap: 1em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#page04 #topics_03 .contents-wrapper.topics_03_01 .contents-inner figure {
  width: 431px;
  width: 47.36%;
}
@media screen and (max-width: 768px) {
  #page04 #topics_03 .contents-wrapper.topics_03_01 .contents-inner figure {
    margin-bottom: 47.4666666667vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#page04 #topics_03 .contents-wrapper.topics_03_02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #page04 #topics_03 .contents-wrapper.topics_03_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page04 #topics_03 .contents-wrapper.topics_03_02 p {
  width: 514px;
  width: 51.4%;
}
@media screen and (max-width: 768px) {
  #page04 #topics_03 .contents-wrapper.topics_03_02 p {
    width: 86.67%;
    margin-left: auto;
    margin-right: auto;
  }
}
#page04 #topics_03 .contents-wrapper.topics_03_02 .contents-inner {
  width: 431px;
  width: 43.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #page04 #topics_03 .contents-wrapper.topics_03_02 .contents-inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 6.6666666667vw;
  }
}
#page04 #topics_03 .contents-wrapper.topics_03_02 .contents-inner figure {
  max-width: 431px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page04 #topics_03 .contents-wrapper.topics_03_02 .contents-inner figure {
    width: 57.4666666667vw;
  }
}

/* -----------------------------------------
page05
-----------------------------------------*/
#page05 #topics_01 .contents-wrapper {
  margin-top: 5em;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #page05 #topics_01 .contents-wrapper {
    margin-top: 10vw;
  }
}
#page05 #topics_01 .contents-wrapper p {
  margin-left: 10.9%;
  max-width: 582px;
  width: 45.469%;
}
@media screen and (max-width: 768px) {
  #page05 #topics_01 .contents-wrapper p {
    margin-left: 6.66%;
    margin-right: 6.66%;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page05 #topics_01 .contents-wrapper .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  max-width: 502px;
  width: 39.22%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
@media screen and (max-width: 768px) {
  #page05 #topics_01 .contents-wrapper .contents-inner {
    max-width: 66.9333333333vw;
    width: 66.9333333333vw;
    margin-left: auto;
    margin-top: 0;
    gap: 1em;
  }
}
#page05 #topics_01 .contents-wrapper .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page05 #topics_01 .contents-wrapper .contents-inner figure {
    width: 100%;
  }
}
#page05 #topics_02 .contents-wrapper {
  margin-top: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #page05 #topics_02 .contents-wrapper {
    margin-top: 10vw;
    margin-bottom: 13.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page05 #topics_02 .contents-wrapper p {
  margin-right: 10.9%;
  width: 51.1%;
}
@media screen and (max-width: 768px) {
  #page05 #topics_02 .contents-wrapper p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page05 #topics_02 .contents-wrapper .contents-inner {
  max-width: 430px;
  width: 33.6%;
}
@media screen and (max-width: 768px) {
  #page05 #topics_02 .contents-wrapper .contents-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
#page05 #topics_02 .contents-wrapper .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page05 #topics_02 .contents-wrapper .contents-inner figure {
    width: 57.4666666667vw;
  }
}
#page05 #topics_03 .contents-wrapper {
  margin-bottom: 1.5em;
}
#page05 #topics_03 .contents-wrapper.topics_03_01 p {
  width: 1000px;
  width: 78.125%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #page05 #topics_03 .contents-wrapper.topics_03_01 p {
    width: 86.67%;
    margin-top: 10vw;
    margin-bottom: 6.6666666667vw;
  }
}
#page05 #topics_03 .contents-wrapper.topics_03_01 .contents-inner {
  max-width: 1086px;
  width: 84.84%;
  margin-top: 3em;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.25em;
}
@media screen and (max-width: 768px) {
  #page05 #topics_03 .contents-wrapper.topics_03_01 .contents-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#page05 #topics_03 .contents-wrapper.topics_03_01 .contents-inner figure:first-child {
  width: 607px;
  width: 55.89%;
}
@media screen and (max-width: 768px) {
  #page05 #topics_03 .contents-wrapper.topics_03_01 .contents-inner figure:first-child {
    width: 80.9333333333vw;
    margin-bottom: 47.4666666667vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#page05 #topics_03 .contents-wrapper.topics_03_01 .contents-inner figure:last-child {
  width: 431px;
  width: 39.69%;
}
@media screen and (max-width: 768px) {
  #page05 #topics_03 .contents-wrapper.topics_03_01 .contents-inner figure:last-child {
    width: 57.4666666667vw;
  }
}
#page05 #topics_03 .contents-wrapper.topics_03_02 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #page05 #topics_03 .contents-wrapper.topics_03_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page05 #topics_03 .contents-wrapper.topics_03_02 p {
  width: 86.67%;
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------
page06
-----------------------------------------*/
#page06 #topics_01 .contents-wrapper {
  margin-top: 5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #page06 #topics_01 .contents-wrapper {
    margin-top: 10vw;
  }
}
#page06 #topics_01 .contents-wrapper p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #page06 #topics_01 .contents-wrapper p {
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page06 #topics_01 .contents-wrapper .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 502px;
  width: 39.22%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  margin-left: auto;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  #page06 #topics_01 .contents-wrapper .contents-inner {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#page06 #topics_01 .contents-wrapper .contents-inner figure {
  width: 100%;
}
#page06 #topics_02 .contents-wrapper {
  margin-top: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #page06 #topics_02 .contents-wrapper {
    margin-top: 10vw;
    margin-bottom: 13.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page06 #topics_02 .contents-wrapper p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #page06 #topics_02 .contents-wrapper p {
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page06 #topics_02 .contents-wrapper .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 502px;
  width: 39.22%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: auto;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  #page06 #topics_02 .contents-wrapper .contents-inner {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}
#page06 #topics_02 .contents-wrapper .contents-inner figure {
  width: 100%;
}
#page06 #topics_03 .contents-wrapper {
  margin-bottom: 1.5em;
}
#page06 #topics_03 .contents-wrapper.topics_03_01 p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #page06 #topics_03 .contents-wrapper.topics_03_01 p {
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page06 #topics_03 .contents-wrapper.topics_03_01 .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 502px;
  width: 39.22%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  margin-left: auto;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  #page06 #topics_03 .contents-wrapper.topics_03_01 .contents-inner {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}
#page06 #topics_03 .contents-wrapper.topics_03_01 .contents-inner figure {
  width: 100%;
}
#page06 #topics_03 .contents-wrapper.topics_03_02 p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #page06 #topics_03 .contents-wrapper.topics_03_02 p {
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page06 #topics_03 .contents-wrapper.topics_03_02 .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 502px;
  width: 39.22%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  margin-left: auto;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  #page06 #topics_03 .contents-wrapper.topics_03_02 .contents-inner {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}
#page06 #topics_03 .contents-wrapper.topics_03_02 .contents-inner figure {
  width: 100%;
}
#page06 #topics_03 .contents-wrapper.topics_03_03 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.5em;
}
@media screen and (max-width: 768px) {
  #page06 #topics_03 .contents-wrapper.topics_03_03 {
    width: 86.67%;
    margin-bottom: 13.3333333333vw;
  }
}

/* -----------------------------------------
page07
-----------------------------------------*/
#page07 #topics_01 .contents-wrapper {
  margin-top: 5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #page07 #topics_01 .contents-wrapper {
    margin-top: 10vw;
  }
}
#page07 #topics_01 .contents-wrapper p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #page07 #topics_01 .contents-wrapper p {
    width: 86.67%;
  }
}
#page07 #topics_02 .contents-wrapper {
  margin-top: 5em;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 3em;
}
@media screen and (max-width: 768px) {
  #page07 #topics_02 .contents-wrapper {
    margin-top: 10vw;
    margin-bottom: 13.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page07 #topics_02 .contents-wrapper p {
  max-width: 654px;
  margin-right: 9.375%;
}
@media screen and (max-width: 768px) {
  #page07 #topics_02 .contents-wrapper p {
    width: 86.67%;
    margin-left: auto;
    margin-right: auto;
  }
}
#page07 #topics_02 .contents-wrapper .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 431px;
  width: 33.67%;
}
@media screen and (max-width: 768px) {
  #page07 #topics_02 .contents-wrapper .contents-inner {
    width: 57.4666666667vw;
    margin-top: 0;
  }
}
#page07 #topics_02 .contents-wrapper .contents-inner figure {
  width: 100%;
}
#page07 #topics_03 .contents-wrapper {
  margin-bottom: 1.5em;
}
#page07 #topics_03 .contents-wrapper.topics_03_01 p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #page07 #topics_03 .contents-wrapper.topics_03_01 p {
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page07 #topics_03 .contents-wrapper.topics_03_01 .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 910px;
  width: 71%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  margin-left: auto;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  #page07 #topics_03 .contents-wrapper.topics_03_01 .contents-inner {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}
#page07 #topics_03 .contents-wrapper.topics_03_01 .contents-inner figure {
  width: 100%;
}
#page07 #topics_03 .contents-wrapper.topics_03_02 p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #page07 #topics_03 .contents-wrapper.topics_03_02 p {
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page07 #topics_03 .contents-wrapper.topics_03_02 .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 910px;
  width: 71%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  margin-left: auto;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  #page07 #topics_03 .contents-wrapper.topics_03_02 .contents-inner {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}
#page07 #topics_03 .contents-wrapper.topics_03_02 .contents-inner figure {
  width: 100%;
}
#page07 #topics_03 .contents-wrapper.topics_03_03 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.5em;
}
@media screen and (max-width: 768px) {
  #page07 #topics_03 .contents-wrapper.topics_03_03 {
    width: 86.67%;
    margin-bottom: 13.3333333333vw;
  }
}

/* -----------------------------------------
page08
-----------------------------------------*/
#page08 #topics_01 .contents-wrapper {
  margin-top: 5em;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #page08 #topics_01 .contents-wrapper {
    margin-top: 10vw;
  }
}
#page08 #topics_01 .contents-wrapper p {
  margin-left: 10.9%;
  max-width: 582px;
  width: 45.469%;
}
@media screen and (max-width: 768px) {
  #page08 #topics_01 .contents-wrapper p {
    margin-left: 6.66%;
    margin-right: 6.66%;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page08 #topics_01 .contents-wrapper .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  max-width: 502px;
  width: 39.22%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
@media screen and (max-width: 768px) {
  #page08 #topics_01 .contents-wrapper .contents-inner {
    max-width: 66.9333333333vw;
    width: 66.9333333333vw;
    margin-left: auto;
    margin-top: 0;
    gap: 1em;
  }
}
#page08 #topics_01 .contents-wrapper .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page08 #topics_01 .contents-wrapper .contents-inner figure {
    width: 100%;
  }
}
#page08 #topics_02 .contents-wrapper {
  margin-top: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #page08 #topics_02 .contents-wrapper {
    margin-top: 10vw;
    margin-bottom: 13.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page08 #topics_02 .contents-wrapper p {
  margin-right: 10.9%;
  width: 51.1%;
}
@media screen and (max-width: 768px) {
  #page08 #topics_02 .contents-wrapper p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page08 #topics_02 .contents-wrapper .contents-inner {
  max-width: 430px;
  width: 33.6%;
}
@media screen and (max-width: 768px) {
  #page08 #topics_02 .contents-wrapper .contents-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
#page08 #topics_02 .contents-wrapper .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page08 #topics_02 .contents-wrapper .contents-inner figure {
    width: 57.4666666667vw;
  }
}
#page08 #topics_03 .contents-wrapper {
  margin-bottom: 1.5em;
}
#page08 #topics_03 .contents-wrapper.topics_03_01 p {
  width: 1000px;
  width: 78.125%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #page08 #topics_03 .contents-wrapper.topics_03_01 p {
    width: 86.67%;
    margin-top: 10vw;
    margin-bottom: 6.6666666667vw;
  }
}
#page08 #topics_03 .contents-wrapper.topics_03_01 .contents-inner {
  max-width: 1086px;
  width: 84.84%;
  margin-top: 3em;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.2em;
}
@media screen and (max-width: 768px) {
  #page08 #topics_03 .contents-wrapper.topics_03_01 .contents-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    gap: 1em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#page08 #topics_03 .contents-wrapper.topics_03_01 .contents-inner figure {
  width: 431px;
  width: 39.69%;
}
@media screen and (max-width: 768px) {
  #page08 #topics_03 .contents-wrapper.topics_03_01 .contents-inner figure {
    width: 86.67%;
    width: 47.4666666667vw;
  }
}
#page08 #topics_03 .contents-wrapper.topics_03_02 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #page08 #topics_03 .contents-wrapper.topics_03_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page08 #topics_03 .contents-wrapper.topics_03_02 p {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page08 #topics_03 .contents-wrapper.topics_03_02 p {
    width: 86.67%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* -----------------------------------------
page09
-----------------------------------------*/
#page09 #topics_01 .contents-wrapper {
  margin-top: 5em;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #page09 #topics_01 .contents-wrapper {
    margin-top: 10vw;
  }
}
#page09 #topics_01 .contents-wrapper p {
  margin-left: 10.9%;
  max-width: 582px;
  width: 45.469%;
}
@media screen and (max-width: 768px) {
  #page09 #topics_01 .contents-wrapper p {
    margin-left: 6.66%;
    margin-right: 6.66%;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page09 #topics_01 .contents-wrapper .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  max-width: 502px;
  width: 39.22%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
@media screen and (max-width: 768px) {
  #page09 #topics_01 .contents-wrapper .contents-inner {
    max-width: 66.9333333333vw;
    width: 66.9333333333vw;
    margin-left: auto;
    margin-top: 0;
    gap: 1em;
  }
}
#page09 #topics_01 .contents-wrapper .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page09 #topics_01 .contents-wrapper .contents-inner figure {
    width: 100%;
  }
}
#page09 #topics_02 .contents-wrapper {
  margin-top: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #page09 #topics_02 .contents-wrapper {
    margin-top: 10vw;
    margin-bottom: 13.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page09 #topics_02 .contents-wrapper p {
  max-width: 1000px;
  width: 78.125%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #page09 #topics_02 .contents-wrapper p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page09 #topics_02 .contents-wrapper .contents-inner {
  max-width: 902px;
  width: 70.469%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3em;
  margin-right: auto;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  #page09 #topics_02 .contents-wrapper .contents-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    gap: 4vw;
  }
}
#page09 #topics_02 .contents-wrapper .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page09 #topics_02 .contents-wrapper .contents-inner figure {
    width: 47.7333333333vw;
  }
}
#page09 #topics_03 .contents-wrapper {
  margin-bottom: 1.5em;
}
#page09 #topics_03 .contents-wrapper.topics_03_01 p {
  width: 1000px;
  width: 78.125%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_01 p {
    width: 86.67%;
    margin-top: 10vw;
    margin-bottom: 6.6666666667vw;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_01 .contents-inner {
  max-width: 1086px;
  width: 84.84%;
  margin-top: 3em;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.2em;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_01 .contents-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    gap: 1em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_01 .contents-inner figure {
  width: 431px;
  width: 39.69%;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_01 .contents-inner figure {
    width: 86.67%;
    width: 47.4666666667vw;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_02 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0vw;
    margin-bottom: 6.6666666667vw;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_02 p {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_02 p {
    width: 86.67%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6666666667vw;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_02 .contents-inner {
  max-width: 910px;
  width: 91%;
  margin-top: 3em;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: auto;
  gap: 2.25em;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_02 .contents-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    gap: 1em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_02 .contents-inner figure {
  width: 431px;
  width: 47.36%;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_02 .contents-inner figure {
    width: 86.67%;
    width: 47.4666666667vw;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_03 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 5em;
  gap: 2.25em;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_03 {
    width: 86.67%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_03 p {
  margin-left: 181px;
  margin-left: 15.34%;
  max-width: 514px;
  width: 43.56%;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_03 p {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_03 .contents-inner {
  max-width: 431px;
  width: 36.52%;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_03 .contents-inner {
    width: 57.4666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    margin-bottom: 0;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_03 .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_03 .contents-inner figure {
    width: 57.4666666667vw;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_04 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 5em;
  gap: 2.25em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_04 {
    width: 86.67%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vw;
    margin-bottom: 6.6666666667vw;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_04 p {
  max-width: 514px;
  width: 51.4%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_04 p {
    width: 100%;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_04 .contents-inner {
  max-width: 431px;
  width: 43.1%;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_04 .contents-inner {
    width: 57.4666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_04 .contents-inner figure {
  width: 100%;
}
#page09 #topics_03 .contents-wrapper.topics_03_05 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 5em;
  gap: 2.25em;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_05 {
    width: 86.67%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_05 p {
  margin-left: 181px;
  margin-left: 15.34%;
  max-width: 514px;
  width: 43.56%;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_05 p {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_05 .contents-inner {
  max-width: 431px;
  width: 36.52%;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_05 .contents-inner {
    width: 57.4666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_05 .contents-inner figure {
  width: 100%;
}
#page09 #topics_03 .contents-wrapper.topics_03_06 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #page09 #topics_03 .contents-wrapper.topics_03_06 {
    width: 86.67%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.25em;
  }
}
#page09 #topics_03 .contents-wrapper.topics_03_06 p {
  width: 100%;
}

/* -----------------------------------------
page10
-----------------------------------------*/
#page10 #topics_01 .contents-wrapper {
  margin-top: 5em;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #page10 #topics_01 .contents-wrapper {
    margin-top: 10vw;
  }
}
#page10 #topics_01 .contents-wrapper p {
  margin-left: 10.9%;
  max-width: 582px;
  width: 45.469%;
}
@media screen and (max-width: 768px) {
  #page10 #topics_01 .contents-wrapper p {
    margin-left: 6.66%;
    margin-right: 6.66%;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page10 #topics_01 .contents-wrapper .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  max-width: 502px;
  width: 39.22%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
@media screen and (max-width: 768px) {
  #page10 #topics_01 .contents-wrapper .contents-inner {
    max-width: 66.9333333333vw;
    width: 66.9333333333vw;
    margin-left: auto;
    margin-top: 0;
    gap: 1em;
  }
}
#page10 #topics_01 .contents-wrapper .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page10 #topics_01 .contents-wrapper .contents-inner figure {
    width: 100%;
  }
}
#page10 #topics_02 .contents-wrapper {
  margin-top: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #page10 #topics_02 .contents-wrapper {
    margin-top: 10vw;
    margin-bottom: 13.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page10 #topics_02 .contents-wrapper p {
  margin-right: 10.9%;
  width: 51.1%;
}
@media screen and (max-width: 768px) {
  #page10 #topics_02 .contents-wrapper p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6666666667vw;
    width: 86.67%;
  }
}
#page10 #topics_02 .contents-wrapper .contents-inner {
  max-width: 430px;
  width: 33.6%;
}
@media screen and (max-width: 768px) {
  #page10 #topics_02 .contents-wrapper .contents-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
#page10 #topics_02 .contents-wrapper .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page10 #topics_02 .contents-wrapper .contents-inner figure {
    width: 57.4666666667vw;
  }
}
#page10 #topics_03 .contents-wrapper {
  margin-bottom: 2.25em;
}
@media screen and (max-width: 768px) {
  #page10 #topics_03 .contents-wrapper {
    margin-bottom: 0;
  }
}
#page10 #topics_03 .contents-wrapper.topics_03_01 p {
  width: 1000px;
  width: 78.125%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #page10 #topics_03 .contents-wrapper.topics_03_01 p {
    width: 86.67%;
    margin-top: 10vw;
    margin-bottom: 0;
  }
}
#page10 #topics_03 .contents-wrapper.topics_03_02 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  gap: 2.25em;
}
@media screen and (max-width: 768px) {
  #page10 #topics_03 .contents-wrapper.topics_03_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 86.67%;
    margin-left: auto;
    margin-right: auto;
  }
}
#page10 #topics_03 .contents-wrapper.topics_03_02 p {
  width: 42.966%;
  margin-left: 181px;
  margin-left: 15.34%;
}
@media screen and (max-width: 768px) {
  #page10 #topics_03 .contents-wrapper.topics_03_02 p {
    width: 100%;
    margin-left: 0;
  }
}
#page10 #topics_03 .contents-wrapper.topics_03_02 .contents-inner {
  max-width: 431px;
  width: 36.525%;
}
@media screen and (max-width: 768px) {
  #page10 #topics_03 .contents-wrapper.topics_03_02 .contents-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    margin-top: 0;
  }
}
#page10 #topics_03 .contents-wrapper.topics_03_02 .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page10 #topics_03 .contents-wrapper.topics_03_02 .contents-inner figure {
    width: 57.4666666667vw;
  }
}
#page10 #topics_03 .contents-wrapper.topics_03_03 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  gap: 2.25em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #page10 #topics_03 .contents-wrapper.topics_03_03 {
    width: 86.67%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
#page10 #topics_03 .contents-wrapper.topics_03_03 p {
  max-width: 514px;
  width: 51.4%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #page10 #topics_03 .contents-wrapper.topics_03_03 p {
    width: 100%;
  }
}
#page10 #topics_03 .contents-wrapper.topics_03_03 .contents-inner {
  max-width: 431px;
  width: 43.1%;
}
@media screen and (max-width: 768px) {
  #page10 #topics_03 .contents-wrapper.topics_03_03 .contents-inner {
    width: 57.4666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto;
  }
}
#page10 #topics_03 .contents-wrapper.topics_03_03 .contents-inner figure {
  width: 100%;
}
#page10 #topics_03 .contents-wrapper.topics_03_04 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  gap: 2.25em;
}
@media screen and (max-width: 768px) {
  #page10 #topics_03 .contents-wrapper.topics_03_04 {
    width: 86.67%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.6666666667vw;
  }
}
#page10 #topics_03 .contents-wrapper.topics_03_04 p {
  width: 42.966%;
  margin-left: 181px;
  margin-left: 15.34%;
}
@media screen and (max-width: 768px) {
  #page10 #topics_03 .contents-wrapper.topics_03_04 p {
    width: 100%;
    margin-left: 0;
  }
}
#page10 #topics_03 .contents-wrapper.topics_03_04 .contents-inner {
  max-width: 431px;
  width: 36.525%;
}
@media screen and (max-width: 768px) {
  #page10 #topics_03 .contents-wrapper.topics_03_04 .contents-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }
}
#page10 #topics_03 .contents-wrapper.topics_03_04 .contents-inner figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page10 #topics_03 .contents-wrapper.topics_03_04 .contents-inner figure {
    width: 57.4666666667vw;
  }
}/*# sourceMappingURL=styles.css.map */