/* ==========================================================================
   Index
   ========================================================================== */
/* Main visual
   ========================================================================== */
.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;
  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;
    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 h2 {
  font-size: 6.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 {
  position: relative;
  padding-top: 135px;
  background: #32469b;
  background-image: -webkit-gradient(linear, left top, right top, from(#32469b), to(#325ab3));
  background-image: -webkit-linear-gradient(left, #32469b 0%, #325ab3 100%);
  background-image: linear-gradient(90deg, #32469b 0%, #325ab3 100%);
}
@media (max-width: 767px) {
  .top-business {
    padding-top: 38px;
  }
}
.top-business:before,
.top-business:after {
  position: absolute;
  top: 20px;
  right: 50%;
  width: 1px;
  height: 100px;
  background: #707eb9;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-business:before,
  .top-business:after {
    content: none;
  }
}
.top-business:after {
  top: 87px;
  height: 33px;
  background: #fff;
}
@media (max-width: 767px) {
  .top-business:after {
    top: 50px;
    height: 20px;
  }
}



.top-business .top-business_border {
  height: 100px;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.top-business .top-business_border:before,
.top-business .top-business_border:after {
  background: rgba(50, 70, 155, 0.3);
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.top-business .top-business_border:before {
  background-color: #32469b;
  -webkit-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-business .top-business_title {
  color: #fff;
  text-align: center;
}
.top-business .top-business_title:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
.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_title h2 > b {
    opacity: 0;
    transition: all 0.3s;
  }
  .top-business.is-active .top-business_title h2 > b {
    opacity: 1;
  }
}
.top-business .top-business_inner {
  height: 800px;
  position: relative;
  z-index: 0;
}

.top-business .top-business_inner:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #d0e6e9), color-stop(50%, #fcf4d7));
  background: linear-gradient(90deg, #d0e6e9 50%, #fcf4d7 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(../images/business_bg.png) no-repeat 50% 50%;*/
  background-size: auto 120%;
  height: inherit;
  position: relative;
  z-index: 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: 70px;
  z-index: 1;
}

.top-business .top-business_inner .top-business_inner_text h3 {
  color: #222;
  font-size: 3.1em;
  font-weight: 500;
  line-height: 1.6;
}

.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;
  }
}
@media (max-width: 767px) {
  .top-business .top-business_inner {
    height: initial;
    padding: 53px 0 55px;
  }
  .top-business .top-business_inner:before {
    content: none;
  }
  .top-business .top-business_inner .top-business_inner_bg {
    /*background: url(../images/business-bottom_bg-tab.png) no-repeat 50% 100%, url(../images/business-top_bg-tab.png) no-repeat 50% 0, url(../images/business-body_bg-tab.png) repeat-y 50% 0;*/
    background-size: 100% auto;
    transition: none;
  }
  .top-business .top-business_inner .top-business_inner_text {
    position: relative;
    top: initial;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-business .top-business_inner .top-business_inner_text h3 {
    font-size: 2.1em;
  }
  .top-business .top-business_inner .top-business_inner_text p {
    font-size: 1.5em;
    margin-top: 15px;
  }
}
.top-business .top-business_inner_side-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1002px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 500px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

.top-business .top-business_inner_side-img figure {
  max-width: 420px;
  width: 50%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

@media (max-width: 767px) {
  .top-business .top-business_inner_side-img {
    display: none;
  }
}
.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: 278px;
  z-index: 2;
}

.top-business .top-business_inner_and-text figure {
  text-align: center;
  width: 420px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.top-business .top-business_inner_and-text figure:nth-child(1) img {
  width: 224px;
}

.top-business .top-business_inner_and-text figure:nth-child(2) {
  margin-top: 84px;
  height: 167px;
  width: 162px;
}
.top-business .top-business_inner_and-text figure:nth-child(2) img {
  max-height: 100%;
  max-width: initial;
}

.top-business .top-business_inner_and-text figure:nth-child(3) img {
  width: 218px;
}

@media (max-width: 767px) {
  .top-business .top-business_inner_and-text {
    position: relative;
    top: initial;
    margin-top: 60px;
  }
  .top-business .top-business_inner_and-text figure {
    width: 156px;
  }
  .top-business .top-business_inner_and-text figure:nth-child(1) {
    text-align: right;
  }
  .top-business .top-business_inner_and-text figure:nth-child(1) img {
    width: 125px;
  }
  .top-business .top-business_inner_and-text figure:nth-child(2) {
    margin-top: 55px;
    height: 74px;
    width: 64px;
  }
  .top-business .top-business_inner_and-text figure:nth-child(3) {
    text-align: left;
  }
  .top-business .top-business_inner_and-text figure:nth-child(3) img {
    width: 124px;
  }
}
.top-business .top-business_inner_btn {
  width: 100%;
  position: absolute;
  bottom: 75px;
  left: 0;
  z-index: 3;
}

@media (max-width: 767px) {
  .top-business .top-business_inner_btn {
    position: relative;
    bottom: initial;
    margin-top: 65px;
  }
}
.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: 0.2s;
}

.top-business.is-active .top-business_inner_side-img {
  -webkit-transition-delay: -webkit-calc(.2s * 2);
  transition-delay: 0.4s;
}

.top-business.is-active .top-business_inner_and-text {
  -webkit-transition-delay: -webkit-calc(.3s * 2);
  transition-delay: 0.6s;
}

.top-business.is-active .top-business_inner_btn {
  -webkit-transition-delay: -webkit-calc(.4s * 2);
  transition-delay: 0.8s;
}

.top-business.is-active .top-business_inner_bg {
  background-size: auto 100%;
}

@media (max-width: 767px) {
  .top-business.is-active .top-business_inner_bg {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: 645px auto, 645px auto, 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 {
  background-image: url(../images/top-animate-border_bg01.png);
  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 {
  background-image: url(../images/top-animate-border_bg02.png);
  height: 273px;
  width: 169px;
  left: 476px;
  top: -270px;
}
.top-section .top-content-border_bg03 {
  background-image: url(../images/top-animate-border_bg03.png);
  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(../images/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 {
    background-image: url(../images/top-animate-border_bg02-sp.png);
    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 {
    background-image: url(../images/top-animate-border_bg03-sp.png);
    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(../images/sustainability-illust_bg01.png);
  height: 178px;
  width: 246px;
  left: 503px;
  top: 337px;
}
.top-sustainability .top-sustainability_bg02 {
  background-image: url(../images/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 {
  background-image: url(../images/rd-illust_bg01.png);
  height: 166px;
  width: 222px;
  left: 346px;
  top: -22px;
}
.top-rd .top-rd_bg02 {
  background-image: url(../images/rd-illust_bg02.png);
  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 {
  margin-bottom: 100px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top-use .top-use_content {
  background: url(../images/use_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  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-family: 'Noto Sans JP', sans-serif;
  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-bottom: 70px;
    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(../images/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_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);
  }
  .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: 150px 0;
  color: #333;
}
.top-global p {
  font-size: 1.8em;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .top-global {
    padding: 70px 20px;
    background-size: 100% auto;
  }
  .top-global p {
    font-size: 1.5em;
  }
  .top-global .top-global_btn > a {
    min-width: 290px;
  }
}
.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-global_button.m-button > a {
  background: #fff;
  color: #32469b;
}
@media (max-width: 767px) {
  .top-global_button.m-button > a {
    min-width: 290px;
    padding: 15px 50px;
  }
}
@media (min-width: 768px) {
  .top-global_button.m-button > a:hover {
    background: #eef1f7;
  }
}
.top-global_button.m-button > a:after {
  background: url(../images/icon_bg_arw-right-blue.svg) no-repeat left center;
}
/* 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: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;
}
@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;
  }
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li.has-icon.is-type01 .top-news-release_content_list_items_date:before {
  background-color: #00b2e5;
  content: "お知らせ";
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li.has-icon.is-type02 .top-news-release_content_list_items_date:before {
  background-color: #745fb5;
  content: "経営・財務";
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li.has-icon.is-type03 .top-news-release_content_list_items_date:before {
  background-color: #6cb730;
  content: "サステナビリティ";
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li.has-icon.is-type04 .top-news-release_content_list_items_date:before {
  background-color: #8c9dbb;
  content: "人事";
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li.has-icon.is-type05 .top-news-release_content_list_items_date:before {
  background-color: #fd923a;
  content: "キャンペーン・CM";
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li.has-icon.is-type06 .top-news-release_content_list_items_date:before {
  background-color: #00b2e5;
  content: "企業その他";
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li.has-icon.is-type07 .top-news-release_content_list_items_date:before {
  background-color: #2f55af;
  content: "商品・サービス";
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li.has-icon.is-type08 .top-news-release_content_list_items_date:before {
  background-color: #01a68b;
  content: "研究開発";
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li.has-icon.is-type09 .top-news-release_content_list_items_date:before {
  background-color: #3981d5;
  content: "店舗関連";
}
.top-news-release .top-news-release_content .top-news-release_content_list > ul > li.has-icon.is-type10 .top-news-release_content_list_items_date:before {
  background-color: #b82a3f;
  content: "アテニア";
}
@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;
  }
}
/* content-footer
   ========================================================================== */
.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-footer ul li a.content-footer_icon01 {
    background-image: url(../images/icon_bg_content-footer01.svg);
  }
  .content-footer ul li a.content-footer_icon02 {
    background-image: url(../images/icon_bg_content-footer02.svg);
  }
  .content-footer ul li a.content-footer_icon03 {
    background-image: url(../images/icon_bg_content-footer03.svg);
  }
}
/* 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;
  }
}
/* top related link
   ========================================================================== */
.content-footer .top-related-link {
  display: table;
}
@media (max-width: 767px) {
  .content-footer .top-related-link {
    width: 100%;
    table-layout: fixed;
  }
}
.content-footer .top-related-link > li {
  display: table-cell;
  float: none;
  width: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .content-footer .top-related-link > li {
    width: 400px;
    padding-left: 40px;
  }
  .content-footer .top-related-link > li:first-child {
    width: 360px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .content-footer .top-related-link > li {
    width: 100%;
  }
}
