/* ##############################################################################

    DEFAULT

############################################################################## */
html {
  height: 100%;
  overflow-y: scroll;
}

body {
  min-width: 1260px;
  height: 100%;
  background-color: #f1f4f5;
  font: 14px/1.231 "Montserrat", "Noto Sans JP", YuGothic, "游ゴシック",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  letter-spacing: 0.08em;
  *font-size: small;
  *font: x-small;
  color: #222;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

small {
  font-size: 86%;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  outline: none;
}

.page-ir .answer a {
  color: #004a9f;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.image-op_margin_5 {
  margin: 0 5px;
}

img.image-op_margin_5 {
  margin-bottom: 5px;
  margin-left: 5px;
}

img.image-op_margin_6 {
  margin-bottom: 6px;
  margin-left: 6px;
}

@media only screen and (min-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  @-moz-document url-prefix() {
    * {
      font-feature-settings: "palt";
    }
  }

  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    * {
      font-feature-settings: "palt";
    }
  }
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-size: 14px;
    letter-spacing: 0.03em;
    -webkit-text-size-adjust: none;
    word-break: break-all;
  }

  small {
    font-size: 50%;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 99999;
}

#wrap {
  margin-top: 93px;
}

@media only screen and (max-width: 970px) {
  #wrap {
    margin-top: 52px;
  }
}

/* ##############################################################################

    KEYFRAMES

############################################################################## */
@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade_in-disp {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 1;
  }
}

@keyframes fade_out-disp {
  0% {
    display: block;
    opacity: 1;
  }

  1% {
    display: none;
    opacity: 1;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes slide_in_lft {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes slide_out_lft {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-10%);
  }
}

@keyframes slide_in_rgt {
  0% {
    transform: translateX(50%);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes slide_out_rgt {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(10%);
  }
}

@keyframes slide_in_top {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes slide_out_top {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes slide_in_btm {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes slide_out_btm {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(10px);
  }
}

/* ##############################################################################

    COMMON

############################################################################## */

/* layout
**************************************** */

/* --- inner --- */
.inner {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
}

.inner-sm {
  width: 90%;
  max-width: 877px;
}

.inner-m {
  width: 90%;
  max-width: 1000px;
}

.inner-lg {
  width: 96%;
  max-width: 1160px;
}

.inner-ll {
  width: 96%;
  max-width: 1250px;
}

/* --- section_pdg --- */

.section_pdg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-ir.page-disclaimer .section_pdg,
.page-governance .section_pdg,
.page-ir.page-policy .section_pdg,
.page-ir.page-faq .section_pdg {
  padding-top: 45px;
  padding-bottom: 0;
}

.page-library,
.page-user-count,
.page-finance,
.page-highlight,
.page-corporate,
.page-notice,
.page-calendar,
.page-stock,
.page-ir.page-news,
.page-mid-term_management_plan {
  background-color: #ffffff;
}

.page-ir .section_pdg,
.page-finance .section_pdg,
.page-highlight .section_pdg,
.page-results .section_pdg,
.page-presentations .section_pdg,
.page-library .section_pdg,
.page-user-count .section_pdg,
.page-ir .archive-news .section_pdg,
.page-ir .single-news .section_pdg {
  padding-top: 0;
}

.section_pdg-lg {
  padding-top: 72px;
  padding-bottom: 182px;
}

@media only screen and (max-width: 767px) {
  .section_pdg {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

/* --- float --- */
.flt-rgt {
  float: right;
}

.flt-lft {
  float: left;
}

/* --- flex --- */
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.flex-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}

.flex-end {
  -webkit-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
}

.flex-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.flex-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.flex-around {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap_reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-stretch {
  align-items: stretch;
}

.align-auto {
  align-self: auto;
}

/* --- margin --- */
.mgn-btm8 {
  margin-bottom: 8px;
}

.mgn-btm16 {
  margin-bottom: 16px;
}

.mgn-btm24 {
  margin-bottom: 24px;
}

.mgn-btm32 {
  margin-bottom: 32px;
}

.mgn-btm40 {
  margin-bottom: 40px;
}

.mgn-btm48 {
  margin-bottom: 48px;
}

.mgn-btm56 {
  margin-bottom: 56px;
}

.mgn-btm64 {
  margin-bottom: 64px;
}

.mgn-btm72 {
  margin-bottom: 72px;
}

.mgn-btm80 {
  margin-bottom: 80px;
}

.mgn-top40 {
  margin-top: 40px;
}

/* --- pc or sp --- */
.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.sp-none02 {
    width: 4.85em;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
  .mgn-btm16 {
    margin-bottom: 8px;
  }

  .mgn-btm24 {
    margin-bottom: 16px;
  }

  .mgn-btm32 {
    margin-bottom: 16px;
  }

  .mgn-btm40 {
    margin-bottom: 24px;
  }

  .mgn-btm48 {
    margin-bottom: 24px;
  }

  .mgn-btm56 {
    margin-bottom: 32px;
  }

  .mgn-btm64 {
    margin-bottom: 32px;
  }

  .mgn-btm72 {
    margin-bottom: 40px;
  }

  .mgn-btm80 {
    margin-bottom: 40px;
  }

  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  .sp-none02 {
    display: none;
  }
}

/* bg
**************************************** */

.bg_gray {
  background-color: #f1f4f5;
}

.bg_light-gray {
  background-color: #fafafa;
}

.bg_white {
  background-color: #fff;
}

.bg_yellow {
  background-color: #fffcec;
}

.gradation-blue,
.back_effect-blue::before {
  background: rgb(0, 124, 200);
  background: -moz-linear-gradient(left,
      rgba(0, 124, 200, 1) 0%,
      rgba(1, 64, 153, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(0, 124, 200, 1) 0%,
      rgba(1, 64, 153, 1) 100%);
  background: linear-gradient(to right,
      rgba(0, 124, 200, 1) 0%,
      rgba(1, 64, 153, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007cc8', endColorstr='#014099', GradientType=1);
}

.gradation-orange,
.back_effect-orange::before {
  background: rgb(255, 141, 48);
  background: -moz-linear-gradient(left,
      rgba(255, 227, 73, 1) 0%,
      rgba(255, 141, 48, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(255, 227, 73, 1) 0%,
      rgba(255, 141, 48, 1) 100%);
  background: linear-gradient(to right,
      rgba(255, 227, 73, 1) 0%,
      rgba(255, 141, 48, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d30', endColorstr='#ffe349', GradientType=1);
}

/* display
**************************************** */
.dis-list-item {
  display: inline list-item;
}

/* ttl
**************************************** */

/* パンくず */
#breadcrumbs {
  margin-top: 93px;
  padding: 16px 0;
  background-color: #f1f4f5;
  font-size: 80%;
}

#breadcrumbs:nth-of-type(2) {
  display: none;
}

#breadcrumbs a,
#breadcrumbs .breadcrumb_last {
  display: inline;
}

#breadcrumbs a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 970px) {
  #breadcrumbs {
    margin-top: 52px;
  }
}

@media only screen and (max-width: 767px) {
  #breadcrumbs {
    margin-top: 52px;
    padding: 12px 0;
  }

  #breadcrumbs a,
  #breadcrumbs .breadcrumb_last {
    display: inline;
    padding: 0;
  }
}

.page_ttl {
  padding: 80px 0;
  height: 720px;
  background-position: center;
  background-size: cover;
}

.page_ttl.page_ttl-gradation {
  background: #014099;
  background: -moz-linear-gradient(top, #014099 0%, #007cc8 100%);
  background: -webkit-linear-gradient(top, #014099 0%, #007cc8 100%);
  background: linear-gradient(to bottom, #014099 0%, #007cc8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#014099', endColorstr='#007cc8', GradientType=0);
}

.page_ttl h2 {
  display: inline-block;
  padding-bottom: 24px;
  border-bottom: 4px solid;
  color: #fff;
}

.page_ttl-eng {
  /*text-transform: uppercase;*/
  font-size: 320%;
  line-height: 1.15;
}

.page_ttl-jp {
  font-size: 200%;
  text-transform: uppercase;
}

.archive-news .page_ttl-eng,
.single-news .page_ttl-eng {
  font-size: 320%;
}

@media only screen and (max-width: 767px) {
  .page_ttl {
    height: 400px;
    padding: 0;
  }

  .page_ttl h2 {
    padding-bottom: 18px;
  }

  .page_ttl-eng,
  .page-ir .page_ttl-eng,
  .page-finance .page_ttl-eng,
  .page-highlight .page_ttl-eng,
  .page-results .page_ttl-eng,
  .page-presentations .page_ttl-eng,
  .page-library .page_ttl-eng,
  .page-user-count .page_ttl-eng,
  .page-governance .page_ttl-eng,
  .archive-news .page_ttl-eng,
  .single-news .page_ttl-eng {
    font-size: 214%;
    word-break: break-all;
  }

  .page_ttl-jp {
    font-size: 120%;
  }
}

/* Small Page_ttl */
.page_ttl.page_ttl-sm {
  height: 60vh;
}

.page_ttl.page_ttl-ssm {
  height: 40vh;
}

.page_ttl-sm h2 {
  margin-top: -28px;
}

.page_ttl-ssm h2 {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .page_ttl.page_ttl-sm {
    height: 170px;
  }

  .page_ttl-sm h2 {
    margin-top: -18px;
  }

  .page_ttl.page_ttl-ssm {
    height: 170px;
  }

  .page_ttl-ssm h2 {
    margin-top: -18px;
  }
}

/* 大見出し */
.section_ttl {
  font-size: 640%;
  line-height: 1.3;
}

.section_ttl--sub {
  display: block;
  margin-top: 2px;
  font-size: 19%;
  color: #222;
}

/* 中見出し */
.section_ttl_m {
  font-size: 420%;
  line-height: 1.55;
  text-align: center;
}

.section_ttl_m--sub {
  display: block;
  color: #222;
  font-size: 28%;
}

/* 小見出し */
.section_ttl_sm {
  text-align: center;
  color: #0d82ca;
  font-size: 160%;
}

@media only screen and (max-width: 767px) {
  .section_ttl_m {
    font-size: 300%;
    line-height: 1.4;
  }

  .section_ttl_m--sub {
    font-size: 46%;
    font-weight: 500;
  }
}

/* txt
**************************************** */

.txt-ctr {
  text-align: center;
}

.txt-rgt {
  text-align: right;
}

.txt-blue {
  color: #014099;
}

.txt-orange {
  color: #f3852f;
}

.txt-str {
  font-weight: 700;
}

.txt-line {
  text-decoration: underline;
}

.f24 {
  font-size: 172%;
}

.f160 {
  font-size: 160%;
}

.f140 {
  font-size: 140%;
}

.f120 {
  font-size: 120%;
}

.fw_n {
  font-weight: normal;
}

/* table & list
**************************************** */

table {
  width: 100%;
}

/* 横組みレイアウト */
.table_horizon th,
.table_horizon td {
  padding: 16px 8px;
}

.table_horizon th {
  white-space: nowrap;
  border-bottom: 2px solid;
}

.table_horizon td {
  padding: 16px 16px;
  border-bottom: 1px solid;
  border-left: 4px solid #f1f4f5;
}

.bg_white .table_horizon td {
  border-left-color: #fff;
}

/* オレンジ */
.table_horizon.orange th {
  color: #f3852f;
}

.table_horizon.orange td {
  border-bottom-color: #f3852f;
}

/* 青 */
.table_horizon.blue th {
  color: #0152a7;
}

.table_horizon.blue td {
  border-bottom-color: #0152a7;
}

/* グレー */
.table_horizon.gray th {
  color: #555;
}

.table_horizon.gray td {
  border-bottom-color: #555;
}

/* 縦組みレイアウト */
.table_vertical th,
.table_vertical td {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  text-align: center;
}

/* 青 */
.table_vertical.blue th {
  border-color: #0d82ca;
  background-color: #0d82ca;
  color: #fff;
}

/* オレンジ */
.table_vertical.orange th {
  border-color: #f3852f;
  background-color: #f3852f;
  color: #fff;
}

/* グレー */
.table_vertical.gray th {
  border-color: #7b7b7b;
  background-color: #7b7b7b;
  color: #fff;
}

/* 数字付きリスト */
.list-num {
  list-style-type: decimal;
  padding-left: 1.3em;
}

/* 黒丸付きリスト */
.list-disc {
  list-style-type: disc;
  padding-left: 1.3em;
}

/* 黒四角付きリスト */
.list-square {
  list-style-type: square;
  padding-left: 1.3em;
}

/* 白丸付きリスト */
.list-circle {
  list-style-type: circle;
  padding-left: 1.3em;
}

/* btn
**************************************** */

.btn {
  position: relative;
  display: block;
  width: 70%;
  max-width: 280px;
  padding: 14px 5% 14px 0;
  border-radius: 34px;
  overflow: hidden;
  text-align: center;
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  background-color: #fff;
  display: block;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn::before {
  width: 12%;
  height: 1px;
}

.btn::after {
  right: 25%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.btn-only {
  position: relative;
  display: block;
  width: 70%;
  max-width: 280px;
  padding: 14px 5% 14px;
  border-radius: 34px;
  overflow: hidden;
  text-align: center;
}

.btn-only02 {
  position: relative;
  display: block;
  width: 70%;
  max-width: 660px;
  padding: 14px 5% 14px;
  border-radius: 34px;
  overflow: hidden;
  text-align: center;
}

.btn-normal {
  border: 1px solid #c2cbcb;
  color: #8d9595;
}

.btn-normal:hover {
  background-color: #0d82ca;
  color: #fff;
}

.btn:hover::after {
  right: 15%;
}

.btn.btn-normal::before,
.btn.btn-normal::after {
  background-color: #c2cbcb;
}

.btn.btn-normal:hover::before,
.btn.btn-normal:hover::after {
  background-color: #fff;
}

.btn-orange,
.btn-blue {
  color: #fff;
}

.btn-orange {
  background-color: #f3852f;
}

.btn-orange:hover {
  background-color: #f49347;
}

.btn-blue {
  background-color: #004a9f;
}

.btn-blue:hover {
  background-color: #0056b9;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.btn-lg {
  max-width: 372px;
}

/* エフェクト */
.ripple {
  position: relative;
  overflow: hidden;
}

.btn .rp-effect,
.ripple .rp-effect {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  transform: scale(0);
  background-color: #fff;
  animation: ripple 700ms;
  pointer-events: none;
}

.block-center {
  margin: 0 auto;
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}

@media only screen and (max-width: 767px) {
  .btn {
    width: 88%;
  }

  .btn.paddiing-right-20 {
    padding-right: 20%;
  }

  .sp-center {
    margin: 0 auto;
  }
}

/* page_desc
**************************************** */
.page_desc {
  padding: 4% 6% 5%;
  background-color: #fff;
  transform: translateY(-70px);
  font-size: 108%;
}

.page_desc .catch {
  margin-bottom: 28px;
  font-size: 198%;
  font-weight: 500;
  line-height: 1.5;
}

/* page_content
**************************************** */
.page_content_pdg {
  padding: 140px 0;
}

.page_content .txt {
  position: relative;
  z-index: 3;
  width: 400px;
}

.page_content .mgn-left {
  margin-left: 25px;
}

.page_content .txt--ttl {
  margin-bottom: 40px;
  font-size: 640%;
  line-height: 1.35;
  white-space: nowrap;
}

.page_content .txt--ttl small {
  display: block;
  font-size: 18%;
  color: #222;
}

.page_content h3.txt--sub_ttl {
  margin-bottom: 36px;
  font-size: 214%;
  font-weight: 500;
  line-height: 1.45;
}

.page_content .img {
  position: relative;
  z-index: 2;
  width: calc(100% - 44%);
  height: 72vh;
  transform: translateY(-54px);
  background-size: cover;
  background-position: center;
}

.page_content .img02 {
  position: absolute;
  z-index: 2;
  width: calc(100% - 44%);
  height: 72vh;
  transform: translateY(-490px);
  background-size: cover;
  background-position: center;
  right: 0;
}

/* 右詰め */
.page_content.right {
  margin-left: auto;
  margin-right: 0;
}

.page_content.right .txt {
  float: left;
}

.page_content.right .img {
  float: right;
}

/* 左詰め */
.page_content.left .txt {
  float: right;
}

.page_content.left .txt--ttl {
  text-align: right;
  text-indent: -111%;
}

.page_content.left .img {
  float: left;
}

/* 背景画像あり */
.page_content.back {
  position: relative;
}

.page_content.back .back-img {
  content: "";
  position: absolute;
  left: 0;
  bottom: -66px;
  width: 92%;
  max-width: 1080px;
  height: 520px;
  background-color: #eee;
  background-size: cover;
  background-position: center;
}

/* 画像二枚あり */
.img_two {
  position: absolute;
  bottom: -16%;
  width: 536px;
  height: 485px;
  background-size: cover;
  background-position: center;
}

.page_content.left .img_two {
  right: -16%;
}

.page_content.right .img_two {
  left: -16%;
}

/* section_content
**************************************** */

.section_content .txt {
  width: 420px;
}

.section_content .content_ttl {
  margin-bottom: 18px;
  font-size: 454%;
}

.section_content .content_ttl_sub {
  font-size: 214%;
  font-weight: 500;
  line-height: 1.6;
}

.section_content .content_ttl_min {
  margin-bottom: 18px;
  font-size: 305%;
}

.section_content.txt-left .txt {
  float: left;
}

.section_content.txt-right .txt {
  float: right;
}

.section_content.txt-left .img {
  float: right;
  margin-right: -4.5vw;
}

.section_content.txt-right .img {
  float: left;
  margin-left: -4.5vw;
}

.section_content.back_effect {
  position: relative;
}

.section_content.back_effect::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10vh;
  margin: 0 auto;
  width: 92%;
  max-width: 980px;
  height: 48vh;
  opacity: 0.2;
}

.section_content.back_effect .inner {
  position: relative;
  z-index: 1;
}

/* page_bottom_content
**************************************** */

.page_bottom_content {
  position: relative;
  padding-bottom: 365px;
}

.page_bottom_content--inner {
  position: relative;
  z-index: 1;
  width: 95%;
  max-width: 1277px;
}

.page_bottom_content--ttl {
  margin-bottom: 46px;
  font-size: 214%;
  text-align: center;
  font-weight: 500;
}

.page_bottom_content--ttl_sub {
  display: block;
  font-size: 75%;
  color: #0d82ca;
  font-weight: 700;
}

.page_bottom_content--txt {
  padding: 97px 0 94px;
  background-color: #fff;
}

.page_bottom_content--txt--inner {
  width: 820px;
}

.page_bottom_content--txt ul {
  margin-top: 70px;
}

.page_bottom_content .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 640px;
  background-size: cover;
  background-position: center;
}

/* その他
**************************************** */

.opacity-ten {
  opacity: 0.1 !important;
}

.opacity-twenty {
  opacity: 0.2 !important;
}

.opacity-forty {
  opacity: 0.4 !important;
}

/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.header--in {
  padding: 0 1% 0 2%;
  background-color: #fff;
}

.header--logo h1,
.header--logo p {
  display: inline-block;
  vertical-align: middle;
}

.header--logo h1 {
  margin-right: 8px;
}

/* gnav
**************************************** */
.gnav li {
  float: left;
}

.gnav a {
  position: relative;
  display: block;
  padding: 34px 18px;
}

.gnav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #004a9f;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.gnav a:hover::after,
.gnav li.active a::after {
  width: 100%;
}

/* サブページ */
.gnav .children {
  position: absolute;
  top: 93px;
  left: 0;
  z-index: -1;
  width: 100%;
  padding: 24px 2% 8px 38%;
  flex-wrap: wrap;
  background-color: #1e5799;
  background-image: url(../images/common/gnav_child_bg.jpg);
  background-size: cover;
  background-position: center;
  transform: translateY(-15px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease-out;
}

.hover .children {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.gnav .children.recruit-children {
  background-image: url(../images/common/gnav_child_bg-recruit.jpg);
}

.gnav .children.technology-children {
  background-image: url(../images/common/gnav_child_bg-technology.jpg);
}

.gnav .children::before,
.gnav .children::after {
  position: absolute;
  left: 2%;
  color: #fff;
}

.gnav .children::before {
  top: 32%;
  transform: translateY(-32%);
  font-size: 334%;
  font-weight: 700;
}

.gnav .children::after {
  top: 48%;
  transform: translateY(-48%);
}

/* ForInvestors */
.gnav li:nth-child(1) .children::before {
  content: "For Investors";
}

.gnav li:nth-child(1) .children::after {
  content: "IR Library in English";
  top: 60%;
  transform: translateY(-60%);
}

/* テクノロジー */
.gnav li:nth-child(2) .children::before {
  content: "TECHNOLOGY";
}

.gnav li:nth-child(2) .children::after {
  content: "テクノロジー";
  top: 60%;
  transform: translateY(-60%);
}

/* プロダクト */
.gnav li:nth-child(3) .children::before {
  content: "PRODUCT";
}

.gnav li:nth-child(3) .children::after {
  content: "製品情報";
  transform: translateY(-60%);
}

/* 会社情報 */
.gnav li:nth-child(4) .children::before {
  content: "COMPANY";
}

.gnav li:nth-child(4) .children::after {
  content: "会社情報";
}

/* 投資家情報 */
.gnav li:nth-child(5) .children::before {
  content: "IR";
}

.gnav li:nth-child(5) .children::after {
  content: "投資家情報";
}

/* 採用情報 */
.gnav li:nth-child(6) .children::before {
  content: "RECRUIT";
}

.gnav li:nth-child(6) .children::after {
  content: "採用情報";
  top: 60%;
}

.gnav .children li {
  position: relative;
  width: calc(100% / 3 - (2% * 2 / 3));
  margin-bottom: 20px;
  margin-right: 2%;
}

.gnav .children li:nth-child(3n) {
  margin-right: 0;
}

.gnav .children li a {
  padding: 0 0 8px;
  background-color: #fff;
  text-align: center;
  color: #004a9f;
  ;
}

.gnav .children.recruit-children li a {
  color: #f3852f;
}

.gnav .children.ir-children li a,
.gnav .children.ForInvestors-children li a {
  background-color: #006bc3;
  color: #ffffff;
}

.gnav .children.ir-children li a:hover {
  background-color: #004a9f;
}

.gnav .children li a::after {
  display: none;
}

.gnav .children li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 134px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.gnav .children li a::before {
  background-image: url(http://placehold.it/350x150);
  transition: all 0.2s ease-out;
}

.gnav .children li a:hover::before {
  opacity: 0.7;
}

.gnav .children.ir-children li a:hover::before {
  opacity: 1;
}

/* ForInvestors */
.gnav li:nth-child(1) .children li:nth-child(1) a::before {
  background-image: url(../images/page/forinvestors_sub_01.png);
}

.gnav li:nth-child(1) .children li:nth-child(2) a::before {
  background-image: url(../images/page/forinvestors_sub_02.png);
}

.gnav li:nth-child(1) .children li:nth-child(3) a::before {
  background-image: url(../images/page/forinvestors_sub_03.png);
}

.gnav li:nth-child(1) .children li:nth-child(4) a::before {
  background-image: url(../images/page/forinvestors_sub_04.png);
}

.gnav li:nth-child(1) .children li:nth-child(5) a::before {
  background-image: url(../images/page/forinvestors_sub_05.png);
}


/* テクノロジー */
.gnav li:nth-child(2) .children li:nth-child(1) a::before {
  background-image: url(../images/page/page_sub_technology1.jpg);
}

.gnav li:nth-child(2) .children li:nth-child(2) a::before {
  background-image: url(../images/page/page_sub_technology2.jpg);
}

.gnav li:nth-child(2) .children li:nth-child(3) a::before {
  background-image: url(../images/page/page_sub_technology3.jpg);
}

/* プロダクト */
.gnav li:nth-child(3) .children li:nth-child(1) a::before {
  background-image: url(../images/page/page_sub_product3.jpg);
}

.gnav li:nth-child(3) .children li:nth-child(2) a::before {
  background-image: url(../images/page/page_sub_product.jpg);
}

.gnav li:nth-child(3) .children li:nth-child(3) a::before {
  background-image: url(../images/page/page_sub_product2.jpg);
}

.gnav li:nth-child(3) .children li:nth-child(4) a::before {
  background-image: url(../images/page/page_sub_other.jpg);
}

/* 会社情報 */
.gnav li:nth-child(4) .children li:nth-child(1) a::before {
  background-image: url(../images/page/page_sub_mission.jpg);
}

.gnav li:nth-child(4) .children li:nth-child(2) a::before {
  background-image: url(../images/page/page_sub_outline.jpg);
}

.gnav li:nth-child(4) .children li:nth-child(3) a::before {
  background-image: url(../images/page/page_sub_leadership.jpg);
}

.gnav li:nth-child(4) .children li:nth-child(4) a::before {
  background-image: url(../images/page/page_sub_history.jpg);
}
.gnav li:nth-child(4) .children li:nth-child(5) a::before {
  background-image: url(../images/page/page_sub_corporate-governance.jpg);
}
.gnav li:nth-child(4) .children li:nth-child(6) a::before {
  background-image: url(../images/page/page_sub_csr02.jpg);
}
.gnav li:nth-child(4) .children li:nth-child(7) a::before {
  background-image: url(../images/page/page_sub_promotion.jpg);
}
.gnav li:nth-child(4) .children li:nth-child(8) a::before {
  background-image: url(../images/page/page_sub_patent.jpg);
}

/* 投資家情報 */
.gnav li:nth-child(5) .children li:nth-child(1) a::before {
  background-image: url(../images/page/page_sub_ir8.jpg);
}

.gnav li:nth-child(5) .children li:nth-child(2) a::before {
  background-image: url(../images/page/page_sub_ir3.jpg);
}

.gnav li:nth-child(5) .children li:nth-child(3) a::before {
  background-image: url(../images/page/page_sub_ir4.jpg);
}

.gnav li:nth-child(5) .children li:nth-child(4) a::before {
  background-image: url(../images/page/page_sub_ir5.jpg);
}

.gnav li:nth-child(5) .children li:nth-child(5) a::before {
  background-image: url(../images/page/page_sub_ir11.jpg);
}

.gnav li:nth-child(5) .children li:nth-child(6) a::before {
  background-image: url(../images/page/page_sub_ir7.jpg);
}

.gnav li:nth-child(5) .children li:nth-child(7) a::before {
  background-image: url(../images/page/page_sub_ir12.png);
}

/* 求人情報 */
.gnav li:nth-child(6) .children li:nth-child(1) a::before {
  background-image: url(../images/page/page_sub_environment.jpg);
}

.gnav li:nth-child(6) .children li:nth-child(2) a::before {
  background-image: url(../images/page/page_sub_interviews.jpg);
}

.gnav li:nth-child(6) .children li:nth-child(3) a::before {
  background-image: url(../images/page/page_sub_requirements1.jpg);
}

.gnav li:nth-child(6) .children li:nth-child(4) a::before {
  background-image: url(../images/page/page_sub_requirements2.jpg);
}

@media only screen and (max-width: 970px) {
  .header--in {
    position: relative;
    height: 56px;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
  }

  .header--logo {
    margin: 0 auto;
  }

  .header--logo h1 {
    margin-right: 8px;
  }

  .header--logo h1 img {
    width: calc(160px / 1.2);
  }

  .header--logo p img {
    width: calc(48px / 1.5);
  }

  .gnav_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border-right: 1px solid #e6e6e6;
  }

  .gnav_btn::after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: 4px;
    width: 100%;
    text-align: center;
    color: #004a9f;
    font-size: 74%;
    letter-spacing: -0.01em;
  }

  .gnav_btn span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    height: 2px;
    background-color: #004a9f;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .gnav_btn span:nth-of-type(1) {
    top: 8px;
  }

  .gnav_btn span:nth-of-type(2) {
    top: 18px;
  }

  .gnav_btn span:nth-of-type(3) {
    bottom: 26px;
  }

  .header.active .gnav_btn span:nth-of-type(1) {
    top: 19px;
    transform: rotate(42deg);
  }

  .header.active .gnav_btn span:nth-of-type(2) {
    width: 0;
  }

  .header.active .gnav_btn span:nth-of-type(3) {
    bottom: 35px;
    transform: rotate(-42deg);
  }

  .breadcrumbs-links {
    margin-left: 4%;
    padding: 12px 0;
  }

  .breadcrumbs-links span {
    line-height: 20px;
  }

  .gnav {
    display: none;
  }

  .header.active .gnav {
    display: block;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 15px 4% 100px;
    overflow-y: scroll;
  }

  .gnav li {
    position: relative;
    float: none;
  }

  .gnav a {
    padding: 14px 12px;
    border-bottom: 1px solid #e6e6e6;
    color: #004a9f;
  }

  .gnav a::after {
    display: none;
  }

  .gnav .children {
    position: static;
    padding: 0;
    transform: translateY(0);
    transition: unset;
    opacity: 1;
    pointer-events: auto;
  }

  .gnav .children::before,
  .gnav .children::after {
    display: none;
  }

  .gnav .children li {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .gnav .children li a,
  .gnav .children.ir-children li a,
  .gnav .children.ForInvestors-children li a {
    padding: 8px 19px 6px 18px;
    background-color: #f1f4f5;
    border-bottom-color: #ddd;
    text-align: left;
    font-weight: 500;
  }

  .gnav .children li a::before {
    display: none;
  }

  .gnav .children.recruit-children li a,
  .gnav .children.ir-children li a,
  .gnav .children.ForInvestors-children li a {
    color: #004a9f;
  }

  .open_children {
    position: absolute;
    top: 7px;
    right: 4px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
  }

  .open_children::before,
  .open_children::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 10px;
    width: 18px;
    height: 2px;
    background-color: #004a9f;
    transition: all 0.2s ease-out;
  }

  .open_children::after {
    transform: rotate(90deg);
  }

  .gnav .children li .open_children {
    display: none;
  }

  .open_children.active::after {
    transform: rotate(0);
  }

  .contact_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }

  .contact_btn a {
    display: block;
    background-color: #004a9f;
    width: 52px;
    height: 55px;
    padding: 11px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header--logo h1 {
    margin-right: 0;
  }
}

/* ##############################################################################

    FOOTER

############################################################################## */

.foot_contents {
  position: relative;
  padding: 7vh 0 0;
}

.foot_contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24vh;
  background: #014099;
  background: -moz-linear-gradient(top, #014099 0%, #007cc8 100%);
  background: -webkit-linear-gradient(top, #014099 0%, #007cc8 100%);
  background: linear-gradient(to bottom, #014099 0%, #007cc8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#014099', endColorstr='#007cc8', GradientType=0);
}

.foot_contents .inner {
  position: relative;
  z-index: 1;
  width: 88%;
}

.foot_contents .bx-wrapper {
  position: relative;
}

.foot_contents .bx-viewport {
  height: 240px !important;
}

.ir-footer-nav01 a,
.ir-footer-nav02 a,
.ir-footer-nav03 a,
.ir-footer-nav04 a,
.ir-footer-nav05 a,
.ir-footer-nav06 a,
.ir-footer-nav07 a {
  background-repeat: no-repeat;
  background-position: 50% 38%;
}

.ir-footer-nav01 a:hover,
.ir-footer-nav02 a:hover,
.ir-footer-nav03 a:hover,
.ir-footer-nav04 a:hover,
.ir-footer-nav05 a:hover,
.ir-footer-nav06 a:hover,
.ir-footer-nav07 a:hover {
  background-repeat: no-repeat;
}


.ir-footer-nav01 a {
  background-image: url(../images/ir/calendar.svg);
}

.ir-footer-nav01 a:hover {
  background-image: url(../images/ir/calendar-wh.svg);
}

.ir-footer-nav02 a {
  background-image: url(../images/ir/book-question.svg);
}

.ir-footer-nav02 a:hover {
  background-image: url(../images/ir/book-question-wh.svg);
}

.ir-footer-nav03 a {
  background-image: url(../images/ir/papers.svg);
}

.ir-footer-nav03 a:hover {
  background-image: url(../images/ir/papers-wh.svg);
}

.ir-footer-nav04 a {
  background-image: url(../images/ir/book.svg);
}

.ir-footer-nav04 a:hover {
  background-image: url(../images/ir/book-wh.svg);
}

.ir-footer-nav05 a {
  background-image: url(../images/ir/news.svg);
}

.ir-footer-nav05 a:hover {
  background-image: url(../images/ir/news-wh.svg);
}

.ir-footer-nav06 a {
  background-image: url(../images/ir/graf.svg);
}

.ir-footer-nav06 a:hover {
  background-image: url(../images/ir/graf-wh.svg);
}

.ir-footer-nav07 a {
  background-image: url(../images/ir/chatbot.svg);
}

.ir-footer-nav07 a:hover {
  background-image: url(../images/ir/chatbot-wh.svg);
}

@media only screen and (max-width: 767px) {

  .ir-footer-nav01 a,
  .ir-footer-nav02 a,
  .ir-footer-nav03 a,
  .ir-footer-nav05 a,
  .ir-footer-nav07 a {
    background-position: 50% 30%;
  }

  .ir-footer-nav04 a,
  .ir-footer-nav06 a {
    background-position: 50% 20%;
  }

  .ir-footer-nav04 a {
    font-size: 90%;
  }
}

.foot_contents #topics_slider li {
  width: 320px !important;
  height: 240px !important;
  background-color: #fff;
}

.foot_contents #topics_slider li a:hover {
  opacity: 0.7;
}

.foot_contents .bx-controls {
  position: absolute;
  top: 92px;
  width: 100%;
}

.foot_contents .bx-prev,
.foot_contents .bx-next {
  position: absolute;
  display: block;
  font-size: 0;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.foot_contents .bx-prev {
  left: -4%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.foot_contents .bx-next {
  right: -4%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.foot_contents .bx-next::before,
.foot_contents .bx-prev::before {
  content: "";
  position: absolute;
  width: 190%;
  height: 190%;
}

.foot_contents .bx-next::before {
  transform: rotate(-45deg);
  top: -25px;
  left: 0;
}

.foot_contents .bx-prev::before {
  transform: rotate(135deg);
  top: -25px;
  right: -25px;
}

.sns {
  padding-top: 64px;
  padding-bottom: 58px;
}

.sns li:first-child {
  margin-right: 16px;
}

.sns li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.sns .fb_btn a {
  background-color: #3b5998;
  padding: 5px 5px 0 0;
  font-size: 178%;
  line-height: 1;
}

.sns .fb_btn a:hover {
  background-color: #4c70ba;
}

.sns .tw_btn a {
  background-color: #fff;
  padding: 6px;
}

.sns .tw_btn a:hover {
  background-color: #ddd;
}

.footer,
.footer--copyright {
  border-top: 1px solid #e9eeee;
}

.foot_gnav {
  padding: 80px 0 64px;
}

.foot_gnav ul:first-child {
  width: 70%;
}

.foot_gnav li.page_item {
  width: 22%;
}
.page_item.page-item-191.page_item_has_children {
  width: 12%;
}
@media only screen and (max-width: 767px) {
  .page_item.page-item-191.page_item_has_children {
    width: 100%;
  }
}

.news_archive_list li.page_item {
  width: 100%;
}

.foot_gnav .children {
  margin-top: 24px;
}

.foot_gnav .children li {
  margin-bottom: 8px;
}

.foot_gnav .children a {
  color: #999;
}

.other_page_list li:not(:last-child) {
  margin-bottom: 15px;
}

.other_page_list li:last-child {
  padding: 5px;
}

.foot_gnav a:hover,
.foot_gnav .children a:hover {
  color: #004a9f;
}

.footer--copyright {
  text-align: center;
  padding: 55px 0;
}

@media only screen and (max-width: 767px) {
  .foot_contents {
    padding: 50px 0 0;
  }

  .foot_contents::before {
    height: calc(100% / 1.5);
  }

  .foot_contents .slider_wrap {
    overflow: hidden;
  }

  .foot_contents .inner {
    width: 80%;
  }

  .foot_contents .bx-wrapper {
    margin: 0 auto;
  }

  .foot_contents .bx-viewport {
    overflow: visible !important;
    height: 185px !important;
  }

  .foot_contents #topics_slider li {
    width: 250px !important;
    height: 180px !important;
    padding: 5px;
  }

  .foot_contents .bx-controls {
    top: 40%;
  }

  .foot_contents .bx-prev,
  .foot_contents .bx-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border-top: none;
    border-right: none;
    transform: rotate(0);
  }

  .foot_contents .bx-prev {
    left: -10%;
  }

  .foot_contents .bx-next {
    right: -10%;
  }

  .foot_contents .bx-prev::before,
  .foot_contents .bx-next::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    border-top: 2px solid #014099;
    border-right: 2px solid #014099;
  }

  .foot_contents .bx-prev::before {
    left: 19px;
    transform: rotate(-135deg);
  }

  .foot_contents .bx-next::before {
    left: auto;
    right: 21px;
    transform: rotate(45deg);
  }

  .sns {
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .foot_gnav {
    padding: 12px 0 0;
    width: 100%;
  }

  .foot_gnav ul:first-child {
    width: 100%;
    padding: 0 4%;
  }

  .foot_gnav ul:first-child li {
    width: 100%;
    margin-bottom: 0;
  }

  .foot_gnav ul li.page_item {
    position: relative;
    padding: 12px 0;
  }

  .foot_gnav ul li.page_item:not(:last-child) {
    border-bottom: 1px solid #eee;
  }

  .foot_gnav ul li.page_item a {
    display: block;
    width: calc(100% - 40px);
  }

  .foot_gnav ul li .children-open {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
  }

  .foot_gnav ul li .children-open::before,
  .foot_gnav ul li .children-open::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 10px;
    width: 46%;
    height: 2px;
    background-color: #004a9f;
  }

  .foot_gnav ul li .children-open::after {
    transform: rotate(90deg);
    transition: all 0.4s;
  }

  .foot_gnav ul li .children-open.open::after {
    transform: rotate(0);
  }

  .foot_gnav .children {
    position: absolute;
    margin-top: 12px;
    opacity: 0;
    transition: all 0.2s ease-out;
    pointer-events: none;
  }

  .foot_gnav .children.open {
    position: static;
    opacity: 1;
    pointer-events: auto;
  }

  .foot_gnav ul:first-child ul.children li {
    width: 100%;
  }

  .foot_gnav ul:first-child ul.children li:not(:last-child) {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #eee;
  }

  .foot_gnav ul.news_archive_list {
    width: 100%;
    padding: 0 4%;
  }

  .other_page_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
    border-top: 1px solid #e9eeee;
    width: 100%;
  }

  .other_page_list li:not(.sp-none) {
    width: calc(100% / 2);
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e9eeee;
  }

  .other_page_list li:nth-child(odd) {
    border-right: 1px solid #e9eeee;
  }

  .other_page_list li:nth-child(3) {
    position: relative;
    padding-right: 40px;
  }

  .other_page_list li .p_mark {
    position: absolute;
    top: calc(50% - 20px);
    right: 8%;
    width: 40px;
    padding: 0;
  }

  .other_page_list li a {
    display: block;
    padding: 14px 0;
    line-height: 1.4;
  }

  .footer--copyright {
    padding: 20px 0;
    border-top: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer--copyright h3 {
    margin-left: -10px;
  }

  .footer--copyright h3 img {
    width: calc(100% / 2.3);
  }

  .footer--copyright a img {
    width: calc(100% / 1.5);
    margin-top: -6px;
  }

  .toushou-icon {
    position: absolute;
    right: 20px;
    padding-top: 20px;
  }

  .toushou-icon img {
    height: 35px;
  }
}

.sos {
  width: 880px;
  margin: 0 auto;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .sos {
    width: 100%;
    line-height: 1.5;
    font-size: 80%;
  }
}

/* ##############################################################################

    INDEX

############################################################################## */

/* hero
*************************************************** */
.hero li {
  position: relative;
  display: flex;
  align-items: center;
  height: 60vh;
  overflow: hidden;
}

.hero li span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero--catch {
  width: 93%;
  max-width: 1200px;
  margin: -5vh auto 0;
}

.hero--catch h2 {
  display: inline-block;
  border-bottom: 4px solid #fff;
  padding-bottom: 38px;
  margin-bottom: 24px;
}

.hero--catch h2 img {
  width: auto;
  height: 33vh;
}

#particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

/* -- news -- */
#top_news_release {
  padding-bottom: 5vh;
}

.top_news_release--in {
  background-color: #fff;
  padding: 4vh 0 5vh;
}

.top_news_release--in .section_ttl {
  margin-bottom: 28px;
  text-align: center;
  color: #0d82ca;
  font-size: 160%;
  font-weight: 600;
}

.news_nav {
  margin-bottom: 2.8vh;
}

.news_nav li {
  width: 160px;
  padding-bottom: 12px;
  cursor: pointer;
  border-bottom: 2px solid #e9eeee;
  font-size: 114%;
  text-align: center;
  transition: all 0.2s ease-out;
}

.news_nav li:hover {
  color: #0d82ca;
}

.news_nav li.select {
  border-color: #004a9f;
  color: #004a9f;
  font-weight: 600;
}

.news_contents {
  margin-bottom: 1.8vh;
}

.news_list li {
  padding: 16px 0;
  border-bottom: 1px solid #e9eeee;
}

.news_list li:last-child {
  border-bottom: none;
}

.news_list li .date {
  width: 100px;
  margin-right: 4px;
  font-weight: 600;
  color: #909090;
}

.news_list li .news_cat {
  margin-right: 12px;
  width: 130px;
  padding: 1px 0 0;
  text-align: center;
  font-size: 87%;
}

.news_list li .news_cat.info {
  color: #0075c2;
  border: 1px solid #0075c2;
}

.news_list li .news_cat.release {
  color: #009a9f;
  border: 1px solid #009a9f;
}

.news_list li .news_cat.media {
  color: #ec4200;
  border: 1px solid #ec4200;
}

.news_list li .news_cat.result {
  color: #FF8E11;
  border: 1px solid #FF8E11;
}

.news_list li .news_cat.legal {
  color: #00AF3F;
  border: 1px solid #00AF3F;
}

.news_list li .news_cat.report {
  color: #ec7c00;
  border: 1px solid #ec7c00;
}

.news_list li .news_cat.irlib {
  color: #0075c2;
  border: 1px solid #0075c2;
}

.news_list li .new {
  display: inline-block;
  font-size: 80%;
  color: #FFF;
  background-color: #E00003;
  padding: 0 0.5em;
  border-radius: 10px;
  vertical-align: middle;
}

i.pdf {
  color: #E50408;
}

.news_list li h4 {
  width: calc(100% - 258px);
  font-weight: 500;
  transition: all 0.4s ease-out;
}

.news_list li a:hover h4 {
  color: #0d82ca;
}

.news_list.active {
  -webkit-animation: slide_in_top 1s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 forwards;
  -moz-animation: slide_in_top 1s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 forwards;
  animation: slide_in_top 1s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 forwards;
}

/* -- top_contents -- */
.top_contents {
  position: relative;
  padding: 5vh 0 130px;
  overflow-x: hidden;
}

.top_contents::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  background-color: #f1f4f5;
}

.top_content {
  position: relative;
  z-index: 1;
  width: 96%;
  height: 80vh;
  max-height: 800px;
}

.top_content .txt {
  position: relative;
  z-index: 2;
  width: 400px;
}

.top_content .txt--ttl {
  margin-bottom: 5.5vh;
  font-size: 640%;
  line-height: 1.4;
}

.top_content .txt--ttl small {
  display: block;
  font-size: 19%;
  color: #222;
}

.top_content .txt--sub_ttl {
  margin-bottom: 4.5vh;
  font-size: 214%;
  font-weight: 500;
  line-height: 1.5;
}

.top_content .txt p {
  margin-bottom: 46px;
  line-height: 2;
}

.top_content .img {
  position: absolute;
  top: 13%;
  z-index: 1;
  width: 58%;
  height: 72vh;
  max-height: 720px;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* -- technology -- */
#technology {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 8vh;
  background-color: #e7e2d9;
  background-image: url(../images/technology_bgimg.jpg);
  background-position: center left;
  background-size: cover;
  padding: 4% 3% 0 5vw;
}

#technology::before,
#technology::after {
  content: "";
  position: absolute;
  top: 0;
  right: -200px;
  height: 100%;
}

#technology::before {
  width: calc(100% - 660px);
  max-width: 48%;
  background: #007cc8;
  background: -moz-linear-gradient(top, #007cc8 0%, #0059a8 15%);
  background: -webkit-linear-gradient(top, #007cc8 0%, #0059a8 15%);
  background: linear-gradient(to bottom, #007cc8 0%, #0059a8 15%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007cc8', endColorstr='#0059a8', GradientType=0);
  transform: skewX(15deg);
}

#technology::after {
  width: 35%;
  background: #0057a2;
  background: -moz-linear-gradient(top, #0057a2 0%, #007cc8 100%);
  background: -webkit-linear-gradient(top, #0057a2 0%, #007cc8 100%);
  background: linear-gradient(to bottom, #0057a2 0%, #007cc8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0057a2', endColorstr='#007cc8', GradientType=0);
  transform: skewX(-25deg);
}

#technology .txt--ttl {
  color: #006bc3;
}

#technology .img {
  right: 2%;
  background-position: center right;
}

#technology .btn {
  background-color: #006bc3;
  color: #fff;
}

/* -- product -- */
#product {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 17.4vh;
  background-color: #ddebef;
  background-image: url(../images/product_bgimg.jpg);
  background-position: center right;
  background-size: cover;
  padding: 5% 5vw 0 3%;
}

#product::before,
#product::after {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
}

#product::before {
  width: calc(100% - 660px);
  max-width: 48%;
  background: #007cc8;
  background: -moz-linear-gradient(top, #007cc8 0%, #014099 15%);
  background: -webkit-linear-gradient(top, #007cc8 0%, #014099 15%);
  background: linear-gradient(to bottom, #007cc8 0%, #014099 15%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007cc8', endColorstr='#014099', GradientType=0);
  transform: skewX(-15deg);
}

#product::after {
  width: 35%;
  background: #014099;
  background: -moz-linear-gradient(top, #014099 0%, #007cc8 100%);
  background: -webkit-linear-gradient(top, #014099 0%, #007cc8 100%);
  background: linear-gradient(to bottom, #014099 0%, #007cc8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#014099', endColorstr='#007cc8', GradientType=0);
  transform: skewX(25deg);
}

#product .txt {
  float: right;
}

#product .txt--ttl {
  text-align: right;
  text-indent: -114px;
  color: #014099;
}

#product .img {
  top: 11%;
  background-position: center left;
}

/* -- recruit -- */
#recruit {
  position: relative;
  z-index: 1;
  width: 92%;
  margin-left: auto;
  margin-right: 0;
  padding: 0 0 24vh;
}

#recruit::before {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 0;
  width: 70%;
  height: 48vh;
  background: #ffe349;
  background: -moz-linear-gradient(left, #ffe349 0%, #ff8d30 100%);
  background: -webkit-linear-gradient(left, #ffe349 0%, #ff8d30 100%);
  background: linear-gradient(to right, #ffe349 0%, #ff8d30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe349', endColorstr='#ff8d30', GradientType=1);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s;
}

.recruit--txt,
.recruit--img {
  position: relative;
  z-index: 1;
}

.recruit--txt {
  z-index: 2;
}

.recruit--txt_ttl {
  margin-bottom: 8vh;
  font-size: 934%;
  line-height: 1;
  color: #f3852f;
  opacity: 0.8;
  background: rgb(255, 108, 0);
  background: -moz-linear-gradient(-45deg,
      rgba(255, 108, 0, 1) 60%,
      rgba(255, 161, 39, 1) 70%);
  background: -webkit-linear-gradient(-45deg,
      rgba(255, 108, 0, 1) 60%,
      rgba(255, 161, 39, 1) 70%);
  background: linear-gradient(135deg,
      rgba(255, 108, 0, 1) 60%,
      rgba(255, 161, 39, 1) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6c00', endColorstr='#ffa127', GradientType=1);
  background-clip: text;
  -webkit-background-clip: text;
}

@media all and (-ms-high-contrast: none) {
  .recruit--txt_ttl {
    background: none;
  }

  #recruit.flex-between {
    display: block;
  }
}

.recruit--txt_ttl::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background-color: #f3852f;
  transform: translate(4px, 41px);
}

.recruit--txt h3 {
  margin-bottom: 40px;
  font-size: 160%;
  color: #f3852f;
}

.recruit--txt p {
  width: 350px;
  margin-bottom: 72px;
  line-height: 2;
}

.recruit--img {
  position: absolute;
  top: 0;
  right: 0;
  width: 64%;
  height: 72vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* anime */
#technology,
#product,
#recruit,
#technology .txt,
#product .txt,
#recruit .recruit--txt,
#technology .img,
#product .img,
#recruit .recruit--img {
  opacity: 0;
}

#technology,
#product,
#recruit {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#technology::before,
#product::before,
#technology::after,
#product::after {
  display: none;
}

#technology .txt,
#product .txt,
#recruit .recruit--txt {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

#technology .txt,
#recruit .recruit--txt {
  transform: translateX(28px);
}

#product .txt {
  transform: translateX(-28px);
}

#technology .img,
#product .img,
#recruit .recruit--img {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

#technology.active,
#product.active,
#recruit.active,
#technology.active .txt,
#product.active .txt,
#recruit.active .recruit--txt,
#technology.active .img,
#product.active .img,
#recruit.active .recruit--img {
  opacity: 1;
}

#technology.active .txt,
#product.active .txt {
  transform: translateX(0);
}

#recruit.active .recruit--txt {
  transform: translateX(0) translateY(-42px);
}

#recruit.active::before {
  opacity: 0.25;
}

/* -- IR & CSR -- */
.top_info--content {
  width: 50%;
  padding: 10.6vh 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_info--content .txt {
  width: 468px;
  padding: 7vh 0 8.5vh;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.top_info--content .txt--ttl {
  margin-bottom: 28px;
  font-size: 300%;
  color: #004a9f;
  font-weight: 500;
  line-height: 1;
}

.top_info--content .txt--sub_ttl {
  margin-bottom: 26px;
  font-size: 134%;
  font-weight: 500;
}

.top_info--content .txt p {
  margin-bottom: 38px;
}

.top_info--content .txt .btn {
  padding: 14px 20% 14px 10%;
}

/* -- company -- */
#company .txt {
  margin-left: auto;
  margin-right: 0;
}

/*
    URL:/ir/
    IRのタイトル画像を調整するクラス
  */
.ir_ttl {
  height: 500px;
}

/* ページタイトルの文字スタイルを調整するクラス */

.page-ir.page-policy,
.page-ir.page-disclaimer,
.page-governance,
.page-faq,
.page-dx-promotion {
  background-color: #f1f4f5;
}

.governance-image img {
  width: 80%;
  display: block;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .page-ir {
    background-position: center right 32%;
  }
}

/* -- IR情報のパンくず -- */
.ir_breadcrumbs {
  padding: px 0px 0px !important;
  background-color: #fafafa !important;
  overflow-x: hidden;
}

.ir_breadcrumbs a {
  display: inline-block !important;
  padding: 16px 0;
}

.breadcrumbs-links {
  margin-left: 7vw;
}

@media only screen and (max-width: 970px) {
  .breadcrumbs-links {
    margin-left: 3%;
    margin-top: 5px;
  }
}

.ir_links {
  margin-right: -6px;
}

.ir_links li {
  position: relative;
  min-width: 150px;
  text-align: center;
}

.ir_links li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  transform: skewX(-14deg);
  transition: all 0.2s ease-out;
}

.ir_links li:hover::before {
  background-color: #f5f5f5;
}

.ir_links li.active::before {
  background-color: #006ebf;
}

.ir_links li a {
  position: relative;
  padding: 16px 28px !important;
  font-size: 116%;
}

.ir_links li.active a {
  color: #fff;
}

.ir_links li:last-child a {
  padding: 16px 38px 16px 28px !important;
}

/* トップページ動画埋め込み */
.video--frame-intro {
    width: 800px;
    margin: 50px auto 80px;
    height: 450px;
}
.video--frame-intro section {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video--frame-intro section iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .video--frame-intro {
    width: 100%;
    margin: 0 auto 50px;
    height: auto;
  }
}

/* トップページ SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .hero {
    margin-top: 52px;
  }

  .hero li {
    height: 380px;
  }

  .hero--catch {
    width: 86%;
  }

  .hero--catch h2 {
    padding-bottom: 28px;
  }

  .hero--catch h2 img {
    height: auto;
  }

  #top_news_release {
    padding-bottom: 46px;
  }

  .top_news_release--in {
    width: 94%;
    padding: 0 0 32px;
  }

  .top_news_release--in .inner {
    width: 100%;
  }

  .news_nav {
    margin-bottom: 8px;
  }

  .news_nav li {
    width: 27%;
    /*width: 33%;*/
    padding-top: 15px;
    padding-bottom: 12px;
    background-color: #e9eeee;
    font-size: 83%;
  }

  .news_nav li:first-child {
    width: 100%;
    /*width: 18%;*/
  }

  .news_nav li:nth-child(3) {
    width: 20%;
  }

  .news_nav li:nth-child(4) {
    width: 26%;
    /*width: 29%;*/
  }

  .news_nav li.select {
    color: #fff;
    background-color: #004a9f;
  }

  .news_contents {
    margin-bottom: 18px;
  }

  .news_list {
    padding: 0 5%;
    font-size: 94%;
  }

  .news_list li {
    padding: 14px 0;
  }

  .news_list li a {
    justify-content: flex-start;
  }

  .news_list li .date {
    width: auto;
    margin-right: 18px;
    font-weight: 500;
  }

  .news_list li .news_cat {
    margin-right: 0;
  }

  .news_list li h4 {
    width: 100%;
    margin-top: 8px;
    line-height: 1.55;
  }

  .top_contents {
    padding: 0;
  }

  .top_content,
  .top_content .txt {
    width: 100%;
  }

  .top_content .txt--ttl,
  .recruit--txt_ttl {
    word-break: break-all;
  }

  .top_content .txt--ttl {
    background-color: #fff;
    padding: 40px 5% 32px;
    margin-bottom: 0;
    font-size: 258%;
    line-height: 1.4;
    text-align: center;
  }

  .top_content .txt--ttl small {
    font-size: 39%;
  }

  .top_content .txt_in_sp {
    background-color: #fff;
    padding: 28px 5%;
    width: 95%;
    margin: -40px auto 40px;
  }

  .top_content .txt--sub_ttl {
    margin-bottom: 14px;
    font-size: 172%;
    text-align: center;
  }

  .top_content .txt p {
    margin-bottom: 24px;
  }

  .top_content .txt_in_sp .btn {
    margin: 0 auto;
    width: 80%;
  }

  .top_content .img {
    position: static;
    width: 100%;
    min-width: 100% !important;
    height: 200px !important;
    background-size: cover;
  }

  .top_content .img::before {
    display: none;
  }

  #technology,
  #product {
    padding: 0;
    height: auto;
    background: transparent;
  }

  #technology::before,
  #technology::after {
    display: none;
  }

  #technology {
    margin-bottom: 0;
  }

  #technology .img,
  #product .img {
    background-position: center;
  }

  #technology .img {
    right: 0;
  }

  #product .img {
    left: 0;
  }

  #product .txt--ttl {
    text-align: center;
    text-indent: 0;
  }

  #recruit,
  .recruit--txt {
    width: 100%;
  }

  #recruit {
    padding: 0 0 42px;
  }

  #recruit::before {
    left: auto;
    right: 0;
    bottom: 24%;
    width: 70%;
    height: 200px;
    opacity: 0.05;
  }

  .recruit--txt_ttl {
    margin-bottom: 24px;
    font-size: 386%;
  }

  .recruit--txt_ttl::after {
    width: 36px;
    transform: translateY(12px);
  }

  .recruit--txt h3 {
    margin-bottom: 16px;
    font-size: 143%;
  }

  .recruit--txt p {
    width: 100%;
    margin-bottom: 22px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .recruit--txt .btn {
    width: 80%;
    margin: 0 auto;
  }

  .recruit--img {
    position: static;
    width: 100%;
    height: 200px;
  }

  #recruit .recruit--txt {
    transform: translateX(0) translateY(-22px);
    padding: 0 5%;
  }

  /* animate off */
  #technology,
  #product,
  #recruit,
  #technology .txt,
  #product .txt,
  #recruit .recruit--txt,
  #technology .img,
  #product .img,
  #recruit .recruit--img {
    opacity: 1;
  }

  #technology .txt,
  #product .txt {
    transform: translateX(0);
  }

  .top_info--content {
    width: 100%;
    padding: 0;
  }

  .top_info--content .txt {
    width: 100%;
    padding: 45px 0 60px;
    background-color: rgba(255, 255, 255, 0.75);
  }

  .top_info--content .txt--ttl {
    margin-bottom: 8px;
    font-size: 260%;
  }

  .top_info--content .txt--sub_ttl {
    margin-bottom: 16px;
  }

  .top_info--content .txt p {
    margin-bottom: 24px;
  }

  .section_content .technology_sp-title {
    font-size: 215%;
    text-align: center;
  }
}

/* ##############################################################################

    PAGE（固定ページ）

############################################################################## */

/* テクノロジー（technology）
*************************************************** */
/* -- 個人情報の取り扱い -- */
#technology_security {
  padding-top: 16vh;
  margin-bottom: 30.3vh;
}

#technology_security .content_ttl_sub {
  margin-bottom: 34px;
}

#technology_security .txt {
  width: 520px;
}

#technology_security .img {
  margin-top: -30px;
  width: calc(100% - 500px);
  padding: 0;
  background-color: #fff;
  text-align: center;
}

/* -- IoT -- */
#technology_iot {
  margin-bottom: 20vh;
}

#technology_iot .content_ttl_sub {
  margin-bottom: 66px;
}

#technology_iot .img {
  margin-top: -5vh;
  width: calc(100% - 420px);
}

#technology_iot .img .bg_white {
  padding: 8%;
}

.technology_iot--data {
  background-color: #fff;
  margin-top: 12px;
  padding: 42px 0 45px;
}

.technology_iot--data dl {
  display: table;
  margin-bottom: 4px;
  font-size: 120%;
}

.technology_iot--data dt,
.technology_iot--data dd {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

.technology_iot--data dt {
  position: relative;
  width: 350px;
}

.technology_iot--data dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #bfbfbf;
}

.technology_iot--data dt span {
  position: relative;
  background-color: #fff;
  padding: 0 8px 0 0;
}

.technology_iot--data dd {
  padding: 0 0 0 8px;
}

.technology_iot--data dd strong {
  vertical-align: sub;
  font-size: 250%;
  font-family: "Noto Sans JP";
}

/* -- ビックデータ・AI -- */
#technology_data {
  margin-bottom: 38vh;
}

#technology_data::before {
  bottom: -20vh;
  height: 43.5vh;
}

#technology_data .inner {
  position: relative;
}

#technology_data .content_ttl_sub {
  margin-bottom: 28px;
  font-family: "Noto Sans JP";
}

#technology_data .txt {
  position: relative;
  z-index: 1;
  width: 514px;
}

#technology_data .txt p {
  width: 420px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#technology_data .img {
  position: absolute;
  top: -54px;
  right: -5vw;
  margin-right: 0;
  width: calc(100% - 425px);
  padding: 10vh 4%;
}

/* テクノロジー（technology） SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .section_content .inner-lg {
    width: 90%;
  }

  .section_content .content_ttl {
    margin-bottom: 18px;
    font-size: 270%;
    text-align: center;
  }

  .section_content .content_ttl_sub {
    font-size: 178%;
    text-align: center;
  }

  #technology_security .content_ttl_sub,
  #technology_iot .content_ttl_sub,
  #technology_data .content_ttl_sub {
    margin-bottom: 26px;
  }

  .section_content.txt-left .img,
  .section_content.txt-right .img,
  .section_content.txt-left .txt,
  .section_content.txt-right .txt {
    float: none;
  }

  .section_content .txt p {
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .section_content .txt,
  #technology_iot .txt,
  #technology_data .txt,
  #technology_data .txt p {
    width: 100%;
  }

  #technology_security .img,
  #technology_iot .img,
  #technology_data .img {
    width: 100%;
    margin-bottom: 24px;
  }

  #technology_security .img {
    padding: 20px 50px;
    margin: 0 auto 30px;
  }

  #technology_iot .img {
    padding: 0;
    margin: 0 auto 30px;
  }

  #technology_security {
    padding-top: 52px;
    margin-bottom: 72px;
  }

  #technology_security.back_effect::before {
    left: auto;
    right: 0;
    bottom: 90px;
    width: 90%;
    height: 405px;
    opacity: 0.1;
  }

  #technology_iot {
    margin-bottom: 0;
    background-color: #fff;
    padding: 30px 0 58px;
  }

  .technology_iot--data {
    padding: 32px 0 12px;
  }

  .technology_iot--data dl {
    display: block;
  }

  .technology_iot--data dl:not(:last-child) {
    margin-bottom: 24px;
  }

  .technology_iot--data dt,
  .technology_iot--data dd {
    display: block;
    text-align: center;
  }

  .technology_iot--data dt {
    width: 100%;
    margin-bottom: 12px;
  }

  .technology_iot--data dt::before {
    display: none;
  }

  .technology_iot--data dt span {
    padding: 0;
  }

  #technology_data {
    padding-top: 40px;
    padding-bottom: 0;
    margin-bottom: 95px;
  }

  #technology_data::before {
    left: auto;
    right: 0;
    bottom: -30px;
    height: 320px;
    opacity: 0.1;
  }

  #technology_data .img {
    position: static;
    padding: 30px 12px;
    background-color: #fff;
  }

  #technology_security .txt {
    width: 100%;
  }
}

/* 会社情報（company）
*************************************************** */
.company_content--list {
  padding: 5% 0;
}

.company_content--list li {
  width: calc(100% / 2 - (28px * 1 / 2));
  background-color: #fff;
  margin-right: 24px;
  margin-bottom: 34px;
  padding: 0 0 40px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.03);
}

.page-ir .company_content--list li {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.company_content--list li:nth-child(2n) {
  margin-right: 0;
}

.company_content--list li .img {
  width: 100%;
  height: 260px;
  margin-bottom: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.company_content--list li .section_ttl_m {
  font-size: 185%;
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: normal;
}

.company_content--list li .section_ttl_m--sub {
  font-size: 34%;
}

/* 会社情報（company） SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .page-company:not(.page-philosophy):not(.page-overview):not(.page-history) .page_ttl {
    background-position: 80% center;
    /* background-image: url(/wp/wp-content/themes/original_theme/images/page/page_ttl_officer.jpg) !important; */
  }

  .company_content--list {
    padding: 30px 0 40px;
  }

  .company_content--list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    padding: 0 0 36px;
  }

  .company_content--list li .img {
    height: 170px;
    background-size: cover;
  }

  .company_content--list li:nth-child(1) .img {
    background-position: right center;
  }

  .company_content--list li:nth-child(2) .img {
    background-position: left top 20%;
  }

  .company_content--list li .section_ttl_m {
    font-size: 200%;
    line-height: 1.3;
  }

  .company_content--list li .section_ttl_m--sub {
    padding-top: 8px;
    font-size: 50%;
  }
}

/* 企業理念・代表あいさつ（mission）
*************************************************** */
.mission_content {
  background-color: #fff;
  background-size: cover;
  background-position: center bottom;
}

.idea {
  margin-bottom: 110px;
}

.idea .catch {
  background: rgb(0, 124, 200);
  background: -moz-linear-gradient(left,
      rgba(0, 124, 200, 1) 0%,
      rgba(1, 64, 153, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(0, 124, 200, 1) 0%,
      rgba(1, 64, 153, 1) 100%);
  background: linear-gradient(to right,
      rgba(0, 124, 200, 1) 0%,
      rgba(1, 64, 153, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007cc8', endColorstr='#014099', GradientType=1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 300%;
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 1.6;
}

.daihyo_aisatdsu {
  font-size: 400%;
  line-height: 1.5;
}

@media all and (-ms-high-contrast: none) {
  .idea .catch {
    background: none;
    color: #014099;
  }
}

.action {
  padding: 0 0 30px;
}

.action .inner {
  position: relative;
}

.action ul li {
  margin-bottom: 56px;
  text-align: center;
}

.action ul li span strong {
  margin-left: 4px;
  font-size: 120%;
}

.action ul li p {
  font-size: 194%;
  color: #014099;
  font-weight: 500;
}

.message_content {
  padding-top: 80px;
  padding-bottom: 6vh;
  background-color: #e9eeee;
}

.leader_message.inner-sm {
  max-width: 1100px;
}

.leader_message .img {
  width: 400px;
  height: 400px;
  background-position: center;
  background-size: 100%;
}

.leader_message .txt {
  margin-top: -18px;
  width: calc(100% - 460px);
}

.leader_message .txt h3 {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 38px;
  font-size: 191%;
  color: #f3852f;
  line-height: 1.65;
}

.leader_message .txt h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background-color: #f3852f;
}

.leader_message .txt p {
  font-size: 147%;
}

.leader_message .txt p small {
  display: block;
  margin-bottom: 4px;
}

.leader_message .txt p span {
  margin-left: 8px;
  color: #999;
  font-size: 66%;
  vertical-align: text-bottom;
}

.message_content .box_content {
  width: 80%;
  margin: 0 auto;
  padding: 3% 5% 4%;
  transform: translateY(-20px);
  min-width: 1100px;
}

.message_content .box_content p {
  text-align: center;
  font-size: 108%;
  line-height: 2em;
}

.message_content .box_content p:not(:last-of-type) {
  margin-bottom: 17px;
}

/* 企業理念・代表あいさつ（mission） SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .idea {
    margin-bottom: 60px;
  }

  .idea .catch {
    font-size: 202%;
    text-align: center;
    letter-spacing: -0.01em;
    line-height: 1.8;
  }

  .action {
    padding: 0;
  }

  .action .inner {
    width: 90%;
  }

  .action ul li {
    width: 100%;
    background-color: #fff;
    margin-bottom: 28px;
  }

  .action ul li p {
    font-size: 108%;
    text-align: center;
    line-height: 1.8;
  }

  .message_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .message_content .box_content {
    width: 95%;
    padding: 8% 5% 8%;
    transform: translateY(0);
    min-width: auto;
  }

  .message_content .box_content p {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.8;
  }

  .message_content .box_content br {
    display: none;
  }
}

/* 会社概要（outline）
*************************************************** */
.outline_table th,
.outline_table td {
  padding: 28px 30px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.outline_table th {
  background-color: #fbfbfb;
  border-right: 1px solid #e6e6e6;
}

.location--content {
  margin-bottom: 28px;
}

.location--content:nth-of-type(3) {
  margin-bottom: 0;
}

.location--content .map {
  width: calc(100% - 400px);
}

.location--content .map iframe {
  width: 100%;
}

.location--content .txt {
  width: 400px;
  padding: 78px 20px;
  background-color: #fff;
  text-align: center;
}

.location--content .txt h3 {
  margin-bottom: 12px;
  font-size: 154%;
}

/* 会社概要（outline） SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .page-outline .box_content {
    padding: 5% 3.5%;
  }

  .outline_table {
    width: 100%;
  }

  .outline_table th,
  .outline_table td {
    padding: 18px 2px;
    vertical-align: middle;
  }

  .outline_table th {
    width: 110px;
  }

  .outline_table td {
    padding: 18px 18px;
    line-height: 1.5;
  }

  .location--content .map {
    width: 100%;
  }

  .location--content .txt {
    width: 100%;
    padding: 28px 20px 40px;
  }
}

/* 沿革（history）
*************************************************** */
.history_table {
  position: relative;
}

.history_table::before {
  content: "";
  position: absolute;
  top: 47px;
  left: 182px;
  width: 2px;
  height: 97.5%;
  background-color: #014099;
}

.history_table tr:nth-child(odd) {
  background-color: #f1f4f5;
}

.history_table th,
.history_table td {
  padding: 34px 32px;
}

.history_table th {
  position: relative;
  width: 190px;
  color: #014099;
  font-size: 127%;
  font-weight: 500;
  text-align: left;
}

.history_table th::before {
  content: "";
  position: absolute;
  top: 45px;
  right: 2px;
  width: 10px;
  height: 10px;
  background-color: #014099;
  border-radius: 50%;
}

/* 沿革（history） SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .page-history article.section_pdg {
    padding: 0;
  }

  .page-history .box_content {
    width: 100%;
    padding: 0;
  }

  .history_table::before {
    top: 36px;
    left: 5%;
    height: 94.7%;
  }

  .history_table th,
  .history_table td {
    display: block;
    padding: 8px 18px 18px 40px;
  }

  .history_table th {
    width: 100%;
    padding: 18px 18px 0 40px;
  }

  .history_table th::before {
    top: 28px;
    left: 4%;
    right: auto;
  }
}

@media only screen and (max-width: 414px) {
  .history_table::before {
    left: 5.0%;
    height: 97.1%;
  }
}

@media only screen and (max-width: 375px) {
  .history_table::before {
    left: 5.0%;
    height: 97.2%;
  }
}

@media only screen and (max-width: 360px) {
  .history_table::before {
    left: 5%;
    height: 97.2%;
  }
}

@media only screen and (max-width: 320px) {
  .history_table::before {
    left: 5.2%;
    height: 97.3%;
  }
}

/* 役員紹介（leadership）
*************************************************** */
.leader_content {
  background-color: #fff;
  padding: 50px 0 30px;
}

.leader_content:nth-child(odd) {
  background-color: #e9eeee;
}

.leader_content:nth-last-child(-n + 2) {
  padding: 70px 0;
}

.leader_content .info {
  width: calc(100% - 320px);
  transform: translateY(-8px);
}

.leader_content:nth-last-child(-n + 0) .info {
  width: 100%;
}

.leader_content .name {
  margin-bottom: 8px;
  font-size: 218%;
  font-weight: 500;
  line-height: 1.8;
}

.leader_content:nth-last-child(-n + 2) .name {
  margin-bottom: 12px;
}

.leader_content .name small {
  display: block;
  font-size: 50%;
}

.leader_content .img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #e9eeee;
  background-position: center;
}

.leader_content:nth-child(odd) .img {
  background-color: #fff;
}

.biography dt,
.biography dd {
  padding: 10px 10px 10px 0;
}

.biography dt {
  float: left;
  clear: left;
}

.biography dd {
  border-bottom: 1px solid #d0dada;
  padding-left: 90px;
}

/* 役員紹介（leadership） SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .leader_content {
    padding: 30px 0;
  }

  .leader_content .info {
    width: 100%;
    transform: translateY(0);
  }

  .leader_content .name {
    text-align: center;
  }

  .leader_content .img {
    background-size: cover;
    margin: 0 auto 12px;
  }

  .biography {
    width: 100%;
  }

  .biography dt {
    float: none;
    padding: 12px 8px 0;
  }

  .biography dd {
    padding: 2px 8px 12px;
    line-height: 1.5;
  }
}

/* 投資家情報（ir）
*************************************************** */
.ir-content-title {
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
  font-size: 190%;
  color: #006ebf;
}

.page-ir .archive_date_nav {
  position: relative;
  width: 255px;
  float: right;
}

.ir_content-background-img {
  background-image: url(/wp/wp-content/themes/original_theme/images/ir/irtop-bg7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}


.ir-content-bg-color-w {
  background-color: #fff;
}

.ir-news-box {
  margin-bottom: 30px;
}

.page-ir #top_news_release {
  padding-bottom: 0;
}

.graph_list h4 {
  width: 100%;
  font-size: 130%;
  line-height: 25px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-align: center;
}

.page-ir .page_ttl:not(.page_ttl-ssm) {
  height: 50vh;
}

.graph_list li .unit-l {
  top: 15px;
}

.page-ir .page_ttl:not(.page_ttl-ssm) h2 {
  margin-top: -34px;
}

.ir_content--list {
  padding: 0% 0 2%;
}

.ir_content--list li {
  width: calc(100% / 3 - (28px * 1 / 3));
  background-color: #ffffffee;
  margin-right: 0;
  margin-bottom: 34px;
  padding: 0 0 40px;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.ir-content-li-border {
  margin: 18px;
  padding: 10px 10px 30px;
  border: 2px solid #005499;
}

.ir_content--list li:hover {
  background-color: #ffffff;
}

.ir_content--list li:nth-child(2n) {
  margin-right: 0;
}

.ir_content--list li .img {
  width: 100%;
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 15px;
}

.ir_content--list li .section_ttl_m {
  font-size: 155%;
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: normal;
}

.ir_content--list li .section_ttl_m--sub {
  font-size: 34%;
}

.ir_content-sub {
  padding-top: 65px;
  padding-bottom: 50px;
  background-color: #f1f4f5;
}

.ir_content-sub--list li {
  width: calc(100% / 3 - (28px * 1 / 3));
  background-color: #fff;
  margin-right: 0;
  margin-bottom: 10px;
  padding: 0;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.03);
}

.ir_content-sub--list img {
  height: 30px;
  margin-bottom: 10px;
  ;
}

.ir_content-sub--list a {
  display: block;
  padding: 95px 15px 40px;
  text-align: center;
  background-color: #fff;
  color: #004a9f;
}

.ir_content-sub--list a:hover {
  background-color: #004a9f;
  color: #fff;
}

.ir_content-sub--list li a.active::before {
  background-color: #004a9f;
  color: #fff;
}

.ir-top-news-position {
  transform: translateY(-75px);
}

.ir-top-news-content-box {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.page-ir .top_news_release--in.inner {
  max-width: 980px;
  width: 85%;
}

.page-ir .top_news_release--in .inner-sm {
  width: 80%;
}

.ir-finance-nav,
.ir-library-nav,
.ir-user-count-nav {
  margin-top: 50px;
}


.ir-finance-nav a,
.ir-library-nav a,
.ir-user-count-nav a {
  display: block;
  /*  background-color: #004a9f;
  border: 2px solid #004a9f; */
  background-color: #eeeeee;
  padding: 20px;
  color: #000000;
  padding: 15px 20px;
  margin: 0 2px;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
}

.ir-finance-nav a:hover,
.ir-library-nav a:hover,
.ir-user-count-nav a:hover {
  background-color: #dddddd;
}

.ir-finance-nav a.active,
.ir-library-nav a.active,
.ir-user-count-nav a.active {
  background-color: #004a9f;
  color: #ffffff;
}

.ir-finance-box a {
  width: 300px;
}

.ir-library-nav a {
  width: 170px;
}

.ir-user-count-nav a {
  width: 170px;
}

.archive_date_nav,
.archive_cat_nav {
  width: auto;
}

.ir-btn {
  background-color: #006bc3;
  color: #ffffff;
}

.page-ir .archive_cat_nav {
  margin-bottom: 3em;
}

.archive_date_nav {
  float: right;
}

.stock {
 height: 300px;
 padding-top: 50px;
 text-align: center;
}
@media only screen and (max-width: 767px) {
  .stock {
    height: auto;
  }
  .stock img {
    height: auto;
  }
}

.ir-en01 {
  text-transform: none;
  font-size: 120%;
}

.ir-en02 {
  text-transform: none;
  font-size: 80%;
}

/* 投資家情報（ir faq）
*************************************************** */

.page-contact .contact_bloc .section_ttl-xs {
  font-size: 180%;
  cursor: pointer;
  transition: 0.4s ease-out;
}

.page-ir .page_ttl-eng {
  text-transform: uppercase;
  font-size: 320%;
  line-height: 1.15;
}

.section_ttl {
  font-size: 320%;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
  color: #1d7fb7;
}

.ir-qa {
  width: 100%;
  margin: 0 auto 45px;
  box-sizing: border-box;
}

.question-list {
  padding: 20px;
  margin-bottom: 50px;
}

.question {
  border-bottom: 1px dashed #ddd;
}

.question-list li {
  margin-bottom: 20px;
  border: 1px solid #DDD;
  border-left: 10px solid #dddddd;
}

.question-list li a {
  display: block;
  padding: 10px 40px;
  position: relative;
  overflow: hidden;
  color: #464646;
}

.question-list li a .hover-img-down {
  position: absolute;
  opacity: 0;
  width: 40px;
  top: 16px;
  right: 20px;
}

.question-list li:hover {
  border: 1px solid #004a9f;
  border-left: 10px solid #004a9f;
  transition: all 0.6s ease;
}

.question-list li:hover a {
  color: #004a9f;
  transition: all 0.6s ease;
}

.question-list li:hover a .hover-img-down {
  opacity: 1;
  transition: all 1.5s ease;
}

.question .ir-qa_icon {
  text-align: center;
  color: #004a9f;
}

.answer .ir-qa_icon {
  text-align: center;
}

.ir-qa_txt {
  font-size: 115%;
  padding: 10px 0 0;
}

.page-ir .company_content--list li h3 {
  font-size: 200%;
}

.ir_content--list li {
  padding-bottom: 0;
}

.ir-qa_icon {
  text-align: center;
  min-width: 5%;
  font-size: 180%;
}

.list-no {
  width: 2%;
  text-align: left;
}

.list-text {
  width: 98%;
}

.ir_content-sub--list img {
  margin-bottom: 0;
}

a.top-btn {
  display: block;
  max-width: 300px;
  line-height: 40px;
  text-align: center;
  margin: auto;
}

/* 投資家情報（ir stock）
*************************************************** */

.ir-stock-table th,
.ir-stock-table td {
  padding: 35px 20px;
  border: 1px solid #e6e6e6;
}

.ir-stock-table th {
  background-color: #f3f3f3;
}

.ir-stock-table td {
  padding-left: 55px;
}

.add_icon-btn {
  margin-top: 80px;
}

.add_icon-btn img {
  width: 20px;
  margin-bottom: 5px;
}

.add-icon_min img {
  margin-bottom: 5px;
}


/* 投資家情報（ir disclaimer）
*************************************************** */

/* 投資家情報（ir user-count）
*************************************************** */
.user-count-list-box li {
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  font-size: 110%;
  color: #c5c5c5;
}

.user-count-list-box li a {
  display: block;
  color: #000;
}

/*tabの全体枠*/
.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 6% 0;
}

/*inputを非表示にする*/
.input {
  position: absolute;
  opacity: 0;
}

/*tabボタン部分*/
.tab-label {
  width: calc(94%/3);
  padding: 15px 20px;
  background: #e5e5e5;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  margin: 0 0.2%;
  transition: background 0.1s, color 0.1s;
  text-align: center;
}

.tab-label:hover {
  background: #d8d8d8;
}

.tab-label:active {
  background: #004a9f;
}

.input:checked+.tab-label {
  background: #004a9f;
  color: #ffffff;
}

/*tabの本文エリア*/
.tab-panel {
  display: none;
  padding: 50px 3.5% 30px;
  background: #fff;
  order: 99;
}

.input:checked+.tab-label+.tab-panel {
  display: block;
  width: 100%;
}

/*その他
---------------------------------------------------------------------------*/
.user-count-list-box .u-mb-20 {
  margin: 0 0 20px 0;
}

.user-count-list-box .content {
  margin: 40px auto;
  padding: 10px;
}

/* 投資家情報SP（ir user-count）
*************************************************** */
@media only screen and (max-width: 767px) {
  .tab-label {
    padding: 10px 0;
    width: calc(94%/3);
    text-align: center;
    margin: 0 1%;
  }

  .tab-panel {
    padding: 0 0 30px;
  }

  .user-count-list-box li {
    line-height: 25px;
    padding: 15px 0 10px;
  }
}


/* 投資家情報（ir calendar）
*************************************************** */

.ir-calendar-area {
  margin-top: 50px;
}

.ir-calendar_list {
  margin-top: 50px;
}

.ir-calendar_ul li {
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
}

.ir-calendar_ul li .ir-title {
  max-width: 230px;
  width: 30%;
}

.ir-calendar_ul li .ir-title,
.ir-calendar_ul li .ir-event {
  padding: 30px 10px 15px;
}


/* 投資家情報（ir policy）
*************************************************** */


h4.ir-policy_title {
  font-size: 200%;
  font-weight: normal;
  border-bottom: 1px solid;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-bottom: 10px;
  color: #272727;
}



/* 投資家情報（ir） SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .ir_links {
    display: none;
  }

  .page-ir .top_news_release--in .inner-sm {
    width: 100%;
  }

  .ir-finance-nav,
  .ir-library-nav {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .ir-user-count-nav {
    width: 170px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .ir-finance-nav a:hover,
  .ir-library-nav a:hover,
  .ir-user-count-nav a:hover {
    background-color: #eeeeee;
    color: #000000;
    border: 0;
  }

  .list-no {
    width: 12%;
  }

  graph_list h4 {
    line-height: 15px;
  }

  form#form {
    margin: 10px auto;
  }

  .page-ir .page_ttl:not(.page_ttl-ssm) {
    height: 30vh;
  }

  .page-ir .company_content--list li h3 {
    font-size: 150%;
  }

  .page-ir .page_ttl-eng,
  .page-ir.page-calendar .page_ttl-eng,
  .page-ir.page-faq .page_ttl-eng,
  .page-ir.page-notice .page_ttl-eng,
  .page-ir.page-policy .page_ttl-eng,
  .page-ir.page-corporate .page_ttl-eng,
  .page-ir.page-disclaimer .page_ttl-eng,
  .page-ir.page-governance .page_ttl-eng,
  .page-ir.page-highlight .page_ttl-eng,
  .page-ir.page-state .page_ttl-eng,
  .page-ir.page-cf .page_ttl-eng,
  .page-ir.page-results .page_ttl-eng,
  .page-ir.page-presentations .page_ttl-eng,
  .page-ir.page-securities .page_ttl-eng,
  .page-ir.page-disclosure .page_ttl-eng,
  .page-ir.page-meeting .page_ttl-eng,
  .page-ir.page-other .page_ttl-eng,
  .page-ir.page-news .page_ttl-eng {
    font-size: 180%;
  }

  .ir-content-title {
    padding-top: 20px;
    margin-bottom: 5px;
  }

  .ir-calendar_ul li .ir-title,
  .ir-calendar_ul li .ir-event {
    width: 100%;
  }

  .ir_content--list li {
    width: 100%;
  }

  .ir_content-sub {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .ir_content-sub--list a {
    padding: 70px 5px 20px;
  }

  .ir-top-news-position {
    transform: translateY(0);
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .ir_content-sub--list li {
    width: 49%;
    box-sizing: border-box;
    padding: 5px;
  }

  .ir_content-sub .line-title {
    line-height: 20px;
    margin-top: 10px;
  }

  .ir-calendar_ul li .ir-title {
    min-width: 190px;
    padding-bottom: 0;
    padding-top: 15px;
    color: #909090;
  }

  .ir-calendar_ul li {
    flex-wrap: wrap;
  }

  .ir-calendar_ul li .ir-event {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .ir-finance-nav a,
  .ir-library-nav a,
  .ir-user-count-nav a {
    margin: 1px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ir-library-nav a,
  .ir-user-count-nav a {
    width: 27vw;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 100%;
    line-height: 20px;
  }

  .ir-finance-nav a,
  .ir-library-nav a,
  .ir-user-count-nav a {
    background-color: #eeeeee;
    color: #000000;
    border: 0;
  }

  table.ir-stock-table {
    margin-top: 20px;
  }

  .ir-stock-table th,
  .ir-stock-table td {
    display: block;
    border: 0;
  }

  .ir-stock-table th {
    border-bottom: 1px dashed #dddddd;
    padding: 10px 10px 10px 15px;
    text-align: left;
    background-color: #ffffff;
  }

  .ir-stock-table td {
    padding: 10px 10px 20px 15px;
  }

  .question .ir-qa_icon,
  .answer .ir-qa_icon {
    font-size: 200%;
    padding: 0 20px 0 0;
  }

  .question-list {
    padding: 10px;
    margin-bottom: 10px;
  }

  .question-list li a {
    padding: 10px 15px;
  }

  .ir-qa_txt {
    font-size: 100%;
    padding: 20px 0 0 0;
    width: 80%;
  }

  .ir-qa {
    padding: 0;
    margin-bottom: 20px;
  }

  .ir-qa label {
    padding: 12px 12px 20px;
    line-height: 1.5;
  }

  .ir-disclaimer_box {
    line-height: 1.8;
    font-size: 100%;
  }

  a.line-height40 {
    line-height: 40px;
  }

  .page-ir .archive_date_nav {
    width: 100%;
  }
}

/* 中期経営計画（ir mid-term_management_plan）
*************************************************** */
.video--frame {
  position: relative;
  width: 60%;
  padding-top: 40%;
  margin: 0 auto 40px;
}

.video--frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .video--frame {
  width: 100%;
  padding-top: 69%;
  }

}

/* 採用情報（revruit）
*************************************************** */
/* -- 採用情報のパンくず -- */
.recruit_breadcrumbs {
  padding: 0 !important;
  background-color: #fafafa !important;
  overflow-x: hidden;
}

.recruit_breadcrumbs a {
  display: inline-block !important;
  padding: 16px 0;
}

.breadcrumbs-links {
  margin-left: 7vw;
}

@media only screen and (max-width: 970px) {
  .breadcrumbs-links {
    margin-left: 3%;
  }
}

.recruit_links {
  margin-right: -6px;
}

.recruit_links li {
  position: relative;
  min-width: 150px;
  text-align: center;
}

.recruit_links li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  transform: skewX(-14deg);
  transition: all 0.2s ease-out;
}

.recruit_links li:hover::before {
  background-color: #f5f5f5;
}

.recruit_links li.active::before {
  background-color: #f3852f;
}

.recruit_links li a {
  position: relative;
  padding: 16px 28px !important;
  font-size: 116%;
}

.recruit_links li.active a {
  color: #fff;
}

.recruit_links li:last-child a {
  padding: 16px 38px 16px 28px !important;
}

/* -- 代表あいさつ -- */
.recruit_message {
  background-image: url(../images/recruit/recruit_message_bgimg.jpg);
  background-position: center bottom;
  background-size: cover;
}

.recruit_message--inner {
  width: 95%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 0 118px;
  background-color: #fff;
  transform: translateY(-128px);
  text-align: center;
}

.recruit_message .inner {
  width: 770px;
}

.recruit_message .section_ttl_m {
  margin-bottom: 38px;
  font-size: 340%;
}

.recruit_message .catch {
  margin-bottom: 48px;
  font-size: 214%;
  font-weight: 500;
  line-height: 1.5;
}

.recruit_message p {
  font-size: 108%;
  line-height: 2.2em;
}

.recruit_message p:last-of-type {
  text-align: right;
}

.page-recruit {
  background-color: #fffffe;
}

.page-recruit .page_ttl:not(.page_ttl-ssm) {
  height: 72vh;
}

.page-recruit .page_ttl:not(.page_ttl-ssm) h2 {
  margin-top: -34px;
}

.page-recruit .page_content .txt .txt--ttl {
  margin-bottom: 45px;
  font-size: 454%;
}

.page-recruit .page_content.left .txt--ttl {
  text-align: left;
  text-indent: 0;
}

.page-recruit .page_content .img {
  position: absolute;
  top: 0;
  transform: translateY(-5.5vh);
}

.page-recruit .page_content .img,
.page-recruit .page_content.back .back-img {
  border-radius: 5px;
}

.page-recruit .page_content.back .back-img {
  bottom: -20vh;
  height: 48vh;
  opacity: 0.3;
}

.page_content--inner {
  position: relative;
  width: 88%;
  max-width: 1170px;
  margin: 0 auto;
}

/* -- カルチャー -- */
#workplace {
  padding-top: 22vh;
  margin-bottom: 23vh;
}

/* -- メンバーインタビュー -- */
#interview {
  padding: 0 0 140px;
}

#interview .section_ttl_m {
  font-size: 334%;
}

.interview_list li {
  width: 366px;
  margin-right: 35px;
  margin-bottom: 48px;
  cursor: pointer;
}

#interview .interview_list li:nth-child(3n) {
  margin-right: 0;
}

.interview_list li .img {
  position: relative;
  width: 366px;
  height: 379px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin: 0 auto;
}

.interview_list li .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 141, 48);
  background: -moz-linear-gradient(left,
      rgba(255, 227, 73, 1) 0%,
      rgba(255, 141, 48, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(255, 227, 73, 1) 0%,
      rgba(255, 141, 48, 1) 100%);
  background: linear-gradient(to right,
      rgba(255, 227, 73, 1) 0%,
      rgba(255, 141, 48, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d30', endColorstr='#ffe349', GradientType=1);
  opacity: 0;
  border-radius: 5px;
  transition: all 0.4s ease-out;
}

.interview_list li:hover .img::before {
  opacity: 0.8;
}

.interview_list li .img .catch {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 127%;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.interview_list li:hover .img .catch {
  opacity: 1;
}

.apply_works .section_ttl_m {
  margin-bottom: 58px;
  font-size: 374%;
}

.apply_works--list li.apply_works--list_item {
  position: relative;
  width: calc(100% / 2 - (48px * 1 / 2));
  margin-bottom: 68px;
  cursor: pointer;
}

.apply_works--list li.apply_works--list_item .inline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.apply_works--list li.apply_works--list_item .img {
  position: relative;
  height: 240px;
  margin-bottom: 14px;
  background-position: center;
  background-size: cover;
}

.apply_works--list li.apply_works--list_item .img::before,
.apply_works--list li.apply_works--list_item .img::after {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.apply_works--list li.apply_works--list_item .img::before {
  content: "募集要項をみる";
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 147%;
  line-height: 204px;
}

.apply_works--list li.apply_works--list_item .img::after {
  content: "\e902";
  bottom: 66px;
  font-family: "icomoon";
  font-size: 227%;
}

.apply_works--list li.apply_works--list_item .txt {
  padding: 0 14px;
}

.apply_works--list li.apply_works--list_item h3 {
  margin-bottom: 8px;
  font-size: 164%;
  text-align: center;
}

.apply_works--list li.apply_works--list_item:hover .img::before,
.apply_works--list li.apply_works--list_item:hover .img::after {
  opacity: 1;
}

.apply_content {
  padding: 60px 60px;
  background-color: #fff;
}

.apply_content h4 {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 214%;
}

.apply_content h4::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  width: 48px;
  height: 3px;
  background-color: #222;
}

.apply_txt {
  padding: 12px;
  border: solid 2px #f3852f;
  color: #f3852f;
}

.page-entry #cboxClose {
  position: absolute;
  top: -25px;
  right: -20px;
  width: 80px;
  height: 80px;
  background-color: #222;
  border-radius: 50%;
}

#apply {
  background-color: #fff;
}

#apply.recruit_common {
  background-image: url(../images/recruit/apply_bgimg.jpg);
  background-position: center;
  background-size: cover;
}

#apply .section_ttl_m {
  position: relative;
  transform: translateY(-110px);
  font-size: 387%;
}

#apply.recruit_common .section_ttl_m {
  margin-bottom: 16px;
  transform: translateY(0);
  font-size: 254%;
}

.recruit_common--inner {
  width: 600px;
  padding: 60px 0 58px;
  background-color: rgba(255, 255, 255, 0.95);
}

.apply_list .table_horizon th,
.apply_list .table_horizon td {
  padding: 28px 58px;
}

.apply_list .table_horizon th {
  width: 200px;
  padding: 28px 18px;
  font-size: 120%;
  text-align: center;
}

.apply_list .table_horizon td {
  border-left-color: #fff;
}

#entry {
  position: relative;
  padding: 80px 0 152px;
}

#entry .section_ttl_m {
  margin-bottom: 42px;
  font-size: 375%;
}

#entry .section_ttl_m .txt-gradation {
  background: rgb(255, 108, 0);
  background: -moz-linear-gradient(-45deg,
      rgba(255, 108, 0, 1) 0%,
      rgba(255, 161, 39, 1) 100%);
  background: -webkit-linear-gradient(-45deg,
      rgba(255, 108, 0, 1) 0%,
      rgba(255, 161, 39, 1) 100%);
  background: linear-gradient(135deg,
      rgba(255, 108, 0, 1) 0%,
      rgba(255, 161, 39, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6c00', endColorstr='#ffa127', GradientType=1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
}

@media all and (-ms-high-contrast: none) {
  #entry .section_ttl_m .txt-gradation {
    background: none;
    color: #ff6c00;
  }
}

#entry .section_ttl_m--sub {
  font-size: 21%;
}

.entry--form {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #fff;
}

.apply_welfare tr {
  border-bottom: 2px solid #fff;
}

.apply_welfare th,
.apply_flow th {
  padding: 18px 0;
}

.apply_welfare td,
.apply_flow td {
  padding: 16px 42px;
}

.apply_welfare th,
.apply_flow th {
  width: 200px;
  background-color: #555;
  font-size: 134%;
  color: #fff;
  font-weight: 500;
}

.apply_welfare td,
.apply_flow td {
  background-color: #f7f7fa;
}

.job-details {
    width: 800px;
    margin: 0 auto 40px;
    background: #ECF0F3;
    padding: 20px;
    box-sizing: border-box;
}

.job-details tr {
    border-top: 1px solid #ddd;
}

.job-details th {
    width: 30%;
    padding: 20px 0;
}

.job-details td {
    padding: 20px 0;
}

/* 採用情報（revruit） SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .recruit_links {
    display: none;
  }

  .page-recruit .page_ttl:not(.page_ttl-ssm) {
    height: 180px;
  }

  .page-recruit .page_ttl:not(.page_ttl-ssm) h2 {
    margin-top: 0;
  }

  .recruit_message--inner {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 58px;
    transform: translateY(0);
  }

  .recruit_message .inner {
    width: 90%;
  }

  .recruit_message .section_ttl_m {
    margin-bottom: 20px;
    font-size: 186%;
  }

  .recruit_message .catch {
    margin-bottom: 18px;
    font-size: 134%;
    line-height: 1.7;
  }

  .recruit_message p {
    font-size: 100%;
    line-height: 1.8em;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .recruit_message p br {
    display: none;
  }

  #workplace {
    padding-top: 0;
    margin-bottom: 56px;
  }

  #workplace .page_content--inner {
    width: 100%;
  }

  #workplace .page_content.back .back-img {
    bottom: -30px;
    height: 270px;
    opacity: 0.2;
  }

  #workplace .page_content .txt {
    width: 90%;
    padding: 260px 5% 0 0;
  }

  #workplace .page_content .txt .txt--ttl {
    margin-bottom: 14px;
    font-size: 314%;
  }

  #workplace .page_content h3.txt--sub_ttl {
    margin-bottom: 18px;
    font-size: 164%;
    line-height: 1.7;
  }

  #workplace .page_content .img,
  #workplace .page_content .img02 {
    top: 0;
    width: 100%;
    height: 280px;
    border-radius: 0;
    transform: translateY(0);
  }

  .interview_list li .img::before,
  .interview_list li:hover .img::before,
  .interview_list li .img .catch {
    display: none;
  }

  #workplace .page_content .txt .btn {
    width: 100%;
  }

  #interview {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 70px;
  }

  #interview .section_ttl_m {
    font-size: 214%;
  }

  .interview_list {
    margin-bottom: 20px;
  }

  .interview_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  }

  .interview_list li a {
    display: flex;
    align-items: center;
  }

  .interview_list li .img {
    width: 80px;
    height: 80px;
    border-radius: 0;
  }

  .interview_list li .txt {
    padding: 0;
    width: 100%;
  }

  #interview .btn {
    width: 100%;
    padding: 14px 0;
    text-align: center;
  }

  #interview .btn::before,
  #interview .btn::after {
    display: none;
  }

  #apply.recruit_common {
    padding: 0;
  }

  #apply.recruit_common .section_ttl_m {
    font-size: 200%;
  }

  .recruit_common--inner {
    width: 100%;
    padding: 80px 5% 80px;
    background-color: rgba(255, 255, 255, 0.8);
  }

  #apply .btn {
    width: 88%;
  }

  #entry {
    padding: 40px 0 80px;
  }

  #entry .section_ttl_m {
    font-size: 214%;
    margin-bottom: 24px;
  }

  #entry .section_ttl_m--sub {
    font-size: 30%;
  }

  .entry--form {
    padding: 4% 0;
  }

  .apply_works .section_ttl_m {
    margin-bottom: 32px;
    font-size: 254%;
  }

  .apply_works--list {
    margin-bottom: 0;
  }

  .apply_works--list li.apply_works--list_item {
    width: 100%;
    margin-bottom: 38px;
  }

  .apply_works--list li.apply_works--list_item .img {
    height: 140px;
    margin-bottom: 14px;
  }

  .apply_works--list li.apply_works--list_item h3 {
    margin-bottom: 8px;
    font-size: 132%;
  }

  .apply_works--list li.apply_works--list_item .txt {
    padding: 0;
  }

  .apply_works--list li.apply_works--list_item p {
    padding: 0 4%;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .apply_works .btn {
    width: 88%;
  }

  .page-entry #apply {
    padding: 74px 0 60px;
  }

  #apply .section_ttl_m {
    transform: translateY(-50px);
    font-size: 264%;
  }

  .apply_list h3 {
    margin-bottom: 36px;
    font-size: 186%;
  }

  .apply_content {
    padding: 70px 5% 100px;
  }

  .apply_content .close {
    position: fixed;
    top: 2%;
    right: 3%;
    width: 50px;
    height: 50px;
    padding: 0 11px;
    border-radius: 50%;
    font-size: 326%;
    line-height: 51px;
  }

  .apply_content h4 {
    margin-bottom: 30px;
    font-size: 165%;
    line-height: 1.6;
  }

  .apply_list .table_horizon th,
  .apply_list .table_horizon td {
    display: block;
    padding: 4px 9px 14px;
    width: 100%;
  }

  .apply_list .table_horizon th {
    width: 100%;
    padding: 13px 14px 0;
    text-align: left;
    border-bottom: none;
  }

  .apply_welfare th,
  .apply_flow th,
  .apply_welfare td,
  .apply_flow td {
    display: block;
    width: 100%;
  }

  .apply_welfare th,
  .apply_flow th {
    padding: 12px 0;
  }

  .apply_welfare td,
  .apply_flow td {
    padding: 16px 22px;
  }

  .page-entry #cboxOverlay {
    background-color: #fff;
  }

  .page-entry #cboxClose {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    padding: 0 0 6px;
    background-color: #222;
    border-radius: 50%;
    font-size: 260%;
    line-height: 1;
  }

  .page-entry #cboxLoadedContent {
    -webkit-overflow-scrolling: touch;
  }

  .job-details {
      width: 100%;
      margin: 0 auto 40px;
      background: #ECF0F3;
      padding: 20px 10px;
      box-sizing: border-box;
  }
}

/* 採用情報 カルチャー（environment）
*************************************************** */
.workstyle {
  padding: 88px 0 0;
}

.workstyle--list {
  margin-bottom: 110px;
}

.workstyle--list li {
  width: calc(100% / 3);
  background-color: #fbfbfb;
}

.workstyle--list li:not(:last-child) {
  border-right: 1px solid #eeece9;
}

.workstyle--list li .img {
  width: 100%;
  height: 330px;
  background-position: center;
  background-size: cover;
}

.workstyle--list li .txt {
  padding: 26px 24px 40px;
}

.workstyle--list li .txt h3 {
  margin-bottom: 8px;
  font-size: 174%;
  text-align: center;
  font-weight: 500;
}

.workstyle--list li .txt p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.workstyle .schedule_wrap {
  background: url(../images/recruit/schedule_wrap_bg.jpg);
  padding: 80px 0 130px;
  background-position: center;
  background-size: cover;
}

.workstyle .schedule {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 60px 80px 72px;
  border-radius: 5px;
}

.workstyle .schedule h3 {
  margin-bottom: 28px;
  text-align: center;
  font-size: 286%;
  color: #f3852f;
}

.workstyle .schedule .time_table {
  position: relative;
  margin-bottom: 40px;
}

.workstyle .schedule .time_table tr {
  background-color: #fff;
  border-bottom: 4px solid rgb(250, 248, 241);
}

.workstyle .schedule .time_table tr:last-of-type {
  border-bottom: none;
}

.workstyle .schedule .time_table th,
.workstyle .schedule .time_table td {
  padding: 18px 8px;
  position: relative;
}

.workstyle .schedule .time_table th {
  width: 208px;
}

.workstyle .schedule .time_table::before,
.workstyle .schedule .time_table th::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #f3852f;
}

.workstyle .schedule .time_table::before {
  top: 28px;
  left: 173px;
  width: 2px;
  height: 90%;
}

.workstyle .schedule .time_table th::before {
  top: 27px;
  right: 30px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

#office_img_slide li {
  position: relative;
  width: calc(100% / 3 - (8px * 2 / 3));
  height: 190px;
  margin-bottom: 8px;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-out;
}

#office_img_slide li:hover {
  opacity: 0.7;
}

#office_img_slide li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.office .btn {
  margin-top: 38px;
}

.page-workstyle #cboxOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: block;
  background-color: rgb(0, 0, 0);
}

.page-workstyle #colorbox {
  top: 20vh !important;
  z-index: 102;
}

.page-workstyle #cboxClose {
  position: absolute;
  top: -60px;
  right: -10px;
  background: transparent;
  border: none;
  float: right;
  cursor: pointer;
  outline: none;
  font-size: 400%;
  color: #fff;
}

.welfare {
  padding: 80px 0 120px;
}

.welfare .img {
  width: calc(100% - 540px);
  height: 440px;
  border-radius: 5px;
  background-position: center;
}

.welfare--list {
  width: 470px;
  padding-top: 24px;
}

.welfare--list li {
  position: relative;
  margin-bottom: 14px;
}

.welfare ul li::before {
  content: "●";
  color: #f3852f;
  margin-right: 8px;
}

/* 採用情報 カルチャー（environment） SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .page-recruit.page-workstyle .page_ttl {
    background-position: center right 32%;
  }

  .workstyle {
    padding: 38px 0 0;
  }

  .workstyle .section_ttl_m {
    font-size: 260%;
  }

  .workstyle--list {
    margin-bottom: 20px;
  }

  .workstyle--list li {
    width: 100%;
    background-color: #fff;
    margin-bottom: 38px;
  }

  .workstyle--list li:not(:last-child) {
    border-right: none;
  }

  .workstyle--list li .img {
    height: 190px;
  }

  .workstyle--list li:nth-child(2) .img,
  .workstyle--list li:nth-child(3) .img {
    background-position: center;
  }

  .workstyle--list li .txt {
    padding: 18px 4% 0;
  }

  .workstyle--list li .txt h3 {
    font-size: 154%;
  }

  .workstyle .schedule_wrap {
    padding: 0;
  }

  .workstyle .schedule {
    width: 100%;
    border-radius: 0;
    padding: 50px 5% 72px;
  }

  .workstyle .schedule h3 {
    font-size: 220%;
  }

  .workstyle .schedule .time_table tr {
    border-bottom: 4px solid rgb(249, 250, 250);
  }

  .workstyle .schedule .time_table th {
    width: 78px;
  }

  .workstyle .schedule .time_table th::before {
    right: 0;
  }

  .workstyle .schedule .time_table::before {
    left: 73px;
  }

  .workstyle .schedule .time_table td {
    padding: 18px 14px;
  }

  .workstyle .btn {
    width: 90%;
  }

  #office_img_slide li {
    width: calc(100% / 2 - (8px * 1 / 2));
    height: 90px;
  }

  .office .bx-controls .bx-prev,
  .office .bx-controls .bx-next {
    top: -128px;
    width: 40px;
    height: 50px;
  }

  .office .bx-controls .bx-prev {
    left: -5%;
    border-radius: 0 50% 50% 0;
  }

  .office .bx-controls .bx-next {
    right: -5%;
    border-radius: 50% 0 0 50%;
  }

  .office .bx-controls .bx-prev::before,
  .office .bx-controls .bx-next::before {
    top: 19px;
    width: 12px;
    height: 12px;
  }

  .office .bx-controls .bx-prev::before {
    left: 18px;
  }

  .office .bx-controls .bx-next::before {
    right: 18px;
  }

  .welfare {
    padding: 60px 0 60px;
  }

  .welfare--list {
    width: 100%;
    padding-top: 0;
  }

  .welfare--list li {
    margin-bottom: 8px;
    text-indent: -1.6em;
    padding-left: 1.5em;
  }

  .welfare .img {
    display: none;
  }
}

/* 採用情報 メンバーインタビュー（interviews）
*************************************************** */
.interview_h3 {
  max-width: 1188px;
  margin: 0 auto 30px;
  width: 95%;
  font-size: 250%;
}

.page-recruit.invisible {
  position: relative;
  pointer-events: none;
}

.page-recruit.invisible::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.page-interview .interview_list {
  width: 95%;
  max-width: 1188px;
  margin: 0 auto;
}

.page-interview .interview_list li {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}

.page-interview .interview_list li.onclick::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
}

.page-interview .interview_list li .inline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.member_content {
  background-color: #fff;
}

.member_content--info {
  margin-bottom: 48px;
}

.member_content--info .thumbnail {
  width: 100%;
  height: 420px;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center left;
}

.member_content--info .name {
  padding: 0 60px;
  font-size: 224%;
  line-height: 1.8;
  margin-bottom: 18px;
}

.member_content--info .name small {
  display: block;
  font-size: 54%;
  font-weight: 500;
}

.member_content--info .catch {
  padding: 0 60px;
  color: #f3852f;
  font-size: 200%;
  line-height: 1.45;
}

.member_content--interview {
  padding: 0 60px;
  margin-bottom: 40px;
}

.member_content--interview:nth-of-type(even) {
  flex-flow: row-reverse;
}

.member_content--interview h5 {
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 16px;
  color: #555;
}

.member_content--interview p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.member_content--interview .txt {
  width: calc(100% - 400px);
}

.member_content--interview .img {
  width: 366px;
  height: 260px;
  margin: 0;
}

.member_content--holiday {
  background-color: #fffcec;
  padding: 50px 60px 60px;
}

.member_content--holiday .txt {
  width: calc(100% - 250px);
}

.member_content--holiday .txt h5 {
  margin-bottom: 16px;
  font-size: 147%;
  color: #f3852f;
}

.member_content--holiday .img {
  width: 200px;
  height: 200px;
  margin: 0;
}

.page-interview #cboxClose,
.page-workstyle #cboxClose {
  position: absolute;
  top: -25px;
  right: -20px;
  width: 80px;
  height: 80px;
  font-size: 0;
  padding: 0;
  background-color: #222;
  border-radius: 50%;
}

.page-interview #cboxClose::before,
.page-interview #cboxClose::after,
.page-workstyle #cboxClose::before,
.page-workstyle #cboxClose::after {
  content: "";
  display: block;
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  height: 4px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.page-interview #cboxClose::before,
.page-workstyle #cboxClose::before {
  transform: rotate(42deg);
}

.page-interview #cboxClose::after,
.page-workstyle #cboxClose::after {
  transform: rotate(-42deg);
}

.interview_list li.onclick .img::before,
.interview_list li.onclick .img .catch {
  opacity: 0.8;
}

/* 採用情報 募集要項
*************************************************** */
.page-web-engineer,
.page-mobile-engineer,
.page-product-manager,
.page-director,
.page-infrastructure-engineer,
.page-engineer-cloud,
.page-programmer-mobile,
.page-engineer-newgrads,
.page-generalist-newgrads,
.page-legal-clerk,
.page-core-database-research,
.page-mid-career,
.page-recruitment-entry
 {
  background-color: #ffffff;
}

.entry-category a {
  display: block;
  width: 100%;
  line-height: 50px;
  box-sizing: border-box;
  padding: 15px 40px 15px 45px;
  font-size: 140%;
  margin-bottom: 10px;
  background-color: #ccc;
  border-radius: 5px;
  color: #ffffff;
}

.entry-category a:hover {
  background-color: #F49347;
}

.entry-category .intern-schedule{
  width: 500px;
  margin: 0 auto;
}

.intern-schedule li {
  font-size: 140%;
  text-indent: -1em;
  padding-left: 1em;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

a.arrow01::before {
  right: 50px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.recruit-content-box h2 {
  font-size: 320%;
  line-height: 50px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.recruit-content-box h3 {
  text-align: center;
  font-size: 300%;
  color: #6C6C6C;
  margin-bottom: 50px;
  font-weight: normal;
}

.title-size-m {
  font-size: 70%;
}

.job-description {
  font-size: 120%;
  margin-bottom: 60px;
}

.job-description table {
  box-sizing: border-box;
  width: 100%;
}

.job-description th {
  padding: 30px 0 24px;
  border-bottom: 4px solid #F3852F;
  color: #F49347;
  width: 30%;
  font-weight: normal;
  font-size: 115%;
}

.job-description td {
  padding: 30px 20px 26px 50px;
  border-bottom: 2px solid #F3852F;
  border-left: 10px solid #ffffff;
}

.biz-form {
  font-size: 120%;
  margin-bottom: 60px;
  color: #ffffff;
}

.biz-form th {
  width: 30%;
  background-color: #555555;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  padding: 20px;
  font-size: 115%;
  font-weight: normal;
}

.biz-form td {
  padding: 30px 20px 40px 50px;
  background-color: #F7F7FA;
  border-bottom: 5px solid #ffffff;
  color: #000000;
}

.link-area {
  width: 100%;
}

.link-area li {
  width: 50%;
}

li.box-left {
  padding-right: 15px;
}

li.box-right {
  padding-left: 15px;
}

.entry_link {
    color: #0075c2;
    text-decoration: underline;
}

/* 採用情報 募集要項 SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .recruit-content-box h2 {
    font-size: 200%;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .recruit-content-box h3 {
    font-size: 170%;
    margin-bottom: 10px;
    line-height: 20px;
  }

  .entry-category a {
    font-size: 85%;
    line-height: 20px;
    padding: 15px 10px;
    background-color: #ff7000;
  }

  .entry-category .intern-schedule{
    width: 100%;
    margin: 0;
  }

  a.arrow01::before {
    right: 15px;
  }

  .job-description,
  .biz-form {
    font-size: 100%;
    margin-bottom: 30px;
  }

  .job-description th,
  .job-description td,
  .biz-form th,
  .biz-form td {
    display: block;
    width: 100%;
    float: left;
  }

  .job-description th {
    padding: 10px 0 0;
    border-bottom: 2px solid;
  }

  .job-description td {
    padding: 15px 0 0;
    border-bottom: 0;
  }

  .biz-form th {
    padding: 5px;
  }

  .biz-form td {
    padding: 0 10px 10px;
  }

  .link-area ul {
    flex-wrap: wrap;
  }

  .link-area li {
    width: 100%;
  }

  li.box-left,
  li.box-right {
    padding: 0;
    margin: 5px 0;
  }

  .box-left a.btn,
  .box-right a.btn {
    float: none;
    width: 100%;
  }
}


/* 採用情報 メンバーインタビュー（interviews） SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .member_content {
    top: 0;
    height: 100%;
    border-radius: 0;
  }

  .member_content.show {
    width: 100%;
    z-index: 105;
  }

  .member_content .close {
    position: fixed;
    top: 2%;
    right: 3%;
    width: 50px;
    height: 50px;
    padding: 0 11px;
    border-radius: 50%;
    font-size: 326%;
    line-height: 51px;
  }

  .member_content--info {
    margin-bottom: 28px;
  }

  .member_content--info .thumbnail {
    height: 190px;
    background-position: center;
  }

  .member_content--info .name {
    padding: 0 5%;
    font-size: 184%;
    line-height: 1.8;
    margin-bottom: 18px;
  }

  .member_content--info .catch {
    padding: 0 5%;
    font-size: 156%;
    line-height: 1.8;
  }

  .member_content--interview {
    padding: 0 5%;
  }

  .member_content--interview:nth-of-type(even) {
    flex-flow: column;
  }

  .member_content--interview h5 {
    text-align: left;
  }

  .member_content--interview .txt {
    width: 100%;
  }

  .member_content--interview .img {
    width: 100%;
    height: 210px;
    margin-top: 18px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .member_content--holiday {
    padding: 40px 5% 100px;
  }

  .member_content--holiday .txt {
    width: 100%;
  }

  .member_content--holiday h5 {
    text-align: center;
  }

  .member_content--holiday p {
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .member_content--holiday .img {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .page-interview .interview_list {
    padding: 0;
  }

  .page-interview .interview_list li {
    width: calc(100% / 2 - (18px * 1 / 2));
    margin-left: 0;
    margin-right: 18px;
    margin-bottom: 18px;
  }

  .page-interview .interview_list li:nth-child(2n) {
    margin-right: 0;
  }

  .page-interview.invisible .interview_list li {
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .page-interview .interview_list li .img {
    width: 100%;
    height: 150px;
  }

  .page-interview #cboxOverlay {
    background-color: #fff;
  }

  .page-interview #cboxClose,
  .page-workstyle #cboxClose {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    padding: 0 0 6px;
    background-color: #222;
    border-radius: 50%;
    line-height: 1;
  }

  .page-workstyle #cboxClose {
    top: -56px;
    right: -10px;
  }

  .page-interview #cboxClose::before,
  .page-interview #cboxClose::after,
  .page-workstyle #cboxClose::before,
  .page-workstyle #cboxClose::after {
    top: 24px;
    height: 2px;
  }

  .page-interview #cboxLoadedContent {
    -webkit-overflow-scrolling: touch;
  }
}

/* 採用情報 募集要項（entry） SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .page-recruit.page-entry .page_ttl {
    background-position: center right 30%;
  }
}

/* プロダクト（product）
*************************************************** */
.page-product .page_ttl {
  background-position: right center;
}

.product_toc {
  padding-top: 40px;
}

.product_toc h2 {
  font-size: 245%;
  font-weight: 500;
  margin-bottom: 18px;
}

.product_toc--list {
  padding-left: 18px;
}

.product_toc--list li:not(:last-child) {
  margin-bottom: 6px;
}

.product_toc--list li a {
  display: block;
  background-color: #fff;
  padding: 12px 18px;
}

.product_toc--list li a::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  border: 4px solid transparent;
  border-left: 8px solid #004a9f;
  font-size: 0;
}

.product_toc--list li a:hover {
  background-color: #e9eeee;
}

.product_toc--list li h3 {
  margin-bottom: 18px;
  padding-left: 12px;
  border-left: 6px solid #004a9f;
  font-size: 170%;
  font-weight: 500;
  line-height: 1.3;
}

.product_toc--list_child {
  padding-left: 18px;
  margin-bottom: 20px;
}

.product_section_wrap {
  padding: 80px 0;
}

.product_section {
  width: 95%;
  max-width: 1090px;
  margin: 0 auto;
}

.product_section--ttl {
  background: rgb(0, 124, 200);
  background: -moz-linear-gradient(bottom,
      rgba(0, 124, 200, 1) 0%,
      rgba(1, 64, 153, 1) 100%);
  background: -webkit-linear-gradient(bottom,
      rgba(0, 124, 200, 1) 0%,
      rgba(1, 64, 153, 1) 100%);
  background: linear-gradient(to top,
      rgba(0, 124, 200, 1) 0%,
      rgba(1, 64, 153, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007cc8', endColorstr='#014099', GradientType=1);
  margin-bottom: 20px;
  padding: 20px 0 20px;
  font-size: 436%;
  color: #fff;
  font-weight: 500;
}

.product_section--ttl span {
  display: block;
  width: 88%;
  margin: 0 auto;
}

.product_section--ttl small {
  display: block;
  font-size: 36%;
  line-height: 2em;
  color: #ddd;
  font-weight: 500;
}

.product_section--in {
  position: relative;
  padding-top: 40px;
  margin-bottom: 68px;
}

.product_list li {
  position: relative;
  width: calc(100% / 3 - (14px * 2 / 3));
  margin-right: 14px;
  background-color: #fff;
  padding: 0 0 110px;
  margin-bottom: 24px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.02);
}

.product_list li:nth-child(3n) {
  margin-right: 0;
}

.product_list li h4 {
  margin-bottom: 14px;
}

.product_list li .txt {
  width: 88%;
  margin: 0 auto;
}

.product_list li .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  width: 80%;
  max-width: 300px;
  padding: 14px 20px 14px 0;
}

.product_list li .btn::before {
  display: none;
}

.product_list li .btn::after {
  top: 49%;
  right: 12%;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-image: url(/wp/wp-content/themes/original_theme/images/common/icon_outlink.png);
  background-color: transparent;
  background-size: cover;
}

.product_list li .btn:hover::after {
  right: 12%;
}

.product_list li table.txt--info {
  margin-bottom: 14px;
}

.product_list li table.txt--info tr {
  border-bottom: 1px solid #ddd;
}

.product_list li table.txt--info th,
.product_list li table.txt--info td {
  vertical-align: middle;
  padding: 12px 0 10px;
}

.product_list li table.txt--info th {
  width: 70px;
}

.product_list li .txt a {
  color: #0d82ca;
  text-decoration: underline;
  display: block;
  font-size: 110%;
  text-indent: 10px;
  padding-bottom: 10px;
}

.page-product .product_list li small {
  display: block;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.product_list li.img-bnr .img {
  height: 200px;
  margin-bottom: 24px;
  background-position: center;
  background-size: cover;
}

.product_list li.img-bnr .txt h4 {
  font-size: 147%;
  text-align: center;
}

#product_other h5 {
  position: relative;
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 240%;
  text-align: center;
}

#product_other h5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 4px;
  background-color: #d8e0e0;
}

#product_other h5 span {
  position: relative;
  background-color: #f1f4f5;
  padding: 0 18px;
}

.pro-mobile-itembox-border-b {
  /*height: 120px;*/
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}

/* プロダクト（product） SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .product_toc {
    padding: 30px 2% 0;
  }

  .product_toc h2 {
    font-size: 185%;
  }

  .product_toc--list {
    padding-left: 0;
  }

  .product_toc--list li h3 {
    font-size: 145%;
  }

  .product_toc--list_child {
    margin-bottom: 14px;
  }

  .product_section_wrap {
    padding: 40px 0 0;
  }

  .product_section {
    width: 85%;
  }

  .product_section--ttl {
    padding: 14px 0;
    margin-bottom: 0;
    font-size: 276%;
    text-align: center;
  }

  .product_section:not(:first-child) .product_section--ttl {
    margin-bottom: 0;
  }

  .product_section--in {
    padding-top: 30px;
    margin-bottom: 28px;
  }

  .product_section--in h3 {
    font-size: 324%;
    transform: translateY(-50px);
  }

  .product_section:first-child .product_section--in::before {
    height: 48px;
  }

  .product_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }

  .product_list li,
  .product_list li.img {
    padding: 0;
  }

  .product_list li .btn {
    position: relative;
    padding: 12px 8% 12px 0;
    margin: 60px auto 0;
  }

  #product_mobile .product_section--in:nth-of-type(2) .product_list li,
  #product_home .product_list li:nth-child(-n + 2),
  #product_business .product_list li:nth-child(-n + 2) {
    width: 100%;
  }

  #product_home .product_list li:nth-child(-n + 2),
  #product_business .product_list li:nth-child(-n + 2) {
    padding: 0 0 32px;
    margin-bottom: 14px;
  }

  .product_list li.img-bnr {
    padding: 0 0 32px;
  }

  .product_list li.img-bnr .btn {
    width: 85%;
  }

  .sp_service_img {
    display: block;
    width: 95%;
    height: 165px;
    margin: -10px auto 44px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }

  .product_section:not(:first-child) .sp_service_img {
    margin: -10px auto 0;
  }

  .pro-mobile-itembox-border-b {
    height: auto;
  }

  #product_other h5 {
    font-size: 150%;
  }
}

@media only screen and (max-width: 320px) {
  .sp_service_img {
    height: 136px;
  }
}


/* SNS一覧 */
.sns--ttl {
  font-size: 170%;
  font-weight: 500;
}

.sns--ttl span {
  display: block;
  margin: 0 auto;
  font-weight: 700;
}

.sns small {
  display: block;
  font-size: 36%;
  line-height: 2em;
  color: #ddd;
  font-weight: 500;
}

/* プライバシーポリシー・個人情報の取り扱い（privacy・privacy_guideline(security)）
*************************************************** */
.box_content {
  padding: 3.5% 5%;
}

.box_content--col {
  margin-bottom: 28px;
}

.box_content--col h3 {
  margin-bottom: 4px;
  font-size: 120%;
  font-weight: 500;
  color: #004099;
}

.box_content--col .box {
  padding: 2% 3%;
}

/* プライバシーポリシー・個人情報の取り扱い（privacy・privacy_guideline(security)） SP
*************************************************** */
.page-privacy_guideline .box_content a {
  text-decoration: underline;
}

.page-privacy_guideline .box_content a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {

  .page-privacy_guideline article.section_pdg,
  .page-privacy article.section_pdg {
    padding: 0;
  }

  .page-privacy_guideline .box_content,
  .page-privacy .box_content {
    width: 100%;
    padding: 8% 5% 12%;
  }

  .page-privacy_guideline .box_content p,
  .page-privacy .box_content p {
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .page-privacy_guideline .box_content--col .box {
    padding: 5%;
  }
}

/* CSR活動
*************************************************** */
.support_capna .section_ttl_m,
.support_filter .section_ttl_m,
.support_staff .section_ttl_m {
  margin-bottom: 32px;
  font-size: 248%;
}

.support_list {
  margin-bottom: 24px;
}

.support_list li {
  width: calc(100% / 5 - (8px * 4 / 5));
  color: #fff;
  text-align: center;
  line-height: 1.6;
}

.support_filter .support_list li {
  width: calc(100% / 2 - (8px * 1 / 2));
}

/*.support_filter .support_list li:nth-child(1) {
  background-color: #a21a42;
}*/

/*.support_filter .support_list li:nth-child(2) {
  background-color: #fd9d24;
}*/

.support_staff .support_list li {
  width: calc(100% / 3 - (8px * 2 / 3));
}

/*.support_staff .support_list li:nth-child(1) {
  background-color: #c51a2d;
}*/

/*.support_staff .support_list li:nth-child(2) {
  background-color: #fd6824;
}*/

/*.support_staff .support_list li:nth-child(3) {
  background-color: #a21a42;
}*/

.support_list li .img {
  width: 188px;
  height: 190px;
  margin: 0 auto;
  background-position: center;
}

.support_table {
  margin-bottom: 8px;
}

.support_table th,
.support_table td {
  padding: 18px 28px;
  height: 160px;
  vertical-align: middle;
}

.support_table th {
  width: 210px;
  background-color: #0d82ca;
  color: #fff;
}

.support_table td {
  background-color: #f1f4f5;
}

.support_table .support_table--table tr:not(:last-child) {
  border-bottom: 6px solid #f1f4f5;
}

.support_table .support_table--table th,
.support_table .support_table--table td {
  height: auto;
  padding: 0;
  padding: 8px 15px;
}

.support_table .support_table--table th {
  background-color: #c1e0f3;
  width: 180px;
  border-radius: 4px;
  font-weight: 500;
  color: #222;
}

.support_table .support_table--table td {
  line-height: 1.5;
}

.mg-r01 {
  margin-right: 50px !important;
}
.mg-l01 {
  margin-left: 50px !important;
}

.mg-r02 {
  margin-right: 0px !important;
}
.mg-l02 {
  margin-left: 0px !important;
}

/* CSR活動 SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .page-csr .box_content {
    padding: 24px 5%;
  }

  .support_capna .section_ttl_m,
  .support_filter .section_ttl_m,
  .support_staff .section_ttl_m {
    margin-bottom: 20px;
    font-size: 184%;
  }

  .support_capna .support_list {
    margin-bottom: 10px;
    justify-content: center;
  }

  .support_capna .support_list li {
    width: calc(100% / 3 - (8px * 2 / 3));
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .support_capna .support_list li:nth-child(3n) {
    margin-right: 0;
  }

  .support_table th,
  .support_table td {
    display: block;
    padding: 18px;
    width: 100%;
    height: auto;
  }

  .support_table .support_table--table th {
    width: 100%;
  }
}

/* DX推進への取り組み
*************************************************** */
.dx-promotion .section_ttl_m {
  margin-bottom: 10px;
  font-size: 248%;
}

.dx-promotion-img {
  float: left;
  width: 250px;
  padding-right: 20px;
}

.dx-promotion-img span {
  display: block;
  padding-top: 10px;
}

.dx-promotion-box {
  margin-bottom: 5em;
  clear: both;
}

/* DX推進への取り組み SP
*************************************************** */
@media only screen and (max-width: 767px) {

  .dx-promotion .section_ttl_m {
    margin-bottom: 20px;
    font-size: 184%;
  }

  .dx-promotion-img {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

/* sitemap
*************************************************** */
.sitemap--list-page.sitemap--list>li {
  margin-top: 24px;
  margin-bottom: 16px;
}

.sitemap--list-posts.sitemap--list .sitemap--item-ttl:not(:first-child) {
  margin-top: 10px;
}

.sitemap--list li a {
  display: block;
  text-decoration: none;
}

.sitemap--list li a:hover {
  color: #4267b2;
  text-decoration: underline;
}

.sitemap--item-ttl {
  font-weight: bold;
}

.sitemap--item:not(.sitemap--item-ttl) {
  font-size: 100%;
}

/* --- category --- */
.sitemap--list li.sitemap--item-child.sitemap--item-page {
  padding-left: 24px;
  margin-top: 0;
  margin-bottom: 16px;
}

.sitemap--list li.sitemap--item-taxonomy ul {
  letter-spacing: -0.4em;
}

.sitemap--list li.sitemap--item-taxonomy ul li {
  display: inline-block;
  padding: 0;
  margin-right: 8px;
  letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
  .sitemap--lists {
    display: block;
  }

  .sitemap--list {
    width: 100%;
  }

  .sitemap--list-posts.sitemap--list>.sitemap--item-child {
    margin-bottom: 8px;
  }
}

/* ##############################################################################

    ARCHIVE

############################################################################## */

/* main_column
**************************************** */
.main_column {
  float: left;
  width: calc(100% - 280px);
}

.archive_cat_nav {
  /*width: calc(100% - 212px);*/
  width:100%;
}

.page-ir .archive_cat_nav {
  width: calc(100% - 0px);
}

.archive_cat_nav li {
  width: calc(100% / 5 - (4px * 3 / 4));
}

.archive_cat_nav li a {
  display: block;
  background-color: #eee;
  padding: 15px 0;
  text-align: center;
  font-weight: 600;
}

.page-ir .archive_cat_nav li a {
  padding: 15px 0;
  font-weight: normal;
}

.archive_cat_nav li a:hover {
  background-color: #ddd;
}

.archive_cat_nav li a.active:hover,
.archive_cat_nav li a.active {
  background-color: #004a9f;
  color: #fff;
}

.date-inner {
  width: 1150px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .date-inner {
    width: 100%;
  }
}
.archive_date_nav {
  position: relative;
  width: 122px;
  margin: 0 0 50px auto;
  float: none;
}

.archive_date_nav::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.archive_date_nav::after {
  display: block;
  top: -6px;
  right: 13px;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #004a9f;
  border-bottom: 1px solid #004a9f;
  transform: rotate(45deg);
}

.archive_date_nav #select_item {
  width: 115px;
  height: 40px;
  background-color: #fff;
  padding-left: 18px;
  border-bottom: 2px solid #004a9f;
  cursor: pointer;
  line-height: 40px;
  color: #004a9f;
  font-size: 108%;
}

.news_contents .archive_date_nav #select_item {
  padding: 5px 20px;
  border: 1px solid #dddddd;
}

.archive_date_nav .select_list {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  border: 1px solid #c5c5c5;
}

.archive_date_nav .select_list li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.archive_date_nav .select_list li.selected,
.archive_date_nav .select_list li a {
  display: block;
  padding: 4px 10px;
  background-color: #fff;
}

.archive_date_nav .select_list li a:hover {
  background-color: #f8f8f8;
}

.archive_date_nav .select_list li.selected {
  display: none;
}

.archive_post_list .post {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e9eeee;
}

.archive_post_list .post .date {
  margin-right: 24px;
  font-weight: 600;
  color: #999;
}

.archive_post_list .post .news_cat {
  margin-right: 24px;
  width: 130px;
  padding: 1px 0 0;
  text-align: center;
  font-size: 87%;
}

.archive_post_list .post .news_cat.info {
  color: #0075c2;
  border: 1px solid #0075c2;
}

.archive_post_list .post .news_cat.release {
  color: #009a9f;
  border: 1px solid #009a9f;
}

.archive_post_list .post .news_cat.media {
  color: #ec4200;
  border: 1px solid #ec4200;
}

.archive_post_list .post .news_cat.report {
  color: #ec7c00;
  border: 1px solid #ec7c00;
}

.archive_post_list .post h3 {
  width: calc(100% - 280px);
  font-weight: 500;
}

.archive_post_list .post h3 a {
  display: block;
}

.archive_post_list .post h3 a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .main_column {
    width: 100%;
    float: none;
  }
}

/* main_column SP
**************************************** */
@media only screen and (max-width: 767px) {
  .main_column {
    width: 100%;
    float: none;
  }

  .page-ir .archive_cat_nav,
  .archive_cat_nav {
    width: 100%;
    margin-bottom: 12px;
  }

  .archive_cat_nav li {
    width: calc(100% / 2 - (4px * 1 / 2));
    margin-bottom: 4px;
  }

  .archive_cat_nav li a {
    padding: 12px 0;
  }

  .archive_date_nav,
  .archive_date_nav #select_item {
    width: 100%;
  }

  .archive_post_list .post h3 {
    width: 100%;
    margin-top: 14px;
  }

  .archive_post_list .post {
    margin-bottom: 20px;
    padding: 0 14px 26px;
    border-bottom: 1px solid #e9eeee;
  }

  .archive_post_list .post .date {
    margin-right: 14px;
  }

  .archive_post_list .post .news_cat {
    margin-right: 0;
    padding: 0;
  }

  .archive_post_list .post h3 {
    width: 100%;
    margin-top: 14px;
  }
}

/* ##############################################################################

    SINGLE

############################################################################## */

.post_ttl {
  border-bottom: 2px solid #004099;
  padding-bottom: 18px;
  margin-bottom: 24px;
  font-size: 214%;
  font-weight: 500;
}

.post_detail--info {
  margin-bottom: 32px;
}

.post_detail--info ul li:first-child {
  margin-top: -5px;
  margin-right: 8px;
}

.post_detail .date {
  color: #909090;
  font-weight: 600;
}

.post_detail .eyecatch {
  margin-bottom: 38px;
  text-align: center;
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi a,
.wp-pagenavi .current {
  position: relative;
  max-width: 42%;
  display: inline-block;
  vertical-align: top;
  background-color: #eee;
  line-height: 1.4;
  padding: 8px 16px;
  margin: 2px;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  display: none;
}

.wp-pagenavi a:hover {
  background-color: #ddd;
}

.wp-pagenavi .current {
  background-color: #004a9f;
  color: #fff;
}

.wp-pagenavi .pages {
  margin-right: 8px;
}

/* SINGLE SP
**************************************** */
@media only screen and (max-width: 767px) {
  .single-news article.section_pdg {
    padding: 0;
  }

  .single-news .box_content {
    width: 100%;
    padding: 8% 5% 14%;
  }

  .post_ttl {
    font-size: 129%;
  }

  .wp-pagenavi {
    margin-bottom: 40px;
  }
}

/* ##############################################################################

    フォーム form

############################################################################## */
.form table {
  font-size: 108%;
  border-top: 1px solid #eee;
}

.form table tr {
  border-bottom: 1px solid #eee;
}

.form table th,
.form table td {
  padding: 20px 0;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}

.form table th {
  width: 230px;
}

.form table th span {
  background-color: #fb3e3e;
  padding: 4px 6px;
  border-radius: 2px;
  margin-left: 15px;
  color: #fff;
  font-size: 74%;
  vertical-align: middle;
}

.form table td input[type="text"],
.form table td input[type="tel"],
.form table td input[type="email"] {
  height: 57px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 100%;
}

.form table td textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 108%;
}

.form table td #entry-work {
  height: 57px;
  width: 100%;
  font-size: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
}

.form p {
  text-align: center;
}

.form span.wpcf7-list-item {
  margin-left: 0;
}

.form .help_text {
  margin-top: 0.5em;
  line-height: 1.5;
  font-size: 93%;
  text-align: left;
}

.form--heading {
  margin-top: 1.5em;
  margin-bottom: 3em;
  line-height: 1.6;
}

.form .help_text a,
.form--heading a {
  text-decoration: underline;
  color: #0075c2;
}

.form--tobilaphone .btn {
  max-width: 358px;
  width: 90%;
}

.form--tobilaphone .btn::before {
  width: 11%;
  right: 10%;
}

.form--tobilaphone .btn::after {
  right: 20%;
}

.form--tobilaphone .btn:hover::after {
  right: 9%;
}

.contact-type .wpcf7-list-item,
.entry-type .wpcf7-list-item,
.entry-work .wpcf7-list-item,
.entry-content .wpcf7-list-item {
  display: block;
  margin: 0;
}

input[type="submit"].wpcf7-confirm {
  cursor: pointer;
  display: block;
  border: none;
  width: 280px;
  padding: 14px 0 12px;
  margin: 20px auto 0;
  background-color: #004099;
  border-radius: 40px;
  font-size: 114%;
  color: #fff;
  transition: all 0.2s ease-out;
  outline: none;
}

input[type="submit"].wpcf7-submit,
input[type="button"].wpcf7-back {
  cursor: pointer;
  display: inline-block;
  border: none;
  width: 250px;
  padding: 14px 0 12px;
  margin: 20px auto 0;
  background-color: #004099;
  border-radius: 40px;
  font-size: 114%;
  color: #fff;
  transition: all 0.2s ease-out;
  outline: none;
}

input[type="submit"].wpcf7-form-control:hover {
  background-color: #0056b9;
}

input[type="button"].wpcf7-back {
  margin-right: 14px;
  background-color: #ccc;
}

.form table td .wpcf7c-conf {
  background-color: #fff;
  border: none !important;
}

.wpcf7-list-item label input[type="checkbox"].wpcf7c-conf:not(:checked),
.wpcf7-list-item label input[type="checkbox"].wpcf7c-conf:not(:checked)+.wpcf7-list-item-label {
  display: none;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background-color: #fdd4d4;
  border: none !important;
  padding: 20px 8px !important;
  margin: 0 0 20px !important;
  text-align: center;
}

/* フォーム form SP
**************************************** */
@media only screen and (max-width: 767px) {

  .form table th,
  .form table td {
    display: block;
  }

  .form table th {
    width: 100%;
    padding: 16px 0 0;
  }

  input[type="submit"].wpcf7-confirm {
    width: 100%;
  }

  .form .form--heading {
    text-align: left;
  }

  .form--tobilaphone .btn {
    padding: 14px 0;
  }

  .form--tobilaphone .btn::before,
  .form--tobilaphone .btn::after {
    display: none;
  }

  .form table td input[type="text"],
  .form table td input[type="tel"],
  .form table td input[type="email"] {
    font-size: 16px;
  }
}

/* ##############################################################################

    サンクスページ

############################################################################## */

.page-thanks-entry {
  background-color: #e9eeee;
}

/* 採用情報 募集要項（entry） SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .page-thanks-entry .page_ttl {
    background-position: center right 30%;
  }

  .page-thanks article.section_pdg,
  .page-thanks-entry article.section_pdg {
    padding: 0;
  }

  .page-thanks article .inner,
  .page-thanks-entry article .inner {
    width: 100%;
  }

  .page-thanks article .box_content,
  .page-thanks-entry article .box_content {
    padding: 24px 5%;
  }
}

/* 中途採用
*************************************************** */
.mid-career-process{
  width: 800px;
  margin: 0 auto;
  font-size: 140%;
}
.mid-career-process .p1 {
  padding:5px 1em;
  background: #eee;
}
.mid-career-process .p2 {
  padding:5px 2em;
}

@media only screen and (max-width: 767px) {
  .mid-career-process{
    width: 100%;
  }
}

/* sustainability
*************************************************** */
.page-sustainability h4 {
  font-size: 120%;
}

.sust_linkbox {
  display: flex;
  justify-content: space-evenly;
}

.sust_link {
  width: 30%;
  text-align: center;
}

.sust_link a {
  color: #fff;
  display: block;
  padding: 10px 0;
  background: #004a9f;
  border-radius: 32px;
  line-height: 1.5;
  margin: 0 auto;
}

.sust_link a:hover {
  background-color: #0d82ca;
  color: #fff;
}

.sust_link .btn {
  width: 100%;
}

.sdgs-h5{
  border-left: 5px solid #014099;
  padding-left: 10px;
  line-height: 1.2rem;
  margin-bottom: 20px;
}
.sdgs-icon {
  margin: 0 0 30px 50px;
}

.sdgs-icon img {
  width: 125px;
  padding: 0 10px;
  box-sizing: content-box;
}

@media only screen and (max-width: 767px) {
  .sdgs-icon {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
  }
  .sdgs-icon img {
    width: 25%;
    padding: 5px;
    box-sizing: border-box;
  }

}


/* Environment（環境）
*************************************************** */
.environment_data table {
  width: 100%;
}

.environment_data th, .environment_data td {
  border: 1px solid #ccc;
  padding: 8px 16px;
  vertical-align: middle;
}

.environment_data th {
  background: #eee;
}

.environment_data ol {
  list-style: decimal;
  margin-left: 1.5em;
}

.environment_data ol li {
  margin-bottom: 1em;
}

.environment_data ul {
  list-style-type: disc;
  list-style-position: inside;
}

.environment_data li > img {
  display: block;
  margin: 0 auto;
}

/* Environment（環境）SP
*************************************************** */
@media only screen and (max-width: 767px) {
  .environment_data table {
  width: 100%;
}

  .sust_linkbox {
  display: block;
}

.sust_link {
  width: 100%;
  margin-bottom: 10px;
}
}

/* externaltransmission（外部送信情報の取り扱いについて）
*************************************************** */
.externaltransmission-list {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  height: 500px;
}

.externaltransmission-list th {
  border: 1px solid #ccc;
  text-align: left;
  padding: 5px;
  background-color: #ddd;
  width: 100%;
  font-weight: inherit;
  position: sticky;
  top: 0;
  left: 0;
}

.externaltransmission-list td {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  white-space: nowrap;
}

.externaltransmission-list tr:nth-of-type(2n) td{
    background: #eee;
}

/*tr:first-child th:first-child{
    z-index: 1;
}

.externaltransmission-list td,
.externaltransmission-list th{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.externaltransmission-list tr:first-child th{
    border-top: 1px solid #ccc;
}
.externaltransmission-list th:first-child{
    border-left: 1px solid #ccc;
}*/



.table {
  border-collapse: collapse;
}

.table__header {
  color: #fff; /* 文字色は任意のものに変更してください */
  font-weight: 700;
  background: #1492AF; /* 背景色は任意のものに変更してください */
}

.scroll-hint {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.scroll-hint--show {
  display: block;
}

@media only screen and (max-width: 767px) {
  .externaltransmission-list {
    height: 400px;
  }

  /*.externaltransmission-list thead, .externaltransmission-list tbody {
    display: block;
  }*/

  .externaltransmission-list tbody {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 300px;
  }
}

/* 取得特許一覧
*************************************************** */
.patent-list th {
  background: #004099;
  padding: 5px;
  border: 1px solid #ddd;
  color: #fff;
  text-align: left;
}
.patent-list td {
  border: 1px solid #ddd;
  padding: 5px;
  vertical-align: middle;
}
.patent-list_no {
  width: 180px;
}
.patent-list_day {
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .patent-box {
    overflow-x: scroll;
  }
  .patent-list {
    width: 100%;
    white-space: nowrap;
  }
}


/* forinvestors系ページ
*************************************************** */
.fiv-submenu {
  width: 900px;
  margin: 0 auto 100px;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
.fiv-submenu div {
  width: 100%;
  text-align: center;
  border-right: 1px solid #eee;
}
.fiv-submenu div:last-child{
  border: 0;
}
.fiv-submenu a {
  display: block;
  color: #333;
  padding: 15Px 0;
}
.fiv-submenu a:hover {
  background: #1D7FB7;
  color: #fff;
}
.fiv-submenu .current-col {
  background: #1D7FB7;
  color: #fff;
}
.fiv-submenu .current-col-02 {
  background: #1D7FB7;
  color: #fff;
}

.btn_stop {
  width: 1250px;
  margin: 0 auto;
  word-break: break-word;
}
.fixed_btn {
  width: 300px;
  position: sticky;
  top: 200px;
  z-index: 50;
  color: #ccc;
}
.fixed_btn a {
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: solid 1px #ccc;
  color: inherit;
  width: 100%;
  display: list-item;
  list-style: disclosure-closed inside;
}
.fixed_btn a:hover {
  background: #1D7FB7;
  color: #fff;
}
.sec01 li:nth-child(1),
.sec02 li:nth-child(2),
.sec03 li:nth-child(3),
.sec04 li:nth-child(4),
.sec05 li:nth-child(5),
.sec06 li:nth-child(6) {
  color: #004099;
}
.top-adjust {
  margin-top: -250px !important;
}
.fiv-index {
  width: 1080px;
  margin: 0 auto 150px;
  padding: 10px 20px 30px;
}
.fiv-index:nth-child(2n-1) {
  background-color: #f5f5fc;
}
.fiv-index:nth-child(2n) {
  background-color: #fafafa;
}
.fiv-index h3 {
  width: 100%;
  font-size: 220%;
  color: #004099;
  font-weight: bold;
  margin: 10px 0 15px auto;
}
.fiv-index h4 {
  font-size: 120%;
  font-weight: bold;
}
.fiv-index .cont-01,
.fiv-index .cont-06 {
  width: 100%;
  margin-left: auto;
  display: flex;
  font-size: 110%;
}
.fiv-index .cont-02,
.fiv-index .cont-03,
.fiv-index .cont-04 {
  width: 100%;
  margin-left: auto;
  font-size: 110%;
}
.fiv-index .cont-05 {
  width: 100%;
  margin-left: auto;
  font-size: 110%;
  padding: -3px -8px -5px -8px;
}

.cont-01 p {
  width: 50%;
}
.cont-01 img {
  width: 50%;
  height: 50%;
}

.cont-02 .Philosophy-color {
  color: #1D7FB7;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.cont-03 .ceo-image {
  display: flex;
  width: 500px;
  margin: 0 auto 30px;
}
.cont-03 .ceo-image img {
  width: 40%;
}
.cont-03 .ceo-image p {
  width: 60%;
  text-align: left;
  padding-left: 20px;
}
.sub-title-01{
    font-size: 140%;
}
.sub-title-02{
    color: #1D7FB7;
    font-weight: bold;
}
.sec04-dot {
  color: #1D7FB7;
  padding-right: 0.5em;
}
.signature-txt .name-txt {
  display: block;
  font-size: 140%;
  margin: 100px 0 6px;
}
.signature-txt .name-txt::after {
  position: absolute;
  content: "";
  background: #ff8c00 ;
  width: 40px;
  height: 5px;
  transform: translateX(-395%);
  margin-top: 37px;
}
.cont-04 a{
  color: #004099;
  border-bottom: solid 1px #ccc;
}
.cont-05 table {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
}
.cont-05 td {
  border-bottom: 1px solid #aaa;
  padding: 3px 8px 5px 8px;
  vertical-align: middle;
}
.t-title {
  font-weight: bold;
  color: #004099;
}

.font-bold{
  font-weight: bold;
}
.report-box{
  width: 50%;
}
.report-box img {
  display: block;
  width: 95%;
  margin: 0 auto;
  border: 5px solid #ccc;
}
.report-box img:hover {
  border: 5px solid #1D7FB7;
}

@media only screen and (max-width: 767px){
  .top-adjust {
    margin-top: 0 !important;
  }
  .fiv-submenu {
    width: 100%;
    margin: 4px auto 30px;
    font-size: 90%;
    word-break: break-word;
  }
  .fiv-submenu .current-col-02 {
    line-height: 3.6;
  }
  .fixed_btn {
    display: none;
  }
  .btn_stop {
    width: 100%;
  }
  .fiv-index {
    width: 90%;
    padding: 20px 40px;
    margin: 0 auto 70px;
  }
  .fiv-index h3 {
    line-height: 1.3;
  }
  .fiv-index .cont-01{
    flex-direction: column-reverse;
    width: 100%;
  }
  .cont-01 p {
    width: 100%;
  }
  .cont-01 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .fiv-index .cont-03{
    flex-direction: column-reverse;
    width: 100%;
  }
  .cont-03 .ceo-image {
    display: block;
    width: 100%;
    border-bottom: 3px solid #ccc;
    padding-bottom: 10px;
  }
  .cont-03 p {
    width: 100%;
  }
  .cont-03 .ceo-image img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .cont-03 .ceo-image p {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .signature-txt .name-txt {
    display: block;
    font-size: 140%;
    margin: 20px 0 0;
    margin-bottom: 10px;
  }
  .signature-txt .name-txt::after {
    transform: translateX(-375%);
    margin-top: 37px;
  }

  .fiv-index .cont-02,
  .fiv-index .cont-04 {
    width: 100%;
    display: block;
  }
  .fiv-index .cont-05 {
    width: 100%;
    display: block;
    overflow-x: scroll;
  }
  .fiv-index .cont-05 table {
    width: 100%;
    white-space: nowrap;
  }
  .fiv-index .cont-06{
    flex-direction: column-reverse;
    width: 100%;
  }
  .report-box {
    width: 100%;
  }
  .cont-06 p {
    width: 100%;
  }
  .cont-06 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .fiv-index h3 {
    width: 100%;
  }
}


.inquiry-mail {
  width: 450px;
  background:#1D7FB7;
  margin:40px auto;
  border-radius:20px;
  text-align: center;
}
.inquiry-mail > a {
  display: block;
  width: 100%;
  padding:20px;
  color: #fff;
  font-weight: bold;
  font-size: 150%;
}
.inquiry-privacy-policy>h4 {
  margin-bottom: 4px;
  font-size: 120%;
  font-weight: 500;
  color: #004099;
}
@media only screen and (max-width: 767px){
  .inquiry-mail{
    width: 100%;
    font-size: 120%;
  }
  .inquiry-mail > a{
    font-size: 100%;
  }
}

.shareholders-mobile {
  display: flex;
}
.shareholders-mobile-img {
  width: 20%;
  margin-right: 50px;
}
.shareholders-mobile-text {
  width: 80%;
}

@media only screen and (max-width: 767px){
  .shareholders-mobile {
  display: block;
}
.shareholders-mobile-img {
  width: 100%;
  margin: 0;
  padding: 50px;
}
.shareholders-mobile-text {
  width: 100%;
}
}
