/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "ÓÎ¥´¥·¥Ã¥¯Ìå", YuGothic, "ÓÎ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "ÓÎ¥´¥·¥Ã¥¯", "Yu Gothic", sans-serif;
  position: relative;
}

/*======================
header
======================*/
header {
  position: relative;
}
.header_logo_green {
  position: absolute;
  left: 10%;
  top: 40px;
}

/*======================
main
======================*/
main {
  background: #F0F0F0;
  padding-bottom: 40px;
}

/*¥Ñ¥ó¤¯¤º¥ê¥¹¥È*/
.breadcrumbs {
  width: 95%;
  margin: 15px auto 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin: 0 10px;
}
.breadcrumbs li:nth-last-child(1)::after {
  content: inherit;
}

/* ¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë */
.mainvisual {
  width: 100%;
  height: 519px;
  padding: 0 5%;
  background-color: #fff;
  background: url("/iron_researchcenter/resilient-staff/img/mv.jpg")no-repeat bottom center;
  background-size: cover;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.mainvisual_inner {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  transform: translateY(-35%);
}
.hgroup {
  color: #006937;
  line-height: 1.8;
  margin-bottom: 30px;
}
.hgroup_main {
  font-size: 18px;
  font-weight: bold;
}
.hgroup_sub {
  font-family: "Times New Roman";
  font-size: 40px;
}
a.mainvisual_btn-en {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  width: 128px;
  height: 25px;
  background: #006937;
}
a.mainvisual_btn-en::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-left: 10px;
}
a.mainvisual_btn-en:hover {
  text-decoration: none;
  opacity: 0.8;
}
/*====================== ¤³¤³¤«¤éÖÐÉí¾Ž¼¯ ======================*/

.staff_title {
  color: #2A880C;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
}
.resilient_staff--box {
  max-width: 1024px;
  width: 90%;
  padding: 60px 5% 90px;
  display: flex;
  gap: 40px;
  margin: 0 auto 35px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
  position: relative;
}
.resilient_staff--txt {
  width: calc(100% - 174px);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.resilient_staff--txt h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2A880C;
}
.resilient_staff--link {
  width: 230px;
  height: 50px;
  position: absolute;
  right: 5%;
  bottom: 30px;
}
.resilient_staff--link p {
  width: 100%;
  height: 100%;
}
.resilient_staff--link a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #2a880c;
}
.resilient_staff--link a:hover {
  opacity: 0.8;
}
.resilient_staff--link a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}


/*======================
footer
======================*/
.footer_n .fn_top {
  height: 415px;
  background: #fff;
  box-sizing: border-box;
}

.footer_n .fn_top .fn_logo {
  padding: 80px 0 60px;
}

.footer_n .fn_top ul.fn_link_list li, .footer_n .fn_top ul.fn_link_list li a {
  color: #0D3D17;
  font-size: 13px;
}

.footer_n .fn_top ul.fn_link_list li a:hover {
  text-decoration: underline #0D3D17;
}

@media screen and (max-width: 767px) {

  /*======================
  header
  ======================*/
  .header_logo_green {
    position: absolute;
    left: 3%;
    top: 3px;
  }
  .float_menu {
    position: absolute;
  }
  
  /*======================
  main
  ======================*/
 
  /* ¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë */
  .hgroup {line-height: 1.5;}
  .hgroup_main {font-size: 16px;}
  .hgroup_sub {font-size: 24px; margin-bottom: 20px;}
  
  /*======================
  footer
  ======================*/
  .footer_n .fn_top {
    height: auto;
  }

  .resilient_staff--box {
    padding: 30px 5% 110px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .resilient_staff--link {
    left: 0;
    right: 0;
    margin: auto;
  }
  .resilient_staff--txt {
    width: 100%;
  }

}

@media screen and (orientation: portrait) and (min-width: 768px){
  .footer_n .fn_top ul.fn_link_list {
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
  }
}