@charset "UTF-8";

/*めも test クラス消す*/
body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  /*Medium*/
  font-weight: 500;
  line-height: 1.6;
  background: #EEFBFF;
}

/*==================================================
    パララックス
    ===================================*/
.marker {
  background: -webkit-linear-gradient(left, rgb(255, 255, 0, 0.4) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255, 255, 0, 0.4) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255, 255, 0, 0.4) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 100% .5em;
  transition: 2s;
  line-height: 1.2;
  display: inline;
}

.marker.is-active {
  background-position: 0% .5em;
}


/*==================================================
    TOP画像
===================================*/
.breadcrumb {
  position: absolute;
  top: 00px;
}

.TOPheight {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: calc(100vh - 60px);
  background-image: url(../img/event/topbg.jpg);
  background-size: cover;
  background-position: center;
  margin: 60px 0 0;
}

.top-text {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-left: 5%;
}

.top-text svg {
  width: 60%;
  height: auto;
}

.top-text-h2 {
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: solid 3px #003A70;
  color: #003A70;
  font-size: 70px;
  font-weight: 900;
  text-shadow: 0 0 3px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 30px #fff;
}

.top-text-p {
  color: #003A70;
  font-size: 24px;
  font-weight: 900;
  text-shadow: 0 0 3px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 30px #fff;
}

@media screen and (max-width: 768px) {
  .TOPheight {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-position: center;
  }

  .top-text {
    max-width: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .top-text-p {
    font-size: 3.2vw !important;
    text-align: center;
  }

}

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

  .TOPheight {
    max-height: 500px;
  }

}


.inline-block {
  display: inline-block;
}


@media screen and (max-width: 768px) {
  .event_inner_h2 {
    font-size: 4.2vw !important;
    letter-spacing: 1px !important;
  }
}

/*----------------------------------------------

------------------------------------------------*/

.calendar-contents-h2 {
  font-size: 30px;
  text-align: center;
  margin: 50px 0 30px;
  font-weight: 900;
}

.calendar-contents-box {
  width: min(90vw, 1000px);
  margin: 0 auto;
  padding: 30px 50px;
  background: #fff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
  align-items: center;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.calendar-contents-box img {
  max-width: 250px;
}

.calendar-contents-box li {
  font-size: 18px;
  margin: 15px 0;
  display: flex;
}

.calendar-contents-box li::before {
  content: "▶";
  color: #003A70;
  display: inline-block;
  margin: 0 10px 0 0;
}


@media screen and (max-width: 1000px) {
  .calendar-contents-box li {
    font-size: min(3.5vw, 18px);
  }

  .calendar-contents-box {
    padding: 30px;
    gap: 50px;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .calendar-contents-box {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 30px;
  }
}


/*----------------------------------------------

------------------------------------------------*/
.event_about {
  background: #fff;
  text-align: center;
  padding: 100px 0;
}

.event_about_p {
  font-size: 20px;
  line-height: 50px;
  padding: 20px 30px;
  font-weight: 900;
  color: #222;
}

.event_about_strong {
  max-width: 630px;
  width: 85%;
  margin: 70px auto 0;
  font-size: min(3vw, 24px) !important;
  font-weight: 900;
  line-height: 50px;
  position: relative;
}

.event_about_strong::after,
.event_about_strong::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  right: -30px;
  background-image: url(../img/event/accent.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.event_about_strong::before {
  transform: rotate(255deg);
  left: -30px;
}


.event_about_strong .event_about_strong {
  margin: 20px auto 0;
}

.event_about_image {
  width: min(85vw, 900px);
  margin: 50px auto;
  padding: 30px;
  background: #F6F6F6;
  border-radius: 20px;
}

.event_about_image img {
  max-width: 400px;
  width: 80%;
  margin-bottom: 10px;
}

.event_image_p {
  font-weight: bold;
  color: #fff;
  background: #003A70;
  max-width: 600px;
  border-radius: 200px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  font-size: min(3.5vw, 24px) !important;
}

.event_about_image span {
  display: block;
  margin: 10px 0 0;
  font-size: min(3.5vw, 20px);
  font-weight: 900;
}

.event_image_p::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 20px;
  background: #003A70;
  top: -18px;
  left: 0;
  right: 0;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin: auto;
}

.event_item {
  padding: 100px 0 0;
  width: min(90vw, 1000px);
  margin: 0 auto;
}

.event_inner_h2 {
  background: #003A70;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
}

.event_item>p {
  text-align: center;
  margin: 50px 0;
  line-height: 30px;
  padding: 0 10px;
}

.event_item_bg {
  margin: 50px auto 0;
  padding: 50px;
  background: #fff;
  border-radius: 10px;
  text-align: left;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.16);
}

.event_item_h3 {
  border-bottom: solid 1px #b7b7b7;
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.event_item_bg p {
  line-height: 30px;
}

.event_item_button {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  border: solid 2px #003A70;
  border-radius: 200px;
  font-size: min(3.5vw, 20px);
  text-align: center;
  font-weight: 900;
  color: #003A70;
  transition: 0.3s ease;
}

.event_item_button:hover {
  background: #003A70;
  color: #fff;
}

.event_item_img {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 20px 0 0;
}

.event_item_caption {
  color: #666;
  margin-bottom: 30px;
}

.event_item_bag {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.event_item_bag img {
  width: 120px;
}

.event_item_bag p {
  font-size: 14px;
}

.event_item_bag a {
  padding: 2px 40px;
  border-radius: 5px;
  background: #E8FAFF
}


.event_item_mark {
  margin-top: 30px;
}

.event_item_caption.center {
  text-align: center;
}

.event_item_bg>ul>li {
  display: inline-block;
  margin: 5px 20px 5px 0;
}

.event_item_bg>ul>li>a {
  display: inline-block;
  padding: 5px 40px;
  border-radius: 5px;
  background: #E8FAFF;
}

.event_total {
  text-align: center;
  margin: 100px 0 0;
}

.event_total>img {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 85%;
}

.event_total_p {
  margin: 50px 0;
  font-size: 20px;
  padding: 0 30px;
}

.toollist02 {
  position: relative;
  width: 100%;
  height: auto;
}

#toollist02 h4::after {
  position: absolute;
  top: -30px;
  left: -50px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 100%;
  max-width: 300px;
  height: 100%;
  background-size: contain;
  z-index: -1;
}

/* セクション-環境ツール一覧 中身*/
.area h2 {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.3rem;
  margin: 0 0 20px 10px;
}

.tile {
  padding: 15px 0 10px 0;
  text-align: center;
}

/*マーカー*/
.co-box-p .marker {
  line-height: 1.2;
}

.co-box-p .marker span {
  background: linear-gradient(transparent 60%, #ff0 40%);
}

/* スライダーのためのcss */

.sm_toollist h4 {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.074rem;
  font-weight: bold;
  text-align: center;
}

.slick-dots button {
  border: none;
}

iframe.event-youtube-16-9 {
  max-width: 800px;
  width: 100%;
  height: auto;
  text-align: center;
  aspect-ratio: 16 / 9;
}

.sb-title {
  color: #003A70;
}

.toollistbox-title {
  border-bottom: solid 1px #003A70;
}

.toollistbox-title>.h4 {
  color: #003A70;
}

.toollistbox .markbox .mark {
  background: rgb(238, 251, 255);
}

.slick-dots .slick-active button {
  background: #003A70 !important;
}

button.return2 {
  background-color: #003A70;
}

@media screen and (max-width: 500px) {
  .event_item_bg {
    padding: 30px;
  }

  .event_item>p {
    text-align: left;
    margin: 30px 0;
  }

  p {
    line-height: 25px !important;
  }

  .event_item_img {
    display: flex;
    flex-direction: column;
  }

  br {
    display: none;
  }

  .event_about_p {
    text-align: left;
    font-size: 3.2vw !important;
    line-height: 30px !important;
  }

  .event_about_strong {
    font-size: 3.2vw !important;
    line-height: 30px !important;
  }

  .event_item_bg>ul>li>a {
    display: block;
    padding: 5px 40px;
    border-radius: 5px;
    background: #E8FAFF;
    font-size: 14px;
  }

  .event_item_caption.center {
    text-align: left;
  }

  .event_item_bg>ul>li {
    display: block;
    margin: 10px 0;
    text-align: center;
  }

  .event_about_strong::after,
  .event_about_strong::before {
    content: "";
    width: 20px;
    height: 20px;
    top: -10px;
    right: -20px;
  }

  .event_about_strong::before {
    left: -20px;
  }

  .event_total {
    text-align: left;
  }

  .event_total_p.last {
    text-align: center;
  }

  .event_item_bag {
    flex-direction: column;
  }
}

.event_item_table {
  max-width: 900px;
  margin: auto;
  margin-top: 30px;
}

.event_item_table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.event_item_table th,
.event_item_table td {
  border: 1px solid #ccc;
  padding: 12px;
  font-size: 14px;
  text-align: left;
  word-wrap: break-word;
}

.event_item_table th {
  background: #f4f4f4;
}

.desktop-table>thead>tr>th:first-of-type,
.desktop-table>tbody>tr>td:first-of-type {
  width: 150px;
  text-align: center;
}

.desktop-table>thead>tr>th,
.tab-content>table>thead>tr>th {
  border: none;
  background: #fff;
}

.tab-content>table>tbody>tr>td:first-of-type,
.desktop-table>tbody>tr>td:first-of-type {
  background: #f4f4f4;
}

.desktop-table>thead>tr>th {
  text-align: center;
}

/* スマホ用タブ切り替え */
.tab-content,
.tab-content.active {
  display: none;
}

.tab-buttons {
  display: none;
}

.tab-buttons button {
  padding: 10px 20px;
  margin-right: 10px;
  border: none;
  background: #ccc;
  cursor: pointer;
}

.tab-buttons button.active {
  background: #666;
  color: #fff;
}

.tab-content {
  display: none;
}


/* スマホ用表示切替 */
@media (max-width: 768px) {
  .tab-content.active {
    display: block;
  }

  .desktop-table {
    display: none;
  }

  .tab-buttons {
    display: flex;
  }

  .tab-content>table>thead>tr>th:first-of-type {
    width: 30%;
  }

  .tab-content td {
    display: block;
  }

}
