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

  CommonElements

======================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;600;700;900&display=swap');

html {
  height: 100%;
  font-size: 62.5%;
}
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  background: #fff;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック", sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

/* ------------------------------------
  common parts
------------------------------------ */
.br_pc {display: block; font-size: 0 !important;}
.br_sp {display: none !important;}
.display_pc {display: block !important;}
.display_sp {display: none !important;}
.align_r {text-align: right !important;}
.align_c {text-align: center !important;}
.align_l {text-align: left !important;}
.v_align_t {vertical-align: top !important;}
.v_align_m {vertical-align: middle !important;}
.v_align_b {vertical-align: bottom !important;}

a {
/*  font-size: 1.6rem;*/
  font-size: clamp(1.4rem, calc(0.25vw + 1.2rem), 1.6rem);
  color: #e60009;
}
p {
/*  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;
  margin-bottom: 38px;
  transition: all 0.3s ease-out;
}
figure {
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 0 29px;
  background-color: #f4f5f8;
  border: 0;
}
.note {
  font-size: 1.2rem;
  font-weight: 500;
  color: #666;
}
.accent {
  color: #e60009;
}

@media only screen and (max-width: 768px) {
  .br_pc {display: none !important;}
  .br_sp {display: block !important; font-size: 0 !important;}
  .display_pc {display: none !important;}
  .display_sp {display: block !important;}
  a {
    font-size: 1.6rem;
  }
  p {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
  min-width: 980px;
  overflow: hidden;
}
.cont_inner {
  max-width: 1180px;
  margin: 0 auto;
}
.sec_wrap {
  margin-bottom: 108px;
}
.cont_wrap {
  margin-bottom: 64px;
}
.tec_wrap {
  margin-bottom: 56px;
}
.process_wrap {
  margin-bottom: 56px;
}

@media only screen and (max-width: 1240px) {
  .cont_inner {
    margin: 0 80px;
  }
}

@media only screen and (max-width: 768px) {
  #container {
    min-width: auto;
    min-width:initial
  }
  .cont_inner {
    margin: 0 auto;
    width: 90%;
  }
  .sec_wrap {
    margin-bottom: 60px;
  }
  .cont_wrap {
    margin-bottom: 32px;
  }
}

@font-face {
  font-family: 'carlit';
  src:
    url('/silicon/css/fonts/carlit.ttf?s7yakx') format('truetype'),
    url('/silicon/css/fonts/carlit.woff?s7yakx') format('woff'),
    url('/silicon/css/fonts/carlit.svg?s7yakx#carlit') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'mail';
  src:
    url('/silicon/css/fonts/mail.ttf?s7yakx') format('truetype'),
    url('/silicon/css/fonts/mail.woff?s7yakx') format('woff'),
    url('/silicon/css/fonts/mail.svg?s7yakx#carlit') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: 'carlit';
}

.icon_arrow::before {
  content: "\e900";
}
.icon_arrow_line::before {
  content: "\e901";
}
.icon_back::before {
  content: "\e902";
}
.icon_bottling::before {
  content: "\e903";
}
.icon_chemicals::before {
  content: "\e904";
}
.icon_engineering::before {
  content: "\e905";
}
.icon_metalwork:before {
  content: "\e906";
}
.icon_search::before {
  content: "\e907";
}
.icon_blank::before {
  content: "\e908";
}
.icon_window::before {
  content: "\e909";
}
.icon_home::before {
  content: "\e90a";
}
.icon_area::before {
  content: "\e90b";
}
.icon_download::before {
  content: "\e90c";
}
.icon_future::before {
  content: "\e90d";
}
.icon_highlights::before {
  content: "\e90e";
}
.icon_history::before {
  content: "\e90f";
}
.icon_info::before {
  content: "\e910";
}
.icon_movie::before {
  content: "\e911";
}
.icon_organizational::before {
  content: "\e912";
}
.icon_origin::before {
  content: "\e913";
}
.icon_triangle::before {
  content: "\e914";
}
.icon_chemicals02::before {
  content: "\e915";
}

.icon_mail::before {
  font-family: 'mail';
  content: "\e916";
}


/* ------------------------------------
  parts
------------------------------------ */
.btn {
  display: table;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  text-decoration: none;
  padding: 17px 45px;
  background-color: #e60009;
  border-radius: 50px;
  position: relative;
}
.btn::before {
    padding-right: 12px;
    display: inline-block;
    font-family: 'carlit';
    content: "\e901";
    font-size: 1.6rem;
    line-height: 1.0;
    font-weight: normal;
    color: #fff;
    transform: translateY(10%);
}
.btn:not(:last-child) {
  margin-bottom: 24px;
}
.btn[target="_blank"]::before {
  display: inline-block;
  font-family: 'carlit';
  content: "\e908";
  transform: translateY(-50%);
}

/* tec contact */
.btn_area .btn::before {
  font-family: 'mail';
  content: "\e916";
}

/* download */
.btn.download::before {
  content: "\e90c";
}
/* size */
.btn.size_s {
  padding: 8px 59px 8px 45px;
  font-size: 1.4rem;
}

/* align_r */
.align_r .btn {
  margin-left: auto;
  margin-right: 0;
}
/* align_l */
.align_l .btn {
  margin-left: 0;
  margin-right: auto;
}

/* btn_area */
.btn_area a.btn {
  display: inline-block;
}
.btn_area a.btn:not(:last-of-type) {
  margin-right: 1em;
}
.btn_area.align_c a.btn {
  margin-left: 38px;
}

/* green_btn */
.green_btn {
  padding: 14px;
  display: inline-block;
  border: 1px solid #222;
  text-decoration: none;
  color: #222;
  font-weight: 500;
}
.green_btn::after {
  padding-left: 16px;
  content: url(/silicon/files/icon_pdf.png);
  display: inline-block;
  transform: translateY(10%);
}

@media only screen and (max-width: 768px) {
  .green_btn {
    padding: 14px;
    display: inline-block;
    border: 1px solid #222;
    text-decoration: none;
    color: #222;
    font-weight: 500;
  }
  .green_btn::after {
    padding-left: 16px;
    content: url(/silicon/files/icon_pdf.png);
    display: inline-block;
    transform: translateY(10%);
  }
}

/* pdf_btn */
.pdf_btn {
  width: 280px;
  padding: 14px;
  display: inline-block;
  border: 1px solid #222;
  text-decoration: none;
  color: #222;
  font-weight: 500;
}
.pdf_btn::after {
  padding-left: 16px;
  content: url(/silicon/files/icon_pdf.png);
  display: inline-block;
  transform: translateY(10%);
}

@media only screen and (max-width: 768px) {
  .pdf_btn {
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .btn {
    font-size: 1.4rem;
    padding: 12px 45px 12px 32px;
  }
  /* btn_area */
  .btn_area {
    margin-bottom: 24px;
  }
  .btn_area a.btn {
    display: block;
  }
  .btn_area a.btn:not(:last-of-type),
  .btn_area.align_c a.btn {
    margin-left: 0;
    margin-right: 0;
  }
}

/* link_btn */
.link_btn {
  font-size: 1.6rem;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.link_btn::before {
  content: "";
  width: 8px;
  height: 3px;
  background-color: #e60009;
  border-radius: 5px;
  position: absolute;
  top: 9px;
  left: 0;
}

/* img_btn */
.img_btn {
  text-decoration: none;
  position: relative;
}
.img_btn::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;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.img_btn > * {
  display: table;
  overflow: hidden;
  border-radius: 0 100px 100px 100px;
}

@media only screen and (max-width: 768px) {
  .img_btn::before {
    font-size: 0.7rem;
    width: 30px;
    height: 30px;
  }
  .img_btn img {
    min-height: 75px;
    object-fit: cover;
  }
}

/* thumb_btn */
.thumb_btn_clm {
  display: flex;
  gap: 0 86px;
}
.thumb_btn_clm > li {
  width: calc((100% - 86px) / 2);
}
.thumb_btn {
  display: inline-block;
  width: 100%;
  padding: 13px 18px 14px;
  background-color: #fef3f4;
  border-radius: 0 200px 200px 200px;
  text-decoration: none;
  position: relative;
}
.thumb_btn::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;
  right: 0;
  bottom: 0;
}
.thumb_btn figure {
  display: flex;
  align-items: center;
}
.thumb_btn figure img {
  width: 135px;
  height: auto;
  margin-right: 41px;
}
.thumb_btn figcaption {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #000;
}
.thumb_btn figcaption > small {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #e60009;
  margin-bottom: 3px;
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) .thumb_btn:hover {
    box-shadow: 0 0 32px rgba(46, 50, 56, 0.08);
  }
}

@media only screen and (max-width: 768px) {
  .thumb_btn_clm {
    display: block;
  }
  .thumb_btn_clm > li {
    width: 100%;
  }
  .thumb_btn_clm > li:not(:last-child) {
    margin-bottom: 8px;
  }
  .thumb_btn {
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 0 25px 25px 25px;
  }
  .thumb_btn::before {
    font-size: 0.7rem;
    width: 30px;
    height: 30px;
    bottom: -10px;
  }
  .thumb_btn figure img {
    width: 68px;
    margin-right: 18px;
  }
  .thumb_btn figcaption {
    font-size: 1.8rem;
  }
  .thumb_btn figcaption > small {
    font-size: 1.0rem;
    margin-bottom: 2px;
  }
}

/* card_link */
.card_link {
  display: flex;
  justify-content: center;
}
.card_link li {
  width: 100%;
}
.card_link li:not(:last-child) {
  margin-right: 16px;
}
.card_link a {
  text-decoration: none;
}
.card_link img {
  width: 125px;
  height: auto;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #ffcdc9;
}
.card_link figure {
  height: 100%;
  text-align: center;
  position: relative;
}
.card_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;
  right: 0;
  bottom: 0;
}
.card_link a[target="_blank"] figure::before {
  content: "\e908";
  font-size: 1.1rem;
}
.card_link figcaption {
  height: 188px;
  margin-top: -60px;
  padding: 80px 10px 30px 10px;
  background-color: #fff;
  border-radius: 0 75px 75px 75px;
}
.card_link figcaption h3 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  color: #000;
  border-bottom: none;
  padding-bottom: 0;
}
.card_link figcaption h4 {
  padding: 0;
  color: #000;
}
.card_link figcaption small {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #e60009;
  margin-bottom: 8px;
}
.card_link figcaption h4::before {
  display: none;
}
.card_link figcaption p {
  margin-bottom: 24px;
  padding: 24px 32px 0;
  line-height: 1.6;
  color: #000;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .card_link {
    display: block;
  }
  .card_link li {
    width: 100%;
    max-width: initial;
  }
  .card_link li:not(:last-child) {
    margin-bottom: 8px;
  }
  .card_link figure {
    margin-bottom: 11px;
  }
  .card_link figure::before {
    font-size: 0.7rem;
    width: 30px;
    height: 30px;
    bottom: 0;
  }
  .card_link img {
    width: 130px;
  }
  .card_link figcaption {
    height: 180px;
    margin-top: -60px;
    padding: 80px 10px 18px;
    border-radius: 0 50px 50px;
  }
  .card_link figcaption h3 {
    font-size: 1.8rem;
  }
  .card_link figcaption small {
    font-size: 1.0rem;
    margin-bottom: 10px;
  }
  .card_link figcaption p {
    margin-bottom: 16px;
    padding: 16px 8px 0;
  }
}

/* card_introduction */
.card_introduction {
  display: flex;
  justify-content: center;
}
.card_introduction li {
  width: 100%;
}
.card_introduction li:not(:last-child) {
  margin-right: 32px;
}
.card_introduction a {
  text-decoration: none;
}
.card_introduction .various_wafer_card {
  height: calc(100% - 65px);
  margin-top: 32px;
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 0 75px 75px 75px;
}
.card_introduction .various_wafer_card h4 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  color: #E60009;
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
.card_introduction .various_wafer_card h4::before {
  content: none;
}
.card_introduction .various_wafer_card p {
  margin-bottom: 24px;
  padding: 56px 0 0 0;
  line-height: 1.6;
  color: #000;
  font-weight: 300;
  font-size: 1.4rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .card_introduction {
    display: block;
  }
  .card_introduction li {
    width: 100%;
    max-width: initial;
  }
  .card_introduction li:not(:last-child) {
    margin-bottom: 8px;
  }
  .card_introduction figure {
    margin-bottom: 11px;
  }
  .card_introduction figure::before {
    font-size: 0.7rem;
    width: 30px;
    height: 30px;
    bottom: -11px;
  }
  .card_introduction img {
    width: 72px;
  }
  .card_introduction .various_wafer_card {
    padding: 30px 20px 20px;
    border-radius: 0 50px 50px 50px;
  }
  .card_introduction .various_wafer_card h3 {
    font-size: 1.8rem;
  }
  .card_introduction .various_wafer_card small {
    font-size: 1.0rem;
    margin-bottom: 2px;
  }
  .card_introduction .various_wafer_card p {
    margin-bottom: 16px;
    padding: 16px 8px 0;
  }
}

/* nav_btn */
.nav_btn {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 390px;
  min-height: 65px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.075em;
  color: #333;
/*  margin: 28px 0;*/
  padding: 10px 60px 10px 30px;
  background-color: #fff;
  border-radius: 0 50px 50px 50px;
  box-shadow: 0 0 28px rgba(46, 50, 56, 0.08);
  text-decoration: none;
  position: relative;
}
.nav_btn:not(:last-child) {
  margin-bottom: 24px;
}
.font_large .nav_btn {
  padding: 10px 60px 10px 20px;
}
.nav_btn::before {
  font-family: 'carlit';
  content: "\e901";
  color: #e60009;
  font-size: 1.0rem;
  line-height: 1.0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 1;
}
/* _blank */
.nav_btn[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;
}
/* current */
.nav_btn.current {
  color: #e60009;
  background-color: #fef3f4;
  box-shadow: none;
}
.nav_btn.current::before,
.nav_btn.current::after {
  content: none;
}
/* back */
.nav_btn.back {
  color: #e60009;
  position: relative;
  z-index: 1;
}
.nav_btn.back::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit';
  content: "\e902";
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e60009;
  padding-top: 1px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
}
/* pdf */
.nav_btn[href$='.pdf']::before {
  content: url(/silicon/files/ico_pdf.png);
}

/* .nav_btn_list */
.nav_btn_list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.nav_btn_list .nav_btn {
  max-width: 490px;
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) .nav_btn:hover {
    opacity: 1.0;
    color: #e60009;
    background-color: #fef3f4;
    box-shadow: none;
  }
  body:not(.tab_view) .nav_btn:hover::before {
    color: #e60009;
  }
  body:not(.tab_view) .nav_btn.current:hover {
    opacity: 0.5;
  }
  body:not(.tab_view) .nav_btn[target="_blank"]:hover::before {
    background-color: #fff;
  }
  body:not(.tab_view) .nav_btn.back:hover::before {
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .nav_btn {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 60px 10px 25px;
  }
  .nav_btn_list {
    display: block;
  }
  .nav_btn_list > li:not(:last-child) {
    margin-bottom: 8px;
  }
  .nav_btn_list .nav_btn {
    font-size: 1.4rem;
  }
}

/* nav_wrap */
.nav_wrap {
  display: table;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 0 auto;
  padding: 15px 13px 15px 37px;
  border-radius: 100px;
  background-color: #f8f8f8;
}
.nav_wrap:not(:last-child) {
  margin-bottom: 16px;
}
.nav_wrap p {
  display: table-cell;
  margin: 0;
  padding-right: 18px;
}
.nav_wrap .btn {
  display: table-cell;
  padding: 13px 37px 13px 33px;
}

/* nav_back_wrap */
.nav_back_wrap {
  position: relative;
}
.nav_back_wrap::before,
.nav_back_wrap::after {
  content: "";
  width: calc((100vw - 465px) / 2);
  height: 2px;
  background-color: #efefef;
  position: absolute;
  top: 50%;
}
.nav_back_wrap::before {
  left: calc(50% - 50vw);
}
.nav_back_wrap::after {
  right: calc(50% - 50vw);
}
.nav_back_wrap > .nav_btn {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1240px) {
  .nav_back_wrap::before {
    left: -30px;
  }
  .nav_back_wrap::after {
    right: -30px;
  }
}

@media only screen and (max-width: 980px) {
  .nav_back_wrap::before,
  .nav_back_wrap::after {
    content: "";
    width: calc((980px - 465px) / 2);
  }
}

@media only screen and (max-width: 768px) {
  .nav_wrap {
    display: block;
    padding: 15px 22px;
    border-radius: 25px;
  }
  .nav_wrap p {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .nav_wrap .btn {
    display: table;
    padding: 13px 37px 13px 33px;
  }
  .nav_back_wrap {
    padding: 0 10%;
  }
  .nav_back_wrap::before,
  .nav_back_wrap::after {
    width: calc((100vw - 100%) / 2);
  }
  .nav_back_wrap::before {
    left: 0;
  }
  .nav_back_wrap::after {
    right: 0;
  }
  .nav_back_wrap > .nav_btn {
    font-size: 1.4rem;
  }
}

/* ------------------------------------
  newslist
------------------------------------ */
.news_list_area .empty {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 24px 0;
  border-bottom: 1px solid #e2e2e2;
}
.newslist:not(:last-child) {
  margin-bottom: 30px;
}
.newslist li {
  display: flex;
  align-items: center;
  min-height: 65px;
  box-sizing: content-box;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.font_large .newslist li { min-height: 70px }
.newslist li ul {
  padding-left: 2em;
}
.newslist li ul li {
  border-bottom: none;
  border-top: 1px solid #e2e2e2;
  position: relative;
}
.newslist li ul li::before {
  content: '\2514';
  left: -2em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}
.newslist li > *:not(ul) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
/*  padding: 10px 0;*/
/*  padding: 22px 0;*/
}
.newslist li a {
  color: #333;
  text-decoration: none;
}
.newslist li a:hover {
  opacity: 0.6;
}
.newslist li a[target='_blank']:not([href$='.pdf']) .ttl {
  background: transparent url(/silicon/files/ico_blank.png) right center no-repeat;
  padding-right: 1em;
}
.newslist li a[href$='.zip'] .ttl {
  background: transparent url(/silicon/files/ico_dl.png) right center no-repeat !important;
  background-size: 1em !important;
}
.newslist li a[href$='.pdf'] .size {
  background: transparent url(/silicon/files/ico_pdf.png) right center no-repeat;
  background-size: 13px;
}
.newslist .date {
  font-size: 1.4rem;
  margin-right: 2em;
  width: 6em;
}
.newslist .label {
  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;
}
.newslist .label.notice {
  background: #e2e2fc;
  border: 1px solid #e2e2fc;
}
.newslist .label.sustainability {
  background: #d8f2cd;
  border: 1px solid #d8f2cd;
}
.newslist .label.product {
  background: #f5d9da;
  border: 1px solid #f5d9da;
}
.newslist .label.cat01 {
  background: #fae8d5;
  border: 1px solid #fae8d5;
}
.newslist .label.cat02 {
  background: #faf6d8;
  border: 1px solid #faf6d8;
}
.newslist .label.cat03 {
  background: #e5f6f8;
  border: 1px solid #e5f6f8;
}
.newslist .label.cat04 {
  background: #fce8f9;
  border: 1px solid #fce8f9;
}
.bg_wrap .newslist .label {
  background: #e60009;
  border: 1px solid #e60009;
  color: #fff;
}
.newslist .ttl {
  font-size: 1.4rem;
  flex: 1;
}
.newslist .new {
  background: #e60009;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0 0 0.2em;
  padding: 0 0.2em;
}
.newslist .size {
  display: inline-block;
  padding: 0 20px 0 0;
  width: 7em;
  font-size: 1.2rem;
  color: #5c5c5c;
  text-align: right;
}

/* year */
.sel_year {
  margin: 0 0 24px auto;
  display: table;
  position: relative;
}
.sel_year::after {
  font-family: 'carlit';
  content: "\e901";
  color: #e60009;
  font-size: 1.0rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}
.sel_year select {
  min-width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  padding: 13px 44px 13px 16px;
  border: 1px solid #e60009;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 2;
}

/* category */
.sel_category {
  margin: 0 0 16px;
  padding-bottom: 1px;
  border-bottom: 2px solid #e60009;
}
.sel_category li {
  border-radius: 5px;
  border: 1px solid #fef3f4;
  background: #fef3f4;
  letter-spacing: 0.025em;
  color: #050922;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  margin-bottom: 10px;
/*  padding: 13px 24px;*/
  transition: all 0.3s ease-out;
}
.sel_category li.notice {
  border-color: #e2e2fc;
  background: #e2e2fc;
}
.sel_category li.sustainability {
  border-color: #d8f2cd;
  background: #d8f2cd;
}
.sel_category li.product {
  border-color: #f5d9da;
  background: #f5d9da;
}
.sel_category li.cat01 {
  border-color: #fae8d5;
  background: #fae8d5;
}
.sel_category li.cat02 {
  border-color: #faf6d8;
  background: #faf6d8;
}
.sel_category li.cat03 {
  border-color: #e5f6f8;
  background: #e5f6f8;
}
.sel_category li.cat04 {
  border-color: #fce8f9;
  background: #fce8f9;
}
.sel_category li.active,
.sel_category li:hover,
.sel_category li.notice.active,
.sel_category li.notice:hover,
.sel_category li.sustainability.active,
.sel_category li.sustainability:hover,
.sel_category li.product.active,
.sel_category li.product:hover,
.sel_category li.cat1.active,
.sel_category li.cat1:hover,
.sel_category li.cat2.active,
.sel_category li.cat2:hover,
.sel_category li.cat3.active,
.sel_category li.cat3:hover,
.sel_category li.cat4.active,
.sel_category li.cat4:hover {
  border-color: #e60009;
  background: #e60009;
  color: #fff;
}
.sel_category li > a {
  display: block;
  font-size: 1.6rem;
  color: #050922;
  padding: 13px 24px;
  text-decoration: none;
}
.sel_category li.active > a,
.sel_category li:hover > a {
  color: #fff;
}
.sel_category ~ .tab_cont {
  border-bottom: none;
}

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

@media only screen and (max-width: 768px) {
  .news_list_area .empty {
    padding: 14px 0;
  }
  .newslist:not(:last-child) {
    margin-bottom: 24px;
  }
  .newslist li > *:not(ul) {
    display: block;
    padding: 14px 0;
  }
  .newslist .date {
    margin-right: 1em;
  }
  .newslist .label {
    width: 95px;
    margin: 0 auto 1.0em 0;
    padding: 2px;
  }
  .newslist .ttl {
    display: inline;
    font-size: 1.4rem;
/*    padding: 2px;*/
  }
  .newslist .ttl:before {
    content: '\A';
    white-space: pre;
  }
  .newslist .size {
    display: block;
    margin: 12px 0 0 auto;
  }
  .sel_category li {
    margin-bottom: 4px;
    /* SP tap */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    -webkit-touch-callout: none;
  }
  .tab_wrap.sel_category {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
  }
  .tab_wrap.sel_category li {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 2px) / 2);
    text-align: center;
    margin: 0;
/*    padding: 4px;*/
    border-radius: 0;
  }
  .tab_wrap.sel_category li > a {
    padding: 4px;
  }
  .sel_category {
    padding-bottom: 11px;
  }
}

/* page_nation */
.page_nation > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 2px;
}
.page_nation > ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.025em;
  color: #fff;
  background-color: #e60009;
  border-radius: 2px;
  text-decoration: none;
}
.page_nation > ul > li.pnAcv a {
  color: #000;
  background-color: #fef3f4;
}
.page_nation > ul > li.pnPrev {
  margin-right: 14px;
}
.page_nation > ul > li.pnPrev a {
  padding-left: 10px;
}
.page_nation > ul > li.pnNext {
  margin-left: 14px;
}
.page_nation > ul > li.pnNext a {
  padding-right: 10px;
}
.page_nation > ul > li.pnPrev a,
.page_nation > ul > li.pnNext a {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック", sans-serif;
  letter-spacing: 0.05em;
  width: 77px;
  height: 33px;
  position: relative;
}
.page_nation > ul > li.pnPrev a::before,
.page_nation > ul > li.pnNext a::before {
  font-family: 'carlit';
  content: "\e901";
  font-size: 1.0rem;
  color: #fff;
  line-height: 1.0;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) translateY(1px) scale(0.8);
}
.page_nation > ul > li.pnPrev a::before {
  left: 10px;
  right: auto;
  transform: translateY(-50%) translateY(1px) scale(0.8) scale(-1, 1);
}

@media only screen and (max-width: 768px) {
  .page_nation > ul {
    padding-bottom: 50px;
    position: relative;
  }
  .page_nation > ul > li.pnPrev {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .page_nation > ul > li.pnNext {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .page_nation > ul > li a {
    width: 40px;
    height: 40px;
  }
  .page_nation > ul > li.pnPrev a,
  .page_nation > ul > li.pnNext a {
    width: 72px;
    height: 40px;
  }
}

/* ------------------------------------
  header
------------------------------------ */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 980px;
  width: 100%;
  height: 85px;
  padding-left: 45px;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.3s ease-out;
}
header.fixed {
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 40px rgba(46, 46, 46, 0.06);
}
header.fixed + * { margin-top: 85px }
header h1,
header .logo {
  width: 400px;
  line-height: 1.0;
  margin-right: 30px;
  position: relative;
  top: 0;
  z-index: 11;
}
header h1 a,
header .logo a {
  display: flex;
}

/* header */
header > nav {
  display: flex;
  align-items: center;
  height: 100%;
}

/* header */
header .glonav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  max-width: 345px;
  gap: 0 24px;
  margin-right: 24px;
}
header .glonav > li {
  height: 100%;
}
header .glonav > li:not(:last-child) {
  order: 3;
}
header .glonav > li.sub_link {
  order: 2;
  text-align: right;
}
header .glonav > li.lang_nav {
  order: 1;
}
header .glonav > li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #222;
  text-decoration: none;
}
header .glonav_fold {
  display: flex;
  flex-direction: column;
}
header .glonav_fold li a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}
header .glonav_fold li a[target="_blank"] {
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}
header .glonav_fold .glonav li a[target="_blank"]::before {
  padding-left: 16px;
  font-family: 'carlit';
  content: "\e909";
  font-size: 1.2rem;
  line-height: 1.0;
  font-weight: normal;
  color: rgba(222, 27, 35, 0.7);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .glonav_fold .glonav li a[target="_blank"] {
  padding-right: 22px;
}
header .lang_nav {
  display: flex;
}
header .glonav_fold .lang_nav a {
  display: table;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: 'Bodoni Moda', serif;
  color: #222222;
  text-align: center;
  letter-spacing: 0.075em;
  text-decoration: none;
  padding: 3px 7px;
  border-right: 1px solid #ffffff;
  background-color: #EFEFEF;
  position: relative;
}
header .glonav_fold .lang_nav a:first-child {
  border-radius: 50px 0 0 50px;
  padding-left: 18px;
}
header .glonav_fold .lang_nav a:last-child {
  border-radius: 0 50px 50px 0;
  border-right: none;
  padding-right: 18px;
}
header .glonav_fold .lang_nav .active {
  color: #e60009;
  background-color: #fef3f4;
}

header .contact {
  display: flex;
  padding-right: 0;
}
header .contact a {
  display: table;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  text-decoration: none;
  padding: 16px;
  background-color: #e60009;
  position: relative;
  border-radius: 50px 0 0 50px;
}
header .contact a::before {
  height: 14px;
  padding-left: 10px;
  padding-right: 12px;
  display: inline-block;
  font-family: 'mail';
  content: "\e916";
  font-size: 1.5rem;
  line-height: 1.0;
  font-weight: normal;
  color: #fff;
  transform: translateY(10%);
}


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

/* .mdd_wrap */
header .mdd_wrap {
  display: none;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 85px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 30;
}
header.fixed .mdd_wrap { top: 65px; }
header .mdd_inner {
  margin-top: 44px;
  margin-bottom: 93px;
}
header .mdd_wrap h2 a {
  display: table;
  height: auto;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
/*  font-size: 2.2rem;*/
  font-size: clamp(2.0rem, calc(0.25vw + 1.9rem), 2.2rem);
  color: #fff;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
header .mdd_wrap h2 a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e60009;
  position: absolute;
  top: 13px;
  left: 0;
}
header .mdd_wrap h2 a > small {
  display: inline-block;
  font-family: 'Bodoni Moda', serif;
/*  font-size: 1.2rem;*/
  font-size: clamp(1.1rem, calc(0.25vw + 1.0rem), 1.2rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  margin-left: 8px;
}
header .mdd_wrap h2 > small::after {
  content: none;
}
header .mdd_wrap .clm_wrap {
  display: flex;
  justify-content: space-between;
}
header .mdd_wrap .clm_wrap > div {
  width: 323px;
}
header .mdd_wrap figure {
  border-radius: 5px;
  border: 3px solid #f8d4d4;
  background-color: #fff;
  margin-bottom: 19px;
}
header .mdd_wrap .link_btn {
  height: auto;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
header .mdd_wrap nav {
  width: 100%;
}
header .mdd_wrap .clm_wrap nav {
  width: calc(100% - 386px);
}
header .mdd_wrap nav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
header .mdd_wrap nav > ul > li {
  width: calc((100% - 48px) / 4);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
}
header .mdd_wrap .clm_wrap nav > ul > li {
  width: calc((100% - 32px) / 3);
}
header .mdd_wrap nav > ul > li a {
  padding: 17px 34px 17px 24px;
  position: relative;
}
header .mdd_wrap nav > ul > li a::before {
  font-family: 'carlit';
  content: "\e901";
  font-size: 1.0rem;
  color: #e60009;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) scale(0.8);
}
header .mdd_wrap nav > ul > li a[target="_blank"]::before {
  content: "\e908";
  font-size: 1.4rem;
}

header #sp_menu {
  display: none;
}

@media only screen and (max-width: 1380px) {
  .font_large header h1,
  .font_large header .logo {
    width: 148px;
  }
  .font_large header .glonav > li a {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1300px) {
  header {
    padding-left: 30px;
  }
  header h1,
  header .logo {
    margin-right: 20px;
  }
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) header .glonav > li a:hover {
    opacity: 0.6;
  }
}

/* PC */
@media only screen and (min-width: 769px) {
  header > nav {
    display: flex !important;
  }
}

@media only screen and (max-width: 768px) {
  header {
    min-width: initial;
    width: 100%;
    height: 65px;
    padding-left: 0;
    position: fixed;
    top: 0 !important;
  }
  header h1,
  header .logo {
    width: 70vw !important;
    max-height: 32px;
    margin-left: 5%;
  }
  header > nav {
    display: none !important;
    width: 100%;
    padding: 0;
  }
  body.menu_open header > nav {
    display: block !important;
    height: calc(100svh - 65px);
    padding-bottom: 60px;
    background-color: rgba(238, 238, 238, 0.95);
    position: fixed;
    top: 65px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  header > nav .cont_inner {
    display: block;
    padding: 0;
  }
  header > nav > .glonav {
    display: none;
  }
  /* sp */
  header #sp_menu {
    display: block;
  }
  header .glonav {
    display: block;
    height: auto;
    margin: 0 5% 40px;
    max-width: 100%;
  }
  header .contact a {
    width: 90%;
    margin: 0 auto;
    border-radius: 50px 50px;
    padding: 13px 10px 12px 10px;
  }
  header .glonav > li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .glonav > li:not(:last-child) {
    margin: 0;
  }
  header .glonav > li.sub_link {
    text-align: left;
  }
  header .glonav > li > a {
    width: calc(100% - 35px);
    font-size: 1.4rem !important;
    font-weight: 500;
    color: #000;
    padding: 16px 16px 16px 0;
  }
  header .glonav > li.lang_nav {
    width: 100%;
    margin: 24px auto 0;
    display: flex;
    border: none;
  }

  header .glonav_fold .lang_nav a {
    flex: 1;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.08);
  }
  /* .mdd_wrap */
  header .mdd_wrap {
    position: static;
    width: 110%;
    margin: 0 -5%;
    overflow: visible;
    background-color: rgba(238, 238, 238, 0.08);
  }
  header .switch .mdd_wrap {
    opacity: 1 !important;
  }
  header .mdd_inner {
    margin: 0 5%;
  }
  header .mdd_wrap h2 {
    display: none;
  }
  header .mdd_wrap .clm_wrap {
    display: block;
  }
  header .mdd_wrap .clm_wrap > div {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .mdd_wrap figure {
    display: none;
  }
  header .mdd_wrap .link_btn {
    font-size: 1.4rem;
    color: #000;
    padding: 16px 34px 16px 0;
  }
  header .mdd_wrap .link_btn::before {
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: 'carlit';
    content: "\e901";
    font-size: 1.0rem;
    color: #e60009;
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(0.8);
  }
  header .mdd_wrap nav {
    width: 100% !important;
  }
  header .mdd_wrap nav > ul {
    display: block;
  }
  header .mdd_wrap nav > ul > li {
    width: 100% !important;
    background-color: transparent;
  }
  header .mdd_wrap nav > ul > li:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .mdd_wrap nav > ul > li a {
    color: #000;
    padding: 16px 34px 16px 0;
  }
  header .mdd_wrap nav > ul > li a::before {
    right: 0;
  }
}

/*-----------------------------------------
  menu btn
-----------------------------------------*/
.menu_wrap {
  display: none;
}

@media only screen and (max-width: 768px) {
  .menu_wrap {
    display: block;
    position: fixed;
    top: 10px;
    right: calc(5% - 10px);
    z-index: 20;
  }
  .menu_wrap #btn_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: relative;
  }
  .menu_wrap #btn_menu > span {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-out;
  }
  .menu_wrap #btn_menu > span:nth-of-type(1) {
    top: calc(50% - 5px);
  }
  .menu_wrap #btn_menu > span:nth-of-type(3) {
    top: calc(50% + 5px);
  }
  /* .menu_open */
  .menu_open .menu_wrap #btn_menu > span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .menu_open .menu_wrap #btn_menu > span:nth-of-type(2) {
    transform: translateX(10%) translateX(2.5px) rotate(0);
    opacity: 0;
  }
  .menu_open .menu_wrap #btn_menu > span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/* ------------------------------------
  footer_contact
------------------------------------ */
#footer_contact {
  margin-bottom: 100px;
}
#footer_contact .cont_inner {
  padding: 80px;
  background: #FEF3F4;
  border-radius: 100px;
  text-align: center;
}
#footer_contact h2 {
  margin-bottom: 40px;
  font-size: 1.8rem;
  text-align: center;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  letter-spacing: 0.075em;
}
#footer_contact h2 > span {
  padding: 0 0 16px;
  display: block;
  font-size: 3.2rem;
}
#footer_contact h2 > span::after {
  content: "";
  width: 10px;
  height: 3px;
  border-radius: 5px;
  background-color: #e60009;
  margin-top: 16px;
  display: block;
  position: relative;
  bottom: 0;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
#footer_contact .tel {
  color: #E6010A;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 4rem;
  letter-spacing: 0.075em;
}
#footer_contact p {
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #footer_contact {
    margin-bottom: 64px;
  }
  #footer_contact .cont_inner {
    padding: 40px 6% 16px;
    background: #FEF3F4;
    border-radius: 25px;
    text-align: center;
  }
  #footer_contact h2 {
    margin-bottom: 32px;
    font-size: 1.6rem;
  }
  #footer_contact h2 > span {
    padding: 0 0 8px;
    font-size: 2.4rem;
  }
  #footer_contact h2 > span::after {
    margin-top: 8px;
  }
  #footer_contact .tel {
    font-size: 3.5rem;
  }
  #footer_contact .tel a {
    font-size: 3.5rem;
    letter-spacing: 0;
  }
  #footer_contact p {
    margin-bottom: 40px;
  }
}

/* ------------------------------------
  footer
------------------------------------ */
footer {
  padding: 70px 0 60px;
  border-radius: 0 100px 0 0;
  background-color: #eee;
}

/* .footer_sitemap */
footer .footer_sitemap > .cont_inner {
  display: flex;
  justify-content: space-between;
}
footer .footer_sitemap .row {
  width: 30%;
  padding-bottom: 65px;
}
footer .footer_sitemap .row:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer_sitemap ul {
  margin-bottom: -10px;
}
footer .footer_sitemap ul li {
  margin-bottom: 10px;
}
footer .footer_sitemap a {
  display: inline-block;
  line-height: 1.28;
  text-decoration: none;
  position: relative;
}
footer .footer_sitemap dt a {
  display: block;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #000;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
}
footer .footer_sitemap dt a::before {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #e60009;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .footer_sitemap dd {
  display: flex;
}
footer .footer_sitemap dd a {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.7);
}
footer .footer_sitemap dd a[target="_blank"] {
  padding-right: 22px;
  position: relative;
}
footer .footer_sitemap dd a[target="_blank"]::before {
  font-family: 'carlit';
  content: "\e909";
  font-size: 1.0rem;
  line-height: 1.0;
  font-weight: normal;
  color: rgba(222, 27, 35, 0.7);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer_sitemap dd a > small {
  display: block;
  font-size: 1.1rem;
}
footer .footer_sitemap dd > ul:not(:last-child) {
  margin-right: 48px;
}
footer .footer_sitemap ul.other a {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #000;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
}
footer .footer_sitemap ul.other a::before {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #e60009;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer_sitemap .bold {
  font-weight: 800;
}

/* facts_list */
footer .footer_sitemap .facts_list {
  display: flex;
  flex-direction: column;
}
footer .footer_sitemap .facts_list li:first-child {
  order: 4;
}

/* bnr */
footer .bnr_recovered {
  display: block;
  width: 100%;
  min-width: 20vw;
  color: #fff;
  font-size: 3.4rem;
  text-align: center;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
footer .bnr_recovered::before {
  content: '';
  width: 96px;
  height: 96px;
  background: #E6010A url(/silicon/files/common-footer_recovered_ico.png) center center no-repeat;
  background-size: 41px auto;
  border-radius: 50%;
  position: absolute;
  top: -24px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
footer .bnr_recovered > div {
  padding: 96px 0 40px;
  position: relative;
  overflow: hidden;
  background: #000 url(/silicon/files/common-footer_recovered_img.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 40px;
}
footer .bnr_recovered > div::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
footer .bnr_recovered span {
  position: relative;
  z-index: 2;
}
footer .bnr_recovered small {
  padding-top: .5em;
  display: block;
  font-size: 1.6rem;
  position: relative;
  z-index: 3;
}

/* footer_bottom */
footer .footer_bottom {
  padding-top: 62px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer_bottom > .cont_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_bottom ul {
  display: flex;
  align-items: center;
  order: 2;
  gap: 0 32px;
}
footer .footer_bottom li a {
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}
footer .footer_bottom li a[target="_blank"] {
  padding-right: 22px;
}
footer .footer_bottom li a[target="_blank"]::before {
  font-family: 'carlit';
  content: "\e909";
  font-size: 1.0rem;
  line-height: 1.0;
  font-weight: normal;
  color: rgba(222, 27, 35, 0.7);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer_bottom small {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.1rem;
  color: #000;
  letter-spacing: 0.1em;
  order: 1;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 24px 0 41px;
    border-radius: 0;
  }
  footer .footer_sitemap {
    margin-bottom: 32px;
  }
  footer .footer_sitemap > .cont_inner {
    display: block;
  }
  footer .footer_sitemap .row {
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
  }
  footer .footer_sitemap .row > * {
    margin-bottom: 0 !important;
  }
  footer .footer_sitemap ul {
    margin-bottom: 0;
  }
  footer .footer_sitemap ul li {
    margin-bottom: 0;
  }
  footer .footer_sitemap dt {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .footer_sitemap dt.switch {
    border-bottom: none;
  }
  footer .footer_sitemap dt a {
    width: calc(100% - 35px);
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 16px 16px 16px 0;
  }
  footer .footer_sitemap dt a::before {
    content: none;
  }
  footer .footer_sitemap dt > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 1;
  }
  footer .footer_sitemap dt > span::before,
  footer .footer_sitemap dt > span::after {
    content: "";
    display: block;
    border-radius: 5px;
    background-color: #e60009;
    transition: all 0.3s ease-out;
  }
  footer .footer_sitemap dt > span::before {
    width: 14px;
    height: 3px;
  }
  footer .footer_sitemap dt > span::after {
    width: 3px;
    height: 14px;
    position: relative;
    right: 8px;
  }
  footer .footer_sitemap dt.switch > span::after {
    transform: rotate(90deg);
  }
  footer .footer_sitemap dd {
    display: none;
    width: 110%;
    margin: 0 -5%;
    background-color: rgba(255, 255, 255, 0.08);
  }
  footer .footer_sitemap dd a {
    display: block;
    padding: 16px 0;
    position: relative;
  }
  footer .footer_sitemap dd a::before {
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: 'carlit';
    content: "\e901";
    font-size: 1.0rem;
    color: #e60009;
    position: absolute;
    left: auto;
    top: 50%;
    right: -2px;
    bottom: auto;
    transform: translateY(-50%) scale(0.8);
  }
  footer .footer_sitemap .bold::before {
    display: none;
  }
  footer .footer_sitemap dd > ul {
    margin: 0 5% !important;
  }
  footer .footer_sitemap dt.switch + dd > ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer .footer_sitemap dt.switch + dd > ul:last-child li:last-child {
    border-bottom: none;
  }
  footer .footer_sitemap ul.other li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .footer_sitemap ul.other a {
    display: block;
    margin-bottom: 0;
    padding: 16px 34px 16px 0;
  }
  footer .footer_sitemap ul.other a::before {
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: 'carlit';
    content: "\e901";
    font-size: 1.0rem;
    color: #e60009;
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    bottom: auto;
    transform: translateY(-50%) scale(0.8);
  }
  footer .footer_sitemap .facts_list {
    display: block;
  }
  /* bnr */
  footer .bnr_recovered {
    margin-top: 40px;
    font-size: 3.4rem;
  }
  footer .bnr_recovered > div {
    border-radius: 25px;
  }
  footer .bnr_recovered small {
    font-size: 1.4rem;
  }
  /* footer_bottom */
  footer .footer_bottom {
    padding-top: 0;
    border: none;
  }
  footer .footer_bottom > .cont_inner {
    display: block;
  }
  footer .footer_bottom ul {
    display: block;
    margin-bottom: 32px;
  }
  footer .footer_bottom ul li {
    text-align: center;
  }
  footer .footer_bottom ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .footer_sitemap ul.other a {
    font-size: 1.4rem;
  }
  footer .footer_bottom small {
    text-align: center;
  }
}

#page_top {
  display: none;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 1.16;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 33px 13px 17px 27px;
  background-color: #000;
  border-radius: 50px 0 0 50px;
  position: fixed;
  right: 0;
  bottom: 172px;
  z-index: 9;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
  transition: none;
}
#page_top.active {
  transition: all 0.3s ease-out;
}
#page_top::before {
  font-family: 'carlit';
  content: "\e900";
  font-size: 1.4rem;
  color: #e60009;
  line-height: 1.0;
  font-weight: normal;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%) translateX(6px) rotate(-90deg);
}

@media only screen and (max-width: 768px) {
  #page_top {
    font-size: 1.0rem;
    bottom: 10px;
    padding: 28px 8px 10px 16px;
    transform: scale(0.9);
  }
  #page_top::before {
    font-size: 1.2rem;
    top: 10px;
    transform: translateX(-50%) translateX(4px) rotate(-90deg);
  }
}

/* ------------------------------------
  modal
------------------------------------ */
.modal {
  display: none;
  width: 100%;
  max-width: 980px;
  max-height: 80%;
  margin: 0;
  top: 50%;
  left: 50%;
  bottom: auto;
  padding: 67px 70px 67px 74px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 25px;
  transform: translate(-50%, -50%);
  z-index: 20;
  position: fixed;
}
.modal .modal_close {
  display: block;
  width: 62.5px;
  height: 62.5px;
  font-size: 1.0rem;
  font-weight: 700;
  color: #e60009;
  text-align: center;
  padding-top: 36px;
  border-radius: 50%;
  background-color: #fde5e5;
  position: absolute;
  top: 13px;
  right: 16px;
  cursor: pointer;
  transform: scale(0.8);
}
.modal .modal_close::before,
.modal .modal_close::after {
  content: "";
  width: 24px;
  height: 1.6px;
  background-color: #e60009;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal .modal_close::before {
  transform: translate(-50%, -50%) translateY(-6px) rotate(45deg);
}
.modal .modal_close:after {
  transform: translate(-50%, -50%) translateY(-6px) rotate(-45deg);
}
.modal figure {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px !important;
}
.modal figure img {
  width: 43%;
}
.modal figcaption {
  width: calc(57% - 16px);
  overflow-y: auto;
  margin-right: -16px;
  padding-right: 16px;
}
.modal figcaption::-webkit-scrollbar {
  width: 4px;
}
.modal figcaption::-webkit-scrollbar-track {
  background-color: #e2e2e2;
  border: none;
}
.modal figcaption::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border: none;
}
.modal figcaption p:last-child {
  margin-bottom: 0;
}
.modal .title {
  display: block;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 21px;
}
.modal .title > small {
  display: block;
  position: relative;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 6px 0 17px 48px;
}
.modal .btn {
  font-size: 1.4rem;
  margin: 0 auto 13px;
  padding: 13px 39px 13px 26px;
}
.modal .note {
  text-align: center;
  margin-bottom: 0;
}
.modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.8);
}
/* .balloon */
.modal .balloon {
  font-family: 'Bodoni Moda', serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0;
  color: #fff;
  margin-right: 4px;
  padding: 5px 7px;
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: #34c7fd;
  filter: drop-shadow(0 0 2px rgba(31, 45, 56, 0.24));
  position: absolute;
  top: 0;
  left: 0;
}
.modal .balloon {
  margin-right: 14px;
}
.modal .balloon::before,
.modal .balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.modal .balloon::before {
  border-width: 8px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  bottom: -8px;
}
.modal .balloon::after {
  border-width: 5px 5.5px 0 5.5px;
  border-color: #34c7fd transparent transparent transparent;
  bottom: -4px;
}

.modal.chemicals .title > small { color: #34c7fd }
.modal.chemicals .balloon { background-color: #34c7fd; }
.modal.chemicals .balloon::after { border-color: #34c7fd transparent transparent transparent; }
.modal.bottling .title > small { color: #75d841 }
.modal.bottling .balloon { background-color: #75d841; }
.modal.bottling .balloon::after { border-color: #75d841 transparent transparent transparent; }
.modal.metalwork .title > small { color: #ffcb55 }
.modal.metalwork .balloon { background-color: #ffcb55; }
.modal.metalwork .balloon::after { border-color: #ffcb55 transparent transparent transparent; }
.modal.engineering .title > small { color: #f82e5d }
.modal.engineering .balloon { background-color: #f82e5d; }
.modal.engineering .balloon::after { border-color: #f82e5d transparent transparent transparent; }

@media only screen and (max-width: 1100px) {
  .modal {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 768px) {
  .modal {
    width: 90%;
    height: auto;
    max-width: initial;
    max-height: 90svh;
    padding: 75px 22px 33px 22px;
    transform: translate(-50%, -50%) translate(0, 0);
  }
  .modal_application .modal {
    padding: 22px;
  }
  /* SP tap */
  .modal_open,
  .modal .modal_close {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    -webkit-touch-callout: none;
  }
  .modal .modal_close {
    top: 4px;
    right: 5px;
  }
  .modal_application .modal .modal_close {
    top: -30px;
    right: -22px;
  }
  .modal figure {
    height: calc(100% - 118px);
    display: block;
    text-align: center;
    margin-bottom: 16px !important;
  }
  .modal figure img {
    width: 100%;
    max-width: 286px;
    margin-bottom: 19px;
  }
  .modal .title {
    font-size: 1.7rem;
    text-align: left;
    margin-bottom: 10px;
  }
  .modal .title > small {
    font-size: 1.5rem;
    padding: 6px 0 17px 40px;
    letter-spacing: -0.01em;
  }
  .modal .btn {
    margin: 0 auto 6px;
    padding: 8px 39px 8px 26px;
  }
  .modal figcaption {
    width: 100%;
  }
  .modal .balloon {
    margin-right: 14px;
  }
}

@media only screen and (max-width: 340px) {
  .modal .note {
    font-size: 1.1rem;
  }
}

/*-----------------------------------------
  Hover
-----------------------------------------*/
a,
.btn,
.btn::before {
  transition: all 0.3s ease-out;
}
.dragscroll_cont {
  cursor: grab;
}
/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) a:hover {
    opacity: 0.5;
  }
  body:not(.tab_view) a.btn:hover {
    opacity: 1.0;
    color: #e60009;
    background-color: #fef3f4;
    box-shadow: 0 0 32px rgba(46, 50, 56, 0.08);
  }
  body:not(.tab_view) a.btn:hover::before {
    color: #e60009;
  }
  body:not(.tab_view) .dragscroll_cont:active {
    cursor: grabbing;
  }
}

/* SP tap */
@media only screen and (max-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    -webkit-touch-callout: none;
  }
}

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

/*2024/05/29追加*/
/* nav_btn2 */
.nav_btn2 {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 490px;/*変更*/
  min-height: 65px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.075em;
  color: #333;
/*  margin: 28px 0;*/
  padding: 10px 60px 10px 30px;
  background-color: #fff;
  border-radius: 0 50px 50px 50px;
  box-shadow: 0 0 28px rgba(46, 50, 56, 0.08);
  text-decoration: none;
  position: relative;
}
.nav_btn2:not(:last-child) {
  margin-bottom: 24px;
}
.font_large .nav_btn2 {
  padding: 10px 60px 10px 20px;
}
.nav_btn2::before {
  font-family: 'carlit';
  content: "\e901";
  color: #e60009;
  font-size: 1.0rem;
  line-height: 1.0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 1;
}
/* _blank */
.nav_btn2[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;
}
/* current */
.nav_btn2.current {
  color: #e60009;
  background-color: #fef3f4;
  box-shadow: none;
}
.nav_btn2.current::before,
.nav_btn2.current::after {
  content: none;
}
/* back */
.nav_btn2.back {
  color: #e60009;
  position: relative;
  z-index: 1;
}
.nav_btn2.back::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit';
  content: "\e902";
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e60009;
  padding-top: 1px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
}
/* pdf */ 
.nav_btn2[href$='.pdf']::before { 
  content: url(/silicon/files/ico_pdf.png); 
} 

/* .nav_btn2_list */
.nav_btn2_list {
  display: flex;
  justify-content: center;
  margin-top:10px;/*追加*/
  gap: 16px;
}
.nav_btn2_list .nav_btn {
  max-width: 490px;
}
 
/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) .nav_btn2:hover {
    opacity: 1.0;
    color: #e60009;
    background-color: #fef3f4;
    box-shadow: none;
  }
  body:not(.tab_view) .nav_btn2:hover::before {
    color: #e60009;
  }
  body:not(.tab_view) .nav_btn2.current:hover {
    opacity: 0.5;
  }
  body:not(.tab_view) .nav_btn2[target="_blank"]:hover::before {
    background-color: #fff;
  }
  body:not(.tab_view) .nav_btn2.back:hover::before {
    color: #fff;
  }
}
 
@media only screen and (max-width: 768px) {
  .nav_btn2 {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 60px 10px 25px;
  }
  .nav_btn2_list {
    display: block;
  }
  .nav_btn2_list > li:not(:last-child) {
    margin-bottom: 8px;
  }
  .nav_btn2_list .nav_btn2 {
    font-size: 1.4rem;
  }
}

.purpose_title {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  color: #e60009;
}


.picture_wrap {
  display: flex;
}
.picture_wrap p {
  width: 480px;
  margin-right: 40px;
}
.picture_wrap .clm_picture {
  margin-right: 40px;
}
.picture_wrap img {
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .picture_wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .picture_wrap p {
    width: auto;
    margin-right: 0;
  }
  .picture_wrap .clm_picture {
    margin-right: 0;
  }
  .process_wrap .cont_inner_narrow {
    width: 100%;
  }
}

html {
  scroll-padding-top: 90px;
}

/*2025/09/29更新*/