@charset "UTF-8";
#club .btn, #foundation .btn, #donation .btn, #about .entry-btn .btn, #about .btn, #information .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 336px;
  height: 70px;
  border-radius: 100px;
  background: #fff;
  color: #0b60ca;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#club .btn:hover, #foundation .btn:hover, #donation .btn:hover, #about .btn:hover, #information .btn:hover {
  opacity: 0.6;
}
#club .btn, #foundation .btn, #donation .btn, #about .entry-btn .btn, #about .btn, #information .btn {
  transition: all 0.5s ease-out;
  font-style: normal;
}
#club .btn a, #foundation .btn a, #donation .btn a, #about .entry-btn .btn a, #about .btn a, #information .btn a {
  transition: all 0.5s ease-out;
  width: 100%;
  height: 100%;
  color: #0071b8;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 40px;
  padding-right: 45px;
  letter-spacing: 0.5em;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 767px) {
  #club .btn, #foundation .btn, #donation .btn, #about .entry-btn .btn, #about .btn, #information .btn {
    width: 270px;
    height: 55px;
  }
  #club .btn a, #foundation .btn a, #donation .btn a, #about .entry-btn .btn a, #about .btn a, #information .btn a {
    font-size: 14px;
    background-position: center right 30px;
    padding-right: 35px;
    background-size: 15%;
  }
}
#club .btn, #foundation .btn, #donation .btn, #about .entry-btn .btn, #about .btn, #information .btn {
  /*
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}

#club h2, #foundation h2, #donation h2, #about h2, #information h2, #pickup-news h2 {
  color: #fff102;
  line-height: 1;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 68px;
}
#club h2 small, #foundation h2 small, #donation h2 small, #about h2 small, #information h2 small, #pickup-news h2 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1199px) {
  #club h2, #foundation h2, #donation h2, #about h2, #information h2, #pickup-news h2 {
    font-size: 40px;
  }
  #club h2 small, #foundation h2 small, #donation h2 small, #about h2 small, #information h2 small, #pickup-news h2 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #club h2, #foundation h2, #donation h2, #about h2, #information h2, #pickup-news h2 {
    font-size: 28px;
  }
  #club h2 small, #foundation h2 small, #donation h2 small, #about h2 small, #information h2 small, #pickup-news h2 small {
    font-size: 18px;
  }
}

#club h2, #foundation h2, #donation h2, #about h2, #information h2, #pickup-news h2 {
  margin-bottom: 50px;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  margin-bottom: 100px;
}
#mainimg::before {
  content: "";
  background-image: url(../images/mainimg-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: -100px;
}
#mainimg #mainslider {
  width: calc(100% - 120px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#mainimg #mainslider img {
  height: calc(100vh - 120px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 50px;
}
#mainimg #mainslider > img:not(:first-child) {
  display: none;
}
#mainimg .slick-list {
  background-color: #fff;
  border-radius: 50px;
}
#mainimg .catch {
  position: absolute;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 101px;
  color: #fff;
  bottom: 50px;
  left: 80px;
  text-shadow: 0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), 0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2);
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding-right: 10px;
}
#mainimg .catch img {
  margin-right: 40px;
  mix-blend-mode: multiply;
}
#mainimg .catch small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 56px;
}
@media (max-width: 1450px) {
  #mainimg .catch small {
    font-size: 43px;
  }
}
@media (max-width: 1199px) {
  #mainimg {
    margin-bottom: 70px;
  }
  #mainimg::before {
    bottom: -70px;
  }
  #mainimg .slick-list {
    border-radius: 30px;
  }
  #mainimg #mainslider {
    width: calc(100% - 20px);
  }
  #mainimg #mainslider img {
    height: auto;
    border-radius: 30px;
  }
  #mainimg .catch {
    font-size: 60px;
    left: 20px;
  }
  #mainimg .catch img {
    margin-right: 20px;
    width: 100px;
  }
  #mainimg .catch small {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 40px;
  }
  #mainimg::before {
    bottom: -40px;
    background-size: 200%;
  }
  #mainimg .slick-list {
    border-radius: 20px;
  }
  #mainimg #mainslider img {
    height: 260px;
    border-radius: 20px;
  }
  #mainimg .catch {
    font-size: 30px;
    bottom: 25px;
  }
  #mainimg .catch img {
    width: 65px;
    margin-right: 15px;
  }
  #mainimg .catch small {
    font-size: 17px;
  }
}

/* ----------------------------------------------
pickup-news
------------------------------------------------- */
#pickup-news {
  background-color: #0071b8;
  padding: 50px 0;
}
#pickup-news h2 {
  padding-left: 10px;
}
#pickup-news .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1320px;
}
#pickup-news a {
  transition: all 0.5s ease-out;
}
#pickup-news a:hover {
  opacity: 0.6;
}
#pickup-news .contents {
  display: flex;
  gap: 50px 1.3333333333%;
}
#pickup-news article {
  width: 24%;
}
#pickup-news .image {
  margin-bottom: 10px;
  border: 5px solid #fff;
}
#pickup-news .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 312/208;
  -o-object-fit: cover;
     object-fit: cover;
}
#pickup-news .text {
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  #pickup-news h2 {
    padding-left: unset;
  }
}
@media (max-width: 767px) {
  #pickup-news .contents {
    gap: unset;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #pickup-news article {
    width: 48%;
  }
  #pickup-news article:nth-child(n+3) {
    margin-top: 35px;
  }
  #pickup-news .image {
    border: 3px solid #fff;
  }
  #pickup-news h2 {
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------
#information
------------------------------------------------- */
#information {
  margin-bottom: 70px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  background-color: #cceafb;
  padding: 100px 0;
}
#information h2 {
  color: #0071b8;
}
#information .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  max-width: 1280px;
  justify-content: space-between;
}
#information .left {
  display: block;
}
#information .contents {
  width: 100%;
  margin-left: 90px;
}
#information a {
  width: 100%;
  transition: all 0.5s ease-out;
}
#information a:hover {
  opacity: 0.6;
}
#information a {
  color: #000;
  text-decoration: none;
}
#information article {
  display: block;
  width: 100%;
  padding: 0 0 40px 0;
  border-bottom: solid 1px #000;
}
#information article + article {
  margin-top: 20px;
}
#information article time {
  display: block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 2.1428571429;
  background-color: #0071b8;
  margin-right: 50px;
  font-weight: 700;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 4px 20px;
  margin-bottom: 7px;
}
#information article .text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
}
#information article {
  /*  カテゴリーあり
  .cate {
     margin-right: 30px;
     flex-shrink: 0;
     width: 100px;
     height: 20px;
     background-color: #3c8bd6;
     @include flex-center();
     a {
       @include flex-center();
       width: 100%;
       height: 100%;
       text-decoration: none;
       @include opacity();
     }
   }
   */
}
#information {
  /* //画像あり
  article {
    display: flex;
    padding: 0 20px 20px 20px;
    border-bottom: solid 1px #f3f3f3;
    & + article {
      margin-top: 40px;
    }
    .image {
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;";
        border-radius: 50%;
      }
    }
    time {
      margin: 15px 30px 0 20px;
      display: block;
      flex-shrink: 0;
      font-size: 14px;
      @include lh(14, 30);
      font-weight: 700;
      color: #fabe00;
    }
    .text {
      margin-top: 15px;
      font-size: 16px;
      @include lh(16, 30);
      font-weight: 700;
      a {
        @include opacity();
        text-decoration: none;
        color: #101010;
      }
    }
  }
   */
}
@media (max-width: 767px) {
  #information {
    padding: 70px 0;
  }
  #information .inner {
    display: block;
  }
  #information .contents {
    margin-left: unset;
    margin-top: 50px;
  }
  #information article {
    display: block;
    padding: 0 0px 10px 0px;
  }
  #information article + article {
    margin-top: 30px;
  }
  #information article time {
    margin-right: 0px;
  }
  #information article .text {
    font-size: 14px;
  }
  #information article {
    /* カテゴリーあり
    flex-wrap: wrap;
    .cate {
      margin-right: 0px;
    }
     */
  }
  #information {
    /* //画像あり
    article {
      flex-wrap: wrap;
       padding: 0 10px 5px 10px;
       & + article {
         margin-top: 30px;
       }
       time {
         margin-right: 0px;
       }
       .text {
         margin-top: 10px;
         width: 100%;
         font-size: 14px;
       }
     }
     */
  }
}

/* ----------------------------------------------
bnr-box
------------------------------------------------- */
#bnr-box {
  margin-bottom: 70px;
}
#bnr-box .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1220px;
}
#bnr-box .contents {
  display: flex;
  justify-content: center;
  gap: 40px 4.8770491803%;
}
#bnr-box .block {
  width: 30.0819672131%;
  position: relative;
  min-height: 160px;
}
#bnr-box .block:nth-child(2) a {
  background-color: #29a7de;
}
#bnr-box .block:nth-child(3) a {
  background-color: #00a599;
}
#bnr-box a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fe9225;
  transition: all 0.5s ease-out;
}
#bnr-box a:hover {
  opacity: 0.6;
}
#bnr-box a {
  padding: 15px;
  padding-left: 25px;
  color: #000;
}
#bnr-box a::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.38);
}
#bnr-box .title {
  display: block;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#bnr-box .title small {
  display: block;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
}
#bnr-box .text {
  margin-right: 170px;
  line-height: 1.5;
  width: 46%;
}
#bnr-box .image {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 50%;
  text-align: end;
}
#bnr-box .image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 187/103;
  height: 100%;
  width: 100%;
  max-height: 110px;
  border-radius: 100px 0 0 100px;
}
@media (max-width: 1199px) {
  #bnr-box .contents {
    flex-wrap: wrap;
    justify-content: center;
  }
  #bnr-box .block {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #bnr-box .title {
    font-size: 24px;
  }
  #bnr-box .title small {
    font-size: 19px;
  }
  #bnr-box .contents {
    gap: 30px;
  }
  #bnr-box .block {
    width: 100%;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  position: relative;
  padding-bottom: 110px;
}
#about::before {
  content: "";
  width: 100%;
  height: 330px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: repeat-x;
  z-index: -1;
  background-image: url(../images/about-bg2.png);
  background-size: cover;
}
#about .inner {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 100px;
  padding-left: 70px;
  padding-right: 10px;
}
#about .inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url(../images/about-bg.png);
  background-size: contain;
}
#about .image {
  width: 51%;
  margin-right: 70px;
}
#about .image img {
  width: 100%;
}
#about h2 {
  color: #0071b8;
  position: relative;
  line-height: 1.1617647059;
  margin-bottom: 0px;
  width: -moz-fit-content;
  width: fit-content;
}
#about h2 small {
  position: absolute;
  right: -2.5em;
  bottom: 2em;
  font-size: 15px;
  background-color: #0071b8;
  color: #fff;
  padding: 10px 40px;
  padding-bottom: 5px;
  border-radius: 100px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
#about h3 {
  font-size: 42px;
  color: #29a7de;
  font-weight: 700;
  line-height: 1.7619047619;
  margin-bottom: 30px;
}
#about .text {
  font-size: 26px;
  font-weight: 700;
  line-height: 2.1538461538;
  margin-bottom: 60px;
}
#about .btn {
  background-color: #29a7de;
}
#about .btn a {
  color: #fff;
  background-image: url(../images/arrow2.png);
}
#about .entry-btn {
  margin-top: 80px;
  padding-left: 115px;
  padding-right: 10px;
}
#about .entry-btn .btn {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 787px;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #0071b8;
  border-radius: 20px;
}
#about .entry-btn .btn a {
  color: #fff102;
  padding-right: 0;
  font-size: 42px;
  letter-spacing: 0;
  background-image: url(../images/arrow3.png);
  position: relative;
}
#about .entry-btn .btn a::before {
  content: "";
  position: absolute;
  background-image: url(../images/about-entry.png);
  width: 190px;
  aspect-ratio: 1/1;
  left: -110px;
}
@media (max-width: 1199px) {
  #about .image {
    margin-right: 50px;
  }
  #about h2 {
    color: #0071b8;
    position: relative;
    line-height: 1.1617647059;
    margin-bottom: 0px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #about h2 small {
    position: absolute;
    right: -5em;
    bottom: 1em;
    font-size: 14px;
    background-color: #0071b8;
    color: #fff;
    padding: 8px 25px;
    padding-bottom: 3px;
    border-radius: 100px;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
  }
  #about h3 {
    font-size: 30px;
  }
  #about .text {
    font-size: 20px;
  }
  #about .entry-btn .btn a {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #about {
    padding-bottom: 70px;
  }
  #about::before {
    content: "";
    width: 100%;
    height: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    z-index: -1;
    background-image: url(../images/about-bg2.png);
    background-size: cover;
  }
  #about .inner::before {
    background-size: 150%;
  }
  #about .inner {
    display: block;
    padding-top: 40px;
    padding-left: 10px;
  }
  #about h2 small {
    bottom: 0.5em;
    right: -7em;
    padding: 6px 20px;
    padding-bottom: 2px;
  }
  #about h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #about .text {
    font-size: 14px;
    margin-bottom: 40px;
  }
  #about .image {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #about .entry-btn {
    padding-left: 50px;
  }
  #about .entry-btn .btn {
    height: 70px;
  }
  #about .entry-btn .btn a {
    font-size: 21px;
    padding: 0 60px;
    padding-right: 45px;
    background-position: center right 20px;
    background-size: 5%;
    text-align: center;
    line-height: 1.3;
  }
  #about .entry-btn .btn a::before {
    content: "";
    position: absolute;
    background-image: url(../images/about-entry.png);
    width: 100px;
    aspect-ratio: 1/1;
    left: -40px;
    background-size: contain;
  }
}

/* ----------------------------------------------
club
------------------------------------------------- */
#club .inner, #foundation .inner, #donation .inner {
  display: flex;
  background-image: url(../images/club-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  margin-bottom: 10px;
}
#club .image, #foundation .image, #donation .image {
  width: 47%;
}
#club .image img, #foundation .image img, #donation .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#club .contents, #foundation .contents, #donation .contents {
  width: 53%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px;
}
#club .contents::before, #foundation .contents::before, #donation .contents::before {
  content: "";
  background-color: #29a7de;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
#club h2, #foundation h2, #donation h2 {
  color: #fff;
  z-index: 2;
  position: relative;
  margin-bottom: 25px;
  line-height: 1.1617647059;
}
#club h2 small, #foundation h2 small, #donation h2 small {
  font-size: 42px;
  color: #fff102;
  font-weight: 700;
  line-height: 1.7619047619;
}
#club .text, #foundation .text, #donation .text {
  position: relative;
  color: #fff;
  font-weight: 400;
  margin-bottom: 40px;
}
#club .btn, #foundation .btn, #donation .btn {
  position: relative;
}
#club .btn a, #foundation .btn a, #donation .btn a {
  color: #00a599;
}
@media (max-width: 1199px) {
  #club .contents, #foundation .contents, #donation .contents {
    padding: 40px;
  }
  #club h2 small, #foundation h2 small, #donation h2 small {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #club .inner, #foundation .inner, #donation .inner {
    display: block;
  }
  #club .image, #foundation .image, #donation .image {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #club .contents, #foundation .contents, #donation .contents {
    width: 100%;
    padding: 40px 10px;
  }
  #club h2 small, #foundation h2 small, #donation h2 small {
    font-size: 22px;
  }
}

/* ----------------------------------------------
foundation
------------------------------------------------- */
#foundation .inner {
  flex-direction: row-reverse;
}
#foundation .contents::before {
  content: "";
  background-color: #0071b8;
}
#foundation .btn a {
  color: #0071b8;
}

/* ----------------------------------------------
donation
------------------------------------------------- */
#donation .contents::before {
  content: "";
  background-color: #00a599;
}

/* ----------------------------------------------
slider
------------------------------------------------- */
#slider {
  margin-top: 100px;
  margin-bottom: 100px;
}
#slider .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1250px;
}
#slider .thumbset {
  position: relative;
}
#slider .thumbset::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -100px;
  background-image: url(../images/information-shape5.png);
  background-repeat: no-repeat;
  width: 89px;
  height: 108px;
}
#slider .thumbset::after {
  content: "";
  position: absolute;
  right: 20px;
  top: -75px;
  background-image: url(../images/information-shape6.png);
  background-repeat: no-repeat;
  width: 72px;
  height: 90px;
}
#slider .thumbset a {
  transition: all 0.5s ease-out;
}
#slider .thumbset a:hover {
  opacity: 0.6;
}
#slider .thumbset a {
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
  display: block;
}
#slider .thumbset .main {
  width: 100%;
  position: relative;
  z-index: 3;
}
#slider .thumbset .main .slick-list .image {
  margin-bottom: 10px;
}
#slider .thumbset .main .slick-list .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 368/229;
}
#slider .thumbset .main .slick-slide {
  margin: 0 25px;
}
#slider .thumbset {
  /* prev next arrows */
}
#slider .thumbset .slick-prev,
#slider .thumbset .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#slider .thumbset .slick-prev {
  background: url("../images/slide-prev.png") no-repeat left center/cover;
  left: -110px;
}
#slider .thumbset .slick-next {
  background: url("../images/slide-next.png") no-repeat right center/cover;
  right: -110px;
}
#slider .thumbset .slick-arrow {
  transition: all 0.5s ease-out;
  width: 85px;
  height: 85px;
  text-indent: -999em;
  cursor: pointer;
}
#slider .thumbset .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: inherit;
}
@media (max-width: 1490px) {
  #slider .thumbset {
    padding: 0 15px;
  }
  #slider .thumbset .main .slick-slide {
    margin: 0 10px;
  }
  #slider .thumbset .slick-prev {
    left: -20px;
  }
  #slider .thumbset .slick-next {
    right: -20px;
  }
  #slider .thumbset .slick-arrow {
    transition: all 0.5s ease-out;
    text-indent: -999em;
    cursor: pointer;
  }
}
@media (max-width: 1280px) {
  #slider h2 {
    margin-left: unset;
  }
  #slider .thumbset {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  #slider::before {
    left: 0;
    top: 10px;
    background-repeat: no-repeat;
    width: 150px;
    height: 300px;
    background-size: contain;
  }
  #slider::after {
    right: 0;
    top: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 300px;
    z-index: -1;
  }
  #slider .maintext {
    margin-bottom: 90px;
  }
  #slider .maintext::before {
    background-image: url(../images/information-shape3.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 136px;
    z-index: -1;
    background-size: contain;
  }
  #slider .maintext::after {
    background-image: url(../images/information-shape4.png);
    background-repeat: no-repeat;
    width: 95px;
    height: 168px;
    background-size: contain;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  #slider {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  #slider::before {
    left: 0;
    top: 10px;
    background-repeat: no-repeat;
    width: 70px;
    height: 300px;
    background-size: contain;
  }
  #slider::after {
    right: 0;
    top: 10px;
    background-repeat: no-repeat;
    width: 70px;
    height: 300px;
  }
  #slider .maintext {
    font-size: 15px;
    margin-bottom: 70px;
  }
  #slider .maintext::before {
    left: 1%;
    top: 20px;
    background-image: url(../images/information-shape3.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 136px;
    z-index: -1;
    background-size: contain;
  }
  #slider .maintext::after {
    right: 1%;
    background-image: url(../images/information-shape4.png);
    background-repeat: no-repeat;
    width: 57px;
    height: 168px;
    background-size: contain;
    z-index: -1;
    top: 50px;
  }
  #slider .thumbset {
    padding: 0 15px;
  }
  #slider .thumbset::before {
    left: 45px;
    top: -60px;
    background-image: url(../images/information-shape5.png);
    background-repeat: no-repeat;
    width: 54px;
    background-size: contain;
  }
  #slider .thumbset::after {
    content: "";
    position: absolute;
    right: 45px;
    top: -50px;
    background-image: url(../images/information-shape6.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 49px;
  }
  #slider .thumbset .txt-box {
    padding: 10px 10px;
  }
  #slider .thumbset .main .slick-slide {
    margin: 0 40px;
  }
  #slider .thumbset .slick-prev {
    left: -20px;
  }
  #slider .thumbset .slick-next {
    right: -20px;
  }
  #slider .thumbset .slick-arrow {
    transition: all 0.5s ease-out;
    width: 50px;
    height: 50px;
    text-indent: -999em;
    cursor: pointer;
  }
}/*# sourceMappingURL=index.css.map */