@charset "utf-8";

/*
 * main.css
 * Bousai REVO Original Theme
 *
 * 目次
 * 1.共通・レイアウト
 * 2.s-company 会社概要
 * 3.リモート型　防災アトラクション
 * 4.体験型　防災アトラクション
 * 5.イマーシブ型(没入型)防災セミナー
 * 6.液状化通路浸水歩行体験
 * 7.AR避難体験
 * 8.避難所運営対策編
 * 9.防災revoとは
 * 10.下層共通部分　renewにプラス


 */
/* ======================================================================
 * 1. 共通・レイアウト
   ====================================================================== */
/* ==============================
  共通　幅
============================== */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.sec-bottom {
  margin-bottom: 200px;
}

body {
  line-height: 1.8;
  color: #333;
}

@media screen and (max-width: 600px) {
  .sec-bottom {
    margin-bottom: 100px;
  }
}

.bosai-content-page-mv {
  width: 100%;
  height: calc( 350px + var(--header-height-sp) );
  background-repeat: no-repeat;
  background-position: top;
  background-color: white;
  background-attachment: fixed;
  background-size: auto 350px;
}

@media screen and (min-width: 768px) {
  .bosai-content-page-mv {
    height: 100vh;
    background-size: cover;
  }
}

.bosai-content-page-mv {
  background-position: center 50px;
  background-color: #FFF;
}
@media screen and (min-width: 1024px) {
  .bosai-content-page-mv {
    background-position: center 70px;
  }
}
.bousai-at {
  background-image: url(../images/bousai-at-mv.jpg);
}

.bousai-rt {
  background-image: url(../images/remoto_mv.jpg);
}

.bousai-seminar {
  background-image: url(../images/seminar-mv.jpg);
}

.bousai-nazo {
  background-image: url(../images/bousai-nazo-mv.png);
}

.ar-sinsuitaiken {
  background-image: url(../images/ar_mv.jpg);
}

.ekijyouka-taiken {
  background-image: url(../images/ekijouka_mv.jpg);
}

.shelter-ope {
  background-image: url(../images/shelter-ope_mv.jpg);
}

/* ==============================
  共通　タイトル
============================== */
.s-ttl_block {
  text-align: center;
  margin-bottom: 40px;
  padding: 40px 10px;
}

.s-ttl_block .image {
  margin-bottom: 20px;
}

.s-ttl_block h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin: 0;
}

.s-ttl_block h2 span {
  display: block;
  font-size: 14px;
}

/* ==============================
  共通　グリーン　.modules_youtube 
============================== */
.youtube-bg_bousai-shelter,
.youtube-bg_bousai-rt,
.youtube-bg_bousai-at,
.youtube-bg_bousai-ekijyouka,
.youtube-bg_bousai-ar {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.youtube-bg_bousai-shelter::after,
.youtube-bg_bousai-rt::after,
.youtube-bg_bousai-at::after,
.youtube-bg_bousai-ekijyouka::after,
.youtube-bg_bousai-ar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
.youtube-bg_bousai-ekijyouka,
.youtube-bg_bousai-shelter {
  padding-top: 60px;
}

.youtube-bg_bousai-rt::after {
  background-image: url("../images/m_youtube_bousai-rt02.png");
}

.youtube-bg_bousai-at::after {
  background-image: url("../images/m_youtube_bousai-at02.png");
}

.youtube-bg_bousai-ekijyouka::after {
  background-image: url("../images/m_youtube_bousai-ekijyouka01.png");
  top: 0;
}

.youtube-bg_bousai-ar::after {
  background-image: url("../images/m_youtube_bousai-ar01.png");
  height: 1021px;
}

.youtube-bg_bousai-shelter::after {
  background-image: url("../images/m_youtube_bousai-shelter01.png");
  top:0;
}

.modules-youtube_text {
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}

.modules-youtube_text span {
  font-family: 20px;
}

.modules-youtube_text .img {
  margin: 40px 0;
}

.modules-youtube .note-block {
  background: #989898;
  color: #fff;
  padding: 32px;
  margin-top: 40px;
  text-align: center;
}

.modules-youtube .note-block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  gap: 10px;
}

.modules-youtube .bg-wrap {
  background-color: rgb(244 241 241 / 60%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (max-width: 600px) {
  .s-bousai-rt_about::after {
    content: none;
  }

  .modules-youtube .bg-wrap {
    margin: 0;
    width: 100%;
  }
}

/* ==============================
  共通　オレンジ　.modules-card_01
============================== */

.modules-card_01 .m-card_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.modules-card_01 .m-card_list li {
  padding-bottom: 20px;
  border-bottom: 4px solid #ffdd52;
}

.m-card_list h2 {
  font-size: 20px;
  margin: 20px 0;
}

@media screen and (max-width: 600px) {
  .modules-card_01 .m-card_list {
    grid-template-columns: 1fr;
  }

  .m-card_list h2 {
    font-size: 16px;
  }
}

/* ==============================
  共通　レッド　.modules-ttl
============================== */
.modules-ttl picture {
  width: 80%;
  display: block;
  margin: 60px 0;
}

@media screen and (max-width: 600px) {
  .modules-ttl picture {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* ==============================
  共通　水色　.modules-card_02
============================== */
.s-bousai_recommend {
  background-image: url("../images/bg-m_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.s-bousai_recommend::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 1) 20%,
      rgba(255, 255, 255, 1) 80%,
      rgba(255, 255, 255, 0.2) 100%);
  pointer-events: none;
}

.s-bousai_recommend .recommend-body {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .s-bousai_recommend {
    padding: 28px 0;
  }
}

.modules-card_02 .m-card_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 600px) {
  .modules-card_02 .m-card_list {
    grid-template-columns: 1fr;
  }
}

/* ======================================================================
 * 2. s-company 会社概要
   ====================================================================== */

.s-company {
  padding: 80px 0;
}

.s-company .logo_image {
  text-align: center;
  margin-bottom: 32px;
}

.s-company .logo_image img {
  max-width: 200px;
  height: auto;
}

.s-company .intro {
  text-align: center;
  font-size: 36px;
  line-height: 2;
  margin-bottom: 120px;
}

.company-table-wrap {
  margin-bottom: 80px;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
  line-height: 1.8;
}

.company-table tr {
  border-bottom: 1px solid #e0e0e0;
}

.company-table tr:first-child {
  border-top: 1px solid #e0e0e0;
}

.company-table th {
  width: 160px;
  padding: 20px 16px;
  vertical-align: top;
  text-align: center;
  font-weight: 600;
  color: #444;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.company-table td {
  padding: 20px 24px;
  vertical-align: top;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .s-company {
    padding: 48px 16px;
  }

  .s-company .logo_image img {
    max-width: 160px;
  }

  .s-company .intro {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .s-ttl_block h2 {
    font-size: 22px;
  }

  /* SPではth/tdを縦並びに */
  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }

  .company-table tr {
    border-bottom: none;
    margin-bottom: 0;
  }

  .company-table tr:first-child {
    border-top: none;
  }

  .company-table th {
    padding: 12px 16px 6px;
    text-align: left;
    white-space: normal;
    border-top: 1px solid #e0e0e0;
    background-color: #f7f7f7;
    font-size: 13px;
    color: #555;
  }

  .company-table td {
    padding: 6px 16px 16px;
    font-size: 14px;
    border-bottom: none;
  }

  .company-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
  }
}

.company-map {
  width: 100%;
}

.company-map iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}

@media screen and (max-width: 600px) {
  .company-map iframe {
    height: 300px;
  }
}

/* ======================================================================
 * 3. リモート型　防災アトラクション
   ====================================================================== */

.s-bousai-rt_flow .img {
  margin-bottom: 40px;
}

.s-bousai-rt_spec {
  padding: 80px 0;
}

.spec-table-wrap {
  border: 2px solid #666666;
  border-radius: 4px;
  padding: 24px 32px;
  margin-top: 40px;
  padding-left: 0;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table tr {
  display: flex;
  align-items: center;
  padding: 14px 0;
}

.spec-table tr:last-child {
  border-bottom: none;
}

.spec-table th {
  flex-shrink: 0;
  font-weight: normal;
  text-align: center;
  padding: 0;
  position: relative;
}

.spec-table th span {
  display: inline-block;
  background: linear-gradient(to right,
      #f29b38 0%,
      #f5b84c 40%,
      #f7c95c 70%,
      #f9d569 100%);
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 3px;
  position: relative;
  white-space: nowrap;
}

.spec-table th span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 12px solid #f9d569;
}

.spec-table td {
  padding: 0 0 0 28px;
  color: #333;
  font-size: 15px;
  flex: 1;
}

@media screen and (max-width: 600px) {
  .s-bousai-rt_spec {
    padding: 48px 0;
  }

  .spec-table-wrap {
    padding: 16px;
    margin-top: 24px;
  }

  .spec-table {
    font-size: 14px;
  }

  .spec-table tr {
    align-items: flex-start;
    padding: 12px 0;
    gap: 8px;
    border-bottom: 1px solid #e8e8e8;
  }

  .spec-table th {
    width: auto;
  }

  .spec-table th span {
    font-size: 13px;
    padding: 5px 14px;
  }

  .spec-table th span::after {
    content: none;
  }

  .spec-table td {
    padding: 4px 0 0 0;
    font-size: 14px;
  }
}

/* ======================================================================
 * 4. 体験型　防災アトラクション
   ====================================================================== */
.s-bousai-at_attraction {
  text-align: center;
}

.s-bousai-at_attraction .ttl-img {
  margin-bottom: 40px;
}

.s-bousai-at_attraction .secttl-img {
  margin-bottom: 50px;
}

.s-bousai-at_attraction .grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 26px;
}

.lecture-block h2 {
  margin-bottom: 26px;
}

.img-plus {
  margin: 60px auto;
}

@media screen and (max-width: 600px) {
  .s-bousai-at_attraction .grid-wrap {
    grid-template-columns: 1fr;
  }

  .img-plus {
    margin: 60px auto;
    width: 33px;
  }
}

.s-bousai-at_various {
  color: #fff;
  background-image: url("../images/bg-m_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.various-body {
  background-color: rgba(51, 51, 51, 0.6);
  padding: 40px 0;
}

.various-body .s-ttl_block h2 {
  color: #fff;
}

.various-body .grid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.various-body .grid-wrap li {
  text-align: center;
}

.various-body .grid-wrap li p {
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .various-body .grid-wrap {
    grid-template-columns: 1fr;
  }
}

/* ======================================================================
 * 5. イマーシブ型(没入型)防災セミナー
   ====================================================================== */
.s-seminar_needs {
  text-align: center;
}

.s-seminar_needs .grid-wrap,
.seminar-blog_usagi .grid-wrap,
.seminar-blog_usagi .grid-wrap .grid-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.s-seminar_needs .grid-wrap li {
  position: relative;
}

.s-seminar_needs .grid-wrap li p {
  position: absolute;
  left: 108px;
  top: 50%;
  transform: translateY(-50%);
}

.s-seminar_needs .grid-wrap li p span {
  background: linear-gradient(transparent 60%, #f5c842 60%);
}

.s-seminar_needs .img-icon,
.s-seminar_needs .img-ttl {
  margin: 40px auto;
}

.seminar-blog_usagi {
  text-align: center;
}

.seminar-blog_usagi .note-block {
  background: #989898;
  color: #fff;
  padding: 32px;
  margin-top: 40px;
}

.seminar-blog_usagi .note-block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {

  .s-seminar_needs .grid-wrap,
  .seminar-blog_usagi .grid-wrap,
  .seminar-blog_usagi .grid-wrap .grid-child {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .s-seminar_needs .img-icon {
    display: none;
  }

  .s-seminar_needs .grid-wrap li p {
    left: 36px;
  }

  .s-seminar_needs picture {
    display: block;
    margin-bottom: 12px;
  }

  .seminar-blog_usagi .note-block {
    padding: 20px;
  }
}

/* ======================================================================
 * 6. 液状化通路浸水歩行体験
   ====================================================================== */
.flex-wrap {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.flex-wrap .cont-l,
.flex-wrap .cont-r {
  flex: 1;
}

.flex-wrap .cont-l .img {
  margin: 26px 0 20px;
}

.flex-wrap .cont-r h2 {
  margin-bottom: 60px;
}
.s-ekijyouka_about {
  background-color: #f0f0f0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .s-ekijyouka_about {
    padding: 10px;
  }

  .flex-wrap {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }

  .flex-wrap .cont-r h2 {
    margin-bottom: 30px;
  }
}

.s-ekijyouka_image {
  background-image: url("../images/bg-img_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.s-ekijyouka_image .s-ttl_block h2 {
  color: #fff;
}

.image-body {
  background-color: rgb(244 241 241 / 60%);
  padding: 40px 0;
}

.image-body .grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 280px));
  column-gap: 60px;
  row-gap: 40px;
  justify-content: center;
}

.image-body .grid-wrap li {
  text-align: center;
}

.image-body .grid-wrap li img {
  width: 100%;
}

.image-body .grid-wrap li p {
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .image-body .grid-wrap {
    grid-template-columns: 1fr;
  }
}

/* ======================================================================
 * 7. AR避難体験
   ====================================================================== */
.youtube-bg_bousai-ar .flex-wrap .cont-l .text {
  padding-left: 16px;
  border-left: 4px solid #f5c842;
  margin-bottom: 40px;
}

.s-ar_taiken .grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 280px));
  gap: 30px;
  justify-content: center;
}

.s-ar_taiken .grid-wrap .text {
  background: #ffe152;
  padding: 10px;
  min-height: 160px;
  border-bottom-right-radius: 20px;
}

@media screen and (max-width: 600px) {
  .s-ar_taiken .grid-wrap {
    grid-template-columns: 1fr;
  }

  .s-ar_taiken .grid-wrap .text {
    min-height: unset;
  }
}

/* ======================================================================
 * 8. 避難所運営対策編
   ====================================================================== */
.s-shelter_assignment {
  background-color: #f0f0f0;
  position: relative;
  z-index: 1;
}
.s-shelter_assignment h3 {
  margin-bottom: 20px;
  text-align: center;
}

.s-shelter_assignment p {
  margin-bottom: 40px;
  text-align: center;
}

.assignment-table {
  width: 100%;
  border-collapse: collapse;
}

.assignment-table tr {
  display: flex;
  align-items: center;
  background: #dcdcdc;
  margin-bottom: 20px;
}

.assignment-table tr:last-child {
  border-bottom: none;
}

.assignment-table th {
  flex-shrink: 0;
  font-weight: normal;
  text-align: center;
  padding: 0;
  position: relative;
}

.assignment-table th span {
  display: inline-block;
  background: linear-gradient(to right,
      #f29b38 0%,
      #f5b84c 40%,
      #f7c95c 70%,
      #f9d569 100%);
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 16px;
  border-radius: 3px;
  position: relative;
  white-space: nowrap;
}

.assignment-table th span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 12px solid #f9d569;
}

.assignment-table td {
  padding: 0 0 0 28px;
  color: #333;
  font-size: 15px;
  flex: 1;
}

p.table-note {
  text-align: right;
  font-size: 12px;
}

.s-shelter_suggestion {
  background-image: url(../images/bg-suggestion.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #333;
}

.s-shelter_suggestion .text {
  margin-bottom: 36px;
}

.s-shelter_suggestion .s-ttl_block h2 {
  color: #fff;
}

.suggestion-list {
  display: flex;
  gap: 10px;
  margin: 40px 0;
  text-align: left;
}

.suggestion-list .list-item {
  padding-left: 10px;
  border-left: 5px solid #f9d569;
  margin-bottom: 10px;
}

.suggestion-list .list-item_note {
  text-align: right;
}

.flex-wrap .cont-r_second {
  text-align: left;
}

.s-shelter_method .cont-l_method,
.s-shelter_method .cont-r_method {
  padding: 40px;
  text-align: center;
  color: #333;
  min-height: 762px;
}

.s-shelter_method .cont-l_method p,
.s-shelter_method .cont-r_method p {
  margin: 40px 0;
}

.s-shelter_method .cont-l_method h3,
.s-shelter_method .cont-r_method h3 {
  font-size: 28px;
}

.s-shelter_method .cont-l_method {
  background: linear-gradient(to right,
      #f29b38 0%,
      #f5b84c 40%,
      #f7c95c 70%,
      #f9d569 100%);
}

.s-shelter_method .cont-r_method {
  background: linear-gradient(to right,
      #54f193 0%,
      #b5f6d9 40%,
      #a2f9d5 70%,
      #d2ffe7 100%);
}

.howto-cont {
  text-align: left;
}

.howto-cont:first-child {
  margin-bottom: 30px;
}

.howto-block .howto-text {
  padding: 20px 40px;
  position: relative;
  background: #fff;
}

.howto-block .howto-text::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 20px;
  background: #f5b84c;
}

.howto-cont:nth-child(2) .howto-text::before {
  top: 24px;
  transform: none;
}

.note-method {
  padding: 20px;
  color: #333;
  text-align: center;
  margin-top: 24px;
  background: #ebebeb;
}

@media screen and (max-width: 600px) {

  .s-shelter_method .cont-l_method,
  .s-shelter_method .cont-r_method {
    min-height: unset;
    padding: 10px;
  }

  .s-shelter_method .cont-l_method h3,
  .s-shelter_method .cont-r_method h3 {
    font-size: 18px;
  }
}

/* ======================================================================
 * 9. 防災revoとは
   ====================================================================== */
.aboutbody-wrap {
  display: flex;
}

.aboutbody-wrap .body-cont-l {
  width: 50vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cont-l_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.aboutbody-wrap .body-cont-r {
  width: 50vw;
  height: auto;
  overflow: visible;
}

.cont-l_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cont-l_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-about_about {
  padding-top: 260px;
}

.ttl-about {
  padding-bottom: 9px;
  border-bottom: 1px solid #9999;
  margin-bottom: 50px;
  margin-left: 60px;
}

.ttl-about span {
  display: inline-block;
  font-size: 30px;
}

.ttl-about span.img {
  width: 460px;
}

.slider-img {
  overflow: hidden;
}

.slider-track {
  display: flex;
  animation: slide 24s linear infinite;
  width: max-content
}
.slider-track.re {
  animation: slide-re 24s linear infinite;
}

.slider-img_01 .slider-track,
.slider-img_02 .slider-track {
  animation-duration: 60s;
}

.slider-track img {
  width: auto;
  height: 200px;
  flex-shrink: 0;
}


.slider-img_01 .slider-track img,
.slider-img_02 .slider-track img {
  height: 120px;
  max-width: inherit;
}

.slider-img_03 img {
  height: 200px;
  max-width: inherit;
}

.slider-img_04 img {
  margin-left: -3.15%;
  height: 200px;
  max-width: inherit;
}


.slider-img_02 .slider-track {
  height: 120px;
  margin-top: 20px;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes slide-re {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.s-about_revolution {
  padding-top: 60px;
}

.subttl-about {
  padding-top: 40px;
  border-top: 1px solid #9999;
  margin-bottom: 60px;
  margin-left: 60px;
}

.text-block_about {
  padding: 60px 0 60px 60px;
}

.text-block_about h2 {
  font-size: 50px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.text-block_about h2 span {
  font-size: 16px;
}

.text-block_about p {
  margin-bottom: 40px;
}

.about_revolution01,
.about_revolution04 {
  background: #333333;
  color: #fff;
  overflow: hidden;
  padding-bottom: 60px;
}

.about_revolution02 {
  position: relative;
  padding-bottom: 60px;
}

.about_revolution03 {
  background: #f2f2f2;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.about_revolution03::before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url("../images/about-img07.png");
  width: 100%;
  height: 535px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.about_revolution03_inner {
  position: relative;
  z-index: 2;
}

.about_revolution02 .slider-img {
  position: absolute;
  z-index: 1;
  top: 300px;
  opacity: 0.3;
}

.about_revolution03 .flex-wrap {
  width: 80%;
  gap: 40px;
  align-items: flex-start;
}

@media screen and (max-width: 1000px) {
  .aboutbody-wrap .body-cont-l {
    display: none;
  }

  .aboutbody-wrap .body-cont-r {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .s-about_about {
    padding-top: 68px;
  }

  .ttl-about span {
    display: inline-block;
    font-size: 20px;
  }

  .ttl-about span.img {
    width: 240px;
  }

  .text-block_about h2 {
    font-size: 26px;
  }

  .text-block_about {
    padding: 20px;
  }

  .about_revolution02 .slider-img {
    top: 200px;
  }
}

.lead_center {
  text-align: center;
}

body.page-id-3620 #main_contents {
  background: #FFF;
}

.no-slider-img {
  position: absolute;
  top: 300px;
  right: 0;
  max-width: 250px;
  width: 28%;
}

/* ======================================================================
 10.下層共通部分　renewにプラス
   ====================================================================== */

.m-event .slick-block {
  overflow: visible;
}

.m-event .slick-block .slick-slide {
  opacity: 0.4;
  transform: scale(0.85);
  transition: all 0.4s ease;
  padding: 0 15px;
}

.m-event {
  overflow: hidden;
  padding: 40px 0;
}

.m-event .slick-block .slick-center {
  opacity: 1;
  transform: scale(1);
}

.m-event .slick-block .slick-list {
  overflow: visible;
}

.m-event .slick-block .day {
  text-align: center;
  margin: 10px 0;
}

.thumbnail {
  aspect-ratio: 600 / 400;
  overflow: hidden;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slick-center {
  opacity: 1;
  transform: scale(1);
}

.slick-track {
  display: flex;
}

.post-btn {
  display: block;
  text-align: center;
  padding: 10px 40px;
  background: #ffe652;
  width: fit-content;
  margin: 0 auto;
}