@charset "utf-8";

/*============================
TOPページ用
============================*/

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/*------------------------------------------------------
 T0P
------------------------------------------------------*/
@media (min-width: 768px) {
  .mv_area{
    padding-top: 40px;
  }
}

.news_area {
  padding: 68px 0 22px;
}
.news_area h2 {
  margin-bottom: 2.6rem;
  font-weight: 700;
}
.news_area .news_list01 {
  gap: 10px;
  margin-bottom: 2.1rem;
}
.news_area .news_list01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.8rem;
}
.news_area .news_list01 dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
.news_area .news_list01 dl dd a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.news_area .news_list_atte {
  border-top: #00A4B0 solid 1px;
  gap: 10px;
  margin-bottom: 2.1rem;
  padding-top: 20px;
}
.news_area .news_list_atte dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.8rem;
}
.news_area .news_list_atte dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
.news_area .news_list_atte dl dd a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
@media (hover: hover) {
  .news_area .news_list01 dl dd:hover {
    color: #00A4B0;
  }
  .news_area .news_list_atte dl dd:hover {
    color: #00A4B0;
  }
}
.news_area .news_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .news_area {
    padding: 60px 0 53px;
  }
  .news_area h2 {
    margin-bottom: 2.5rem;
    font-weight: 700;
  }
  .news_area .news_list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.8rem;
    margin-bottom: 2.8rem;
  }
  .news_area .news_list01 dl {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem;
  }
  .news_area .news_list01 dl dt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .news_area .news_list_atte {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.8rem;
    margin-bottom: 2.8rem;
  }
  .news_area .news_list_atte dl {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem;
  }
  .news_area .news_list_atte dl dt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.service_area {
  background-color: #EEE;
  padding: 67px 0 85px;
}
.service_area h2.top_title01 {
  text-align: center;
  margin-bottom: 100px;
}
.service_area .service_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 73px;
}
.service_area .service_block01 > div {
  background-color: #fff;
  width: calc((100% - 25px) / 2);
  padding: 21px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.service_area .service_block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 52px;
}
@media (max-width: 767px) {
  .service_area {
    background-color: #EEE;
    padding: 54px 0 65px;
  }
  .service_area h2.top_title01 {
    text-align: center;
    margin-bottom: 50px;
  }
  .service_area .service_block01 {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 73px;
  }
  .service_area .service_block01 > div {
    background-color: #fff;
    width: 100%;
    padding: 13px 15px;
    font-size: 18px;
    text-align: center;
  }
  .service_area .service_block01 > div:nth-child(2n) {
    margin-left: 15px;
  }
  .service_area .service_block01 > div:nth-child(2n-1) {
    margin-left: -15px;
  }
  .service_area .service_block02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 23px;
  }
}

.about_area {
  padding-top: 110px;
  margin-bottom: 136px;
}
.about_area h2.top_title01 {
  text-align: center;
  margin-bottom: 100px;
}
.about_area .about_list01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 0;
  margin-bottom: 100px;
}
.about_area .about_list01 > li {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 21px;
}
.about_area .about_list01 > li .about_imaga01 {
  width: 90px;
}
.about_area .about_list01 > li > p {
  padding: 10px 16px;
  border-right: 1px solid #D9D9D9;
}
.about_area .about_list01 > li:nth-child(4n) > p {
  border-right-color: transparent;
}
.about_area .about_text01 {
  width: 100%;
}
.about_area .about_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about_area .about_block01 .btn_arrow01 {
  max-width: 391px;
}
@media (max-width: 767px) {
  .about_area {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .about_area h2.top_title01 {
    text-align: center;
    margin-bottom: 43px;
  }
  .about_area .about_list01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
    margin-bottom: 50px;
  }
  .about_area .about_list01 > li {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .about_area .about_list01 > li .about_imaga01 {
    width: 72px;
  }
  .about_area .about_list01 > li > p {
    padding: 0px 7px;
    font-size: 14px;
    border-right: 1px solid #D9D9D9;
  }
  .about_area .about_list01 > li:nth-child(2n) > p {
    border-right-color: transparent;
  }
}

.fund_area {
  margin-bottom: 136px;
}
.fund_area .fund_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  margin-bottom: 80px;
}
.fund_area .fund_block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fund_area .fund_block02 .btn_arrow01 {
  max-width: 391px;
}
.fund_area .fund_item01 {
  border: 1px solid #D9D9D9;
  background: #FFF;
  -webkit-box-shadow: 0px 1.61319px 4.03297px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1.61319px 4.03297px 0px rgba(0, 0, 0, 0.15);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
}
.fund_area .fund_item01 a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
@media (hover: hover) {
  .fund_area .fund_item01:hover {
    opacity: 0.6;
  }
}
.fund_area .fund_item02 {
  border: 1px solid #D9D9D9;
  background: #FFF;
  -webkit-box-shadow: 0px 1.61319px 4.03297px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1.61319px 4.03297px 0px rgba(0, 0, 0, 0.15);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
}
.fund_area .fund_item02 a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
@media (hover: hover) {
  .fund_area .fund_item02:hover {
    opacity: 0.6;
  }
}
.fund_area .fund_image01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.1304347826%;
          flex: 0 0 39.1304347826%;
  position: relative;
}
.fund_area .fund_state01 {
  display: inline-block;
  padding: 3px 12px;
  font-weight: 700;
  border-radius: 1000px;
  border: 1px solid #333;
  background: #FFF;
  text-align: center;
  position: absolute;
  left: 14px;
  top: 14px;
}
.fund_area .fund_item--right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(60.8695652174% - 10px);
          flex: 0 0 calc(60.8695652174% - 10px);
}
.fund_area .fund_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.fund_area .fund_list01 > .tag {
  padding: 3px 11px;
  display: inline-block;
  font-size: 10px;
  border-radius: 4px;
  border: 1px solid #333;
  background: #FFF;
}
.fund_area .fund_list01 > .tag:first-child {
  background-color: #333;
  color: #fff;
  border-radius: 0;
}
.fund_area .fund_list02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
}
.fund_area .fund_list02 > dl {
  padding: 10px;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  background-color: #EEE;
}
.fund_area .fund_list02 > dl:first-child {
  /*background-color: #F6E0E0;*/
}
.fund_area .fund_list02 > dl dt {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1666666667;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fund_area .fund_list02 > dl dd {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1666666667;
}
.fund_area .fund_list02 > dl dd strong {
  font-size: 22px;
  font-weight: 700;
}
.fund_area .fund_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  background-color: #EEE;
  margin-top: 8px;
}
.fund_area .fund_box01 dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  text-align: center;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #D9D9D9;
}
.fund_area .fund_box01 dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1666666667;
  text-align: right;
  padding-right: 14px;
}
.fund_area .fund_box01 dd strong {
  font-size: 22px;
  font-weight: 700;
}
.fund_area h3 {
  font-size: 2rem;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .fund_area {
    margin-bottom: 84px;
  }
  .fund_area .fund_block01 {
    margin-bottom: 38px;
  }
  .fund_area .fund_item01 {
    padding: 15px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .fund_area .fund_item02 {
    padding: 15px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .fund_area .fund_image01 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    position: relative;
  }
  .fund_area .fund_state01 {
    display: inline-block;
    padding: 8px 10px;
    left: 12px;
    top: 12px;
  }
  .fund_area .fund_item--right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .fund_area .fund_list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fund_area .fund_list01 > .tag {
    padding: 3px 0px;
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
    line-height: 1;
    border: 1px solid transparent;
    background: #FFF;
  }
  .fund_area .fund_list01 > .tag:first-child {
    padding: 3px 8px;
    border-radius: 0;
  }
  .fund_area .fund_list02 {
    gap: 6px;
  }
  .fund_area .fund_list02 > dl {
    padding: 6px;
  }
  .fund_area .fund_list02 > dl dt {
    padding-bottom: 3px;
  }
  .fund_area .fund_list02 > dl dd {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1666666667;
  }
  .fund_area .fund_list02 > dl dd strong {
    font-size: 2rem;
    font-weight: 700;
  }
  .fund_area .fund_box01 {
    padding: 5px 0;
    margin-top: 6px;
  }
  .fund_area .fund_box01 dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.7388724036%;
            flex: 0 0 23.7388724036%;
  }
  .fund_area .fund_box01 dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76.2611275964%;
            flex: 0 0 76.2611275964%;
    padding-right: 14px;
  }
  .fund_area .fund_box01 dd strong {
    font-size: 2rem;
  }
  .fund_area h3 {
    margin-bottom: 10px;
  }
}

.special_area {
  padding-bottom: 54px;
  position: relative;
  margin-bottom: 100px;
}
.special_area::after {
  content: "";
  background-color: #D9D9D9;
  height: 1px;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.special_area .special_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
}
.special_area .special_block01 a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
@media (hover: hover) {
  .special_area .special_block01:hover {
    opacity: 0.6;
  }
}
.special_area .special_image01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51.3402061856%;
          flex: 0 0 51.3402061856%;
}
.special_area h3 {
  margin-bottom: 70px;
}
.special_area .special_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-weight: 700;
  margin-bottom: 24px;
}
.special_area .special_list01 .tag {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 7px;
  display: inline-block;
  background: #474747;
}
.special_area .special_text01 {
  line-height: 1.6875;
}
@media (max-width: 767px) {
  .special_area {
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 50px;
  }
  .special_area::after {
    content: "";
    background-color: #D9D9D9;
    height: 1px;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .special_area .special_block01 {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
  .special_area .special_image01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51.3402061856%;
            flex: 0 0 51.3402061856%;
  }
  .special_area h3 {
    margin-bottom: 15px;
  }
  .special_area .special_list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    font-weight: 700;
    margin-bottom: 18px;
  }
}

.columu_area {
  overflow: hidden;
  margin-bottom: 80px;
}
.columu_area .columu_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  font-weight: 700;
  margin-top: 8px;
}
.columu_area .columu_list01 .tag {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 7px;
  display: inline-block;
  background: #474747;
}
.columu_area .swiper {
  overflow: visible;
}
.columu_area .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
.columu_area .swiper-slide a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
@media (hover: hover) {
  .columu_area .swiper-slide:hover {
    opacity: 0.6;
  }
}
.columu_area .columu_slide01 {
  padding-bottom: 70px;
  position: relative;
}
.columu_area .columu_slide01::after {
  content: "";
  background-color: #D9D9D9;
  height: 1px;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.columu_area .columu_slide01 .slide-button {
  position: absolute;
  bottom: calc(100% + 100px);
  right: 51px;
}
.columu_area .columu_slide01 .slide-button .swiper-button-prev {
  width: 51px;
  height: 51px;
  left: auto;
  right: calc(100% + 22px);
}
.columu_area .columu_slide01 .slide-button .swiper-button-prev::before {
  content: "";
  width: 51px;
  height: 51px;
  background-image: url(/assets/img/arrow_prev.6965316f.svg);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.columu_area .columu_slide01 .slide-button .swiper-button-prev::after {
  content: none;
}
@media (hover: hover) {
  .columu_area .columu_slide01 .slide-button .swiper-button-prev:hover {
    opacity: 0.6;
  }
}
.columu_area .columu_slide01 .slide-button .swiper-button-next {
  width: 51px;
  height: 51px;
  right: auto;
  left: 100%;
}
.columu_area .columu_slide01 .slide-button .swiper-button-next::before {
  content: "";
  width: 51px;
  height: 51px;
  background-image: url(/assets/img/arrow_next.1a72919e.svg);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.columu_area .columu_slide01 .slide-button .swiper-button-next::after {
  content: none;
}
@media (hover: hover) {
  .columu_area .columu_slide01 .slide-button .swiper-button-next:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .columu_area {
    margin-bottom: 50px;
  }
  .columu_area .columu_list01 {
    font-size: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .columu_area .columu_list01 .tag {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
  .columu_area .columu_slide01 {
    padding-bottom: 20px;
    position: relative;
  }
  .columu_area .columu_slide01 .slide-button {
    position: absolute;
    bottom: calc(100% + 50px);
    right: 40px;
  }
  .columu_area .columu_slide01 .slide-button .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: auto;
    right: calc(100% + 17px);
  }
  .columu_area .columu_slide01 .slide-button .swiper-button-prev::before {
    content: "";
    width: 40px;
    height: 40px;
  }
  .columu_area .columu_slide01 .slide-button .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .columu_area .columu_slide01 .slide-button .swiper-button-next::before {
    content: "";
    width: 40px;
    height: 40px;
  }
}

.bnr01 {
  padding: 150px 0;
  background: url(/assets/img/bg_bnr01.8f00f845.png) center/cover no-repeat;
  margin-bottom: 100px;
}
.bnr01 .inner {
  position: relative;
}
.bnr01 .btn_arrow01 {
  max-width: 391px;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .bnr01 {
    padding: 120px 0;
    background: url(/assets/img/bg_bnr01_sp.7ea8fe52.png) center/cover no-repeat;
    margin-bottom: 23px;
  }
  .bnr01 .inner {
    position: relative;
  }
  .bnr01 .btn_arrow01 {
    margin: 0 auto;
  }
}

.note_araa {
  margin-bottom: 100px;
}
.note_araa .note01 {
  background-color: #EEE;
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .note_araa {
    margin-bottom: 44px;
  }
  .note_araa .note01 {
    background-color: #EEE;
    padding: 22px;
  }
}

.motion_left {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.8s all ease-out;
  transition: 0.8s all ease-out;
}
.motion_left.on {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
@media (max-width: 767px) {
  .motion_left {
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
}

.motion_right {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
  -webkit-transition: 0.8s all ease-out;
  transition: 0.8s all ease-out;
}
.motion_right.on {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
@media (max-width: 767px) {
  .motion_right {
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
}

.motion_up {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 0.8s all ease-out;
  transition: 0.8s all ease-out;
}
.motion_up.on {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
@media (max-width: 767px) {
  .motion_up {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  .motion_up.on {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

.td {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}



/*==================================================
スライダーのためのcss
===================================*/

.slick-slider div { transition: none; }
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:100%;
  margin:0 auto;
}

@media (min-width: 767px) {
  .slider img {
    width:70vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
    margin:0 20px;
  }
  
}
@media (max-width: 767px) {
  .slider img {
    width:100vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
  }
}

.slider .slick-slide {
transform: scale(1);/*左右の画像のサイズ*/
transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
transform: scale(1);/*中央の画像のサイズだけ等倍に*/
opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;/*矢印の色*/
  border-right: 2px solid #666;/*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
  display: none;
}

.slick-next {/*次へ矢印の位置と形状*/
  display: none;
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align:center;
margin:20px 0 0 0;
}

.slick-dots li {
  display:inline-block;
margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width:60px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  border-radius:14px;
  background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}
