  @charset "UTF-8";
/* =======================================

  ContentsElements

======================================= */

/*-----------------------------------------
  main
-----------------------------------------*/
main {
  margin: 170px 0 70px;
}

@media only screen and (max-width: 767px) {
  main {
    margin: 0 0 50px;
  }
}

.space {
  display: inline-block;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}

.bg_g {
  background: #e1e1e1;
}
.bg_lg {
  background: #f0f0f0
}
.bg_yg {
  background: #f7f7f0;
}
.bg_b {
  background: #000;
}
.bg_blue {
  background: #E5EEF6;
}
.bg_emerald.br_area {
  background: #ddf4f5;
  padding: 40px;
}

.lang_en .display_ja {display: none !important;}
.lang_ja .display_en {display: none !important;}


@media only screen and (max-width: 767px) {
  .bg_emerald.br_area {
  padding: 28px 16px;
  }
}

/*-----------------------------------------
  title
-----------------------------------------*/
h1,
.pg_lower_title.on_text .on_title {
  font-size: 1.6rem;
  text-align: center;
}
h1 > .en,
.pg_lower_title.on_text .on_title > .en {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.pg_lower_title h1 > .en {
  margin: 0;
}
.pg_lower_title.nega .en {
  color: #ffffff;
}
h2.sec_head,
h3.sec_head {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 50px;
  position: relative;
}
h2.sec_head > .space,
h3.sec_head > .space {
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}
h2.sec_head::after,
h3.sec_head::after {
  content: "";
  display: block;
  width: 21px;
  height: 5px;
  background: #005eae;
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
h2.sec_head.title_employ::after,
h3.sec_head.title_employ::after {
  background: #32b16c;
}
h2.sec_head.title_emerald::after,
h3.sec_head.title_emerald::after {
  background: #28ADB4;
}
h2.sec_border {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.857;
  padding: 18px 0;
  margin: 0 0 50px;
  border: 1px solid #000;
  border-width: 1px 0;
}
h2.sec_border.big {
  font-size: 4.6rem;
  padding: 16px 0 18px;
  line-height: 1;
}
h2.sec_border.big span {
  font-size: 3.2rem;
}
h2.sec_border.bg_g {
  background-color: #eee;
}
h2.title_history {
  font-family: 'Open Sans', sans-serif;
  font-size: 8.1rem;
  font-weight: 700;
  line-height: 1.7;
}
h2.title_history > small {
  font-size: 2.4rem;
  font-weight: 400;
}

/* search */
h2.title_search {
  display: table;
  margin: 0 auto 50px;
  color: #005eae;
  padding: 0 0 0 53px;
  position: relative;
}
h2.title_search::before {
  content: "\e904";
  font-family: 'tekken';
  display: block;
  font-weight: normal;
  font-size: 4.0rem;
  color: #005eae;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
h2.title_search > .en {
  color: #005eae;
  line-height: 1.0;
  margin: 0;
}
h3 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.42;
  margin: 0 0 25px;
}
h3.deco_square {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 8px;
}
h3.deco_square::before {
  content: "■";
  display: inline-block;
  color: #005eae;
  margin-right: 6px;
}
h3.deco_border {
  font-size: 1.8rem;
  font-weight: 700;
}
h3.deco_border::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
}
h3.deco_border > span {
  display: inline-block;
  padding: 3px 15px;
  border-bottom: 6px solid #005eae;
}
h3.title_project {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 45px;
}
h3.sec_head_border {
  margin: 0 0 50px;
  padding: 0 0 10px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
  border-bottom: 5px solid #005eae;
}
h4 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
.f_b {
  font-weight: bold;
}
dl {
  margin: 0 0 40px;
}
dl dt {
  margin: 0 0 20px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
}
dl dd {
  font-size: 1.6rem;
  line-height: 1.875;
}


@media only screen and (max-width: 767px) {
  h1,
  .pg_lower_title.on_text .on_title {
    margin: 0 0 30px;
  }
  h1 > .en,
  .pg_lower_title.on_text .on_title > .en {
    font-size: 2.5rem;
    line-height: 1.44;
  }
  h2.sec_head,
  h3.sec_head {
    font-size: 1.8rem;
     margin: 0 0 40px;
  }
  h2.sec_border {
    font-size: 1.8rem;
    padding: 12px 0;
    margin: 0;
  }
  h2.title_history {
    font-size: 4.4rem;
    margin: 0;
  }
  h2.title_history > small {
    font-size: 1.3rem;
  }
  h2.title_history + p {
    margin: 0 0 22px;
    line-height: 1.7;
  }
  h2.title_search {
    margin: 0 auto 30px;
  }
  h3 {
    font-size: 1.6rem;
  }
  h3.deco_square {
    font-size: 1.4rem;
    margin: 0 0 12px;
  }
  h3.deco_border {
    font-size: 1.4rem;
  }
  h3.deco_border > span {
    padding: 3px 12px;
  }
  h3.title_project {
    font-size: 1.8rem;
    margin: 0 0 23px;
  }
  h3.sec_head_border {
    margin: 0 0 20px;
    font-size: 1.6rem;
    text-align: left;
  }
  h4 {
    font-size: 1.6rem;
  }
}

/*-----------------------------------------
  pg_title
-----------------------------------------*/
.pg_title {
  margin: 0 0 30px;
  /*padding: 74px 0;*/
  width: 100%;
  height: 405px;
  padding-top: 29.63%;
  position: relative;
}
.pg_title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto;
  width: 256px;
  height: 256px;
  background: rgba(255, 255, 255, 0.77);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pg_title h1 > .en {
  display: block;
  margin: 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 3.0rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.pg_title.info {
  background: url(/info/img/info_bg_pc.jpg) center center no-repeat;
  background-size: cover;
}
.pg_title.works {
  background: url(/works/img/works_bg_pc.jpg) center center no-repeat;
  background-size: cover;
}
.pg_title.employ {
  background: url(/employ/img/employ_bg_pc.jpg) center center no-repeat;
  background-size: cover;
}
.pg_title.business {
  background: url(/business/img/business_bg_pc.jpg) center center no-repeat;
  background-size: cover;
}
.pg_title.tech {
  background: url(/tech/img/tech_bg_pc.jpg) center center no-repeat;
  background-size: cover;
}
.pg_title.sustainability {
  background: url(/sustainability/img/sustainability_bg_pc.jpg) center center no-repeat;
  background-size: cover;
}
.pg_title.ir {
  background: url(/ir/img/ir_bg_pc.jpg) center center no-repeat;
  background-size: cover;
}
.pg_title.dx {
  background: url(/img/dx/dx_bg_pc.jpg) center center no-repeat;
  background-size: cover;
}

.pg_title.ir h1 > .en {
  line-height: 1;
  letter-spacing: -0.02em;
}

.pg_title.dx h1 > .en {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 767px) {
  .pg_title {
    margin: 0 0 24px;
    /*min-height: 400px;
    height: calc(100vh - 105px);*/
    width: 100%;
    padding-top: 133.3%;
    position: relative;
  }
  .pg_title h1 {
    font-size: 1.4rem;
    line-height: 1.4;
    /*width: 191px;
    height: 191px;*/
    width: 50%; /* heightはjs制御  */
    min-width: 191px;
    min-height: 191px;
  }
  .pg_title h1 > .en {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .pg_title.info {
    background: url(/info/img/info_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .pg_title.works {
    background: url(/works/img/works_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .pg_title.employ {
    background: url(/employ/img/employ_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .pg_title.business {
    background: url(/business/img/business_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .pg_title.tech {
    background: url(/tech/img/tech_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .pg_title.ir {
    background: url(/ir/img/ir_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .pg_title.dx {
    background: url(/img/dx/dx_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .pg_title.dx h1 > .en {
    font-size: 1.9rem;
  }
}

/* .pg_middle_title  */
.pg_middle_title {
  margin: 0 0 20px;
  width: 100%;
}
.pg_middle_title h1 {
  margin: 0;
}
.pg_middle_title.tekkenplus {
  background-color: #E5EEF6;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .pg_middle_title.tekkenplus h1 img {
    height: 128px;
  }
}

/* .pg_lower_title  */
.pg_lower_title {
  margin: 0 0 80px;
  width: 100%;
}
.pg_lower_title h1,
.pg_lower_title.on_text .on_title {
  margin: 0;
  padding: 19px 0 0;
}
.pg_lower_title h1 > .img_wrap,
.pg_lower_title.on_text .on_title > .img_wrap {
  display: block;
  margin: 25px 0 0;
}
.pg_lower_title.office h1 > .img_wrap {
  background: #f0f0f0;
}
.pg_lower_title.group h1 > .img_wrap {
  background: #005eae;
}
.pg_lower_title.job_intro h1 > .img_wrap {
  border: 1px solid #ccc;
  border-width: 1px 0;
}
.pg_lower_title.movie h1 {
  color: #fff;
}
/* on_text */
.pg_lower_title.on_text {
  margin: 0 0 8px;
  padding: 22px 0 0;
}
.pg_lower_title.on_text .on_title {
  padding: 0;
  position: relative;
}
.pg_lower_title.on_text.title_white .on_title {
  color: #fff;
}
.pg_lower_title.on_text .on_title > .en {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .pg_lower_title {
    margin: 0 0 24px;
  }
  .pg_lower_title h1 {
    padding: 12px 0 0;
  }
  .pg_lower_title h1 > .img_wrap,
  .pg_lower_title.on_text .on_title > .img_wrap {
    margin: 10px 0 0;
  }
  .pg_lower_title.job_intro h1 > .img_wrap {
    border: none;
  }
  .pg_lower_title.on_text {
    margin: 0 0 28px;
    padding: 0;
  }
  .pg_lower_title.on_text .on_title > .en {
    font-size: 1.8rem;
  }
}

/*-----------------------------------------
  text highlight(red)
-----------------------------------------*/

p span.txt_highlight {
  color: #ea0000;
}

/*-----------------------------------------
  text highlight(blue)
-----------------------------------------*/

p span.txt_highlight_blue {
  color: #1c6dbe;
  font-weight: 700;
  display: block;
  padding-top: 16px;
}

/*-----------------------------------------
  text highlight(line)
-----------------------------------------*/
p.highlight_line {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  margin-top: 20px;
}
p.highlight_line span::after {
  content: '';
  display: block;
  margin: 0 auto;
  max-width: 700px;
  height: 15px;
  background-color: #FF6;
}
p.highlight_line br.pc {
  display: none;
}

/*-----------------------------------------
  text link(pdf etc)
-----------------------------------------*/

p a.pdf[href$='.pdf']::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(/img/common/icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: sub;
  margin-right: 5px;
}

/*-----------------------------------------
  breadcrumbs
-----------------------------------------*/
.breadcrumbs {
  margin: 0 0 23px;
  padding: 20px 0 0;
  text-align: right;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  margin: 0 5px;
}
.breadcrumbs li a {
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}



/* ------------------------------------
  table
------------------------------------ */
.table_wrap {
  margin: 0 0 45px;
}

/* basic_table */
.basic_table {
  width: 100%;
  line-height: 1.5;
}
.basic_table th:not(:empty) {
  width: 19%;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 700;
  vertical-align: middle;
  padding: 10px 20px;
  background: #eee;
  border: 1px solid #ccc;
}
.basic_table td:not(:empty) {
  width: 31%;
  padding: 11px 21px;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.basic_table th > small {
  font-size: 1.6rem;
}

/* data_table */
table.basic_table.data thead tr th {
  background-color: #000;
  color: #fff;
}
table.basic_table.data thead tr {
  background-color: #000;
  color: #fff;
}
table.basic_table.data th:not(:empty) {
  width: auto;
  text-align: center;
}
table.basic_table.data td:not(:empty) {
  width: auto;
  text-align: right;
}
table.basic_table.data tbody tr th:not(:empty) {
  text-align: left;
}

/* dashed_table */
.dashed_table {
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.dashed_table tr:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}
.dashed_table th {
  width: 24%;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
  background: #eee;
  padding: 22px 29px;
}
.dashed_table th > .space {
  display: inline-block;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}
.dashed_table td {
  padding: 22px 18px;
}
.dashed_table td.title {
  width: 21%;
}
.dashed_table td .pad_l {
  padding: 0 0 0 20px;
}
.dashed_table td .btn {
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 4px;
  padding: 4px 26px;
  margin: 0 0 0 20px;
  width: auto;
  max-width: auto;
  max-width: initial;
}
.dashed_table td .btn[target="_blank"]::after {
  right: 6px;
}

.dashed_table.procedure {
  width:1160px
}

.dashed_table.procedure th {
  vertical-align: middle;
  text-align: center;
}
.dashed_table.procedure td.rowspan {
  vertical-align: middle;
}
.dashed_table.procedure tr td:nth-child(2),
.dashed_table.procedure tr td:nth-child(3) {
  border-left: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .dashed_table.procedure tr:not(:last-child) {
    border-bottom: 1px dashed #ccc;
  }
  .dashed_table.procedure tr td:nth-child(2), .dashed_table.procedure tr td:nth-child(3) {
    border-left: 1px solid #ccc;
}
}

/* cont_scroll */
.cont_scroll {
  width: 100%;
  margin-bottom: 40px;
  overflow-x: auto;
}

@media only screen and (max-width: 1266px) {
  #officer_status .basic_table th {
    width: 25%;
    padding: 10px 15px;
  }
  #officer_status .basic_table td {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .table_wrap {
    margin: 0 0 25px;
  }
  table.sp_block th,
  table.sp_block td {
    width: 100% !important;
    display: block;
  }
  /* basic_table */
  .basic_table th {
    width: 24% !important;
    font-size: 1.3rem !important;
    text-align: left !important;
    padding: 6px 5px !important;
    min-height: 46px;
  }
  .basic_table th > small {
    display: block;
    font-size: 1.0rem;
  }
  .basic_table td {
    width: 26%;
    font-size: 1.3rem;
    text-align: left;
    padding: 6px 7px !important;
    min-height: 46px;
  }
/* data_table */
  table.basic_table.data th:not(:empty) {
    width: auto !important;
  }
  table.basic_table.data td:not(:empty) {
    width: auto !important;
  }
  /* dashed_table  */
  .dashed_table tr:not(:last-child) {
    border-bottom: none;
  }
  .dashed_table th {
    font-size: 1.4rem;
    text-align: center;
    padding: 11px;
  }
  .dashed_table td {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.42;
    padding: 14px 8px;
  }
  .dashed_table td.title {
    font-weight: 700;
    padding-bottom: 0;
  }
  .dashed_table td.title + td:not(.no_boder) {
    padding-top: 10px;
    border-bottom: 1px dashed #ccc;
  }
  .dashed_table td .pad_l {
    padding: 0 0 0 5px;
  }
  .dashed_table td .btn {
    font-size: 1.3rem;
    display: block;
    margin: 9px auto 0;
    padding: 12px 27px;
    width: 34%;
    min-width: 122px;
  }
  .dashed_table td .btn[target="_blank"]::after {
    font-size: 1.1rem;
  }

  /* #officer_status  */
  #officer_status .basic_table th,
  #officer_status .basic_table td {
    height: 46px;
  }
}

/*-----------------------------------------
  basic_ul
-----------------------------------------*/
.basic_ul li {
  position: relative;
  padding: 0 0 0 10px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0;
  color: #000;
}
.basic_ul li:not(:last-child) {
  margin: 0 0 5px;
}
.basic_ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 0.9em;
  left: 0;
}

/* circle */
.basic_ul.circle li {
  padding: 0 0 0 23px;
  margin: 0 0 30px;
}
.basic_ul.circle li::before {
  content: "●";
  background: transparent;
  border-radius: 0;
  top: 0;
  left: 0;
}

/* dot */
.basic_ul.dot li {
  padding: 0 0 0 10px;
}
.basic_ul.dot li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 0.9em;
  left: 0;
}

/* attention */
.basic_ul.attention li {
  padding: 0 0 0 23px;
  margin: 0 0 30px;
}
.basic_ul.attention li::before {
  content: "※";
  background: transparent;
  border-radius: 0;
  top: 0;
  left: 0;
}

/* inner */
.basic_ul.inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* min */
.basic_ul.min li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .basic_ul li {
    text-align: left;
    padding: 0 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.42;
  }
  .basic_ul li::before {
    top: 0.6em;
    left: 10px;
  }
  .basic_ul.circle li {
    line-height: 2.14;
  }

  /* inner */
  .basic_ul.inner {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* min */
  .basic_ul.min li {
    margin-bottom: 2px;
  }
}

/*-----------------------------------------
  basic_ol
-----------------------------------------*/
.basic_ol {
  counter-reset: num;
  list-style: none;
  padding-left: 5px;
}
.basic_ol li {
  text-indent: -1.6em;
  padding-left: 1.6em;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}
.basic_ol li:not(:last-child) {
  margin: 0 0 30px;
}
.basic_ol li::before {
  counter-increment: num;
  content: counter(num) '.';
  text-align: right;
  display: inline-block;
  padding-right: 0.6em;
  padding-left: 1.0em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .basic_ol li {
    text-align: left;
    text-indent: -1.4em;
    padding-left: 1.4em;
    font-size: 1.4rem;
    line-height: 1.42;
  }
  .basic_ol li:not(:last-child) {
    margin: 0 0 10px;
  }
  .basic_ol li::before {
    padding-right: 0.4em;
    padding-left: 0.8em;
  }
}

/*-----------------------------------------
  annotation_ul
-----------------------------------------*/
.annotation_ul {
  margin-bottom: 40px;
}
.annotation_ul li {
  margin-bottom: 0.5em;
  padding: 0 0 0 1.8em;
  font-size: 1.2rem;
  text-indent: -1.8em;
}

/* ------------------------------------
  movie_btn
------------------------------------ */
.movie_wrap {
  transition: 0.5s;
}
.movie_wrap:hover {
  opacity: 0.8;
}
.movie_wrap span {
  display: block;
  position: relative;
}
.movie_wrap span::before {
  content: url(/info/img/movie_play_icon.png);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.movie_wrap figcaption {
  padding: 5px 0 0;
  text-align: center;
  font-size: 14px;
  color: #000000;
}

/*-----------------------------------------
  SP scroll
-----------------------------------------*/
.scroll {
  overflow-y: hidden!important;
}
.scroll figure,
.scroll table {
  width: 95%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .scroll figure,
  .scroll table {
    min-width: 793px;
  }
}

/*-----------------------------------------
  form
-----------------------------------------*/
/* checkbox */
.check_wrap.n_margin {
  margin-bottom: -25px;
}
.check_wrap label {
  display: inline-block;
  margin-bottom: 25px;
}
.check_wrap label:not(:last-child) {
  margin-right: 25px;
}
.check_wrap input {
  display: none;
}
.check_wrap span {
  display: inline-block;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
.check_wrap span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ccc;
  cursor: pointer;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.check_wrap input:checked + span:after {
  content:'\e905';
  font-family: 'tekken';
  font-size: 1.0rem;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}
.check_wrap input:checked + span:before{
  background: #005eae;
  border: 2px solid #005eae;
  border-radius: 4px;
}

/* radio */
.radio_wrap {
  padding: 20px 0 0;
}
.radio_wrap.n_margin {
  margin-bottom: -25px;
}
.radio_wrap label {
  display: inline-block;
  margin-bottom: 25px;
}
.radio_wrap input {
  display: none;
}
.radio_wrap input + span {
  padding-left: 26px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.radio_wrap input + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
}
.radio_wrap input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 7.5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #005eae;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .check_wrap,
  .radio_wrap {
    font-size: 1.4rem;
  }
  .radio_wrap input + span::before {
    top: 1px;
  }
  .radio_wrap input:checked + span::after {
    top: 5.5px;
  }
}

/* ------------------------------------
  tab
------------------------------------ */
/* tab_wrap */
.tab_wrap {
  width: 100%;
  border: 2px solid #005eae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 80px;
}
.tab_wrap li {
  width: 100%;
  padding: 13px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.tab_wrap li:not(:last-child) {
  border-right: 2px solid #005eae;
}
.tab_wrap li.active {
  background: #005eae;
  color: #fff;
}
.tab_wrap li.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10.5px 0 10.5px;
  border-color: #005eae transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* type_info  */
.tab_wrap.type_info {
  border: none;
  margin: 0 0 50px;
}
.tab_wrap.type_info li {
  color: #fff;
  background: #005bac;
  border: 2px solid #005bac;
  width: calc((100% - 12px) / 4);
  padding: 0;
}
.tab_wrap.type_info li:nth-child(3) {
  background: #eb6100;
  border-color: #eb6100;
}
.tab_wrap.type_info li:nth-child(4) {
  background: #000;
  border-color: #000;
}
/* 追加 */
.tab_wrap.type_info li:nth-child(5) {
  background: #28ACB5;
  border-color: #28ACB5;
}
.tab_wrap.type_info li:not(:last-child) {
  margin: 0 6px 0 0;
}
.tab_wrap.type_info li.active {
  color: #000;
  background: #fff;
}
.tab_wrap.type_info li.active::after {
  content: none;
}
.tab_wrap.type_info li a {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 13px;
}
.tab_wrap.type_info li.active a {
  color: #000;
}

/* type_black */
.tab_wrap.type_black {
  border: 1px solid #fff;
}
.tab_wrap.type_black li {
  border: none;
}

.tab_wrap.type_black li.active {
  background: #000;
}
.tab_wrap.type_black li.active::after {
  border-color: #fff transparent transparent transparent;
}

/* type_ir  */
.tab_wrap.type_ir {
  margin: 0 0 30px;
}

/* type_history  */
.tab_wrap.type_history {
  width: calc(100% + 10px);
  flex-wrap: wrap;
  margin: 0 0 36px;
  border: none;
}
.tab_wrap.type_history li {
  max-width: 315px;
  font-size: 1.6rem;
  color: #fff;
  padding: 0 !important;
  background: #1f1010;
  border: 1px solid #1f1010;
  position: relative;
}
.tab_wrap.type_history li a {
  display: block;
  padding: 12px 30px;
  width: 100%;
  color: #fff;
}
.tab_wrap.type_history li.active a,
.tab_wrap.type_history li:hover a,
.tab_wrap.type_history li.active:hover a {
  color: #1f1010;
}
.tab_wrap.type_history li:not(:last-child) {
  margin-right: 1px;
}
.tab_wrap.type_history li::after {
  content:'\e901';
  font-family: 'tekken';
  font-size: 1.5rem;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%) rotate(90deg) !important;
  transform: translateY(-50%) rotate(90deg) !important;
}
.tab_wrap.type_history.arrow_r li::after {
  -webkit-transform: translateY(-50%) translateY(2px) rotate(0deg) !important;
  transform: translateY(-50%) translateY(2px) rotate(0deg) !important;
}
.tab_wrap.type_history li::after {
  right: 11px;
  font-size: 1.8rem;
}
.tab_wrap.type_history li.active {
  color: #1f1010;
  background: #fff;
}
.tab_wrap.type_history li.active::after {
  content: none;
}
.tab_wrap.type_history li > small {
  font-size: 1.3rem;
}

/* .tab_list_wrap  */
.tab_list_wrap > * {
  margin-bottom: 80px;
}
.tab_list_wrap > *:first-of-type {
  display: block;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .tab_wrap li:not(.active):hover {
    color: #fff;
    background: #005eae;
  }
  body:not(.tab_view) .tab_wrap li:not(.active):hover::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 10.5px 0 10.5px;
    border-color: #005eae transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -7px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body:not(.tab_view) .tab_wrap.type_info li:not(.active):hover {
    color: #000;
    background: #fff;
  }
  body:not(.tab_view) .tab_wrap.type_info li:not(.active):hover a {
    color: #000;
    opacity: 1;
  }
  body:not(.tab_view) .tab_wrap.type_info li:not(.active):hover::after {
    content: none;
  }
  body:not(.tab_view) .tab_wrap.type_black li:not(.active):hover {
    color: #fff;
    background: #000;
  }
  body:not(.tab_view) .tab_wrap.type_black li:not(.active):hover::after {
    border-color: #fff transparent transparent transparent;
  }
  /* type_history */
  body:not(.tab_view) .tab_wrap.type_history li:hover {
    color: #1f1010;
    background: #fff;
  }
  body:not(.tab_view) .tab_wrap.type_history li:hover::after {
    content: none;
  }
}

@media only screen and (max-width: 767px) {
  .tab_wrap {
    margin: 0 0 30px;
  }
  .tab_wrap li {
    font-size: 1.2rem;
    line-height: 1.16;
    padding: 8px 10px;
  }
  .tab_wrap.type_black li {
    font-size: 1.0rem;
    line-height: 1.5;
  }
  .tab_wrap.type_info {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 2px;
    margin: 0 0 42px;
  }
  .tab_wrap.type_info li {
    font-size: 1.4rem;
    line-height: 1.42;
    width: calc((100% - 2px) / 2);
    padding: 0;
    margin: 0 !important;
  }

  .tab_wrap.type_info li:first-child {
    width: 100%;
  }
  .tab_wrap.type_info li a {
    padding: 9px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* .tab_wrap.type_info li:not(:last-child) {
    margin: 0 1px 0 0;
  } */

  .tab_wrap.type_history {
    margin: 0 0 40px;
    justify-content: center;
  }
  .tab_wrap.type_history li {
    display: block;
    width: 49%;
    max-width: 168px;
    font-size: 1.0rem;
    line-height: 1.5;
    padding: 10px 12px;
    border-bottom: 1px solid #fff;
  }
  .tab_wrap.type_history li a {
    padding: 12px 0;
    font-size: 1.4rem;
  }
  .tab_wrap.type_history li:last-child {
    border-bottom: 1px solid #1f1010;
  }
  .tab_wrap.type_history li:not(:last-child) {
    margin-right: 2px;
  }
  .tab_wrap.type_history li::after {
    content: none;
  }
  .tab_wrap.type_history li > small {
    font-size: 1.0rem;
  }
}

/*-----------------------------------------

  info

-----------------------------------------*/
/* menu_btn */
.menu_btn {
  margin: 33px 0 77px;
}
.menu_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.menu_btn ul:not(:last-child) {
  margin: 0 0 48px;
}
.menu_btn ul.clm_3 li {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
}
_:-ms-lang(x)::-ms-backdrop, .menu_btn ul.clm_3 li {
  width: calc((100% - 20.1px) / 3);
}
.menu_btn ul.clm_3 li:nth-of-type(3n) {
  margin-right: 0;
}
.menu_btn ul.clm_4 li {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
}
.menu_btn ul.clm_4 li:nth-of-type(4n) {
  margin-right: 0;
}
.menu_btn ul li a {
  display: block;
}
.menu_btn ul li figure img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu_btn ul li figcaption {
  text-align: center;
  color: #000;
  margin: 2px 0 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu_btn ul li figcaption .en {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.375;
  font-weight: 700;
  display: block;
  letter-spacing: 0;
}

@media only screen and (max-width: 1180px) {
  .menu_btn ul li figcaption .en {
    font-size: 2.0rem;
    line-height: 1.2;
    margin: 0 0 5px;
  }
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .menu_btn ul li a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  .menu_btn {
    margin: 0 0 10px;
  }
  .menu_btn ul:not(:last-child) {
    margin: 0 0 10px;
  }
  .menu_btn ul.clm_3 {
    display: block;
  }
  .menu_btn ul.clm_3 li {
    width: 100%;
    margin: 0 0 22px;
  }
  .menu_btn ul.clm_4 li {
    width: calc((100% - 11px) / 2);
    margin: 0 11px 22px 0;
  }
  .menu_btn ul.clm_4 li:nth-of-type(2n) {
    margin: 0 0 22px 0;
  }
  .menu_btn ul li figcaption {
    font-size: 1.2rem;
    font-weight: 300;
    margin: 8px 0 0;
 }
  .menu_btn ul li figcaption .en {
    font-size: 1.6rem;
    line-height: initial;
    margin: 0;
  }
}


/* banner_btn */
.banner_btn {
  margin: 0 0 70px;
}
.banner_btn a {
  display: block;
}
.banner_btn figure {
  overflow: hidden;
  position: relative;
}
.banner_btn figure::after {
  content: "\e901";
  font-family: 'tekken';
  display: block;
  font-weight: normal;
  font-size: 3.8rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.banner_btn figure img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.banner_btn figcaption {
  width: 90%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner_btn figcaption > .en {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 3.0rem;
  font-weight: 700;
}
.banner_btn figcaption > .jp {
  display: block;
  font-size: 3.0rem;
  font-weight: 700;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .banner_btn a:hover {
    opacity: 1;
  }
  body:not(.tab_view) .banner_btn a:hover figure::after {
    right: 19px;
  }
  body:not(.tab_view) .banner_btn a:hover figure img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

@media only screen and (max-width: 767px) {
  .banner_btn {
    margin: 0 0 50px;
  }
  .banner_btn figure {
    height: 119px;
  }
  .banner_btn figure::after {
    font-size: 1.44rem;
    right: 10px;
  }
  .banner_btn figure img {
    max-width: auto;
    max-width: initial;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .banner_btn figcaption {
    font-size: 1.2rem;
    padding: 0 30px;
  }
  .banner_btn figcaption > .en,
  .banner_btn figcaption > .jp {
    font-size: 2.0rem;
  }
}

/* ------------------------------------
  message
------------------------------------ */
.message_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 0 80px;
}
.message_cont > figure {
  width: 306px;
  margin-right: 51px;
}
.message_cont > div {
  width: calc(100% - 357px);
}
.message_cont > div p {
  line-height: 1.875;
  margin: 0 0 30px;
}
.message_cont > div figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.message_cont > div figure img {
  width: 134px;
}
.message_cont > div figcaption {
  font-size: 1.4rem;
  margin: 0 15px 0 0;
}

/* ir -- top message */
.message_cont > div b {
  display: block;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.42;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .message_cont {
    display: block;
    margin: 0 0 30px;
  }
  .message_cont > figure {
    width: 56%;
    margin: 0 auto 25px;
    text-align: center;
  }
  .message_cont > div {
    width: 100%;
  }
  .message_cont > div p {
    line-height: 2.14;
  }
  .message_cont > div figure img {
    width: 106px;
  }
  .message_cont > div p:last-of-type {
    margin: 0 0 10px;
  }
  .message_cont > div figcaption {
    font-size: 1.2rem;
  }
  .message_cont > div b {
    font-size: 1.8rem;
    line-height: 1.66;
    margin: 0 0 24px;
  }
}

/* ir -- individual */

.sec_wrap.ir_individual h3,
.cont_inner.narrow.ir_individual h3 {
  text-align: center;
  font-size: 2.6rem;
}

.sec_wrap.ir_individual .introduction_wrap,
.sec_wrap.ir_individual .img_left {
  margin: 0 0 50px;
}

.sec_wrap.ir_individual .point_ttl {
  text-align: center;
}
.sec_wrap.ir_individual .point_ttl p:first-child {
  width: 62px;
  margin: 0 auto 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #005eae;
}
.sec_wrap.ir_individual .point_ttl p:first-child span {
  display: block;
  background-color: #005eae;
  font-size: 4.9rem;
  color: #ffffff;
  line-height: 1;
  padding: 5px 1px 6px;
}
.sec_wrap.ir_individual .point_ttl p:last-child {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 6px;
  margin: 0 0 15px;
}
.sec_wrap.ir_individual .img_wrap,
.cont_inner.narrow.ir_individual .img_wrap {
  display: block;
  text-align: center;
  margin: 0 auto 30px;
}
.sec_wrap.ir_individual .tech_cont_list.clm_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
  margin: 0 5px -10px;
}
.sec_wrap.ir_individual .tech_cont_list dl dt {
  text-align: center;
  background-color: #F0F0F0;
  font-size: 1.6rem;
  padding: 12px 0;
}
.sec_wrap.ir_individual .clm4_img_list {
  margin-bottom: 30px;
}

.individual_table {
  width: 100%;
}
.individual_table thead th,
.individual_table tbody th,
.individual_table tbody td {
  padding: 15px 0 16px;
}
.individual_table thead th {
  width: 25%;
  font-weight: 700;
  text-align: center;
  border-left: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}
.individual_table thead th:last-of-type {
  border-right: none;
  border-right: 1px solid #000000;
}
.individual_table tbody td {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
}
.individual_table tbody td:last-of-type {
  border-right: 1px solid #000000;
}
.individual_table.narrow {
  margin: 50px auto 80px;
}
.individual_table.narrow thead th,
.individual_table.narrow tbody th,
.individual_table.narrow tbody td {
  padding: 10px 0 11px;
}
.individual_table.narrow tbody th {
  background-color: #F0F0F0;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: 700;
  text-align: center;
}
.table_note {
  font-size: 1.7rem;
  margin: 0 0 10px;
  font-weight: 700;
}
.table_note span {
  font-size: 1.5rem;
  font-weight: normal;
}
.table_note_c {
  font-size: 2.1rem;
  margin: 0 0 10px;
  text-align: center;
  font-weight: 700;
}

.result_graph_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.result_graph_note li {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
}
.result_graph_note li span {
  font-size: 1.4rem;
  font-weight: normal;
}
.result_graph_note li::before {
  content: '';
  display: block;
  position: absolute;
}
.result_graph_note li.amount::before {
  width: 33px;
  height: 19px;
  background-color: #91A5D4;
  top: 1px;
  left: -18px;
}
.result_graph_note li.ratio::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #B0000D;
  top: 3px;
  left: 3px;
}


/* relate_link */
.relate_link_wrap {
  padding: 46px 0;
}
.relate_link_wrap.n_margin {
  margin: 0 0 -70px;
}
.relate_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 0 -10px;
}
.relate_link li {
  margin: 0 10px 10px 0;
  width: calc((100% - 20px) / 3);
}
_:-ms-lang(x)::-ms-backdrop, .relate_link li {
  width: calc((100% - 20.1px) / 3);
}
.relate_link li:not(.clm_4):nth-of-type(3n) {
  margin-right: 0;
}
.relate_link li.clm_4 {
  width: calc((100% - 30px) / 4);
}
.relate_link:not(.type_info) li.clm_4:nth-of-type(4) {
 margin-right: 0;
}
.relate_link.type_info li.clm_4:nth-of-type(7) {
  margin-right: 0;
}
.relate_link li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #232323;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #fff;
  position: relative;
}
.relate_link li.active a {
  background: #ccc;
  border: 1px solid #ccc;
}
.relate_link li a::after {
  content: "\e901";
  font-family: 'tekken';
  display: block;
  font-weight: bold;
  font-size: 1.3rem;
  color: #005bac;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.relate_link li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 100%;
}
.relate_link li figure img {
  width: 98px;
}
.relate_link li figcaption {
  width: calc(100% - 98px);
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}
.relate_link li figcaption > .en {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0;
}
.relate_link li figcaption.small > .en {
  font-size: 1.4rem;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 1320px) {
  .relate_link li figcaption {
    padding: 0 25px 0 10px;
  }
  .relate_link li figcaption.small > .en {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 1266px) {
  .relate_link li figure img {
    width: 65px;
  }
  .relate_link li figcaption {
    padding: 0 20px 0 5px;
    width: calc(100% - 65px);
    font-size: 1.1rem;
  }
  .relate_link li figcaption > .en {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1180px) {
  .relate_link li figcaption > .en {
    font-size: 1.2rem;
  }
  .relate_link li figcaption.small > .en {
    font-size: 1.1rem;
    letter-spacing: -0.06em;
  }
}

/* list_link */
.list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.list_link li {
  margin: 0 50px 20px 0;
  width: calc((100% - 100px) / 3);
}
.list_link li:nth-child(3) {
  margin: 0 0 10px;
}
.list_link li a {
  position: relative;
  width: 100%;
  padding: 13px 60px;
  border-radius: 4px;
  border: 1px solid #28ADB4;
  display: block;
  text-align: center;
  color: #000000;
  font-weight: bold;
}
.list_link li a[href$='.pdf']::after {
  content: url(/img/common/icon_pdf.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list_link li a::after {
  content: "\e901";
  font-family: 'tekken';
  display: block;
  font-weight: bold;
  font-size: 1.3rem;
  color: #28ADB4;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .list_link {
    flex-wrap: wrap;
  }
  .list_link li {
    width: 100%;
    margin: 0 0 10px;
  }
  .link_block.type_another.title_c figure figcaption,
  .link_block.type_another .title_c figure figcaption {
    text-align: center;
  }
}

/* stock_link */
.stock_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.stock_link li {
  margin: 0 50px 20px 0;
  width: calc((100% - 20px) / 3) !important;
}
.stock_link li:nth-child(3) {
  margin: 0 0 10px!important;
}
@media only screen and (max-width: 767px) {
  .stock_link {
    flex-wrap: wrap;
  }
  .stock_link li {
    width: 100%!important;
    margin: 0 0 10px!important;
  }
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .relate_link a:hover {
    opacity: 1;
    background: #ccc;
    border: 1px solid #ccc;
  }
  body:not(.tab_view) .relate_link a:hover::after {
    right: 5px;
  }
  body:not(.tab_view) .relate_link a:hover figure {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  .relate_link_wrap {
    padding: 26px 0;
  }
  .relate_link_wrap.n_margin {
    margin: 0 0 -50px;
  }
  .relate_link li {
    width: calc((100% - 10px) / 2) !important;
    margin: 0 10px 10px 0 !important;
  }
  _:-ms-lang(x)::-ms-backdrop, .relate_link li {
    width: calc((100% - 10.1px) / 2) !important;
  }
  .relate_link li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .relate_link li figure img {
    display: none;
  }
  .relate_link li figcaption {
    font-size: 1.2rem;
    font-weight: 700;
    width: 100%;
    padding: 13px 20px;
  }
  .relate_link li figcaption > .en {
    display: none;
  }
}


/* ------------------------------------
  overview
------------------------------------ */
.anc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 75px;
}
.anc_list li {
  width: 100%;
  margin-right: 2px;
}
.anc_list li:last-child {
  margin-right: 0;
}
.anc_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 16px 40px 16px 16px;
  background: #005eae;
  border: 1px solid #005eae;
  position: relative;
}
.anc_list li a::after {
  content:'\e901';
  font-family: 'tekken';
  font-size: 1.5rem;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%) rotate(90deg) !important;
  transform: translateY(-50%) rotate(90deg) !important;
}
.anc_list.arrow_r li a::after {
  -webkit-transform: translateY(-50%) translateY(2px) rotate(0deg) !important;
  transform: translateY(-50%) translateY(2px) rotate(0deg) !important;
}

/* type_history */
/*.anc_list.type_history {
  margin: 0 0 36px;
}
.anc_list.type_history li {
  margin-right: 1px;
}
.anc_list.type_history li a {
  font-size: 1.6rem;
  color: #fff;
  padding: 16px 30px 16px 16px;
  background: #1f1010;
  border: 1px solid #1f1010;
}
.anc_list.type_history li a > small {
  font-size: 1.3rem;
}
.anc_list.type_history li a::after {
  right: 11px;
  font-size: 1.8rem;
}
.anc_list.type_history li.active a {
  color: #1f1010;
  background: #fff;
}
.anc_list.type_history li.active a::after {
  content: none;
}*/

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .anc_list li a:hover {
    opacity: 1;
    color: #005eae;
    background: #fff;
  }
  body:not(.tab_view) .anc_list li a:hover::after {
    color: #005eae;
  }
  /* type_history */
  /*body:not(.tab_view) .anc_list.type_history li a:hover {
    color: #1f1010;
  }
  body:not(.tab_view) .anc_list.type_history li a:hover::after {
    content: none;
  }*/
}

@media only screen and (max-width: 767px) {
  .anc_list {
    margin: 0 0 46px;
  }
  .anc_list li a {
    font-size: 1.0rem;
    min-height: 40px;
    padding: 9px 20px 9px 13px;
  }
  .anc_list li a::after {
    font-size: 1.0rem;
    right: 6px;
  }
  /*.anc_list.type_history {
    margin: 0 0 8px;
  }
  .anc_list.type_history li {
    margin-right: 2px;
  }
  .anc_list.type_history li a {
    font-size: 1.0rem;
    line-height: 1.5;
    padding: 10px 12px;
  }
  .anc_list.type_history li a > small {
    font-size: 1.0rem;
  }
  .anc_list.type_history li a::after {
    content: none;
  }*/
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 47.39%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* dl_row  */
.dl_row {
  display: table;
  margin: 0 auto;
}
.dl_row dl {
  display: table;
}
.dl_row dl:not(:last-child) {
  margin: 0 0 10px;
}
.dl_row dt {
  display: table-cell;
  font-weight: 700;
  text-align: right;
}
.dl_row dt::after {
  content: "：";
  display: inline-block;
}
.dl_row dd {
  line-height: 1.5;
}

/* #access */
#access .gmap {
  margin: 0 0 26px;
}
#access .dl_row dt {
  min-width: 80px;
}

@media only screen and (max-width: 767px) {
  .dl_row,
  .dl_row dl {
    display: block;
  }
  .dl_row dl:not(:last-child) {
    margin: 0 0 20px;
  }
  .dl_row dt {
    display: block;
    font-size: 1.4rem;
    text-align: left;
  }
  .dl_row dd {
    font-size: 1.4rem;
    line-height: 1.42;
  }
  #access .dl_row dt {
    min-width: auto;
    min-width: initial;
  }
}

/* ------------------------------------
  philosophy
------------------------------------ */
/* bg_block */
.bg_block {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  background: #f7f7f0;
  padding: 37px;
}
.bg_block > span {
  letter-spacing: 0.16em;
  margin-right: -0.16em;
}

/* text_mincho */
.text_mincho {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 2.6rem;
  line-height: 1.92;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bg_block {
    font-size: 3.6rem;
    padding: 15px;
  }
  .text_mincho {
    font-size: 1.8rem;
    line-height: 2.0;
  }
}

/* origin_logo */
.origin_logo {
  text-align: center;
}
.origin_logo img {
  width: 132px;
  margin: 0 0 50px;
}
.origin_logo figcaption {
  line-height: 2.0;
}

@media only screen and (max-width: 767px) {
  .origin_logo img {
    width: 30%;
    max-width: 108px;
    margin: 0 0 28px;
  }
  .origin_logo figcaption {
    font-size: 1.4rem;
    text-align: left;
  }
}

/* clm_border_list */
.clm_border_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.clm_border_list dl {
  width: 45%;
  margin-right: 10%;
  margin-bottom: 42px;
}
.clm_border_list dl::before {
  content: "";
  display: block;
  width: 220px;
  height: 1px;
  background: #000;
}
.clm_border_list dl:nth-of-type(2n) {
  margin-right: 0;
}
.clm_border_list dt {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 2.3rem;
  padding: 22px 0 13px;
}
.clm_border_list dd {
  line-height: 2;
}

@media only screen and (max-width: 1180px) {
  .clm_border_list dl {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 767px) {
  .clm_border_list {
    display: block;
  }
  .clm_border_list dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 42px;
  }
  .clm_border_list dl::before {
    width: 100%;
  }
  .clm_border_list dt {
    font-size: 2.1rem;
    padding: 24px 0 16px;
  }
  .clm_border_list dd {
    font-size: 1.4rem;
  }
}


/* ------------------------------------
  history
------------------------------------ */
.img_caption {
  margin: 0 0 60px;
}
.img_caption > li {
  margin-bottom: 50px;
}
.img_caption.clm_3 li {
  margin: 0 30px 20px 0;
}
.img_caption.clm_3 li:nth-of-type(3n) {
  margin-right: 0;
}
.img_caption .img_ttl {
  margin: 0 0 10px;
  text-align: center;
}
.img_caption figure img {
  width: 100%;
  margin: 0 0 10px;
}
.img_caption figcaption {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.img_caption figcaption.normal {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .img_caption {
    width: 85%;
    margin: 0 auto 42px;
  }
  .img_caption.sp_full {
    width: 100%;
  }
  .img_caption li {
    margin: 0 0 16px !important;
  }
  .img_caption.clm_2 > li {
    margin: 0 0 30px !important;
  }
  .img_caption figure img {
    margin: 0 0 2px;
  }
  .img_caption.clm_2 figure img {
    margin: 0 0 20px;
  }
}

/* chronology */
.chronology_table {
  width: 100%;
}
.chronology_table tr {
  border-bottom: 1px solid #ddd;
}
.chronology_table tr:first-child {
  border-top: 1px solid #ddd;
}
.chronology_table th {
  width: 177px;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.9rem;
  font-weight: 700;
  padding: 20px 17px 13px;
}
.chronology_table th small {
  font-family: 'Noto Sans JP', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
}
.chronology_table th > span {
  font-size: 2.8rem;
  float: right;
}

.chronology_table th > span small {
  font-size: 1.8rem;
}
.chronology_table td {
  font-size: 1.6rem;
  vertical-align: middle;
  padding: 27px 30px 20px;
}
.chronology_table td figure {
  margin: 24px 0 0;
}
.chronology_table td figure img {
  max-width: 320px;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .chronology_table th,
  .chronology_table td {
    width: 100% !important;
    display: block;
  }
  .chronology_table th {
    font-size: 2.3rem;
    padding: 10px 0 0;
  }
  .chronology_table th small {
    font-size: 1.5rem;
  }
  .chronology_table th > span {
    font-size: 2.2rem;
    display: inline-block;
    width: 50px;
    text-align: right;
    float: none;
  }
  .chronology_table th > span small {
    font-size: 1.4rem;
  }
  .chronology_table td {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 6px 0 15px;
  }
  .chronology_table td figure {
    margin: 13px 0 0;
    text-align: center;
  }
  .chronology_table td figure img {
    max-width: 65%;
    width: 65%;
  }
}

/* ------------------------------------
  office
------------------------------------ */
.sec_wrap.office_wrap {
  margin-bottom: 5px !important;
}
/* clm_link_list */
.clm_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.clm_link_list dl {
  width: 50%;
  padding: 0 100px 0 0;
  margin: 0 0 50px;
  border-right: 1px solid #ccc;
}
.clm_link_list dl:nth-of-type(2n) {
  margin-right: 0;
  padding: 0 0 0 100px;
  border-right: none;
}
.clm_link_list dt {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.42;
  margin: 0 0 8px;
}
.clm_link_list dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
.clm_link_list dd .btn {
  display: table;
  width: auto;
  max-width: auto;
  max-width: initial;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 11px 24px;
  border-radius: 4px;
}
.clm_link_list dd .btn::after {
  font-size: 1.1rem;
  right: 6px;
}

@media only screen and (max-width: 767px) {
  .sec_wrap.office_wrap {
    margin-bottom: 75px !important;
  }
  .clm_link_list {
    display: block;
  }
  .clm_link_list dl {
    width: 100%;
    padding: 0;
    padding: 13px 0 20px;
    margin: 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .clm_link_list dl:first-child {
    border-top: 1px solid #ccc;
  }
  .clm_link_list dl:nth-of-type(2n) {
    padding: 13px 0 20px;
  }
  .clm_link_list dt {
    font-size: 1.8rem;
  }
}

/* ------------------------------------
  group
------------------------------------ */
.logo_description {
  max-width: 800px;
  margin: 58px auto 0;
  text-align: center;
}
.logo_description img {
  margin: 0 0 44px;
}
.logo_description figcaption {
  text-align: left;
  line-height: 1.5;
  margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  .logo_description {
    margin: 0 auto;
  }
  .logo_description img {
    margin: 0 0 30px;
  }
  .logo_description figcaption {
    font-size: 1.4rem;
    line-height: 1.42;
    margin: 0 0 30px;
  }
}

/* dashed_w_table */
.dashed_w_table {
  width: 100%;
  border: 1px solid #ccc;
}
.dashed_w_table tr:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}
.dashed_w_table th {
  width: 31%;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding: 15px 30px 12px;
  background: #eee;
  position: relative;
}
.dashed_w_table td {
  padding: 15px 30px 12px;
}
.dashed_w_table td li {
  line-height: 1.5;
}
.dashed_w_table td li::before {
  top: 0.7em;
}
.dashed_w_table td li:not(:last-child) {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .dashed_w_table tr:not(:last-child) {
    border: none;
  }
  .dashed_w_table th {
    font-size: 1.4rem;
    padding: 14px 10px;
  }
  .dashed_w_table tr:not(:first-child) th::before,
  .dashed_w_table th::after {
    content: none;
  }
  .dashed_w_table td {
    font-size: 1.4rem;
    text-align: left;
    padding: 14px 10px;
  }
}
/* dashed_w_table.clm4_tabele*/
.dashed_w_table.clm4_tabele th {
    width: 25%;
    text-align: center;
}
.dashed_w_table.clm4_tabele td {
  text-align: center;
}
.dashed_w_table.clm4_tabele th,
.dashed_w_table.clm4_tabele td {
  border-right: 1px solid #ccc;
}

/* ------------------------------------
  movie
------------------------------------ */
/* tab_list_wrap  */
.tab_list_wrap > ul.movie_list {
  display: none;
}
.tab_list_wrap > ul.movie_list:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab_list_wrap > ul.active.movie_list {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.movie_list {
  opacity: 0;
  visibility: hidden;
  margin: 0 -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.movie_list > li {
  width: calc((100% - 150px) / 3);
  margin: 0 25px 80px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.movie_list > li iframe {
  width: 100% !important;
  height: 100% !important;
}
.movie_list .yt {
  position:relative;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/ 9;
}
.movie_list .yt_play {
  position: relative;
  cursor: pointer;
}
.movie_list .yt_play::before {
  content: url(/info/img/icon_youtube_btn.png);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.movie_list .yt_play img {
  width: 100%;
  height: auto;
}
.movie_list > li .title {
  margin: 10px 0 0;
  color: #fff;
  line-height: 1.3125;
}

.full_novie {
  width:100%;
  height: 500px;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .movie_list > li:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  .movie_list {
    display: block;
    margin: 0;
  }
  .movie_list > li {
    width: 100%;
    margin: 0;
  }
  .movie_list > li:not(:last-child) {
    margin: 0 0 30px;
  }
  .movie_list > li:last-child {
    padding-bottom: 50px;
  }
  /* .movie_list > li figure img {
    margin: 0 0 12px;
  } */
  .movie_list > li .title {
    font-size: 1.4rem;
  }
  .full_novie {
    width:100%;
    height: 300px;
  }
}

/* movie_business_index */
.movie_list.movie_business_index {
  margin-bottom: 20px;
}
.movie_list.movie_business_index .item {
  margin-bottom: 20px;
}
.movie_list.movie_business_index > li:last-child {
  padding-bottom: 0;
}
.movie_list.movie_business_index .yt {
  background: #000;
}
.movie_list.movie_business_index .title {
  color: #000;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .movie_list.movie_business_index {
    margin-bottom: 5px;
  }
}

/*-----------------------------------------

  topics

-----------------------------------------*/
.select_year {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 4px;
  margin: 0 0 50px;
}
.select_year select {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.366;
  width: 100%;
  padding: 10px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.select_year select option:first-child {
  display: none !important;
  visibility: hidden !important;
}
.select_year label {
  position: relative;
}
.select_year label:after {
  content: "";
  display: block;
  margin: 0 0 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 11px 0 11px;
  border-color: #005cac transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateX(-84px) translateY(3px);
  transform: translate(-50%, -50%) translateX(-84px) translateY(3px);
  pointer-events: none;
}
.lang_en .select_year label:after {
  left: 45%;
}

_:-ms-lang(x)::-ms-backdrop, .select_year select {
  padding: 10px 60px 10px 10px;
}
_:-ms-lang(x)::-ms-backdrop, .select_year label:after {
  left: auto;
  right: 20px;
  -webkit-transform: translate(0, -50%) translateX(0) translateY(3px);
  transform: translate(0, -50%) translateX(0) translateY(3px);
}

/* type_month */
.select_year.type_month label:after {
  -webkit-transform: translate(-50%, -50%) translateX(-210px) translateY(3px);
  transform: translate(-50%, -50%) translateX(-210px) translateY(3px);
}
_:-ms-lang(x)::-ms-backdrop, .select_year.type_month select {
  padding: 10px 60px 10px 10px;
}
_:-ms-lang(x)::-ms-backdrop, .select_year.type_month label:after {
  left: auto;
  right: 20px;
  -webkit-transform: translate(0, -50%) translateX(0) translateY(3px);
  transform: translate(0, -50%) translateX(0) translateY(3px);
}

@media only screen and (max-width: 767px) {
  .select_year {
    margin: 0 0 21px;
  }
  .select_year select {
    font-size: 2.1rem;
    padding: 10px 40px 10px 10px;
  }
  .select_year label:after,
  .select_year.type_month label:after {
    left: auto;
    right: 10px;
    border-width: 8px 7px 0 7px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* ------------------------------------
  news
------------------------------------ */
.news_area_wrap:not(:last-child) {
  margin-bottom: 40px;
}
.news_area_wrap h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 20px 7px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}
.news_area_wrap h3::before {
  content: "■";
  display: inline-block;
  font-size: 1.8rem;
  color: #005bac;
  margin-right: 10px;
}
.news_area_wrap.news_sustainability h3::before {
  color: #20A27F;
}
.news_area_wrap.news_dx h3::before {
  color: #1093BA;
}
.news_area_wrap > ul {
  margin-top: 0 !important;
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .news_area_wrap h3 {
    padding: 0 0 7px;
  }
}

.news_area {
  margin: 0 0 40px;
  border: 1px solid #ccc;
  border-width: 1px 0 1px 0;
}
.news_area li:not(:last-child) {
  border-bottom: 2px dotted #e3e3e3;
}
.news_area li.empty {
  padding: 20px 0;
}
.news_area li > a,
.news_area li > p,
.news_area li > div {
  padding: 20px 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.news_area li > p {
  margin: 0;
}
.news_area li a::after {
  content: "\e901";
  font-family: 'tekken';
  color: #005eae;
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news_area li a[target="_blank"]::after {
  content: "\e900";
  right: 18px;
}
.news_area.news_green li a::after {
  color: #28ADB4;
}
.news_area.news_sustainability li a::after {
  color: #20A27F;
}
.news_area.news_dx li a::after {
  color: #1093BA;
}
.news_area li .date {
  display: inline-block;
  width: 5em;
  margin: 0 30px 0 20px;
  font-size: 1.6rem;
  text-align: center;
}
.news_area li .label {
  display: inline-block;
  width: 106px;
  margin: 0 30px 0 0;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  border-radius: 2px;
  background: #005bac;
  padding: 4px 2px;
}
.news_area li .info { background: #005bac; }
.news_area li .news { background: #eb6100; }
.news_area li .update{ background: #000; }
.news_area li .employ { background: #32b16c; }
.news_area li .blog { background: #28ADB4; }
.news_area li .ir_info { background: #005bac; }
.news_area li .ir_disclosure { background: #00acac; }
.news_area li .ir_settlement { background: #000; }
.news_area li .ir_document { background: #eb6100; }
.news_area li .title {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 5em - 50px);
  line-height: 1.5;
  padding: 0 50px 0 0;
  display: inline-block;
}
.news_area li .label + .title {
  width: calc(100% - 5em - 96px - 80px);
}

/*.news_area li a[href$='.pdf'] .title {
  padding: 0 40px 0 0;
}*/
.news_area li a[href$='.pdf']::after {
  content: url(/img/common/icon_pdf.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news_area + .btn {
  max-width: 375px;
  margin-top: auto;
}

/* full_title */
.news_area.full_title li .title {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

/* only_title */
.news_area.full_title {
  margin: 50px 0;
}
.news_area.full_title li a {
  padding: 20px 60px 20px 16px;
}
@media only screen and (max-width: 767px) {
  .news_area li > div {
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    position: relative;
    margin: 0 0 0 10px;
  }

  .news_area.full_title li a {
    padding: 15px 30px 15px 0;
  }
  .news_area li .date {
    display: block;
  }

  /* small */
  .news_area.full_title li small {
    display: block;
  }
}

/* type_employ */
.news_area.type_employ li .date {
  font-size: 1.4rem;
  margin: 0 20px;
}
.news_area.type_employ li .label {
  font-size: 1.2rem;
  margin: 0 20px;
}
.news_area.type_employ li .title {
  font-size: 1.4rem;
}

/* type_topics */
.news_area.type_topics {
  margin: 0 0 50px;
}

/* accordion_inner */
.accordion_area .sec_wrap {
  margin: 0 0 20px!important;
}
.accordion {
  position: relative;
  transition: 0.5s;
  margin: 0 0 20px!important;
}
.accordion.open {
  background-color: #fff!important;
}
.accordion.open:after {
  border-color: #ccc transparent transparent transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sec_border + .accordion_inner {
  display: none;
}



@media only screen and (max-width: 767px) {
  .news_area {
    width: 100%;
  }
  .news_area > div {
    width: 100%;
  }
  .news_area > div:not(:last-child) {
    margin: 0 0 46px;
  }
  .news_area h3 {
    padding: 0 0 7px;
  }
  .news_area {
    margin: 0 0 30px;
  }
  .news_area li > a,
  .news_area li > p {
    display: block;
    margin: 0 0 0 10px;
    padding: 15px 0;
  }
  .news_area li a::after {
    right: 10px;
  }
  .news_area li a[target="_blank"]::after {
    right: 10px;
  }
  .news_area li a[href$='.pdf']::after {
    right: 5px;
  }
  .news_area li .date {
    font-size: 1.4rem;
    margin: 0 10px 5px 0 !important;
  }
  .news_area li .label {
    font-size: 1.2rem;
    width: 100%;
    max-width: 96px;
    margin: 0 0 5px !important;
  }
  .news_area li .title {
    font-size: 1.4rem;
    width: 100% !important;
    padding: 0 50px 0 0;
  }
  .news_area li .size {
    font-size: 1.2rem;
  }
  .news_area li a[href$='.pdf']::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .news_area + .btn {
    max-width: auto;
    max-width: initial;
    max-width: 100%;
  }
  /* type_employ */
  .news_area.type_employ li .date {
    margin: 0 20px 5px 0 !important;
  }
  .news_area.type_employ li .label {
    font-size: 1.1rem;
  }
  /* type_topics */
  .news_area.type_topics {
    margin: 0 0 30px;
  }
  .news_area.type_topics li > a {
    margin: 0 0 0 10px;
  }
}

/* pager */
.pager {
  margin: 0 126px;
}
.pager ul {
  text-align: center;
  position: relative;
  font-size: 0;
}
.pager ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background: #005bac;
  border-radius: 4px;
  border: 2px solid #005bac;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pager ul li:not(.prev):not(.next) {
  margin: 0 2.5px 10px;
}
.pager ul li.active {
  background: #fff;
  border: 2px solid #eee;
}
.pager ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.1rem;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.pager ul li.active a {
  color: #000;
}
.pager ul li.prev,
.pager ul li.next {
  background: #fff;
  border: 2px solid #eee;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateY(-5px);
  transform: translateY(-50%) translateY(-5px);
}
.pager ul li.prev {
  left: -126px;
}
.pager ul li.next {
  right: -126px;
}
.pager ul li.prev a,
.pager ul li.next a {
  width: 112px;
  height: auto;
  min-height: 46px;
  padding: 14px 10px;
  font-size: 1.6rem;
  color: #000;
}
.pager ul li.prev a span,
.pager ul li.next a span {
  position: relative;
}
.pager ul li.prev a span {
  padding-left: 22px;
}
.pager ul li.next a span {
  padding-right: 22px;
}
.pager ul li.prev a span::before,
.pager ul li.next a span::before {
  content: "\e901";
  font-family: 'tekken';
  display: block;
  font-size: 1.1rem;
  color: #005bac;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pager ul li.prev a span::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.pager ul li.next a span::before {
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .pager ul li:hover a {
    opacity: 1;
    color: #000;
  }
  body:not(.tab_view) .pager ul li:not(.prev):not(.next):hover {
    background: #fff;
    border-color: #eee;
  }
  body:not(.tab_view) .pager ul li.prev:hover,
  body:not(.tab_view) .pager ul li.next:hover {
    background: #eee;
  }
  body:not(.tab_view) .pager ul li.prev:hover a span::before {
    left: -5px;
  }
  body:not(.tab_view) .pager ul li.next:hover a span::before {
    right: -5px;
  }
  body:not(.tab_view) .banner_btn a:hover figure img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

@media only screen and (max-width: 767px) {
  .pager {
    margin: 0 45px;
  }
  .pager ul li a {
    font-size: 1.6rem;
    width: 38px;
    height: 38px;
  }
  .pager ul li:nth-child(n + 7):not(:nth-child(n + 12)) {
    display: none;
  }
  .pager ul li.prev {
    left: -45px;
  }
  .pager ul li.next {
    right: -45px;
  }
  .pager ul li.prev a,
  .pager ul li.next a {
    width: 38px;
    min-height: 38px;
  }
  .pager ul li.prev a::before,
  .pager ul li.next a::before {
    content: "\e901";
    font-family: 'tekken';
    display: block;
    font-size: 1.1rem;
    color: #005bac;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .pager ul li.prev a::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .pager ul li.next a::before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .pager ul li.prev a span,
  .pager ul li.next a span {
    display: none;
  }
}

/*-----------------------------------------

  tecch

-----------------------------------------*/
.lower_slider {
  opacity: 0;
  visibility: hidden;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.lower_slider.slick-initialized {
  opacity: 1;
  visibility: visible;
  max-height: none;
}
.lower_slider li {
  padding-top: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.lower_slider li a {
  display: block;
}
.lower_slider li.award a::before {
  content: url(/img/top/award.png);
  display: block;
  position: absolute;
  top: 0;
  right: 13px;
  z-index: 1;
}
.lower_slider li .label {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  min-width: 135px;
  padding: 3.5px 10px 5.5px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 999;
}
.lower_slider li figcaption {
  color: #000;
  text-align: center;
  line-height: 1.875;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .lower_slider {
    max-height: 400px;
  }
  .lower_slider li figure img {
    margin: 0 0 2px;
  }
  .lower_slider li figcaption {
    font-size: 1.3rem;
    line-height: 1.85;
  }
}

/* search */
.search_cont > dl {
  background: #fff;
  position: relative;
  margin: 0 0 30px;
}
.search_cont dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #005eae;
  padding: 15px;
}
.search_cont dd {
  text-align: center;
  padding: 50px;
  background: #f0f0f0;
}
.search_cont dd .search_wrap {
  margin-top: 30px;
  padding: 50px;
  background: #fff;
}

/* open */
/*.search_cont > dl.open {
  background: #EAF9FF;
}
.search_cont > dl.open dt::before {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}
.search_cont > dl.open dt::after {
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}*/

/* search_clm */
.search_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background: #f0f0f0;
}
.search_clm .search_wrap {
  padding: 20px 10px !important;
}
.search_clm .search_wrap > .check_wrap label {
  margin-bottom: 0;
}
.search_clm > li {
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  background: #fff;
}
.search_clm > li:nth-of-type(3n) {
  margin-right: 0;
}
.search_clm > li > div {
  text-align: left;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ff0000;
}
.search_clm > li > ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.search_clm > li > ul > li {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.search_clm > li > ul > li .check_wrap span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .search_cont > dl {
    margin: 0 0 20px;
  }
  .search_cont dt {
    font-size: 1.6rem;
    margin: 0 0 8px;
  }
  .search_cont dd {
    text-align: left;
    padding: 20px 10px;
  }
  .search_cont dd .search_wrap {
    padding: 25px 0 25px 25px;
  }
  .search_clm {
    display: block;
  }
  .search_clm > li {
    width: 100%;
    margin-right: 0;
  }
}

/*-----------------------------------------

  employ

-----------------------------------------*/
/* banner_job */
.banner_job {
  margin: 0 0 70px;
}
.banner_job a {
  display: block;
}
.banner_job figure {
  overflow: hidden;
  position: relative;
}
.banner_job figure img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.banner_job figcaption {
  width: 90%;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner_job figcaption > .en {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
}
/*.banner_job figcaption > .space {
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}*/

.employ_group h2 {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1em;
  color: #fff;
  background: #005eae;
}
.employ_group .img_caption figure {
  text-align: center;
}
.employ_group .img_caption figure a {
  display: block;
  margin: 0 auto;
}
.employ_group .img_caption figure img {
  width: auto;
}
.employ_group .img_caption figure figcaption {
  max-width: 320px;
  display: inline-block;
  text-align: left;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .banner_job a:hover {
    opacity: 1;
  }
  body:not(.tab_view) .banner_job a:hover figure::after {
    right: 19px;
  }
  body:not(.tab_view) .banner_job a:hover figure img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

@media only screen and (max-width: 767px) {
  .banner_job {
    margin: 0 0 50px;
  }
  .banner_job figcaption {
    display: none;
  }
}

/* link_block */
.link_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.link_block:not(:last-child) {
  margin: 0 0 12px;
}
.link_block li {
  width: 100%;
  position: relative;
}
.link_block li:not(:last-child) {
  margin: 0 10px 0 0;
}
.link_block li figure {
  overflow: hidden;
}
.link_block li figure img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link_block li figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  width: 12vw;
  height: 12vw;
  max-width: 135px;
  max-height: 135px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.link_block li a[target="_blank"] figcaption > span {
  position: relative;
  padding: 0 25px 0 0;
}
.link_block li a[target="_blank"] figcaption > span::after {
  content: "\e900";
  font-family: 'tekken';
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.link_block li.new_graduates figcaption { background: rgba(50, 177, 108, 0.67); }
.link_block li.career figcaption { background: rgba(0, 28, 88, 0.84); line-height: 1.6; }
.link_block li.handicapped figcaption { background: rgba(0, 94, 174, 0.6); }

/* type_another */
.link_block.type_another {
  margin: 0 0 70px;
}
.link_block.type_another li figcaption {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 10px;
  width: auto;
  min-width: 245px;
  height: auto;
}

@media only screen and (max-width: 1080px) {
  .link_block li figcaption {
    font-size: 1.3rem;
  }
  .link_block li a[target="_blank"] figcaption > span::after {
    font-size: 1.3rem;
  }
}

/* type_another */
.link_block.type_another.title_c figure,
.link_block.type_another .title_c figure {
  position: relative;
}
.link_block.type_another.title_c figure figcaption,
.link_block.type_another .title_c figure figcaption {
  position: absolute;
  min-width: 214px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.link_block.type_another.title_c figure figcaption .en,
.link_block.type_another .title_c figure figcaption .en{
  display: block;
  margin: 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.link_block.type_another.title_c figure .space,
.link_block.type_another .title_c figure .space {
  display: inline-block;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  font-size: 1.4rem;
  font-weight: normal;
}

.link_block.type_another.title_c figure figcaption.caption_l,
.link_block.type_another .title_c figure figcaption.caption_l {
  min-width: 250px;
}

/* sustainability_box */
.sustainability_box {
  flex-wrap: wrap;
}
.sustainability_box li {
  width: calc(33.33% - 10px);
  height: 200px;
  overflow: hidden;
}
.sustainability_box li:nth-child(1) {
  width: calc(66.66% - 10px);
}
.sustainability_box li:nth-child(2) {
  margin: 0;
}
.sustainability_box li:nth-child(3),
.sustainability_box li:nth-child(4),
.sustainability_box li:nth-child(5) {
  margin: 10px 10px 0 0;
}
.sustainability_box li:nth-child(5) {
  margin: 10px 0 0;
}
.sustainability_box figcaption {
  min-width: 234px;
}
.sustainability_box figcaption span,
.link_block.type_another.sustainability figcaption span {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sustainability_box li.large,
  .sustainability_box li {
    width: 100%;
    height: auto;
  }
}

/* sustainability table */
table.basic_table.scenario tr td {
  font-size: 1.4rem;
}
table.basic_table.scenario td:not(:empty) {
  border: 1px solid #78b252;
}
table.basic_table.scenario tr:first-child td {
  background-color: #ebf1e9;
  color: #000;
}
table.basic_table.scenario tr:last-child td {
  background-color: #d5e3cf;
  color: #000;
}
table.basic_table.scenario tr td small {
  color: #f71515;
}
table.basic_table.scenario tr td small span {
  font-weight: 700;
  color: #0068be;
}
.table_note.scenario {
  margin-top: 10px;
  font-weight: normal;
  font-size: 1.2rem;
}
.table_note.scenario span {
  font-size: 1.2rem;
  color: #f71515;
}

table.basic_table.rnc th:not(:empty) {
  border: 1px solid #00b0f0;
}
table.basic_table.rnc td:not(:empty) {
  padding: 8px 16px;
  border: 1px solid #00b0f0;
}
table.basic_table.rnc tr th {
  width: auto;
  font-size: 1.4rem;
  text-align: center;
}
table.basic_table.rnc thead tr th {
  background-color: #0070c0;
  color: #ffffff;
}
table.basic_table.rnc thead tr th.center {
  padding: 10px 4px;
  min-width: 60px;
}
table.basic_table.rnc tbody tr th {
  background-color: #ffffff;
}
table.basic_table.rnc tbody tr td {
  background-color: #ffffff;
}
table.basic_table.rnc tr th.ttl_green {
  color: #00b050;
}
table.basic_table.rnc tr th.ttl_orange {
  color: #ed7d31;
}
table.basic_table.rnc tr td {
  width: auto;
  font-size: 1.4rem;
}
table.basic_table.rnc tr td.center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .scroll .tcfd_table_wrap {
    width: 1366px;
  }
  table.basic_table.rnc tr th,
  table.basic_table.rnc tr td {
    width: auto !important;
  }
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .link_block li a:hover {
    opacity: 1;
  }
  body:not(.tab_view) .link_block li a:hover figure img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

@media only screen and (max-width: 767px) {
  .link_block {
    display: block;
  }
  .link_block li:not(:last-child) {
    margin: 0 0 20px;
  }
  .link_block li figcaption {
    font-size: 1.2rem;
    width: 108px;
    height: 108px;
  }
  /* type_another */
  .link_block.type_another li figcaption {
    display: block;
    font-size: 1.6rem;
    text-align: left;
    padding: 10px 20px;
  }
}

/* employ_movie */
.employ_movie {
  text-align: center;
  margin: 0 0 80px;
}

@media only screen and (max-width: 767px) {
  .employ_movie {
    margin: 0 0 50px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .employ_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

/* ------------------------------------
  sustainability
------------------------------------ */
.mb10{
  margin: 0 0 10px;
}
.scroll .esg_table {
  width: 2500px;
}
.esg_table th,
.esg_table td {
  width: auto;
  padding: 10px 15px;
  font-size: 1.3rem;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.esg_table th {
  font-weight: 700;
  background: #eee;
}
.esg_table thead th {
  text-align: center;
}
.esg_table th > small {
  font-size: 80%;
}
.esg_table td.img_cell {
  text-align: center;
}
.esg_table ul li {
  padding: 0 0 10px 1.2em;
  position: relative;
}
.esg_table ul li:last-of-type {
  padding-bottom: 0;
}
.esg_table ul li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.esg_table .opportunity {color: #3587eb;}
.esg_table ul.opportunity_list li::before {color: #3587eb;}
.esg_table .risk {color: #b0000d;}
.esg_table ul.risk_list li::before {color: #b0000d;}

.esg_table .ttl_e,
.esg_table .ttl_s,
.esg_table .ttl_g {color: #ffffff;}
.esg_table .ttl_e {background-color: #66ad43;}
.esg_table .ttl_s {background-color: #f58121;}
.esg_table .ttl_g {background-color: #005eae;}

.esg_table .sub_ttl_e,
.esg_table .sub_ttl_s,
.esg_table .sub_ttl_g {text-align: center;}
.esg_table .sub_ttl_e {background-color: #e5f1df;}
.esg_table .sub_ttl_s {background-color: #fde4d0;}
.esg_table .sub_ttl_g {background-color: #c6dbed;}

.esg_table .nowrap {
  white-space: nowrap;
}

.load_table_graph {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.load_table_graph .load_table {
  width: 75%;
}
.load_table_graph .load_graph {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .load_table_graph {
    display: block;
  }
  .load_table_graph .load_table,
  .load_table_graph .load_graph {
    width: 100%;
  }
}

/* ------------------------------------
  work
------------------------------------ */
/* work_clm  */
.work_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.work_clm > dl {
  width: 100%;
}
.work_clm > dl:not(:last-child) {
  margin: 0 30px 0 0;
}
.work_clm dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  text-align: center;
  color: #fff;
  background: #32b16c;
  padding: 3px 14px;
}
.work_clm dd {
  font-size: 1.4rem;
  line-height: 2.14;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 20px 15px;
}

@media only screen and (max-width: 1180px) {
  .work_clm > dl:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .work_clm dt {
    font-size: 1.5rem;
    padding: 3px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .work_clm {
    display: block;
  }
  .work_clm dl:not(:last-child) {
    margin: 0 0 20px;
  }
  .work_clm dt {
    font-size: 1.6rem;
    padding: 3px 14px;
  }
  .work_clm dd {
    padding: 10px 15px;
    line-height: 1.71;
  }
}

/* img_text_clm */
.img_text_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 0 30px;
}
.img_text_clm.clm_3 > * {
  width: calc((100% - 142px) / 3);
  margin: 0 71px 50px 0;
}
_:-ms-lang(x)::-ms-backdrop, .img_text_clm.clm_3 > * {
  width: calc((100% - 142.1px) / 3);
}
.img_text_clm.clm_3 > *:nth-of-type(3n) {
  margin-right: 0;
}
.img_text_clm figure {
  margin: 0 0 28px;
}
.img_text_clm figcaption {
  display: table-cell;
  vertical-align: bottom;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.66;
  margin: 0 0 4px;
}
.img_text_clm p {
  font-size: 1.6rem;
  margin: 0 0 25px;
}
.img_text_clm .job_type dt {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 6px 27px;
  border: 1px solid #ccc;
}
.img_text_clm .job_type dd {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-top: -1px;
  padding: 12px 15px;
  border: 1px solid #ccc;
}


@media only screen and (max-width: 1180px) {
  .img_text_clm.clm_3 > * {
    width: calc((100% - 60px) / 3);
    margin: 0 30px 50px 0;
  }
  _:-ms-lang(x)::-ms-backdrop, .img_text_clm.clm_3 > * {
    width: calc((100% - 60.1px) / 3);
  }
  .img_text_clm.clm_3 > *:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .img_text_clm {
    display: block;
    margin: 0 0 50px;
  }
  .img_text_clm.clm_3 > * {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .img_text_clm.clm_3 > *:last-child {
    margin: 0;
  }
  .img_text_clm figure {
    margin: 0 0 16px;
  }
  .img_text_clm figcaption {
    font-size: 1.6rem;
  }
  .img_text_clm p {
    font-size: 1.4rem;
    line-height: 2.14;
    margin: 0 0 14px;
  }
  .img_text_clm .job_type dd {
    font-size: 1.3rem;
    line-height: 1.84;
  }
}

/* contact_area */
.contact_area {
  padding: 50px 0;
}
.contact_area h2.sec_head {
  margin: 0 0 40px;
}
.contact_area p {
  text-align: center;
}
.contact_area p strong {
  font-size: 1.8rem;
}
.contact_area p strong > small {
  font-size: 1.6rem;
  margin: 0 19px;
}
.contact_area p.tel_wrap {
  margin: 0 0 23px;
}
.contact_area p.tel_wrap > .tel {
  font-size: 3.0rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .contact_area {
    padding: 30px 0;
  }
  .contact_area h2.sec_head {
    margin: 0 0 30px;
  }
  .contact_area p {
    line-height: 1.875;
    margin: 0 0 7px;
  }
  .contact_area p strong > small {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 19px 0 0;
  }
  .contact_area p.tel_wrap {
    font-size: 1.5rem;
      margin: 0 0 12px;
  }
  .contact_area p.tel_wrap > .tel {
    font-size: 2.8rem;
  }
}

/*-----------------------------------------

  business

-----------------------------------------*/
.introduction_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.introduction_wrap ul:not(:last-child) {
  margin: 0 0 70px;
}
.introduction_wrap ul li {
  width: 100%;
  position: relative;
}
.introduction_wrap ul li:not(:last-child) {
  margin: 0 1px 0 0;
}
.introduction_wrap ul li figure img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introduction_wrap ul li figure > span:not(.label) {
  display: block;
  overflow: hidden;
  margin: 0 0 15px;
}
.introduction_wrap ul li .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  width: 12vw;
  height: 12vw;
  max-width: 135px;
  max-height: 135px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.introduction_wrap ul:last-child li .label {
  font-size: 1.6rem;
  max-width: 90px;
  max-height: 90px;
}
.introduction_wrap ul li .label:not(.no_space) span {
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}
.introduction_wrap ul li .label > span {
  margin: 0 0 3px;
}
.introduction_wrap ul li .label small {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 400;
  word-break: break-all;
  display: block;
  width: 90%;
  letter-spacing: 0;
}
.introduction_wrap ul:last-child li .label small {
  font-size: 1.0rem;
}
.introduction_wrap ul li figcaption {
  font-size: 1.4rem;
  color: #000;
  line-height: 2.14;
  padding: 0 10px;
}
.logo_explanation figure{
  margin-bottom: 10px;
}
.logo_explanation figcaption{
  font-size: 1.2rem;
  margin: 10px 0 0;
}

@media only screen and (max-width: 1080px) {
  .introduction_wrap ul li .label {
    font-size: 1.5rem;
  }
  .introduction_wrap ul li .label small {
    font-size: 1.0rem;
  }
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .introduction_wrap ul li a:hover {
    opacity: 1;
  }
  body:not(.tab_view) .introduction_wrap ul li a:hover figure img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

@media only screen and (max-width: 767px) {
  .introduction_wrap ul {
    display: block;
  }
  .introduction_wrap ul:not(:last-child) {
    margin: 0 0 20px;
  }
  .introduction_wrap ul li:not(:last-child) {
    margin: 0 0 26px;
  }
  .introduction_wrap ul li .label {
    font-size: 1.5rem;
    width: 112px;
    height: 112px;
  }
  .introduction_wrap ul:last-child li .label {
    font-size: 1.4rem;
  }
  .introduction_wrap ul li .label small {
    font-size: 1.0rem;
  }
  .introduction_wrap ul li figure > span:not(.label) {
    margin: 0 0 5px;
  }
  .introduction_wrap ul li figcaption {
    line-height: 1.85;
    padding: 0;
  }
}

/* ------------------------------------
  overseas
------------------------------------ */
.img_text_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 0 55px;
}
.img_text_set > figure {
  width: 270px;
  margin-right: 50px;
}
.img_text_set > div {
  width: calc(100% - 320px);
}
.img_text_set > div p {
  margin: 0 0 45px;
}
.img_text_set > div p:last-child {
  margin: 0;
}
/*--business_president--*/
.img_text_set.business_president {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 0 55px;
}
.img_text_set.business_president > figure {
  width: 400px;
  margin: 0 0 0 50px;
}
.img_text_set.business_president > div {
  width: calc(100% - 450px);
}

.img_text_set.business_president_l > figure {
  width: 400px;
  margin: 0 50px 0 0;
}
.img_text_set.business_president_l > div {
  width: calc(100% - 450px);
}

@media only screen and (max-width: 767px) {
  .img_text_set,
  .img_text_set.business_president_l {
    display: block;
  }
  .img_text_set > figure,
  .img_text_set.business_president > figure,
  .img_text_set.business_president_l > figure {
    width: 59%;
    min-width: 221px;
    margin: 0 auto 25px;
  }
  .img_text_set > div,
  .img_text_set.business_president > div,
  .img_text_set.business_president_l > div {
    width: 100%;
  }
  .img_text_set > div p,
  .img_text_set.business_president > div p {
    line-height: 2.14;
    margin: 0 0 8px;
  }
  .img_text_set > div p:last-child,
  .img_text_set.business_president > div p:last-child {
    margin: 0;
  }
  .img_text_set.business_president {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
  }
  .img_text_set.business_president > figure {
    order: 1;
  }
  .img_text_set.business_president > div {
    order: 2;
  }

}

/* label_img_set */
.label_img_set {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 0 20px;
}
.label_img_set.clm_3.n_margin {
  margin-bottom: -55px;
}
.label_img_set li {
  width: calc((100% - 40px) / 4);
  margin: 0 10px 20px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.label_img_set.clm_3 li {
  width: calc((100% - 102px) / 3);
  margin: 0 51px 55px 0;
}
_:-ms-lang(x)::-ms-backdrop, .label_img_set.clm_3 li {
  width: calc((100% - 102.1px) / 3);
}
.label_img_set.clm_3 li:nth-of-type(3n) {
  margin-right: 0;
}
.label_img_set li a {
  display: block;
  color: #000;
}
.label_img_set li .label {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  min-width: 130px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.label_img_set.clm_3 li .label {
  min-width: 135px;
}
.label_img_set li .label.new {
  background: rgba(176, 0, 13, 0.7);
}
/*.label_img_set li.award a::before {
  content: url(/img/top/award.png);
  display: block;
  position: absolute;
  top: -5px;
  right: 13px;
  z-index: 1;
}*/
.label_img_set li figure > img {
  margin: 0 0 3px;
}
.label_img_set li figcaption {
  width: 95%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.14;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* full_caption */
.label_img_set.full_caption li figure > img {
  margin: 0 0 10px;
}
.label_img_set.full_caption li figcaption {
  width: 100%;
  text-align: left;
  line-height: 1.71;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

/* img_set_n */
.img_set_2,
.img_set_3 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.img_set_3 > div {
  margin-left: 10px;
}
.img_set_3 > div > img:first-of-type {
  margin-bottom: 10px;
}

/* img_left.,right */
.img_left,
.img_right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.img_middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.img_left.wrap,
.img_right.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.img_left > figure,
.img_right > figure {
  -ms-flex-negative:0;
  flex-shrink:0;
}
.img_left > figure {
  margin: 0 40px 0 0;
}
.img_right > figure {
  margin: 0 0 0 40px;
}

/* img_center */
.img_center > .clm_2.free_m {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* img_border */
.img_border img {
  border: 1px solid #707070;
}

/* clm4_img_list */
.clm4_img_list {
  max-width: 100%;
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.clm4_img_list > * {
  margin-right: 13px;
  margin-bottom: 30px;
  flex-shrink: 1;
  min-width: 0;
}
.clm4_img_list > *:nth-of-type(4n) {
  margin-right: 0;
}
.clm4_img_list > *:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.clm4_img_list figcaption {
  padding-top: 10px;
  text-align: center;
  font-size: 1.4rem;
}
/* clm4_img_list narrow */
.clm4_img_list.narrow > * {
  margin-right: 1px;
}
.clm4_img_list.narrow > *:nth-of-type(4n) {
  margin-right: 0;
}
.clm4_img_list.narrow figcaption {
  max-width: 315px;
  text-align: left;
}

/* img_column */
.img_clm.img_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
}
.img_clm figure {
  margin-bottom: 24px;
}
.img_clm figure:last-child {
  margin-bottom: 0;
}

/* img_group */
.img_group {
  text-align: center;
}
.img_group figcaption {
  padding: 10px 0 0;
  font-size: 1.4rem;
  text-align: center;
}

/* tech_search, works_search_list */
#tech_search_list > li,
#works_search_list > li {
  margin-right: 0;
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#tech_search_list > li.listshow,
#works_search_list > li.listshow {
  margin-right: 10px;
  width: calc((100% - 40px) / 4);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#works_search_check .search_wrap {
  display: none;
}
#word_search_check {
  font-size: 1.8rem;
  font-weight: bold;
}
#nohit {
  padding-bottom: 100px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

  /* img pc sp */
.img_group figure img.pc {
  display: inline-block;
}
.img_group figure img.sp {
  display: none;
}

  /* img_set_n */
.img_set_mb {
  margin-bottom: 20px;
}

  /* img mb */
.img_center > .clm_2.free_m.img_clm_mb{
  margin-bottom: 40px;
}

/* img_center */
.img_center > .clm_2.free_m {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .label_img_set {
    margin: 0 0 5px;
  }
  .label_img_set.clm_3.n_margin {
    margin-bottom: -15px;
  }
  .label_img_set.sp_clm_2 li {
    width: calc((100% - 20px) / 2);
  }
  #tech_search_list > li.listshow,
  #works_search_list > li.listshow {
    width: calc((100% - 20px) / 2) !important;
    margin: 0 10px 26px 0 !important;
  }
  .label_img_set li .label {
    font-size: 1.1rem;
    min-width: 84px;
  }
  .label_img_set.clm_3 li .label {
    min-width: 80px;
  }
  .label_img_set li figcaption {
    width: 95%;
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 0 auto 0 0;
  }
  .label_img_set.full_caption li {
    margin-bottom: 15px !important;
  }
  .label_img_set.full_caption li figcaption {
    font-size: 1.2rem;
    line-height: 1.66;
    padding: 0 10px;
  }

  /* img_set_n */
  .img_set_1 img {
    margin-bottom: 20px;
  }
  .img_set_2,
  .img_set_3 {
    margin-bottom: 10px;
    display: block;
  }
  .img_set_2 > img {
    margin: 0 0 10px;
  }
  .img_set_3 img {
    margin-bottom: 10px;
  }
  .img_set_3 > div {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  }
  .img_set_3 > div img {
    width: calc((100% - 10px) / 2);
  }

  /* img_left.,right */
  .img_left,
  .img_right {
    display: block;
  }
  .img_left > *,
  .img_right > * {
    width: 100%!important;
    margin: 0 0 20px !important;
  }

  /* sp img_center */
  .sp_img_c figure {
    text-align: center;
    margin-bottom: 24px;
  }

  /* clm4_img_list */
  .clm4_img_list > *,
  .clm4_img_list > *:nth-last-child(-n+4) {
    margin-bottom: 20px;
  }
  .clm4_img_list > * {
    width: calc((100% - 20px) / 2) !important;
  }
  .clm4_img_list.narrow figcaption {
    max-width: 100%;
  }
  #strength .sec_wrap.ir_individual .tech_cont_list.clm_2 > :not(:last-child) {
    margin-bottom: 0;
  }

    /* img pc sp */
.img_group figure img.pc {
  display: none;
}
.img_group figure img.sp {
  display: inline-block;
}

  /* img mb */
  .img_center > .clm_2.free_m.img_clm_mb{
    margin-bottom: 0px;
  }
}

/* ------------------------------------
  new-business
------------------------------------ */
.main_side_set .main_cont {
  /*width: 66%;*/
  width: calc(100% - 430px);
  float: left;
}
.main_side_set .main_cont figure {
  max-width: 497px;
  margin: 0 auto;
}
.main_side_set .side_cont {
  /*width: 27%;*/
  width: 350px;
  float: right;
}
.main_side_set .side_cont figcaption {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 12px;
}
.main_side_set .side_cont figcaption.bg_g {
  background: #eee;
  padding: 8px;
  margin: 0 0 16px;
}

/* type_farm */
.main_side_set.type_farm .main_cont {
  width: calc(100% - 505px);
}
.main_side_set.type_farm .main_cont .logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.main_side_set.type_farm .main_cont .logo_wrap figure {
  width: 138px;
  margin: 0 30px 0 0;
}
.main_side_set.type_farm .main_cont .logo_wrap > div {
  width: calc(100% - 168px);
}
.main_side_set.type_farm .main_cont .logo_wrap > div .btn {
  margin: 0;
}
.main_side_set.type_farm .side_cont {
  width: 460px;
}

@media only screen and (max-width: 1180px) {
  .main_side_set .main_cont {
    width: calc(100% - 400px);
  }
  .main_side_set.type_farm .main_cont {
    width: 60%;
  }
  .main_side_set.type_farm .side_cont {
    width: 36%;
  }
}

@media only screen and (max-width: 980px) {
  .main_side_set.type_farm .main_cont {
    width: calc(100% - 400px);
  }
  .main_side_set.type_farm .side_cont {
    width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .main_side_set .main_cont {
    width: 100%;
    float: none;
  }
  .main_side_set .side_cont {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
  .main_side_set .side_cont:last-child {
    margin: 0;
  }
  /* type_farm */
  .main_side_set.type_farm .main_cont {
    width: 100%;
  }
  .main_side_set.type_farm .main_cont h3 {
    text-align: center;
    margin: 0 0 18px;
  }
  .main_side_set.type_farm .main_cont .logo_wrap figure {
    width: 95px;
    margin: 0 15px 27px 0;
  }
  .main_side_set.type_farm .main_cont .logo_wrap > div {
    width: calc(100% - 110px);
  }
  .main_side_set.type_farm .main_cont .logo_wrap > div .btn {
    margin-left: -110px;
    width: calc(100% + 110px);
    max-width: calc(100% + 110px);
  }
  .main_side_set.type_farm .side_cont {
    width: 100%;
  }
}

/*-----------------------------------------

  tech

-----------------------------------------*/
.tech .basic_ul.circle li {
  padding: 0 0 0 23px;
  margin: 0;
}
.tech ol.news_area {
  position: relative;
  padding: 0 0 0 40px;
}
.tech ol.news_area li:not(:last-child) {
  border: none;
}
.tech ol.news_area li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 2px dotted #e3e3e3;
}
.cont_inner.tech_top_img{
  width: 100%;
}
.tech_movie_cont h3,
.tech_field_cont h3,
.facility_head h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 80px;
  margin-bottom: 50px;
}
.facility_head h2 {
  font-size: 3rem;
}
.facility_head h2 span {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
}
.facility_head h3 {
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.facility_feature h3.read {
  text-align: center;
}
.tech_field_cont p{
  text-align: center;
}
.tech_field_cont .relate_text_link li a {
  color: #fff;
  background: #005EAE;
  border: 1px solid #005bac;
}
.gmap{
  margin-bottom: 30px;
}
.relate_text_link.clm_2 li.tech_2clm_btn {
  margin: 0 50px 10px 0;
  width: calc((100% - 50px) / 2);
  max-width: 450px;
}
.movie_sub{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 80px 0 10px;
}
.movie_list.tech_movie > li {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tech_acces_wrap p span{
  font-weight: bold;
  font-size: 2.1rem;
}
.car_note{
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 20px;
}
.center_map_wrap{
  width: 100%;
}
.circle_wrap{
  width: 80px;
  display: inline-block;
}
.circle_tech{
  font-size: 1.4rem;
  font-weight: normal;
  width: 63px;
  height: 63px;
  text-align:center;
  line-height: 55px;
  color: #FFF;
  border-radius: 50%;
  border: solid 3px #005EAE;
  background-color: #005EAE;
}
.circle_txt_wrap {
  display: inline-block;
  width: calc((100% - 80px));
  float: right;
}
.circle_txt{
  font-weight: bold;
  margin: 15px 0 0 0;
}
.tech_fukidasi_wrap{
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 auto;
  width: 480px;
  position: relative;
  margin: -25px 0 100px 0;
  padding: 20px 20px;
  max-width: 100%;
  color: #FFF;
  font-size: 16px;
  background: #0B82EB;
  border-radius: 8px;
}
.tech_fukidasi_wrap:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #0B82EB;
}
.tech_fukidasi_img {
  width: 28%;
}
.tech_fukidasi_txt {
  width: calc((100% - 28%));
  margin: 0 0 0 20px;
}
.tech_fukidasi_txt p{
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}
.tech_fukidasi_txt p span{
  font-size: 1.8rem;
}
.comfort_map p{
  position: relative;
  display: block;
}
.comfort_map a::before{
  position: absolute;
  content: url(/tech/img/map_pin.png);
  margin: 0 0 0 -25px;
}
.comfort_map a{
  display: block;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
.cb{
  clear: both;
}
.tech_scroll{
  max-width: 100%;
  padding: 20px;
  margin-bottom: 50px;
  text-align: center;
}
p.center_map_wrap{
  width: 100%;
}
.tech_mt80{
  margin-top: 80px;
}
.tec_youtube,
.tec_youtube .youtube,
.iframe .youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.tec_youtube iframe,
.iframe iframe {
  width: 100%;
  height: 100%;
}

/* tech_research */
.tech_research_business dt,
.tech_research_business dd {
  font-size: 1.4rem;
  border: 1px solid #cccccc;
}
.tech_research_business dt {
  margin: 0;
  padding: 5px 35px;
  display: inline-block;
  border-bottom: none;
}
.tech_research_business dd {
  padding: 15px 15px 0;
}
.tech_research_business dd ul li {
  margin-bottom: 10px;
}

/* search_field */
.search_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.search_field input {
  width: 380px;
  display: block;
  padding: 12px 15px 13px 10px;
  font-size: 1.6rem;
  color: #383838;
  border-radius: 4px 0 0 4px;
  border: 1px solid #C3C3C3;
  background: #ffffff;
}
.search_field button {
  display: block;
  margin-left: -2px;
  padding: 12px 60px 13px 30px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #185bac url('/img/common/icon_search.svg') right 20px center no-repeat;
  border-radius: 0 4px 4px 0;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .tech_field_cont .relate_text_link a:hover {
    opacity: 1;
    color: #005EAE;
    background: #fff;
  }
  body:not(.tab_view) .tech_field_cont .relate_text_link a:hover::after {
    color: #005EAE;
    right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .tech ol.news_area {
    padding: 0 0 0 30px;
  }
  .tech ol.news_area li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 5px;
  }
  .cont_inner.tech_top_img{
    width: 100%;
  }
  .tech_movie_cont h3{
    text-align: left;
    font-size: 2.1rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .tech_field_cont h3{
    text-align: left;
    font-size: 2.1rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .facility_head h2 {
    font-size: 2.4rem;
  }
  .facility_head h2 span {
    font-size: 1.4rem;
  }
  .tech_movie_cont.facility_head h3 {
    font-size: 1.6rem;
  }
  .facility_feature h3.read {
    font-size: 1.8rem;
  }
  .tech_field_cont p{
    text-align: left;
  }
  .relate_text_link.clm_2 li.tech_2clm_btn {
    margin: 0 0px 10px 0!important;
    width: 100%!important;
  }
  .movie_sub{
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 30px 0 10px;
  }
  .tech_acces_wrap p span{
    font-weight: bold;
    font-size: 1.7rem;
  }
  .car_note{
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
  .center_map_wrap{
    margin-bottom: 50px;
  }
  .circle_txt{
    font-weight: bold;
    margin: 8px 0 0 0;
  }
  .tech_fukidasi_wrap{
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
  }
  .tech_scroll{
    max-width: 960px;
  }
  p.center_map_wrap{
    width: 960px;
  }
  .tech_mt80{
    margin-top: 50px;
  }
  .search_field {
    padding-top: 20px;
  }
  .search_field input {
    width: 60%;
  }
  .search_field button {
    width: 40%;
    padding: 12px 35px 13px 10px;
    font-size: 1.1rem;
    background-position: right 10px center;
  }
}
.tech figcaption {
  text-align: center;
}
/*-----------------------------------------

  ir

-----------------------------------------*/
.sitemap_block.n_margin {
  margin: 0 0 -20px;
}
.sitemap_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.sitemap_block ul > li {
  width: calc((100% - 102px) / 3);
  margin: 0 51px 50px 0;
}
_:-ms-lang(x)::-ms-backdrop, .sitemap_block ul > li {
  width: calc((100% - 102.1px) / 3);
}
.sitemap_block .single_link > li {
  margin: 0 51px 20px 0;
}
.sitemap_block ul > li:last-child,
.sitemap_block .single_link > li:nth-of-type(3n) {
  margin-right: 0
}
.sitemap_block ul > li.col_2 {
  width: calc((100% - 102px) / 3 * 2 + 51px);
}
.sitemap_block ul > li.col_2 dd {
  width: calc((100% - 51px) / 2);
  float: left;
  margin-right: 51px;
}
_:-ms-lang(x)::-ms-backdrop, .sitemap_block ul > li.col_2 dd {
  width: calc((100% - 51.1px) / 2);
}
.sitemap_block ul > li.col_2 dd:nth-of-type(2n) {
  margin-right: 0;
}
.sitemap_block ul > li > a,
.sitemap_block dt {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #000;
  border: 1px solid #000;
  padding: 15px;
  position: relative;
}
.sitemap_block ul > li > a {
  padding: 15px 35px;
}
.sitemap_block ul > li > a::after {
  content:'\e901';
  font-family: 'tekken';
  font-size: 1.5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sitemap_block ul > li > a[target="_blank"]::after {
  content:'\e900';
  font-size: 1.8rem;
  font-weight: normal;
}
.sitemap_block dd a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  padding: 12px 30px 12px 10px;
  position: relative;
}
.sitemap_block dd a::after {
  content:'\e901';
  font-family: 'tekken';
  font-size: 1.5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1180px) {
  .sitemap_block ul > li > a {
    font-size: 1.6rem;
  }
  .sitemap_block ul > li > a:not([target="_blank"]) {
    padding: 15px 25px 15px 15px;
  }
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .sitemap_block .single_link > li > a:hover {
    opacity: 1;
    color: #000;
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .sitemap_block.n_margin {
    margin: 0;
  }
  .sitemap_block ul {
    display: block;
  }
  .sitemap_block ul > li,
  .sitemap_block ul > li.col_2 {
    width: 100%;
    margin: 0;
  }
  .sitemap_block .single_link > li {
    margin: 0 0 10px;
  }
  .sitemap_block .single_link > li:last-child {
    margin: 0;
  }
  .sitemap_block ul > li.col_2 dd {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .sitemap_block ul > li > a,
  .sitemap_block dt {
    font-size: 1.6rem;
  }
  .sitemap_block dd:last-child a {
    border-bottom: none;
  }
}

/* IR finance */
.fin_graph_wrap{
  margin-bottom: 80px;
}
.fin_graph_wrap h3{
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .fin_graph_wrap{
    margin-bottom: 50px;
  }
  .fin_graph_wrap h3{
    margin-bottom: 30px;
  }
}

.xj-newslist {
  visibility: hidden;
}

/* xj_chart_table */
.xj_chart_table {
  width: 100%;
  line-height: 1.66;
  border: 1px solid #CCCCCC;
  margin-top: 25px;
}
.xj_chart_table tr {
  border-bottom: 1px solid #CCCCCC;
}
.xj_chart_header_first {
  background: #EEEEEE;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.xj_chart_header {
  font-size: 1.3rem;
  letter-spacing: 0;
  padding: 13px 5px;
  background: #EEEEEE;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #CCCCCC;
}
.xj_chart_header:not(:last-child) {
  border-right: 1px solid #CCCCCC;
}
.xj_chart_table tr:nth-child(2n) .xj_chart_header {
  background: #EEEEEE;
}
.xj_chart_value {
  font-size: 1.6rem;
  font-weight: 300;
  vertical-align: middle;
  padding: 8px 5px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}
.xj_chart_value:not(:last-child) {
  border-right: 1px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
  .xj_chart_header {
    font-size: 1.0rem;
    padding: 8px 2px;
  }
  .xj_chart_value {
    font-size: 1.2rem;
    padding: 10px 2px;
  }
}

/* ir_tab_wrap */
.fin_tab_wrap {
  width: 100%;
  border: 2px solid #005eae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 80px;
}
.fin_tab_wrap li {
  width: 100%;
  /* padding: 13px; */
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.fin_tab_wrap li:not(:last-child) {
  border-right: 2px solid #005eae;
}
.fin_tab_wrap li.active {
  background: #005eae;
  color: #fff;
}
.fin_tab_wrap li a{
  display: block;
  width: 100%;
  color: #000000;
  padding: 13px;
}
.fin_tab_wrap li.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10.5px 0 10.5px;
  border-color: #005eae transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .fin_tab_wrap li:not(.active):hover {
    color: #fff;
    background: #005eae;
  }
  body:not(.tab_view) .fin_tab_wrap li:not(.active):hover::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 10.5px 0 10.5px;
    border-color: #005eae transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -7px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .fin_tab_wrap li a:hover{
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .fin_tab_wrap {
    margin: 0 0 30px;
  }
  .fin_tab_wrap li {
    font-size: 1.2rem;
    line-height: 1.16;
  }
  .fin_tab_wrap li a{
    padding: 8px 10px;
  }
}

/*-----------------------------------------
  top-massage
-----------------------------------------*/
/* relate_text_link */
.relate_text_link_wrap {
  padding: 46px 0;
}
.relate_text_link_wrap.n_margin {
  margin: 0 0 -70px;
}
.relate_text_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /*-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  margin: 0 0 -10px;
}
_:-ms-lang(x)::-ms-backdrop, .relate_text_link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.relate_text_link.clm_2 {
  margin-left: 5px;
  margin-right: 5px;
}
.relate_text_link.clm_2 li {
  margin: 0 50px 10px 0;
  width: calc((100% - 50px) / 2);
  max-width: 450px;
}
_:-ms-lang(x)::-ms-backdrop, .relate_text_link.clm_2 li {
  width: calc((100% - 50.1px) / 2);
}
.relate_text_link.clm_3 {
  margin-left: 5px;
  margin-right: 5px;
}
.relate_text_link.clm_3 li {
  margin: 0 10px 10px 0;
  width: calc((100% - 20px) / 3);
  max-width: 309px;
}
_:-ms-lang(x)::-ms-backdrop, .relate_text_link.clm_3 li {
  width: calc((100% - 20.1px) / 3);
}
.relate_text_link.clm_4 li {
  margin: 0 10px 10px 0;
  width: calc((100% - 30px) / 4);
}
_:-ms-lang(x)::-ms-backdrop, .relate_text_link.clm_4 li {
  width: calc((100% - 30.1px) / 4);
}
.relate_text_link.clm_2 li:nth-of-type(2n),
.relate_text_link.clm_3 li:nth-of-type(3n),
.relate_text_link.clm_4 li:nth-of-type(4n) {
  margin-right: 0;
}
.relate_text_link li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 18px 20px;
  position: relative;
}
.relate_text_link li.active a {
  background: #fff;
  color: #000;
}
.relate_text_link li a::after {
  content: "\e901";
  font-family: 'tekken';
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff ;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.relate_text_link li.active a::after {
  color: #000;
}

@media only screen and (max-width: 1080px) {
  .relate_text_link li a {
    padding: 18px 20px 18px 5px;
  }
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .relate_text_link a:hover {
    opacity: 1;
    color: #000;
    background: #fff;
  }
  body:not(.tab_view) .relate_text_link a:hover::after {
    color: #000;
    right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .relate_text_link_wrap {
    padding: 26px 0;
  }
  .relate_text_link_wrap.n_margin {
    margin: 0 0 -50px;
  }
  .relate_text_link {
    margin: 0 0 -5px !important;
  }
  .relate_text_link li {
    margin: 0 11px 5px 0 !important;
    width: calc((100% - 11px) / 2) !important;
    max-width: auto !important;
    max-width: initial !important;
  }
  .relate_text_link li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .relate_text_link li a {
    min-height: 42px;
    font-size: 1.2rem;
    line-height: 1.16;
    padding: 7px 20px 7px 10px;
  }
  .relate_text_link li a::after {
    font-size: 1.4rem;
  }
}

/*-----------------------------------------
  library
-----------------------------------------*/
.menu_library figure {
  overflow: hidden;
  position: relative;
}
.menu_library ul li figcaption {
  width: 90%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.library_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: -80px;
}
.library_news > * {
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
}
_:-ms-lang(x)::-ms-backdrop, .library_news > * {
  width: calc((100% - 100.1px) / 3);
}
.library_news > *:nth-of-type(3n) {
  margin-right: 0;
}
.library_news > *:nth-of-type(n+4) .news_area {
  min-height: 350px !important;
}
.library_news h3 {
  margin: 0 0 17px;
}

/* .news_area */
.library_news .news_area {
  border: none;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  min-height: 410px !important;
}
.library_news .news_area li {
    border-bottom: 1px solid #ccc;
}
.library_news .news_area li.empty {
  padding: 13px 10px 10px;
  border-bottom: none;
}
.library_news .news_area li > a {
  padding: 13px 10px 10px;
  display: block;
}
.library_news .news_area li .date {
  display: block;
  font-size: 1.4rem;
  margin: 0 20px 5px 0;
}
.library_news .news_area li .title {
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
}
.library_news .news_area li .size {
  font-weight: 400;
}

@media only screen and (max-width: 1080px) {
  .library_news > * {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  _:-ms-lang(x)::-ms-backdrop, .library_news > * {
    width: calc((100% - 80.1px) / 3);
  }
}

@media only screen and (max-width: 767px) {
  .library_news > *:nth-of-type(n+3) .news_area {
    min-height: auto !important;
  }
  .library_news {
    display: block;
    margin-bottom: 0;
  }
  .library_news > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 64px;
  }
  .library_news > *:last-child {
    margin-bottom: 0;
  }
  .library_news h3 {
    margin: 0 0 7px;
  }
  .library_news .news_area {
    margin: 0 0 20px;
  }
  .library_news .news_area li > a {
    padding: 13px 0;
  }
  .news_area li > a .ttl,
  #xj-governance .news_area li > a .ttl {
    font-size: 1.4rem;
  }
}

/*-----------------------------------------
  library financial-results
-----------------------------------------*/
.library_relate_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.library_relate_link li {
  width: 100%;
  max-width: 212px;
  border-right: 1px solid #000;
}
.library_relate_link li:first-child {
  border-left: 1px solid #000;
}
.library_relate_link li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.92;
  color: #000;
  text-align: center;
  background:  #fff;
  padding: 13px 10px;
}
.library_relate_link li.active a {
  background: #f0f0f0;
  font-weight: 700;
}

@media only screen and (max-width: 1080px) {
  .library_relate_link li a {
    font-size: 1.3rem;
  }
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .library_relate_link li a:hover {
    opacity: 1;
    font-weight: 700;
    background: #f0f0f0;
  }
}

@media only screen and (max-width: 767px) {
  .library_relate_link {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .library_relate_link li {
    width: 50%;
    max-width: auto;
    max-width: initial;
    max-width: 100%;
    margin: 0 0 10px;
  }
  .library_relate_link li:nth-child(2n + 1) {
    border-left: 1px solid #000;
  }
  .library_relate_link li a {
    font-size: 1.2rem;
  }
}

/* ------------------------------------
  growth-strategy
------------------------------------ */

h4.grow_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}
p.sec_border.narrow {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.basic_ul.align_c li::before{
  display: inline-block;
  left: auto;
  margin-left: -10px;
}
.group_strategy_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 2px dotted #CCCCCC;
}
.group_policy_ttl p {
  vertical-align: middle;
}
.group_policy_ttl p:first-child {
  display: inline-block;
  background-color: #005eae;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1;
  padding: 12px 6px;
  width: 56px;
  height: 56px;
  margin: 0 16px 20px 0;
}
.group_policy_ttl p:first-child span {
  font-size: 2.6rem;
  vertical-align: text-bottom;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.group_policy_ttl p:last-child {
  display: inline-block;
  max-width: 350px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}
.basic_ul.circle.txt_small li {
  margin: 0 0 8px;
  font-size: 1.4rem;
}
.group_strategy figure img {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
}
.group_strategy figure {
  margin-right: 0;
}

h4.strategy_list_ttl {
  font-size: 1.8rem;
  padding: 8px 0 10px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
h4.strategy_list_ttl.blue {
  color: #ffffff;
  background-color: #005EAE;
}
h4.strategy_list_ttl.gray {
  color: #000000;
  background-color: #EEEEEE;
  margin-bottom: 8px;
}
h4.strategy_ttl_normal {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 24px;
}

table.table_goal {
  width: 100%;
}
table.table_goal td {
  border: 1px solid #000000;
  font-weight: 700;
}
table.table_goal tr td.table_goal_ttl  {
  vertical-align: middle;
  text-align: center;
}
table.table_goal tr td.table_goal_ttl.environment  {
  color: #ffffff;
  background-color: #96BF64;
}
table.table_goal tr td.table_goal_ttl.social  {
  color: #ffffff;
  background-color: #E6A000;
}
table.table_goal tr td.table_goal_ttl.governance  {
  color: #ffffff;
  background-color: #005BAC;
}
table.table_goal tr:first-child td.table_goal_ttl  {
  width: 30%;
}
table.table_goal tr td.table_goal_cont {
  padding: 16px;
  width: 65%;
  line-height: 1.6;
}

table.table_development.pc {
  display: table;
}
table.table_development.sp {
  display: none;
}
table.table_development {
  width: 100%;
}
table.table_development td {
  border: 1px solid #000000;
  font-weight: 700;
  padding: 16px;
  line-height: 2;
}
table.table_development td span {
  color: #005EAE;
}
table.table_development tr:first-child td {
  text-align: center;
}
table.table_development tr td.table_development_ttl.pc {
  color: #ffffff;
  background-color: #005EAE;
  width: 25%;
  vertical-align: middle;
  text-align: center;
}
table.table_development tr td.table_development_ttl.sp {
  color: #ffffff;
  background-color: #ffffff;
  border: none;
}
table.table_development tr td.table_development_ttl.sp span {
  display: none;
}

.tech_scroll.strategy {
  padding: 0;
}
.txt_btn_set.size_full {
  max-width: 100%;
}
.fin_graph_wrap.strategy h3 {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  h2.sec_border.data {
    margin-bottom: 24px;
  }
  h2.sec_border.big {
    font-size: 2.9rem;
    margin-bottom: 24px;
  }
  p.highlight_line {
    font-size: 2.1rem;
    margin-top: 20px;
    line-height: 1.4;
  }
  p.highlight_line span::after {
    height: 10px;
  }
  p.highlight_line br.pc {
    display: block;
  }
  .sec_wrap.ir_individual h3, .cont_inner.narrow.ir_individual h3 {
    font-size: 2.1rem;
  }
  h4.grow_ttl {
    font-size: 1.8rem;
  }
  h4.strategy_list_ttl {
    font-size: 1.6rem;
  }
  p.sec_border.narrow {
    font-size: 1.6rem;
    padding: 4px 0;
  }
  .group_strategy_ttl {
    font-size: 1.6rem;
  }
  .group_policy_ttl p:first-child {
    margin: 0 8px 16px 0;
  }
  .group_policy_ttl p:last-child {
    max-width: 258px;
    font-size: 1.6rem;
  }
  .basic_ul.circle.txt_small li {
    margin: 0 0 0;
  }
  table.table_development.pc {
    display: none;
  }
  table.table_development.sp {
    display: block;
  }
  table.table_development.sp tr td{
   display: block;
   border-bottom: none;
   font-size: 1.4rem;
   padding: 8px 12px;
  }
  table.table_development.sp tr td.sub_ttl.sp{
    display: block;
    border-bottom: none;
   }
   table.table_development.sp tr:first-child td:nth-of-type(2){
    display: none;
   }
  table.table_development.sp tr:last-child td:last-child{
    border-bottom: 1px solid #000000;
   }
   table.table_development.sp tr td.table_development_subttl {
    text-align: center;
    background-color: #EEEEEE;
  }
  table.table_development.sp tr td.table_development_ttl.sp {
    color: #ffffff;
    background-color: #005EAE;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
  }
  table.table_development.sp tr td.table_development_ttl.sp span {
    display: inline-block;
    color: #ffffff;
  }
  table.table_development.sp tr td.table_development_ttl.pc {
    display: none;
  }
}
@media only screen and (max-width: 321px) {
  .group_policy_ttl p:last-child {
    max-width: 200px;
  }
}

/* ------------------------------------
  tekken plus
------------------------------------ */
.blog_cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 45px auto 0;
}
.blog_post {
  flex: 1;
}
.blog_post p {
  margin: 0 0 50px;
}
.blog_post img {
  height: auto;
}
.blog_sidebar {
  margin: 0 0 0 101px;
}
ul.blog_post_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -20px;
}
ul.blog_post_list > li {
  width: 48%;
  margin: 0 0 50px;
  align-self: stretch;
}
ul.blog_post_list > li > a {
  color: #000;
}
ul.blog_post_list li .post_info {
  position: relative;
  margin: 15px 0 0;
  font-size: 1.4rem;
}
ul.blog_post_list li .post_info ul.cat li {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background-color: rgba(0, 94 ,174 ,1);
  padding: 4px 23px 5px;
  margin-right: 5px;
}
ul.blog_post_list li .post_info .date {
  font-weight: 700;
  margin: 15px 0 6px;
}
ul.blog_post_list li .post_info h4 {
  line-height: 1.714;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0 0;
}
ol.pagination_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 12px;
}
ol.pagination_list a, ol.pagination_list li, .pagination_prev a, .pagination_next a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
ol.pagination_list li, ol.pagination_list li.current  {
  width: 50px;
  height: 50px;
  list-style: none;
  margin: 0 2.5px;
  border-radius: 4px;
  overflow: hidden;
}
ol.pagination_list li a {
  font-size: 2.1rem;
  color: #ffffff;
  width: 100%;
  height: 100%;
  background-color: #005BAC;
}
ol.pagination_list li.current {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #EEEEEE;
}
.pagination_prev, .pagination_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 116px;
  height: 50px;
  border-radius: 4px;
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #EEEEEE;
}
.pagination_prev a, .pagination_next a {
  font-size: 1.6rem;
  color: #000000;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.pagination_prev a > span, .pagination_next a > span {
  position: relative;
}
.pagination_prev a > span {
  margin: 0 0 0 16px;
}
.pagination_next a > span {
  margin: 0 0 0 -12px;
}
.pagination_prev a > span::before, .pagination_next a > span::after {
  content: '\e901';
  font-family: 'tekken';
  font-size: 1.75rem;
  color: #005BAC;
  display: block;
  position: absolute;
}
.pagination_prev a > span::before {
  margin: 0 10px 0 0;
  top: 46%;
  left: -17px;
  -webkit-transform: translateY(-50%) translateY(2px) rotate(180deg) !important;
   transform: translateY(-50%) translateY(2px) rotate(180deg) !important;
}
.pagination_next a > span::after {
  margin: 0 0 0 -10px;
  top: 46%;
  right: -17px;
  -webkit-transform: translateY(-50%) translateY(2px) rotate(0deg) !important;
   transform: translateY(-50%) translateY(2px) rotate(0deg) !important;
}

.blog_sidebar h4 {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 23px;
}

.blog_sidebar .post_search {
  margin: 0 0 50px;
}
.blog_sidebar .post_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: 1px solid #CCC;
  border-radius: 4px;

}
#post_search_area {
  width: 50px;
  height: 50px;
  background: url(/blog/img/search_icon.png) no-repeat center / 29px;
  border: none;
}
#post_search_txt {
  font-size: 1.6rem;
  max-width: 295px;
  padding: 13px 0;
}

.blog_sidebar .cat_all ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 341px;
  margin: 0 0 45px;
}
.blog_sidebar .cat_all ul > li {
  width: 48%;
  margin: 0 0 10px;
  align-self: stretch;
}
.blog_sidebar .cat_all ul > li a,
.blog_sidebar .cat_all ul > li.current {
  font-size: 1.4rem;
  color: #1558D6;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 6px 11px;
  margin: 0;
  border-radius: 4px;
  background-color: #ffffff;
  border: 2px solid #EEEEEE;
}
.blog_sidebar .cat_all ul > li.current {
  color: #fff;
  background-color: #1558D6;
  border: 2px solid #1558D6;
  width: 48%;
  align-self: flex-start;
}

.blog_sidebar .monthly_all h4 {
  margin: 0;
}
.blog_sidebar .monthly_list li dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding: 15px 0 15px 35px;
  border-bottom: 1px solid #EEEEEE;
  cursor: pointer;
}
.blog_sidebar .monthly_list li dl dt::before {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #1558D6 transparent transparent transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog_sidebar .monthly_list li dl.open dt::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blog_sidebar .monthly_list li dl dt span {
  font-size: 1.6rem;
}
.blog_sidebar .monthly_list li dl dd ul li a,
.blog_sidebar .monthly_list li dl dd ul li.current {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding: 15px 0 15px 35px;
  border-bottom: 1px dotted #EEEEEE;
}
.blog_sidebar .monthly_list li dl dd ul li.current {
  color: #000000;
}
.blog_sidebar .monthly_list li dl dd ul li:last-of-type a {
  border-bottom: 1px solid #EEEEEE;
}
.blog_sidebar .monthly_list li dl dd ul li a span,
.blog_sidebar .monthly_list li dl dd ul li.current span {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .blog_cont {
    flex-direction: column;
    overflow: hidden;
  }
  h3.title_blog_top {
    font-size: 1.8rem;
    text-align: center;
  }
  .blog_post p {
    margin: 0 0 30px;
  }
  ul.blog_post_list > li {
    width: 100%;
    margin: 0 0 30px;
  }
  ul.blog_post_list > li > a figure img {
    width: 100%;
  }
  ul.blog_post_list li .post_info ul.cat li {
    background-color: rgba(0, 94 ,174 ,0.85);
  }
  .pagination {
    margin: 20px 0 0;
  }
  ol.pagination_list li:nth-child(n+6) {
    display: none;
  }
  ol.pagination_list li, ol.pagination_list li.current {
    width: 42px;
    height: 42px;
  }
  .pagination_prev, .pagination_next {
    width: 42px;
    height: 42px;
  }
  .pagination_prev .prev_txt , .pagination_next .next_txt {
    display: none;
  }
  .pagination_prev a > span::before {
    margin: -2px 10px 0 0;
    top: 50%;
    left: -14px;
  }
  .pagination_next a > span::after {
    margin: -2px 0 0 -10px;
    top: 50%;
    right: -12px;
  }

  .blog_sidebar {
    max-width: 100%;
    margin: 30px 0 0;
  }
  .blog_sidebar .cat_all ul {
    max-width: 100%;
  }
  .blog_sidebar .post_search {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 429px) {
  ul.blog_post_list li .post_info ul.cat {
    position: absolute;
    top: -59vw;
    left: 1px;
  }
}
@media only screen and (max-width: 376px) {
  ul.blog_post_list li .post_info ul.cat {
    top: -59.5vw;
  }
}
@media only screen and (max-width: 321px) {
  ul.blog_post_list li .post_info ul.cat {
    top: -60vw;
  }
  ol.pagination_list li:nth-child(n+5) {
    display: none;
  }
  #post_search_txt {
    max-width: 248px;
  }
  .blog_sidebar .cat_all ul > li a {
    font-size: 1.25rem;
  }
}

/*article*/
.blog_cont.article {
  flex-wrap: wrap;
}
.blog_cont.article .blog_post {
  margin: 0 0 80px;
}
h2.title_blog {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0 50px;
  padding-top: 10px;
  text-align: left;
}
h2.title_blog span.category {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 4px 26px 6px 26px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #005EAE;
  vertical-align: bottom;
}
h2.title_blog span.plus_title {
  width: 100%;
  padding-top: 10px;
  display: block;
}
p span.texst_b {
  font-size: 2.1rem;
  font-weight: bold;
}
.article .deta {
  font-size: 1.9rem;
  font-weight: bold;
  color: #E01F0F;
}
.article .img_c {
  margin: 0 0 50px;
}
.link_box {
  padding: 30px;
  background-color: #F7F7F7;
  border: 1px solid #CCCCCC;
}
.link_box .link_title {
  display: block;
  font-weight: bold;
  margin: 0 0 16px;
}
.link_box span {
  display: block;
}
.link_box a {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #1558D6;
  margin: 0 0 10px;
  font-weight: bold;
}
.link_box span:last-child a {
  margin: 0;
}
.link_box a::after {
  content: "\e901";
  font-family: 'tekken';
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  color: #1558D6;
  position: absolute;
  top: 60%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.same_box h3{
  font-weight: bold;
  display: block;
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #000000;
}
.same_box ul.blog_post_list {
  justify-content: inherit;
}
.same_box ul.blog_post_list > li {
  width: 23%;
  margin: 0 0 50px 2.6%;
}
.same_box ul.blog_post_list > li:nth-child(1),
.same_box ul.blog_post_list > li:nth-child(5),
.same_box ul.blog_post_list > li:nth-child(9) {
  margin: 0 0 50px 0;
}
.same_box > p {
  margin: 0;
}
.blog_cont.article .relate_link_wrap.n_margin {
  position: relative;
  margin: 0 0 -80px;
  width: 100%;
  max-width: 100%;
}
.blog_cont.article .relate_link_wrap.n_margin::before {
  content: '';
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: #E5EEF6;
  z-index: -999;
}

@media only screen and (max-width: 767px) {
  .article .deta {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
  h2.title_blog {
    text-align: left;
    margin: 0 0 20px;
  }
  h2.title_blog span.category {
    font-size: 1.1rem;
    vertical-align: top;
  }
  h2.title_blog span.plus_title {
    width: 100%;
    padding-top: 0;
    display: block;
  }
  .same_box h3 {
    margin: 0 0 25px;
    text-align: center;
  }
  .article .img_c {
    margin: 0 0 30px;
  }
  .link_box {
    padding: 15px;
  }
  .link_box span {
    font-size: 1.4rem;
  }
  .link_box a::after {
    font-size: 1.4rem;
  }
  .same_box ul.blog_post_list {
    margin: 0;
  }
  .same_box ul.blog_post_list > li {
    width: 90%;
    margin: 0 auto 20px;
  }
  .same_box ul.blog_post_list > li:nth-child(1),
  .same_box ul.blog_post_list > li:nth-child(5),
  .same_box ul.blog_post_list > li:nth-child(9) {
    margin: 0 auto 20px;
  }
  .same_box ul.blog_post_list li .post_info ul.cat {
    position: relative;
    top: 0;
  }
  .same_box > p {
    margin: 0 0 30px;
  }
  .blog_cont.article .blog_sidebar {
    order: 3;
  }
  .blog_cont.article .relate_link_wrap.n_margin {
    order: 2;
    margin: 0;
  }
  .blog_cont.article .blog_post {
    margin: 0 0 50px;
    width: 100%;
    max-width: 100%;
  }

  .blog_cont.article .blog_post .youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .blog_cont.article .blog_post .youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
}
/* ------------------------------------
  contact
------------------------------------ */
.contact_wrap {
  border-top: 1px solid #000;
  padding: 20px 0 0;
}
.contact_wrap > p {
  padding: 0 0 50px;
}
.form_field {
  width: 650px;
  margin: 30px auto 0;
}
.form_field .validated input {
  border: 2px solid #005EAE;
  background: transparent;
}
.form_field .validated {
  position: relative;
  width: 351px;
}
.form_field .validated::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -999;
  top: 12px;
  right: 20px;
  width: 13px;
  height: 23px;
  transform: rotate(40deg);
  border-bottom: 5px solid #005EAE;
  border-right: 5px solid #005EAE;
}
.form_field input[type="text"]:focus,
.form_field input[type="email"]:focus,
.form_field input[type="tel"]:focus,
.form_field input[type="number"]:focus,
.form_field textarea:focus {
  border: 2px solid #08C768;
}
.form_field .error input {
  border: 1px solid #B0000D;
  background: #FFEAF8;
}
.form_field .aform-error label {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
  background: #B0000D;
  padding: 8px 15px 11px;
  bottom: 180px;
  left: 25%;
}
.form_field .aform-error.email {
  display: block;
}
.form_field .aform-error label::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 15px;
  bottom: -10px;
  border-style: solid;
  border-width: 10px 12.5px 0 12.5px;
  border-color: #b0000c transparent transparent
}
.form_field .aform-input.error {
  border: 1px solid #B0000D;
  background: #FFEAF8;
  color: #b0000c;
}

.form_field dl {
  border-bottom: 1px dotted #C3C3C3;
}
.form_field dl:last-child {
  border-bottom: none;
  margin-bottom: 50px;
}
.form_field dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #383838;
  padding: 30px 0 10px;
  position: relative;
}
.form_field dl dt span.aform-required {
  display: block;
  font-size: 1.2rem;
  background: #B0000D;
  color: #ffffff;
  width: 54px;
  padding: 3px 0 4px;
  margin: 0 0 10px;
  text-align: center;
  position: absolute;
  top: 0;
}
.form_field dl dd {
  position: relative;
  line-height: 1.9;
}
.form_field dl.form_name dd{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_field dl.form_name dd > div {
  margin: 0 10px 0 0;
}
.form_field dl.form_name dd > div span {
  font-size: 1.4rem;
  margin: 0 0 5px;
  display: block;
}
.form_field dl.form_name dd input {
  width: 170px;
}
.form_field dl dd {
  font-size: 1.8rem;
  margin: 0 0 30px;
}
.form_field dl.dl_catselect dd ul,
.form_field dl.dl_typepc dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 0;
}
.form_field dl.dl_catselect dd ul li {
  margin: 0 0 20px;
}
.form_field dl.dl_catselect dd ul li:nth-child(n+5) {
  margin: 0;
}
.form_field dl.dl_catselect dd ul li label,
.form_field dl.dl_typepc dd ul li label {
  padding-left: 30px;
  font-size: 1.6rem;
  position: relative;
  margin-right: 20px;
  color: #383838;
}
.form_field dl.dl_catselect dd ul li label::before,
.form_field dl.dl_typepc dd ul li label::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #C3C3C3;
  border-radius: 50%;
}
.form_field dl.dl_catselect dd ul li input,
.form_field dl.dl_typepc dd ul li input {
  display: none;
}
.catselect:checked + label::after,
.typepc:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #005EAE;
}
.form_field dl.dl_name dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_field dl.dl_name dd ul li {
  position: relative;
  margin: 0 10px 0 0;
}
.form_field dl.dl_name dd ul li input {
  width: 170px;
  margin-top: 25px;
}
.form_field dl.dl_email dd label.aform-twice-note {
  display: block;
  margin: 16px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #383838;
}
.form_field dl.dl_name dd ul li label {
  position: absolute;
  top: -6px;
  font-size: 1.4rem;
  margin: 0 0 5px;
  display: block;
}
.form_field dl dd input {
  width: 351px;
}
.form_field dl.dl_form_adress dd input {
  width: 100%;
}
.form_field dl.dl_postcode dd input {
  width: 148px;
}
.form_field dl.dl_content {
  margin: 0 0 50px;
  border-bottom: none;
}
.form_field dl dd .aform-input-example {
  color: #868686;
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 0.3em;
}
.form_field dl dd input,
.form_field dl dd textarea,
.form_field dl dd select {
  padding: 12px 15px 13px 10px;
  font-size: 1.6rem;
  color: #383838;
  border-radius: 4px;
  border: 1px solid #C3C3C3;
  background: #ffffff;
}
.form_field dl dd textarea {
  width: 100%;
  height: 267px;
}
.form_field dl dd .aform-confirm {
  font-size: 1.6rem;
}
main #aform-confirm-form span.aform-required {
  display: none;
}
.form_field dl dd select {
  width: 100%;
  padding: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #eee;
}
.form_field dl dd select::-ms-expand {
    display: none;
}

.contact_wrap h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0 0 30px;
  color: #383838;
}
.policy_wrap {
  padding: 0 0 50px;
}
.policy_cont {
  margin: 0 0 10px;
  border: 1px solid #cacaca;
  border-radius: 4px;
}
.policy_cont .policy_inner {
  height: 257px;
  padding: 25px;
  overflow-y: scroll;
}
.policy_wrap h3 {
  font-size: 1.6rem;
  color: #383838;
  margin: 0 0 20px;
}
.policy_wrap p {
  font-size: 1.4rem;
  color: #383838;
  line-height: 1.6;
  margin: 0 0 20px;
}
.policy_wrap ul li dl {
  margin: 0 0 20px;
}
.policy_wrap ul li dt, .policy_wrap ul li dd {
  font-size: 1.4rem;
  color: #383838;
  line-height: 1.6;
}
.policy_wrap ul li dt {
  font-weight: 700;
  margin: 0 0 20px;
}
.policy_wrap ul li dd ol {
  margin: 20px 0 0;
  padding: 0 0 0 25px;
}

.form_btn_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 50px 0 0;
  border-top: 1px solid #000;
}
.form_btn_wrap .reset_btn {
  margin-right: 20px;
}
.form_btn_wrap .reset_btn input {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  width: 120px;
  height: 50px;
  background: #EEEEEE;
  cursor: pointer;
}
.form_btn_wrap .confirm_btn .btn {
  height: 50px;
  padding: 11px 35px 11px 14px;
}
.form_btn_wrap .submit_btn .btn {
  width: 351px;
  height: 50px;
  padding: 11px 35px 11px 14px;
}
.form_btn_wrap .back_btn {
  position: absolute;
  left: 40px;
}
.form_btn_wrap .back_btn a {
  color: #000000;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 50px;
}
.form_btn_wrap .back_btn a span {
  padding: 0 0 0 10px;
}
.form_btn_wrap .back_btn a::before {
  content: '';
  position: absolute;
  background: url( /css/"/inquiry/img/icon_back.svg" ) center center / 36px 36px no-repeat #ffffff;
  width: 50px;
  height: 50px;
  left: -42px;
}

.contact_complete_wrap h2 {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: left;
}
.contact_complete_wrap h2 + p, .contact_complete_wrap > p {
  text-align: left;
  margin: 0 0 20px;
}
.contact_complete_wrap p:last-of-type {
  margin: 0 0 40px;
}


@media only screen and (max-width: 767px) {
  .contact_wrap > p {
    padding: 0 0 25px;
    margin: 0 0 5px;
  }
  .form_field {
    width: 100%;
    margin: 0 auto;
  }
  .form_field dl {
    padding: 50px 0 0;
  }
  .form_field dl.dl_corpname, .form_field dl.dl_position,
  .form_field dl.dl_tel, .form_field dl.dl_postcode,
  .form_field dl.dl_form_adress {
    padding: 10px 0;
  }
  .form_field dl dt {
    font-size: 1.6rem;
    padding: 0 0 20px;
  }
  .form_field dl dt span.aform-required {
    top: -35px;
  }
  .form_field dl dd input, .form_field dl dd textarea {
    font-size: 1.4rem;
  }
  .form_field dl dd input {
    width: 100%;
  }
  .form_field dl.form_name dd input {
    width: 100%;
  }
  .form_field dl.dl_catselect dd ul, .form_field dl.dl_typepc dd ul {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .form_field dl.dl_catselect dd ul li label, .form_field dl.dl_typepc dd ul li label {
    font-size: 1.4rem;
    padding-left: 30px;
    position: relative;
    margin-right: 20px;
    color: #383838;
  }
  .form_field dl.dl_catselect dd ul li {
    margin: 0 0 15px;
  }
  .form_field dl.dl_catselect dd ul li:nth-child(n+5),
  .form_field dl.dl_typepc dd ul li {
    margin: 0 0 15px;
  }
  .form_field dl.dl_catselect dd ul li:last-child,
  .form_field dl.dl_typepc dd ul li:last-child {
    margin: 0;
  }
  .form_field .aform-error label {
    font-size: 1.2rem;
    padding: 8px 15px 8px;
    left: 35%;
    bottom: 185px;
    max-width: 230px;
  }
  .form_field .form_content dl:last-child {
    margin: 0;
  }
  .form_field dl dd.form_txt_long {
    font-size: 1.4rem;
    line-height: 2.2;
  }
  main #aform-confirm-form .form_field dl {
    padding: 20px 0 0;
  }
  main #aform-confirm-form .form_field dl dt {
    padding: 0 0 10px;
  }
  main #aform-confirm-form .form_field dl dd {
    margin: 0 0 20px;
  }
  .contact_wrap h2 {
    font-size: 1.6rem;
  }
  .policy_wrap {
    padding: 0 0 25px;
    margin: 0 0 30px;
  }
  .policy_wrap h3 {
    font-size: 1.4rem;
  }
  .policy_cont .policy_inner {
    height: 351px;
    padding: 20px;
  }
  .form_btn_wrap {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .form_btn_wrap .confirm_btn {
    order: 1;
    margin-bottom: 20px;
  }
  .form_btn_wrap .reset_btn {
    order: 2;
    margin-right: 0;
  }
  .form_btn_wrap .submit_btn .btn {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .form_btn_wrap .back_btn {
    order: 2;
    position: static;
  }
  .form_btn_wrap .back_btn a {
    height: 28px;
    width: 165px;
    font-size: 1.4rem;
  }
  .form_btn_wrap .back_btn a span {
    padding: 0 0 0 35px;
  }
  .form_btn_wrap .back_btn a::before {
    background: url( /css/"/inquiry/img/icon_back.svg" ) center center / 28px 28px no-repeat #fff;
    width: 28px;
    height: 28px;
    left: 0;
  }
  .contact_complete_wrap h2 {
    font-size: 1.6rem;
  }
}

/* ------------------------------------
  faq
------------------------------------ */
.faq_cont {
  max-width: 1166px;
  margin: 0 auto 80px;
}
.faq_cont > dl {
  position: relative;
  cursor: pointer;
}
.faq_cont > dl:first-child dt {
  border-top: 1px dashed #ccc;
}
.faq_cont > dl dt {
  font-size: 1.8rem;
  line-height: 1.22;
  font-weight: 700;
  border-bottom: 1px dashed #ccc;
  padding: 25px 60px 25px 90px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq_cont > dl dt::before {
  width: 38px;
  height: 38px;
  content: "Q";
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #005bac;
  margin: 0 10px 0 0;
  position: absolute;
  top: 18px;
  left: 30px;
}
.faq_cont > dl dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 33px;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 11px 0 11px;
  border-color: #005bac transparent transparent transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq_cont > dl.open dt::after {
  border-color: #ccc transparent transparent transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq_cont > dl dd {
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 25px 30px 25px 90px;
  border-bottom: 1px dashed #ccc;
}
.faq_cont > dl dd a {
  font-weight: 700;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .faq_cont > dl dt:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  .faq_cont {
    margin: 0 0 30px;
  }
  .faq_cont > dl dt {
    font-size: 1.4rem;
    line-height: 1.285;
    padding: 20px 30px 20px 40px;
  }
  .faq_cont > dl:first-child dt {
    border-top: none;
  }
  .faq_cont > dl dt::before {
    font-size: 1.9rem;
    line-height: 28px;
    width: 30px;
    height: 30px;
    top: 14px;
    left: 0;
  }
  .faq_cont > dl dt::after {
    top: 23px;
    right: 0;
  }
  .faq_cont > dl dd {
    font-size: 1.4rem;
    line-height: 1.714;
    padding: 18px 0;
  }
}

/*-----------------------------------------

  works

-----------------------------------------*/
/* ------------------------------------
  index
------------------------------------ */
.pg_title.works {
  background: url(/works/img/works_bg_pc.jpg) center center no-repeat;
  background-size: cover;
}
.banner_btn figcaption > .en.bnr_jp_small{
  font-family: 'Noto Sans JP', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', sans-serif;
  font-size: 1.6rem;
  font-weight: lighter;
}
.search_cont dd.dd_wrk_mg{
  padding: 30px;
}
.search_cont.spmb_works dt {
  margin: 0 0 0px;
}
.works_radio label:not(:last-child) {
  margin-right: 25px;
}
.works_radio label {
  display: inline-block;
}
.works_radio.n_margin {
  margin-bottom: -25px;
}
.works_radio input{
  display: none;
}
.works_radio input{
  display: none;
}
.works_radio span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
.works_radio span::before,
.works_radio span::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ccc;
  cursor: pointer;
  border-radius: 20px;
}
.works_radio input:checked + span:before{
 content: "";
    position: absolute;
    left: 10px;
    top: 50%;
  transform: translateY(-50%);
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 4px solid #005EAE;
    z-index: 200;
}
.work_serc_all{
  text-align: left;
  margin: 0 0 40px 0;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #EEEEEE;
}
.work_serc_all input{
  display: none;
}
.work_serc_all input:checked + span:after {
  content:'\e905';
  font-family: 'tekken';
  font-size: 1.0rem;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}
.work_serc_all input:checked + span:before{
  background: #005eae;
  border: 2px solid #005eae;
  border-radius: 4px;
}
.work_serc_all span {
  display: inline-block;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
.work_serc_all span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ccc;
  cursor: pointer;
  border-radius: 4px;
}

@media only screen and (max-width: 767px){
  .pg_title.works {
      background: url(/works/img/works_bg_sp.jpg) center center no-repeat;
      background-size: cover;
  }
  .search_cont.spmb_works dt {
    margin: 0 0 0px;
  }
  .work_serc_all{
    font-size: 1.6rem;
  }
  .banner_btn figcaption > .en.bnr_jp_small{
    font-size: 1.4rem;
    font-weight: lighter;
  }
  .works_radio span {
    font-size: 1.6rem;
  }
}
/* ------------------------------------
  article
------------------------------------ */
.workwrap{
  max-width: 900px;
  margin: 0 auto;
}
h3.works_ttl{
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0 10px;
}
span.works_label{
  display: inline-block;
  width: 96px;
  margin: 0 10px 10px 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  border-radius: 2px;
  background: #000;
  padding: 8px 2px;
}
.works_medaltxt{
  font-size: 1.6rem;
  font-weight: bold;
  color: #9F9161;
  padding-left: 30px;
  line-height: 30px;
  background: url(/works/img/medal.png) no-repeat;
}
#works_slider .slider{
  width: 900px;
  margin-bottom: 100px;
}
#works_slider .slider .slick-prev, #works_slider .slider .slick-next {
  height: 100%;
  width: 50px;
  background: none;
  z-index: 1;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#works_slider .slick-prev:before, #works_slider .slick-next:before {
  font-size: 40px;
  line-height: 1;
  opacity: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#works_slider .slider .slick-next {
  right: -80px;
}
#works_slider .slider .slick-prev {
  left: -80px;
}

#works_slider .slick-dots {
	bottom: -30px;
}
#works_slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#works_slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	text-indent: -9999px;
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 8px;
	outline: 0;
  border-radius: 12px;
	transition-duration: 0.3s;
  border: solid 1px #CCCCCC;
}
#works_slider .slick-dots li button:before {
	content: none;
}
#works_slider .slick-dots li:nth-child(1) button {
  background: #FFFFFF;
}
#works_slider .slick-dots li:nth-child(2) button {
	background: #FFFFFF;
}
#works_slider .slick-dots li:nth-child(3) button {
	background: #FFFFFF;
}
#works_slider .slick-dots li:nth-child(4) button {
	background: #FFFFFF;
}
#works_slider .slick-dots li:nth-child(5) button {
	background: #FFFFFF;
}
#works_slider .slick-dots li button:hover, #works_slider .slick-dots li.slick-active button {
	width: 17px;
	height: 17px;
  background: #005EAE;
  border-radius: 12px;
}
.dashed_w_table.work_tbl_color th{
  background: #F0F0F0;
}

@media only screen and (max-width: 767px) {
  #works_slider .slider{
    width: 100%;
  }
  #works_slider .slick-prev:before, #works_slider .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #FFF;
  }
  #works_slider .slider .slick-next {
    right: 0px;
  }
  #works_slider .slider .slick-prev {
    left: 0px;
  }
}

/* ------------------------------------
  ongoing
------------------------------------ */
.article_title {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.article_title .new {
  position: relative;
  padding: 0 10px 6px 120px;
}
.article_title .new::before {
  content: "NEW";
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background: #b0000d;
  padding: 7px 36px;
  margin: 0 15px 0 0;
  position: absolute;
  top: 1px;
  left: 0;
}
.ongoing p .deta {
  display: block;
  font-weight: bold;
}
.dashed_w_table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.ongoing .dashed_w_table th {
  position: initial;
}
.ongoing .clm_2 {
  margin-bottom: 30px;
}
.ongoing .clm_2 > * {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}
.ongoing .clm_2 > *:nth-of-type(2n) {
  margin-right: 0;
}
.ongoing .clm_2 > p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .article_title {
    width: 94%;
    margin: 0 auto 30px;
    padding: 36px 0 0px;
    text-align: left;
    font-size: 2.0rem;
  }
  .article_title .new {
    position: relative;
    padding: 35px 0 0;
  }
  .ongoing .clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ongoing .clm_2 > * {
    width: 100%;
  }
  .ongoing .clm_2 > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ongoing .clm_2:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .ongoing .clm_2 > div p {
    margin: 0;
  }
}

/* ------------------------------------
  accordion_cont
------------------------------------ */
.accordion_cont {
  max-width: 1166px;
  margin: 0 auto 80px;
}
.accordion_cont > .accordion_outer {
  position: relative;
  cursor: pointer;
}
.accordion_cont > .accordion_outer .accordion_ttl {
  font-size: 1.8rem;
  line-height: 1.22;
  font-weight: 700;
  padding: 25px 60px 25px 90px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordion_cont > .accordion_outer .accordion_ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 33px;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 11px 0 11px;
  border-color: #005bac transparent transparent transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordion_cont > .accordion_outer.open .accordion_ttl {
  background: #ffffff;
}
.accordion_cont > .accordion_outer.open .accordion_ttl::after {
  border-color: #005bac transparent transparent transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion_cont > .accordion_outer .accordion_inner_cont {
  padding: 0 0 10px;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .accordion_cont > .accordion_outer .accordion_ttl:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  .accordion_cont {
    margin: 0 0 30px;
  }
  .accordion_cont > .accordion_outer .accordion_ttl {
    font-size: 1.4rem;
    line-height: 1.285;
    padding: 20px 30px 20px 40px;
    margin-bottom: 20px;
  }
  .accordion_cont > .accordion_outer .accordion_ttl::after {
    top: 23px;
    right: 10px;
  }
  .accordion_cont > .accordion_outer .accordion_inner_cont {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}

/*-----------------------------------------
  customer
-----------------------------------------*/
.tel_set {
  text-align: center;
}
.tel_set .tel_target,
.tel_set .tel_nums {
  display: block;
  line-height: 1.4;
}
.tel_set .tel_target {
  font-size: 1.4rem;
}
.tel_set .tel_nums .tel {
  font-size: 3rem;
  font-weight: 700;
}

.enoteless_info_list {
  width: 620px;
  margin: 0 auto 40px;
}
.enoteless_info_list li {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .enoteless_info_list {
    width: 100%;
    margin: 0 auto 20px;
  }
}

/* ------------------------------------
  search result
------------------------------------ */
#search_sort_field {
  padding: 24px 40px;
  background: #F7FAFD;
}

@media only screen and (max-width: 767px) {
  #search_sort_field {
    padding: 24px 20px 0;
  }
}

#search_sort_field .input_field {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #EEE;
  border-radius: 4px;
}

/* search_sort_field accordion */
#search_sort_field .accordion {
  margin-bottom: 0 !important;
}
#search_sort_field .accordion dl {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #search_sort_field .accordion dt {
    margin: 16px -20px 0;
    padding: 12px 20px;
    font-size: 1.6rem;
    color: #005EAE;
    cursor: pointer;
    background: #DEEFFF;
    position: relative;
  }
  #search_sort_field .accordion dt::before {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    background: #005EAE;
    border-radius: 100vmax;
    position: absolute;
    top: 50%;
    right: 22px;
    translate: 0 -50%;
  }
  #search_sort_field .accordion dt::after {
    content: '＋';
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: 48%;
    right: 26px;
    translate: 0 -50%;
  }
  #search_sort_field .accordion .open dt::after {
    content: '－';
  }
  #search_sort_field .accordion dd {
    display: none;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #search_sort_field .accordion dt {
    display: none !important;
  }
  #search_sort_field .accordion dd {
    display: block !important;
  }
}

/* filetype_field */
#search_sort_field ._sitesearch3_component ._attributegroup {
  margin: 0;
  padding: 0;
}
#search_sort_field .input_field .filetype_field {
  border-right: 2px solid #EEE;
}
#search_sort_field .input_field .filetype_field form {
  position: relative;
}
#search_sort_field .input_field .filetype_field form::before {
  content: '';
  width: 8px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  background: #666666;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
#search_sort_field .input_field .filetype_field select {
  height: 60px;
  padding: 20px 40px 20px 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #search_sort_field .input_field .filetype_field form::before {
    right: 8px;
  }
  #search_sort_field .input_field .filetype_field select {
    height: 45px;
    padding: 12px 20px 12px 8px;
    position: relative;
  }
}

/* keyword_field */
#search_sort_field .keyword_field {
  flex: 1;
}
#search_sort_field .keyword_field form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#search_sort_field .keyword_field input[type="search"] {
  height: 60px;
  padding: 16px;
  flex: 1;
}
#search_sort_field .keyword_field .poplink {
  width: 100% !important;
  top: 60px;
}
#search_sort_field .keyword_field [type="submit"] {
  width: 56px;
  height: 60px;
  cursor: pointer;
  color: #fff;
  position: relative;
  background: #005EAE;
  border-radius: 0 4px 4px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#search_sort_field .keyword_field [type="submit"]::before {
  content: "\e904";
  font-family: 'tekken';
  font-size: 2.4rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

@media only screen and (max-width: 767px) {
  #search_sort_field .keyword_field input[type="search"] {
    width: calc(100% - 45px);
    height: 45px;
    padding: 12px 8px;
    font-size: 1.6rem;
  }
  #search_sort_field .keyword_field .poplink {
    top: 45px;
  }
  #search_sort_field .keyword_field [type="submit"] {
    width: 45px;
    height: 45px;
  }
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) #search_sort_field .keyword_field [type="submit"]:hover {
    opacity: 0.6;
  }
}

/* lastmodifiedselector_field */
#search_sort_field ._sitesearch3_component ._lastmodifiedselector {
  margin: 16px 0 0 0;
  padding: 0;
  justify-content: flex-start;
}
#search_sort_field ._sitesearch3_component ._lastmodifiedselector>._label {
  flex: none;
  padding-right: 16px;
}
#search_sort_field ._sitesearch3_component ._lastmodifiedselector form {
  position: relative;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #EEE;
}
#search_sort_field ._sitesearch3_component ._lastmodifiedselector form::before {
  content: '';
  width: 8px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  background: #666666;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
#search_sort_field ._sitesearch3_component ._lastmodifiedselector select {
  height: 40px;
  padding: 10px 28px 10px 12px;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #search_sort_field ._sitesearch3_component ._lastmodifiedselector ._last_modifieds {
    width: 100%;
  }
  #search_sort_field ._sitesearch3_component ._lastmodifiedselector>._label {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

/* category_field */
#search_sort_field .category_field {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #E2E2E2;
}
#search_sort_field .category_field ._group {
  font-size: 1.6rem;
}
#search_sort_field .category_field ._attributes {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 40px;
}
#search_sort_field .category_field ._attribute {
  min-width: 112px;
  margin: 0;
}
#search_sort_field .category_field ._attribute label {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
#search_sort_field .category_field ._attribute label::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 0;
  background: #fff;
  border: 2px solid #CCCCCC;
  border-radius: 2px;
  transition: all 0.3s ease-out;
}
#search_sort_field .category_field ._attribute label::after {
  opacity: 0;
  content: '\e905';
  font-family: 'tekken';
  font-size: 0.8rem;
  color: #fff;
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  transition: opacity 0.3s ease-out;
}

#search_sort_field .category_field ._attribute label input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  position: relative;
}

#search_sort_field .category_field ._attribute label input[type="checkbox"]:checked {
}
#search_sort_field .category_field ._attribute label:has(input[type="checkbox"]:checked)::before {
  background: #005EAE;
  border: 2px solid #005EAE;
}
#search_sort_field .category_field ._attribute label:has(input[type="checkbox"]:checked)::after {
  opacity: 1;
}
#search_sort_field .category_field ._attribute label:has(input[type="checkbox"]:focus-visible)::before {
  border: 2px solid #005EAE;
}
#search_sort_field .category_field ._label {
  font-size: 1.4rem;
}
#search_sort_field .category_field ._count {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  #search_sort_field .category_field ._attributes {
    margin-top: 8px;
    gap: 4px 12px;
  }
}

/* pagenator_field */
#search_result .pagenator_field {
  margin-top: 40px;
}
#search_result .pagenator_field ._pagenator {
  margin: 0;
  padding: 0;
  gap: 8px;
}
#search_result .pagenator_field ._pagenator ._nav {
  flex: none;
  margin: 0;
  padding: 0;
}
#search_result .pagenator_field ._pagenator ._nav._page {
  display: flex;
  padding: 0;
}
#search_result .pagenator_field ._pagenator ._nav a,
#search_result .pagenator_field ._pagenator ._nav ._disable,
#search_result .pagenator_field ._pagenator ._nav._page._current {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  border: 2px solid #005EAE;
  border-radius: 4px;
}
#search_result .pagenator_field ._pagenator ._nav a {
  color: #fff;
  background: #005EAE;
}
#search_result .pagenator_field ._pagenator ._nav ._disable {
  color: #ADADAD;
  background: #fff;
  border: 2px solid #EEEEEE;
}
#search_result .pagenator_field ._pagenator ._nav._page._current {
  color: #000;
  background: #fff;
  border: 2px solid #EEEEEE;
}
#search_result .pagenator_field ._pagenator ._nav._prev {
  margin-right: 40px;
  position: relative;
}
#search_result .pagenator_field ._pagenator ._nav._prev >*::before {
  content: "\e907";
  font-family: 'tekken';
  font-size: 1.3rem;
  font-weight: 400;
  color: #005EAE;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 180deg;
}
#search_result .pagenator_field ._pagenator ._nav._prev >*._disable::before {
  color: #000;
}
#search_result .pagenator_field ._pagenator ._nav._next {
  margin-left: 40px;
  position: relative;
}
#search_result .pagenator_field ._pagenator ._nav._next >*::before {
  content: "\e907";
  font-family: 'tekken';
  font-size: 1.3rem;
  font-weight: 400;
  color: #005EAE;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#search_result .pagenator_field ._pagenator ._nav._next >*._disable::before {
  color: #000;
}
#search_result .pagenator_field ._pagenator ._nav._first {
  position: relative;
}
#search_result .pagenator_field ._pagenator ._nav._first >*::before {
  content: "\e908";
  font-family: 'tekken';
  font-size: 1.3rem;
  font-weight: 400;
  color: #005EAE;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#search_result .pagenator_field ._pagenator ._nav._first a,
#search_result .pagenator_field ._pagenator ._nav._prev a,
#search_result .pagenator_field ._pagenator ._nav._next a {
  color: #005EAE;
  background: #fff;
  border: 2px solid #EEEEEE;
}

@media only screen and (max-width: 767px) {
  #search_result .pagenator_field {
    margin-top: 24px;
  }
  #search_result .pagenator_field ._pagenator ._nav a,
  #search_result .pagenator_field ._pagenator ._nav ._disable,
  #search_result .pagenator_field ._pagenator ._nav._page._current {
    width: 38px;
    height: 38px;
    font-size: 1.4rem;
  }
  #search_result .pagenator_field ._pagenator ._nav._prev {
    margin-right: 0;
  }
  #search_result .pagenator_field ._pagenator ._nav._prev >*::before {
    font-size: 1rem;
  }
  #search_result .pagenator_field ._pagenator ._nav._next {
    margin-left: 0;
  }
  #search_result .pagenator_field ._pagenator ._nav._next >*::before {
    font-size: 1rem;
  }
  #search_result .pagenator_field ._pagenator ._nav._first >*::before {
    font-size: 1rem;
  }
}

/* searchstatus_wrap */
#search_result .searchstatus_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #search_result .searchstatus_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 8px;
  }
}

/* searchstatusfull_field */
#search_result .searchstatusfull_field ._keyword,
#search_result .searchstatusfull_field ._totalhits,
#search_result .searchstatusfull_field ._countstart,
#search_result .searchstatusfull_field ._countend {
  font-weight: 700;
  font-size: 1.8rem;
}
#search_result .searchstatusfull_field ._totalhits {
  padding-left: 25px;
  position: relative;
}
#search_result .searchstatusfull_field ._totalhits:before {
  content: '';
  width: 1px;
  height: 16px;
  display: block;
  position: absolute;
  left: 12px;
  top: 7px;
  background: #E2E2E2;
}
@media only screen and (max-width: 767px) {
  #search_result .searchstatusfull_field ._keyword,
  #search_result .searchstatusfull_field ._totalhits,
  #search_result .searchstatusfull_field ._countstart,
  #search_result .searchstatusfull_field ._countend {
    font-size: 1.6rem;
  }
  #search_result .searchstatusfull_field ._totalhits {
    padding-left: 8px;
  }
  #search_result .searchstatusfull_field ._totalhits:before {
    content: none;
  }
}

/* countselector_field */
#search_result .countselector_field ._countselector {
  margin: 0;
  padding: 0;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search_result .countselector_field ._label {
  font-weight: 500;
}
#search_result .countselector_field ._count {
  padding: 0 0 0 25px;
  font-size: 1.8rem;
  position: relative;
}
#search_result .countselector_field ._count::before {
  content: '';
  width: 1px;
  height: 16px;
  display: block;
  position: absolute;
  top: 4px;
  left: 12px;
  background: #E2E2E2;
}
#search_result .countselector_field ._count:nth-child(2) {
  padding-left: 10px;
}
#search_result .countselector_field ._count:nth-child(2)::before {
  content: none;
}

@media only screen and (max-width: 767px) {
  #search_result .countselector_field ._count {
    padding-left: 16px;
    font-size: 1.6rem;
    position: relative;
  }
  #search_result .countselector_field ._count::before {
    top: 3px;
    left: 8px;
  }
}

/* searchresults_field */
#search_result .searchresults_field {
  margin-top: 8px;
}
#search_result .searchresults_field ._items {
  padding-bottom: 40px;
  border-bottom: 2px solid #F0F0F0;
}
#search_result .searchresults_field ._item {
  margin-bottom: 0;
}
#search_result .searchresults_field ._item:not(:first-child) {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 2px solid #F0F0F0;
}
#search_result .searchresults_field ._item:first-child {
  padding-top: 24px;
  border-top: 2px solid #F0F0F0;
}
#search_result ._items ._item ._wrap {
  width: 100%;
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: min-content;
}
#search_result ._items>._item ._wrap ._layoutgroup1 {
  grid-area: 1 / 1 / 2 / 3;
}
#search_result ._items>._item ._wrap ._layoutgroup2 {
  grid-area: 2 / 1 / 3 / 2;
}
#search_result ._items>._item ._wrap ._layoutgroup3 {
  grid-area: 2 / 2 / 3 / 3;
}
#search_result ._items ._item ._wrap ._filetype._filetype_pdf {
  background: url(/img/common/icon_pdf.svg) no-repeat center center / 20px auto;
}
#search_result ._items>._item ._wrap ._layoutgroup1 {
  width: 100%;
  margin-bottom: 0;
}

#search_result ._items>._item ._wrap ._seq {
  margin-right: 8px;
}
#search_result ._items>._item ._wrap ._layoutgroup2 {
  width: 202px;
}
#search_result ._items>._item ._wrap ._thumbnail {
  width: 202px;
  height: auto;
  min-width: auto;
  min-height: auto;
  max-height: 202px;
  margin: 0;
  text-align: center;
}
#search_result ._items ._item ._wrap ._thumbnail a {
  width: auto;
  height: auto;
  display: inline;
  position: static;
}
#search_result ._items ._item ._wrap ._thumbnail:before,
#search_result ._items ._item ._wrap ._thumbnail a:before {
  content: none;
}
#search_result ._items>._item ._wrap ._layoutgroup3 {
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
#search_result ._items>._item ._wrap ._snippet {
  font-size: 1.6rem;
  line-height: 2;
}
#search_result ._items>._item ._wrap ._link a {
  padding-left: 24px;
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
  word-break: break-all;
  text-decoration: underline;
}
#search_result ._items>._item ._wrap ._link a::before {
  content: '\e906';
  font-family: 'tekken';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 1.4rem;
  color: #1558d6;
}
#search_result ._items>._item ._wrap *[class^=_] {
  padding: 0;
}
#search_result ._preview {
  display: none;
}

@media only screen and (max-width: 767px) {
  #search_result .searchresults_field ._items {
    padding-bottom: 16px;
  }
  #search_result .searchresults_field ._item:not(:first-child) {
    margin-top: 16px;
    padding-top: 16px;
  }
  #search_result .searchresults_field ._item:first-child {
    padding-top: 16px;
  }
  #search_result ._items ._item ._wrap {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
  }
  #search_result ._items>._item ._wrap ._layoutgroup1 {
    grid-area: 1 / 2 / 2 / 3;
    display: block;
  }
  #search_result ._items>._item ._wrap ._seq {
    margin-right: 4px;
    display: inline-block;
    font-size: 1.4rem;
  }
  #search_result ._items>._item ._wrap ._title {
    display: inline;
    font-size: 1.4rem;
  }
  #search_result ._items ._item ._wrap ._filetype._filetype_pdf {
    width: 24px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background: url(/img/common/icon_pdf.svg) no-repeat center center / 14px auto;
  }
  #search_result ._items>._item ._wrap ._layoutgroup2 {
    width: 88px;
    grid-area: 1 / 1 / 3 / 2;
  }
  #search_result ._items>._item ._wrap ._layoutgroup3 {
    width: auto;
    gap: 16px;
    grid-area: 2 / 2 / 3 / 3;
  }
  #search_result ._items>._item ._wrap ._thumbnail {
    width: 88px;
  }
  #search_result ._items>._item ._wrap ._snippet {
    font-size: 1.2rem;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  #search_result ._items>._item ._wrap ._link a {
    padding-left: 20px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  #search_result ._items>._item ._wrap ._link a::before {
    top: 2px;
    font-size: 1.2rem;
  }
}

/* ------------------------------------
  lang_en
------------------------------------ */
.lang_en h1 {
  font-size: 0;
}

/*-----------------------------------------
  ClearFix
-----------------------------------------*/
.chronology_table th::before,
.chronology_table th::after,
.main_side_set::before,
.main_side_set::after {
  content: '';
  display: table;
}
.chronology_table th::after,
.main_side_set::after {
  clear: both;
}
.chronology_table th,
.main_side_set {
  *zoom: 1;
}