@charset "UTF-8";
.label-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2rem 4rem;
  background-color: #86bc43;
  border-radius: 0 0 2rem 2rem;
}
.label-title-wrapper::before {
  position: absolute;
  top: 0;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("../img/common/icon_corner_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.label-title-wrapper::after {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("../img/common/icon_corner_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.label-title-wrapper p.en {
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .label-title-wrapper p.en {
    font-size: 1.4rem;
  }
}
.label-title-wrapper h2 {
  margin: 0.5rem 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .label-title-wrapper h2 {
    font-size: 2.4rem;
  }
}

.title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .title-wrapper {
    margin: 0 0 0 5%;
  }
}
.title-wrapper::before {
  position: absolute;
  top: 55%;
  left: -2rem;
  width: 0.4rem;
  height: 100%;
  content: "";
  background-color: #86bc43;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.title-wrapper p.en {
  font-size: 1.6rem;
  font-weight: 200;
}
@media (max-width: 767px) {
  .title-wrapper p.en {
    font-size: 1.4rem;
  }
}
.title-wrapper h2 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .title-wrapper h2 {
    font-size: 2.4rem;
  }
}

.sub-title-wrapper h3 {
  position: relative;
  display: inline-block;
  padding: 1rem 5rem 1rem 0;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #fff;
  background-color: #86bc43;
}
@media (max-width: 767px) {
  .sub-title-wrapper h3 {
    display: block;
    padding: 1rem 3rem 1rem 0.5rem;
    font-size: 2rem;
  }
}
.sub-title-wrapper h3::before {
  position: absolute;
  top: 50%;
  left: -7.5rem;
  z-index: 3;
  width: 7.5rem;
  height: 100%;
  content: "";
  background-color: #86bc43;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sub-title-wrapper h3::before {
    left: -10%;
    width: 11%;
  }
}
.sub-title-wrapper h3::after {
  position: absolute;
  top: calc(50% + 2.5rem);
  left: -7.5rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  content: "";
  background-color: #86bc43;
}
@media (max-width: 767px) {
  .sub-title-wrapper h3::after {
    top: 100%;
    left: -10%;
    width: 4.5%;
    height: 2.5rem;
  }
}

#main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../img/top/bg_main_visual.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width <= 1230px) {
  #main-visual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 0 0 3rem;
  }
}
#main-visual .slide-inner {
  max-width: clamp(30rem, 70vw, 200rem);
  padding: 3rem 0;
}
@media (width <= 1230px) {
  #main-visual .slide-inner {
    max-width: 90%;
  }
}
#main-visual .slide-inner .swiper {
  border-radius: 0 2.4rem 2.4rem 0;
}
@media (width <= 1230px) {
  #main-visual .slide-inner .swiper {
    border-radius: 2rem 0;
  }
}
#main-visual .slide-inner .swiper .swiper-wrapper {
  height: auto;
}
#main-visual .slide-inner .swiper-pagination-bullet {
  width: 2rem;
  height: 0.3rem;
  border-radius: 1rem;
}
#main-visual .slide-inner .swiper-pagination-bullet-active {
  background-color: #86bc43;
}
#main-visual .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  width: 35rem;
}
@media (width <= 1230px) {
  #main-visual .btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
  }
}
@media (width <= 767px) {
  #main-visual .btn-wrapper {
    -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;
  }
}
#main-visual .btn-wrapper a.btn-mv {
  position: relative;
  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;
  width: 35rem;
  height: 7rem;
  padding: 0 0 0 4rem;
  color: #fff;
  background-color: #86bc43;
  border: 2px solid #86bc43;
  border-radius: 1rem 0 0 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media (width <= 1230px) {
  #main-visual .btn-wrapper a.btn-mv {
    border-radius: 1rem 0;
  }
}
#main-visual .btn-wrapper a.btn-mv:hover {
  color: #86bc43;
  background-color: #fff;
}
#main-visual .btn-wrapper a.btn-mv:hover::after {
  background-color: #86bc43 !important;
}
#main-visual .btn-wrapper a.btn-mv.btn-blog::before {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  color: #86bc43;
  content: "個人情報保護・セキュリティ";
  background-color: #fff;
  border: 2px solid #86bc43;
  border-radius: 1rem 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
#main-visual .btn-wrapper a.btn-mv.btn-blog::after {
  position: absolute;
  top: 50%;
  left: 5rem;
  width: 4rem;
  height: 3rem;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("../img/common/icon_blog.svg");
          mask-image: url("../img/common/icon_blog.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#main-visual .btn-wrapper a.btn-mv.btn-movie::before {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  color: #86bc43;
  content: "無料WEBセミナー開催中";
  background-color: #fff;
  border: 2px solid #86bc43;
  border-radius: 1rem 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
#main-visual .btn-wrapper a.btn-mv.btn-movie::after {
  position: absolute;
  top: 50%;
  left: 5rem;
  width: 4rem;
  height: 3rem;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("../img/common/icon_seminar.svg");
          mask-image: url("../img/common/icon_seminar.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#news {
  padding: 5rem 5rem 0;
}
@media (max-width: 767px) {
  #news {
    padding: 5rem 5% 0;
  }
}
#news .inner-1000 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 5rem 5rem;
  background-color: #fff;
  background-color: #f1f1f4;
}
@media (max-width: 1100px) {
  #news .inner-1000 {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 3rem 5% 5rem;
  }
}
#news .title-wrapper {
  min-width: 18rem;
}
#news .content-wrapper {
  width: 100%;
}
@media (max-width: 1100px) {
  #news .content-wrapper {
    margin: 3rem 0 0;
  }
}
@media (max-width: 767px) {
  #news .content-wrapper {
    margin: 1rem 0 0;
  }
}
#news .content-wrapper ul li {
  border-bottom: 1px dotted #d6d6d6;
}
#news .content-wrapper ul li:last-child {
  border-bottom: none;
}
#news .content-wrapper ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #news .content-wrapper ul li a {
    -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;
  }
}
#news .content-wrapper ul li a::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  background-color: #86bc43;
  -webkit-mask-image: url("../img/common/icon_arrow_white.svg");
          mask-image: url("../img/common/icon_arrow_white.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#news .content-wrapper ul li a:hover::before {
  -webkit-transform: translate(1rem, -50%);
          transform: translate(1rem, -50%);
}
#news .content-wrapper ul li a .top-news-meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 0.75rem;
  min-width: 12rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#news .content-wrapper ul li a .top-news-meta-row p.date {
  min-width: auto;
  margin: 0;
}
#news .content-wrapper ul li a .top-news-badge {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.2em 0.55em;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #fff;
  background: #86bc43;
  border-radius: 2px;
}
#news .content-wrapper ul li a p.title {
  padding: 0 4rem 0 0;
  margin: 0 0 0 4rem;
}
@media (max-width: 767px) {
  #news .content-wrapper ul li a p.title {
    padding: 0 4rem 0 0;
    margin: 0;
  }
}
#news .btn-wrapper {
  position: relative;
  top: -3rem;
}
@media (max-width: 767px) {
  #news .btn-wrapper {
    padding: 0 10%;
  }
}

#about .inner-1100 {
  position: relative;
  padding-bottom: 5rem;
  margin: 4rem auto 0;
  background-color: #f1f1f4;
  border-radius: 2rem;
}
#about .image-wrapper {
  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;
  padding: 3rem;
  background-image: url("../img/top/bg_about.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 2rem;
}
#about .image-wrapper img {
  max-width: 44rem;
}

#truste {
  padding: 0 0 6rem;
  margin: 6rem 0 0;
  background-color: #f1f1f4;
}
#truste .content-wrapper {
  position: relative;
}
@media (width <= 950px) {
  #truste .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
#truste .content-wrapper ul {
  position: relative;
  z-index: 2;
  gap: 2rem;
  max-width: 54rem;
}
@media (width <= 950px) {
  #truste .content-wrapper ul {
    gap: 1rem;
    max-width: 100%;
  }
}
#truste .content-wrapper ul li {
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media (width <= 950px) {
  #truste .content-wrapper ul li {
    padding: 2rem 1rem;
  }
}
#truste .content-wrapper ul li .image-wrapper {
  min-width: 10rem;
}
#truste .content-wrapper ul li .image-wrapper img {
  height: 7.5rem;
}
#truste .content-wrapper ul li .text-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#truste .content-wrapper .right-image-wrapper {
  position: absolute;
  top: 50%;
  right: -15rem;
  width: 54rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (width <= 950px) {
  #truste .content-wrapper .right-image-wrapper {
    position: initial;
    top: initial;
    right: initial;
    width: 100%;
    -webkit-transform: initial;
            transform: initial;
  }
}

#certification {
  position: relative;
}
#certification::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  content: "";
  background-image: url("../img/common/icon_corner_gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (width <= 767px) {
  #certification::before {
    content: none;
  }
}
#certification::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  content: "";
  background-image: url("../img/common/icon_corner_gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (width <= 767px) {
  #certification::after {
    content: none;
  }
}
#certification .label-title-wrapper {
  background-color: #de4842;
}
#certification .label-title-wrapper::before {
  background-image: url("../img/common/icon_corner_red.svg");
}
#certification .label-title-wrapper::after {
  background-image: url("../img/common/icon_corner_red.svg");
}
#certification .content-wrapper {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (width <= 950px) {
  #certification .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin: 4rem 0 0;
  }
}
#certification .content-wrapper ul {
  position: relative;
  z-index: 2;
  gap: 2rem;
  max-width: 56rem;
}
@media (width <= 950px) {
  #certification .content-wrapper ul {
    gap: 1rem;
    max-width: 100%;
  }
}
#certification .content-wrapper ul li a {
  position: relative;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  background-color: #f1f1f4;
  border-radius: 1rem;
}
#certification .content-wrapper ul li a::before {
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background-color: #86bc43;
  -webkit-mask-image: url("../img/common/icon_arrow_white.svg");
          mask-image: url("../img/common/icon_arrow_white.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#certification .content-wrapper ul li a:hover::before {
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
@media (width <= 950px) {
  #certification .content-wrapper ul li a {
    padding: 2rem 3rem;
  }
}
@media screen and (width <= 480px) {
  #certification .content-wrapper ul li a {
    -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;
    padding: 2rem 2rem 3rem;
  }
}
#certification .content-wrapper ul li a .image-wrapper {
  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;
  width: 100%;
  max-width: 15rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (width <= 480px) {
  #certification .content-wrapper ul li a .image-wrapper {
    max-width: 100%;
    padding: 2rem;
  }
}
#certification .content-wrapper ul li a .image-wrapper img {
  height: 7.5rem;
}
#certification .content-wrapper ul li a .text-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 480px) {
  #certification .content-wrapper ul li a .text-wrapper p.mg-t-2 {
    margin-top: 1rem;
  }
}
#certification a.btn-regular {
  background-color: #de4842;
}

#consulting {
  position: relative;
  padding: 0 0 6rem;
  margin: 6rem 0 0;
  background-color: #f1f1f4;
}
#consulting::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  content: "";
  background-image: url("../img/common/icon_corner_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (width <= 767px) {
  #consulting::before {
    content: none;
  }
}
#consulting::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  content: "";
  background-image: url("../img/common/icon_corner_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (width <= 767px) {
  #consulting::after {
    content: none;
  }
}
#consulting .label-title-wrapper {
  background-color: #41c2c4;
}
#consulting .label-title-wrapper::before {
  background-image: url("../img/common/icon_corner_cons.svg");
}
#consulting .label-title-wrapper::after {
  background-image: url("../img/common/icon_corner_cons.svg");
}
#consulting .content-wrapper {
  position: relative;
  gap: 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width <= 950px) {
  #consulting .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
#consulting .content-wrapper ul {
  position: relative;
  z-index: 2;
  gap: 2rem;
  width: 48%;
}
@media (width <= 950px) {
  #consulting .content-wrapper ul {
    gap: 1rem;
    width: 100%;
  }
}
#consulting .content-wrapper ul li {
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media (width <= 950px) {
  #consulting .content-wrapper ul li {
    padding: 2rem 1rem;
  }
}
#consulting .content-wrapper ul li .image-wrapper {
  min-width: 10rem;
}
#consulting .content-wrapper ul li .image-wrapper img {
  height: 12rem;
}
#consulting .content-wrapper ul li .text-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#consulting .content-wrapper .right-image-wrapper {
  width: 50%;
}
@media (width <= 950px) {
  #consulting .content-wrapper .right-image-wrapper {
    width: 100%;
  }
}
#consulting a.btn-regular {
  background-color: #41c2c4;
}

#notice {
  position: relative;
  padding: 6rem 0 0;
}
#notice::before {
  position: absolute;
  bottom: -10%;
  left: -10%;
  z-index: -1;
  width: 60rem;
  height: 45rem;
  content: "";
  background-image: url("../img/common/img_bg_hex.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 850px) {
  #notice::before {
    bottom: -5%;
    left: -5%;
    width: 60%;
    height: 30rem;
  }
}
#notice::after {
  position: absolute;
  top: -10%;
  right: -10%;
  z-index: -1;
  width: 60rem;
  height: 45rem;
  content: "";
  background-image: url("../img/common/img_bg_hex.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 850px) {
  #notice::after {
    top: -5%;
    right: -5%;
    width: 60%;
    height: 30rem;
  }
}
#notice .inner-1100 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 850px) {
  #notice .inner-1100 {
    -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;
  }
}
#notice .inner-1100 .flex-wrapper-column {
  max-width: 45%;
}
@media (max-width: 850px) {
  #notice .inner-1100 .flex-wrapper-column {
    max-width: 45rem;
  }
}
#notice #blog .blog-wrapper {
  margin: 4rem 0 0;
}
#notice #blog .blog-wrapper ul {
  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.5rem;
}
#notice #blog .blog-wrapper ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 15rem;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  background-color: #f1f1f4;
  border-radius: 1rem 0;
}
#notice #blog .blog-wrapper ul li a::before {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background-color: #86bc43;
  -webkit-mask-image: url("../img/common/icon_arrow_white.svg");
          mask-image: url("../img/common/icon_arrow_white.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#notice #blog .blog-wrapper ul li a:hover::before {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
#notice #blog .blog-wrapper ul li a:hover .img-wrapper img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#notice #blog .blog-wrapper ul li a .img-wrapper {
  width: 15rem;
  min-height: 0;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
#notice #blog .blog-wrapper ul li a .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#notice #blog .blog-wrapper ul li a .text-wrapper {
  max-width: 24rem;
  margin: 0 0 0 1.5rem;
}
#notice #blog .blog-wrapper ul li a .text-wrapper p.title {
  margin: 1rem 0 0;
  line-height: 1.5;
}
#notice #blog .blog-wrapper .btn-wrapper {
  width: 25rem;
  margin: 4rem auto 0;
}
@media (max-width: 850px) {
  #notice #seminar {
    margin: 4rem 0 0;
  }
}
#notice #seminar .seminar-wrapper {
  margin: 4rem 0 0;
}
#notice #seminar .seminar-wrapper ul {
  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.5rem;
}
#notice #seminar .seminar-wrapper ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 15rem;
  background-color: #f1f1f4;
  border-radius: 1rem 0;
}
#notice #seminar .seminar-wrapper ul li a::before {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background-color: #86bc43;
  -webkit-mask-image: url("../img/common/icon_arrow_white.svg");
          mask-image: url("../img/common/icon_arrow_white.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#notice #seminar .seminar-wrapper ul li a:hover::before {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
#notice #seminar .seminar-wrapper ul li a .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem 1rem;
}
#notice #seminar .seminar-wrapper ul li a .top-wrapper .seminar-date-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.65rem 2.5rem;
  font-weight: 700;
  line-height: 2.15;
  color: #fff;
  background-color: #86bc43;
  border-radius: 1rem 0;
}
#notice #seminar .seminar-wrapper ul li a .top-wrapper .seminar-date-text {
  font-size: 1.6rem;
  line-height: 2.15;
}
#notice #seminar .seminar-wrapper ul li a p.title {
  padding: 1.5rem 2.5rem 2.5rem 1.5rem;
}
#notice #seminar .seminar-wrapper .btn-wrapper {
  width: 25rem;
  margin: 4rem auto 0;
}