@charset "UTF-8";
/***  main_vosual ***/
.mv {
  position: relative;
  overflow: hidden;
}
.mv_slider, .load_animation_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .mv_slider br, .load_animation_wrap br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .mv_slider, .load_animation_wrap {
    min-height: 670px;
  }
}
@media screen and (max-width: 767.9px) {
  .mv_slider, .load_animation_wrap {
    height: calc(100vh - 150px);
    min-height: 590px;
  }
}
.mv_slider_eng {
  position: absolute;
  top: 34.5%;
  left: 50%;
  top: calc(43% - 70px);
  transform: translateX(-51.5%);
  font-family: "din-2014", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 94px;
  font-size: clamp(53px, 53px + 41 * (100vw - 768px) / 732, 94px);
  font-weight: 600;
  line-height: 1.27em;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  margin-right: -50%;
  opacity: 0.6;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .mv_slider_eng {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767.9px) {
  .mv_slider_eng {
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 41px;
    font-size: clamp(34px, 34px + 7 * (100vw - 320px) / 55, 41px);
    line-height: 1em;
    text-align: center;
  }
}
.mv_slider_eng .space {
  display: inline;
}
@media screen and (max-width: 767.9px) {
  .mv_slider_eng .space {
    display: block;
  }
}
.mv_slider_item_txt, .load_animation_txt {
  display: flex;
  align-items: center;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 47px;
  font-size: clamp(38px, 38px + 9 * (100vw - 768px) / 532, 47px);
  line-height: 1.47em;
  letter-spacing: 0.15em;
  color: transparent;
  margin-right: -50%;
}
.mv_slider_item_txt-strong, .load_animation_txt-strong {
  display: inline-block;
  font-weight: 900;
  border-bottom: 2px solid transparent;
  margin-right: 10px;
  margin-left: -0.3em;
}
.mv_slider_item_txt-strong.eng, .eng.load_animation_txt-strong {
  letter-spacing: 0.08em;
  margin: 0 10px 0 12px;
}
@media screen and (max-width: 767.9px) {
  .mv_slider_item_txt-strong.eng, .eng.load_animation_txt-strong {
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .mv_slider_item_txt.eng, .eng.load_animation_txt {
    top: 44%;
    font-size: 56px;
    letter-spacing: 0.06em;
    font-size: clamp(35px, 35px + 21 * (100vw - 768px) / 532, 56px);
  }
}
@media screen and (max-width: 767.9px) {
  .mv_slider_item_txt.eng, .eng.load_animation_txt {
    transform: translateX(-50%);
    font-size: 36px;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .mv_slider_item_txt.eng-strong, .eng-strong.load_animation_txt {
    margin: 0 0 0 25px;
  }
}
@media screen and (max-width: 767.9px) {
  .mv_slider_item_txt, .load_animation_txt {
    display: block;
    top: 207px;
    left: 50%;
    transform: translateX(-40%);
    font-size: 40px;
    line-height: 1.4em;
  }
  .mv_slider_item_txt-strong, .load_animation_txt-strong {
    margin: 0 0 0 25px;
  }
}
.mv_slider_item_txt2 {
  position: absolute;
  top: 58.5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43em;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50px 50px 0;
  width: 140px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -50%;
}
@media screen and (max-width: 767.9px) {
  .mv_slider_item_txt2 {
    top: 395px;
    transform: translateX(-55%);
    font-size: 11px;
    line-height: 1.91em;
    width: 115px;
    height: 30px;
  }
}
.mv_slider_item_txt2.eng {
  top: 60.5%;
}
@media screen and (min-width: 768px) and (max-width: 1520px) {
  .mv_slider_item_txt2.eng {
    top: 57%;
  }
}
@media screen and (max-width: 767.9px) {
  .mv_slider_item_txt2.eng {
    top: 415px;
  }
}
.mv_slider_item.mv-active .mv_txt_fade {
  animation: mv-txt 5s linear forwards;
}
@keyframes mv-txt {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.mv_slider_item.mv-active::after {
  animation: mv-active 5s linear forwards;
  z-index: -2;
}
@keyframes mv-active {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}
.mv_slider_item.mv-hidden::after {
  animation: mv-hidden 5s linear forwards;
}
@keyframes mv-hidden {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.mv_slider_item .mv_txt_fade {
  color: #fff;
  opacity: 0;
}
.mv_slider_item::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -3;
}
@media screen and (max-width: 767.9px) {
  .mv_slider_item::after {
    background-position: center top -35px;
  }
}
.mv_slider_item:nth-child(1) .mv_slider_item_txt, .mv_slider_item:nth-child(1) .load_animation_txt {
  color: #fff;
}
.mv_slider_item:nth-child(1) .mv_slider_item_txt-strong, .mv_slider_item:nth-child(1) .load_animation_txt-strong {
  border-color: #fff;
}
.mv_slider_item:nth-child(1) .mv_slider_item_txt2 {
  border-color: #fff;
}
.mv_slider_item:nth-child(1)::after {
  background-image: url(../image/top/mv01.jpg);
}
@media screen and (max-width: 767.9px) {
  .mv_slider_item:nth-child(1)::after {
    background-image: url(../image/top/sp/mv01_sp.jpg);
  }
}
.mv_slider_item:nth-child(2)::after {
  background-image: url(../image/top/mv02.jpg);
}
@media screen and (max-width: 767.9px) {
  .mv_slider_item:nth-child(2)::after {
    background-image: url(../image/top/sp/mv02_sp.jpg);
  }
}
.mv_slider_item:nth-child(3)::after {
  background-image: url(../image/top/mv03.jpg);
}
@media screen and (max-width: 767.9px) {
  .mv_slider_item:nth-child(3)::after {
    background-image: url(../image/top/sp/mv03_sp.jpg);
  }
}
.mv_slider_item:nth-child(4)::after {
  background-image: url(../image/top/mv04.jpg);
}
@media screen and (max-width: 767.9px) {
  .mv_slider_item:nth-child(4)::after {
    background-image: url(../image/top/sp/mv04_sp.jpg);
  }
}
.mv_slider::after, .load_animation_wrap::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background: url(../image/top/mv_object.png) no-repeat center top/cover;
  width: 100vw;
  height: 14.38vw;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .mv_slider::after, .load_animation_wrap::after {
    bottom: -100px;
    background-image: url(../image/top/sp/mv_object_sp.png);
    width: 100%;
    height: 193px;
    height: clamp(193px, 39vw, 240px);
  }
}
.mv_icon {
  position: absolute;
  bottom: 95px;
  left: 50%;
  transform: translateX(-50%);
  margin-right: -50%;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1520px) {
  .mv_icon {
    bottom: 150px;
  }
}
@media screen and (max-width: 767.9px) {
  .mv_icon {
    bottom: unset;
    top: 470px;
  }
}
.mv_icon > li {
  width: 80px;
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .mv_icon > li {
    width: 50px;
  }
}
.mv_icon > li.mv-active {
  pointer-events: none;
  animation: mv-icon 5s linear forwards;
}
@keyframes mv-icon {
  0% {
    opacity: 0.5;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.mv_icon > li:not(:last-child) {
  margin-right: 38px;
}
@media screen and (max-width: 767.9px) {
  .mv_icon > li:not(:last-child) {
    margin-right: 20px;
  }
}

.mv_notice {
  position: absolute;
  bottom: 32px;
  right: 60px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .mv_notice {
    right: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .mv_notice {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 22px;
    padding: 0 20px;
  }
}
.mv_notice_list {
  display: flex;
}
.mv_notice_list > li {
  cursor: pointer;
}
.mv_notice_list > li:not(.active) {
  background-color: #1868D3;
  width: 7px;
  border-radius: 20px 20px 0;
  box-shadow: 0 4px 12px rgba(51, 51, 51, 0.12);
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .mv_notice_list > li:not(.active) {
    width: 5px;
  }
}
.mv_notice_list > li.active {
  background-color: rgba(255, 255, 255, 0.95);
  width: 440px;
  border-radius: 17px 17px 0;
  box-shadow: 4px 4px 12px rgba(51, 51, 51, 0.08);
}
@media screen and (max-width: 767.9px) {
  .mv_notice_list > li.active {
    width: 100%;
    border-radius: 20px;
  }
}
.mv_notice_list > li:nth-child(2) {
  margin-left: 10px;
}
.mv_notice_list > li:nth-child(3) {
  margin-left: 8px;
}
.mv_notice_list_wrap {
  display: flex;
  transform: scaleX(0);
  transform-origin: left center;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 767.9px) {
  .mv_notice_list_wrap {
    flex-direction: column;
  }
}
.mv_notice_list .active .mv_notice_list_wrap {
  transform: scaleX(1);
  opacity: 1;
}
.mv_notice_list_wrap > a {
  display: block;
  height: 92px;
  padding: 12px 15px 12px 11px;
}
@media screen and (max-width: 767.9px) {
  .mv_notice_list_wrap > a {
    height: 90px;
    border-radius: 0 0 20px 20px;
    padding: 10px 24px 10px 15px;
    box-shadow: 2px 2px 8px rgba(51, 51, 51, 0.08);
  }
}
.mv_notice_list_ttl {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: center;
  border-radius: 17px 17px 0;
  background-color: #1868D3;
  padding: 24px 19px 26px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .mv_notice_list_ttl {
    border-radius: 20px 20px 0 0;
    width: 100%;
    padding: 7px 10px;
  }
  .mv_notice_list_ttl br {
    display: none;
  }
}
.mv_notice_list_date, .mv_notice_list_content {
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.025em;
}
.mv_notice_list_date {
  margin-bottom: 2px;
}
.mv_notice_list_content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mv_notice .pdf-icon::after {
  content: "";
  display: inline-block;
  background: url(../image/common/pdf_icon.svg) no-repeat center;
  width: 30px;
  height: 18px;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}

/***  load_animation ***/
.load_animation {
  position: fixed;
  width: 100vw;
  height: 150vh;
  background: #fff url(../image/top/load_anime_bg.svg) no-repeat center bottom/cover;
  z-index: 9999;
  top: 0;
  left: 0;
}
.load_animation.close {
  background-color: transparent;
  height: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.load_animation.clear {
  display: none;
}
.close .load_animation_wrap {
  display: none;
}
.load_animation_logo {
  display: none;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translateX(-56%);
}
@media screen and (min-width: 768px) {
  .load_animation_logo.eng {
    top: 39%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .load_animation_logo {
    top: 30%;
  }
}
@media screen and (max-width: 767.9px) {
  .load_animation_logo {
    top: 150px;
  }
}
@media screen and (min-width: 768px) {
  .load_animation_mask {
    display: inline-block;
  }
}
@media screen and (max-width: 767.9px) {
  .load_animation_mask {
    max-height: 0;
    animation: load_mask 1.7s 0.5s linear forwards;
  }
}
@keyframes load_mask {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 999px;
  }
}
.load_animation_txt {
  display: none;
  color: #1868D3;
}
.load_animation_txt-strong {
  color: transparent;
  border-bottom-color: #1868D3;
  white-space: nowrap;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
@media screen and (min-width: 768px) {
  .load_animation_txt-strong {
    max-width: max-content;
    width: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .load_animation_txt-strong {
    max-width: 0;
  }
}
@media screen and (min-width: 768px) {
  .load_animation_txt-strong.active {
    width: 165px;
  }
}
@media screen and (max-width: 767.9px) {
  .load_animation_txt-strong.active {
    max-width: 100%;
  }
}
.load_animation_txt-strong.eng {
  letter-spacing: 0.08em;
  margin: 0 10px 0 12px;
}
@media screen and (max-width: 767.9px) {
  .load_animation_txt-strong.eng {
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .load_animation_txt-strong.eng.active {
    width: 275px;
  }
}
.load_animation_txt.eng {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .load_animation_txt.eng {
    top: 46%;
    font-size: 56px;
    font-size: clamp(35px, 35px + 21 * (100vw - 768px) / 532, 56px);
  }
}
@media screen and (min-width: 768px) {
  .load_animation_txt br {
    display: none;
  }
}

/***  main ***/
.top_section_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top_section_ttl {
  font-size: 52px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #1868D3;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .top_section_ttl {
    font-size: 42px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_section_ttl {
    font-size: 32px;
  }
}
.top_section_ttl::before {
  content: "";
  display: block;
  background: url(../image/top/top_ttl_dotted.png) no-repeat center;
  width: 95px;
  height: 5px;
  margin: 0 0 19px;
}
@media screen and (max-width: 767.9px) {
  .top_section_ttl::before {
    background-image: url(../image/top/sp/top_ttl_dotted_sp.png);
    width: 94px;
    height: 4px;
  }
}
.top_section_ttl.c-white::before {
  content: none;
}
.top_section_ttl > span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #9EA2AD;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .top_section_ttl > span {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_section_ttl > span {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.top_section_btn > a {
  font-size: 16px;
  line-height: 1.6875em;
  color: #1868D3;
  border: 1px solid #1868D3;
  border-radius: 50px 50px 0;
  width: 264px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.top_section_btn > a::after {
  content: "";
  display: inline-block;
  background: url(../image/common/btn_arrow.png) no-repeat center/15px;
  width: 15px;
  height: 7px;
  margin-left: 10px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.9px) {
  .top_section_btn > a {
    margin: 40px auto 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top_section_btn > a:hover {
    color: #fff;
    background-color: #1868D3;
  }
  .top_section_btn > a:hover::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.top_section_btn > a.btn-white {
  color: #fff;
  border-color: #fff;
}
.top_section_btn > a.btn-white::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.top_section_btn > a.btn-white:hover {
  color: #1868D3;
  background-color: #fff;
}
.top_section_btn > a.btn-white:hover::after {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.top_section_txt {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #333;
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_section_txt {
    margin-top: 25px;
  }
}
.top_section_ttl-02 {
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  margin: 60px 0 40px;
}
@media screen and (max-width: 767.9px) {
  .top_section_ttl-02 {
    font-size: 18px;
    margin: 40px 0 20px;
  }
}
.top_section_ttl-02::before {
  content: "";
  display: inline-block;
  background-color: #1868D3;
  border-radius: 10px;
  width: 5px;
  height: 32px;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .top_section_ttl-02::before {
    width: 4px;
    height: 24px;
    margin-right: 10px;
  }
}

/*******************************************/
/*** 私たちについて ***/
/*******************************************/
.top_about {
  position: relative;
  background: url(../image/top/top_about_object.png) no-repeat left -82px top 40px/524px;
  padding: 150px 0 335px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .top_about {
    padding: 30px 0 115px;
    background-position: left -70px top 120px;
    background-size: 360px;
  }
}
.top_about_wave {
  position: absolute;
  bottom: 70px;
  right: -1vw;
  width: 102vw;
  transform: skew(0deg);
  animation: topAboutWave 10s ease-in-out infinite;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .top_about_wave {
    width: 150vw;
  }
}
.top_about_wave img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .top_about_wave img {
    width: 150%;
  }
}
@keyframes topAboutWave {
  0% {
    transform: skewY(0deg);
  }
  30% {
    transform: skewY(2deg) translateY(40px);
  }
  75% {
    transform: skewY(-1.5deg) translateY(15px);
  }
  100% {
    transform: skewY(0deg);
  }
}
.top_about_container {
  position: relative;
}
.top_about_image {
  max-width: 960px;
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .top_about_image {
    max-width: 550px;
    width: calc(100% - 10px);
    margin-right: -20px;
  }
}
.top_about_content {
  display: inline-block;
  position: absolute;
  top: 145px;
  left: clamp(0px, 1300px - 100vw, 60px);
  z-index: 1;
}
.top_about_content.eng {
  max-width: 400px;
}
@media screen and (max-width: 767.9px) {
  .top_about_content {
    position: relative;
    top: -30px;
    left: 0;
    padding: 0 10px;
  }
}
.top_about_content::after {
  content: "";
  position: absolute;
  top: -60px;
  bottom: -60px;
  left: -80px;
  right: -80px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 100px 100px 0 100px;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .top_about_content::after {
    top: -35px;
    right: -20px;
    bottom: -30px;
    left: -20px;
    border-radius: 50px 50px 0 50px;
  }
}
.top_about_txt-m {
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  color: #333;
  margin: 30px 0 25px;
}
@media screen and (max-width: 767.9px) {
  .top_about_txt-m {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin: 22px 0 15px;
  }
}
.top_about_txt-s {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.025em;
  color: #333;
}
.top_about_logo {
  max-width: 150px;
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .top_about_logo {
    max-width: 120px;
    margin-top: 15px;
  }
}

/*******************************************/
/*** ニュースリリース ***/
/*******************************************/
.top_news {
  padding: 60px 0 0;
  /*** E-IR  ***/
  /*** E-IR  ***/
}
@media screen and (max-width: 767.9px) {
  .top_news {
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .top_news .simplebar-placeholder {
    max-width: 250px;
  }
}
.top_news_tab-wrap {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_news_tab-wrap {
    flex-direction: column;
    margin-top: 27px;
  }
}
.top_news_tab_list {
  display: flex;
  flex-direction: column;
  min-width: 250px;
  margin: 10px 50px 0 0;
}
@media screen and (max-width: 767.9px) {
  .top_news_tab_list {
    flex-direction: row;
    margin: 0;
    flex-shrink: 0;
    min-width: 480px;
  }
}
.top_news_tab_list > li {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.04em;
  color: #B9B6B6;
  padding-left: 16px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .top_news_tab_list > li::before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    background-color: #B9B6B6;
    border-radius: 50%;
    width: 6px;
    height: 6px;
  }
  .top_news_tab_list > li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_news_tab_list > li {
    font-size: 14px;
    border: 1px solid #B9B6B6;
    border-radius: 60px;
    padding: 6px 11px 8px 11px;
  }
  .top_news_tab_list > li + li {
    margin-left: 14px;
  }
}
@media screen and (min-width: 768px) {
  .top_news_tab_list > li.active {
    color: #434343;
  }
  .top_news_tab_list > li.active::before {
    background-color: #1868D3;
  }
}
@media screen and (max-width: 767.9px) {
  .top_news_tab_list > li.active {
    color: #fff;
    background-color: #1868D3;
  }
}
.top_news #eirYearController,
.top_news .eirHeading,
.top_news dd.tag.tag_pc {
  display: none;
}
.top_news .tab_cnts {
  width: 100%;
}
.top_news .tab_cnts li {
  display: none;
}
.top_news .tab_cnts li.active {
  display: block;
}
.top_news .tab_cnts li .s_eirBlock {
  margin-top: 10px;
}
@media screen and (max-width: 767.9px) {
  .top_news .tab_cnts li .s_eirBlock {
    margin-top: 40px;
  }
}
.top_news .tab_cnts li .s_eirBlock:last-child {
  padding-bottom: 0;
}
.top_news .tab_cnts li .s_eirBlock dl.s_eirList_item {
  position: relative;
  align-items: flex-start;
  padding-bottom: 15px;
}
@media screen and (max-width: 767.9px) {
  .top_news .tab_cnts li .s_eirBlock dl.s_eirList_item {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.top_news .tab_cnts li .s_eirBlock dl.s_eirList_item::before, .top_news .tab_cnts li .s_eirBlock dl.s_eirList_item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: url(../image/top/top_news_line.svg) no-repeat left center;
}
.top_news .tab_cnts li .s_eirBlock dl.s_eirList_item::after {
  background-image: url(../image/top/top_news_line_hov.svg);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.top_news .tab_cnts li .s_eirBlock dl.s_eirList_item.js-hover::after {
  opacity: 1;
}
.top_news .tab_cnts li .s_eirBlock dl.s_eirList_item:first-of-type {
  margin-top: 0;
}
.top_news .tab_cnts li .s_eirBlock dl.s_eirList_item:nth-of-type(n+6) {
  display: none;
}
.top_news .tab_cnts li .s_eirBlock dl.s_eirList_item dt.eirItem_head.s_eirList_item_head {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  color: #9EA2AD;
  width: auto;
  margin: 0;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.top_news .tab_cnts li .s_eirBlock dl.s_eirList_item.js-hover dt.eirItem_head.s_eirList_item_head {
  color: #1868D3;
}
.top_news .tab_cnts li .s_eirBlock dl.s_eirList_item dd.tag.tag.tag_sp.s_eir_cat {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767.9px) {
  .top_news .tab_cnts li .s_eirBlock dl.s_eirList_item dd.tag.tag.tag_sp.s_eir_cat {
    margin-right: 10px;
  }
}
.top_news .tab_cnts li .s_eirBlock dl.s_eirList_item dd.tag.tag.tag_sp.s_eir_cat span.s_eirList_item_category {
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-family: "ryo-gothic-plusn", "Noto Sans JP", sans-serif;
  border-radius: 6px;
  min-width: 78px;
  width: 100%;
  padding: 6px 0;
}
.top_news .tab_cnts li .s_eirBlock dl.s_eirList_item dd.s_eirList_item_body {
  width: auto;
  margin-left: 20px;
}
@media screen and (max-width: 767.9px) {
  .top_news .tab_cnts li .s_eirBlock dl.s_eirList_item dd.s_eirList_item_body {
    width: 100%;
    margin: 8px 0 0;
  }
}
.top_news .tab_cnts li .s_eirBlock dl.s_eirList_item dd.s_eirList_item_body a.eirItem_title_link {
  display: block;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  font-family: "ryo-gothic-plusn", "Noto Sans JP", sans-serif;
  color: #434343;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.top_news .tab_cnts li .s_eirBlock dl.s_eirList_item dd.s_eirList_item_body a.eirItem_title_link:hover {
  color: #1868D3;
}
.top_news .tab_cnts li .s_eirBlock dl.s_eirList_item dd.s_eirList_item_body .eirItem_size::after {
  content: "";
  display: inline-block;
  background: url(../image/common/pdf_icon.svg) no-repeat center;
  width: 30px;
  height: 18px;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  bottom: 0.1em;
}

/*******************************************/
/*** 研究開発・生産技術 ***/
/*******************************************/
.top_technology {
  padding: 140px 0 160px;
}
@media screen and (max-width: 767.9px) {
  .top_technology {
    padding: 60px 0;
  }
}
.top_technology_list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767.9px) {
  .top_technology_list {
    flex-direction: column;
    margin-top: 35px;
  }
}
.top_technology_list > li {
  max-width: 554px;
  width: 49%;
}
@media screen and (max-width: 767.9px) {
  .top_technology_list > li {
    max-width: max-content;
    width: 100%;
  }
  .top_technology_list > li:first-child {
    margin-bottom: 40px;
  }
}
.top_technology_list > li > a {
  display: block;
}
.top_technology_list_wrap {
  position: relative;
  width: 100%;
  padding: 0 34px 35px 0;
}
@media screen and (max-width: 767.9px) {
  .top_technology_list_wrap {
    padding: 0 20px 20px 0;
  }
}
.top_technology_list_wrap::after {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 0;
  left: 44px;
  right: 0;
  border: 1px solid #1868D3;
  border-radius: 70px 70px 0;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .top_technology_list_wrap::after {
    top: 20px;
    left: 30px;
    border-radius: 50px 50px 0;
  }
}
.top_technology_list_image {
  border-radius: 70px 70px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .top_technology_list_image {
    border-radius: 50px 50px 0;
  }
}
.top_technology_list_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top_technology_list_txt {
  font-size: 16px;
  line-height: 1.575em;
  letter-spacing: 0.04em;
  color: #434343;
  width: calc(100% - 50px);
}
.top_technology_list_tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-family: "ryo-gothic-plusn", "Noto Sans JP", sans-serif;
  color: #1868D3;
  border: 1px solid #1868D3;
  border-radius: 6px;
  margin: 20px 0 15px;
  padding: 5px 10px;
}
@media screen and (max-width: 767.9px) {
  .top_technology_list_tag {
    margin: 15px 0 10px;
  }
}

/*******************************************/
/*** 事業・製品 ***/
/*******************************************/
.top_business {
  position: relative;
  background-color: #E8F2FD;
  padding: 140px 0 0;
  margin-bottom: 160px;
  margin-bottom: max(160px, 8vw);
}
@media screen and (max-width: 767.9px) {
  .top_business {
    padding: 60px 0 0;
    margin-bottom: 80px;
  }
}
.top_business::after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: -0.5vw;
  bottom: min(-160px, -8vw);
  transform: skew(0deg);
  animation: aboutWave 10s linear infinite;
  background: url(../image/top/top_business_bg.svg) repeat center bottom/cover;
  width: 101vw;
  height: 34.37vw;
  max-height: 1100px;
  z-index: -2;
}
@media screen and (max-width: 767.9px) {
  .top_business::after {
    bottom: -80px;
    background: url(../image/top/sp/top_business_bg_sp.svg) no-repeat center bottom/cover;
    height: 53.33vw;
  }
}
@keyframes aboutWave {
  0% {
    transform: skewY(0deg);
  }
  15% {
    transform: skewY(4deg) translateY(5px);
  }
  25% {
    transform: skewY(4deg) translateY(10px);
  }
  50% {
    transform: skewY(0deg) translateY(8px);
  }
  70% {
    transform: skewY(-3.5deg) translateY(10px);
  }
  85% {
    transform: skewY(-3.5deg) translateY(5px);
  }
  100% {
    transform: skewY(0deg);
  }
}
.top_business_tab {
  background-color: #FFF;
  border-radius: 30px 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .top_business_tab {
    max-width: 500px;
    margin: 0 auto;
  }
}
.top_business_tab_list {
  display: flex;
}
.top_business_tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  color: #B4B7BF;
  background-color: #E7E9ED;
  max-width: 50%;
  width: 100%;
  padding: 26px 0;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .top_business_tab_item {
    font-size: 15px;
    padding: 18px 0;
  }
}
.top_business_tab_item.active {
  color: #434343;
  background-color: #FFF !important;
}
.top_business_tab_item:hover {
  background-color: #DCDEE3;
}
.top_business_content {
  display: none;
}
.top_business_content.active {
  display: block;
}
.top_business_content_list {
  display: flex;
  justify-content: space-between;
  padding: 45px 55px 55px;
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .top_business_content_list {
    padding: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_business_content_list {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.top_business_content_item {
  width: calc((100% - 140px) / 5);
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .top_business_content_item {
    width: calc((100% - 80px) / 5);
  }
}
@media screen and (max-width: 767.9px) {
  .top_business_content_item {
    width: 100%;
  }
  .top_business_content_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.top_business_content_item > a {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-radius: 40px 40px 0;
  padding: 40px 0 30px;
  height: 100%;
  box-shadow: 0 4px 14px rgba(67, 67, 67, 0.12), 4px 4px 12px transparent inset;
  transition-property: box-shadow, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.9px) {
  .top_business_content_item > a {
    flex-direction: row;
    border-radius: 20px 20px 0;
    padding: 0;
  }
}
.top_business_content_item > a:hover {
  background-color: rgba(230, 242, 254, 0.25);
  box-shadow: 0 4px 14px transparent, 4px 4px 12px rgba(67, 67, 67, 0.14) inset;
}
@media screen and (max-width: 767.9px) {
  .top_business_content_image {
    text-align: right;
    width: 48.5%;
    margin: 5px 0;
  }
}
.top_business_content_image > img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .top_business_content_image > img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_business_content_image > img {
    width: 90px;
    height: 70px;
  }
}
.top_business_content_txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #303030;
  margin-top: 4px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .top_business_content_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_business_content_txt {
    font-size: 14px;
    width: 46.5%;
    margin: 0;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .top_business_content_txt.eng {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .top_business_content_txt.eng {
    font-size: 12px;
  }
}
.top_business_search {
  margin: 50px 100px;
}
@media screen and (max-width: 767.9px) {
  .top_business_search {
    margin: 30px 20px;
  }
}
.top_business_search_info, .top_business_search_example {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
}
@media screen and (max-width: 767.9px) {
  .top_business_search_info, .top_business_search_example {
    line-height: 1.5em;
  }
}
.top_business_search_example {
  color: #9EA2AD;
  margin-top: 4px;
}
@media screen and (max-width: 767.9px) {
  .top_business_search_example {
    margin-top: 6px;
  }
}
.top_business_search_form {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin-top: 20px;
}
.top_business_search_input {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  border: 1px solid #B5B7BE;
  border-radius: 50px 50px 0;
  width: 100%;
  margin: 0 auto;
  padding: 20px 80px 20px 40px;
}
@media screen and (max-width: 980px) {
  .top_business_search_input {
    padding: 16px 70px 16px 20px;
  }
}
.top_business_search_input::placeholder {
  color: #B4B7BF;
}
.top_business_search_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
  background: url(../image/top/top_business_search_icon.svg) no-repeat center;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.top_business_search_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  margin: auto 0;
  width: 1px;
  height: 32px;
  background-color: #B5B7BE;
}
@media screen and (max-width: 767.9px) {
  .top_business_search_btn::after {
    left: -15px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_business_search_btn {
    right: 20px;
  }
}
.top_business_agrochemical {
  display: block;
  border-radius: 25px 25px 0;
  margin-top: 40px;
  background: #fff url(../image/top/top_business_agrochemical_bg.png) no-repeat right center;
  box-shadow: 0 4px 14px rgba(67, 67, 67, 0.12);
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .top_business_agrochemical {
    background-position: right -120px center;
  }
}
@media screen and (max-width: 767.9px) {
  .top_business_agrochemical {
    border-radius: 20px 20px 0;
    margin: 30px auto 0;
    background: #fff url(../image/top/sp/top_business_agrochemical_bg_sp.png) no-repeat right center;
    box-shadow: 0 4px 12px rgba(67, 67, 67, 0.12);
    max-width: 500px;
  }
}
.top_business_agrochemical:hover {
  box-shadow: none;
}
.top_business_agrochemical > a {
  display: block;
  font-size: 20px;
  line-height: 1.45em;
  letter-spacing: 0.04em;
  color: #434343;
  padding: 18px 0 22px 120px;
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .top_business_agrochemical > a {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_business_agrochemical > a {
    font-size: 16px;
    line-height: 1.25em;
    padding: 24px 0 24px 20px;
  }
}
@media screen and (min-width: 768px) {
  .top_business_agrochemical .ex-link {
    background-size: 14px;
    width: 14px;
    height: 14px;
  }
}

/*******************************************/
/*** サステナビリティ ***/
/*******************************************/
.top_sustainability {
  padding: 160px 0 180px;
}
@media screen and (max-width: 767.9px) {
  .top_sustainability {
    padding: 60px 0;
  }
}
.top_sustainability_activity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.top_sustainability_activity.enhance {
  margin-top: 60px;
}
.top_sustainability_activity.protect {
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .top_sustainability_activity {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.9px) {
  .top_sustainability_activity {
    justify-content: center;
    margin-bottom: 18px;
  }
  .top_sustainability_activity.enhance {
    margin-top: 40px;
  }
  .top_sustainability_activity.protect {
    margin-top: 50px;
  }
}
.top_sustainability_activity_ttl {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-family: "ryo-gothic-plusn", "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #8CBCF0;
  border-radius: 30px;
  padding: 12px 20px 14px 20px;
}
@media screen and (max-width: 767.9px) {
  .top_sustainability_activity_ttl {
    font-size: 16px;
  }
}
.top_sustainability_activity_ttl::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .top_sustainability_activity_ttl::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_sustainability_activity_link {
    margin-top: 20px;
  }
}
.top_sustainability_activity_link > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.03em;
  color: #1868D3;
}
@media screen and (max-width: 767.9px) {
  .top_sustainability_activity_link > a {
    justify-content: center;
  }
}
.top_sustainability_list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .top_sustainability_list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_sustainability_list {
    flex-direction: column;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_sustainability_list-sp-inner {
    padding: 0 15px;
  }
}
.top_sustainability_item {
  position: relative;
  max-width: 210px;
  width: calc((100% - 150px) / 5);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top_sustainability_item {
    max-width: 100%;
    width: 19%;
  }
}
@media screen and (max-width: 767.9px) {
  .top_sustainability_item {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
  .top_sustainability_item:last-child {
    margin-bottom: 0;
  }
}
.top_sustainability_item_image {
  border-radius: 40px 40px 0 40px;
  box-shadow: 0 4px 20px rgba(67, 67, 67, 0.07);
  will-change: transform;
}
.top_sustainability_item_image-inner {
  border-radius: 40px 40px 0 40px;
  will-change: transform;
}
.top_sustainability_item_image img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .top_sustainability_item_image {
    border-radius: 30px 30px 0 30px;
  }
  .top_sustainability_item_image-inner {
    border-radius: 30px 30px 0 30px;
  }
}
.top_sustainability_item_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  color: #434343;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 0 40px;
  min-height: 160px;
  padding: 15px 20px;
}
.top_sustainability_item_txt.eng {
  font-size: 13px;
  padding: 15px 10px;
  min-height: 200px;
}
.top_sustainability_item_txt.eng > span {
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .top_sustainability_item_txt {
    font-size: clamp(11px, 11px + 5 * (100vw - 768px) / 532, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top_sustainability_item_txt {
    padding: 12px 6px 0;
    min-height: 120px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_sustainability_item_txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -1px;
    font-size: 12px;
    line-height: 1.4em;
    border-radius: 0 30px 0 0;
    min-height: auto;
    min-width: 172px;
    width: 55%;
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.top_sustainability_item_txt > span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33em;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1300px) {
  .top_sustainability_item_txt > span {
    font-size: clamp(13px, 13px + 5 * (100vw - 768px) / 532, 18px);
  }
}
@media screen and (max-width: 767.9px) {
  .top_sustainability_item_txt > span {
    font-size: 14px;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 980px) {
  .eng .top_sustainability {
    padding: 60px 0;
  }
}
@media screen and (max-width: 980px) {
  .eng .top_sustainability_activity {
    justify-content: center;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 980px) {
  .eng .top_sustainability_activity_ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .eng .top_sustainability_activity_ttl::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 980px) {
  .eng .top_sustainability_activity_link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 980px) {
  .eng .top_sustainability_activity_link > a {
    justify-content: center;
  }
}
@media screen and (min-width: 980.9px) and (max-width: 1250px) {
  .eng .top_sustainability_list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 980px) {
  .eng .top_sustainability_list {
    flex-direction: column;
    max-width: 550px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 980px) {
  .eng .top_sustainability_list-sp-inner {
    padding: 0 15px;
  }
}
@media screen and (min-width: 980.9px) and (max-width: 1200px) {
  .eng .top_sustainability_item {
    max-width: 100%;
    width: 19%;
  }
}
@media screen and (max-width: 980px) {
  .eng .top_sustainability_item {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
  .eng .top_sustainability_item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 980px) {
  .eng .top_sustainability_item_image {
    border-radius: 30px 30px 0 30px;
  }
  .eng .top_sustainability_item_image-inner {
    border-radius: 30px 30px 0 30px;
  }
}
.eng .top_sustainability_item_txt {
  font-size: 13px;
  line-height: 1.4;
  padding: 13px 10px;
  min-height: 200px;
}
@media screen and (max-width: 980px) {
  .eng .top_sustainability_item_txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -1px;
    border-radius: 0 25px 0 0;
    min-height: auto;
    min-width: 172px;
    width: 65%;
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .eng .top_sustainability_item_txt {
    font-size: 10px;
  }
}
.eng .top_sustainability_item_txt > span {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .eng .top_sustainability_item_txt > span {
    font-size: 13px;
  }
}

/*******************************************/
/*** 会社情報 ***/
/*******************************************/
.top_company {
  position: relative;
  background-color: #F2F3F5;
  padding: 0 0 140px;
  margin-top: 160px;
  margin-top: max(160px, 8vw);
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  .top_company {
    padding: 0 0 60px;
    margin-top: 70px;
  }
}
.top_company::after {
  content: "";
  position: absolute;
  top: -160px;
  left: 0;
  top: min(-160px, -8vw);
  transform: skew(0deg);
  animation: aboutWave 10s linear infinite;
  background: url(../image/top/top_company_bg.svg) repeat center top/cover;
  width: 101vw;
  height: 34.37vw;
  max-height: 800px;
  z-index: -2;
}
@media screen and (max-width: 767.9px) {
  .top_company::after {
    top: -80px;
    background: url(../image/top/sp/top_company_bg_sp.svg) no-repeat center top/cover;
    width: 100vw;
    height: 53.33vw;
  }
}
@keyframes aboutWave {
  0% {
    transform: skewY(0deg);
  }
  15% {
    transform: skewY(4deg) translateY(5px);
  }
  35% {
    transform: skewY(4deg) translateY(10px);
  }
  55% {
    transform: skewY(0deg) translateY(8px);
  }
  80% {
    transform: skewY(-3.5deg) translateY(10px);
  }
  90% {
    transform: skewY(-3.5deg) translateY(5px);
  }
  100% {
    transform: skewY(0deg);
  }
}
.top_company_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .top_company_list {
    margin-bottom: -20px;
  }
}
.top_company_item {
  text-align: center;
  background-color: #fff;
  border-radius: 70px 70px 0;
  width: 22.4%;
  padding: 35px 1rem;
}
@media screen and (max-width: 767.9px) {
  .top_company_item {
    border-radius: 40px 40px 0;
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    padding: 23px 1rem 17px;
  }
}
.top_company_item_image > img {
  max-width: 100px;
}
@media screen and (max-width: 767.9px) {
  .top_company_item_image > img {
    max-width: 80px;
  }
}
.top_company_item_txt-m {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #434343;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .top_company_item_txt-m {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
.top_company_item_txt-l {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.3;
  color: #1868D3;
  margin: 5px 0 12px;
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .top_company_item_txt-l {
    font-size: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_company_item_txt-l {
    font-size: 32px;
    margin: 0 0 2px;
  }
}
.top_company_item_txt-l > span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  margin: 5px 0 0 7px;
  vertical-align: middle;
}
@media screen and (max-width: 767.9px) {
  .top_company_item_txt-l > span {
    font-size: 16px;
    margin: 0 0 0 5px;
  }
}
.top_company_item_txt-s {
  font-size: 12px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 0.6);
}

/*******************************************/
/*** 株主・投資家情報 ***/
/*******************************************/
.top_investor {
  padding: 160px 0 140px;
}
@media screen and (max-width: 767.9px) {
  .top_investor {
    padding: 55px 0 60px;
  }
}
.top_investor_list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767.9px) {
  .top_investor_list {
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
  }
}
.top_investor_list_item {
  max-width: 380px;
  width: 32.5%;
}
@media screen and (max-width: 767.9px) {
  .top_investor_list_item {
    max-width: max-content;
    width: 100%;
  }
  .top_investor_list_item:not(:first-child) {
    margin-top: 36px;
  }
}
.top_investor_list_item > a {
  display: block;
}
.top_investor_list_wrap {
  position: relative;
  width: 100%;
  padding: 0 20px 20px 0;
}
.top_investor_list_wrap::after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 30px;
  right: 0;
  border: 1px solid #1868D3;
  border-radius: 40px 40px 0;
  z-index: -1;
}
.top_investor_list_image {
  border-radius: 40px 40px 0;
  will-change: transform;
}
.top_investor_list_content {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  color: #434343;
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .top_investor_list_content {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.04em;
    margin-top: 13px;
  }
}

/*******************************************/
/*** 採用情報 ***/
/*******************************************/
.top_recruit {
  background-color: #1868D3;
  background: url(../image/top/top_recruit_bg.png) no-repeat center top/cover;
  padding: 160px 0 143px;
}
@media screen and (max-width: 767.9px) {
  .top_recruit {
    background-image: url(../image/top/sp/top_recruit_bg_sp.png);
    padding: 83px 0 60px;
  }
}

/*******************************************/
/*** TOP共通 ***/
/*******************************************/
.top_circle,
.top_circle-s {
  position: relative;
  display: inline-block;
  background: url(../image/top/top_circle.svg) no-repeat center/41px;
  width: 42px;
  height: 42px;
  margin-left: 15px;
  flex-shrink: 0;
  transition-property: background-image;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.top_circle-s {
  width: 32px;
  height: 32px;
  background-size: 31px;
}

@media (hover: hover) and (pointer: fine) {
  a:hover .top_circle,
  a:hover .top_circle-s {
    background-image: url(../image/top/top_circle_hov.svg);
  }
}/*# sourceMappingURL=top.css.map */