/* @include _breakpoints.scss */
/* break point media query */
.news-section {
  position: relative;
  margin: 85px auto 0;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .news-section {
    margin: 7.3275862069vw auto 0;
    max-width: 94.8275862069vw;
  }
}
@media (max-width: 767px) {
  .news-section {
    margin-top: 0;
    display: block;
    max-width: 92.8vw;
  }
}
.news-section-topics, .news-section-new {
  position: relative;
  padding: 24px 40px;
  width: 540px;
  border-radius: 27px;
  box-sizing: border-box;
  background: #f2f0f0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .news-section-topics, .news-section-new {
    padding: 2.0689655172vw 3.4482758621vw;
    width: 46.5517241379vw;
    border-radius: 2.3275862069vw;
  }
}
@media (max-width: 767px) {
  .news-section-topics, .news-section-new {
    margin-top: 7.3333333333vw;
    padding: 3.3333333333vw;
    width: 100%;
    border-radius: 14px;
  }
}
.news-section-topics::after, .news-section-new::after {
  content: "";
  position: absolute;
  top: -29px;
  left: 16px;
  width: 34px;
  height: 54px;
  background: url(../images/common/icon_flag_company.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .news-section-topics::after, .news-section-new::after {
    top: -2.5vw;
    left: 1.3793103448vw;
    width: 2.9310344828vw;
    height: 4.6551724138vw;
  }
}
@media (max-width: 767px) {
  .news-section-topics::after, .news-section-new::after {
    top: -15px;
    left: 6px;
    width: 19px;
    height: 29px;
  }
}
.employee .news-section-topics::after, .employee-index .news-section-topics::after, .employee-concept .news-section-topics::after, .employee .news-section-new::after, .employee-index .news-section-new::after, .employee-concept .news-section-new::after {
  background: url(../images/common/icon_flag_employee.svg) center/100% no-repeat;
}
.news-section-topics h2, .news-section-new h2 {
  padding-bottom: 10px;
  position: relative;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .news-section-topics h2, .news-section-new h2 {
    padding-bottom: 0.8620689655vw;
    font-size: 2.0689655172vw;
  }
}
@media (max-width: 767px) {
  .news-section-topics h2, .news-section-new h2 {
    padding-bottom: 0;
    font-size: 16px;
  }
}
.news-section-topics h2::after, .news-section-new h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #005fde;
}
.employee .news-section-topics h2::after, .employee-index .news-section-topics h2::after, .employee-concept .news-section-topics h2::after, .employee .news-section-new h2::after, .employee-index .news-section-new h2::after, .employee-concept .news-section-new h2::after {
  background: #00aa55;
}
.news-section-topics h2 a, .news-section-new h2 a {
  font-size: 18px;
  color: #005fde;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .news-section-topics h2 a, .news-section-new h2 a {
    font-size: 1.5517241379vw;
  }
}
@media (max-width: 767px) {
  .news-section-topics h2 a, .news-section-new h2 a {
    font-size: 14px;
  }
}
.employee .news-section-topics h2 a, .employee-index .news-section-topics h2 a, .employee-concept .news-section-topics h2 a, .employee .news-section-new h2 a, .employee-index .news-section-new h2 a, .employee-concept .news-section-new h2 a {
  color: #00aa55;
}
.news-section-topics {
  background: #fffee6;
}
.news-section__inner {
  margin-top: 23px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .news-section__inner {
    margin-top: 1.9827586207vw;
  }
}
@media (max-width: 767px) {
  .news-section__inner {
    margin-top: 12px;
  }
}
.news-section__inner ul li p.newx-text a:hover {
  opacity: 1;
  color: #005fde;
  text-decoration: underline;
}
.employee-index .news-section__inner ul li p.newx-text a:hover {
  color: #00aa55;
}
.news-section::before {
  position: absolute;
  top: 26px;
  right: -210px;
  content: "";
  width: 264px;
  height: 256px;
  background: url(../images/index/parts_bg1.svg) center/100% no-repeat;
  mix-blend-mode: multiply;
  z-index: 1;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .news-section::before {
    top: 2.2413793103vw;
    right: -18.1034482759vw;
    width: 22.7586206897vw;
    height: 22.0689655172vw;
  }
}
@media (max-width: 767px) {
  .news-section::before {
    display: none;
  }
}
.employee .news-section::before, .employee-index .news-section::before, .employee-concept .news-section::before {
  background: url(../images/employee/parts_bg1.svg) center/100% no-repeat;
}

.contents-section {
  margin: 48px auto 0;
  max-width: 1100px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .contents-section {
    margin: 4.1379310345vw auto 0;
    max-width: 94.8275862069vw;
  }
}
@media (max-width: 767px) {
  .contents-section {
    margin: 13.3333333333vw auto 0;
  }
}
.contents-section h2 {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .contents-section h2 {
    font-size: 2.0689655172vw;
  }
}
@media (max-width: 767px) {
  .contents-section h2 {
    font-size: 21px;
  }
}

.itemGroup-col3 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col3 {
    margin-top: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col3 {
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.itemGroup-col3 li {
  position: relative;
}
@media (max-width: 767px) {
  .itemGroup-col3 li {
    margin: 5.3333333333vw 2vw 0;
  }
}
.itemGroup-col3 li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 100%;
  height: 100%;
  background-color: #ddedff;
  border-radius: 29px;
  z-index: -1;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col3 li::before {
    top: 1.0344827586vw;
    left: 1.0344827586vw;
    border-radius: 2.5vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col3 li::before {
    top: 1.6vw;
    left: 1.6vw;
    border-radius: 3.8666666667vw;
  }
}
.employee .itemGroup-col3 li::before, .employee-index .itemGroup-col3 li::before, .employee-concept .itemGroup-col3 li::before {
  background-color: #dff2e0;
}
.itemGroup-col3 li a {
  padding-left: 40px;
  width: 328px;
  height: 135px;
  box-sizing: border-box;
  border-radius: 29px;
  border: 4px solid #005fde;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col3 li a {
    padding-left: 3.4482758621vw;
    width: 28.275862069vw;
    height: 11.6379310345vw;
    border-radius: 2.5vw;
    font-size: 1.724137931vw;
    line-height: 2.5862068966vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col3 li a {
    padding-left: 4vw;
    width: 44.2666666667vw;
    height: 21.6vw;
    border-radius: 3.8666666667vw;
    border: 0.5333333333vw solid #005fde;
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
}
.itemGroup-col3 li a:hover {
  background: #005fde;
  opacity: 1;
  color: #fff;
}
.employee .itemGroup-col3 li a, .employee-index .itemGroup-col3 li a, .employee-concept .itemGroup-col3 li a {
  border: 4px solid #00aa55;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .employee .itemGroup-col3 li a, .employee-index .itemGroup-col3 li a, .employee-concept .itemGroup-col3 li a {
    border: 0.3448275862vw solid #00aa55;
  }
}
@media (max-width: 767px) {
  .employee .itemGroup-col3 li a, .employee-index .itemGroup-col3 li a, .employee-concept .itemGroup-col3 li a {
    padding: 2.6666666667vw 0;
    display: block;
    height: 27.4666666667vw;
    border: 0.5333333333vw solid #00aa55;
    text-align: center;
  }
  .employee .itemGroup-col3 li a span, .employee-index .itemGroup-col3 li a span, .employee-concept .itemGroup-col3 li a span {
    display: block;
    text-align: center;
  }
}
.employee .itemGroup-col3 li a:hover, .employee-index .itemGroup-col3 li a:hover, .employee-concept .itemGroup-col3 li a:hover {
  background: #00aa55;
  opacity: 1;
  color: #fff;
}
.itemGroup-col3 li:nth-child(1) a {
  padding-right: 40px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col3 li:nth-child(1) a {
    padding-right: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col3 li:nth-child(1) a {
    padding-right: 4.6666666667vw;
  }
}
.employee .itemGroup-col3 li:nth-child(1) a, .employee-index .itemGroup-col3 li:nth-child(1) a, .employee-concept .itemGroup-col3 li:nth-child(1) a {
  padding-right: 47px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .employee .itemGroup-col3 li:nth-child(1) a, .employee-index .itemGroup-col3 li:nth-child(1) a, .employee-concept .itemGroup-col3 li:nth-child(1) a {
    padding-right: 4.0517241379vw;
  }
}
@media (max-width: 767px) {
  .employee .itemGroup-col3 li:nth-child(1) a, .employee-index .itemGroup-col3 li:nth-child(1) a, .employee-concept .itemGroup-col3 li:nth-child(1) a {
    padding-right: 0;
  }
}
.employee .itemGroup-col3 li:nth-child(1) a::after, .employee-index .itemGroup-col3 li:nth-child(1) a::after, .employee-concept .itemGroup-col3 li:nth-child(1) a::after {
  content: "";
  width: 73px;
  height: 86px;
  background: url(../images/employee/contents1_icon1.svg), url(../images/employee/contents1_icon1_hover.svg) center/100% no-repeat;
  background-size: cover, 0 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .employee .itemGroup-col3 li:nth-child(1) a::after, .employee-index .itemGroup-col3 li:nth-child(1) a::after, .employee-concept .itemGroup-col3 li:nth-child(1) a::after {
    width: 6.2931034483vw;
    height: 7.4137931034vw;
  }
}
@media (max-width: 767px) {
  .employee .itemGroup-col3 li:nth-child(1) a::after, .employee-index .itemGroup-col3 li:nth-child(1) a::after, .employee-concept .itemGroup-col3 li:nth-child(1) a::after {
    margin: auto;
    display: block;
    width: 9.3333333333vw;
    height: 10.9333333333vw;
  }
}
.itemGroup-col3 li:nth-child(1) a::after {
  content: "";
  width: 96px;
  height: 82px;
  background: url(../images/index/contents2_icon1.svg), url(../images/index/contents2_icon1_hover.svg) center/100% no-repeat;
  background-size: cover, 0 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col3 li:nth-child(1) a::after {
    width: 8.275862069vw;
    height: 7.0689655172vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col3 li:nth-child(1) a::after {
    width: 13.0666666667vw;
    height: 10.9333333333vw;
  }
}
.itemGroup-col3 li:nth-child(1) a:hover::after {
  background-size: 0 0, cover;
}
.itemGroup-col3 li:nth-child(2) a {
  padding-right: 28px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col3 li:nth-child(2) a {
    padding-right: 2.4137931034vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col3 li:nth-child(2) a {
    padding-right: 4.1333333333vw;
  }
}
.employee .itemGroup-col3 li:nth-child(2) a, .employee-index .itemGroup-col3 li:nth-child(2) a, .employee-concept .itemGroup-col3 li:nth-child(2) a {
  padding-right: 31px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .employee .itemGroup-col3 li:nth-child(2) a, .employee-index .itemGroup-col3 li:nth-child(2) a, .employee-concept .itemGroup-col3 li:nth-child(2) a {
    padding-right: 2.6724137931vw;
  }
}
@media (max-width: 767px) {
  .employee .itemGroup-col3 li:nth-child(2) a, .employee-index .itemGroup-col3 li:nth-child(2) a, .employee-concept .itemGroup-col3 li:nth-child(2) a {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .employee .itemGroup-col3 li:nth-child(2) a span, .employee-index .itemGroup-col3 li:nth-child(2) a span, .employee-concept .itemGroup-col3 li:nth-child(2) a span {
    margin-left: 0;
  }
}
.employee .itemGroup-col3 li:nth-child(2) a::after, .employee-index .itemGroup-col3 li:nth-child(2) a::after, .employee-concept .itemGroup-col3 li:nth-child(2) a::after {
  content: "";
  width: 71px;
  height: 71px;
  background: url(../images/employee/contents1_icon2.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .employee .itemGroup-col3 li:nth-child(2) a::after, .employee-index .itemGroup-col3 li:nth-child(2) a::after, .employee-concept .itemGroup-col3 li:nth-child(2) a::after {
    width: 6.1206896552vw;
    height: 6.1206896552vw;
  }
}
@media (max-width: 767px) {
  .employee .itemGroup-col3 li:nth-child(2) a::after, .employee-index .itemGroup-col3 li:nth-child(2) a::after, .employee-concept .itemGroup-col3 li:nth-child(2) a::after {
    position: static;
    margin: 1.3333333333vw auto 0;
    display: block;
    width: 13.6vw;
    height: 9.6vw;
    background: url(../images/employee/contents1_icon2_sp.svg) center/100% no-repeat;
  }
}
.employee .itemGroup-col3 li:nth-child(2) a:hover::after, .employee-index .itemGroup-col3 li:nth-child(2) a:hover::after, .employee-concept .itemGroup-col3 li:nth-child(2) a:hover::after {
  background-size: 100%;
}
@media (max-width: 767px) {
  .itemGroup-col3 li:nth-child(2) a span {
    margin-left: -6.6666666667vw;
  }
}
.itemGroup-col3 li:nth-child(2) a::after {
  content: "";
  width: 125px;
  height: 86px;
  background: url(../images/index/contents2_icon2.svg), url(../images/index/contents2_icon2_hover.svg) center/100% no-repeat;
  background-size: cover, 0 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col3 li:nth-child(2) a::after {
    width: 10.775862069vw;
    height: 7.4137931034vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col3 li:nth-child(2) a::after {
    position: absolute;
    right: 3.7333333333vw;
    width: 16.6666666667vw;
    height: 11.4666666667vw;
  }
}
.itemGroup-col3 li:nth-child(2) a:hover::after {
  background-size: 0 0, cover;
}
.itemGroup-col3 li:nth-child(3) a {
  padding-right: 59px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col3 li:nth-child(3) a {
    padding-right: 5.0862068966vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col3 li:nth-child(3) a {
    padding-right: 4.4vw;
  }
}
.employee .itemGroup-col3 li:nth-child(3) a, .employee-index .itemGroup-col3 li:nth-child(3) a, .employee-concept .itemGroup-col3 li:nth-child(3) a {
  padding-right: 41px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .employee .itemGroup-col3 li:nth-child(3) a, .employee-index .itemGroup-col3 li:nth-child(3) a, .employee-concept .itemGroup-col3 li:nth-child(3) a {
    padding-right: 3.5344827586vw;
  }
}
@media (max-width: 767px) {
  .employee .itemGroup-col3 li:nth-child(3) a, .employee-index .itemGroup-col3 li:nth-child(3) a, .employee-concept .itemGroup-col3 li:nth-child(3) a {
    padding-top: 4vw;
    padding-right: 0;
  }
}
.employee .itemGroup-col3 li:nth-child(3) a::after, .employee-index .itemGroup-col3 li:nth-child(3) a::after, .employee-concept .itemGroup-col3 li:nth-child(3) a::after {
  content: "";
  width: 110px;
  height: 88px;
  background: url(../images/employee/contents1_icon3.svg), url(../images/employee/contents1_icon3.svg) center/100% no-repeat;
  background-size: cover, 0 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .employee .itemGroup-col3 li:nth-child(3) a::after, .employee-index .itemGroup-col3 li:nth-child(3) a::after, .employee-concept .itemGroup-col3 li:nth-child(3) a::after {
    width: 9.4827586207vw;
    height: 7.5862068966vw;
  }
}
@media (max-width: 767px) {
  .employee .itemGroup-col3 li:nth-child(3) a::after, .employee-index .itemGroup-col3 li:nth-child(3) a::after, .employee-concept .itemGroup-col3 li:nth-child(3) a::after {
    margin: auto;
    display: block;
    width: 15.4666666667vw;
    height: 12.5333333333vw;
  }
}
.itemGroup-col3 li:nth-child(3) a::after {
  content: "";
  width: 64px;
  height: 88px;
  background: url(../images/index/contents2_icon3.svg), url(../images/index/contents2_icon3_hover.svg) center/100% no-repeat;
  background-size: cover, 0 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col3 li:nth-child(3) a::after {
    width: 5.5172413793vw;
    height: 7.5862068966vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col3 li:nth-child(3) a::after {
    margin: auto;
    display: block;
    width: 8.5333333333vw;
    height: 11.7333333333vw;
  }
}
.itemGroup-col3 li:nth-child(3) a:hover::after {
  background-size: 0 0, cover;
}
.itemGroup-col4 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col4 {
    margin-top: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col4 {
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.itemGroup-col4 li {
  position: relative;
}
@media (max-width: 767px) {
  .itemGroup-col4 li {
    margin: 5.3333333333vw 2vw 0;
  }
}
.itemGroup-col4 li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 100%;
  height: 100%;
  background-color: #ddedff;
  border-radius: 29px;
  z-index: -1;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col4 li::before {
    top: 1.0344827586vw;
    left: 1.0344827586vw;
    border-radius: 2.5vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col4 li::before {
    top: 1.6vw;
    left: 1.6vw;
    border-radius: 3.8666666667vw;
  }
}
.itemGroup-col4 li a {
  padding-left: 30px;
  width: 240px;
  height: 135px;
  box-sizing: border-box;
  border-radius: 29px;
  border: 4px solid #005fde;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col4 li a {
    padding-left: 2.5862068966vw;
    width: 20.6896551724vw;
    height: 11.6379310345vw;
    border-radius: 2.5vw;
    border: 0.3448275862vw solid #005fde;
    font-size: 1.724137931vw;
    line-height: 2.5862068966vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col4 li a {
    padding-left: 4vw;
    width: 44.2666666667vw;
    height: 21.6vw;
    border-radius: 3.8666666667vw;
    border: 0.5333333333vw solid #005fde;
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
}
.itemGroup-col4 li a:hover {
  background: #005fde;
  opacity: 1;
  color: #fff;
}
.itemGroup-col4 li:nth-child(1) a {
  padding-right: 22px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col4 li:nth-child(1) a {
    padding-right: 1.8965517241vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col4 li:nth-child(1) a {
    padding-right: 5.0666666667vw;
  }
}
.itemGroup-col4 li:nth-child(1) a::after {
  content: "";
  width: 90px;
  height: 70px;
  background: url(../images/index/contents1_icon1.svg), url(../images/index/contents1_icon1_hover.svg) center/100% no-repeat;
  background-size: cover, 0 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col4 li:nth-child(1) a::after {
    width: 7.7586206897vw;
    height: 6.0344827586vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col4 li:nth-child(1) a::after {
    width: 12.8vw;
    height: 9.8666666667vw;
  }
}
.itemGroup-col4 li:nth-child(1) a:hover::after {
  background-size: 0 0, cover;
}
.itemGroup-col4 li:nth-child(2) a {
  padding-right: 32px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col4 li:nth-child(2) a {
    padding-right: 2.7586206897vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col4 li:nth-child(2) a {
    padding-right: 6.4vw;
  }
}
.itemGroup-col4 li:nth-child(2) a::after {
  content: "";
  width: 64px;
  height: 88px;
  background: url(../images/index/contents1_icon2.svg), url(../images/index/contents1_icon2_hover.svg) center/100% no-repeat;
  background-size: cover, 0 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col4 li:nth-child(2) a::after {
    width: 5.5172413793vw;
    height: 7.5862068966vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col4 li:nth-child(2) a::after {
    width: 8.5333333333vw;
    height: 11.7333333333vw;
  }
}
.itemGroup-col4 li:nth-child(2) a:hover::after {
  background-size: 0 0, cover;
}
.itemGroup-col4 li:nth-child(3) a {
  padding-right: 27px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col4 li:nth-child(3) a {
    padding-right: 2.3275862069vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col4 li:nth-child(3) a {
    padding-right: 5.4666666667vw;
  }
}
.itemGroup-col4 li:nth-child(3) a::after {
  content: "";
  width: 74px;
  height: 90px;
  background: url(../images/index/contents1_icon3.svg), url(../images/index/contents1_icon3_hover.svg) center/100% no-repeat;
  background-size: cover, 0 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col4 li:nth-child(3) a::after {
    width: 6.3793103448vw;
    height: 7.7586206897vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col4 li:nth-child(3) a::after {
    width: 9.8666666667vw;
    height: 12vw;
  }
}
.itemGroup-col4 li:nth-child(3) a:hover::after {
  background-size: 0 0, cover;
}
.itemGroup-col4 li:nth-child(4) a {
  padding-right: 35px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col4 li:nth-child(4) a {
    padding-right: 3.0172413793vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col4 li:nth-child(4) a {
    padding-right: 6vw;
  }
}
.itemGroup-col4 li:nth-child(4) a::after {
  content: "";
  width: 74px;
  height: 74px;
  background: url(../images/index/contents1_icon4.svg), url(../images/index/contents1_icon4_hover.svg) center/100% no-repeat;
  background-size: cover, 0 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col4 li:nth-child(4) a::after {
    width: 6.3793103448vw;
    height: 6.3793103448vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col4 li:nth-child(4) a::after {
    width: 11.2vw;
    height: 11.2vw;
  }
}
.itemGroup-col4 li:nth-child(4) a:hover::after {
  background-size: 0 0, cover;
}
.itemGroup-col2 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col2 {
    margin-top: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col2 {
    margin: 4vw auto 0;
    max-width: 84.2666666667vw;
    justify-content: space-between;
  }
}
.itemGroup-col2 li a {
  margin: 0 55px;
  position: relative;
  padding-bottom: 30px;
  width: 228px;
  height: 228px;
  box-sizing: border-box;
  border-radius: 114px;
  border: 4px solid #00aa55;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col2 li a {
    margin: 0 4.7413793103vw;
    padding-bottom: 2.5862068966vw;
    width: 19.6551724138vw;
    height: 19.6551724138vw;
    border-radius: 9.8275862069vw;
    border: 0.3448275862vw solid #00aa55;
  }
}
@media (max-width: 767px) {
  .itemGroup-col2 li a {
    padding-bottom: 4vw;
    margin: auto;
    width: 38.4vw;
    height: 38.4vw;
    border: 0.5333333333vw solid #00aa55;
  }
}
.itemGroup-col2 li a:hover {
  background: #00aa55;
  opacity: 1;
}
.itemGroup-col2 li a:hover h3 {
  color: #fff;
}
.itemGroup-col2 li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 237px;
  height: 237px;
  background-color: #dff2e0;
  border-radius: 114px;
  z-index: -1;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col2 li a::before {
    width: 20.4310344828vw;
    height: 20.4310344828vw;
    border-radius: 9.8275862069vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col2 li a::before {
    width: 40vw;
    height: 40vw;
    border-radius: 20vw;
  }
}
.itemGroup-col2 li a h3 {
  padding-bottom: 0.5em;
  font-size: 20px;
  line-height: 32px;
  color: #00aa55;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col2 li a h3 {
    line-height: 2.7586206897vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col2 li a h3 {
    font-size: 4vw;
    line-height: 4vw;
  }
}
.itemGroup-col2 li a span {
  margin: auto;
  width: 120px;
  height: 37px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #00aa55;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col2 li a span {
    width: 10.3448275862vw;
    height: 3.1896551724vw;
    font-size: 1.3793103448vw;
    line-height: 2.4137931034vw;
    border-radius: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col2 li a span {
    width: 24.9333333333vw;
    height: 7.4666666667vw;
    font-size: 3.7333333333vw;
    line-height: 4.5333333333vw;
    border: 1px solid #00aa55;
  }
}
.itemGroup-col2 li:nth-child(1) a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -28px;
  content: "";
  width: 52px;
  height: 101px;
  background: url(../images/employee/contents2_icon1.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col2 li:nth-child(1) a::after {
    bottom: -2.4137931034vw;
    width: 4.4827586207vw;
    height: 8.7068965517vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col2 li:nth-child(1) a::after {
    bottom: -3.2vw;
    width: 7.4666666667vw;
    height: 14.9333333333vw;
  }
}
.itemGroup-col2 li:nth-child(2) a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  content: "";
  width: 65px;
  height: 97px;
  background: url(../images/employee/contents2_icon2.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .itemGroup-col2 li:nth-child(2) a::after {
    bottom: -2.1551724138vw;
    width: 5.6034482759vw;
    height: 8.3620689655vw;
  }
}
@media (max-width: 767px) {
  .itemGroup-col2 li:nth-child(2) a::after {
    bottom: -3.2vw;
    width: 10.6666666667vw;
    height: 15.7333333333vw;
  }
}

.event-section {
  position: relative;
  margin: 170px auto 0;
  background: #ddedff;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .event-section {
    margin: 14.6551724138vw auto 0;
  }
}
@media (max-width: 767px) {
  .event-section {
    margin: 26.6666666667vw auto 0;
  }
}
.employee .event-section, .employee-index .event-section, .employee-concept .event-section {
  margin: 154px auto 0;
  background: #dff2e0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .employee .event-section, .employee-index .event-section, .employee-concept .event-section {
    margin: 13.275862069vw auto 0;
  }
}
@media (max-width: 767px) {
  .employee .event-section, .employee-index .event-section, .employee-concept .event-section {
    margin: 24vw auto 0;
  }
}
.event-section h2 {
  position: relative;
  transform: translateY(-40px);
  text-align: center;
  font-size: 24px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .event-section h2 {
    transform: translateY(-3.4482758621vw);
    font-size: 2.0689655172vw;
  }
}
@media (max-width: 767px) {
  .event-section h2 {
    transform: translateY(-20px);
    font-size: 21px;
  }
}
.event-section h2::before {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 663px;
  height: 400px;
  background: #ddedff;
  border-radius: 50%;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .event-section h2::before {
    top: -5.1724137931vw;
    width: 57.1551724138vw;
    height: 34.4827586207vw;
  }
}
@media (max-width: 767px) {
  .event-section h2::before {
    top: -28px;
    width: 90.6666666667vw;
    height: 46vw;
  }
}
.employee .event-section h2::before, .employee-index .event-section h2::before, .employee-concept .event-section h2::before {
  background: #dff2e0;
}
.event-section h2 span {
  position: relative;
}
.event-section h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -72px;
  width: 34px;
  height: 54px;
  transform: scale(-1, 1) rotate(12deg);
  background: url(../images/common/icon_flag_company.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .event-section h2 span::before {
    left: -6.2068965517vw;
    width: 2.9310344828vw;
    height: 4.6551724138vw;
  }
}
@media (max-width: 767px) {
  .event-section h2 span::before {
    top: auto;
    bottom: 0;
    left: -8vw;
    width: 5.0666666667vw;
    height: 6.2666666667vw;
  }
}
.employee .event-section h2 span::before, .employee-index .event-section h2 span::before, .employee-concept .event-section h2 span::before {
  background: url(../images/common/icon_flag_employee.svg) center/100% no-repeat;
}
.event-section h2 span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -70px;
  width: 34px;
  height: 54px;
  transform: rotate(12deg);
  background: url(../images/common/icon_flag_company.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .event-section h2 span::after {
    right: -6.0344827586vw;
    width: 2.9310344828vw;
    height: 4.6551724138vw;
  }
}
@media (max-width: 767px) {
  .event-section h2 span::after {
    top: auto;
    bottom: 0;
    right: -8vw;
    width: 5.0666666667vw;
    height: 6.2666666667vw;
  }
}
.employee .event-section h2 span::after, .employee-index .event-section h2 span::after, .employee-concept .event-section h2 span::after {
  background: url(../images/common/icon_flag_employee.svg) center/100% no-repeat;
}
.event-section__inner {
  position: relative;
  padding: 40px 0 60px;
  margin: auto;
  max-width: 947px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .event-section__inner {
    padding: 3.4482758621vw 0 5.1724137931vw;
    max-width: 81.6379310345vw;
  }
}
@media (max-width: 767px) {
  .event-section__inner {
    padding: 0 0 8vw;
  }
}
.event-section__inner::before {
  position: absolute;
  content: "";
  top: -175px;
  left: -267px;
  width: 212px;
  height: 232px;
  background: url(../images/index/parts_bg2.svg) center/100% no-repeat;
  mix-blend-mode: multiply;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .event-section__inner::before {
    top: -15.0862068966vw;
    left: -23.0172413793vw;
    width: 18.275862069vw;
    height: 20vw;
  }
}
.employee .event-section__inner::before, .employee-index .event-section__inner::before, .employee-concept .event-section__inner::before {
  background: url(../images/employee/parts_bg2.svg) center/100% no-repeat;
}
.event-section__inner::after {
  position: absolute;
  content: "";
  bottom: -84px;
  right: 27px;
  width: 126px;
  height: 121px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .event-section__inner::after {
    top: -7.2413793103vw;
    left: 2.3275862069vw;
    width: 10.8620689655vw;
    height: 10.4310344828vw;
  }
}
@media (max-width: 767px) {
  .event-section__inner::after {
    bottom: -6.2666666667vw;
    right: 8.2666666667vw;
    width: 13.3333333333vw;
    height: 12.5333333333vw;
  }
}
.employee .event-section__inner::after, .employee-index .event-section__inner::after, .employee-concept .event-section__inner::after {
  background: url(../images/employee/parts_bg3.svg) center/100% no-repeat;
}
.event-section__inner .swiper-button-prev,
.event-section__inner .swiper-button-next {
  width: 15px;
  height: 24px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .event-section__inner .swiper-button-prev,
  .event-section__inner .swiper-button-next {
    width: 1.2931034483vw;
    height: 2.0689655172vw;
  }
}
@media (max-width: 767px) {
  .event-section__inner .swiper-button-prev,
  .event-section__inner .swiper-button-next {
    width: 2.4vw;
    height: 4vw;
  }
}
.event-section__inner .swiper-button-prev::after,
.event-section__inner .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/slider_arrow.svg) center/100% no-repeat;
}
@media (max-width: 767px) {
  .event-section__inner .swiper-button-prev::after,
  .event-section__inner .swiper-button-next::after {
    background: url(../images/common/slider_arrow_sp.svg) center/100% no-repeat;
  }
}
.employee .event-section__inner .swiper-button-prev::after, .employee-index .event-section__inner .swiper-button-prev::after, .employee-concept .event-section__inner .swiper-button-prev::after,
.employee .event-section__inner .swiper-button-next::after,
.employee-index .event-section__inner .swiper-button-next::after,
.employee-concept .event-section__inner .swiper-button-next::after {
  background: url(../images/common/slider_arrow_employee.svg) center/100% no-repeat;
}
@media (max-width: 767px) {
  .employee .event-section__inner .swiper-button-prev::after, .employee-index .event-section__inner .swiper-button-prev::after, .employee-concept .event-section__inner .swiper-button-prev::after,
  .employee .event-section__inner .swiper-button-next::after,
  .employee-index .event-section__inner .swiper-button-next::after,
  .employee-concept .event-section__inner .swiper-button-next::after {
    background: url(../images/common/slider_arrow_employee_sp.svg) center/100% no-repeat;
  }
}
.event-section__inner .swiper-button-prev {
  left: -47px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .event-section__inner .swiper-button-prev {
    left: -4.0517241379vw;
  }
}
@media (max-width: 767px) {
  .event-section__inner .swiper-button-prev {
    left: 4.8vw;
  }
}
.event-section__inner .swiper-button-next {
  right: -47px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .event-section__inner .swiper-button-next {
    right: -4.0517241379vw;
  }
}
@media (max-width: 767px) {
  .event-section__inner .swiper-button-next {
    right: 4.8vw;
  }
}
.event-section__inner .swiper-button-next::after {
  transform: rotate(-180deg);
}
.event-section__bnr {
  margin: auto;
  width: 465px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .event-section__bnr {
    width: 40.0862068966vw;
  }
}
@media (max-width: 767px) {
  .event-section__bnr {
    width: 82.9333333333vw;
  }
}
.event-section .js-eventSlider {
  position: relative;
  overflow: hidden;
}
.event-section .js-eventSlider .swiper-slide {
  width: 465px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .event-section .js-eventSlider .swiper-slide {
    width: 40.0862068966vw;
  }
}
@media (max-width: 767px) {
  .event-section .js-eventSlider .swiper-slide {
    width: 82.9333333333vw;
  }
}
.event-section .pc-deactivate .swiper-wrapper {
  justify-content: space-between;
}
.event-section .pc-deactivate .swiper-wrapper.u-swiper-center {
  justify-content: center;
}
@media (max-width: 767px) {
  .event-section .pc-deactivate .swiper-wrapper.u-swiper-center {
    justify-content: space-between;
  }
}
.event-section .pc-deactivate .swiper-button-prev,
.event-section .pc-deactivate .swiper-button-next {
  visibility: hidden;
}
@media (max-width: 767px) {
  .event-section .pc-deactivate .swiper-button-prev,
  .event-section .pc-deactivate .swiper-button-next {
    visibility: visible;
  }
}

.post-section {
  margin: 70px auto 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .post-section {
    margin: 6.0344827586vw auto 0;
  }
}
@media (max-width: 767px) {
  .post-section {
    display: none;
  }
}
.post-section h2 {
  text-align: center;
  font-size: 24px;
}
.post-section .post-list {
  position: relative;
  margin: 30px auto 0;
  max-width: 910px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .post-section .post-list {
    margin: 2.5862068966vw auto 0;
    max-width: 78.4482758621vw;
  }
}
.post-section .post-list::before {
  content: "";
  position: absolute;
  bottom: -192px;
  left: -360px;
  width: 384px;
  height: 392px;
  background: url(../images/index/parts_bg4.svg) center/100% no-repeat;
  mix-blend-mode: multiply;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .post-section .post-list::before {
    bottom: -16.5517241379vw;
    left: -31.0344827586vw;
    width: 33.1034482759vw;
    height: calctb(392);
  }
}
.post-section .post-list li {
  position: relative;
}
.post-section .post-list li:nth-child(1)::after {
  position: absolute;
  content: "";
  left: -85px;
  bottom: -178px;
  width: 105px;
  height: 216px;
  background: url(../images/index/parts_person1.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .post-section .post-list li:nth-child(1)::after {
    left: -7.3275862069vw;
    bottom: -15.3448275862vw;
    width: 9.0517241379vw;
    height: 18.6206896552vw;
  }
}
.post-section .post-list li:nth-child(2)::after {
  position: absolute;
  content: "";
  left: -100px;
  bottom: -188px;
  width: 109px;
  height: 188px;
  background: url(../images/index/parts_person2.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .post-section .post-list li:nth-child(2)::after {
    left: -8.6206896552vw;
    bottom: -16.2068965517vw;
    width: 9.3965517241vw;
    height: 16.2068965517vw;
  }
}
.post-section .post-list li:nth-child(3)::before {
  position: absolute;
  content: "";
  left: -36px;
  bottom: -241px;
  width: 91px;
  height: 219px;
  background: url(../images/index/parts_person3.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .post-section .post-list li:nth-child(3)::before {
    left: -3.1034482759vw;
    bottom: -20.775862069vw;
    width: 7.8448275862vw;
    height: 18.8793103448vw;
  }
}
.post-section .post-list li:nth-child(3)::after {
  position: absolute;
  content: "";
  right: -80px;
  bottom: -223px;
  width: 128px;
  height: 236px;
  background: url(../images/index/parts_person4.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .post-section .post-list li:nth-child(3)::after {
    right: -6.8965517241vw;
    bottom: -19.224137931vw;
    width: 11.0344827586vw;
    height: 20.3448275862vw;
  }
}
.post-section .post-list li:nth-child(3) a {
  width: 236px;
  height: 236px;
  background: url(../images/index/icon_fukidashi_2.svg), url(../images/index/icon_fukidashi_2_hover.svg);
  background-size: cover, 0 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .post-section .post-list li:nth-child(3) a {
    width: 20.3448275862vw;
    height: 20.3448275862vw;
  }
}
.post-section .post-list li:nth-child(3) a:hover {
  opacity: 1;
  background-size: 0 0, cover;
}
.post-section .post-list a {
  width: 235px;
  height: 241px;
  background: url(../images/index/icon_fukidashi.svg), url(../images/index/icon_fukidashi_hover.svg);
  background-size: cover, 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .post-section .post-list a {
    width: 20.2586206897vw;
    height: 20.775862069vw;
  }
}
.post-section .post-list a:hover {
  opacity: 1;
  background-size: 0 0, cover;
}
.post-section .post-list a:hover h3 {
  color: #fff;
}
.post-section .post-list a:hover span {
  background: #fff;
}
.post-section .post-list a h3 {
  padding-bottom: 1em;
  font-size: 20px;
  line-height: 32px;
  height: 3em;
  display: flex;
  align-items: center;
  color: #005fde;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .post-section .post-list a h3 {
    font-size: 1.724137931vw;
    line-height: 2.7586206897vw;
  }
}
.post-section .post-list a span {
  margin: auto;
  width: 120px;
  height: 37px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #005fde;
  border-radius: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .post-section .post-list a span {
    width: 10.3448275862vw;
    height: 3.1896551724vw;
    font-size: 1.3793103448vw;
    line-height: 2.4137931034vw;
    border-radius: 1.724137931vw;
  }
}

.employee-concept .box-flex {
  flex-wrap: nowrap;
}
.employee-concept .box-flex figure {
  padding-left: 1em;
  width: 200px;
  flex-shrink: 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .employee-concept .box-flex figure {
    width: 17.2413793103vw;
  }
}
/*# sourceMappingURL=sourcemaps/index.css.map */
