@charset "UTF-8";
/* group_common.css */
@media screen and (max-width: 1170px) {
  [lang="en"] body {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  [lang="en"] body {
    padding-top: 60px;
  }
  [lang="en"] .l-header {
    height: 90px;
  }
  .c-header__inner {
    padding-left: 25px;
    padding-right: 18px;
  }
  .c-header__menu-wrap {
    display: flex;
  }
}

/* Base */
.header-diversity,
#main {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}

.header-diversity img,
#main img {
  max-width: 100%;
  height: auto;
}

.header-diversity *,
.header-diversity *::before,
.header-diversity *::after,
#main *,
#main *::before,
#main *::after {
  box-sizing: border-box;
}

:not(.c-header) p,
:not(.c-footer) p {
  margin-bottom: 20px;
}

#main a {
  color: #007ac5;
  text-decoration: underline;
}
#main a:hover {
  opacity: .6;
}

.header-diversity, .main-container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
.main-container {
  padding: 0 15px;
  margin-bottom: 130px;
}

/* HEADER AREA  */
.header-diversity {
  padding: 50px 15px;
}
.nav-global .nav-list {
  display: flex;
}
.nav-global .nav-list .item {
  flex-basis: 100%;
}
.nav-global .nav-list .item:not(:last-child) {
  margin-right: 3px;
}
.nav-global .nav-list .item a {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  color: #707070;
  padding: 25px 10px;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nav-global .nav-list .item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #dfe3e6;
}
.nav-global .nav-list .item._bgclr01 a:hover::after {
  background-color: #007ac5;
}
.nav-global .nav-list .item._bgclr02 a:hover::after {
  background-color: #ff8000;
}
.nav-global .nav-list .item._bgclr03 a:hover::after {
  background-color: #e80185;
}
.nav-global .nav-list .item._bgclr04 a:hover::after {
  background-color: #1c9100;
}
.nav-global .nav-list .item._bgclr01 a {
  background-color: #c8ebfa;
}
.nav-global .nav-list .item._bgclr02 a {
  background-color: #fffac8;
}
.nav-global .nav-list .item._bgclr03 a {
  background-color: #ffdcf0;
}
.nav-global .nav-list .item._bgclr04 a {
  background-color: #d3f2d3;
}
.diversity .nav-global .nav-list .item.current a {
  color: #007ac5;
}
.diversity .nav-global .nav-list .item.current a::after {
  background-color: #007ac5;
}
.women .nav-global .nav-list .item.current a {
  color: #ff8000;
}
.women .nav-global .nav-list .item.current a::after {
  background-color: #ff8000;
}
.workforce .nav-global .nav-list .item.current a {
  color: #e80185;
}
.workforce .nav-global .nav-list .item.current a::after {
  background-color: #e80185;
}
.system .nav-global .nav-list .item.current a {
  color: #1c9100;
}
.system .nav-global .nav-list .item.current a::after {
  background-color: #1c9100;
}

.c-header__logo img {
  max-width: 165px;
  width: 100%;
}

/* TOP MEMU AREA*/
.top-menu {
  display: flex;
  justify-content: flex-end;
}
.top-menu .item:not(:last-child) {
  margin-right: 25px;
}
.top-menu .item a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  color: #444;
  padding: 7px 15px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.top-menu .item._seibuholding a::after, .top-menu .item._jasite a::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.top-menu .item._seibuholding a {
  padding-right: 37px;
}
.top-menu .item._seibuholding a::after {
  background-image: url(/en/diversity/common/img/icon_blank.gif);
  width: 13px;
  height: 13px;
  right: 15px;

}
.top-menu .item._jasite a {
  padding-left: 42px;
  padding-right: 19px;
}
.top-menu .item._jasite a::before {
  background-image: url(/en/diversity/common/img/icon_lang.png);
  width: 17px;
  height: 18px;
  left: 19px;
}


/* HEADING AREA */
.hdg-lv2 {
  font-size: 48px;
  font-weight: bold;
  color: #007ac5;
  line-height: 1.6;
  margin-bottom: 30px;
}
.hdg-lv3 {
  font-size: 32px;
  line-height: 1.6;
  border-bottom: 3px solid #007AC5;
  margin: 30px 0;
}
.women .hdg-lv2 {
  color: #ff8000;
}
.workforce .hdg-lv2 {
  color: #e80185;
}
.system .hdg-lv2 {
  color: #1c9100;
}
.women .hdg-lv3 {
  border-bottom-color: #ff8000;
}
.workforce .hdg-lv3 {
  border-bottom-color: #e80185;
}
.system .hdg-lv3 {
  border-bottom-color: #1c9100;
}
.hdg-lv4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0 20px;
}
.hdg-lv2 + .hdg-lv3 {
  margin-top: 0;
}
.hdg-lv3 + .hdg-lv4 {
  margin-top: -3px;
}

/* LAYOUT MEDIA COLUMN */
.lyt-media {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 30px;
}
.lyt-media > .img {
  margin-right: 20px;
  width: calc((330 / 1200) * 100%);
}
.lyt-media > .txt {
  flex: 1;
}
.lyt-media .txt > *:last-child {
  margin-bottom: 0;
}
.lyt-media._msg {
  margin-bottom: 70px;
}
.lyt-media._msg .img {
  width: calc((200 / 1200) * 100%);
}
.lyt-media._msg .msg-subject {
  text-align: right;
  margin-bottom: 0;
}

.lyt-column-01 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 20px;
}

.lyt-column-01 .col {
  width: calc((370 / 1200) * 100%);
}

/* LAYOUT LIST */
p + .list-note {
  margin-top: 30px;
}

.list-note li {
  display: flex;
}
.list-note li:not(:last-child) {
  margin-bottom: 8px;
}
.list-note li .mark {
  display: inline-block;
  padding-right: 8px;
}
.list-note li .body {
  flex-basis: 100%;
}

.list-01 {
  margin-bottom: 30px;
}
.list-01._col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-01 li {
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.list-01._col-2 li {
  width: 48%;
}
.list-01 li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #444;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

/* hamburger menu */
.btn-menu {
  display: none;
}

.btn-menu:focus-visible {
  outline: auto;
}

/* OTHERS AREA */
#main .box-lead {
  margin-bottom: 45px;
  text-align: center;
}
#main .box-lead .txt {
  font-size: 30px;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  padding: 0 38px;
}
#main .box-lead .txt::before, #main .box-lead .txt::after {
  display: block;
  position: absolute;
  font-size: 62px;
  font-weight: bold;
  color: #c8ebfa;
}
#main .box-lead .txt::before {
  content: "❝";
  top: -22px;
  left: 0;
}
#main .box-lead .txt::after {
  content: "❞";
  bottom: -50px;
  right: 0;
}
.pst-center {
  text-align: center;
}
.pst-right {
  text-align: right;
}
.pst-left {
  text-align: left;
}
.txt-sup {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .header-diversity {
    padding: 50px 15px 80px;
  }
  .js-on .nav-global {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: top .3s ease .3s;
    display: none;
  }
  .js-on .nav-global.is-active {
    top: 0;
    transition: top .3s ease 0s;
    display: block;
  }
  .nav-global .nav-list {
    flex-direction: column;
  }
  .nav-global .nav-list .item a:hover {
    opacity: 1;
  }
  .nav-global .nav-list .item:not(:last-child) {
    margin-right: 0;
  }
  .js-on .nav-global .nav-list .item a::after,
  .js-on .diversity .nav-global .nav-list .item.current a::after,
  .women .nav-global .nav-list .item.current a::after,
  .workforce .nav-global .nav-list .item.current a::after,
  .system .nav-global .nav-list .item.current a::after,
  .nav-global .nav-list .item._bgclr01 a:hover::after,
  .nav-global .nav-list .item._bgclr02 a:hover::after,
  .nav-global .nav-list .item._bgclr03 a:hover::after,
  .nav-global .nav-list .item._bgclr04 a:hover::after {
    background-color: #fff;
  }
  .js-on .overlay-box {
    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    width: 100%;
    height: 100vh;
    background: rgb(126, 147, 160, .55);
    transition: top .3s ease .3s;
  }
  .js-on .overlay-box.is-overlay {
    top: 0;
    transition: top .3s ease 0s;
  }

  .top-menu .item._seibuholding {
    display: none;
  }

  /* hamburger menu */
  .js-on .btn-menu {
    width: 48px;
    height: 48px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    right: 0;
    top: 0;
    background-color: #fff;
    display: block;
  }
  .btn-menu::after,
  .btn-menu::before,
  .btn-menu .label::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 38px;
    height: 4px;
    background-color: #999;
  }
  .btn-menu::before {
    top: 8px;
    transition: top .3s ease .3s, transform .3s ease 0s;
  }
  .btn-menu[aria-expanded="true"]::before {
    top: 22px;
    transition: top .3s ease 0s, transform .3s ease .3s;
    transform: rotate(45deg);
  }
  .btn-menu::after {
    top: 36px;
    transition: top .3s ease .3s, transform .3s ease 0s;
  }
  .btn-menu[aria-expanded="true"]::after {
    top: 22px;
    transition: top .3s ease 0s, transform .3s ease .3s;
    transform: rotate(-45deg);
  }
  .btn-menu .label {
    font-size: 0;
  }
  .btn-menu .label::before {
    top: 22px;
    opacity: 1;
    transition: opacity 0s ease .3s;
  }
  .btn-menu[aria-expanded="true"] .label::before {
    opacity: 0;
  }
  .btn-menu-wrap {
    position: fixed;
    right: 15px;
  }
  .btn-menu-wrap.is-active {
    z-index: 100;
  }

  .hdg-lv2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .hdg-lv3 {
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 10px;
  }

  #main .box-lead {
    margin-bottom: 25px;
  }
  #main .box-lead .txt {
    font-size: 24px;
    padding: 0 24px;
  }
  #main .box-lead .txt::before, #main .box-lead .txt::after {
    font-size: 45px;
  }
  #main .box-lead .txt::before {
    top: -16px;
  }
  #main .box-lead .txt::after {
    bottom: -34px;
  }

  .lyt-media {
    flex-direction: column-reverse;
  }
  .lyt-media._msg {
    margin-bottom: 40px;
  }
  .lyt-media .img, .lyt-media._msg .img {
    width: 100%;
  }
  .lyt-media > .img {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .lyt-column-01 {
    flex-direction: column;
  }
  .lyt-column-01 .col {
    text-align: center;
    width: 100%;
  }
  .lyt-column-01 .col:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }

  .list-01 {
    flex-direction: column;
  }
  .list-01._col-2 li {
    width: 100%;
  }

  .narrow-block {
    display: block;
  }
  .narrow-none {
    display: none;
  }
}


@media screen and (min-width: 769px) {
  .wide-block {
    display: block;
  }
  .wide-none {
    display: none;
  }
}
