.main-visual {
  height: calc(100vh - 140px);
  min-height: 400px;
  position: relative;
}

.main-visual_wrapper {
  overflow: hidden;
  height: 100%;
}
.main-visual_carousel_wrapper .main-visual_slide {
  opacity: 0 !important;
}
.main-visual_carousel_wrapper .main-visual_slide.swiper-slide-active {
  opacity: 1 !important;
}

.main-visual_slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100vh - 140px);
  padding: 0 40px 40px;
}
.main-visual_slide figure {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.main-visual_slide figure figcaption {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  opacity: 0;
  text-align: left;
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s linear 0.7s, -webkit-transform 0.3s linear 0.7s;
  transition: opacity 0.3s linear 0.7s, -webkit-transform 0.3s linear 0.7s;
  transition: transform 0.3s linear 0.7s, opacity 0.3s linear 0.7s;
  transition: transform 0.3s linear 0.7s, opacity 0.3s linear 0.7s, -webkit-transform 0.3s linear 0.7s;
}
@media (min-width: 1366px) {
  .main-visual_slide figure figcaption {
    font-size: 1.4641288433vw;
  }
}
.main-visual_slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual_slide figure::before {
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
  content: "";
  pointer-events: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.main-visual_slide.swiper-slide-prev figure {
  position: relative;
}
.main-visual_slide.swiper-slide-prev figure::before {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  mix-blend-mode: overlay;
}
.main-visual_slide.swiper-slide-prev figure figcaption, .main-visual_slide.swiper-slide-active figure figcaption {
  opacity: 1;
}

.main-visual_slide01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-visual_slide01 h1 {
/*  -webkit-filter: blur(20px);
          filter: blur(20px); */
  /* opacity: 0; */
  margin-top: -70px;
  max-width: 414px;
  width: 30.3074670571%;
  position: relative;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.main-visual_slide01 h1::before {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  mix-blend-mode: overlay;
  content: "";
  height: 100%;
  pointer-events: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.main-visual_slide01.swiper-slide-active h1 {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.main-visual_slide01.swiper-slide-active h1::before {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.main-visual_slide01 h1 img {
  width: 100%;
}

.main-visual_slide05 figure figcaption {
  font-size: 2.5rem;
}
@media (min-width: 1366px) {
  .main-visual_slide05 figure figcaption {
    font-size: 1.8301610542vw;
  }
}

.main-visual .main-visual_mouse {
  padding-top: 200px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  bottom: 40px;
  left: 16px;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.main-visual .main-visual_mouse.is-active {
  opacity: 1;
}

.main-visual .main-visual_mouse span {
  color: #32469b;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
}

.main-visual .main-visual_mouse:after,
.main-visual .main-visual_mouse:before {
  background: #32469b;
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 0;
}

.main-visual .main-visual_mouse:before {
  opacity: 0.3;
  height: 185px;
}

.main-visual .main-visual_mouse:after {
  height: 185px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-animation: scrollanimate 2s 1s infinite cubic-bezier(0.18, -0.01, 0.3, 1);
  animation: scrollanimate 2s 1s infinite cubic-bezier(0.18, -0.01, 0.3, 1);
}

.main-visual .main-visual_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
  margin-top: 0;
  width: 10px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-visual .main-visual_pagination .swiper-pagination-bullet {
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  .main-visual {
    background-size: 100% 100%, auto;
    height: calc(100vh - 66px - 90px);
    min-height: 450px;
    padding-bottom: 0;
  }
  .main-visual_slide {
    height: calc(100vh - 66px - 90px);
    padding: 0 20px 20px;
  }
  .main-visual_slide figure {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .main-visual_slide figure figcaption {
    font-size: 1.7rem;
    text-align: left;
    width: auto;
    bottom: 70px;
    left: 20px;
    right: 20px;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .main-visual_slide01 h1 {
    margin-top: -30px;
    max-width: initial;
    width: 68.8vw;
  }
  .main-visual_slide05 figure figcaption {
    font-size: 1.87rem;
  }
  .main-visual .main-visual_mouse {
    display: none;
  }
  .main-visual .main-visual_pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 10px;
    height: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .main-visual .main-visual_pagination .swiper-pagination-bullet {
    background: #fff;
    height: 6px;
    opacity: 0.35;
    width: 6px;
  }
  .main-visual .main-visual_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff;
    opacity: 1;
  }
}
@-webkit-keyframes scrollanimate {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  30% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}
@keyframes scrollanimate {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  30% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}
/* top-experience
   ========================================================================== */
.top-experience {
  margin-bottom: 15px;
  padding-bottom: 105px;
  padding-top: 25px;
  position: relative;
}
.top-experience:before {
  background: -webkit-gradient(linear, left top, right top, from(#32469b), to(#325ab3));
  background: -webkit-linear-gradient(left, #32469b, #325ab3);
  background: linear-gradient(90deg, #32469b, #325ab3);
  content: "";
  height: 436px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.top-experience .top-experience_border {
  height: 100px;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.top-experience .top-experience_border:before,
.top-experience .top-experience_border:after {
  background: rgba(50, 70, 155, 0.3);
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.top-experience .top-experience_border:before {
  background-color: #32469b;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 1;
  -webkit-animation: scrollanimate 2s 1s infinite cubic-bezier(0.18, -0.01, 0.3, 1);
          animation: scrollanimate 2s 1s infinite cubic-bezier(0.18, -0.01, 0.3, 1);
}
.top-experience .top-experience_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1770px;
  padding-left: 85px;
  padding-right: 85px;
}
.top-experience .top-experience_title h2 {
  color: #fff;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 35px;
  position: relative;
}
.top-experience .top-experience_title h2:before {
  background: #fff;
  content: "";
  height: 1px;
  width: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-experience .top-experience_carousel {
  opacity: 0;
  padding-left: 85px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.top-experience .top-experience_carousel .top-experience_slide {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.top-experience.is-active .top-experience_carousel {
  opacity: 1;
}
.top-experience.is-active .top-experience_carousel .top-experience_slide {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 768px) and (max-width: 1260px) {
  .top-experience .top-experience_title {
    padding-left: 0;
    padding-right: 0;
  }
  .top-experience .top-experience_carousel {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .top-experience {
    margin-bottom: 10px;
    padding-bottom: 85px;
    padding-top: 15px;
  }
  .top-experience:before {
    height: 326px;
  }
  .top-experience .top-experience_border {
    height: 70px;
  }
  .top-experience .top-experience_title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 17px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .top-experience .top-experience_title h2 {
    font-size: 1.7em;
    padding-left: 20px;
  }
  .top-experience .top-experience_title h2:before {
    width: 15px;
  }
  .top-experience .top-experience_carousel {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-experience.is-active .top-experience_carousel {
    opacity: 1;
  }
  .top-experience.is-active .top-experience_carousel .top-experience_slide {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
/* top-title
   ========================================================================== */
.top-title {
  color: #32469b;
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-title:before {
  background: #32469b;
  content: "";
  height: 2px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-title h2 {
  font-size: 3.7em;
  font-weight: 400;
  /* line-height: 1.3; */
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-title h2 span {
  display: block;
  font-size: 1.7rem;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (min-width: 768px) and (max-width: 1260px) {
  .top-title h2 {
    font-size: 6em;
  }
}
@media (max-width: 767px) {
  .top-title {
    margin-bottom: 20px;
  }
  .top-title:before {
    width: 50px;
  }
  .top-title h2 {
    font-size: 3.8em;
  }
  .top-title h2 span {
    font-size: 1.3rem;
  }
}
/* top-business
   ========================================================================== */
.top-business {
  margin-top: 0 !important;
  position: relative;
}
.top-business .top-business_title {
  text-align: center;
}
.top-business .top-business_title:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-business .top-business_title h2 {
  font-size: 7.5em;
}
@media (max-width: 767px) {
  .top-business .top-business_title {
    margin-bottom: 25px;
    padding-bottom: 5px;
  }
  .top-business .top-business_title h2 {
    font-size: 5em;
  }
}
.top-business .top-business_inner {
  height: 722px;
  position: relative;
  z-index: 0;
}
.top-business .top-business_inner:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #a4cfed), color-stop(50%, #fcedc0));
  background: -webkit-linear-gradient(left, #a4cfed 50%, #fcedc0 50%);
  background: linear-gradient(90deg, #a4cfed 50%, #fcedc0 50%);
  content: "";
  height: inherit;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.top-business .top-business_inner .top-business_inner_bg {
  background: url(/img/business-musk_bg.png) no-repeat 50% 50%;
  height: inherit;
  position: relative;
  z-index: 0;
}
.top-business .top-business_inner .top-business_inner_bg:after,
.top-business .top-business_inner .top-business_inner_bg:before {
  background: no-repeat 50% 50%;
  background-size: auto 120%;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.top-business .top-business_inner .top-business_inner_text {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 1;
}
.top-business .top-business_inner .top-business_inner_text h3 {
  color: #222;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.5;
}
.top-business .top-business_inner .top-business_inner_text p {
  font-size: 1.8em;
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 1260px) {
  .top-business .top-business_inner {
    min-width: 1024px;
  }
  .top-business .top-business_inner .top-business_inner_bg:after,
  .top-business .top-business_inner .top-business_inner_bg:before {
    max-width: 1024px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-business .top-business_inner .top-business_inner_bg:before {
    background-image: url(/img/business-left_bg-1024.png);
  }
  .top-business .top-business_inner .top-business_inner_bg:after {
    background-image: url(/img/business-right_bg-1024.png);
  }
}
@media (max-width: 767px) {
  .top-business .top-business_inner {
    height: 571px;
  }
  .top-business .top-business_inner .top-business_inner_bg {
    background: url(/img/business_bg-sp.png) no-repeat 50% 50%;
    background-size: 120% auto;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .top-business .top-business_inner .top-business_inner_bg:after,
  .top-business .top-business_inner .top-business_inner_bg:before {
    content: none;
  }
  .top-business .top-business_inner .top-business_inner_text {
    top: 55px;
  }
  .top-business .top-business_inner .top-business_inner_text h3 {
    font-size: 2.4em;
  }
  .top-business .top-business_inner .top-business_inner_text p {
    font-size: 1.5em;
    margin-top: 15px;
  }
}
.top-business .top-business_inner_side-img {
  height: inherit;
  margin: 0 auto;
  max-width: 1200px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
.top-business .top-business_inner_side-img figure {
  width: 270px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-business .top-business_inner_side-img figure.has-img01 {
  left: 0;
}
.top-business .top-business_inner_side-img figure.has-img02 {
  right: 0;
}
@media (min-width: 768px) and (max-width: 1260px) {
  .top-business .top-business_inner_side-img figure {
    width: 221px;
  }
  .top-business .top-business_inner_side-img figure.has-img01 {
    left: 20px;
  }
  .top-business .top-business_inner_side-img figure.has-img02 {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .top-business .top-business_inner_side-img {
    width: 100%;
  }
  .top-business .top-business_inner_side-img figure {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
.top-business .top-business_inner_and-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 300px;
  z-index: 2;
}
.top-business .top-business_inner_and-text figure {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-business .top-business_inner_and-text figure:nth-child(1) {
  width: 276px;
}
.top-business .top-business_inner_and-text figure:nth-child(2) {
  width: 164px;
}
.top-business .top-business_inner_and-text figure:nth-child(3) {
  width: 269px;
}
@media (min-width: 768px) and (max-width: 1260px) {
  .top-business .top-business_inner_and-text figure:nth-child(1) {
    width: 217px;
  }
  .top-business .top-business_inner_and-text figure:nth-child(2) {
    width: 129px;
  }
  .top-business .top-business_inner_and-text figure:nth-child(3) {
    width: 212px;
  }
}
@media (max-width: 767px) {
  .top-business .top-business_inner_and-text {
    top: 270px;
  }
  .top-business .top-business_inner_and-text figure:nth-child(1) {
    width: 125px;
  }
  .top-business .top-business_inner_and-text figure:nth-child(2) {
    width: 64px;
  }
  .top-business .top-business_inner_and-text figure:nth-child(3) {
    width: 121px;
  }
}
.top-business .top-business_inner_btn {
  width: 100%;
  position: absolute;
  bottom: 90px;
  left: 0;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 1260px) {
  .top-business .top-business_inner_btn {
    bottom: 58px;
  }
}
@media (max-width: 767px) {
  .top-business .top-business_inner_btn {
    bottom: 34px;
  }
}
.top-business .top-business_inner_btn,
.top-business .top-business_inner_side-img,
.top-business .top-business_inner_and-text,
.top-business .top-business_inner_text {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-business.is-active .top-business_inner_btn,
.top-business.is-active .top-business_inner_side-img,
.top-business.is-active .top-business_inner_and-text,
.top-business.is-active .top-business_inner_text {
  opacity: 1;
}
.top-business.is-active .top-business_inner_text {
  -webkit-transition-delay: -webkit-calc(.1s * 2);
          transition-delay: calc(.1s * 2);
}
.top-business.is-active .top-business_inner_side-img {
  -webkit-transition-delay: -webkit-calc(.2s * 2);
          transition-delay: calc(.2s * 2);
}
.top-business.is-active .top-business_inner_and-text {
  -webkit-transition-delay: -webkit-calc(.3s * 2);
          transition-delay: calc(.3s * 2);
}
.top-business.is-active .top-business_inner_btn {
  -webkit-transition-delay: -webkit-calc(.4s * 2);
          transition-delay: calc(.4s * 2);
}
.top-business.is-active .top-business_inner_bg:after,
.top-business.is-active .top-business_inner_bg:before {
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .top-business.is-active .top-business_inner_bg {
    background-size: 100% auto;
  }
}
/* top-section
   ========================================================================== */
.top-section {
  position: relative;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-section .top-title {
  padding-top: 60px;
}
.top-section .top-section_content {
  width: 50%;
  position: relative;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-section .top-section_content h3 {
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 30px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-section .top-section_content > p {
  font-size: 1.8em;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-section .top-section_content .top-section_btn {
  margin-top: 50px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-section .top-section_content .top-section_btn a {
  margin-left: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-section .top-content-border_bg03,
.top-section .top-content-border_bg02,
.top-section .top-content-border_bg01 {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-section .top-content-border_bg01 { 
  height: 324px;
  margin-left: -webkit-calc(-168px / 2);
  margin-left: calc(-168px / 2);
  width: 168px;
  left: -webkit-calc(50% + 58px);
  left: calc(50% + 58px);
  top: -223px;
}
.top-section .top-content-border_bg02 {
  height: 273px;
  width: 169px;
  left: 476px;
  top: -270px;
}
.top-section .top-content-border_bg03 {
  height: 258px;
  width: 157px;
  bottom: 0;
  left: 472px;
}
@media (min-width: 768px) and (max-width: 1260px) {
  .top-section .top-section_content h3 {
    font-size: 3.2em;
  }
  .top-section .top-section_content > p br {
    display: none;
  }
  .top-section .top-content-border_bg02 {
    left: 387px;
    top: -224px;
  }
  .top-section .top-content-border_bg03 {
    bottom: 0;
    left: 383px;
  }
}
@media (max-width: 767px) {
  .top-section .top-title {
    margin-bottom: 23px;
    margin-top: 0;
    padding-bottom: 5px;
  }
  .top-section .top-title:before {
    width: 35px;
  }
  .top-section .top-title h2 span {
    margin-bottom: 3px;
  }
  .top-section .top-section_content {
    width: auto;
  }
  .top-section .top-section_content h3 {
    font-size: 2.1em;
    margin-bottom: 20px;
  }
  .top-section .top-section_content > p {
    font-size: 1.5em;
  }
  .top-section .top-section_content .top-section_btn {
    margin-top: 30px;
  }
  .top-section .top-section_content .top-section_btn a {
    margin-left: auto;
  }
  .top-section .top-content-border_bg01 {
    background-image: url(/img/top-animate-border_bg01-sp.png);
    height: 133px;
    margin-left: -webkit-calc(-76px / 2);
    margin-left: calc(-76px / 2);
    width: 76px;
    left: -webkit-calc(50% + 19px);
    left: calc(50% + 19px);
    top: -19px;
  }
  .top-section .top-content-border_bg02 {

    height: 119px;
    margin-left: -webkit-calc(-70px / 2);
    margin-left: calc(-70px / 2);
    width: 70px;
    left: -webkit-calc(50% + 15px);
    left: calc(50% + 15px);
    top: 0;
  }
  .top-section .top-content-border_bg03 {

    height: 114px;
    margin-left: -webkit-calc(-31px / 2);
    margin-left: calc(-31px / 2);
    width: 31px;
    bottom: 0;
    left: 50%;
  }
}
/* top-sustainability
   ========================================================================== */
.top-sustainability {
  margin-top: 0 !important;
  padding-bottom: 43px;
  padding-left: 30px;
  padding-top: 80px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-sustainability .top-sustainability_inner {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-sustainability .top-sustainability_content {
  padding-right: 50%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-sustainability .top-sustainability_content p {
  font-size: 1.8em;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-sustainability .top-sustainability_content .top-sustainability_img_shadow,
.top-sustainability .top-sustainability_content .top-sustainability_img {
  position: absolute;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-sustainability .top-sustainability_content .top-sustainability_img {
  height: 535px;
  width: 448px;
  right: 118px;
  top: -37px;
  z-index: 1;
}
.top-sustainability .top-sustainability_content .top-sustainability_img_shadow {
  height: 455px;
  width: 479px;
  right: 60px;
  top: 70px;
  z-index: 0;
}
.top-sustainability .top-sustainability_bg02,
.top-sustainability .top-sustainability_bg01 {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-sustainability .top-sustainability_bg01 {
  background-image: url(/img/sustainability-illust_bg01.png);
  height: 178px;
  width: 246px;
  left: 503px;
  top: 337px;
}
.top-sustainability .top-sustainability_bg02 {
  background-image: url(/img/sustainability-illust_bg02.png);
  height: 311px;
  width: 310px;
  left: 920px;
  top: 213px;
}
@media (min-width: 768px) and (max-width: 1260px) {
  .top-sustainability {
    padding-bottom: 0;
  }
  .top-sustainability .top-sustainability_content .top-sustainability_img {
    height: 385px;
    width: 323px;
    right: 130px;
    top: 0;
  }
  .top-sustainability .top-sustainability_content .top-sustainability_img_shadow {
    height: 328px;
    width: 345px;
    right: 90px;
    top: 70px;
  }
  .top-sustainability .top-sustainability_bg01 {
    height: 129px;
    width: 177px;
    left: 475px;
    top: 269px;
  }
  .top-sustainability .top-sustainability_bg02 {
    height: 224px;
    width: 223px;
    left: 774px;
    top: 154px;
  }
}
@media (max-width: 767px) {
  .top-sustainability {
    padding: 0 15px;
  }
  .top-sustainability .top-sustainability_content {
    margin: 0 auto;
    max-width: 345px;
    padding: 370px 15px 0;
  }
  .top-sustainability .top-sustainability_content p {
    font-size: 1.5em;
  }
  .top-sustainability .top-sustainability_content .top-sustainability_img {
    height: 262px;
    width: 220px;
    margin-left: -webkit-calc(-220px / 2);
    margin-left: calc(-220px / 2);
    left: 50%;
    right: auto;
    top: 85px;
  }
  .top-sustainability .top-sustainability_content .top-sustainability_img_shadow {
    height: 223px;
    width: 235px;
    margin-left: -webkit-calc(-235px / 2);
    margin-left: calc(-235px / 2);
    left: -webkit-calc(50% + 35px);
    left: calc(50% + 35px);
    right: auto;
    top: 139px;
  }
  .top-sustainability .top-sustainability_bg01 {
    height: 88px;
    width: 121px;
    left: -5px;
    top: 270px;
  }
  .top-sustainability .top-sustainability_bg02 {
    height: 152px;
    width: 153px;
    left: auto;
    right: -5px;
    top: 192px;
  }
}
/* top-rd
   ========================================================================== */
.top-rd {
  margin-bottom: 20px;
  margin-top: 0 !important;
  padding-right: 30px;
  padding-top: 210px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-rd .top-rd_content {
  padding-bottom: 262px;
  padding-left: -webkit-calc(50% + 30px);
  padding-left: calc(50% + 30px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-rd .top-rd_content .top-rd_img_shadow,
.top-rd .top-rd_content .top-rd_img {
  position: absolute;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-rd .top-rd_content .top-rd_img {
  height: 552px;
  width: 389px;
  left: 174px;
  top: -53px;
  z-index: 1;
}
.top-rd .top-rd_content .top-rd_img_shadow {
  height: 596px;
  width: 408px;
  left: 119px;
  top: -7px;
  z-index: 0;
}
.top-rd .top-rd_bg02,
.top-rd .top-rd_bg01 {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-rd .top-rd_bg01 {
  height: 166px;
  width: 222px;
  left: 346px;
  top: -22px;
}
.top-rd .top-rd_bg02 {
  height: 401px;
  width: 271px;
  left: 16px;
  top: 54px;
}
@media (min-width: 768px) and (max-width: 1260px) {
  .top-rd {
    padding-top: 140px;
  }
  .top-rd .top-rd_content {
    padding-bottom: 190px;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .top-rd .top-rd_content .top-rd_img {
    height: 398px;
    width: 280px;
    left: 166px;
    top: 5px;
  }
  .top-rd .top-rd_content .top-rd_img_shadow {
    height: 429px;
    width: 293px;
    left: 127px;
    top: 38px;
  }
  .top-rd .top-rd_bg01 {
    height: 120px;
    width: 160px;
    left: 290px;
    top: 28px;
  }
  .top-rd .top-rd_bg02 {
    height: 289px;
    width: 195px;
    left: 30px;
    top: 74px;
  }
}
@media (max-width: 767px) {
  .top-rd {
    margin-top: 10px !important;
    padding: 0 15px;
  }
  .top-rd .top-rd_content {
    margin: 0 auto;
    max-width: 345px;
    padding: 410px 15px 114px;
  }
  .top-rd .top-rd_content .top-rd_img {
    height: 290px;
    width: 205px;
    left: auto;
    right: 20px;
    top: 110px;
  }
  .top-rd .top-rd_content .top-rd_img_shadow {
    height: 314px;
    width: 215px;
    left: auto;
    right: 39px;
    top: 136px;
    z-index: -1;
  }
  .top-rd .top-rd_bg01 {
    height: 88px;
    width: 117px;
    left: auto;
    right: 18px;
    top: 128px;
  }
  .top-rd .top-rd_bg02 {
    height: 212px;
    width: 143px;
    left: 20px;
    top: 169px;
  }
}
/* top-use
   ========================================================================== */
.top-use {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-use .top-use_content {
  background-size: cover !important;
  padding: 150px 0 140px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-use .top-use_title {
  padding-bottom: 25px;
  text-align: center;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-use .top-use_title:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-use .top-use_title h2 {
  font-size: 4.2em;
  font-weight: 500;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-use ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-use ul li {
  padding-top: 153px;
  position: relative;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-use ul li + li {
  margin-left: 35px;
}
.top-use ul li a {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-use ul li a:before {
  background: no-repeat 50% 50% #ffffff;
  background-size: 80px 80px;
  border-radius: 50%;
  content: "";
  height: 125px;
  width: 125px;
  position: absolute;
  left: 50%;
  top: -153px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-use ul li.top-use_content_online a:before {
  background-image: url(../images/icon_bg_cart-blue.svg);
}
.top-use ul li.top-use_content_offline a:before {
  background-image: url(../images/icon_bg_search-shop-blue.svg);
}
@media (max-width: 767px) {
  .top-use {
    margin-top: 0 !important;
  }
  .top-use .top-use_content {
    -webkit-box-shadow: 0 24px 20px -20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 24px 20px -20px rgba(0, 0, 0, 0.15);
    padding: 235px 0 0;
    position: relative;
  }
  .top-use .top-use_content:before {
    background: url(/img/use_bg_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
    content: "";
    height: 235px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .top-use .top-use_title {
    padding-bottom: 15px;
  }
  .top-use .top-use_title h2 {
    font-size: 2.5em;
  }
  .top-use .top-use_title:before {
    width: 45px;
  }
  .top-use ul li {
    padding-top: 0;
    width: 50%;
    position: relative;
  }
  .top-use ul li + li {
    margin-left: 0;
  }
  .top-use ul li + li:before {
    background: #4962b0;
    content: "";
    width: 1px;
    position: absolute;
    bottom: 10px;
    left: 0;
    top: 10px;
    z-index: 1;
  }
  .top-use ul li a {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 85px;
    position: relative;
    width: 100%;
  }
  .top-use ul li a:before {
    background-size: 42px 42px;
    height: 58px;
    width: 58px;
    top: 16px;
  }
  .top-use ul li a:after {
    bottom: 10px;
    right: 10px;
    top: auto;
  }
  .top-use ul li.top-use_content_offline a:after {
    content: "";
  }
}
/* top-notice
   ========================================================================== */
.top-notice {
  margin-bottom: 100px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-notice .top-notice_content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #717171;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-notice .top-notice_content .top-notice_content_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eaf0f8;
  border-radius: 8px;
  color: #32469b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  text-align: center;
  width: 180px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-notice .top-notice_content .top-notice_content_title h2 {
  background: url(../images/icon_bg_notice-blue.svg) no-repeat 50% 0;
  background-size: 36px 38px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 45px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-notice .top-notice_content .top-notice_content_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-notice .top-notice_content .top-notice_content_list ul {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-notice .top-notice_content .top-notice_content_list ul li {
  clear: both;
  font-size: 1.6em;
  overflow: hidden;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  zoom: 1;
}
.top-notice .top-notice_content .top-notice_content_list ul li:before,
.top-notice .top-notice_content .top-notice_content_list ul li:after {
  content: '';
  display: table;
}
.top-notice .top-notice_content .top-notice_content_list ul li:after {
  clear: both;
}
.top-notice .top-notice_content .top-notice_content_list ul li + li {
  border-top: 1px solid #e2e2e2;
  margin-top: 20px;
  padding-top: 20px;
}
.top-notice .top-notice_content .top-notice_content_list ul li .top-notice_content_list_date {
  color: #888;
  display: block;
  float: left;
  font-size: 1.5rem;
  font-weight: 500;
  width: 130px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-notice .top-notice_content .top-notice_content_list ul li a {
  color: #333;
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.top-notice .top-notice_content .top-notice_content_list ul li a span {
  display: block;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.9;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .top-notice .top-notice_content .top-notice_content_list ul li a span {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .top-notice .top-notice_content .top-notice_content_list ul li a:hover {
    color: #32469b;
    text-decoration: underline;
  }
  .top-notice .top-notice_content .top-notice_content_list ul li a:hover span {
    background-size: 100% 1px;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .top-notice {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .top-notice {
    margin: 0 15px 70px;
  }
  .top-notice .top-notice_content {
    display: block;
    padding: 15px 15px 25px;
  }
  .top-notice .top-notice_content .top-notice_content_title {
    display: block;
    margin-bottom: 25px;
    padding: 13px 0 11px;
    width: 100%;
  }
  .top-notice .top-notice_content .top-notice_content_title h2 {
    background-position: 0 0;
    background-size: 29px 29px;
    display: inline-block;
    font-size: 1.8em;
    padding: 4px 0 4px 40px;
  }
  .top-notice .top-notice_content .top-notice_content_list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .top-notice .top-notice_content .top-notice_content_list ul li {
    display: block;
    font-size: 1.5em;
  }
  .top-notice .top-notice_content .top-notice_content_list ul li + li {
    margin-top: 25px;
    padding-top: 25px;
  }
  .top-notice .top-notice_content .top-notice_content_list ul li .top-notice_content_list_date {
    font-size: 1.3rem;
    width: auto;
  }
  .top-notice .top-notice_content .top-notice_content_list ul li a {
    display: block;
    margin-top: 7px;
    width: 100%;
  }
}
/* top-global
   ========================================================================== */
.top-global {
  position: relative;
  padding: 275px 0;
  background-size: 100% auto;
  color: #333;
}
@media (max-width: 767px) {
  .top-global {
    padding: 70px 15px 55px;
    background: url(/img/top-global_bg01_sp.jpg) no-repeat center !important;
    background-size: cover;
  }
}
.top-use + .top-global {
  margin-top: 0;
}
.top-global_title h2,
.top-global_title h3,
.top-global_title h4 {
  color: #32469b;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .top-global_title h2,
  .top-global_title h3,
  .top-global_title h4 {
    font-size: 2.5rem;
  }
}
/* top-newsrelease
   ========================================================================== */
.top-news-release {
  margin-bottom: 70px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-news-release .top-news-release_content {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-news-release .top-news-release_content .top-news-release_content_title {
  margin-bottom: 40px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-news-release .top-news-release_content .top-news-release_content_title h2 {
  color: #222;
  font-size: 3.7em;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-news-release .top-news-release_content .top-news-release_content_list {
  margin-bottom: 35px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul {
  border-top: 1px solid #e2e2e2;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #e2e2e2;
  padding: 35px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6em;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li .top-news-release_content_list_items {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li .top-news-release_content_list_items .top-news-release_content_list_items_date {
  color: #888;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li > a {
  zoom: 1;
  color: #333;
  display: inline-block;
  margin-left: 45px;
  text-decoration: none;
  width: -webkit-calc(100% - 245px);
  width: calc(100% - 245px);
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li > a:before,
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li > a:after {
  content: '';
  display: table;
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li > a:after {
  clear: both;
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li > a span {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.6rem;
  line-height: 1.9;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .top-news-release .top-news-release_content .top-news-release_content_list > ul > li > a span {
    font-size: 1.5rem;
    max-height: -webkit-calc(1.9 * 1.5rem * 3);
    max-height: calc(1.9 * 1.5rem * 3);
  }
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li > a.m-icon:after {
  margin-top: 0;
  top: 0;
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li > a img {
  float: right;
  margin-left: 30px;
  width: 150px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (min-width: 768px) {
  .top-news-release .top-news-release_content .top-news-release_content_list > ul > li > a:hover {
    color: #32469b;
    text-decoration: underline;
  }
  .top-news-release .top-news-release_content .top-news-release_content_list > ul > li > a:hover span {
    background-size: 100% 1px;
  }
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li.has-icon .top-news-release_content_list_items_date {
  display: inline-block;
  padding-bottom: 1px;
  padding-right: 148px;
  padding-top: 3px;
  position: relative;
}


.top-news-release .top-news-release_content .top-news-release_content_list > ul > li.has-icon .top-news-release_content_list_items_date .else_before {
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 3px 0 1px;
  text-align: center;
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
}

.m-news-list > ul > li.has-icon .m-news-list_date .else_before {
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 3px 0 1px;
  text-align: center;
  width: auto;
  margin-right: 10px;
}


@media (max-width: 767px) {
  .top-news-release .top-news-release_content .top-news-release_content_list > ul > li.has-icon .top-news-release_content_list_items_date {
    padding-right: 128px;
    padding-top: 1px;
  }
  .top-news-release .top-news-release_content .top-news-release_content_list > ul > li.has-icon .top-news-release_content_list_items_date:before {
    font-size: 1.1rem;
    padding: 1px 0 0;
    width: 110px;
  }
}



@media (min-width: 768px) and (max-width: 1260px) {
  .top-news-release {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .top-news-release {
    margin: 0 15px 50px;
  }
  .top-news-release .top-news-release_content .top-news-release_content_title {
    margin-bottom: 25px;
  }
  .top-news-release .top-news-release_content .top-news-release_content_title h2 {
    font-size: 2.7em;
  }
  .top-news-release .top-news-release_content .top-news-release_content_list {
    margin-bottom: 30px;
  }
  .top-news-release .top-news-release_content .top-news-release_content_list ul li {
    padding: 25px 0;
    display: block;
    font-size: 1.5em;
  }
  .top-news-release .top-news-release_content .top-news-release_content_list ul li .top-news-release_content_list_items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
    width: auto;
  }
  .top-news-release .top-news-release_content .top-news-release_content_list ul li .top-news-release_content_list_items .top-news-release_content_list_items_date {
    font-size: 1.3rem;
    margin-right: 10px;
  }
  .top-news-release .top-news-release_content .top-news-release_content_list ul li .top-news-release_content_list_items .top-news-release_content_list_items_category {
    font-size: 1.1rem;
    padding: 4px 0;
    width: 100px;
  }
  .top-news-release .top-news-release_content .top-news-release_content_list ul li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .top-news-release .top-news-release_content .top-news-release_content_list ul li a img {
    margin-left: 20px;
    width: 95px;
  }
}


/* news */
.content-footer {
  background: #f2f4f8;
  padding: 100px 30px 93px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.content-footer ul {
  zoom: 1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.content-footer ul:before,
.content-footer ul:after {
  content: '';
  display: table;
}
.content-footer ul:after {
  clear: both;
}
.content-footer ul li {
  float: left;
  width: -webkit-calc(33.3% - 40px);
  width: calc(33.3% - 40px);
  font-size: 2.4em;
  font-weight: 500;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.content-footer ul li + li {
  margin-left: 60px;
}
.content-footer ul li a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.content-footer ul li a figure {
  border-radius: 8px;
  -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.content-footer ul li a figure img {
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.content-footer ul li a span {
  display: block;
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.content-footer ul li a span:before {
  background: url(../images/icon_bg_arw-right-blue.svg) no-repeat 50% 50% #ffffff;
  background-size: 16px 11px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  content: "";
  height: 37px;
  width: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
@media (min-width: 768px) {
  .content-footer ul li a:hover {
    color: #32469b;
  }
  .content-footer ul li a:hover figure img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .content-footer ul li a:hover span:before {
    background-position: -webkit-calc(50% + 5px) 50%;
    background-position: calc(50% + 5px) 50%;
  }
}
@media (max-width: 767px) {
  .content-footer {
    padding: 40px 15px;
  }
  .content-footer ul {
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
  }
  .content-footer ul li {
    font-size: 1.6em;
    line-height: 1.1;
    text-align: center;
    width: 33%;
  }
  .content-footer ul li + li {
    border-left: 1px solid #e0e0e0;
    margin-left: 0;
  }
  .content-footer ul li a {
    background: no-repeat 50% 25px #ffffff;
    background-size: 57px 57px;
    display: block;
    padding-bottom: 32px;
    padding-top: 97px;
  }
  .content-footer ul li a figure {
    display: none;
  }
  .content-footer ul li a span {
    margin-top: 0;
  }
  .content-footer ul li a span:before {
    content: none;
  }
  
  
}

/* content-banner
   ========================================================================== */
.content-banner {
  padding: 90px 0;
  position: relative;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .content-banner {
    padding: 50px 15px;
  }
}



#philosophy section {
  border-bottom: 1px solid #333;
  padding: 20px 0;
  box-sizing: border-box;
}
#philosophy section:last-child {
  border-bottom: none;
}
#philosophy .message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #philosophy .message-box {
    display: block;
    text-align: center;
    padding-bottom: 60px;
  }
}
#philosophy .title {
  width: 260px;
}
@media (max-width: 767px) {
  #philosophy .title {
    width: auto;
  }
}
#philosophy .message {
  width: 690px;
}
@media (max-width: 767px) {
  #philosophy .message {
    width: auto;
  }
}
#philosophy .sub {
  font-size: 1.5em;
  display: block;
  font-weight: 700;
}
@media (max-width: 767px) {
  #philosophy .sub {
    font-size: 1.2em;
  }
}
#philosophy .main {
  font-size: 2.6em;
  font-weight: 700;
}
@media (max-width: 767px) {
  #philosophy .main {
    font-size: 1.9em;
  }
}
#philosophy .main-stance {
  font-size: 2.5em;
  font-weight: 700;
}
#philosophy .main-message {
  color: #32469b;
  font-size: 3.3em;
  margin-top: 30px;
  font-weight: 900;
}
@media (max-width: 767px) {
  #philosophy .main-message {
    font-size: 2.4em;
  }
}
#philosophy .main-message img {
  width: 250px;
}
#philosophy .sub-message {
  font-size: 2.1em;
  font-weight: 900;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 55px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  #philosophy .sub-message {
    font-size: 1.7em;
    text-align: left;
  }
}
#philosophy .detail-message {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 2.4;
}
@media (max-width: 767px) {
  #philosophy .detail-message {
    font-size: 1.5em;
    text-align: left;
  }
}
#philosophy .detail-message span {
  display: block;
  margin-bottom: 2em;
}


.business-accordion .business-accordion_title {
  margin-bottom: 15px;
}
.business-accordion .business-accordion_title h3 {
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.3;
}
.business-accordion .business-accordion_title h3 span {
  font-family: 'Heebo', sans-serif;
  font-size: 4.8rem;
  margin-right: 20px;
}
.business-accordion .business-accordion_title.has-logo {
  background-size: 96px 35px;
}
@media (max-width: 767px) {
  .business-accordion .business-accordion_title {
    margin-bottom: 12px;
  }
  .business-accordion .business-accordion_title h3 {
    font-size: 1.4em;
  }
  .business-accordion .business-accordion_title h3 span {
    font-size: 3rem;
    margin-right: 14px;
  }
  .business-accordion .business-accordion_title.has-logo {
    background-size: 66px 25px;
  }
}
.business-accordion .business-accordion_list .business-accordion_list_handle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: no-repeat 10px 50%;
  background-size: 76px 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6em;
  font-weight: 400;
  padding-left: 110px;
}
.business-accordion .business-accordion_list .business-accordion_list_handle span {
  font-size: 2.2rem;
  font-weight: 500;
  width: 215px;
}
@media (max-width: 767px) {
  .business-accordion .business-accordion_list .business-accordion_list_handle {
    background-position: 5px 50%;
    background-size: 60px 60px;
    display: block;
    padding-left: 78px;
    font-size: 1.3rem;
  }
  .business-accordion .business-accordion_list .business-accordion_list_handle span {
    font-size: 1.9rem;
    width: auto;
  }
}
.business-accordion .business-accordion_list.is-expanded .business-accordion_list_handle {
  color: #222;
}
.business-accordion.opt-beauty .business-accordion_title h3 {
  color: #0088b5;
}
.business-accordion.opt-beauty .business-accordion_list_handle:before {
  background-color: #0088b5;
}


.business-accordion.opt-beauty .business-accordion_list.is-expanded .business-accordion_list_handle:before {
  background-image: url(../images/icon_bg_arw-beauty.svg);
}
.business-accordion.opt-health .business-accordion_title h3 {
  color: #f19401;
}
.business-accordion.opt-health .business-accordion_list_handle:before {
  background-color: #f19401;
}

.business-accordion.opt-health .business-accordion_list.is-expanded .business-accordion_list_handle:before {
  background-image: url(../images/icon_bg_arw-beauty.svg);
}
.business-brand-list > ul {
  border-top: 1px solid #e1e1e1;
}
.business-brand-list > ul > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10px;
}
.business-brand-list > ul > li .business-brand-list_img {
  text-align: left;
}
.business-brand-list > ul > li .business-brand-list_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 60px;
  padding-right: 30px;
  width: -webkit-calc(100% - 150px - 210px);
  width: calc(100% - 150px - 210px);
}
.business-brand-list > ul > li .business-brand-list_text .business-brand-list_text_title p {
  font-size: 1.9rem;
  font-weight: 500;
}
.business-brand-list > ul > li p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .business-brand-list > ul > li {
    display: block;
    padding: 35px 0 30px;
  }
  .business-brand-list > ul > li .business-brand-list_img {
    text-align: center;
  }
  .business-brand-list > ul > li .business-brand-list_img img {
    width: 145px;
  }
  .business-brand-list > ul > li .business-brand-list_text {
    padding: 30px 0 24px;
    width: 100%;
  }
  .business-brand-list > ul > li .business-brand-list_text .business-brand-list_text_title p {
    font-size: 1.8rem;
  }
}
/* business-media
   ========================================================================== */
@media (max-width: 767px) {
  .business-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business-media .business-media_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* business-global
   ========================================================================== */
@media (max-width: 767px) {
  .business-global-table table thead th:nth-child(1) {
    width: 106px;
  }
  .business-global-table table thead th:nth-child(2) {
    width: 102px;
  }
}


/* 招聘 */
/* recruit-box
   ========================================================================== */
.recruit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit-box .recruit-box_section {
  margin-top: 0;
  width: 47.5%;
}
.recruit-box .recruit-box_section + .recruit-box_section {
  margin-top: 0;
}

.m-know-more{
  padding-right:0px;
  padding-left:0px;
}

@media (max-width: 767px) {
  .recruit-box {
    display: block;
  }
  .recruit-box .recruit-box_section {
    width: auto;
  }
  .recruit-box .recruit-box_section + .recruit-box_section {
    margin-top: 60px;
  }
}
/* recruit-box_lineup
   ========================================================================== */
.recruit-box_lineup > ul > li {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
}
.recruit-box_lineup > ul > li + li {
  margin-top: 20px;
}
.recruit-box_lineup > ul > li > a {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  color: #222;
  display: block;
  padding: 38px 67px 38px 205px;
  text-decoration: none;
  position: relative;
}
.recruit-box_lineup > ul > li > a > figure {
  width: 150px;
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit-box_lineup > ul > li > a:before {
  background: url(../images/icon_bg_blank-blue.svg) no-repeat 50% 50% #edf1f8;
  background-size: 11px 11px;
  border-radius: 50%;
  content: "";
  height: 37px;
  width: 37px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: scale(1) translateY(-50%);
      -ms-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
@media (min-width: 768px) {
  .recruit-box_lineup > ul > li > a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .recruit-box_lineup > ul > li > a:hover:before {
    -webkit-transform: scale(1.1) translateY(-50%);
        -ms-transform: scale(1.1) translateY(-50%);
            transform: scale(1.1) translateY(-50%);
  }
}
@media (max-width: 767px) {
  .recruit-box_lineup > ul > li + li {
    margin-top: 15px;
  }
  .recruit-box_lineup > ul > li > a {
    border-radius: 6px;
    padding: 25px 51px 20px 20px;
  }
  .recruit-box_lineup > ul > li > a > figure {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .recruit-box_lineup > ul > li > a:before {
    background-size: 11px 11px;
    height: 31px;
    width: 31px;
    bottom: 15px;
    right: 15px;
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}


/* news */
.news_search select {
  text-indent: 0.01px;
  text-overflow: '';
  background: none #fff;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
}

.news_search select option {
  background-color: #fff;
  color: #333;
}

.news_search select::-ms-expand {
  display: none;
}

.news_search select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}

.news_search .layout-side-column_title {
  color: #000;
  font-size: 20px;
  border-bottom: none;
  margin: 0 0 11px 3px;
}

.news_search .search_keyword {
  background: #F2F4F8;
  margin: 0 0 8px;
  padding: 27px 13px;
  border-top: solid 2px #D0D4DB;
}

.news_search .search_keyword_input {
  width: 189px;
  border: 2px solid #D0D4DB;
  border-radius: 6px;
  padding: 7px 14px 5px;
  font-size: 16px;
  line-height: 16px;
}

.news_search .search_keyword_input::placeholder {
  color: #9B9793;
}

.news_search .search_keyword_input::-ms-input-placeholder {
  color: #9B9793;
}

.news_search .search_keyword_input:-ms-input-placeholder {
  color: #9B9793;
}

.news_search .search_box {
  padding: 20px;
  background: #F2F4F8;
  margin: 0 0 8px;
}

.news_search .box_title {
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 5px;
  font-weight: bold;
}

.news_search .year_select_side {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news_search .box_content select {
  font-size: 16px;
  width: 153px;
  border: 2px solid #D0D4DB;
  border-radius: 6px;
  padding: 0 10px;
}

.news_search .arrow_icon {
  position: relative;
}

.news_search .arrow_icon::after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-right: solid 2px #D0D4DB;
  border-bottom: solid 2px #D0D4DB;
  transform: rotate(45deg);
  top: 12px;
  right: 10px;
}

.news_search .box_content .font_mini {
  font-size: 14px;
  margin: 8px 0 0 7px;
}

.news_search .toggle_content {
  margin: 14px 0 0;
}

.news_search .toggle_content dt {
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding: 0 25px 0 0;
  cursor: pointer;
}

.news_search .toggle_content dt:hover {
  cursor: pointer;
  opacity: .5;
}

.news_search .toggle_content dt::before {
  content: '＋';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
}

.news_search .toggle_content dt::after {
  content: '－';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
}

.news_search .toggle_content dt.open::before {
  display: none;
}

.news_search .toggle_content dt.open::after {
  display: block;
}

.news_search .toggle_content dd {
  display: none;
}

.news_search .toggle_content select.year,
.news_search .toggle_content select.month {
  border: 2px solid #D0D4DB;
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  padding: 0 5px;

}

.news_search .toggle_content select.year {
  width: 56px;
}

.news_search .toggle_content select.month {
  width: 40px;
}

.news_search .toggle_content span {
  font-size: 14px;
  margin: 0 0 0 5px;
}

.news_search .toggle_content p {
  margin: 6px 0 0;
}

.news_search input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.news_search .category_area label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 33px;
  position: relative;
  width: 100%;
  font-size: 15px;
}

.news_search .category_area label::before {
  background: #fff;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 20px;
  border: 2px solid #D0D4DB;
  border-radius: 6px;
}

.news_search .category_area label::after {
  border-right: 3px solid #32469B;
  border-bottom: 3px solid #32469B;
  content: '';
  display: block;
  height: 11px;
  left: 8px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 46%;
  transform: rotate(45deg);
  width: 6px;
}

.news_search input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.news_search .search_button {
  margin: 25px 0 0;
}

.result_hit {
  color: #222;
}

.result_hit  .right{
  margin: 0 0 0 50px;
}

.result_hit .bold {
  font-weight: bold;
}

.result_hit.center {
  text-align: center;
}

.layout-content.theme-column2 .layout-main-content {
  width: calc(100% - 283px);
}

.m-pagination {
  margin-top: 10px;
}

.result_conditions {
  background: #F2F4F8;
  padding: 20px;
  margin: 10px 0 52px;
  color: #222;
}

.result_conditions dt,
.result_conditions dd {
  font-size: 14px;
  line-height: 20px;
  color: #222;
}

.result_search .result_search_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #32469b;
  border: 0;
  border-radius: 26px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: #fff;
  display: inline-block;
  
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.3;
  height: 46px;
  width: 90%;
  -webkit-transition: all 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  margin: auto;
  display: block;
}

.result_search .result_search_btn > span {
  position: relative;
}



@media (min-width: 768px) {
  .result_search .result_search_btn:hover {
    background-color: #19256f;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .result_search .result_search_btn:hover > span:before {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}


@media screen and (max-width:1169px) { 

.page-title {
  margin: 0 0 40px;
}

.layout-content:not(.theme-top) {
  padding: 0 10px;
}

.news_search .search_keyword {
  border-top: none;
}

.layout-content.theme-column2 .layout-sub-content .layout-side-column_title {
  background: #fff;
  font-size: 16px;
  padding: 20px 7px;
  margin: 0;
  border-top: solid 1px #D0D4DB;
  border-bottom: solid 1px #D0D4DB;
}

.layout-content.theme-column2 .layout-sub-content .layout-side-column_title.open {
  color: #32469b;
  box-shadow: 0px 0px 15px -7px #777777;
  border-top: none;
  border-bottom: solid 2px #D0D4DB;
}

.layout-content.theme-column2 .layout-sub-content .layout-side-column_title::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(45deg);
  top: 23px;
  right: 19px;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.layout-content.theme-column2 .layout-sub-content .layout-side-column_title:after {
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #32469b;
  background-size: 13px auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s;
  transition: all .3s;
  content: "";
}

.layout-content.theme-column2 .layout-sub-content .layout-side-column_title.open:after {
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #F2F4F8;
  background-size: 13px auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-box-shadow: none;
  box-shadow: none;
  content: "";
}

.layout-content.theme-column2 .layout-sub-content .layout-side-column_title.open::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  border-right: solid 2px #D0D4DB;
  border-bottom: solid 2px #D0D4DB;
  transform: rotate(225deg);
  top: 25px;
  right: 19px;
  z-index: 2;
}

.page-title {
  margin: 0 0 25px;
}

.layout-content.theme-column2 .layout-sub-content {
  margin: 0;
  width: 100%;
}

.layout-content.theme-column2 .layout-sub-content {
  background: #fff;
}

.news_search .search_keyword_input {
  width: 100%;
}

.news_search .arrow_icon {
  width: 90%;
}

.news_search .box_content select {
  width: 100%;
}

.news_search .search_button a {
  width: 55%;
}

.layout-content.theme-column2 .layout-main-content {
  width: 100%;
  margin: 20px 0 0;
}

.news_search .toggle_content dt:hover {
  cursor: default;
  opacity: 1;
}

.result_hit {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.result_hit .right {
  margin: 0;
}

.news_search .sp_hide {
  display: none;
}

}

@media screen and (max-width:340px) {

  .result_hit {
    font-size: 14px;
  }

}

.category_area ul li {
  position: relative;
}




/* 新闻详情 */
.insidebox{
	padding: 50px 0;
	box-sizing: border-box;
}
.container a {
    display: block;
    position: relative;
    padding: 1px 0 1px 34px;
    font-size: 1.7rem;
    line-height: 1.3;
    text-decoration: none;
    margin-top: 30px;
}
.day {
    display: flex;
    justify-content: space-between;
    font-size: 1.6em;
    margin-bottom: 30px;
}
.opt-pdf {
    display: block;
    font-size: 0.5em;
    position: relative;
}
.opt-pdf > a {
    display: inline;
}
.opt-pdf:after {
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    background: url(../images/icon_bg_pdf-red.svg) no-repeat center center;
    background-size: 15px auto;
    content: "";
}
.insidebox h1 {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 40px;
	padding: 40px 0 53px;
	text-align: center;
	color: #222;
	font-size: 4.3em;
	font-weight: bold;
	line-height: 1.3;
}
.container h2 {
    margin-top: 80px;
    margin-bottom: 40px;
    padding-bottom: 28px;
    position: relative;
    color: #222;
    font-size: 3.5em;
    font-weight: bold;
    letter-spacing: .04em;
    line-height: 1.3;
}

.container h3 {
    border-bottom: 1px solid #888;
    margin-bottom: 35px;
    margin-top: 40px;
    padding-bottom: 18px;
    color: #222;
    font-size: 2.8em;
    font-weight: bold;
    letter-spacing: .04em;
    line-height: 1.3;
}
.insidebox strong {
   font-weight: 700;
   font-size: 2.2em;
   margin-bottom: 23px;
   display: block;
}
.container h2::before {
    background: #32469b;
    content: "";
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.opt-pdf > a:before {
    position: absolute;
    right: 190px;
    z-index: 1;
    width: 24px;
    height: 24px;
	top: -1px;
	left: 0;
    border-radius: 50%;
    background: #32469b;
    background-size: 6px auto;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
    content: "";
}
.opt-pdf>a:after {
    top: 5px;
    left: 7px;
    width: 10px;
    height: 10px;
    border: none;
	position: absolute;
    background: url(../images/icon_bg_blank-white.svg) no-repeat center center;
    background-size: 10px auto;
    -webkit-transform: inherit;
    transform: inherit;
	content: "";
	z-index: 99;
}
@media screen and (max-width: 767px){
	.container a {
		margin-top: 25px;
		font-size: 1.6rem;
	}
	.insidebox h1 {
	    padding: 30px 15px 28px;
	    font-size: 2.7em;
	    text-align: left;
	}
	.container h2 {
	    margin-bottom: 25px;
	    padding-bottom: 15px;
	    font-size: 2.5em;
	    margin-top: 20px;
	}
	.container h3 {
	    margin-bottom: 25px;
	    padding-bottom: 9px;
	    font-size: 2.2em;
	}
	.insidebox strong {
	    font-size: 2em;
	}
	.container h2::before {
	    width: 40px;
	}
	.opt-pdf>a:after {
	    top: 4px;
	    left: 6px;
	}
}


/* contact */
/* ==========================================================================
   Index
   ========================================================================== */
/* main-visual1
   ========================================================================== */
.main-visual1 {
  position: relative;
  z-index: 1;
}
.main-visual1 figure {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-visual1 figure {
    border-radius: 8px;
  }
}
/* contact-content
   ========================================================================== */
.contact-content {
  margin-top: -75px;
  padding-bottom: 80px;
  padding-top: 135px;
  position: relative;
}
.contact-content:before {
  background-color: #f2f4f8;
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.contact-content .contact-content_title {
  margin-bottom: 35px;
}
.contact-content .contact-content_title h2 {
  color: #222;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .contact-content {
    display: block;
    margin-top: -68px;
    padding-bottom: 60px;
    padding-top: 103px;
  }
  .contact-content .contact-content_main-box {
    width: 100%;
  }
  .contact-content .contact-content_title {
    margin-bottom: 15px;
  }
  .contact-content .contact-content_title h2 {
    font-size: 2.5em;
  }
}
/* contact-content_faq
   ========================================================================== */
.contact-content_faq {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
}

.contact-content_faq .m-gallery{
  margin:0 150px;
}

.contact-content_faq > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-content_faq > ul > li {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
  font-size: 1.9rem;
  padding-bottom: 37px;
  padding-top: 38px;
  text-align: center;
  width: 31.6%;
}
.contact-content_faq > ul > li + li {
  margin-left: 2.5%;
}
.contact-content_faq > ul > li > figure {
  margin-bottom: 13px;
}
.contact-content_faq .contact-content_faq_btn {
  margin-top: 38px;
}
.contact-content_faq .contact-content_faq_btn > a {
  font-size: 1.5rem;
  max-width: 200px;
  min-width: 0;
  padding-bottom: 13px;
  padding-top: 14px;
  width: 100%;
}
@media (max-width: 767px) {

  .contact-content_faq .m-gallery{
    margin:0 0 40px;
  }
  .contact-content_faq > ul {
    display: block;
  }
  .contact-content_faq > ul > li {
    border-radius: 6px;
    font-size: 1.8rem;
    padding-bottom: 24px;
    padding-top: 28px;
    padding-left: 105px;
    text-align: left;
    width: auto;
    position: relative;
  }
  .contact-content_faq > ul > li > figure {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact-content_faq > ul > li > figure img {
    width: 75px;
  }
  .contact-content_faq > ul > li + li {
    margin-left: 0;
    margin-top: 15px;
  }
  .contact-content_faq .contact-content_faq_btn {
    margin-top: 10px;
  }
  .contact-content_faq .contact-content_faq_btn > a {
    font-size: 1.4rem;
    max-width: 170px;
    margin-left: 0;
    padding: 11px 0 10px;
  }
}
/* contact-list
   ========================================================================== */
.contact-list {
  padding: 90px 0 100px;
}
.contact-list .contact-list_select > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-list .contact-list_select > ul > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f4f8;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 146px;
  text-align: center;
  width: 48.75%;
}
.contact-list .contact-list_select > ul > li .contact-list_select_box .contact-list_select_box_title {
  margin-bottom: 10px;
}
.contact-list .contact-list_select > ul > li .contact-list_select_box .contact-list_select_box_title > p {
  color: #222;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.contact-list .contact-list_select > ul > li .contact-list_select_box > p {
  color: #555;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 12px;
}
.contact-list .contact-list_select > ul > li .contact-list_select_box .contact-list_select_box_link {
  color: #222;
  display: inline-block;
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}
.contact-list .contact-list_select > ul > li .contact-list_select_box .contact-list_select_box_link > span {
  background: url(../images/0111.png) no-repeat 0 0.2em;
  background-size: 33px 30px;
  display: inline-block;
  padding-left: 50px;
}
.contact-list .contact-list_select > ul > li .contact-list_select_box .contact-list_select_box_link.opt-mail {
  color: #32469b;

  font-size: 1.8rem;
}
.contact-list .contact-list_select > ul > li .contact-list_select_box .contact-list_select_box_link.opt-mail > span {
  background: url(../images/icon_bg_mail-blue.svg) no-repeat 0 0;
  background-size: 26px 20px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .contact-list {
    padding: 50px 0 70px;
  }
  .contact-list .contact-list_select > ul {
    display: block;
  }
  .contact-list .contact-list_select > ul > li {
    border-radius: 6px;
    display: block;
    min-height: 0;
    padding: 20px 27px;
    width: auto;
  }
  .contact-list .contact-list_select > ul > li + li {
    margin-top: 15px;
  }
  .contact-list .contact-list_select > ul > li .contact-list_select_box .contact-list_select_box_title > p {
    font-size: 1.7rem;
  }
  .contact-list .contact-list_select > ul > li .contact-list_select_box > p {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .contact-list .contact-list_select > ul > li .contact-list_select_box .contact-list_select_box_link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #32469b;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 290px;
    min-height: 55px;
    width: 100%;
  }
  .contact-list .contact-list_select > ul > li .contact-list_select_box .contact-list_select_box_link > span {
    background-size: 30px 18px;
    padding-left: 40px;
  }
  .contact-list .contact-list_select > ul > li .contact-list_select_box .contact-list_select_box_link.opt-mail {
    font-size: 1.6rem;
  }
}



/* product */
.wapper{
	width: 1200px;
	margin: 0 auto;
}
.productbox .wapper h3{
	font-size: 22px;
	margin-top: 40px;
	color: #072b4d;
}
.productbox .wapper p{
	font-size: 16px;
}
.imgbox{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 60px;
}
.imgbox img{
	width: 100%;
}
.innertextbox a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	background: #f2f2ea;
	border: 1px solid #f2f2ea;
	border-radius: 50px;
	padding: 10px 50px;
	box-sizing: border-box;
	text-decoration: none;
	margin-bottom: 20px;
}
.innertextbox a img{
	width: 50px;
	min-width: 50px;
}
.innertextbox a p{
	margin-top: 0;
	padding-left: 10px;
	text-decoration: underline;
	color: #0067cc;
	font-weight: 600;
}
.innertextbox a:hover{
	opacity: 0.7;
}

.inner_item1box{
	padding: 20px 0;
	box-sizing: border-box;
	background-color: #f1f4f5;
}
.inner_item1box h1{
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 35px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.inner_item1box h1 span{
	font-size: 16px;
	padding-left: 10px;
	box-sizing: border-box;
}
.inner_item1box .item1_list{
	width: 100%;
	margin: 0 auto;
	margin-top:10px;
}
.inner_item1box .item1_list ul{
	display: flex;
	flex-wrap: wrap;
}
.inner_item1box .item1_list ul li{
	width: 33.33%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.inner_item1box .item1_list ul li a{
	display: flex;
	background: white;
	text-decoration: none;
	align-items: center;
}
.inner_item1box .item1_list ul li .left_img{
	width: 40%;
}
.inner_item1box .item1_list ul li .left_img img{
	max-width: 100%;
	width: 100%;
}
.inner_item1box .item1_list ul li .right_text{
	width: 60%;
	padding: 20px;
	box-sizing: border-box;
}
.inner_item1box .item1_list ul li .right_text p{
	font-size: 14px;
	color: #000;
	margin-top: 0;
	text-decoration: none;
}
.inner_item1box .item1_list ul li a:hover{
	opacity: 0.7;
}
.inner_item1box .item1_list ul li a img{
	max-width: 100%;
	width: 100%;
	max-height: 144px;
}


.inner_item2box{
	padding: 50px 0;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.inner_item2box .item2_left{
	width: 68%;
}

.inner_item2box .item2_right{
	width: 29%;
}

.inner_item2box .item2_left .left_title{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner_item2box .item2_left .left_title .t_l{
	font-size: 22px;
    color: #072b4d;
    position: relative;
    margin: 0;
    font-weight: 700;
    padding: 13px 0;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.inner_item2box .item2_left .left_title .t_l:before{
	width: 28px;
	height: 28px;
	content: "";
	background: url(../images/ico_month.png) no-repeat center 50%;
}
.inner_item2box .item2_left .left_title .t_l h2{
	font-size: 22px;
	padding-left: 10px;
	box-sizing: border-box;
}
.inner_item2box .item2_left .left_title .t_l span{
	display: inline-block;
    border: 1px solid #e60000;
    color: #da012c;
    text-align: center;
    font-size: 12px;
    padding-top: 3px;
    width: 64px;
    height: 24px;
    vertical-align: middle;
    margin-left: 14px;
}
.inner_item2box .item2_left .left_title .t_r{
	padding: 5px 36px 8px;
    font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #b5babf;
    background: #fff;   
    background-image: linear-gradient(180deg,#fff 0,#e4e6e7 100%);
    color: #333;
	border-radius: 5px;
    box-shadow: none;
}
.inner_item2box .item2_left .left_title .t_r a{
	display: block;
	position: relative;
}
.inner_item2box .item2_left .left_title .t_r a:after{
	display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    content: " ";
	top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 0;
/*    margin-right: 15px; */
	margin-left: 10px;
    border-right: 0 solid transparent;
    border-left: 5px solid #46484b;
}




.item2_right ul li{
	margin-bottom: 40px;
}
.item2_right ul li:first-child a{
	border: 1px solid transparent;
}
.item2_right ul li a{
	margin-bottom: 20px;
	display: block;
	border: 1px solid #b5babf;
}
.item2_right ul li a img{
	width: 100%;
}
.li_title{
	width: 100%;
    background-color: #eff0f4;
	margin-bottom: 20px;
    padding: 10px 8px 4px 8px;
    font-size: 15px;
	box-sizing: border-box;
	text-align: left;
	color: #072b4d;
}
.li_title h2{
	font-size: 15px;
}
.item2_right ul li a:hover{
	opacity: 0.7;
}


.left_content{
	padding: 20px 0;
	box-sizing: border-box;
}
.left_content ul li{
	width: 100%;	
	margin-bottom: 50px;
}

.left_content ul li .content_item{
	width: 100%;
}
.content_item dl{
	display: flex;
	flex-wrap: wrap;
}

.content_item dl dd{
	margin-right: 2%;
	width: 23.5%;
	margin-bottom: 20px;
}
.content_item dl dd a{
	text-decoration: none;
}
.content_item dl dd a:hover img{
	opacity: 0.7;
}
.content_item dl dd a .imgbox{
	margin: 0;
}
.content_item dl dd a .textbox p{
  text-align: center;
	margin-top: 0px;
	margin-top: 8px;
	color: #000;
	line-height: 20px;
    font-size: 14px;
}
.content_item dl dd a .textbox span{
	margin-top: 10px;
	display: inline-block;;
    padding: 4px 12px 2px;
	box-sizing: border-box;
    font-size: 12px;
    background-color: #da0026;
    color: #fff;
    text-align: center;
}
.content_item dl dd:nth-child(4n){
	margin-right: 0;
}

.clip .clip_list{
	width: 100%;
	margin: 0 auto;
	margin-top:10px;
}
.clip .clip_list dl{
	display: flex;
	flex-wrap: wrap;
}
.clip .clip_list dl dd{
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.clip .clip_list dl dd a{
	display: flex;
	flex-wrap: wrap;
	background: white;
	text-decoration: none;
	align-items: center;
	box-shadow: 0 0 8px #d5d5d5;
}
.clip .clip_list dl dd .left_img{
	width: 40%;
}
.clip .clip_list dl dd .left_img img{
	max-width: 100%;
	width: 100%;
}
.clip .clip_list dl dd .right_text{
	width: 60%;
	padding: 20px;
	box-sizing: border-box;
}
.clip .clip_list dl dd .right_text p{
	font-size: 14px;
	color: #000;
	margin-top: 0;
	text-decoration: none;
}
.clip .clip_list dl dd a:hover{
	opacity: 0.7;
}
.clip .clip_list dl dd a img{
	max-width: 100%;
	width: 100%;
	max-height: 144px;
}

.clip_btn{
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
}
.clip_btn a{
	background: url(../images/arrow.svg) no-repeat #000000;
    background-size: 40px;
    background-position: top 50% right 20px;
    padding: 18px 0px;
    display: block;
    color: #fff;
    text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
.clip_btn a:hover{
	opacity: 0.7;
}




.more_btn{
	width: 80%;
    margin: 30px auto 0;
    border: 1px solid #666;
    text-align: center;
    font-size: 14px;
}
.more_btn a{
	display: block;
	color: #000;
	padding: 15px 13px;
	box-sizing: border-box;
}
.more_btn a span{
	display: inline-block;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}
.more_btn a span:before{
	content: '';
	    width: 6px;
	    height: 6px;
	    border: 0px;
	    border-top: solid 2px #a1a1a1;
	    border-right: solid 2px #a1a1a1;
	    -ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    position: absolute;
	    top: 5.5px;
	    right: -16px;
	    margin-top: 4px;
}


.clip h1{
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 35px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.clip .clip_content{
	padding: 20px 0;
	box-sizing: border-box;
	width: 100%;
}
.clip .clip_content ul li{
	margin-bottom: 20px;
}
.clip .clip_content ul li .clip_content_title{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.clip .clip_content ul li .clip_content_title h3{
	padding-left: 40px;
	box-sizing: border-box;
	background: url(../images/ico_beauty.svg) no-repeat;
	background-size: 30px 30px;
	margin-top: 0;
}
.clip .clip_content ul li .clip_content_title h3 img{
	width: auto;
    height: 30px;
    padding: 4px 0 2px;
	margin-right: 20px;
	box-sizing: border-box;
}
.clip .hr{
	flex: 1;
}
.clip .hr hr{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.pro_new{
	padding: 20px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.pn_title{
	display: flex;
	align-items: center;
}
.pn_title img{
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
.pn_title h2{
	color: #072b4d;
	font-size: 22px;
	font-weight: 700;
}


.pn_list{
	padding: 20px 0;
	box-sizing: border-box;
}
.pn_list ul li{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: flex;
}
.pn_list ul li span{
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	box-sizing: border-box;
}
.pn_list ul li p{margin-top: 0;}


.pn_list ul li p a:hover{
	text-decoration: none !important;
}

.two_img{
	margin: 0 auto;
	width: 69%;
	display: flex;
	justify-content: space-between;
}
.two_img a{
	width: 48%;
	margin-right: 10px;
	display: block;
	margin-bottom: 20px;
}
.two_img a img{
	max-width: 100%;
}
.two_img a:last-child{
	margin-right: 0;
}


.else_itembox{
	background-color: #edeef0;
	margin-top: 70px;
}
.else_item{	
	padding: 30px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.else_item .ei_1{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	width: 100%;
}
.else_item .ei_1 .ei_left{
	width: 20%;
	background-color: #d6e1ef;
	padding: 35px 17px;
	box-sizing: border-box;
}

.else_item .ei_1 .ei_left .icon{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.else_item .ei_1 .ei_left .icon img{
	max-width: 100%;
	width: auto;
}
.else_item .ei_1 .ei_left h2{
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	color: #072b4d;
}

.else_item .ei_1 .ei_right{
	flex: 1;
	background-color: white;
	border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.else_item .ei_1 .ei_right .r_img{
	display: flex;
}
.else_item .ei_1 .ei_right .r_img img{
	margin-right: 10px;
	max-width: 100%;
	width: 100%;
}
.else_item .ei_1 .ei_right .r_text{
	margin-right: 10px;
	width: 286px;
}
.else_item .ei_1 .ei_right .r_text p{
	margin-top: 0;
	font-size: 14px;
	color: #000;
}

.r_btn a:hover{
	opacity: 0.7;
}

.else_item .ei_2{width: 48%;}
.else_item .ei_2 .ei_right {flex-wrap: wrap;}
.ei_right_50 .r_img{
	width: 100%;
	justify-content: center;
}
.ei_right_50 .r_img img{
	max-width: 100%;
}

.else_item .ei_2 .ei_right_50 .r_text{
	margin-right: 0;
	width: 100%;
}
.ei_right .r_img1 {
	width: 95px;
	margin-right: 10px;
}
.ei_right .r_img1 img{
	max-width: 100%;
}
.ei_right .r_text h3{
	margin-top: 0;
	font-size: 20px;
	text-align: center;
}
.ei_right .r_btn1{
	font-size: 14px;
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    opacity: 1;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	
}
.ei_right .r_btn1 a{
	border: 1px solid #b5babf;
    background: #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e4e6e7 100%);
    background-image: linear-gradient(
180deg
,#fff 0,#e4e6e7 100%);
    color: #333;
    box-shadow: none;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 5px;
}
.ei_right .r_btn1 a{
	text-decoration: none;
	position: relative;
}
.ei_right .r_btn1 a span{
	color: #000;
	font-weight: 700;
	
}

.ei_right .r_btn1 a:after{
	display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    content: " ";
    border-right: 0 solid transparent;
    border-left: 5px solid #46484b;
	position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 5px;
}

.s_t_img{
	display: flex;
	flex-wrap: wrap;
	width: 69%;
	margin: 0 auto;
	justify-content: space-between;
}
.s_t_img a{
	display: block;
	width: 48%;
	margin-bottom: 20px;
}
.s_t_img a img{
	width: 100%;
}
.s_t_img a:hover{
	opacity: 0.7;
}



.pro_bottombox{
	padding: 20px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.pro_bot_content{
	padding: 20px 0;
	box-sizing: border-box;
}
.pro_bot_content ul{
	display: flex;
	flex-wrap: wrap;
}
.pro_bot_content ul li{
	margin-right: 2%;
	width: 23.5%;
	margin-bottom: 20px;
}
.pro_bot_content ul li:nth-child(4n){
	margin-right: 0;
}
.pro_bot_content ul li a{
	border: 1px solid #ccc;
	text-decoration: none;
	display: block;
}
.pro_bot_content ul li a .imgbox{
	width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro_bot_content ul li a .imgbox img{
	max-width: 100%;
}
.pro_bot_content ul li a .textbox{
	border-top: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.pro_bot_content ul li a .textbox p{
	margin: 0;
	font-size: 14px;
	color: #000;
}

.pro_bot_content ul li a:hover{
	opacity: 0.7;
}


.bo_botbox{
	background: #f5f6f7;
}

.bo_botbox .bo_bot{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 0;
	box-sizing: border-box;
	justify-content: space-between;
}
.bo_botbox .bo_bot .bot_left{
	display: flex;
	align-items: center;
}
.bo_botbox .bo_bot .bot_left img{
	padding-right: 20px;
	box-sizing: border-box;
	max-width: 100%;
}
.bo_botbox .bo_bot .bot_left p{
	margin: 0;
	font-size: 13px;
	color: #000;
}
.bo_botbox .bo_bot .bot_left p a{
	font-size: 13px;
	color: #000;
}
.bo_botbox .bo_bot .bot_left p a:hover{
	text-decoration: none;
}

.bo_botbox .bo_bot .bot_right a img{
	max-width: 100%;
}
.bo_botbox .bo_bot .bot_right a :hover{
	opacity: 0.7;
}




@media (max-width: 767px) {
	.wapper {
	    width: 95%;
	    margin: 0 auto;
	}
	.inner_item1box .item1_list ul li{
		width: 100%;
	}
	.inner_item2box .item2_left{
		width: 100%;
	}
	.inner_item2box .item2_right{
		display: none;
	}
	.clip_btn{
		width: 80%;
	}
	.clip .clip_list dl dd .left_img {
	    width: 100%;
		margin-bottom: 15px;
	}
	.clip .clip_list dl dd .right_text {
	    width: 100%;
	}
	.two_img{
		width: 100%;
	}
	.two_img a{
		width: 48%;
	}
	.else_item .ei_1 .ei_left{
		width: 100%;
	}
	.s_t_img{
		
		width: 100%;
		
	}
	.s_t_img a{
		display: block;
		width: 100%;
	}
	.ei_right .r_img1 {width: 100%;display: flex;justify-content: center;}
	.ei_right .r_img1 {
	    margin-right: 0;
	}
	.else_item .ei_1 .ei_right .r_text {
	    margin-right: 0px;
	    width: auto;
	}
	.pro_bot_content ul li{
		margin-right: 2%;
		width: 50%;
	}
	.pro_bot_content ul li:nth-child(2n){
		margin-right: 0;
	}
}