html {
  background: #e9e9e9;
}
body {
  margin: 0;
  min-width: 320px;
  font-size: 16px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.line_wrap {
  width: 100%
}
.line {
  max-width: 1200px;
  margin: 0 auto;
}
.clear-fix {
  *zoom: 1;
}
.clear-fix:before, .clear-fix:after {
  content: "";
  display: table;
  line-height: 0;
  visibility: hidden;
}
.clear-fix:after {
  clear: both;
}
ul.grid, ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.grid > li {
  float: left;
}
div.table {
  display: table;
}
div.tr {
  display: table-row;
}
div.th, div.td {
  display: table-cell
}
div.grid .item {
  float: left;
  background: #e6f8e6;
  min-height: 235px;
  position: relative
}
div.grid .item + .item {
  margin-left: 0.5%;
}
div.grid > .clear-fix + .clear-fix {
  margin-top: 0.5%;
}
div.grid .span4 {
  width: 33%;
}
div.grid .span8 {
  width: 66.5%;
}
div.grid .span12 {
  width: 100%;
}
div.grid .pie_wrapper {
  position: relative;
}
div.grid .pie_wrapper > span {
  position: relative;
  z-index: 2;
}
div.grid .pie_container {
  position: absolute;
  top: 0;
  width: 50%;
  max-width: 9em;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto
}
div.grid .pie_positioner {
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
}
div.grid .pie {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #e6f8e6;
  background-image: linear-gradient(to right, transparent 50%, #00ac97 0);
}
.pie .before {
  visibility: hidden;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0/50%;
  background-color: #00ac97;
  transform-origin: left;
  transform: rotate(0turn);
}
.pie .after {
  visibility: visible;
  position: relative;
  top: -100%;
  z-index: 3;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0/50%;
  background-color: inherit;
  transform-origin: left;
  transform: rotate(0.5turn);
}
div.grid .item .title {
  margin-top: 24px;
  font-size: 18px;
}
div.grid .item .content {
  margin: 5% 0;
}
div.grid .item .content .number {
  font-size: 60px;
  line-height: 60px;
  display: inline-block;
}
div.grid .item .content .tani {
  font-size: 20px;
}
div.grid .item .content .pre-number {
  position: relative;
  top: -1em;
  margin-right: 0.5em;
}
div.grid .item .content .post-number {
  display: block;
  font-size: 20px;
}
div.grid .item .content .pre-number, div.grid .item .content .post-number, div.grid .item .content .number, div.grid .item .content .tani {
  color: #00ac97;
}
div.grid .item .bottom {
  margin: 0.5em;
}
div.grid .item .gender-stat, div.grid .item .school-list {
  margin: 0.5em;
}
div.grid .item .table {
  margin: 0 auto;
}
.gender-stat table th {
  padding: 5px;
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
}
.gender-stat table th > div {
  background: #00ac97;
  padding: 3px 5px;
}
.gender-stat table td > div {
  margin: 0 10%;
  white-space: nowrap;
  word-break: keep-all;
  text-align: right;
}
.gender-stat table .delimiter {
  width: 1em;
}
div.grid .item .gender-stat .number {
  line-height: 50px;
}
.gender-stat .wrapper {
  display: inline;
}
.school-list .table {
  width: 96%;
  text-align: left
}
.school-list .table .th {
  white-space: nowrap;
  word-break: keep-all;
  color: #00ac97;
}
.pro-list .table .td {
  text-align: right;
}
.pro-list .table .delimiter {
  width: 2em;
}
.pro-list .etc {
  text-align: right;
}
html.menu_shown {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
html.menu_shown #menu_content_wrap {
  display: block;
}
#menu .icon .bar {
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.5s ease;
}
html.menu_shown #menu .icon .bar:nth-child(1) {
  transform: translateY(195%) rotate(45deg);
}
html.menu_shown #menu .icon .bar:nth-child(2) {
  opacity: 0;
  transform: scale(0.2, 0.2);
}
html.menu_shown #menu .icon .bar:nth-child(3) {
  transform: translateY(-195%) rotate(-45deg);
}
#menu_content_wrap {
  display: none;
  position: fixed;
  top: 0;
  z-index: 50;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  overflow: auto;
}
#menu_content {
  display: none;
}
#menu_content .padder {
  height: 50px;
}
#menu_content a {
  display: block;
  color: #fff;
  line-height: 3em;
}
body #menu_content a.active {
  background: rgba(255, 255, 255, 0.5);
}
#menu_content.line a[href]:hover {
  background: rgba(240, 240, 240, 0.3);
}
#menu_content .level0, #menu_content .level1 {
  font-size: 18px;
  text-indent: 2em;
  font-weight: bold;
}
#menu_content .padder, #menu_content .level0 > a, #menu_content .level1 > a {
  background: rgba(240, 240, 240, 0.2);
  border-top: 2px solid rgba(240, 240, 240, 0.5);
  border-bottom: 1px solid rgba(240, 240, 240, 0.5);
  text-decoration: none;
}
#menu_content .level2 > a {
  background: rgba(206, 206, 206, 0.2);
  text-decoration: none;
}
#menu_content .level2 {
  font-size: 14px;
  text-indent: 3em;
}
#menu_content .entry_form {
  padding: 30px 0;
  text-align: center;
}
#menu_content .entry_form a {
  margin: auto;
  color: #fff;
  width: 300px;
  text-align: center;
  text-indent: 0;
  background-color: #00AC97;
  height: 54px;
  line-height: 54px;
}
#tool_wrap {
  overflow: hidden;
  overflow-y: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 51;
}
#tool {
  position: relative;
  height: 50px;
}
#menu, #entry {
  width: 50%;
  position: absolute;
  top: 0;
  height: 100%;
  line-height: 50px;
  font-size: 14px
}
#menu .text, #entry .text {
  margin-left: 1em;
  color: #fff;
}
#entry .text {
  margin-left: 0;
  width: 100%;
  padding-left: 4em;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
#menu {
  right: 100%;
  background: #fff;
  margin-right: -160px;
  color: #00ac97;
  cursor: pointer;
}
#entry {
  left: 100%;
  background: #00ac97;
  margin-left: -160px;
  color: #fff;
}
#menu .item, #entry .item {
  position: absolute;
  height: 100%;
  top: 0;
  width: 120px;
}
#entry .item {
  width: 100%;
}
#menu .item {
  right: 0;
}
#menu .icon {
  float: left;
  width: 25%;
  height: 50%;
  padding: 12px 0;
}
#menu .icon .bar {
  display: block;
  height: 5px;
  background: #00ac97;
}
#menu .icon .bar + .bar {
  margin-top: 5px;
}
#menu .text {
  color: #00ac97;
  font-weight: bold;
}
#banner {
  position: relative;
  font-family: "Segoe UI", serif;
}
#banner img {
  vertical-align: middle;
}
#banner .text {
  position: absolute;
  left: 13%;
  top: 20%;
  color: #fff;
  letter-spacing: 0.3em
}
#banner .text .primary {
  font-size: 2.8em;
  line-height: 1.5em
}
#banner .text .secondary {
  margin-top: 1em;
  font-size: 1em
}
/* #page_company_02 #banner .text, */
#page_company_03 #banner .text {
  color: #fff;
}
#page_index #banner {
  border-bottom: 5px solid #00ac97;
}
#main_wrap {
  background: url("../images/index_main_bg.gif") repeat-y center;
}
#page_index #introduction {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 2em;
  padding: 1px 5%;
}
#page_index #introduction .delimiter {
  max-width: 3em;
  border-bottom: 1px solid #00ac97;
  margin: 2em auto;
}
#page_company_02 #introduction .t_box h4.secondary {
  margin-bottom: 1.5em;
}
#page_company_02 #introduction .t_box .table {
  text-align: left;
  max-width: 540px;
  margin: 0 auto;
}
#page_company_02 #introduction .t_box .table .th {
  white-space: nowrap;
  word-break: keep-all;
  font-weight: normal;
  text-align: justify;
  vertical-align: top;
  padding-right: 1em;
}
#page_company_02 #introduction .t_box .table .th.letter5 {
  letter-spacing: 0.2em;
}
#page_company_02 #introduction .t_box .table .th.letter4 {
  letter-spacing: 0.6em;
}
#page_company_02 #introduction .t_box .table .th.letter3 {
  letter-spacing: 1.4em;
}
#page_company_02 #introduction .t_box .table .th.letter2 {
  letter-spacing: 3.8em;
}
#page_company_02 #introduction .t_box .table .tr > * {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.5em;
}
#page_company_02 #introduction .t_box .table .tr + .tr > * {
  border-top: 1px solid #d0d0d0;
}
#page_company_02 #introduction .t_box .table .tr + .last > * {
  border-top: 0;
}
#page_company_02 #introduction .t_box .table .td h5 {
  margin: 0;
  font-size: 16px;
}
#page_company_02 #introduction .t_box .table .td h5 + h5 {
  margin-top: 1em;
}
#page_company_02 #introduction .t_box .table .last > .td {
  display: table-row;
}
#page_company_02 #introduction .map {
  text-align: center;
}
#page_company_02 #introduction .map img {
  max-width: 100%;
}
#page_works_01 .table {
  margin: 0 auto;
}
#page_works_01 .td {
  text-align: right;
  padding-left: 2em;
}
#work_part1 .fa {
  margin-right: 0.5em;
}
.animation-set1.animated {
  position: relative;
  animation: animation-set1 0.5s ease-out forwards;
}
.animation-set2 {
  opacity: 0;
}
.animation-set2.animated {
  position: relative;
  animation: animation-set2 1.5s ease forwards;
}
.animation-set3 {
  opacity: 0;
}
.animation-set3.animated {
  position: relative;
  animation: animation-set3 1s ease-out forwards;
}
.animation-pic-left-in, .animation-pic-right-in {
  opacity: 0;
}
.animation-pic-left-in.animated {
  position: relative;
  animation: animation-pic-left-in 1s ease-out forwards;
}
.animation-pic-right-in.animated {
  position: relative;
  animation: animation-pic-right-in 1s ease-out forwards;
}
#page_index #top_wrap {
  width: 100%;
  overflow: hidden;
  position: relative
}
#page_index #top {
  position: relative;
}
#page_index #top .pre_bg img, #page_index #top .post_bg img {
  width: 100%;
  height: 100%;
  visibility: hidden;
}
#page_index #top .pre_bg {
  background: url("../images/L-Repeat.png") repeat-x right top/auto 100%;
}
#page_index #top .post_bg {
  background: url("../images/R-Repeat.png") repeat-x left top/auto 100%;
}
#page_index #top .pre_bg, #page_index #top .post_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  border-bottom: 5px solid #00ac97;
  z-index: 1;
}
#page_index #top .pre_bg {
  right: 100%;
}
#page_index #top .post_bg {
  left: 100%;
}
#page_index #banner {
  position: relative;
  z-index: 2;
}
#bottom_menu {
  margin: auto;
  margin-bottom: 20px;
  padding-top: 40px;
  width: 380px;
  text-align: center;
}
#bottom_menu .button {
  float: left;
  margin: 2px;
  width: 182px;
  border: 2px solid #00AC97;
  font-size: 14px;
}
#bottom_menu .button a {
  color: #00AC97;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  background-color: #fff;
  font-weight: bold;
  position: relative;
}
#bottom_menu .button a:hover {
  color: #fff;
  background-color: #00AC97;
}
#bottom_menu .button a::after {
  content: '';
}
.pro-list .number {
  width: 1.5em;
}
div.grid .pie_wrapper > span {
  text-shadow: 0 0 4px #e6f8e6, 0 0 4px #e6f8e6, 0 0 4px #e6f8e6, 0 0 4px #e6f8e6;
}
div.grid .pie_wrapper .number.animated ~ .pie_container .pie .before {
  animation: animation-pie-before 2s linear forwards;
}
div.grid .pie_wrapper .number.animated ~ .pie_container .pie .after {
  animation: animation-pie-after 2s linear forwards;
}
@keyframes animation-set1 {
  0% {
    transform: scale(0.5, 0.5) translateY(20%);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2, 1.2) translateY(-20%);
  }
  100% {
    transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
}
@keyframes animation-set2 {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes animation-set3 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes animation-pic-left-in {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animation-pic-right-in {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animation-pie-before {
  0% {
    transform: rotate(0);
    visibility: hidden
  }
  55% {
    transform: rotate(0turn);
    visibility: visible;
  }
  100% {
    transform: rotate(0.4turn);
    visibility: visible;
  }
}
@keyframes animation-pie-after {
  0% {
    transform: rotate(0turn);
    visibility: visible
  }
  55% {
    transform: rotate(0.5turn);
    visibility: hidden
  }
  100% {
    transform: rotate(0.5turn);
    visibility: hidden
  }
}
.page_company #main_wrap, .page_person #main_wrap, .page_works #main_wrap, .page_gallery #main_wrap, .page_contact #main_wrap {
  padding-top: 3%;
}
.page_works .mb {
  margin-top: 5%;
}
.page_works .mb .table {
  margin: 0 auto;
}
.page_works .mb .table .delimiter {
  width: 1em;
}
.page_works .mb .table .th {
  padding-right: 1em;
  text-align: left;
}
.page_works .mb .table .td {
  text-align: right;
}
.index_pt {
  position: relative;
  margin-top: 2.5%;
}
.index_pt .image {
  width: 50%;
}
.index_pt .image img {
  width: 100%;
}
.index_pt .text {
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 55%;
  top: 10%;
  z-index: 3;
}
.index_pt .text .padder {
  padding: 10% 15% 5% 15%;
}
.index_pt .button a {
  float: left;
  padding: 1em 2em;
  margin-top: 1em;
  background: #00ac97;
  color: #fff;
  text-decoration: none;
  border: 1px solid #00ac97;
}
.index_pt .button a:hover {
  background: #fff;
  color: #00ac97;
}
.index_pt_transparent .text {
  background: none;
}
.index_pt .secondary {
  margin-bottom: 2.5%;
}
.inner_intro {
  max-width: 1000px;
  margin-top: 5%;
  margin-bottom: 5%;
}
.inner_intro .side {
  display: inline;
}
.inner_intro .side img {
  max-width: 50%;
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.inner_intro_narrow {
  max-width: 620px;
}
h2.primary, .inner_intro h2.primary, .inner_intro h3.primary {
  text-align: center;
  margin: 0;
  font-size: 28px;
  color: #00ac97;
  font-weight: normal;
  line-height: 1.6em;
}
.inner_intro h3.primary {
  font-size: 18px;
}
.inner_intro div.secondary {
  font-size: 16px;
  line-height: 2em;
  margin-top: 1em;
}
.inner_intro_image h2.primary {
  padding-top: 10%;
}
.index_pt .text .primary, .t_box h2.primary, .t_box h4.primary {
  margin: 0;
  font-size: 28px;
  color: #00ac97;
  font-weight: normal;
  line-height: 1.6em;
}
.t_box h4.primary {
  font-size: 18px;
  margin: 0;
}
.t_box h4.secondary {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
}
.index_pt_right .text {
  left: 0;
  right: auto;
}
.index_pt_right .image, .index_pt_right .button a {
  float: right;
}
#spec {
  margin-top: 0;
}
.t_box .secondary {
  margin-top: 1em;
}
#company {
  margin-top: 5%;
}
.t_box {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  position: relative;
  z-index: 2;
}
.t_box_transparent {
  background: none;
}
.t_box .padder {
  padding: 5% 10%;
}
.g_box {
  position: relative;
  overflow: hidden;
}
.g_box .g_box_item {
  position: relative;
  width: 100%;
}
.g_box .g_box_item .text span {
  display: block;
}
.g_box .g_box_item .text {
  width: 45%;
  position: absolute;
  right: 0;
  top: 30%;
  height: 100%;
}
.g_box .g_box_item_right .text {
  right: auto;
  left: 0;
}
.g_box .g_box_item .image img {
  max-width: 100%;
}
.g_box .g_box_item .image {
  width: 50%;
  float: left;
}
.g_box .g_box_item_right .image {
  float: right;
}
.page_gallery .table .column {
  padding-right: 2.5%;
}
.page_gallery .table .column + .column {
  padding-right: 0;
  padding-left: 2.5%;
  border-left: 2px solid #00ac97;
}
.g_box .g_box_item .text table {
  width: 100%;
  height: 100%;
}
#company .t_box + .t_box {
  margin-top: 0.2em;
}
#company .popover {
  position: relative;
}
#company .popover .image {
  width: 94%;
  margin: 0 auto;
  position: relative;
  top: -20px;
  z-index: 1;
}
#company .popover .image > img {
  width: 33.33%;
  vertical-align: middle
}
#company .popover .text {
  left: 15%;
  width: 70%;
  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
  background: rgba(0, 172, 151, 0.9);
  position: absolute;
  z-index: 3;
  top: -20%;
}
#company .popover .text .padder {
  padding: 2.5%;
}
#company .popover .text .left .padder, #company .popover .text .right .padder {
  padding: 5% 0;
  position: relative;
}
#company .popover .text .wrapper {
  padding: 0 5%;
}
#company .popover .text .left .wrapper {
  border-right: 1px solid #fff;
}
#company .popover .text .left {
  float: left;
}
#company .popover .text .right {
  float: right;
}
#company .popover .text .left, #company .popover .text .right {
  width: 50%;
}
#company .popover .text .title {
  float: left;
}
#company .popover .text .content, #company .popover .text .bottom {
  float: right;
}
#company .popover .text .content {
  font-size: 3em;
  width: 2em;
  text-align: right;
  line-height: 1.1em;
}
#company .popover .text .bottom {
  margin-left: 1em;
}
#company .last .padder {
  padding: 2.5% 10%;
}
#company .last {
  position: relative;
  top: -20px;
}
#video {
  text-align: center;
  background: #00ac97;
  padding: 2.5%;
  margin-top: 2.5%;
  display: none;
}
#video h2 {
  font-weight: normal;
  color: #fff;
  font-size: 28px;
}
#video img {
  max-width: 100%;
}
#news {
  background: #fff;
  font-size: 16px;
  margin-top: 2.5%;
}
#news .padder {
  padding: 5% 5% 2.5%;
}
#news h2 {
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #00ac97;
  margin: 0;
  padding-bottom: 2.5%;
  border-bottom: 1px solid #00ac97;
}
#news .left {
  float: left;
  width: 50%;
}
#news .right {
  float: right;
  width: 40%;
}
#news .left .text {
  margin-top: 5%;
}
#news .left ul.list {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5;
  color: #00AC97
}
#news .right .image {
  margin-top: 5%;
}
#news .right .image iframe {
  width: 100%;
  height: 300px;
}
#news h4.secondary {
  font-size: 18px;
  text-align: center;
  margin: 2.5% 0;
  color: #00AC97
}
#news .fa {
  width: 1em;
  margin-right: 0.5em;
  ;
  color: #00AC97
}
#bottom_logo {
  text-align: center;
  padding: 2.5% 10px;
}
#bottom_logo img {
  max-width: 100%;
}
#bottom_wrap {
  background: #00ac97;
}
#bottom {
  padding: 2.5% 10px;
  color: #fff;
  text-align: center
}
#department {
  background: #fff;
  margin-top: 1%;
}
#department .padder {
  padding: 5%;
  position: relative;
}
#department .first, #department .second {
  width: 50%;
}
#department .first {
  float: left;
}
#department .second {
  float: right;
}
#department .icon {
  width: 220px;
  margin: 0 auto 5% auto;
}
#department .icon .outer {
  padding-top: 100%;
  position: relative;
}
#department .icon .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#department .icon .inner .text {
  padding-top: 42%;
  width: 60%;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center
}
#department .first .icon .inner {
  background: #e40606
}
#department .second .icon .inner {
  background: #161ad4
}
#department .first .padder {
  padding: 0 5% 0 0;
}
#department .second .padder {
  padding: 0 0 0 5%;
}
#department .wrapper {
  position: relative;
}
#department .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#department .head .text {
  color: #00ac97;
  font-size: 56px;
  height: 70px;
  font-weight: bold;
  text-align: center
}
#department .head .h-line {
  width: 50%;
  margin: 0 auto;
  height: 40px;
  border-bottom: 2px solid #00ac97
}
#department .head .v-line {
  width: 50%;
  float: left;
  height: 100%;
}
#department .head .v-line .item {
  border-right: 1px solid #00ac97;
  height: 100%;
}
#department .head .v-line + .v-line .item {
  border-right: 0;
  border-left: 1px solid #00ac97;
}
#logo_jpower {
  text-align: center;
  margin-top: 0;
}
#logo_jpower img {
  width: 35%;
  vertical-align: top;
  margin: 0 5%;
}
#logo_jpower p img {
  width: 33%;
  vertical-align: top;
  margin: auto;
}
/* #page_company_01 #bottom_logo{ padding-top:10%; } */
#coop {
  width: 90%;
  margin: 10% auto 0 auto;
}
#coop ul.grid li {
  line-height: 3em;
  background: #97cffb;
  margin: 0.5%;
  width: 49%;
  font-size: 20px;
  text-align: center;
  border-radius: 3px;
}
#coop ul.grid li a {
  color: #fff;
}
#coop ul.grid li.last {
  width: 99%;
}
#work_part1 ul.list {
  text-align: center;
}
#work_part1 ul.list li h4 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
#work_part1 ul.list li img {
  margin-top: 20px;
}
#work_part1 ul.list li + li {
  margin-top: 2em;
}
#work_part1 ul {
  float: left;
}
#work_part1 li {
  padding: 10px 10px;
  margin: auto;
  width: 280px;
  text-align: left;
}
#work_part1 li .wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
}
#work_part1 ul.list li h4 {
  font-size: 14px;
}
#work_part1 ul.list li + li {
  margin-top: 0;
}
#work_part2 {
  max-width: 700px;
}
#work_part2 img {
  width: 49%;
  margin-right: 2px;
}
#works_field {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  background: url("../images/jp_map.png") no-repeat center bottom;
  background-size: auto 80%;
}
#works_field .padder {
  padding: 0 5%;
}
#works_field .padder .clear-fix + .clear-fix {
  margin-top: 2.5%;
}
#works_field .padder img + img {
  float: right;
}
#works_field .padder img {
  max-width: 49%;
}
#works_home .clear-fix, #works_training .clear-fix {
  text-align: center;
}
#page_job_03 li {
  padding: 0;
  display: inline-block;
  width: 250px;
  text-align: left;
}
#page_job_03 .t_box h4.primary {
  font-size: 18px;
  font-weight: bold;
}
#company_income {
  text-align: center
}
#company_income img {
  max-width: 100%;
}
#work_part1 img {
  width: 33.33%;
}
.page_gallery .table, .page_gallery .tr, .page_gallery .td {
  display: block;
}
.page_gallery .table .column {
  padding-right: 0;
}
.page_gallery .table .column + .column {
  padding-left: 0;
  border-left: 0;
}
.page_gallery .time {
  font-size: 1.5em;
  color: #00AC97;
}
.page_person .inner_intro h3.primary {
  font-size: 28px;
}
.page_person .index_pt_primary .text .primary {
  text-align: left;
}
.page_person .index_pt_primary .text .secondary {
  font-weight: bold;
  font-size: 1.1em;
}
.image-overlay {
  position: relative;
  top: -40px;
  z-index: 3;
}
.index_pt .secondary, .t_box .secondary, .g_box .text, #department .text, #news .left, #news .right {
  line-height: 2;
}
.page_person .secondary {
  letter-spacing: 1px;
}
.page_person .index_pt .secondary {
  margin-bottom: 0;
  margin-top: 1em;
}
#page_company_01 #introduction .secondary {
  margin: auto;
  padding-left: 10%;
  width: 100%;
  max-width: 560px;
  text-align: left;
}
.page_job .t_box .table .th {
  white-space: nowrap;
  word-break: keep-all;
  padding-right: 1em;
  font-weight: bold;
}
.page_job .t_box .table .td, .page_job .t_box .table .th {
  text-align: left;
  border-top: 1px solid #000;
}
.page_job .t_box .table h4 {
  margin: 0;
  font-size: 16px;
}
.page_job .t_box .table th {
  font-weight: normal;
  padding-right: 1em;
}
#page_job_02 .t_box ul.center li {
  text-align: center;
}
#page_job_02 .t_box ul.center li.delimiter {
  height: 0;
  width: 0;
  border-top: 1em solid #00ac97;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto;
}
.page_person .person-list {
  list-style: none;
  padding: 0;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.page_person .person-list li {
  float: left;
  width: 30%;
  margin: 20px 1.66%;
}
.page_person .person-list li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.page_person .person-list li a:hover {
  text-decoration: underline;
}
.page_person .person-list li .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.page_person .person-list li .image img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s transform;
  transform-origin: center;
}
.page_person .person-list li a:hover .image img {
  transform: scale(1.05);
}
.page_person .person-list li .text {
  font-size: 16px;
  background: rgba(0, 0, 0, 0.1);
}
.page_person .person-list li .text .wrapper {
  color: #353535;
  padding: 0.5em;
}
.page_contact {}
.page_contact #main_wrap {
  background: none;
}
.page_contact .info {
  margin-bottom: 1em;
}
.page_contact .form {}
.page_contact .form table {
  width: 100%;
}
.page_contact .form table th, .page_contact .form table td {
  padding: 0.5em;
  border-bottom: 1px solid #cecece;
}
.page_contact .form table th {
  text-align: right;
  width: 15em;
}
.page_contact .form table th span {
  position: relative;
  display: block;
  text-align: right;
  padding-left: 2.5em;
  max-width: 15em;
}
.page_contact .form table th span.required:before {
  content: '必須';
  background: red;
  color: #fff;
  padding: 3px 5px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0.75em;
  height: 1.5em;
  line-height: 1.5;
}
.page_contact .form table .input-td input[type=text], .page_contact .form table .input-td input[type=email] {
  width: 100%;
  height: 2.5em;
  line-height: 2.5em;
  box-sizing: border-box;
}
.page_contact .form table .input-td textarea {
  width: 100%;
  height: 8em;
  resize: none;
  box-sizing: border-box;
}
.page_contact .form .extra {
  margin-top: 3%;
  background: #ccc;
  padding: 2% 3%;
}
.page_contact .form .extra h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.page_contact .form .extra label {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.page_contact .form .submit {
  margin: 3% 0;
  text-align: center;
}
.page_contact .form .submit input {
  background: #00ac97;
  color: #fff;
  font-size: 24px;
  padding: 0.5em 1em;
  border: 1px solid #006659;
}
.page_contact .form .submit input + input {
  margin-left: 1em;
}
.page_contact .form .submit .go-submit, .page_contact .form .submit .go-input, .page_contact .form .submit .message {
  display: none;
}
.page_contact .form .confirm-td {
  display: none;
}
.page_contact .form .error-message {
  display: none;
}
.page_contact .form .error-message.active {
  display: block;
  background: pink;
  padding: 0 0.5em;
  margin-top: 0.5em;
}
.page_contact #section_form.confirming .input-td {
  display: none;
}
.page_contact #section_form.confirming .confirm-td {
  display: table-cell;
}
.page_contact #section_form.confirming table th span.required:before {
  display: none;
}
.page_contact #section_form.confirming .submit .go-confirm {
  display: none;
}
.page_contact #section_form.confirming .submit .go-submit, .page_contact #section_form.confirming .submit .go-input {
  display: inline-block;
}
.page_contact #section_success {
  display: none;
}
.page_contact #section_success h3 {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  #banner .text .primary {
    font-size: 2em;
  }
  #banner .text .secondary {
    font-size: 1em
  }
  .index_pt .image {
    width: 100%;
  }
  .index_pt_right .image {
    float: none;
  }
  .index_pt .text {
    position: static;
    width: 100%;
  }
  #company .popover .image, #company .popover .text, #company .last {
    position: static;
    width: 100%;
  }
  #company .popover .text .wrapper {
    padding: 0 2.5%;
  }
  div.grid .span4 {
    width: 100%;
  }
  div.grid .span8 {
    width: 100%;
  }
  div.grid .span12 {
    width: 100%;
  }
  div.grid .item + .item {
    margin-top: 0.5%;
    margin-left: 0;
  }
  .image-overlay {
    position: static;
  }
  .g_box .table, .g_box .table .tr, .g_box .table .td {
    display: block;
  }
  .page_gallery .table .column {
    padding-right: 0;
  }
  .page_gallery .table .column + .column {
    padding-left: 0;
    border-left: 0;
  }
  .g_box .text, .index_pt .text .padder, .inner_intro > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  #news .left {
    float: none;
    width: 100%;
  }
  #news .right {
    float: none;
    width: 100%;
  }
  .g_box .g_box_item .text {
    top: 10%;
  }
  .page_person .inner_intro h3.primary, .page_person .index_pt .text .primary {
    font-size: 18px;
  }
  .page_person .index_pt_primary .text .primary {
    font-size: 28px;
  }
  .spNone {
    display: none
  }
}
@media screen and (max-width: 780px) {
  .pro-list .table, .pro-list .table .tr, .pro-list .table .td {
    display: block;
    text-align: center
  }
  .pro-list .table .delimiter {
    width: auto;
    height: 2em;
  }
  .pro-list .table .tr {
    margin-bottom: 1em;
  }
  div.grid .item .content .pre-number {
    top: 0;
  }
  #page_works_02 .table {
    display: inline-block;
  }
  #page_works_02 .table .tr, #page_works_02 .table .td, #page_works_02 .table .th, #page_works_02 .table .td.delimiter {
    display: block
  }
  #page_works_02 .table .tr {
    margin-bottom: 1em;
    clear: both;
  }
  #page_works_02 .table .td, #page_works_02 .table .th {
    text-align: left;
    float: left
  }
  #page_works_02 .table .td.delimiter {
    float: none;
    clear: both;
  }
  #page_works_02 .table .th {
    width: 11em;
  }
  #page_works_02 .table .th + .td {
    width: 3em;
    text-align: right;
  }
  #page_works_02 .table .etc {
    text-align: right;
    width: auto;
    float: right;
  }
  #page_company_01 #introduction .secondary {
    padding-left: 0;
  }
  .responsive_table, .responsive_table tbody, .responsive_table .tr, .responsive_table .th, .responsive_table .td {
    display: block;
  }
  .page_contact .form table th {
    width: auto;
  }
  .page_contact .form table th span {
    text-align: left;
  }
  .page_person .person-list li {
    width: 46.68%;
  }
  .page_contact .info {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  #tool_wrap {
    position: fixed;
  }
  #top_wrap {
    padding-top: 50px;
  }
  #banner .text .primary {
    font-size: 1em;
  }
  #banner .text .secondary {
    font-size: 0.6em;
  }
  .index_pt .text .primary, .t_box .primary {
    font-size: 18px;
  }
  #introduction {
    font-size: 14px;
  }
  .t_box .padder {
    padding: 5%;
  }
  #company .popover .text .left, #company .popover .text .right {
    float: none;
    width: 100%;
  }
  #company .popover .text .left {
    border-bottom: 1px solid #fff;
  }
  #company .popover .text .left .wrapper {
    border: 0;
  }
  #company .popover .image img {
    display: block;
    width: 100%;
  }
  /*#news .content .item{ float: none; width: 100%; }
	#news .content .item .padder{ padding: 5%; }
	#news .content .item + .item .padder{ border-left:0; border-top: 1px solid #c9c9c9;}*/
  #department .first, #department .second {
    float: none;
    width: 100%;
  }
  #department .head {
    position: static;
  }
  #department .h-line {
    display: none;
  }
  #department .head, #department .first {
    border-bottom: 2px solid #00ac97;
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
  #page_company_02 #introduction .t_box .table, #page_company_02 #introduction .t_box .tr, #page_company_02 #introduction .t_box .td, #page_company_02 #introduction .t_box .th {
    display: block;
  }
  #page_company_02 #introduction .t_box .table .tr + .tr > .td {
    border-top: 0;
  }
  #page_company_02 #introduction .t_box .table .tr + .last > .th {
    border-top: 1px solid #d0d0d0;
  }
  #logo_jpower img {
    width: 100%;
    display: block;
  }
  .gender-stat .wrapper + .wrapper > * {
    border-top: 1px solid #fff;
  }
  .person-list .table, .person-list .table .tr, .person-list .table .td, .page_job .t_box .table, .page_job .t_box .table .tr, .page_job .t_box .table .td, .page_job .t_box .table .th {
    display: block;
  }
  .page_job .t_box .table .tr {
    margin-bottom: 1em;
  }
  .page_job .t_box .table .th {
    background: #eaeaea;
    text-align: center
  }
  .inner_intro .side {
    display: block;
    text-align: center;
  }
  .inner_intro .side img {
    max-width: 100%;
    float: none;
  }
  #main_wrap .image-overlay img {
    width: 100%;
    max-width: 100%;
    margin-right: 0
  }
  #works_field .padder img {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  #work_part1 img {
    max-width: 100%;
    width: 100%;
  }
  #logo_jpower p img {
    max-width: 70%;
    width: 70%;
  }
  .g_box .g_box_item .image, .g_box .g_box_item .text {
    position: static;
    display: block;
    float: none;
    width: auto;
  }
  .g_box .g_box_item + .g_box_item, .g_box + .g_box {
    margin-top: 2.5%;
  }
  #bottom_menu {
    width: 300px;
  }
  #bottom_menu .button {
    width: 142px;
  }
  #work_part1 ul {
    float: none;
  }
  #work_part1 li {
    width: auto
  }
  .inner_intro .side img {
    margin-left: 0;
    margin-bottom: 0;
  }
  .page_person .person-list li .text {
    font-size: 12px;
  }
}
  .disable {
	  pointer-events: none;
}

/*20230328追加*/
.topBanner {
  
}
.topBanner:hover {
  filter: brightness(70%);
  transition: filter 0.5s;
}


  .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.ytube {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  position: relative;
	width: 80%;}
.ytube iframe {
      height: 74%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
	border: 1px solid #888; 
    }
.ytube a {
      /* lityを動かすためにiframeを覆う */
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }

.youtubeIframe a {
      /* lityを動かすためにiframeを覆う */
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }

