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

  contentsElements

======================================= */
main {
  margin-bottom: 100px;
}
section::before,
.anchor_point::before {
  content: " ";
  margin-top: -100px;
  height: 100px;
  display: block;
  visibility: hidden;
}
figure:not(:last-child) {
  margin-bottom: 35px;
}
p {
  font-weight: 500;
}
.btn {
  margin-left: auto;
  margin-right: auto;
}

.attention {
  position: relative;
  color: #666;
  font-size: 1.2rem;
}
.attention::before {
  content: "※";
  width: 1em;
  height: 1em;
  background: transparent;
}
p.attention {
  display: block;
  padding-left: 1.1em;
}
p.attention::before {
  position: absolute;
  top: 0;
  left: 0;
}
p.attention.align_r::before {
  position: relative;
}
figure + p.attention,
table + p.attention {
  margin-top: -24px;
}
.margin_base {
  margin-bottom: 40px!important;
}
.margin_mini {
  margin-bottom: 16px!important;
}

a.text_link {
  display: inline-block;
}
a.text_link[target="_blank"] {
  padding-right: 5px;
}
a.text_link[target="_blank"]::after {
  display: inline-block;
  font-family: 'carlit';
  content: "\e908";
  color: #e60009;
  font-size: 1.0rem;
  line-height: 1.0;
  padding-left: 5px;
  position: relative;
  top: -3px;
  z-index: 1;
}
a.text_link[href$='.pdf'] {
  padding-right: 5px;
}
a.text_link[href$='.pdf']::after {
  display: inline-block;
  content: url(/silicon/files/ico_pdf.png);
  width: 13px;
  height: 17px;
  padding-left: 5px;
  position: relative;
  top: 1px;
  z-index: 1;
}

.btn_nav_list.internal_links a::after {
  top: 44%;
  rotate: 90deg;
}

@media only screen and (max-width: 768px) {
  main {
    margin-bottom: 80px;
  }
  section::before {
    margin-top: -100px;
    height: 100px;
  }
  figure:not(:last-child) {
    margin-bottom: 24px;
  }
  .scroll_area table + p.attention {
    margin-top: 8px;
    padding-right: 10%;
    text-align: left!important;
  }
  .newslist li,
  .xj-newslist li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .btn_nav_list.internal_links a::after {
    top: 42%;
  }
}

/*-----------------------------------------
  title
-----------------------------------------*/
.pg_title {
  height: 222px;
  border-radius: 0 0 0 100px;
  margin: 0 0 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000;
}
.pg_title::before {
  content: "";
  width: 100%;
  height: 100%;
  /* background: url(/silicon/files/index-title_deco_pc.png) no-repeat right bottom/contain; */
  position: absolute;
  top: 0;
  right: 0;
}
.pg_title.pg_guide {
  background-image: url(/silicon/files/guide-title_pc.jpg);
}
.pg_title.pg_business {
  background-image: url(/silicon/files/index_mv_product.jpg);
  background-position: left bottom;
}
.pg_title.pg_technology {
  background-image: url(/silicon/files/index_mv_technology.jpg);
  background-position: left bottom;
}
.pg_title.pg_process {
  background-image: url(/silicon/files/index_mv_process.jpg);
  background-position: left bottom;
}
.pg_title.pg_hiflare {
  background-image: url(/silicon/files/hiflare-title_pc.jpg);
}
.pg_title.pg_recovered {
  background-image: url(/silicon/files/recovered-title_pc.jpg);
}
.pg_title.pg_contact {
  background-image: url(/silicon/files/contact-title_pc.jpg);
}
.pg_title > .cont_inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.pg_title h1 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 4.8rem;
  line-height: 1.3;
  color: #fff;
  transition: all 0.3s ease-out;
}
.pg_title .h1group small {
  display: table;
  font-family: 'Bodoni Moda', serif;
  font-size: 2.0rem;
  color: #fff;
  letter-spacing: 0.1em;
  padding-right: 31px;
  position: relative;
}
.pg_title .h1group small::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #e60009;
  position: absolute;
  right: 0;
  bottom: 6px;
}
.pg_title.pg_others .h1group,
.pg_title.pg_others .h1group small {
  color: #000;
}

@media only screen and (max-width: 768px) {
  .pg_title {
    height: 141px;
    border-radius: 0 0 0 50px;
    margin: 65px 0 38px;
  }
  .pg_title::before {
    background-image: url(/silicon/files/index-title_deco_sp.png);
  }
  .pg_title.pg_business {
    background-image: url(/silicon/files/index_mv_product.jpg);
  }
  .pg_title.pg_hiflare {
    background-image: url(/silicon/files/hiflare-title_sp.jpg);
  }
  .pg_title.pg_recovered {
    background-image: url(/silicon/files/recovered-title_sp.jpg);
  }
  .pg_title h1 {
    font-size: 2.4rem;
  }
  .font_large .pg_title .h1group {
    letter-spacing: 0.03em;
  }
  .pg_title .h1group small {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
}


.pg_title .cont_inner,
.breadcrumbs .cont_inner,
.entry_base .cont_inner {
  max-width: 1200px;
}
.entry_base .cont_inner_narrow {
  max-width: 1000px;
  margin: 0 auto;
}
.entry_base .cont_inner_ex_narrow {
  max-width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 1060px) {
  .entry_base .cont_inner_narrow,
  .entry_base .cont_inner_ex_narrow {
    margin: 0 30px;
  }
  .entry_base .cont_inner > .cont_inner_narrow,
  .entry_base .cont_inner > .cont_inner_ex_narrow {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .pg_title .cont_inner,
  .breadcrumbs .cont_inner,
  .entry_base .cont_inner {
    width: 90%;
  }
  .entry_base .cont_inner_narrow,
  .entry_base .cont_inner_ex_narrow {
    margin: 0;
  }
  .entry_base .cont_inner > .cont_inner_narrow,
  .entry_base .cont_inner > .cont_inner_ex_narrow {
    width: 100%;
  }
}

.tec_inner {
  margin-bottom: 40px;
}
.process_inner {
  margin-bottom: 40px;
}

.entry_base h2 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #333;
  margin-bottom: 32px;
  padding-bottom: 13px;
  border-bottom: 2px solid #f8eaeb;
  position: relative;
  transition: all 0.3s ease-out;
}
.entry_base h2::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #e60009;
  position: absolute;
  bottom: -2px;
}
.entry_base h3 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  color: #333;
  margin-bottom: 32px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(230, 0, 9, 0.5);
  transition: all 0.3s ease-out;
}
.entry_base h4 {
  font-size: 1.6rem;
  margin-bottom: 16px;
  padding-left: 19px;
  position: relative;
}
.entry_base h4::before {
  content:"";
  width: 3px;
  height: 18px;
  background-color: #e60009;
  position: absolute;
  top: 4px;
  left: 0;
}
.entry_base h5 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  position: relative;
}
.entry_base .separate_title_wrap {
  margin-bottom: 49px;
  position: relative;
}
.entry_base .separate_title_wrap::before {
  content: "";
  width: 100vw;
  height: 2px;
  background-color: #efefef;
  position: absolute;
  top: 50%;
  left: calc(50% - 50vw);
  transform: translateY(-50%);
}
.entry_base .separate_title_wrap h2 {
  display: table;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-color: #fff;
  border-bottom: none;
  padding: 0 23px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry_base .separate_title_wrap h2::before {
  content: none;
}

@media only screen and (max-width: 768px) {
  .entry_base h2 {
    font-size: 2.0rem;
    padding-bottom: 13px;
    margin-bottom: 17px;
  }
  .entry_base h3 {
    margin-bottom: 16px;
  }
  .entry_base .separate_title_wrap {
    margin-bottom: 33px;
  }
  .entry_base .separate_title_wrap::before {
    width: 100%;
    left: 0;
  }
  .entry_base .separate_title_wrap h2 {
    margin-left: 7px;
  }
}

/*-----------------------------------------
  parts
-----------------------------------------*/
/* breadcrumbs  */
.breadcrumbs {
  margin-bottom: 28px;
}
.breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  gap: 11px;
  color: #050922;
  font-size: 1.2rem;
}
.breadcrumbs ul li {
  position: relative;
}
.breadcrumbs ul li:not(:first-child) {
  padding-left: 21px;
}
.breadcrumbs ul li:not(:first-child)::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.breadcrumbs ul a {
  font-weight: 500;
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
}
.breadcrumbs ul li:first-child a {
  color: #e60009;
}
.breadcrumbs ul li:first-child a::before {
  font-family: 'carlit';
  content: "\e90a";
  font-size: 1.1rem;
  margin-right: 6px;
}

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

/*-----------------------------------------
  list
-----------------------------------------*/
/* ul  */
.basic_ul:not(:last-child) {
   margin-bottom: 32px;
}
.basic_ul > li {
  line-height: 1.75;
  padding-left: 18px;
  position: relative;
}
.basic_ul > li:not(:last-child) {
  margin-bottom: 12px;
}
.basic_ul > li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #e60009;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 4px;
}

/* ol */
.basic_ol {
  counter-reset: num;
  list-style: none;
}
.basic_ol:not(:last-child) {
  margin-bottom: 32px;
}
.basic_ol > li {
  line-height: 1.75;
  padding-left: 28px;
  position: relative;
}
.basic_ol > li:not(:last-child) {
  margin-bottom: 12px;
}
.basic_ol > li::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50px;
  background-color: #222;
  position: absolute;
  top: 5px;
  left: 0;
}
.basic_ol > li::after {
  counter-increment: num;
  content: counter(num);
  font-family: 'Bodoni Moda', serif;
  display: block;
  width: 21px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.0;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
}
.font_large .basic_ol > li::after {
  top: 9px;
}

.attention_ul {
  margin-bottom: 40px;
}
.attention_ul > li {
  padding-left: 1.3em;
  position: relative;
  color: #666;
  font-size: 1.2rem;
}
.attention_ul > li:not(:last-child) {
  margin-bottom: 8px;
}
.attention_ul > li::before {
  content: "※";
  width: 1em;
  height: 1em;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .basic_ol > li::after {
    font-size: 1.1rem;
  }
}

/*-----------------------------------------
  table
-----------------------------------------*/
/* table */
.basic_table {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.basic_table::before,
.basic_table::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e60009;
  position: absolute;
  left: 0;
  z-index: 2;
}
.basic_table::before {
  top: 0;
}
.basic_table::after {
  bottom: 0;
}
.basic_table.table_fixed { table-layout: fixed; }
.basic_table:not(:last-child) {
  margin-bottom: 40px;
}
.basic_table th,
.basic_table td {
  vertical-align: middle;
}
.basic_table thead th {
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: top;
  padding: 20px 16px;
  background-color: #fef3f4;
}
.basic_table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.basic_table thead td {
  background-color: #fef3f4;
}
.basic_table tbody th {
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: top;
  padding: 20px 16px;
  background-color: #f6f7f5;
}
.basic_table th:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
.basic_table tr:not(:last-child) th {
  border-bottom: 1px solid #e2e2e2;
}
.basic_table td {
  font-size: 1.4rem;
  padding: 20px 16px;
}
.basic_table td a {
  font-size: 1.4rem;
}
.basic_table td:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
.basic_table tr:not(:last-child) td {
  border-bottom: 1px solid #e2e2e2;
}
.basic_table .tc_border_r {
  border-right: 1px solid #e2e2e2 !important;
}

.basic_table thead th.valign_m,
.basic_table tbody th.valign_m,
.basic_table tbody td.valign_m {
  vertical-align: middle;
}
.basic_table.align_c th,
.basic_table.align_c td {
  text-align: center;
}
.scroll_area .basic_table {
  margin-bottom: 0;
}
.basic_table .txt_s {font-size: 80%;}
.basic_table .w_10 {width: 10%;}
.basic_table .w_20 {width: 20%;}
.basic_table .w_30 {width: 30%;}
.basic_table .w_40 {width: 40%;}
.basic_table .w_50 {width: 50%;}
.basic_table .w_60 {width: 60%;}
.basic_table .w_70 {width: 70%;}
.basic_table .w_80 {width: 80%;}
.basic_table .w_90 {width: 90%;}


@media only screen and (max-width: 768px) {
  .basic_table th {
    display: block;
    min-width: initial;
    padding: 10px 16px !important;
    border-right: none !important;
    border-bottom: none !important;
  }
  .basic_table td {
    display: block;
    padding: 10px 16px !important;
    border-right: none !important;
    border-bottom: none !important;
  }
  .basic_table td:not(:last-child) {
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .scroll_area .basic_table th,
  .scroll_area .basic_table td {
    display: table-cell !important;
    padding: 20px 16px !important;
  }
  .scroll_area .basic_table td:not(:last-child) {
    border-right: 1px solid #e2e2e2 !important;
  }
  .scroll_area .basic_table thead th:not(:last-child) {
    border-right: 1px solid #fff !important;
  }
  .scroll_area .basic_table th:not(:last-child) {
    border-right: 1px solid #e2e2e2 !important;
  }
  .scroll_area .basic_table tr:not(:last-child) th {
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .scroll_area .basic_table tr:not(:last-child) td {
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .basic_table.sp_fixed th,
  .basic_table.sp_fixed td {
    display: table-cell;
    padding: 20px 16px;
  }
  .basic_table.sp_fixed tbody tr {
    border-bottom: 1px solid #e2e2e2;
  }
  .basic_table .w_10,
  .basic_table .w_20,
  .basic_table .w_30,
  .basic_table .w_40,
  .basic_table .w_50,
  .basic_table .w_60,
  .basic_table .w_70,
  .basic_table .w_80,
  .basic_table .w_90 {width: 100%;}
}

/*-----------------------------------------
  image
-----------------------------------------*/
figure.img_c,
figure.img_l,
figure.img_r {
  margin-bottom: 40px;
}
figure.img_l,
figure.img_r {
  width: 480px;
}
figure.img_l.small,
figure.img_r.small {
  width: 280px;
}
figure.img_l {
  float: left;
  margin: 0 40px 40px 0;
}
figure.img_r {
  float: right;
  margin: 0 0 40px 40px;
}
.figure_mid {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.figure_mid.top {align-items: flex-start;}
.figure_mid > figure {
  width: 296px;
  margin-bottom: 0;
}
.figure_mid.figure_small > figure {
  width: 280px;
}
.figure_mid > p,
.figure_mid > div {
  flex: 1;
  margin-bottom: 0;
}
.figure_mid.img_l > figure {
  margin-right: 40px;
}
.figure_mid.img_r > figure {
  margin-left: 40px;
}
.figure_mid.img_r {
  flex-direction: row-reverse;
}

figure.img_c figcaption,
figure.img_l figcaption,
figure.img_r figcaption,
.figure_mid > figure figcaption {
  padding-top: 16px;
  color: #666;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  figure.img_c,
  figure.img_l,
  figure.img_r {
    margin: 0 0 40px;
  }
  figure.img_l,
  figure.img_r {
    width: 100%;
    float: none;
  }
  figure.img_l.small,
  figure.img_r.small {
    width: 100%;
  }
  .figure_mid {
    margin-bottom: 0;
    display: block;
  }
  .figure_mid > figure,
  .figure_mid.figure_small > figure {
    width: 100%;
  }
  .figure_mid > p,
  .figure_mid > div {
    margin-bottom: 40px;
  }
  .figure_mid.img_l > figure,
  .figure_mid.img_r > figure {
    margin: 0 0 40px;
  }
}


/*-----------------------------------------
  COLLUMN
-----------------------------------------*/
.clm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 39.99px;
     -moz-column-gap: 39.99px;
          column-gap: 39.99px;
  row-gap: 40px;
}
.clm2 > * {
  width: calc((100% - 40px) / 2);
}

.clm3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 39.99px;
     -moz-column-gap: 39.99px;
          column-gap: 39.99px;
  row-gap: 40px;
}
.clm3 > * {
  width: calc((100% - 80px) / 3);
}

.clm4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 39.99px;
     -moz-column-gap: 39.99px;
          column-gap: 39.99px;
  row-gap: 40px;
}
.clm4 > * {
  width: calc((100% - 120px) / 4);
}

.clm4.min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 7.99px;
     -moz-column-gap: 7.99px;
          column-gap: 7.99px;
  row-gap: 8px;
}
.clm4.min > * {
  width: calc((100% - 24px) / 4);
}

.clm2.align_c,
.clm3.align_c,
.clm4.align_c {
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .sp_clm1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: -0.01;
       -moz-column-gap: -0.01;
            column-gap: -0.01;
    row-gap: 24px;
  }
  .sp_clm1 > * {
    width: calc((100% - 0) / 1);
  }
  .sp_clm1 > * {
    width: 100%;
  }
  .sp_clm2.min {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 7.99px;
       -moz-column-gap: 7.99px;
            column-gap: 7.99px;
    row-gap: 8px;
  }
  .sp_clm2.min > * {
    width: calc((100% - 8px) / 2);
  }
}

/*-----------------------------------------
  flex
-----------------------------------------*/
.flex_set {
  display: flex;
  align-items: flex-start;
}
.flex_set.valign_c {
  align-items: center;
}
.flex_set > *:not(:last-child) {
  margin-right: 40px;
}
.flex_set > figure {
  flex-shrink: 0;
  margin-bottom: 0;
}
.flex_set > div {
  width: 100%;
}
.flex_set > .txt_set > * {
  margin-bottom: 16px;
}
.flex_set > .txt_set > *:last-child {
  margin-bottom: 0;
}

figure.dec_frame {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .flex_set {
    margin-bottom: 32px;
    display: block;
  }
  .flex_set > figure {
    width: 100%;
    margin-bottom: 24px;
  }
  figure.dec_frame.sp_full img {
    width: 100%;
  }
}

/*-----------------------------------------
  point_clm
-----------------------------------------*/
.point_clm {
  margin-bottom: 32px;
  padding: 48px 80px;
  text-align: center;
  background: #FEF3F4;
  border-radius: 0 100px 100px 100px;
}
.point_clm > * {
  margin: 0 auto;
}
.point_clm .clm_set > * {
  margin-bottom: 16px;
}
.point_clm .clm_set > *:last-child {
  margin-bottom: 0;
}
.point_clm figure {
  min-height: 156px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.point_clm figure.img_full img {
  width: 100%;
}
.point_clm p {
  text-align: center;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .point_clm {
    padding: 32px 6%;
    border-radius: 0 25px 25px 25px;
  }
  .point_clm .clm_set > * {
    margin-bottom: 8px;
  }
}


/*-----------------------------------------
  step
-----------------------------------------*/
.step_s,
.step_l {
  list-style-type: none;
}

/*step_num*/
.step_num {
  color: #e60009;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
.step_num > span {
  display: block;
  line-height: 1;
}
.step_num > span:first-child {
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  letter-spacing: .2em;
}
.step_num > span:last-child {
  font-size: 3.2rem;
}

/*step_l*/
.step_l .clm_set {
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E2E2E2;
}
.step_l .clm_set:last-child {
  margin-bottom: 40px;
  border-bottom: none;
}
.step_l .clm_set > * {
  margin-right: 40px;
  margin-bottom: 0;
}
.step_l .clm_set > *:last-child {
  margin-right: 0;
}
.step_l .clm_set > figure {
  flex-shrink: 0;
}
.step_l .clm_set p:last-child {
  margin-bottom: 0;
}
.step_l .clm_set .txt_set > * {
  margin-bottom: 16px;
}
.step_l .clm_set .txt_set > *:last-child {
  margin-bottom: 0;
}
.step_l .clm_set .basic_ul li {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.step_l .clm_set .basic_ul li:last-child {
  margin-bottom: 0;
}
.step_l .clm_set .basic_ul li::before {
  top: .8em;
}
.step_l .step_num {
  width: 120px;
  height: 120px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FEF3F4;
  border-radius: 50%;
}
.step_l .clm_set:nth-child(2n) .step_num {
  background-color: #F5D9DA;
}
.step_l .step_title {
  margin: 0 0 16px;
  padding: 0;
  border-bottom: 0;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2rem;
  line-height: 1.3;
}
.step_l .step_title::before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .step_l .clm_set {
    margin-bottom: 24px;
    padding-bottom: 24px;
    display: block;
  }
  .step_l .clm_set > * {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .step_l .clm_set > *:last-child {
    margin-right: auto;
  }
  .step_l .step_num {
    width: 96px;
    height: 96px;
  }
}

/*-----------------------------------------
  aside
-----------------------------------------*/
aside {
  margin-top: 64px;
  padding: 40px;
  position: relative;
  background: #FEF3F4;
  border-radius: 15px;
}
aside .aside_title {
  margin: 0 0 24px;
  padding: 0;
  border: none;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2.2rem;
  line-height: 1.3;
}
aside .aside_title::before {
  display: none;
}
aside > * {
  margin-bottom: 24px;
}
aside > *:last-child {
  margin-bottom: 0;
}
aside .title_inner {
  margin: 0 0 8px;
  padding: 0;
  border: none;
  font-size: 1.8rem;
  font-weight: 500;
}
aside .block_inner {
  padding: 32px;
  background: #fff;
}

.text_center {
  text-align: center;
}


@media only screen and (max-width: 768px) {
  aside {
    padding: 40px 8%;
  }
  aside .block_inner {
    padding: 16px;
  }
}

/*-----------------------------------------
  product_info
-----------------------------------------*/
.product_info {
  margin-top: 64px;
  padding: 40px;
  position: relative;
  background: #FEF3F4;
  border-radius: 15px;
}
.product_info .product_sub_title {
  margin-bottom: 16px;
  padding-left: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.product_info .product_sub_title::before {
  content: none;
}
.product_info .product_info_title {
  margin: 0 0 32px 0;
  padding: 0;
  border: none;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #E6010A;
}
.product_info .product_info_title::before {
  display: none;
}
.product_info > * {
  margin-bottom: 24px;
}
.product_info > *:last-child {
  margin-bottom: 0;
}
.product_info .title_inner {
  margin: 0 0 8px;
  padding: 0;
  border: none;
  font-size: 1.8rem;
  font-weight: 500;
}
.product_info .block_inner {
  padding: 32px;
  background: #fff;
}

.text_center {
  text-align: center;
}


@media only screen and (max-width: 768px) {
  .product_info {
    margin-top: 56px;
    padding: 40px 8%;
  }
  .product_info .block_inner {
    padding: 16px;
  }
}

/*-----------------------------------------
  txt_catch
-----------------------------------------*/
.txt_catch_set {
  margin-bottom: 32px;
}
.txt_catch_set p {
  margin-bottom: 0;
}

.txt_catch {
  margin-bottom: 24px;
  height: 152px;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
  background: #FEF3F4;
  border-radius: 15px;
}

/*-----------------------------------------
  bnr_catch
-----------------------------------------*/
.bnr_catch {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEF3F4 url(/silicon/files/common-bg_img_deco.png) center center no-repeat;
  border-radius: 100px;
  background-size: cover;
}
.bnr_catch > * {
  margin-right: 80px;
  margin-bottom: 0;
}
.bnr_catch > *:last-child {
  margin-right: 0;
}
.bnr_catch figure {
  margin-bottom: 0;
  flex-shrink: 0;
}
.bnr_catch .bnr_title {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 3rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .bnr_catch {
    padding: 40px;
    display: block;
    text-align: center;
    border-radius: 25px;
  }
  .bnr_catch > * {
    margin: 0 auto 24px!important;
  }
  .bnr_catch > *:last-child {
    margin-bottom: 0!important;
  }
  .bnr_catch .bnr_title {
    font-size: 1.8rem;
    text-align: center;
  }
}

/*-----------------------------------------
  attention_field
-----------------------------------------*/
.attention_field {
  padding: 64px 64px 24px;
  border: 4px solid #F8EAEB;
  border-radius: 15px;
}
.attention_field .inner {
  padding-left: 96px;
  position: relative;
}
.attention_field .inner::before {
  content: '！';
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 3.0rem;
  font-weight: bold;
  background: #E6010A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .attention_field {
    padding: 32px 8% 0;
  }
  .attention_field .inner {
    padding: 56px 0 0;
  }
  .attention_field .inner::before {
    width: 40px;
    height: 40px;
    font-size: 2rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/*-----------------------------------------
  det_link
-----------------------------------------*/
.det_link {
  margin: 124px 0 57px;
  border-radius: 0 100px 100px 100px;
  background-color: #fef3f4;
}
.det_link a {
  display: block;
  font-size: clamp(1.4rem, calc(0.25vw + 1.2rem), 1.6rem);
  color: #333;
  padding: 57px 64px 69px 44px;
  text-decoration: none;
}
.det_link figure {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-right: 90px;
  position: relative;
}
.det_link figure::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit';
  content: "\e901";
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #e60009;
  padding-left: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.det_link img {
  width: 282px;
  height: auto;
  margin-right: 33px;
  padding: 5px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #ffcdc9;
  margin-top: -101px;
}
.det_link figcaption {
  width: calc(100% - 315px);
}
.det_link figcaption h3 {
  display: block;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 19px;
  padding-bottom: 0;
  border-bottom: none;
}
.det_link figcaption h3 > small {
  display: table;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.4rem;
  color: #e60009;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}
.det_link figcaption p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .det_link {
    margin: 90px 0 51px;
    border-radius: 0 25px 25px 25px;
  }
  .det_link a {
    padding: 46px 22px;
  }
  .det_link figure {
    display: block;
    text-align: center;
    padding-right: 0;
  }
  .det_link img {
    width: 160px;
    margin: -120px 0 20px 0;
  }
  .det_link figcaption {
    width: 100%;
  }
  .det_link figcaption h3 {
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 14px;
  }
  .det_link figcaption h3 > small {
    display: block;
    font-size: 1.2rem;
  }
  .det_link figure::before {
    top: auto;
    left: 50%;
    bottom: -64px;
    right: auto;
    transform: translate(-50%, 0);
  }
  .det_link figure::after {
    top: auto;
    left: 50%;
    bottom: -51px;
    right: auto;
    transform: translate(-50%, 0) translateX(2px);
  }
}

/* .det_sub_link */
.det_sub_link {
  display: flex;
  margin: 18px 0 28px;
  border-radius: 0 100px 100px 100px;
  background-color: #fef3f4;
}
.det_sub_link > li {
  width: 100%;
  display: block;
  font-size: clamp(1.4rem, calc(0.25vw + 1.2rem), 1.6rem);
  color: #333;
  padding: 57px 42px 76px;
  text-decoration: none;
  position: relative;
}
.det_sub_link > li:not(:last-child) {
  border-right: 3px solid #fff;
}
.det_sub_link figure {
  text-align: center;
}
.det_sub_link img {
  width: 136px;
  height: auto;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #ffcdc9;
  margin: -73px 0 16px;
}
.det_sub_link h3 {
  display: block;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2.0rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 21px;
  padding-bottom: 0;
  border-bottom: none;
}
.det_sub_link h3 > small {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.2rem;
  color: #e60009;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}
.det_sub_link figcaption p {
  font-weight: 500;
  margin-bottom: 0;
}
.det_sub_link .btn {
  position: absolute;
  right: 31px;
  bottom: -28px;
}

@media only screen and (max-width: 768px) {
  .det_sub_link {
    display: block;
    margin: 0 0 60px;
    border-radius: 0 25px 25px 25px;
  }
  .det_sub_link > li {
    padding:19px 22px 32px ;
  }
  .font_large .det_sub_link > li {
    padding:19px 15px 32px ;
  }
  .det_sub_link > li:not(:last-child) {
    border-right: none;
    border-bottom: 3px solid #fff;
  }
  .det_sub_link img {
    width: 90px;
    margin: 0 0 8px;
  }
  .det_sub_link h3 {
    margin-bottom: 14px;
  }
  .det_sub_link figcaption p {
    margin-bottom: 16px;
  }
  .det_sub_link .btn {
    font-size: 1.4rem;
    margin: 0 auto;
    position: relative;
    right: 0;
    bottom: 0;
  }
}

/* .anchor_nav */
.anchor_nav ul {
  display: flex;
  justify-content: center;
}
.anchor_nav li {
  min-width: 340px;
}
.anchor_nav li:not(:last-child) {
  border-right: 3px solid #fff;
}
.anchor_nav li a {
  display: flex;
  justify-content: center;
  font-weight: 500;
  color :#fff;
  padding: 24px;
  background-color: #e60009;
  text-decoration: none;
}
.anchor_nav li:first-child a {
  border-radius: 50px 0 0 50px;
}
.anchor_nav li:last-child a {
  border-radius: 0 50px 50px 0;
}
.anchor_nav li a::after {
  display: inline-block;
  font-family: 'carlit';
  content: "\e901";
  font-size: 1.0rem;
  margin: 2px 0 0 16px;
  transform: rotate(90deg);
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) .anchor_nav li a:hover {
    opacity: 1.0;
    color: #e60009;
    background-color: #fef3f4;
    box-shadow: 0 0 32px rgba(46, 50, 56, 0.08);
  }
  body:not(.tab_view) .anchor_nav li a:hover::before {
    color: #e60009;
  }
}

@media only screen and (max-width: 768px) {
  .anchor_nav li {
    min-width: initial;
    width: 50%;
  }
  .anchor_nav li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .anchor_nav li a {
    font-size: 1.4rem;
    padding: 16px 16px 16px 28px;
  }
  .anchor_nav li a::after {
    margin-left: 8px;
  }
}

/* .img_nav_list */
.img_nav_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 12px;
}
.img_nav_list li {
  width: calc((100% - 24px) / 3);
/*  border-bottom: 1px solid #e2e2e2;*/
  position: relative;
}
.img_nav_list li::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.img_nav_list li:not(:first-child)::before {
  width: calc(100% + 12px);
  left: -12px;
}
.img_nav_list li:nth-child(3n + 1)::before {
  left: 0;
}
.img_nav_list li:not(:nth-child(3n))::after {
  content: "";
  width: 1px;
  height: calc(100% - 11px);
  background-color: #e2e2e2;
  position: absolute;
  top: 0;
  right: 0;
}
.img_nav_list a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  padding-bottom: 11px;
  text-decoration: none;
}
.img_nav_list figure {
  display: flex;
  align-items: center;
  padding-right: 65px;
}
.img_nav_list figure::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit';
  content: "\e901";
  color: #e60009;
  font-size: 1.0rem;
  line-height: 1.0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fef3f4;
  padding-left: 1px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.img_nav_list img {
  width: 124px;
  height: auto;
  margin-right: 16px;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .img_nav_list ul {
    display: block;
  }
  .img_nav_list li {
    width: 100%;
    padding: 0;
  }
  .img_nav_list li:last-child {
    border-bottom: none;
  }
  .img_nav_list li:not(:first-child)::before {
    width: 100%;
    left: 0;
  }
  .img_nav_list li:last-child::before {
    content: none;
  }
  .img_nav_list li:not(:nth-child(3n))::after {
    content: none;
  }
  .img_nav_list a {
    padding: 8px 0;
  }
  .img_nav_list img {
    width: 90px;
  }
  .img_nav_list figure::before {
    font-size: 0.7rem;
    right: 0;
  }
  .img_nav_list figcaption {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
}

/* connection_link */
.connection_link_wrap {
  padding: 45px 0;
  border-radius: 100px;
  background-color: #fef3f4;
}
.connection_link {
  display: flex;
  flex-wrap: wrap;
  max-width: 860px;
  margin: 0 auto;
  gap: 16px 40px;
}
.connection_link li {
  width: 100%;
  max-width: 260px;
}
.connection_link a {
  display: flex;
  align-items: center;
  min-height: 76px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #000;
  line-height: 1.25;
  padding: 10px 60px 10px 30px;
  border-radius: 0 75px 75px 75px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
}
.connection_link a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit';
  content: "\e901";
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #e60009;
  padding-left: 2px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1100px) {
  .connection_link {
    gap: 16px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .connection_link_wrap {
    padding: 24px 22px;
    border-radius: 25px;
  }
  .connection_link {
    display: block;
  }
  .connection_link li {
    max-width: initial;
  }
  .connection_link li:not(:last-child) {
    margin: 0 0 8px;
  }
  .connection_link a {
    font-size: 1.4rem;
    min-height: 65px;
    padding: 10px 55px 10px 22px;
    border-radius: 0 50px 50px 50px;
  }
  .connection_link a::before {
    width: 32px;
    height: 32px;
  }
}

/* #inner_sub_nav */
#inner_sub_nav .inner_nav > li {
  display: none;
}
#inner_sub_nav .inner_nav > li.active_cont,
#inner_sub_nav .inner_nav > li.current_cont {
  display: block;
}
#inner_sub_nav .inner_nav > li.active_cont >.btn_nav_list >li:not(.current_cont) {
  display: none;
}
#inner_sub_nav .inner_nav > li.active_cont >.btn_nav_list > li.current_cont > a {
  display: none!important;
}
#inner_sub_nav .inner_nav > li.active_cont >.btn_nav_list > li.current_cont > .current_list {
  display: flex;
}
#inner_sub_nav .inner_nav > li.active_cont.current_cont >.btn_nav_list >li {
  display: block;
}
#inner_sub_nav .inner_nav li.current_cont {
  width: 100%;
}
#inner_sub_nav .inner_nav ul.current_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 15px;
}
#inner_sub_nav .inner_nav ul.current_list > li > ul {
  display: none;
}

/* .btn_nav_list */
.btn_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 15px;
}
.btn_nav_list li {
  width: calc((100% - 30px) / 3);
}
.btn_nav_list a {
  display: flex !important;
  align-items: center;
  min-height: 76px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  line-height: 1.25;
  padding: 10px 60px 10px 30px;
  margin-bottom: 0 !important;
  border-radius: 0 50px 50px 50px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 28px rgba(46, 50, 56, 0.08);
}
.btn_nav_list a::after {
  font-family: 'carlit';
  content: "\e901";
  color: #e60009;
  font-size: 1.0rem;
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translateY(-50%);
}
/* current */
.btn_nav_list .current a {
  color: #e60009;
  background-color: #fef3f4;
  box-shadow: none;
}
.btn_nav_list .current a::before,
.btn_nav_list .current a::after {
  content: none;
}
/* _blank */
.btn_nav_list a[target="_blank"]::after {
  content: none;
}
.btn_nav_list a[target="_blank"]::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit';
  content: "\e908";
  color: #e60009;
  font-size: 1.0rem;
  line-height: 1.0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fef3f4;
  padding-left: 1px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
}
/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) .btn_nav_list a:hover {
    opacity: 1.0;
    color: #e60009;
    background-color: #fef3f4;
    box-shadow: none;
  }
  body:not(.tab_view) .btn_nav_list a:hover::after {
    color: #e60009;
  }
  body:not(.tab_view) .btn_nav_list a[target="_blank"]:hover::before {
    background-color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  #inner_sub_nav .inner_nav ul.current_list,
  .btn_nav_list {
    display: block;
  }
  .btn_nav_list li {
    width: 100%;
  }
  .btn_nav_list li:not(:last-child) {
    margin-bottom: 16px;
  }
  .btn_nav_list a {
    min-height: 60px;
    font-size: 1.4rem;
    padding: 10px 55px 10px 22px;
  }
  .btn_nav_list .current a {
    font-size: 1.6rem;
  }
}

/* .scroll_wrap */
.scroll_wrap {
  margin-bottom: 35px;
}
.scroll_wrap .note {
  display: none;
  margin-bottom: 17px;
}
.scroll_area .scroll_cont_wrap {overflow-y: clip!important;}
.img_event_calendar img { max-width: 900px; }
.img_portfolio img { max-width: 1030px; }
.img_vision img  { max-width: 483px; }
.img_challenge img { max-width: 640px }
.img_georganizational img { max-width: 1119px }

@media only screen and (max-width: 768px) {
  .scroll_wrap {
    margin-bottom: 24px;
  }
  .scroll_wrap .note {
    display: block;
    color: #e60009;
  }
  .scroll_area {
    position: relative;
  }
  .scroll_area::before {
    content: "";
    width: 60px;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255 ,255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .scroll_area .scroll_cont_wrap,
  .scroll_area > figure {
    overflow-x: scroll;
    scrollbar-width: thin;
  }
  .scroll_area .scroll_cont_wrap::-webkit-scrollbar,
  .scroll_area > figure::-webkit-scrollbar {
     height: 8px;
  }
  .scroll_area .scroll_cont_wrap::-webkit-scrollbar-track,
  .scroll_area > figure::-webkit-scrollbar-track {
     background-color: #efefef;
  }
  .scroll_area .scroll_cont_wrap::-webkit-scrollbar-thumb,
  .scroll_area > figure::-webkit-scrollbar-thumb {
     background-color: #ccc;
     border-radius: 10px;
  }
  .scroll_area table {
    min-width: 1000px;
    margin-right: 5px !important;
    margin-bottom: 0 !important;
  }
  .scroll_area > figure img {
    min-width: 900px;
    margin-right: 40px;
  }
  .img_portfolio img { min-width: 860px !important; }
  .img_challenge img { min-width: 599px !important; }
  .img_georganizational img { min-width: 890px }
}

/* youtube_wrap */
.youtube_wrap {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.youtube_wrap iframe {
  width: 100%;
  height: 100%;
}

/* ------------------------------------
  article page
-------------------- ---------------- */
.page_article .entry_base h1 {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック", sans-serif;
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #333;
  margin-bottom: 32px;
  padding-bottom: 13px;
  border-bottom: 2px solid #f8eaeb;
  position: relative;
  transition: all 0.3s ease-out;
}
.page_article .entry_base h1::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #e60009;
  position: absolute;
  bottom: -2px;
}
.page_article .entry_base h2 {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  color: #333;
  margin-bottom: 32px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(230, 0, 9, 0.5);
  transition: all 0.3s ease-out;
}
.page_article .entry_base h2::before {
  content: none;
}
.page_article .entry_base h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-left: 19px;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
}
.page_article .entry_base h3::before {
  content:"";
  width: 3px;
  height: 18px;
  background-color: #e60009;
  position: absolute;
  top: 4px;
  left: 0;
}
.page_article .entry_base h4 {
  font-size: 1.6rem;
  margin-bottom: 16px;
  padding-left: 0;
}
.page_article .entry_base h4::before {
  content:none;
}
.page_article .entry_base h5 {
  margin-bottom: 16px;
}
.page_article .entry_base h6 {
  margin-bottom: 16px;
}
.page_article .entry_base .article_head {
  display: flex;
  margin-bottom: 34px;
}
.page_article .entry_base .article_head .date {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 17px;
}
.page_article .entry_base .article_head .label {
  display: inline-block;
  transform:rotateZ(0.03deg);
  font-size: 1.0rem;
  line-height: 1.6;
  background: #f5d9da;
  border: 1px solid #f5d9da;
  color: #000;
  font-weight: 500;
  display: inline-block;
  margin-right: 1em;
  text-align: center;
  width: 9.5em;
  padding: 2px;
}
.page_article .entry_base .article_head .label.notice {
  background: #e2e2fc;
  border: 1px solid #e2e2fc;
}
.page_article .entry_base .article_head .label.sustainability {
  background: #d8f2cd;
  border: 1px solid #d8f2cd;
}
.page_article .entry_base .article_head .label.product {
  background: #f5d9da;
  border: 1px solid #f5d9da;
}
.page_article .entry_base .article_head .label.cat01 {
  background: #fae8d5;
  border: 1px solid #fae8d5;
}
.page_article .entry_base .article_head .label.cat02 {
  background: #faf6d8;
  border: 1px solid #faf6d8;
}
.page_article .entry_base .article_head .label.cat03 {
  background: #e5f6f8;
  border: 1px solid #e5f6f8;
}
.page_article .entry_base .article_head .label.cat04 {
  background: #fce8f9;
  border: 1px solid #fce8f9;
}
.page_article .entry_base figure {
  max-width: 950px;
  margin: 0 auto;
}
.page_article .entry_base figure:not(:last-child) {
  margin-bottom: 24px;
}
.page_article .entry_base img {
  width: auto;
  border-radius: 5px;
}
.page_article .entry_base img:not(:last-child) {
  margin-bottom: 24px;
}
.page_article .entry_base video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 950px;
  border-radius: 5px;
  margin: 0 auto;
}
.page_article .entry_base video:not(:last-child) {
  margin-bottom: 24px;
}
.page_article .entry_base .youtube_wrap {
  max-width: 950px;
}
.page_article .entry_base .youtube_wrap iframe {
  border-radius: 5px;
}
.page_article .entry_base .nav_btn:not(.back) {
  display: table;
  width: auto;
  max-width: initial;
  padding: 20px 60px 20px 30px;
}
.page_article .entry_base .nav_btn:not(:last-child) {
  margin-bottom: 24px;
}
.page_article .entry_base .btn {
  display: table;
  margin-left: 0;
  margin-right: 0;
}
.page_article .entry_base .btn:not(:last-child) {
  margin-bottom: 24px;
}
.page_article .entry_base a:not(.btn):not(.nav_btn)[target="_blank"] {
  display: inline-block;
  padding-right: 5px;
}
.page_article .entry_base a:not(.btn):not(.nav_btn)[target="_blank"]::after {
  display: inline-block;
  font-family: 'carlit';
  content: "\e908";
  color: #e60009;
  font-size: 1.0rem;
  line-height: 1.0;
  padding-left: 5px;
  position: relative;
  top: -3px;
  z-index: 1;
}
.page_article .entry_base a:not(.btn):not(.nav_btn)[href$='.pdf'] {
  display: inline-block;
  padding-right: 5px;
}
.page_article .entry_base a:not(.btn):not(.nav_btn)[href$='.pdf']::after {
  display: inline-block;
  content: url(/silicon/files/ico_pdf.png);
  width: 13px;
  height: 17px;
  padding-left: 5px;
  position: relative;
  top: 1px;
  z-index: 1;
}
/* ul ol */
.page_article .entry_base ul{
  padding-left: 0;
}
.page_article .entry_base ul:not(:last-child) {
   margin-bottom: 32px;
}
.page_article .entry_base ul > li {
  line-height: 1.75;
  padding-left: 18px;
  position: relative;
}
.page_article .entry_base ul > li::marker {
  content: none;
}
.page_article .entry_base ul > li:not(:last-child) {
  margin-bottom: 12px;
}
.page_article .entry_base ul > li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #e60009;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 4px;
}
.page_article .entry_base ol {
  counter-reset: num;
  list-style: none;
  padding-left: 0;
}
.page_article .entry_base ol:not(:last-child) {
  margin-bottom: 32px;
}
.page_article .entry_base ol > li {
  line-height: 1.75;
  padding-left: 28px;
  position: relative;
}
.page_article .entry_base ol > li:not(:last-child) {
  margin-bottom: 12px;
}
.page_article .entry_base ol > li::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50px;
  background-color: #222;
  position: absolute;
  top: 5px;
  left: 0;
}
.page_article .entry_base ol > li::after {
  counter-increment: num;
  content: counter(num);
  font-family: 'Bodoni Moda', serif;
  display: block;
  width: 21px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.0;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
}
/* table */
.page_article .entry_base table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: none;
  position: relative;
}
.page_article .entry_base table::before,
.page_article .entry_base table::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e60009;
  position: absolute;
  left: 0;
  z-index: 2;
}
.page_article .entry_base table::before {
  top: 0;
}
.page_article .entry_base table::after {
  bottom: 0;
}
.page_article .entry_base table.table_fixed { table-layout: fixed; }
.page_article .entry_base table:not(:last-child) {
  margin-bottom: 40px;
}
.page_article .entry_base table thead th {
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: top;
  padding: 20px 16px;
  background-color: #fef3f4;
}
.page_article .entry_base table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.page_article .entry_base table thead td {
  background-color: #fef3f4;
}
.page_article .entry_base table tbody th {
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: top;
  padding: 20px 16px;
  background-color: #f6f7f5;
}
.page_article .entry_base table th:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
.page_article .entry_base table tr:not(:last-child) th {
  border-bottom: 1px solid #e2e2e2;
}
.page_article .entry_base table td {
  font-size: 1.4rem;
  padding: 20px 16px;
}
.page_article .entry_base table td:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
.page_article .entry_base table tr:not(:last-child) td {
  border-bottom: 1px solid #e2e2e2;
}
/* em */
.page_article .entry_base em {
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  .page_article main {
    margin-top: 85px;
  }
  .page_article .entry_base h1 {
    font-size: 2.0rem;
    padding-bottom: 13px;
    margin-bottom: 17px;
  }
  .page_article .entry_base h2 {
      margin-bottom: 16px;
  }
  .page_article .entry_base .article_head {
    margin-bottom: 14px;
  }
  .page_article .entry_base .nav_btn:not(.back) {
    margin-left: 0;
  }
  .page_article .entry_base table th {
    display: block;
    min-width: initial;
    padding: 10px 16px !important;
    border-right: none !important;
    border-bottom: none !important;
  }
  .page_article .entry_base table td {
    display: block;
    padding: 10px 16px !important;
    border-right: none !important;
/*    border-bottom: none !important;*/
  }
  .page_article .entry_base table td:not(:last-child) {
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .page_article .entry_base .scroll_area table th,
  .page_article .entry_base .scroll_area table td {
    display: table-cell !important;
    padding: 20px 16px !important;
  }
  .page_article .entry_base .scroll_area table th:not(:last-child) {
    border-right: 1px solid #e2e2e2 !important;
  }
  .page_article .entry_base .scroll_area table td:not(:last-child) {
    border-right: 1px solid #e2e2e2 !important;
  }
  .page_article .entry_base .scroll_area table thead th:not(:last-child) {
    border-right: 1px solid #fff !important;
  }
  .page_article .entry_base .scroll_area table tr:not(:last-child) th {
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .page_article .entry_base .scroll_area table tr:not(:last-child) td {
    border-bottom: 1px solid #e2e2e2 !important;
  }
  /* col */
  .page_article .entry_base table col {
    width: auto !important;
  }
}

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

  corporate

-----------------------------------------*/
/* pickup_link */
.lower_link,
.ir_pickup_link {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
}
.lower_link:not(:last-child),
.ir_pickup_link:not(:last-child) {
  margin-bottom: 100px;
}
.lower_link > li,
.ir_pickup_link > li {
  width: 50%;
  width: calc((100% - 48px) / 3);
}
.lower_link a,
.ir_pickup_link a {
  text-decoration: none;
}
.lower_link figure > span,
.ir_pickup_link figure > span {
  display: block;
  position: relative;
}
.lower_link figure > span::before,
.ir_pickup_link figure > span::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit';
  content: "\e901";
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #e60009;
  padding-left: 2px;
  position: absolute;
  right: 22px;
  bottom: -19px;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.lower_link a[target="_blank"] figure > span::before,
.ir_pickup_link a[target="_blank"] figure > span::before {
  content: "\e908";
  font-size: 1.2rem;
}
/*.lower_link > li.img_shadow img { box-shadow: 0 0 32px rgba(46, 50, 56, 0.06); }*/
.lower_link > li.img_border_thin img,
.ir_pickup_link > li.img_border_thin img { border: 1px solid #f8f8f8; }
.lower_link > li.img_border img,
.ir_pickup_link > li.img_border img { border: 3px solid #fef3f4; }
.lower_link figure img,
.ir_pickup_link figure img {
  border-radius: 50px 0 0 0;
}
.lower_link figcaption,
.ir_pickup_link figcaption {
  padding: 19px 23px;
  background-color: #fef3f4;
}
.lower_link > li.img_border_thin figcaption,
.ir_pickup_link > li.img_border_thin figcaption { padding: 18px 23px; }
.lower_link > li.img_border figcaption,
.ir_pickup_link > li.img_border figcaption { padding: 16px 23px; }
.lower_link figcaption h2,
.ir_pickup_link figcaption h2 {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック", sans-serif;
}
.lower_link figcaption h2::before,
.ir_pickup_link figcaption h2::before {
  content: none;
}
.lower_link figcaption h2,
.lower_link figcaption h3,
.ir_pickup_link figcaption h2,
.ir_pickup_link figcaption h3 {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.075em;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ir_pickup_link figcaption h3 {
  min-height: 5.46rem;
}
.ir_pickup_link figcaption h3 > small {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
  .lower_link,
  .ir_pickup_link {
    display: block;
  }
  .lower_link:not(:last-child),
  .ir_pickup_link:not(:last-child) {
    margin-bottom: 64px;
  }
  .lower_link > li,
  .ir_pickup_link > li {
    width: 100%;
    max-width: initial;
  }
  .lower_link > li:not(:last-child),
  .ir_pickup_link > li:not(:last-child) {
    margin-bottom: 16px;
  }
  .lower_link figure > span::before,
  .ir_pickup_link figure > span::before {
    right: 15px;
    bottom: -18px;
  }
  .lower_link figcaption,
  .ir_pickup_link figcaption
  {
    padding: 16px 23px;
  }
  .lower_link > li.img_border_thin figcaption,
  .ir_pickup_link > li.img_border_thin figcaption {
    padding: 15px 23px;
  }
  .lower_link > li.img_border figcaption,
  .ir_pickup_link > li.img_border figcaption {
    padding: 13px 23px;
  }
  .ir_pickup_link figcaption h3 {
    min-height: 4.42rem;
  }
  .ir_pickup_link figcaption h3 > small {
    font-size: 1rem;
    transform-origin: left;
    transform: scale(0.9);
  }
}

/* .explanation_list */
.explanation_list {
  display: table;
  padding: 40px 31px;
  border-radius: 15px;
  background-color: #faf7f7;
}
.explanation_list:not(:last-child) {
  margin-bottom: 32px;
}
.explanation_list ul > li {
  display: flex;
  align-items: flex-start;
  font-size: clamp(1.4rem, calc(0.25vw + 1.2rem), 1.6rem);
}
.explanation_list ul > li:not(:last-child) {
  margin-bottom: 16px;
}
.explanation_list .balloon {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-right: 16px;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: #34c7fd;
  white-space: nowrap;
}
.explanation_list p {
  margin: 3px 0 0;
}

@media only screen and (max-width: 768px) {
  .explanation_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 24px;
    padding: 16px 20px;
  }
  .explanation_list:not(:last-child) {
    margin-bottom: 23px;
  }
  .explanation_list .balloon {
    display: table;
    font-size: 1.2rem;
    margin: 0 0 9px;
    padding: 6px 10px !important;
  }
  .explanation_list ul > li {
    display: block;
  }
  .explanation_list p {
    width: 100%;
    letter-spacing: 0;
    margin-top: 0;
  }
}

/* .profile_img_set */
.profile_img_set {
  display: flex;
  align-items: flex-start;
}
.profile_img_set img {
  max-width: 257px;
  border-radius: 15px;
}
.profile_img_set figcaption {
  width: calc(100% - 257px);
  font-size: clamp(1.4rem, calc(0.25vw + 1.2rem), 1.6rem);
  font-weight: 500;
  line-height: 2.0;
  margin: 36px 0 0 38px;
  transition: all 0.3s ease-out;
}
.profile_img_set figcaption > span {
  display: table;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: 0.1em;
  margin: 0 0 19px -38px;
  padding: 25px 25px 25px 52px;
  background-color: #fef3f4;
  transition: all 0.3s ease-out;
}
.profile_img_set figcaption > span > small {
  font-size: 1.6rem;
}
.profile_img_set figcaption > span > small:first-child {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .profile_img_set {
    display: block;
  }
  .profile_img_set img {
    max-width: 200px;
  }
  .profile_img_set figcaption {
    width: 100%;
    font-size: 1.6rem;
    margin: 0;
  }
  .profile_img_set figcaption > span {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    margin: -6px 0 16px;
    padding: 18px 15px 15px;
    border-radius: 5px;
  }
  .profile_img_set figcaption > span > small {
    font-size: 1.2rem;
  }
}

.emphasis_cont {
  margin-bottom: 59px;
  padding: 52px 8% 51px;
  border-radius: 100px;
  background: #fef3f4 url(/silicon/files/common-bg_deco_pc.png) no-repeat left top;
}
.emphasis_cont P {
  font-size: clamp(1.6rem, calc(0.25vw + 1.5rem), 1.8rem);
  font-weight: 500;
}
.emphasis_cont P:last-child {
  margin-bottom: 0;
}
.emphasis_cont h2,
.emphasis_cont h3,
.emphasis_cont h4 {
  margin: 0 0 16px;
  padding: 0;
  border-bottom: 0;
}
.emphasis_cont h2::before,
.emphasis_cont h3::before,
.emphasis_cont h4::before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .emphasis_cont {
    padding: 52px 22px 51px;
    border-radius: 50px;
    background: #fef3f4 url(/silicon/files/common-bg_deco_sp.png) no-repeat left top/cover;
  }
}

/* card_det_list */
.card_det_list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 16px;
}
.card_det_list > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 16px) / 2);
  padding: 48px 32px ;
  border-radius: 0 75px 75px 75px;
  background-color: #f8f8f8;
}
.card_det_list.clm3 > li {
  width: calc((100% - 32px) / 3);
}
.card_det_list figure {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
.card_det_list figure img {
  width: 40%;
  border-radius: 5px;
}
.card_det_list figcaption {
  width: calc(60% - 24px);
  margin-top: 12px;
}
.card_det_list figcaption p {
  font-size: 1.4rem;
}
.card_det_list figcaption p:last-child {
  margin-bottom: 0;
}
.card_det_list h3 {
  display: table;
  font-size: 1.8rem;
  color: #222;
  line-height: 1.5;
  margin-bottom: 17px;
  padding-left: 48px;
  padding-bottom: 0;
  border: none;
  position: relative;
}
.card_det_list h3::before,
.card_det_list.simple_btn > li > a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit';
  content: "\e904";
  color: #e60009;
  font-size: 2.2rem;
  line-height: 1.0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f8eaeb;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.card_det_list .chemicals h3::before,
.card_det_list.simple_btn > li.chemicals > a::before { content: "\e915"; }
.card_det_list .btn {
  font-size: 1.4rem;
  margin-bottom: 13px;
  padding: 13px 39px 13px 26px;
}
.card_det_list .note {
  text-align: center;
  margin-bottom: 0;
}

.card_det_list.simple_btn > li {
  padding: 0;
}
.card_det_list.simple_btn > li > a {
  height: 100%;
  padding: 32px 48px 32px 80px;
  position: relative;
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.card_det_list.simple_btn > li > a::before {
  left: 32px;
}
.card_det_list.simple_btn > li > a::after {
  font-family: 'carlit';
  content: "\e901";
  font-size: 1rem;
  color: #e60009;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .card_det_list {
    display: block;
  }
  .card_det_list > li,
  .card_det_list.clm3 > li {
    display: block;
    width: 100%;
    padding: 25px 22px;
    border-radius: 0 50px 50px 50px;
  }
  .card_det_list > li:not(:last-child) {
    margin-bottom: 16px;
  }
  .card_det_list figure {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .card_det_list figure img {
    width: 100%;
    max-width: 210px;
    margin-bottom: 23px;
  }
  .card_det_list figcaption {
    width: 100%;
    margin-top: 0;
  }
  .card_det_list h3 {
    font-size: 1.6rem;
    margin: 0 auto 17px 0;
  }

  .card_det_list.simple_btn > li {
    padding: 0;
  }
}

/* ------------------------------------
  tab
------------------------------------ */
.tab_wrap:not(.sel_category) {
  display: flex;
  text-align: center;
  margin-bottom: 21px;
  border-bottom: 2px solid #e60009;
}
.tab_wrap:not(.sel_category) > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 65px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  padding: 5px 10px;
  background-color: #fef3f4;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.tab_wrap:not(.sel_category) > li:not(:last-child) {
  margin-right: 11px;
}
.tab_wrap:not(.sel_category) > li.active {
  color: #fff;
  background-color: #e60009;
  border-radius: 0 15px 0 0;
}
.tab_wrap:not(.sel_category) > li.active::before {
  color: #fff;
}
.tab_wrap:not(.sel_category) > li.chemicals::before,
.tab_wrap:not(.sel_category) > li.bottling::before,
.tab_wrap:not(.sel_category) > li.metalwork::before,
.tab_wrap:not(.sel_category) > li.engineering::before {
  display: inline-block;
  font-family: 'carlit';
  font-size: 3.0rem;
  font-weight: normal;
  color: #e60009;
  line-height: 1.0;
  margin-right: 10px;
}
.tab_wrap:not(.sel_category) > li.chemicals.active::before,
.tab_wrap:not(.sel_category) > li.bottling.active::before,
.tab_wrap:not(.sel_category) > li.metalwork.active::before,
.tab_wrap:not(.sel_category) > li.engineering.active::before {
  color: #fff;
}
.tab_wrap:not(.sel_category) > li.chemicals::before {
  content: "\e904";
}
.tab_wrap:not(.sel_category) > li.bottling::before {
  content: "\e903";
  font-size: 3.6rem;
  margin-right: 5px;
  padding-top: 4px;
}
.tab_wrap:not(.sel_category) > li.metalwork::before {
  content: "\e906";
}
.tab_wrap:not(.sel_category) > li.engineering::before {
  content: "\e905";
  font-size: 2.4rem;
}
.tab_cont {
  border-bottom: 2px solid #e60009;
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) .tab_wrap:not(.sel_category) > li:hover {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 768px) {
  .tab_wrap:not(.sel_category) {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 8px;
    gap: 2px;
  }
  .sp_no_border { border: none }
  .tab_wrap:not(.sel_category) > li {
    width: calc((100% - 2px) / 2);
    min-height: 50px;
    font-size: 1.4rem;
    text-align: left;
    border-right: none;
    margin-right: 0 !important;
    padding: 4px;
    /* SP tap */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    -webkit-touch-callout: none;
  }
  .tab_wrap:not(.sel_category) > li.active {
    border-radius: 0;
  }
  .tab_wrap:not(.sel_category) > li.chemicals::before,
  .tab_wrap:not(.sel_category) > li.bottling::before,
  .tab_wrap:not(.sel_category) > li.metalwork::before,
  .tab_wrap:not(.sel_category) > li.engineering::before {
    font-size: 2.5rem;
  }
  .tab_wrap:not(.sel_category) > li.chemicals::before {
    font-size: 2.0rem;
  }
  .tab_wrap:not(.sel_category) > li.bottling::before {
    font-size: 2.6rem;
  }
  .tab_wrap:not(.sel_category) > li.engineering::before {
    font-size: 2.0rem;
  }
}


/* ------------------------------------
  internal_links
------------------------------------ */
main .internal_links {
  display: flex;
  gap: calc(12 / 1200 * 100%);
  position: relative;
}
main .internal_links::before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100px;
  background-color: #fef3f4;
}
main .internal_links > li {
  flex: 1;
}
main .internal_links > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 100px;
  padding: 0 0.5em;
  border-radius: 50px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
  box-shadow: 0 0 28px rgba(46, 50, 56, 0.08);
  color: #222;
  text-decoration: none;
  text-align: center;
}
main .internal_links > li > a::after {
  content: "\e914";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 8px;
  font-size: 1rem;
  line-height: 1;
  font-family: "carlit";
  color: #e60009;
  transform: translateX(-50%);
  scale: 60%;
}
main .internal_links > li > a small {
  font-size: 1.4rem;
}
.pg_title.pg_title.pg_research ~ main .img_gx > img {
  max-width: 475px;
}
@media only screen and (max-width: 1200px) {
  main .internal_links::before {
    left: -80px;
    width: calc(100% + 160px);
  }
}
@media only screen and (max-width: 768px) {
  main .internal_links {
    flex-direction: column;
    gap: 16px;
  }
  main .internal_links::before {
    top: -20px;
    left: calc(50% - 50vw);
    width: 100vw;
    height: calc(100% + 40px);
  }
  main .internal_links > li {
    width: 100%;
  }
  main .internal_links > li > a {
    min-height: 60px;
    font-size: 1.4rem;
  }
  main .internal_links > li > a::after {
    bottom: 6px;
  }
  main .internal_links > li > a small {
    font-size: 1.1rem;
  }
}

/*-----------------------------------------
  scroll-hint
-----------------------------------------*/
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px;
}
.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  z-index: 2;
}
.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}
.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}
.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}
.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}





/* ------------------------------------
  faq
------------------------------------ */
.faq_item + .faq_item {
  padding-top: 32px;
  border-top: 1px solid #efefef;
  margin-top: 36px;
}
.faq_item > dt,
.faq_item > dd {
  /* font-size: 1.6rem; */
  font-size: clamp(1.4rem, calc(0.25vw + 1.2rem), 1.6rem);
  line-height: 2.0;
  text-align: justify;
  text-justify: inter-ideograph;
}
.faq_item > dt {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
}
.faq_item > dt::before {
  content: 'Q';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  line-height: 3rem;
  background: url(/silicon/files/ico_faq_q.png) no-repeat center / cover;
  color: transparent;
}
.faq_item > dd {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
}
.faq_item > dd::before {
  content: 'A';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  line-height: 3rem;
  background: url(/silicon/files/ico_faq_a.png) no-repeat center / cover;
  color: transparent;
}

/*-----------------------------------------'

  404 and 500

-----------------------------------------*/
.page_404 .pg_title,
.page_500 .pg_title {
  height: auto;
  padding: 72px 0 75px;
  border-radius: 0;
  margin: 0;
  background-color: #fff;
  background-image: url(/silicon/files/notfound-bg.png), url(/silicon/files/notfound-loop.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 43.778% auto;
}
.page_404 .pg_title > .cont_inner,
.page_500 .pg_title > .cont_inner {
  display: block;
}
.page_404 .pg_title > .cont_inner h1,
.page_500 .pg_title > .cont_inner h1 {
  font-size: 5.4rem;
  font-weight: bolder;
  line-height: 1;
  font-family: 'Bodoni Moda', serif;;
  text-align: center;
  color: #222;
}
.page_404 .pg_title > .cont_inner h1 em,
.page_500 .pg_title > .cont_inner h1 em {
  display: block;
  font-size: 14.2rem;
}
.page_404 .pg_title > .cont_inner p,
.page_500 .pg_title > .cont_inner p {
  margin-top: 24px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_404 .pg_title,
  .page_500 .pg_title {
    padding: 50px 0 0;
    margin: 65px 0 38px;
    background-size: 100% auto, 43.778% auto;
  }
  .page_404 .pg_title > .cont_inner h1,
  .page_500 .pg_title > .cont_inner h1 {
    font-size: 3rem;
  }
  .page_404 .pg_title > .cont_inner h1 em,
  .page_500 .pg_title > .cont_inner h1 em {
    font-size: 7rem;
  }
}

/* ------------------------------------
  hiflare
------------------------------------ */
.step_hiflare .clm_set figure {
  background-color: #FFF4B4;
}
.step_superhiflarepluspick .clm_set figure {
  background-color: #C8EFFE;
}

.step_accident .clm_set figure {
  width: 296px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .step_accident .clm_set figure {
    width: 100%;
    text-align: center;
  }
}

/* ------------------------------------
  recovered
------------------------------------ */
.user_nav ul {
  display: flex;
}
.user_nav ul li {
  margin-right: 40px;
  flex: 1;
}
.user_nav ul li:last-child {
  margin-right: 0;
}
.user_nav ul li > a {
  display: block;
  position: relative;
  width: 100%;
  min-height: 120px;
  padding: 32px 0.5em;
  border-radius: 50px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
  box-shadow: 0 0 28px rgba(46, 50, 56, 0.08);
  color: #222;
  text-decoration: none;
  text-align: center;
}
.user_nav ul li > a::after {
  content: "\e914";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 8px;
  font-size: 1rem;
  line-height: 1;
  font-family: "carlit";
  color: #e60009;
  transform: translateX(-50%);
  scale: 60%;
}
.user_nav ul li figure {
  margin: 0 0 24px;
}
.user_nav ul li .user_type strong {
  display: block;
  font-size: 2.2rem;
  color: #e60009;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .user_nav ul li {
    margin-right: 12px;
  }
  .user_nav ul li > a {
    min-height: 0;
    height: 100%;
    padding: 32px 0.5em;
    border-radius: 25px;
    font-size: 1.2rem;
    box-shadow: 0 0 12px rgba(46, 50, 56, 0.08);
  }
  .user_nav ul li figure {
    margin: 0 0 16px;
  }
  .user_nav ul li figure img {
    width: 40%;
  }
  .user_nav ul li .user_type strong {
    font-size: 1.6rem;
  }
}


/* ------------------------------------
  contact
------------------------------------ */
.contact_list {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 15.99px;
     -moz-column-gap: 15.99px;
          column-gap: 15.99px;
  row-gap: 0;
}
.contact_set {
  padding: 40px 40px 24px;
  display: flex;
  background: #FEF3F4;
  border-radius: 100px;
  text-align: center;
}
.contact_set > div {
  flex: 1;
  text-align: center;
}
.contact_set > div > * {
  display: block;
  margin: 0 auto 16px;
  text-align: center;
}
.contact_set .address_set {
  color: #e60009;
  font-size: 2rem;
  text-decoration: none;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
.contact_set .address_set.tel {
  font-size: 3rem;
}

@media only screen and (max-width: 768px) {
  .contact_list {
    display: block;
  }
  .contact_set {
    padding: 40px 8% 32px;
    display: block;
    border-radius: 25px;
  }
  .contact_set > div:not(:last-child) {
    margin-bottom: 24px;
  }
  .contact_set > div > * {
    margin: 0 auto 4px;
  }
  .contact_set .address_set.tel a {
    font-size: 3rem;
  }
}

/* risk_management */
/* flow_cont */
.flow_cont {
  border: 2px solid #e60009;
  border-width: 2px 0;
}
.flow_cont th {
  min-width: 300px;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  padding: 40px 32px;
  background-color: #fef3f4;
  position: relative;
}
.flow_cont th > small {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: #e60009;
  margin-bottom: 2px;
}
.flow_cont td {
  font-weight: 500;
  line-height: 2.0;
  vertical-align: middle;
  padding: 35px 32px;
}
.flow_cont tr:not(:last-child) th::before,
.flow_cont tr:not(:last-child) th::after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -7px;
  z-index: 1;
}
.flow_cont tr:not(:last-child) th::before {
  left: 0;
  transform: rotate(5deg);
}
.flow_cont tr:not(:last-child) th::after {
  right: 0;
  transform: rotate(-5deg);
}
.flow_cont td {
  width: 45%;
  border-bottom: 1px solid #e2e2e2;
}
.flow_cont a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.flow_cont a::after {
  margin: 4px 8px 2px 14px;
  content: "\e914";
  font-size: 0.8rem;
  line-height: 1;
  font-family: "carlit";
  color: #e60009;
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .flow_cont th {
    display: block;
    min-width: initial;
    padding: 25px 22px;
  }
  .flow_cont tr:not(:last-child) th::before,
  .flow_cont tr:not(:last-child) th::after {
    content: none;
  }
  .flow_cont td {
    display: block;
    padding: 25px 22px;
  }
  .flow_cont tr:not(:last-child) td {
    border-bottom: none;
  }
}
.flow_cont {
  width: 100%;
}
.table_has_caption {
  margin-bottom: 38px;
}
.table_has_caption::before {
  content: none;
}
.table_has_caption caption {
  font-weight: 500;
  /* font-size: 1.6rem; */
  font-size: clamp(1.4rem, calc(0.25vw + 1.2rem), 1.6rem);
  line-height: 2.0;
  text-align: justify;
  text-justify: inter-ideograph;
  transition: all 0.3s ease-out;
}
.table_has_caption caption + tbody {
  position: relative;
}
.table_has_caption caption + tbody::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e60009;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .flow_cont th {
    font-size: 1.6rem;
  }
  .flow_cont td {
    font-size: 1.4rem;
  }
}

/* 技術ページ　img+テキスト */
.topics_flex {
  margin-top: 32px;
  justify-content: space-between;
  display: flex
}
.topics_flex .img_electrodes {
  width: calc(300 / 1200 * 100%);
  margin-bottom: 38px;
}
.topics_flex .topics_text {
  width: calc(860 / 1200 * 100%);
}

@media only screen and (max-width: 768px) {
  .topics_flex {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .topics_flex .img_electrodes {
    width: calc(600 / 800 * 100%);
    margin-bottom: 38px;
  }
  .topics_flex .topics_text {
    width: 100%;
  }
}