@charset "UTF-8";
/*------------------------------------------------------------------------------

  Common

------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  section {
    min-width: 1100px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_common_h2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -38px;
  }
}

@media only screen and (max-width: 767px) {
  .top_common_h2 {
    position: relative;
    top: -22px;
    text-align: center;
  }
}

.top_common_h2 h2 {
  position: relative;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .top_common_h2 h2 {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .top_common_h2 h2 {
    display: inline-block;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.top_common_h2 h2::before {
  content: "";
  position: absolute;
  display: block;
  background: url("/common/img/icon_h2.svg") center center/contain no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .top_common_h2 h2::before {
    width: 53px;
    height: 58px;
    left: -60px;
  }
}

@media only screen and (max-width: 767px) {
  .top_common_h2 h2::before {
    width: 31px;
    height: 34px;
    left: -35px;
  }
}

/*------------------------------------------------------------------------------

  animation

------------------------------------------------------------------------------*/
@-webkit-keyframes scroll {
  0% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}

/*------------------------------------------------------------------------------

  top_mainvisual

------------------------------------------------------------------------------*/
.top_mainvisual {
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual {
    min-width: 1100px;
  }
}

.top_mainvisual .swiper-slide img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .swiper-slide img {
    min-width: 1100px;
  }
}

.top_mainvisual .mainvisual_copy {
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 1300px) {
  .top_mainvisual .mainvisual_copy {
    top: 17%;
    left: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_copy {
    top: 17.5%;
    left: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_copy {
    top: 9%;
    left: 10px;
  }
}

.top_mainvisual .mainvisual_copy h2 {
  color: #015b60;
  font-weight: bold;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_copy h2 {
    font-size: 6.3vw;
    letter-spacing: 0.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_copy h2 {
    font-size: 44px;
    font-size: 4.4rem;
    letter-spacing: 0.7rem;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1900px) {
  .top_mainvisual .mainvisual_copy h2 {
    font-size: 4.1vw;
  }
}

@media print, screen and (min-width: 1901px) {
  .top_mainvisual .mainvisual_copy h2 {
    font-size: 80px;
    font-size: 8rem;
  }
}

.top_mainvisual .mainvisual_link {
  z-index: 2;
  -webkit-transform: skewX(-40deg);
          transform: skewX(-40deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15);
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_link {
    position: absolute;
    right: 0;
    bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_link {
    width: 130%;
    position: relative;
    left: -70px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_link.link01 {
    bottom: 110px;
  }
}

.top_mainvisual .mainvisual_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_link ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_link-item.item01 {
    width: 58.7%;
  }
}

.top_mainvisual .mainvisual_link-item.item01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_link-item.item01 a {
    width: 380px;
    height: 96px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_link-item.item01 a {
    width: 100%;
    height: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_link-item.item01 a img {
    width: 244px;
    height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_link-item.item01 a img {
    width: 184px;
    height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_link-item.item01 a span {
    position: relative;
    left: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_link-item.item01 a:hover {
    background-color: #cce5e6;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_link-item.item02 {
    width: 41.3%;
  }
}

.top_mainvisual .mainvisual_link-item.item02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #5cb531;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_link-item.item02 a {
    width: 255px;
    height: 96px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_link-item.item02 a {
    width: 100%;
    height: 80px;
    position: relative;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_link-item.item02 a span {
    position: relative;
    left: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_link-item.item02 a span {
    position: absolute;
    top: calc(50% + 2px);
    left: 15%;
    -webkit-transform: translateY(-50%) skewX(40deg);
            transform: translateY(-50%) skewX(40deg);
  }
}

@media only screen and (max-width: 420px) {
  .top_mainvisual .mainvisual_link-item.item02 a span {
    left: 10%;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_link-item.item02 a img {
    width: 136px;
    height: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_link-item.item02 a img {
    width: 90px;
    height: 29px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_link-item.item02 a:hover {
    background-color: #439836;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_link-item.item03 {
    width: 41.3%;
  }
}

.top_mainvisual .mainvisual_link-item.item03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f4eb;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_link-item.item03 a {
    width: 255px;
    height: 96px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_link-item.item03 a {
    width: 100%;
    height: 80px;
    position: relative;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_link-item.item03 a span {
    position: relative;
    left: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_link-item.item03 a span {
    position: absolute;
    top: calc(50% + 2px);
    left: 15%;
    -webkit-transform: translateY(-50%) skewX(40deg);
            transform: translateY(-50%) skewX(40deg);
  }
}

@media only screen and (max-width: 420px) {
  .top_mainvisual .mainvisual_link-item.item03 a span {
    left: 10%;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_link-item.item03 a img {
    width: 160px;
    height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_link-item.item03 a img {
    width: 90px;
    height: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_link-item.item03 a:hover {
    background-color: #e4e2dd;
  }
}

.top_mainvisual .mainvisual_link-item span {
  -webkit-transform: skewX(40deg);
          transform: skewX(40deg);
}

.top_mainvisual .mainvisual_scroll-title {
  position: absolute;
  display: none;
  text-transform: uppercase;
  font-family: arial;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: 40px;
  left: -60px;
  bottom: 140px;
  z-index: 5;
  color: #00787e;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_scroll-title {
    font-size: 10px;
    font-size: 1rem;
    left: -16px;
    bottom: -75px;
  }
}

.top_mainvisual .mainvisual_scroll-down {
  position: absolute;
  display: none;
  text-align: center;
  left: -33px;
  bottom: 140px;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_scroll-down {
    left: 6px;
    bottom: -55px;
  }
}

.top_mainvisual .mainvisual_scroll-down::before {
  content: "";
  -webkit-animation: scroll 2.9s cubic-bezier(1, 0, 0, 1) infinite;
          animation: scroll 2.9s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 120px;
  background-color: #00787e;
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_scroll-down::before {
    width: 1px;
    height: 45px;
  }
}

.top_mainvisual .mainvisual_news {
  background-color: #00787e;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news {
    padding: 21px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news {
    padding: 25px 10px;
  }
}

.top_mainvisual .mainvisual_news-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top_mainvisual .mainvisual_news-btn h3 {
  color: #fff;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news-btn h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news-btn h3 {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.top_mainvisual .mainvisual_news-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news-btn a {
    width: 130px;
    height: 30px;
    padding-left: 12px;
    margin-left: 70px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top_mainvisual .mainvisual_news-btn a:hover {
    color: #00787e;
    background-color: #fff;
  }
  .top_mainvisual .mainvisual_news-btn a:hover::after {
    background: url(/common/img/icon_arrow_g.svg) center center/contain no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news-btn a {
    width: 108px;
    height: 26px;
    padding-left: 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.top_mainvisual .mainvisual_news-btn a::after {
  content: '';
  position: absolute;
  display: block;
  background: url(/common/img/icon_arrow_w.svg) center center/contain no-repeat;
  width: 14px;
  height: 5px;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news-btn a::after {
    right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news-btn a::after {
    right: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news_wrapper {
    margin-top: 17px;
  }
}

.top_mainvisual .mainvisual_news-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: default;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news-date + .mainvisual_news_content {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news-date + .mainvisual_news_content {
    margin-top: 15px;
  }
}

.top_mainvisual .mainvisual_news-time {
  color: #fff;
  font-family: arial;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news-time {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news-time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news-time + .mainvisual_news-tag {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news-time + .mainvisual_news-tag {
    margin-left: 15px;
  }
}

.top_mainvisual .mainvisual_news-tag {
  background-color: #fff;
  color: #00787e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: default;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news-tag {
    font-size: 12px;
    font-size: 1.2rem;
    width: 115px;
    height: 20px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news-tag {
    font-size: 11px;
    font-size: 1.1rem;
    width: 90px;
    height: 18px;
    border-radius: 9px;
  }
}

.top_mainvisual .mainvisual_news_content {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news_content {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news_content {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.top_mainvisual .mainvisual_news_content.is-omit {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 12px;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news_content.is-omit {
    max-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news_content.is-omit {
    max-height: 44px;
  }
}

.top_mainvisual .mainvisual_news_content.is-omit::before, .top_mainvisual .mainvisual_news_content.is-omit::after {
  position: absolute;
  background: #00787e;
}

.top_mainvisual .mainvisual_news_content.is-omit::before {
  content: "...";
  bottom: 0;
  right: 0;
  text-align: right;
}

.top_mainvisual .mainvisual_news_content.is-omit::after {
  content: "";
  width: 100%;
  height: 100%;
}

.top_mainvisual .mainvisual_news_content a {
  color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 35px;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news_content a {
    font-size: 16px;
    font-size: 1.6rem;
    max-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news_content a {
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 44px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news_content a:hover {
    text-decoration: underline;
  }
}

.top_mainvisual .mainvisual_news_content a::before, .top_mainvisual .mainvisual_news_content a::after {
  position: absolute;
  background: #00787e;
}

.top_mainvisual .mainvisual_news_content a::before {
  content: "...";
  bottom: 0;
  right: 20px;
  text-align: right;
}

.top_mainvisual .mainvisual_news_content a::after {
  content: "";
  width: 100%;
  height: 100%;
}

.top_mainvisual .mainvisual_news_content .news_pdf {
  position: relative;
}

.top_mainvisual .mainvisual_news_content .news_blank {
  position: relative;
}

.top_mainvisual .mainvisual_news_content .pdf {
  position: absolute;
  display: inline-block;
  z-index: 2;
  bottom: 5px;
  width: 14px;
  height: 16px;
  background: url("/common/img/icon_pdf_w.svg") center center/contain no-repeat;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news_content .pdf {
    bottom: 3px;
  }
}

.top_mainvisual .mainvisual_news_content .blank {
  position: absolute;
  display: inline-block;
  z-index: 2;
  bottom: 8px;
  background: url("/common/img/icon_blank_w.svg") center center/contain no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news_content .blank {
    bottom: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news_corona {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news_corona {
    margin-top: 25px;
  }
}

.top_mainvisual .mainvisual_news_corona a {
  width: 100%;
  max-width: 309px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding-left: 15px;
  background-color: #5cb531;
  border-radius: 3px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top_mainvisual .mainvisual_news_corona a {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: .1s linear;
    transition: .1s linear;
  }
  .top_mainvisual .mainvisual_news_corona a:hover {
    background-color: #439836;
  }
}

@media only screen and (max-width: 767px) {
  .top_mainvisual .mainvisual_news_corona a {
    padding-left: 13px;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto;
  }
}

.top_mainvisual .mainvisual_news_corona a::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 5px;
  background: url(/common/img/icon_arrow_w.svg) center center/contain no-repeat;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

/*------------------------------------------------------------------------------

  top_challenge

------------------------------------------------------------------------------*/
.top_challenge {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .top_challenge_wrapper {
    margin-bottom: 280px;
    padding: 30px 20px;
    background-color: #e3eff0;
  }
}

@media only screen and (max-width: 767px) {
  .top_challenge_wrapper {
    margin-bottom: 90px;
    padding: 115px 15px 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3eff0), color-stop(91%, #e3eff0), color-stop(91%, white), to(white));
    background: linear-gradient(to bottom, #e3eff0 0%, #e3eff0 91%, white 91%, white 100%);
  }
}

.top_challenge .container {
  background-color: #fff;
  position: relative;
  padding: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top_challenge .container {
    max-width: 1226px;
    height: 511px;
    bottom: -130px;
    -webkit-box-shadow: 0px 8px 60px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 60px 0px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 767px) {
  .top_challenge .container {
    -webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
  }
}

.top_challenge .container::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #00787e;
  width: 140px;
  height: 1px;
  top: -104px;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}

@media only screen and (max-width: 767px) {
  .top_challenge .container::before {
    width: 80px;
    top: -90px;
    left: calc(50% + 15px);
    -webkit-transform: translateX(-50%) rotate(125deg);
            transform: translateX(-50%) rotate(125deg);
  }
}

@media print, screen and (min-width: 768px) {
  .top_challenge .container::before {
    left: 25px;
  }
}

@media print, screen and (min-width: 1301px) {
  .top_challenge .container::before {
    left: 108px;
  }
}

.top_challenge-logo {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .top_challenge-logo {
    width: 195px;
    height: 65px;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media print, screen and (min-width: 768px) {
  .top_challenge-logo {
    width: 345px;
    height: 115px;
    top: -40px;
    left: 20px;
  }
}

@media print, screen and (min-width: 1301px) {
  .top_challenge-logo {
    left: -20px;
  }
}

.top_challenge-logo img {
  width: 100%;
}

.top_challenge .swiper-container {
  overflow: visible;
  position: static;
}

.top_challenge .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .top_challenge .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .top_challenge .swiper-btn-wrapper {
    position: absolute;
    bottom: 75px;
    left: 45.7%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top_challenge .swiper-btn-wrapper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .top_challenge .swiper-btn-wrapper .swiper-pagination {
    position: relative;
    margin: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .top_challenge .swiper-btn-wrapper .swiper-pagination {
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -35px;
    width: 100%;
  }
}

.top_challenge .swiper-btn-wrapper .swiper-pagination > * {
  outline: none;
  position: relative;
}

.top_challenge .swiper-btn-wrapper .swiper-pagination > * + * {
  margin-left: 8px;
}

.top_challenge .swiper-btn-wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: #00787e;
  width: 5px;
  height: 5px;
  opacity: 1;
  border-radius: 50%;
}

.top_challenge .swiper-btn-wrapper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 120, 126, 0);
          box-shadow: 0 0 0 2px rgba(0, 120, 126, 0);
}

.top_challenge .swiper-btn-wrapper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  -webkit-box-shadow: 0 0 0 2px #00787e;
          box-shadow: 0 0 0 2px #00787e;
}

.top_challenge .swiper-btn-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 3px solid #00787e;
}

.top_challenge .swiper-btn-wrapper .swiper-button-prev,
.top_challenge .swiper-btn-wrapper .swiper-button-next {
  outline: none;
  border: 1px solid #00787e;
  border-radius: 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media print, screen and (min-width: 768px) {
  .top_challenge .swiper-btn-wrapper .swiper-button-prev,
  .top_challenge .swiper-btn-wrapper .swiper-button-next {
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .top_challenge .swiper-btn-wrapper .swiper-button-prev,
  .top_challenge .swiper-btn-wrapper .swiper-button-next {
    width: 34px;
    height: 34px;
    top: 50vw;
  }
}

.top_challenge .swiper-btn-wrapper .swiper-button-prev::after,
.top_challenge .swiper-btn-wrapper .swiper-button-next::after {
  content: "";
  width: 10px;
  height: 10px;
  position: relative;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.top_challenge .swiper-btn-wrapper .swiper-button-prev:hover,
.top_challenge .swiper-btn-wrapper .swiper-button-next:hover {
  background-color: #00787e;
}

.top_challenge .swiper-btn-wrapper .swiper-button-prev:hover::after,
.top_challenge .swiper-btn-wrapper .swiper-button-next:hover::after {
  border-color: #fff;
}

@media only screen and (max-width: 767px) {
  .top_challenge .swiper-btn-wrapper .swiper-button-prev {
    left: -10px;
  }
}

.top_challenge .swiper-btn-wrapper .swiper-button-prev::after {
  border-top: 2px solid #00787e;
  border-left: 2px solid #00787e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -2px;
}

@media only screen and (max-width: 767px) {
  .top_challenge .swiper-btn-wrapper .swiper-button-next {
    right: -10px;
  }
}

.top_challenge .swiper-btn-wrapper .swiper-button-next::after {
  border-top: 2px solid #00787e;
  border-right: 2px solid #00787e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -2px;
}

@media only screen and (max-width: 767px) {
  .challenge_wrapper {
    padding: 48px 20px 25px;
  }
}

.challenge_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .challenge_content {
    width: 696px;
    max-height: 511px;
    padding: 126px 50px 65px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content {
    max-width: 100%;
  }
}

.challenge_content-image {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .challenge_content-image {
    float: right;
    top: -40px;
    right: -5px;
    max-width: 495px;
    max-height: 574px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content-image {
    padding: 0 40px;
    max-width: 100%;
  }
}

.challenge_content-image img {
  width: 100%;
  height: 100%;
}

.challenge_content-tag {
  border: 1px solid #00787e;
  display: inline-block;
  cursor: default;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .challenge_content-tag {
    min-width: 120px;
    border-radius: 12px;
    padding: 1px 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content-tag {
    min-width: 90px;
    border-radius: 10px;
    padding: 1px 10px;
  }
}

.challenge_content-tag p {
  color: #00787e;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .challenge_content-tag p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_content-title {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content-title {
    margin-top: 12px;
  }
}

.challenge_content-title h3 {
  line-height: 1.3;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .challenge_content-title h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_content-title h3 {
    font-size: 31px;
    font-size: 3.1rem;
  }
}

@media print, screen and (min-width: 1301px) {
  .challenge_content-title h3 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_content-text {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content-text {
    margin-top: 15px;
  }
}

.challenge_content-text p {
  color: #555;
  line-height: 1.9;
}

@media print, screen and (min-width: 768px) {
  .challenge_content-text p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content-text p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content-link {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_content-link {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 1301px) {
  .challenge_content-link {
    margin-top: 30px;
  }
}

.challenge_content-link a {
  background-color: #5cb531;
  color: #fff;
  display: block;
  line-height: 1.4;
  border-radius: 3px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .challenge_content-link a {
    font-size: 16px;
    font-size: 1.6rem;
    width: 280px;
    padding: 15px 20px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content-link a {
    font-size: 15px;
    font-size: 1.5rem;
    max-width: 270px;
    width: 100%;
    margin: auto;
    padding: 14px 20px;
  }
}

.challenge_content-link a:hover {
  background-color: #439836;
}

@media only screen and (max-width: 767px) {
  .challenge_content-link a.icon_arrow_w::after {
    width: 18px;
    height: 5px;
  }
}

.challenge_content_count {
  color: #d8dbe1;
  font-family: arial;
  font-style: italic;
  position: relative;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .challenge_content_count {
    top: 80px;
    right: -6px;
    padding-right: 50px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content_count {
    top: -20px;
    right: -20px;
    padding-right: 14px;
  }
}

.challenge_content_count::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d8dbe1;
  bottom: 7px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .challenge_content_count::after {
    bottom: 12px;
  }
}

.challenge_content_count-now {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .challenge_content_count-now {
    font-size: 78px;
    font-size: 7.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content_count-now {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.challenge_content_count-vol {
  position: relative;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .challenge_content_count-vol {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content_count-vol {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.challenge_content_count-vol::before {
  content: ".";
  position: absolute;
  display: block;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .challenge_content_count-vol::before {
    right: -12px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content_count-vol::before {
    right: -6px;
  }
}

.challenge_content_count-vol + .challenge_content_count-now {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .challenge_content_count-vol + .challenge_content_count-now {
    margin-left: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content + .challenge_content-image {
    margin-bottom: 15px;
  }
}

/*------------------------------------------------------------------------------

  top_product

------------------------------------------------------------------------------*/
.top_product {
  position: relative;
  background-color: #e5eaf2;
}

.top_product .container {
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .top_product .container {
    width: 100%;
    max-width: 1600px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_product .index_btn {
    right: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .product_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .product_wrapper {
    margin-top: 30px;
  }
}

.product_menu {
  background-color: #00787e;
}

@media print, screen and (min-width: 768px) {
  .product_menu {
    width: 230px;
  }
}

@media print, screen and (min-width: 768px) {
  .product_menu ul {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .product_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .product_menu li {
    width: 25%;
  }
}

.product_menu li.current a {
  background-color: #1f272a;
}

.product_menu li.current a::before, .product_menu li.current a::after {
  content: "";
  position: absolute;
  display: block;
}

.product_menu li.current a::before {
  background-color: #5cb531;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .product_menu li.current a::before {
    width: 6px;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .product_menu li.current a::before {
    width: 100%;
    height: 3px;
  }
}

.product_menu li.current a::after {
  width: 0;
  height: 0;
  border-style: solid;
}

@media print, screen and (min-width: 768px) {
  .product_menu li.current a::after {
    border-width: 25px 0 25px 18px;
    border-color: transparent transparent transparent #1f272a;
    top: 0;
    left: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .product_menu li.current a::after {
    border-width: 7px 8px 0 8px;
    border-color: #1f272a transparent transparent transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
  }
}

.product_menu li a {
  color: #fff;
  display: block;
  position: relative;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .product_menu li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 14px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .product_menu li a {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    padding: 15px 10px;
    height: 100%;
  }
}

@media only screen and (max-width: 340px) {
  .product_menu li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.product_menu li:not(.current) a:hover {
  background-color: #00565b;
}

@media print, screen and (min-width: 768px) {
  .product_menu li + li {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .product_menu + .product_content {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .product_menu .product_link a::after {
    top: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
  }
}

.product_content {
  background-color: #e5eaf2;
}

@media print, screen and (min-width: 768px) {
  .product_content {
    width: calc(100% - 230px);
    padding: 95px 40px 120px;
  }
}

@media only screen and (max-width: 767px) {
  .product_content {
    padding: 0 10px 60px;
  }
}

.product_content > div:not(:first-child) {
  display: none;
}

.product_content h3 {
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .product_content h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .product_content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 25px;
  }
}

.product_content-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .product_content-list > ul > li {
    width: calc((100% / 3) - 12px);
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .product_content-list > ul > li {
    width: calc(50% - 5px);
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .product_content-list > ul > li + li {
    margin-left: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .product_content-list > ul > li + li {
    margin: 0 0 30px 9px;
  }
}

@media print, screen and (min-width: 768px) {
  .product_content-list > ul > li:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .product_content-list > ul > li:nth-child(3n + 1):nth-last-child(-n + 3),
  .product_content-list > ul > li:nth-child(3n + 1):nth-last-child(-n + 3) ~ li {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product_content-list > ul > li:nth-child(2n + 1):nth-last-child(-n + 2),
  .product_content-list > ul > li:nth-child(2n + 1):nth-last-child(-n + 2) ~ li {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product_content-list > ul > li:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.product_content-image {
  background-color: #1d1d1d;
  position: relative;
}

.product_content-image figure {
  position: relative;
}

.product_content-image figure::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  min-height: 170px;
  left: 0;
  bottom: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#1d1d1d));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1d1d1d 100%);
  z-index: 1;
}

@media only screen and (max-width: 1300px) {
  .product_content-image figure::after {
    min-height: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .product_content-image figure::after {
    min-height: 80px;
  }
}

.product_content-image_inner {
  position: relative;
  z-index: 5;
}

@media print, screen and (min-width: 1301px) {
  .product_content-image_inner {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 1300px) {
  .product_content-image_inner {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .product_content-image_inner {
    margin-top: -30px;
  }
}

.product_content-image img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .product_content-image + .product_content-link {
    margin-top: 5px;
  }
}

.product_content-title {
  color: #fff;
  width: 100%;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .product_content-title {
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product_content-title h4 {
  font-weight: bold;
  text-align: center;
  cursor: default;
}

@media print, screen and (min-width: 768px) {
  .product_content-title h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media print, screen and (min-width: 1301px) {
  .product_content-title h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .product_content-title h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 0 5px;
  }
}

.product_content-text {
  color: #eee;
  cursor: default;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .product_content-text {
    padding: 7px 25px 15px;
    min-height: 74px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .product_content-text {
    padding: 0 7px 15px;
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .product_content-link {
    margin-top: 10px;
  }
}

.product_content-link li a {
  display: block;
  color: #00787e;
  border-bottom: 1px solid #c3cad4;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .product_content-link li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 25px 20px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .product_content-link li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 25px 10px 3px;
  }
}

.product_content-link li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #00787e;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

@media print, screen and (min-width: 768px) {
  .product_content-link li a::after {
    top: 29px;
  }
}

.product_content-link li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

@media only screen and (max-width: 767px) {
  .product_content-link li + li {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .product_content-link .icon_arrow_g::after {
    top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .product_content-linkBtn {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .product_content-linkBtn {
    margin-top: 30px;
  }
}

.product_content-linkBtn a {
  background-color: #fff;
  color: #00787e;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .product_content-linkBtn a {
    font-size: 20px;
    font-size: 2rem;
    padding: 24px 110px;
    text-align: right;
    border-radius: 5px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .product_content-linkBtn a {
    font-size: 15px;
    font-size: 1.5rem;
    border-radius: 4px;
    text-align: center;
    padding: 14px 45px;
  }
}

@media print, screen and (min-width: 768px) {
  .product_content-linkBtn a:hover {
    background-color: #cfd6e0;
  }
}

@media only screen and (max-width: 767px) {
  .product_content-linkBtn .icon_arrow_g-big::after {
    right: 10px;
  }
}

.product_link a {
  position: relative;
}

.product_link a::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 5px;
  background: url("/common/img/icon_arrow_w.svg") center center/contain no-repeat;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 29px;
}

/*------------------------------------------------------------------------------

  top_develop

------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .top_develop {
    padding: 190px 0 0;
    margin: 0 0 250px;
    background: url("/img/bg_top_develop.jpg") center top/1366px 100% no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .top_develop {
    margin: 0 0 77px;
  }
}

@media print, screen and (min-width: 1101px) {
  .top_develop {
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .top_develop .top_common_h2 {
    top: 0;
  }
}

.top_develop .top_common_h2 h2 {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .top_develop > .container {
    padding: 60px 0 40px;
    background: url("/img/bg_sp_top_develop.jpg") center top/cover no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .top_develop .index_btn {
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .develop_description {
    padding: 65px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .develop_description {
    margin-top: 15px;
  }
}

.develop_description p {
  color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .develop_description p {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .develop_description p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.develop_wrapper {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .develop_wrapper {
    margin: 20px 0 0;
    bottom: -100px;
  }
}

@media only screen and (max-width: 767px) {
  .develop_wrapper_upper {
    background-color: #4b5665;
  }
}

@media print, screen and (min-width: 768px) {
  .develop_wrapper_upper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .develop_wrapper_upper + .develop_wrapper_lower {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .develop_wrapper_upper + .develop_wrapper_lower {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .develop_wrapper_lower {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .develop_wrapper_lower::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #4b5665;
    width: 100%;
    height: 30vw;
    top: 0;
    left: 0;
  }
}

.develop_wrapper_lower ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .develop_wrapper_lower ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.develop_upper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .develop_upper ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .develop_upper-item {
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .develop_upper-item + .develop_upper-item {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .develop_upper-item + .develop_upper-item {
    margin-top: 15px;
  }
}

.develop_upper-item > a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .develop_upper-item > a:hover .develop_upper-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media print, screen and (min-width: 768px) {
  .develop_upper-item > a:hover .develop_upper-text h3 {
    color: #00787e;
  }
}

.develop_upper-image {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .develop_upper-image img {
    max-width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media only screen and (max-width: 767px) {
  .develop_upper-image img {
    width: 100%;
  }
}

.develop_upper-text {
  text-align: center;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .develop_upper-text {
    padding: 25px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .develop_upper-text {
    padding: 20px 15px;
  }
}

.develop_upper-text h3 {
  color: #222;
  line-height: 1.3;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .develop_upper-text h3 {
    font-size: 26px;
    font-size: 2.6rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media only screen and (max-width: 767px) {
  .develop_upper-text h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.develop_upper-text p {
  color: #666;
  line-height: 1.6;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .develop_upper-text p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .develop_upper-text p {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
  }
}

.develop_lower-item {
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .develop_lower-item {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .develop_lower-item {
    width: calc(50% - 8px);
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .develop_lower-item + .develop_lower-item {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .develop_lower-item + .develop_lower-item {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .develop_lower-item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .develop_lower-item:nth-child(2n + 1):nth-last-child(-n + 2),
  .develop_lower-item:nth-child(2n + 1):nth-last-child(-n + 2) ~ li {
    margin-bottom: 0;
  }
}

.develop_lower-item > a {
  display: block;
}

.develop_lower-item > a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .develop_lower-item > a:hover .develop_lower-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.develop_lower-item.item01 .develop_lower-text {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .develop_lower-item.item01 .develop_lower-text {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .develop_lower-item.item01 .develop_lower-text {
    padding: 10px 5vw;
  }
}

@media only screen and (max-width: 500px) {
  .develop_lower-item.item01 .develop_lower-text {
    padding: 10px 4vw;
  }
}

@media only screen and (max-width: 450px) {
  .develop_lower-item.item01 .develop_lower-text {
    padding: 10px 3vw;
  }
}

@media only screen and (max-width: 400px) {
  .develop_lower-item.item01 .develop_lower-text {
    padding: 10px 2.5vw;
  }
}

@media print, screen and (min-width: 768px) {
  .develop_lower-item.item01 .develop_lower-text p {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .develop_lower-item.item01 .develop_lower-text p {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}

.develop_lower-item.item01 .develop_lower-text ul {
  display: block;
}

.develop_lower-item.item01 .develop_lower-text li {
  text-align: left;
}

.develop_lower-item.item01 .develop_lower-text li a {
  color: #fff;
  position: relative;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .develop_lower-item.item01 .develop_lower-text li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .develop_lower-item.item01 .develop_lower-text li a {
    font-size: 3.2vw;
    padding-left: 15px;
  }
}

.develop_lower-item.item01 .develop_lower-text li a::before {
  content: "";
  position: absolute;
  display: block;
  background: url("/img/icon_arrow_product.svg") center center/cover no-repeat;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .develop_lower-item.item01 .develop_lower-text li a::before {
    top: 8px;
    width: 14px;
    height: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .develop_lower-item.item01 .develop_lower-text li a::before {
    top: 1.8vw;
    width: 10px;
    height: 4px;
  }
}

@media print, screen and (min-width: 768px) {
  .develop_lower-item.item01 .develop_lower-text li a:hover {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 768px) {
  .develop_lower-item.item01 .develop_lower-text li + li {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .develop_lower-item.item01 .develop_lower-text li + li {
    margin-top: 5px;
  }
}

.develop_lower-text {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .develop_lower-text {
    bottom: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .develop_lower-text {
    bottom: 15px;
  }
}

.develop_lower-text p {
  color: #fff;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .develop_lower-text p {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .develop_lower-text p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .develop_lower-image img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .develop_lower-image img {
    width: 100%;
  }
}

/*------------------------------------------------------------------------------

  top_ir

------------------------------------------------------------------------------*/
.top_ir {
  position: relative;
  background-color: #e6f2f3;
}

@media print, screen and (min-width: 768px) {
  .top_ir .container {
    padding: 95px 0 120px;
  }
}

@media only screen and (max-width: 767px) {
  .top_ir .container {
    padding: 0 15px 65px;
  }
}

@media print, screen and (min-width: 768px) {
  .ir_primary_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .ir_primary_wrapper {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .ir_primary_wrapper + .ir_secondary_wrapper {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .ir_primary_wrapper + .ir_secondary_wrapper {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .ir_primary-item + .ir_primary-item {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .ir_primary-item + .ir_primary-item {
    margin-top: 30px;
  }
}

.ir_primary-item a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .ir_primary-item a:hover .ir_primary-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media print, screen and (min-width: 768px) {
  .ir_primary-item a:hover .ir_primary-text h3 {
    color: #00787e;
  }
}

@media print, screen and (min-width: 768px) {
  .ir_primary-image {
    width: 515px;
    height: 295px;
    overflow: hidden;
  }
}

.ir_primary-image img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .ir_primary-image img {
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.ir_primary-text {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .ir_primary-text {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .ir_primary-text {
    margin-top: 20px;
  }
}

.ir_primary-text h3 {
  color: #222;
  font-weight: bold;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .ir_primary-text h3 {
    font-size: 26px;
    font-size: 2.6rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media only screen and (max-width: 767px) {
  .ir_primary-text h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.ir_primary-text p {
  color: #666;
}

@media print, screen and (min-width: 768px) {
  .ir_primary-text p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .ir_primary-text p {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.ir_secondary_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .ir_secondary_wrapper ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .ir_secondary_wrapper ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .ir_secondary_wrapper ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .ir_secondary_wrapper ul li {
    position: relative;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .ir_secondary_wrapper ul li + li {
    margin-left: 90px;
  }
}

.ir_secondary_wrapper ul li a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .ir_secondary_wrapper ul li a:hover .ir_secondary-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.ir_secondary_wrapper ul li a:hover .ir_secondary-text {
  color: #00787e;
}

@media only screen and (max-width: 767px) {
  .ir_secondary_wrapper ul li:nth-child(2n + 1):nth-last-child(-n + 2),
  .ir_secondary_wrapper ul li:nth-child(2n + 1):nth-last-child(-n + 2) ~ li {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .ir_secondary_wrapper ul li:nth-child(2n + 1) {
    right: -4%;
  }
}

@media only screen and (max-width: 767px) {
  .ir_secondary_wrapper ul li:nth-child(2n) {
    left: -4%;
  }
}

.ir_secondary-image {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .ir_secondary-image img {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

@media only screen and (max-width: 767px) {
  .ir_secondary-image img {
    width: 90px;
    height: 90px;
  }
}

.ir_secondary-text {
  text-align: center;
  color: #222;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .ir_secondary-text {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 20px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

@media only screen and (max-width: 767px) {
  .ir_secondary-text {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

/*------------------------------------------------------------------------------

  top_csr

------------------------------------------------------------------------------*/
.top_csr {
  background-color: #98dfb2;
  /* 英語ページのみCSS */
}

@media print, screen and (min-width: 768px) {
  .top_csr {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .top_csr {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .top_csr .top_common_h2 {
    top: -15px;
  }
}

.top_csr .container {
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .top_csr .container {
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .top_csr .en_csr .csr_linkGroup02 li.csr_linkESG {
    width: 100%;
  }
  .top_csr .en_csr .csr_linkESG_iconGroup {
    padding: 38px 120px 38px 150px;
  }
  .top_csr .en_csr .csr_linkESG_icon {
    width: 150px;
    margin: 0 30px;
  }
  .top_csr .en_csr .csr_link_icon {
    width: 160px;
    margin: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .top_csr .en_csr .csr_link_icon {
    width: calc(50% - 10px);
  }
}

.top_csr .swiper-btn-wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_csr .swiper-btn-wrapper .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px;
}

.top_csr .swiper-btn-wrapper .swiper-pagination > * {
  outline: none;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top_csr .swiper-btn-wrapper .swiper-pagination > * + * {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .top_csr .swiper-btn-wrapper .swiper-pagination > * + * {
    margin-left: 9px;
  }
}

.top_csr .swiper-btn-wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 5px;
  height: 5px;
  opacity: 1;
  border-radius: 50%;
}

.top_csr .swiper-btn-wrapper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}

.top_csr .swiper-btn-wrapper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
}

.top_csr .swiper-btn-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border: 3px solid #fff;
}

@media print, screen and (min-width: 768px) {
  .top_csr .swiper-btn-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .top_csr .swiper-btn-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    width: 11px;
    height: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .top_csr .swiper-btn-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    border-width: 2px;
  }
}

.top_csr .swiper-btn-wrapper .swiper-button-prev,
.top_csr .swiper-btn-wrapper .swiper-button-next {
  outline: none;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 0;
  left: 0;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .top_csr .swiper-btn-wrapper .swiper-button-prev,
  .top_csr .swiper-btn-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .top_csr .swiper-btn-wrapper .swiper-button-prev,
  .top_csr .swiper-btn-wrapper .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}

.top_csr .swiper-btn-wrapper .swiper-button-prev::after,
.top_csr .swiper-btn-wrapper .swiper-button-next::after {
  content: "";
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top_csr .swiper-btn-wrapper .swiper-button-prev::after,
  .top_csr .swiper-btn-wrapper .swiper-button-next::after {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .top_csr .swiper-btn-wrapper .swiper-button-prev::after,
  .top_csr .swiper-btn-wrapper .swiper-button-next::after {
    width: 8px;
    height: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_csr .swiper-btn-wrapper .swiper-button-prev:hover,
  .top_csr .swiper-btn-wrapper .swiper-button-next:hover {
    background-color: #fff;
  }
}

@media print, screen and (min-width: 768px) {
  .top_csr .swiper-btn-wrapper .swiper-button-prev:hover::after,
  .top_csr .swiper-btn-wrapper .swiper-button-next:hover::after {
    border-color: #00787e;
  }
}

.top_csr .swiper-btn-wrapper .swiper-button-prev::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -2px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.top_csr .swiper-btn-wrapper .swiper-button-next::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -2px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.csr_column_wrapper {
  background-color: #0f383e;
}

@media print, screen and (min-width: 768px) {
  .csr_column_wrapper {
    margin-top: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_column_wrapper {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_column_wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    width: 100%;
    min-width: 1100px;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_column_left {
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_column_right {
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_column_wrapper_new {
    margin-top: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_column_wrapper_new {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_column_wrapper_new .container {
    max-width: 1060px;
    width: 100%;
    padding: 0 0 85px 0;
  }
}

@media only screen and (max-width: 767px) {
  .csr_column_wrapper_new .container {
    padding-bottom: 60px;
  }
}

.csr_left_link {
  background-color: #52bc73;
}

@media print, screen and (min-width: 768px) {
  .csr_left_link {
    height: 95px;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_left_link {
    height: 60px;
    padding-left: 15px;
  }
}

.csr_left_link a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .csr_left_link a:hover span::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.csr_left_link span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .csr_left_link span {
    font-size: 30px;
    font-size: 3rem;
    padding-right: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_left_link span {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_left_link span:hover::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

.csr_left-slide {
  background-color: #52bc73;
}

@media print, screen and (min-width: 768px) {
  .csr_left-slide {
    max-height: 560px;
  }
}

.csr_left-slide .swiper-slide {
  overflow: hidden;
}

.csr_left-slide a {
  display: block;
  position: relative;
}

.csr_left-slide a::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .csr_left-slide a::before {
    height: 410px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_left-slide a::before {
    height: 230px;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_left-slide a:hover img {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
  }
}

.csr_left-slide img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .csr_left-slide img {
    width: 800px;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media only screen and (max-width: 767px) {
  .csr_left-slide img {
    width: 100%;
  }
}

.csr_left-slide p {
  position: absolute;
  color: #fff;
  z-index: 2;
  font-weight: bold;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .csr_left-slide p {
    bottom: 70px;
    font-size: 32px;
    font-size: 3.2rem;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_left-slide p {
    bottom: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 20px;
  }
}

.csr_right_upper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.csr_right_upper ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media print, screen and (min-width: 768px) {
  .csr_right_upper ul li {
    height: 275px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_right_upper ul li {
    height: 169px;
  }
}

.csr_right_upper ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .csr_right_upper ul li a {
    padding: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_right_upper ul li a:hover .csr_right_upper-icon img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media print, screen and (min-width: 768px) {
  .csr_right_upper ul li a:hover .csr_right_upper-text {
    color: #00787e;
  }
}

.csr_right_upper ul li:first-child {
  background-color: #f4f4d7;
}

.csr_right_upper ul li:nth-child(2) {
  background-color: #aeeaeb;
}

.csr_right_upper ul li:last-child {
  background-color: #b2d6ef;
}

.csr_right_upper-icon {
  text-align: center;
}

.csr_right_upper-icon img {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

@media only screen and (max-width: 767px) {
  .csr_right_upper-icon img {
    width: 46px;
    height: 40px;
  }
}

.csr_right_upper-text {
  color: #222;
  line-height: 1.3;
  text-align: center;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .csr_right_upper-text {
    font-size: 17px;
    font-size: 1.7rem;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

@media only screen and (max-width: 767px) {
  .csr_right_upper-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.csr_right_lower {
  background-color: #0b4c55;
}

.csr_report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .csr_report {
    padding: 63px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_report {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 76px 20px 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_report-link {
    margin-bottom: auto;
  }
}

@media only screen and (max-width: 767px) {
  .csr_report-link {
    position: absolute;
    top: 30px;
    left: 20px;
  }
}

.csr_report-link a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .csr_report-link a {
    font-size: 35px;
    font-size: 3.5rem;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_report-link a {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_report_content {
    max-width: 490px;
    width: 100%;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .csr_report_content {
    width: calc(100% - 193px);
  }
}

@media print, screen and (min-width: 768px) {
  .csr_report_content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_report_content + .csr_report-image {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_report_content + .csr_report-image {
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_report_content li {
    width: 50%;
    max-width: 225px;
    min-height: 165px;
  }
}

.csr_report_content li > a {
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .csr_report_content li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 15px 16px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

@media only screen and (max-width: 767px) {
  .csr_report_content li > a {
    display: block;
    padding: 15px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_report_content li > a:hover {
    -webkit-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_report_content li > a:hover .csr_report-icon img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.csr_report_content li p {
  text-align: center;
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .csr_report_content li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .csr_report_content li p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
  }
}

.csr_report_content li p .icon_blank_w::after {
  content: url(/common/img/icon_blank_w.svg);
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
  position: relative;
  top: -2px;
}

.csr_report_content li p .icon_pdf_w::after {
  content: url(/common/img/icon_pdf_w.svg);
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
  position: relative;
  top: -2px;
}

@media print, screen and (min-width: 768px) {
  .csr_report_content li:first-child {
    margin-right: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_report_content li + li {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_report_content li + li {
    margin-top: 10px;
  }
}

.csr_report-icon {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .csr_report-icon {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_report-icon img {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

@media only screen and (max-width: 767px) {
  .csr_report-icon img {
    width: 50px;
    height: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_report-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_report-image {
    width: 173px;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_report-image img {
    width: 180px;
    height: 254px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_report-image img {
    max-width: 100%;
    max-height: 244px;
  }
}

.csr_linkGroup01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .csr_linkGroup01 {
    padding: 0 10px;
  }
}

.csr_linkGroup01 li {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .csr_linkGroup01 li {
    width: 250px;
    height: 245px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_linkGroup01 li {
    width: calc(50% - 5px);
  }
}

@media print, screen and (min-width: 768px) {
  .csr_linkGroup01 li + li {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_linkGroup01 li:nth-child(even) {
    margin: 0 0 0 9px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_linkGroup01 li:nth-child(n + 3) {
    margin-top: 9px;
  }
}

.csr_linkGroup01 li img {
  width: 100%;
  height: auto;
}

.csr_linkGroup01 li p {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .csr_linkGroup01 li p {
    font-size: 16px;
    font-size: 1.6rem;
    bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_linkGroup01 li p {
    font-size: 12px;
    font-size: 1.2rem;
    bottom: 7px;
    line-height: 1.5;
  }
}

.csr_linkGroup02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .csr_linkGroup02 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_linkGroup02 {
    margin-top: 9px;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.csr_linkGroup02 li.csr_linkESG {
  border: 2px solid #0b4c55;
  border-radius: 2px;
}

@media print, screen and (min-width: 768px) {
  .csr_linkGroup02 li.csr_linkESG {
    width: 100%;
    height: 245px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_linkGroup02 li.csr_linkESG {
    width: 100%;
    margin-top: 40px;
  }
}

.csr_linkGroup02 li.csr_linkESG_img {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .csr_linkGroup02 li.csr_linkESG_img {
    width: 250px;
    height: 245px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_linkGroup02 li.csr_linkESG_img {
    width: calc(50% - 5px);
    margin-bottom: 9px;
  }
}

.csr_linkGroup02 li.csr_linkESG_img img {
  width: 100%;
  height: auto;
}

.csr_linkGroup02 li.csr_linkESG_img p {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .csr_linkGroup02 li.csr_linkESG_img p {
    font-size: 16px;
    font-size: 1.6rem;
    bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_linkGroup02 li.csr_linkESG_img p {
    font-size: 12px;
    font-size: 1.2rem;
    bottom: 5px;
    line-height: 1.5;
  }
}

.csr_linkESG_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .csr_linkESG_ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media only screen and (max-width: 767px) {
  .csr_linkESG_ttl {
    width: 100%;
    margin-bottom: 20px;
  }
}

.csr_linkESG_ttl p {
  font-size: 2.4rem;
  color: #0b4c55;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .csr_linkESG_ttl p {
    width: 100%;
    text-align: center;
  }
}

.csr_linkESG_iconGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .csr_linkESG_iconGroup {
    padding: 38px 110px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_linkESG_iconGroup {
    padding: 30px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_linkESG_icon {
    width: 130px;
    margin: 0 60px;
  }
  .csr_linkESG_icon:first-child {
    margin-left: 0;
  }
  .csr_linkESG_icon:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .csr_linkESG_icon {
    width: calc(33% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .csr_linkESG_icon:nth-child(n + 3) {
    margin-left: 15px;
  }
}

.csr_linkESG_icon a {
  display: block;
  width: 100%;
}

.csr_linkESG_icon img {
  width: 100%;
}

.csr_linkESG_icon p {
  color: #0b4c55;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .csr_linkESG_icon p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .csr_linkESG_icon p {
    font-size: 1.2rem;
  }
}

.csr_linkGroup03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .csr_linkGroup03 {
    padding: 0 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_link_icon {
    width: 130px;
    margin: 0 35px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_link_icon {
    width: calc(33% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .csr_link_icon:nth-child(n + 2) {
    margin-left: 10px;
  }
}

.csr_link_icon a {
  display: block;
  width: 100%;
  text-align: center;
}

.csr_link_icon img {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .csr_link_icon img {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .csr_link_icon img {
    width: 70px;
  }
}

.csr_link_icon p {
  color: #0b4c55;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .csr_link_icon p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .csr_link_icon p {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------------------------

  top_news_release

------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .top_news_release {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 767px) {
  .top_news_release {
    padding: 60px 0;
  }
}

.top_news_release h2 {
  font-weight: bold;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .top_news_release h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .top_news_release h2 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 22px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .top_news_release .index_btn {
    top: 0;
  }
}

.news_release_list {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.news_release_list > li {
  padding: 25px 0;
}

@media print, screen and (min-width: 768px) {
  .news_release_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .news_release_list > li {
    padding: 18px 0 15px;
  }
}

.news_release_list > li + li {
  border-top: 1px solid #e0e0e0;
}

.news_release_content {
  color: #222;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .news_release_content {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media only screen and (max-width: 767px) {
  .news_release_content {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.news_release_content a {
  color: #00787e;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .news_release_content a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .news_release_content a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .news_release_content a:hover {
    color: #0095a8;
    text-decoration: underline;
  }
}

/*------------------------------------------------------------------------------

  top_banner

------------------------------------------------------------------------------*/
.top_banner {
  background-color: #e6f2f3;
}

@media print, screen and (min-width: 768px) {
  .top_banner {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 767px) {
  .top_banner {
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .top_banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top_banner .banner_left {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .top_banner .banner_left {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .top_banner .banner_left + .banner_right {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .top_banner .banner_left + .banner_right {
    margin-top: 20px;
  }
}

.top_banner .banner_kurelife {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .top_banner .banner_kurelife {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .top_banner .banner_kurelife {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .top_banner .banner_kurelife-image {
    padding: 0 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_banner .banner_kurelife-image img {
    width: 285px;
    height: 195px;
  }
}

@media only screen and (max-width: 767px) {
  .top_banner .banner_kurelife-image img {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .top_banner .banner_kurelife-image + .banner_kurelife_content {
    margin-left: 30px;
  }
}

.top_banner .banner_kurelife-title {
  color: #5cb531;
  font-weight: bold;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .top_banner .banner_kurelife-title {
    font-size: 30px;
    font-size: 3rem;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .top_banner .banner_kurelife-title {
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
  }
}

.top_banner .banner_kurelife-title span {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .top_banner .banner_kurelife-title span {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .top_banner .banner_kurelife-title span {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.top_banner .banner_kurelife-text {
  color: #666;
  line-height: 1.6;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .top_banner .banner_kurelife-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .top_banner .banner_kurelife-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .top_banner .banner_kurelife_content {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 15px;
  }
}

.top_banner .banner_recruit {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .top_banner .banner_recruit img {
    width: 350px;
    height: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .top_banner .banner_recruit img {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .top_banner .banner_recruit + .banner_kuredux {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .top_banner .banner_recruit + .banner_kuredux {
    margin-top: 15px;
  }
}

.top_banner .banner_kuredux {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .top_banner .banner_kuredux img {
    width: 350px;
    height: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .top_banner .banner_kuredux img {
    width: 100%;
  }
}

.top_banner a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .top_banner a {
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media print, screen and (min-width: 768px) {
  .top_banner a:hover {
    opacity: 0.6;
  }
}

.mainvisual_news_banner {
  background-color: #00787e;
  padding: 0 10px 10px 10px;
  margin-top: -1px;
}
@media print, screen and (min-width: 768px) {
  .mainvisual_news_banner {
    margin-top: -30px;
    text-align: right;
  }
}
.mainvisual_news_banner a {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .mainvisual_news_banner a {
    display: inline-block;
    max-width: 300px;
    position: relative;
    z-index: 100;
  }
}
@media print, screen and (min-width: 768px) {
  .mainvisual_news_banner a:hover {
    opacity: 0.8;
  }
}
.mainvisual_news_banner a img {
  max-width: 100%;
  display: inline-block;
}

/*
  IE11
------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  :root .news_release-tag {
    padding-top: 2px;
  }
  *::-ms-backdrop,
  :root .top_mainvisual .mainvisual_news_content .pdf {
    bottom: 7px;
  }
  *::-ms-backdrop,
  :root .product_menu li a {
    padding: 17px 20px 11px;
  }
}
