@charset "UTF-8";
/*
    _body_settings.scssで、
    最大のコンテンツ幅は、1164pxにしている
*/
/* 
    WordPressのブロックテーマでは、 theme.jsonのcontentSizeが、カスタムプロパティに設定される
    --wp--style--layout--content-size

    theme.json の contentSize はブロックテーマの「デフォルトのコンテンツ幅」を定義します。
    エディター（Site Editor / ブロックエディター）: サイト編集画面やブロックエディターのキャンバス幅（コンテンツ領域の最大幅）に反映され、ブロック配置の見た目が変わります。

    Group、Columns、Cover 等の「制約された（constrained）」レイアウトを使うブロックはこの幅に基づいて最大幅を決めます。
    wideSize は「ワイド」配置（wide align）の幅を定義し、full はビューポート全幅です。
*/
@media screen and (max-width: 768px) {
  #top_main_img_container.eng_top_mainimg .top_mainimg_on_catchcopy .catchcopy_img {
    padding-top: 25vw;
  }
  #top_main_img_container.eng_top_mainimg .top_mainimg_on_catchcopy .catchcopy_img img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #top_main_img_container.eng_top_mainimg {
    padding-bottom: 22vw;
  }
}

#top_main_img_container {
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/top_visual_bg.webp");
  background-size: 100% auto;
  aspect-ratio: 1/0.68;
}
#top_main_img_container .top_mainimg_on_catchcopy {
  width: 100%;
  text-align: center;
}
#top_main_img_container .top_mainimg_on_catchcopy .catchcopy_img {
  padding-top: 11%;
}
@media screen and (max-width: 768px) {
  #top_main_img_container .top_mainimg_on_catchcopy .catchcopy_img {
    padding-top: 30vw;
  }
  #top_main_img_container .top_mainimg_on_catchcopy .catchcopy_img img {
    width: 90%;
  }
}
#top_main_img_container .top_mainimg_on_txt {
  margin-top: min(500px, 50vw);
  line-height: 2;
  width: 100%;
}
#top_main_img_container .top_mainimg_on_txt .ontext_inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
#top_main_img_container .top_mainimg_on_txt .ontext_inner .jfe_logo {
  margin-bottom: min(60px, 6vw);
  text-align: center;
}
#top_main_img_container .top_mainimg_on_txt .ontext_inner .jfe_logo img {
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  #top_main_img_container .top_mainimg_on_txt .ontext_inner .jfe_logo img {
    max-width: 100%;
    width: 70%;
  }
}
#top_main_img_container .top_mainimg_on_txt .ontext_inner h2 {
  font-size: clamp(2.375rem, 1.6507633588rem + 2.7989821883vw, 3.75rem);
  font-weight: bold;
  margin: 0 0 min(60px, 6vw);
  line-height: 1.5;
}
#top_main_img_container .top_mainimg_on_txt .ontext_inner p.on_txt {
  font-size: clamp(0.875rem, 0.7433206107rem + 0.5089058524vw, 1.125rem);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top_main_img_container .top_mainimg_on_txt {
    margin-top: 100vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main_img_container {
    background-position: 50% 0;
    background-size: 250% auto;
    aspect-ratio: auto;
    padding-bottom: 32vw;
  }
}

@-webkit-keyframes mini_mov_yaji_more {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 150% 50%;
  }
  51% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}

@keyframes mini_mov_yaji_more {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 150% 50%;
  }
  51% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
#top_contents {
  /* 幅広いコンテンツ併せて、フォントサイズを大きくする */
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#top_contents h2 {
  font-size: clamp(2.125rem, 1.0057251908rem + 4.3256997455vw, 4.25rem);
}
#top_contents .sec_header h2 {
  font-size: clamp(1.75rem, 1.2232824427rem + 2.0356234097vw, 2.75rem);
  font-weight: bold;
  margin: 0 0 0;
  color: #0060af;
}
#top_contents .sec_header .jp_txt {
  font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
  font-weight: bold;
}
#top_contents .sec_txt {
  font-size: clamp(0.9375rem, 0.8716603053rem + 0.2544529262vw, 1.0625rem);
  font-weight: normal;
}
#top_contents .sec_img img {
  border-radius: 6px;
}
#top_contents .btn_more {
  text-align: center;
  margin: min(80px, 8vw) 0 1em;
}
#top_contents .btn_more a {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: bold;
  display: inline-block;
  text-align: left;
  padding: 20px 24px;
  color: #fff;
  background-color: #0060af;
  border-radius: 4px;
  min-width: 330px;
  padding-right: 100px;
  position: relative;
}
#top_contents .btn_more a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 36px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../../images/ico_yaji06_rt_white.svg");
  background-size: 16px auto;
  border-radius: 60px;
}
#top_contents .btn_more a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#top_contents .btn_more a:hover:before {
  -webkit-animation: mini_mov_yaji01 0.5s ease;
          animation: mini_mov_yaji01 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #top_contents .btn_more a {
    min-width: 0;
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  #top_contents {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@-webkit-keyframes mini_mov_yaji_menu {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 170% 50%;
  }
  51% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}

@keyframes mini_mov_yaji_menu {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 170% 50%;
  }
  51% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
#topsec_movie {
  padding: min(25px, 2.5vw) 0 min(240px, 24vw);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../../images/top_bgimg_movie.webp");
  background-size: cover;
}
#topsec_movie .sec_header {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
}
#topsec_movie .sec_inner {
  max-width: 860px;
  margin: 0 auto;
  padding: min(60px, 6vw) min(80px, 8vw);
}
#topsec_movie .sec_inner .sec_movie {
  text-align: center;
}
#topsec_movie .sec_inner h6 {
  font-size: clamp(0.9375rem, 0.8716603053rem + 0.2544529262vw, 1.0625rem);
  font-weight: normal;
  margin: min(40px, 4vw) 0 0.5em;
}
#topsec_movie .sec_inner .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_movie .sec_inner .sec_row .sec_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #topsec_movie .sec_inner .sec_row {
    display: block;
  }
  #topsec_movie .sec_inner .sec_row .sec_col {
    margin-bottom: 1.5em;
  }
}

#topsec_news {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
  margin: -140px auto 0;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 100;
}
#topsec_news .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_news .sec_row .sec_lt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
#topsec_news .sec_row .sec_rt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 75%;
          flex: 0 1 75%;
}
@media screen and (max-width: 768px) {
  #topsec_news .sec_row {
    display: block;
  }
}
@media screen and (max-width: 1680px) {
  #topsec_news {
    margin-left: 2em;
    margin-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  #topsec_news {
    margin: 0 auto 0;
    padding-bottom: min(100px, 10vw);
  }
}

#topsec_strength {
  padding: min(180px, 18vw) 0 min(180px, 18vw);
  margin: -140px auto 0;
  background-color: #f5f5f5;
  position: relative;
}
#topsec_strength .sec_header {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
#topsec_strength .sec_row {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 100;
}
#topsec_strength .sec_row .sec_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #topsec_strength .sec_row {
    display: block;
  }
  #topsec_strength .sec_row .sec_col {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #topsec_strength {
    margin: 0 auto 0;
    padding: min(100px, 10vw) 0 min(100px, 10vw);
  }
}

.txt_scrolls {
  padding: min(280px, 28vw) 0 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.txt_scrolls .c-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}
.txt_scrolls .c-text__item {
  color: #fcfcfc;
  font-size: clamp(2.25rem, 0.9990458015rem + 4.834605598vw, 4.625rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  padding: 0 40px;
  font-weight: bold;
}

#topsec_map {
  padding: min(100px, 10vw) 0 min(100px, 10vw);
}
#topsec_map .sec_header {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
  margin: 0 auto;
}
#topsec_map .sec_header .sec_txt {
  margin-top: min(50px, 5vw);
}
#topsec_map .sec_row {
  max-width: 1320px;
  margin: -120px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_map .sec_row .sec_col_map {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
  padding-left: min(80px, 8vw);
  padding-top: 120px;
}
#topsec_map .sec_row .sec_col_map .sec_img {
  position: relative;
  left: -25%;
  width: 130%;
}
#topsec_map .sec_row .sec_col_slide {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}
#topsec_map .sec_row .map_pin_imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
#topsec_map .sec_row .map_pin_imgs .map_pin .pin_normal {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
#topsec_map .sec_row .map_pin_imgs .map_pin .pin_hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#topsec_map .sec_row .map_pin_imgs .map_pin img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#topsec_map .sec_row .map_pin_imgs .map_pin:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
#topsec_map .sec_row .map_pin_imgs .map_pin:hover .pin_normal {
  opacity: 0;
  display: none;
}
#topsec_map .sec_row .map_pin_imgs .map_pin:hover .pin_hover {
  opacity: 1;
}
#topsec_map .sec_row .map_pin_imgs .map_pin:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: drop-shadow(0px 0px 6px rgba(255, 230, 0, 0.9));
          filter: drop-shadow(0px 0px 6px rgba(255, 230, 0, 0.9));
}
#topsec_map .sec_row .map_pin_imgs .map_pin01 {
  position: absolute;
  top: 38.104%;
  left: 13.362%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin02 {
  position: absolute;
  top: 23.387%;
  left: 24.568%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin03 {
  position: absolute;
  top: 65.12%;
  left: 16.522%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin04 {
  position: absolute;
  top: 74.193%;
  left: 29.166%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin05 {
  position: absolute;
  top: 42.54%;
  left: 33.189%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin06 {
  position: absolute;
  top: 55.846%;
  left: 40.086%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin07 {
  position: absolute;
  top: 27.822%;
  left: 47.557%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin08 {
  position: absolute;
  top: 47.782%;
  left: 48.563%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin09 {
  position: absolute;
  top: 1.209%;
  left: 49.712%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin10 {
  position: absolute;
  top: 37.701%;
  left: 57.614%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin11 {
  position: absolute;
  top: 46.572%;
  left: 72.27%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin12 {
  position: absolute;
  top: 54.435%;
  left: 81.465%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin13 {
  position: absolute;
  top: 32.258%;
  left: 86.637%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin14 {
  position: absolute;
  top: 7.459%;
  left: 90.229%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin15 {
  position: absolute;
  top: 67.54%;
  left: 65.517%;
  width: 4.956%;
}
#topsec_map .sec_row .map_pin_imgs .map_pin16 {
  position: absolute;
  top: 0%;
  left: 77.155%;
  width: 4.956%;
}
@media screen and (max-width: 768px) {
  #topsec_map .sec_row {
    display: block;
    margin-top: 0;
  }
  #topsec_map .sec_row .sec_col_map {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 30px;
  }
  #topsec_map .sec_row .sec_col_map .sec_img {
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #topsec_map .sec_row .sec_col_map .sec_img img {
    width: 90%;
  }
  #topsec_map .sec_row .sec_col_slide {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

#top_contents.eng_top_contents #topsec_business {
  padding-top: min(40px, 4vw);
}

#topsec_business {
  padding: min(100px, 10vw) 0 min(100px, 10vw);
  background-color: #f5f5f5;
}
#topsec_business .sec_header {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
  margin: 0 auto;
}
#topsec_business .sec_row01 {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_business .sec_row01 .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 64%;
          flex: 0 1 64%;
}
#topsec_business .sec_row01 .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
#topsec_business .sec_row01 .btn_more {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #topsec_business .sec_row01 {
    display: block;
  }
  #topsec_business .sec_row01 .sec_col {
    margin-bottom: 25px;
  }
}
#topsec_business .sec_row02 {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #topsec_business .sec_row02 {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

#topsec_company {
  padding: min(100px, 10vw) 0 min(200px, 20vw);
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  #topsec_company {
    padding-bottom: min(100px, 10vw);
  }
}

#topsec_3btns {
  margin: -160px 0 0;
}
#topsec_3btns .sec_row02 {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2%;
}
#topsec_3btns .sec_row02 .sec_col a {
  color: #00182e;
}
#topsec_3btns .sec_row02 .sec_col a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#topsec_3btns .sec_row02 .sec_col a:hover .sec_txt:before {
  -webkit-animation: mini_mov_yaji01 0.5s ease;
          animation: mini_mov_yaji01 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-decoration: none;
}
#topsec_3btns .sec_row02 .sec_col .sec_thumb img {
  border-radius: 6px;
}
#topsec_3btns .sec_row02 .sec_col .sec_txt {
  font-size: clamp(1rem, 0.8683206107rem + 0.5089058524vw, 1.25rem);
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  padding-right: 48px;
  position: relative;
}
#topsec_3btns .sec_row02 .sec_col .sec_txt:before {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../../images/ico_yaji06_rt_blue.svg");
  background-size: 15px auto;
  background-color: #f5f5f5;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #topsec_3btns .sec_row02 {
    display: block;
  }
  #topsec_3btns .sec_row02 .sec_col {
    margin-bottom: 30px;
  }
  #topsec_3btns .sec_row02 .sec_col .sec_thumb {
    aspect-ratio: 16/10;
    overflow: hidden;
  }
  #topsec_3btns .sec_row02 .sec_col .sec_thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #topsec_3btns {
    margin: 0 auto;
  }
}

#topsec_recruit {
  padding: min(100px, 10vw) 0 min(100px, 10vw);
}
#topsec_recruit .sec_header {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
  margin: 0 auto;
}
#topsec_recruit .sec_inner {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
  margin: 0 auto;
}
#topsec_recruit .sec_inner 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;
  color: #fff;
  font-size: clamp(1.125rem, 0.7299618321rem + 1.5267175573vw, 1.875rem);
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  aspect-ratio: 1/0.253;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../../images/top_bgimg_recruit.webp");
  background-size: cover;
  border-radius: 6px;
}
#topsec_recruit .sec_inner a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#topsec_recruit .sec_inner a:hover .inner_txt:before {
  -webkit-animation: mini_mov_yaji01 0.5s ease;
          animation: mini_mov_yaji01 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-decoration: none;
}
#topsec_recruit .sec_inner a .inner_txt {
  display: inline-block;
  padding-right: 48px;
  position: relative;
}
#topsec_recruit .sec_inner a .inner_txt:before {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../../images/ico_yaji06_rt_blue.svg");
  background-size: 15px auto;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #topsec_recruit .sec_inner a {
    aspect-ratio: 1/0.55;
    background-position: 40% 50%;
    background-size: auto 100%;
  }
}

/* zoom slide */
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); /* 拡大率 */
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); /* 拡大率 */
  }
}
.zoom_slider {
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
}

.zoom_slider .slick-slide.add-animation .slick-img img {
  -webkit-animation: zoomUp 10s linear 0s normal both;
  animation: zoomUp 10s linear 0s normal both;
}

.zoom_slider .slick-img img {
  width: 100%;
}

/* ========== */
/* 社会の中のJFEプラントエンジ　top slider */
/* ========== */
.slide-wrap {
  margin: 30px 0 100px 20px;
}
@media screen and (max-width: 767px) {
  .slide-wrap {
    width: auto;
    margin: 0px 0 50px 0px;
    padding: 0 0.5em;
  }
  .slide-wrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slide-wrap .slick-slide {
    height: auto !important;
  }
}

.item {
  width: 390px;
  height: auto;
  padding-left: 0;
  padding-right: 15px;
  display: block;
}
.item:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.item a {
  color: #00182e;
}
.item a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.item .inner_img_box {
  position: relative;
}
@media (any-hover: hover) {
  .item .inner_img_box:hover .inner_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .item .inner_img_box:hover .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item .inner_img_box:hover .item-inner:has(> :nth-child(-n+2):last-child) {
    display: block;
  }
  .item .inner_img_box:hover .item-inner:has(> :nth-child(-n+2):last-child) .inner_col {
    margin-bottom: 0.75em;
  }
}
@media screen and (max-width: 768px) {
  .item .inner_img_box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.item .inner_img {
  overflow: hidden;
  border-radius: 4px;
}
.item .inner_img img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .item .inner_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .item .inner_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.item .item-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@starting-style {
  .item .item-inner {
    opacity: 0;
  }
}
.item .item-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 2%;
  font-size: clamp(0.75rem, 0.651240458rem + 0.3816793893vw, 0.9375rem);
  font-weight: normal;
  background-color: rgba(0, 96, 175, 0.9);
  border-radius: 4px;
}
.item .item-inner h4 {
  font-size: clamp(0.75rem, 0.651240458rem + 0.3816793893vw, 0.9375rem);
  font-weight: bold;
  color: #0060af;
  text-align: center;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px 8px;
  margin-bottom: 0.75em;
}
.item .item-inner ul li {
  margin-bottom: 2px;
}
.item .item-inner .inner_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  color: #fff;
}
.item .item-inner .inner_col a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .item .item-inner {
    display: block;
    position: relative;
  }
  .item .item-inner ul {
    line-height: 1.2;
  }
  .item .item-inner ul li {
    margin-bottom: 8px;
  }
}
.item .item_title {
  margin: 0.5em 0 0;
  font-size: clamp(0.875rem, 0.6445610687rem + 0.8905852417vw, 1.3125rem);
  font-weight: bold;
}
.item .item_title .item_num {
  display: inline-block;
  color: #808b96;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .item .item_title {
    margin: 0.7em 0 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .item {
    width: 225px;
    padding-right: 13px;
    cursor: -webkit-grab;
    cursor: grab;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}

.slick-slide img {
  border: none;
  max-width: 100%;
  height: auto;
}

.slick-nav {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .slick-nav {
    width: auto;
    right: 0%;
    bottom: 0;
  }
}

.slick-num {
  width: auto;
  margin: 0 auto 5px;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.9285714286;
  text-align: center;
  color: #00182e;
}

.arrow_box {
  width: 100%;
  position: relative;
  top: 0;
}
@media screen and (max-width: 767px) {
  .arrow_box {
    top: 1px;
  }
}

.slick-slider {
  padding: 0 0 2em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .slick-slider {
    padding: 0 0 1em;
  }
}

.slick-arrow {
  width: 48px;
  height: 48px;
  background: #f5f5f5 url("../../images/slide_arrow_lt.svg") no-repeat 50% 50%/18px auto;
  border-radius: 4px;
  cursor: pointer;
  font-size: 2px;
  color: transparent;
  overflow: hidden;
  text-indent: 40px;
  border: none;
  position: absolute;
  z-index: 10;
  top: unset;
  bottom: unset;
}
.slick-arrow.slick-prev {
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.slick-arrow.slick-prev:hover {
  opacity: 0.6;
}
.slick-arrow.slick-prev.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: pointer;
}
.slick-arrow.slick-next {
  right: 0;
  top: 0;
  -webkit-transform: rotateY(180deg) translateY(-50%);
          transform: rotateY(180deg) translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.slick-arrow.slick-next:hover {
  opacity: 0.6;
}
.slick-arrow.slick-next.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: pointer;
}
.progress-container {
  width: calc(100% - 100px);
  height: 1px;
  background-color: #cecece;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .progress-container {
    background-color: #a7a7a7;
  }
}

.progress-bar1-1 {
  width: 0;
  height: 100%;
  background-color: #0060af;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}