.title-wrapper {
  position: relative;
  display: flex;
  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;
  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;
  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 {
  position: relative;
  z-index: 3;
  padding: 2rem 0;
  background-color: #f1f1f4;
}
#main-visual .inner-1100 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #main-visual .inner-1100 {
    flex-direction: column;
  }
}
#main-visual .inner-1100 .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  min-width: 40rem;
  max-width: 40rem;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  #main-visual .inner-1100 .text-wrapper {
    min-width: 100%;
    max-width: 100%;
    margin: 3rem 0 0;
  }
}
#main-visual .inner-1100 .text-wrapper h1,
#main-visual .inner-1100 .text-wrapper h2 {
  font-size: 4rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #main-visual .inner-1100 .text-wrapper h1,
  #main-visual .inner-1100 .text-wrapper h2 {
    font-size: 3.2rem;
  }
}
#main-visual .inner-1100 .text-wrapper h2 span.green-back {
  padding: 0 1rem;
  margin: 0 0.5rem 0 0;
  color: #fff;
  background-color: #86bc43;
  border-radius: 0.6rem;
}
#main-visual .inner-1100 .text-wrapper h1 span.green-text,
#main-visual .inner-1100 .text-wrapper h2 span.green-text {
  position: relative;
  padding: 0 2rem;
}
#main-visual .inner-1100 .text-wrapper h1 span.green-text::before,
#main-visual .inner-1100 .text-wrapper h2 span.green-text::before {
  position: absolute;
  top: 1rem;
  left: 0.3rem;
  width: 1.5rem;
  height: 1.2rem;
  content: "";
  background-image: url("../img/common/icon_double_colon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#main-visual .inner-1100 .text-wrapper h1 span.green-text::after,
#main-visual .inner-1100 .text-wrapper h2 span.green-text::after {
  position: absolute;
  top: 1rem;
  right: 0.3rem;
  width: 1.5rem;
  height: 1.2rem;
  content: "";
  background-image: url("../img/common/icon_double_colon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
}
#main-visual .inner-1100 .text-wrapper p {
  margin: 1rem 0 0;
}
#main-visual .inner-1100 .text-wrapper .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0 0;
}
@media (max-width: 767px) {
  #main-visual .inner-1100 .text-wrapper .btn-wrapper {
    display: none;
  }
}
#main-visual .inner-1100 .text-wrapper .btn-wrapper .btn-public {
  margin: 0 auto 0 0;
  background-color: #d27373;
}
#main-visual .inner-1100 .text-wrapper .btn-wrapper .btn-business {
  margin: 2rem 0 0 auto;
  background-color: #4978a9;
}
#main-visual .inner-1100 .image-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 4rem 0 0 8vw;
}
@media (max-width: 767px) {
  #main-visual .inner-1100 .image-wrapper {
    width: 100%;
    height: 30rem;
    margin: 0;
  }
}
#main-visual .inner-1100 .image-wrapper::before {
  position: absolute;
  top: 50%;
  left: -5vw;
  width: clamp(30rem, 58vw, 92rem);
  height: 55rem;
  content: "";
  background-image: url("../img/top/main_visual.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #main-visual .inner-1100 .image-wrapper::before {
    top: 60%;
    left: 50%;
    width: 150%;
    height: 110%;
    transform: translateX(-50%) translateY(-50%);
  }
}

#about {
  position: relative;
  z-index: 1;
  padding: 6rem 0;
  background-image: url("../img/top/img_about_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  #about {
    background-image: url("../img/top/img_about_bg_sp.png");
  }
}
#about .inner-1000 {
  position: relative;
}
#about .inner-1000::before {
  position: absolute;
  right: 83%;
  bottom: -7rem;
  width: 18rem;
  height: 30rem;
  margin-left: -70rem;
  content: "";
  background-image: url("../img/top/img_about.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  #about .inner-1000::before {
    display: none;
  }
}
#about .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  padding: 0 50px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  #about .content-wrapper {
    flex-direction: column;
    max-width: 100%;
    padding: 0;
  }
}
#about .content-wrapper .img-wrapper img {
  width: 160px;
  height: 149px;
  object-fit: contain;
}
#about .content-wrapper .text-wrapper {
  margin: 0 0 0 6rem;
}
@media (max-width: 767px) {
  #about .content-wrapper .text-wrapper {
    margin: 3rem 0 0;
  }
}
#about .content-wrapper .text-wrapper p {
  margin: 0;
}
#about .btn-wrapper {
  margin: 6rem 0 0;
}
@media (max-width: 767px) {
  #about .btn-wrapper {
    margin: 4rem 0 0;
  }
}
#about .btn-wrapper .btn-regular {
  width: 25rem;
}

#public {
  position: relative;
  z-index: 2;
  padding: 4rem 0 0;
  background-color: #f1f1f4;
  background-image: radial-gradient(circle, #fff 0.5px, transparent 0.5px);
  background-position: 0 0;
  background-size: 16px 16px;
  border-radius: 4rem 4rem 0 0;
}
@media (max-width: 767px) {
  #public {
    border-radius: 2rem 2rem 0 0;
  }
}
#public::before {
  position: absolute;
  bottom: -10%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 10%;
  content: "";
  background-color: #f1f1f4;
  transform: translateX(-50%);
}
#public .title-wrapper::before {
  background-color: #d27373;
}
#public .title-wrapper p {
  color: #d27373;
}
#public .title-wrapper h2 {
  color: #d27373;
}
#public .content-wrapper {
  padding: 5rem 5rem 3rem;
  margin: 5rem 0 0;
  background-color: #fff;
  border-radius: 2rem 2rem 0 0;
}
@media (max-width: 767px) {
  #public .content-wrapper {
    position: relative;
    padding: 5rem 5% 3rem;
  }
}
#public .content-wrapper .sub-title-wrapper:nth-child(n+2) {
  margin: 6rem 0 0;
}
@media (max-width: 767px) {
  #public .content-wrapper .sub-title-wrapper:nth-child(n+2) {
    margin: 4rem 0 0;
  }
}
#public .content-wrapper .sub-title-wrapper h3 {
  background-color: #d27373;
}
#public .content-wrapper .sub-title-wrapper h3::before {
  background-color: #d27373;
}
#public .content-wrapper .sub-title-wrapper h3::after {
  background-color: #ae5555;
}
#public .content-wrapper .content-item.contenet-item-1 {
  padding: 3rem;
  margin: 3rem 0 0;
  text-align: center;
  background-color: #f1f1f4;
}
@media (max-width: 767px) {
  #public .content-wrapper .content-item.contenet-item-1 {
    padding: 2rem;
  }
}
#public .content-wrapper .content-item.contenet-item-1 .flex-wrapper-row {
  justify-content: space-between;
  margin: 3rem 0 0;
}
@media (max-width: 767px) {
  #public .content-wrapper .content-item.contenet-item-1 .flex-wrapper-row {
    flex-direction: column;
    gap: 2rem;
  }
}
#public .content-wrapper .content-item.contenet-item-1 .flex-wrapper-row div {
  width: 49%;
  padding: 1rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  #public .content-wrapper .content-item.contenet-item-1 .flex-wrapper-row div {
    width: 100%;
  }
}
#public .content-wrapper .content-item.contenet-item-2 ul {
  position: relative;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  width: 120%;
  transform: translateX(-50%);
}
@media (max-width: 1100px) {
  #public .content-wrapper .content-item.contenet-item-2 ul {
    gap: initial;
    row-gap: 2rem;
    justify-content: space-between;
    width: 100%;
  }
}
#public .content-wrapper .content-item.contenet-item-2 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 23%;
  padding: 3rem 1.5rem 2rem;
  text-align: center;
  background-color: #fff;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.05));
}
@media (max-width: 1100px) {
  #public .content-wrapper .content-item.contenet-item-2 ul li {
    width: 48%;
    min-height: 19rem;
  }
}
#public .content-wrapper .content-item.contenet-item-2 ul li div {
  display: flex;
  flex-grow: 1;
}
#public .content-wrapper .content-item.contenet-item-2 ul li div img {
  height: 12rem;
  object-fit: contain;
}
@media (max-width: 850px) {
  #public .content-wrapper .content-item.contenet-item-2 ul li div img {
    max-width: 10rem;
    max-height: 8rem;
  }
}
#public .content-wrapper .content-item.contenet-item-2 ul li p {
  line-height: 1.5;
}
#public .content-wrapper .content-item.contenet-item-3 {
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  #public .content-wrapper .content-item.contenet-item-3 {
    gap: 4rem;
    margin: 2rem 0 0;
  }
}
#public .content-wrapper .content-item.contenet-item-3 .text-wrapper {
  max-width: 56rem;
}
#public .content-wrapper .content-item.contenet-item-3 .text-wrapper .btn-wrapper {
  flex-wrap: wrap;
  gap: 2rem;
  margin: 4rem 0 0;
}
#public .content-wrapper .content-item.contenet-item-3 .text-wrapper .btn-wrapper a {
  margin: 0;
}
@media (max-width: 767px) {
  #public .content-wrapper .content-item.contenet-item-3 .text-wrapper .btn-wrapper a {
    margin: 0 auto;
  }
}
#public .content-wrapper .content-item.contenet-item-3 .img-wrapper img {
  width: 29rem;
  height: 31rem;
  object-fit: contain;
}

#business {
  position: relative;
  z-index: 2;
  padding: 4rem 0 0;
  background-color: #eaeaea;
  background-image: radial-gradient(circle, #fff 0.5px, transparent 0.5px);
  background-position: 0 0;
  background-size: 16px 16px;
  border-radius: 4rem 4rem 0 0;
}
@media (max-width: 767px) {
  #business {
    border-radius: 2rem 2rem 0 0;
  }
}
#business .title-wrapper::before {
  background-color: #4978a9;
}
#business .title-wrapper p {
  color: #4978a9;
}
#business .title-wrapper h2 {
  color: #4978a9;
}
#business .content-wrapper {
  padding: 5rem;
  margin: 5rem 0 0;
  background-color: #fff;
  border-radius: 2rem 2rem 0 0;
}
@media (max-width: 767px) {
  #business .content-wrapper {
    position: relative;
    padding: 5rem 5%;
  }
}
#business .content-wrapper .sub-title-wrapper:nth-child(n+2) {
  margin: 6rem 0 0;
}
@media (max-width: 767px) {
  #business .content-wrapper .sub-title-wrapper:nth-child(n+2) {
    margin: 4rem 0 0;
  }
}
#business .content-wrapper .sub-title-wrapper h3 {
  background-color: #4978a9;
}
#business .content-wrapper .sub-title-wrapper h3::before {
  background-color: #4978a9;
}
#business .content-wrapper .sub-title-wrapper h3::after {
  background-color: #405d7b;
}
#business .content-wrapper .content-item.contenet-item-1 div {
  margin: 4rem auto 0;
  text-align: center;
}
#business .content-wrapper .content-item.contenet-item-1 div img {
  max-width: 74rem;
  max-height: 43rem;
  object-fit: contain;
}
#business .content-wrapper .content-item.contenet-item-2 ul {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3rem 0 0;
}
@media (max-width: 767px) {
  #business .content-wrapper .content-item.contenet-item-2 ul {
    flex-direction: row;
    row-gap: 2rem;
  }
}
@media (max-width: 480px) {
  #business .content-wrapper .content-item.contenet-item-2 ul {
    flex-direction: column;
  }
}
#business .content-wrapper .content-item.contenet-item-2 ul li {
  display: flex;
  flex-direction: column;
  width: 32%;
  text-align: center;
}
@media (max-width: 767px) {
  #business .content-wrapper .content-item.contenet-item-2 ul li {
    width: 48%;
  }
}
@media (max-width: 480px) {
  #business .content-wrapper .content-item.contenet-item-2 ul li {
    width: 100%;
  }
}
#business .content-wrapper .content-item.contenet-item-2 ul li p {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #4978a9;
}
#business .content-wrapper .content-item.contenet-item-3 ul {
  position: relative;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120%;
  margin: 4rem auto 0;
  transform: translateX(-50%);
}
@media (max-width: 1100px) {
  #business .content-wrapper .content-item.contenet-item-3 ul {
    flex-wrap: wrap;
    row-gap: 1rem;
    justify-content: center;
    width: 100%;
  }
}
#business .content-wrapper .content-item.contenet-item-3 ul li.list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 18%;
  padding: 2rem 1.5rem;
  text-align: center;
  background-color: #fff;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.05));
}
@media (max-width: 1100px) {
  #business .content-wrapper .content-item.contenet-item-3 ul li.list-item {
    width: 100%;
  }
}
#business .content-wrapper .content-item.contenet-item-3 ul li.list-item div {
  display: flex;
  flex-grow: 1;
}
#business .content-wrapper .content-item.contenet-item-3 ul li.list-item div img {
  max-width: 14rem;
  max-height: 9rem;
  object-fit: contain;
}
@media (max-width: 850px) {
  #business .content-wrapper .content-item.contenet-item-3 ul li.list-item div img {
    max-width: 10rem;
    max-height: 8rem;
  }
}
#business .content-wrapper .content-item.contenet-item-3 ul li.list-item p {
  margin: 2rem 0 0;
  line-height: 1.5;
}
@media (max-width: 850px) {
  #business .content-wrapper .content-item.contenet-item-3 ul li.list-item p {
    font-size: 1.4rem;
  }
}
@media (max-width: 1100px) {
  #business .content-wrapper .content-item.contenet-item-3 ul li.arrow-item img {
    transform: rotate(90deg);
  }
}
#business .content-wrapper .content-item.contenet-item-3 p.note {
  margin: 4rem 0 0;
  text-align: center;
}
#business .content-wrapper .content-item.contenet-item-3 .btn-wrapper {
  margin: 4rem 0 0;
}
@media (max-width: 767px) {
  #business .content-wrapper .content-item.contenet-item-3 .btn-wrapper a {
    font-size: 1.4rem;
  }
}

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

#notice {
  position: relative;
  padding: 5rem 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;
  transform: rotate(180deg);
}
@media (max-width: 850px) {
  #notice::after {
    top: -5%;
    right: -5%;
    width: 60%;
    height: 30rem;
  }
}
#notice .inner-1000 {
  justify-content: space-between;
}
@media (max-width: 850px) {
  #notice .inner-1000 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#notice .inner-1000 .flex-wrapper-column {
  max-width: 45%;
}
@media (max-width: 850px) {
  #notice .inner-1000 .flex-wrapper-column {
    max-width: 45rem;
  }
}
#notice #blog .blog-wrapper {
  margin: 4rem 0 0;
}
#notice #blog .blog-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
#notice #blog .blog-wrapper ul li a {
  position: relative;
  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;
  mask-image: url("../img/common/icon_arrow_white.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: all 0.3s ease;
}
#notice #blog .blog-wrapper ul li a:hover::before {
  transform: translateX(0.5rem);
}
#notice #blog .blog-wrapper ul li a .img-wrapper {
  width: 15rem;
}
#notice #blog .blog-wrapper ul li a .img-wrapper img {
  width: 15rem;
  height: 12rem;
  border-radius: 1rem 0;
  object-fit: cover;
  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: flex;
  flex-direction: column;
  gap: 2.5rem;
}
#notice #seminar .seminar-wrapper ul li a {
  position: relative;
  display: flex;
  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;
  mask-image: url("../img/common/icon_arrow_white.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: all 0.3s ease;
}
#notice #seminar .seminar-wrapper ul li a:hover::before {
  transform: translateX(0.5rem);
}
#notice #seminar .seminar-wrapper ul li a .top-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}
#notice #seminar .seminar-wrapper ul li a .top-wrapper .seminar-date-badge {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  padding: 0.65rem 2.5rem;
  font-weight: 700;
  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: 1.6;
}
#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;
}

#howto .inner-1000 {
  position: relative;
  justify-content: space-between;
  padding: 4rem 5rem;
  background-color: #f1f1f4;
}
@media (max-width: 850px) {
  #howto .inner-1000 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #howto .inner-1000 {
    padding: 4rem 5%;
  }
}
#howto .inner-1000::before {
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: -1;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #f1f1f4;
}
#howto .left-wrapper p.note {
  margin: 4rem 0 0;
}
@media (max-width: 850px) {
  #howto .left-wrapper .img-wrapper {
    margin: 3rem auto 0;
  }
}
#howto .left-wrapper .btn-wrapper {
  width: 25rem;
  margin: 5rem auto 0;
}
#howto .right-wrapper .img-wrapper img {
  position: absolute;
  top: 50%;
  right: -5vw;
  width: 63rem;
  object-fit: contain;
  transform: translateY(-50%);
}
@media (max-width: 1100px) {
  #howto .right-wrapper .img-wrapper img {
    right: 0;
    width: 45vw;
  }
}
@media (max-width: 850px) {
  #howto .right-wrapper .img-wrapper img {
    display: none;
  }
}

/*# sourceMappingURL=top.css.map */
