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

  contentsElements

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

.attention_list > li {
  font-weight: 500;
  line-height: 2.0;
}
.attention,
.attention_list > li {
  position: relative;
  color: #666;
  font-size: 1.2rem;
}
.attention::before,
.attention_list > li::before {
  content: "※";
  width: 1em;
  height: 1em;
  background: transparent;
}
p.attention,
.attention_list > li {
  display: block;
  padding-left: 1.1em;
}
p.attention::before,
.attention_list > li::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_b_s {
  margin-bottom: 8px;
}
.margin_t_fill {
  margin-top: -25px !important;
}
.margin_t_no {
  margin-top: 0 !important;
}
.margin_b_no {
  margin-bottom: 0 !important;
}
.newslist li:first-child > *:not(ul),
.xj-newslist li:first-child > *:not(ul) {
  padding-top: 0;
}
.newslist li,
.xj-newslist li {
  min-height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.font_large .newslist li,
.font_large .xj-newslist li {
  min-height: 50px;
}

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(/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;
}
.page_corporate_history .cont_inner:not(#inner_sub_nav) .btn_nav_list a::after {
  content: "\e914";
  top: calc(100% - 15px);
  right: 50%;
  font-size: 0.55rem;
  transform: translateX(-50%);
}
.tel.eastern_jpn::after,
.tel.western_jpn::after {
  padding-left: 0.4em;
  font-weight: 500;
  /* font-size: 1.6rem; */
  font-size: clamp(1.4rem, calc(0.25vw + 1.2rem), 1.6rem);
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック", sans-serif;
}
.tel.eastern_jpn::after {
  content: "（東日本）";
}
.tel.western_jpn::after {
  content: "（西日本）";
}

@media only screen and (max-width: 768px) {
  main {
    margin-bottom: 80px;
  }
  section::before,
  .pg_guide ~ main 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;
}
.pg_title::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/files/index-title_deco_pc.png) no-repeat right bottom/contain;
  position: absolute;
  top: 0;
  right: 0;
}
.pg_title.pg_rocket.pg_chemicals::before {
  width: 532px;
  height: 235px;
  background: url(/business/files/index-title_deco_rocket_pc.png) no-repeat center center/cover;
  top: 82px;
  right: -137px;
}
.pg_title.pg_corporate {
  background: url(/corporate/files/index-title_corporate.jpg) no-repeat center center/cover;
}
.pg_title.pg_news {
  background: url(/news/files/index-title_news.jpg) no-repeat center center/cover;
}
.pg_title.pg_library,
.pg_earnings_report,
.pg_business_report,
.pg_financial_report {
  background: url(/ir/files/index-title_ir_earnings_report.jpg) no-repeat center center/cover;
}
.pg_title.pg_research {
  background: url(/research/files/index-title_research.jpg) no-repeat center center/cover;
}
.pg_contact {
  background: url(/contact/files/index-title_contact.jpg) no-repeat center center/cover;
}
.pg_title.pg_others {
  background: url(/files/index-title_others.png) no-repeat center center/cover;
}
.pg_title.pg_bottling {
  background: url(/business/files/index-title_business_bottling.jpg) no-repeat center center/cover;
}
.pg_title.pg_metalwork {
  background: url(/business/files/index-title_business_metalwork.jpg) no-repeat center center/cover;
}
.pg_title.pg_chemicalsengineering {
  background: url(/business/files/index-title_business_chemicalsengineering.jpg) no-repeat center center/cover;
}
/* pc・sp別 */
.pg_title.pg_business {
  background: url(/business/files/index-title_business_pc.jpg) no-repeat center center/cover;
}
.pg_title.pg_chemicals {
  background: url(/business/files/index-title_business_chemicals_pc.jpg) no-repeat left bottom/cover;
}
.pg_title.pg_sustainability {
  background: url(/sustainability/files/index-title_sustainability_pc.jpg) no-repeat center center/cover;
}
.pg_title.pg_recruit {
  background: url(/recruit/files/index-title_recruit_pc.jpg) no-repeat center center/cover;
}
.pg_title.pg_ir {
  background: url(/ir/files/index-title_ir_pc.jpg) no-repeat center center/cover;
}
.pg_title.pg_vision {
  background: url(/ir/files/index-title_ir_vision_pc.jpg) no-repeat center center/cover;
}
.pg_title.pg_guide {
  height: 470px;
  margin: 0 0 100px;
  background: url(/corporate/files/index-title_corporate_guide_pc.png?20240701) no-repeat center top/cover;
}
.pg_title.pg_rocket.pg_chemicals {
  height: 491px;
  background: url(/business/files/index-title_business_chemicals_rocket_pc.jpg) no-repeat center top/cover;
}
.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 hgroup > p {
  display: table;
  font-family: 'Bodoni Moda', serif;
  font-size: 2.0rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0;
  padding-right: 31px;
  position: relative;
}
.pg_title hgroup > p.nowrap {
  white-space: nowrap;
}
.pg_title hgroup > p::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #e60009;
  position: absolute;
  right: 0;
  bottom: 6px;
}
.pg_title.pg_others h1,
.pg_title.pg_others hgroup > p {
  color: #000;
}
.pg_title.pg_rocket.pg_chemicals > .cont_inner::before {
  content: "SCROLL DOWN";
  position: absolute;
  left: 50%;
  bottom: 55px;
  font-size: 1.1rem;
  font-family: 'Bodoni Moda', serif;
  color: rgb(255 255 255 / .57);
  letter-spacing: 0.2em;
  translate: -50% 0;
  z-index: 1;
}
.pg_title.pg_rocket.pg_chemicals > .cont_inner::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 50%;
  width: 1px;
  height: 35px;
  background-image: linear-gradient(to bottom, rgb(255 255 255 / 0.57) 50%, transparent 50%);
  background-position: 0 -100%;
  background-size: 100% 200%;
  translate: -50% 0;
  animation: scrolldown 2.5s cubic-bezier(0.5, 0, 0.3, 1) forwards infinite;
}
.pg_title.pg_rocket.pg_chemicals > .cont_inner {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 42px;
}
.pg_title.pg_rocket.pg_chemicals h1 {
  font-size: 6.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
.pg_title.pg_rocket.pg_chemicals hgroup > p {
  display: block;
  padding-right: 0;
  margin-bottom: 12px;
  font-size: 2.4rem;
  line-height: 1.54;
  text-align: center;
}
.pg_title.pg_rocket.pg_chemicals hgroup > p::after {
  content: none;
}
h1 + .title_catchphrase,
hgroup + .title_catchphrase {
  margin: 36px auto 0;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.29;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
@keyframes scrolldown {
  0% {
    background-position: 0 100%;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -100%;
  }
}

@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(/files/index-title_deco_sp.png);
  }
  .pg_title.pg_business {
    background-image: url(/business/files/index-title_business_sp.jpg);
  }
  .pg_title.pg_chemicals {
    background-image: url(/business/files/index-title_business_chemicals_sp.jpg);
  }
  .pg_title.pg_sustainability {
    background-image: url(/sustainability/files/index-title_sustainability_sp.jpg);
  }
  .pg_title.pg_recruit {
    background-image: url(/recruit/files/index-title_recruit_sp.jpg);
  }
  .pg_title.pg_ir {
    background-image: url(/ir/files/index-title_ir_sp.jpg);
  }
  .pg_title.pg_vision {
    background-image: url(/ir/files/index-title_ir_vision_sp.jpg);
  }
  .pg_title.pg_guide {
    height: 100%;
    margin: 65px 0 44px;
    padding-top: 110px;
    background: none;
    position: relative;
  }
  .pg_title.pg_guide::before {
    content: "";
    width: 100%;
    padding-top: 85.3%;
    background: url(/corporate/files/index-title_corporate_guide_sp.png?20240701) no-repeat center top/contain;
    margin: 0;
    border-radius: 0 0 0 50px;
    position: absolute;
    top: 0;
  }
  .pg_title.pg_rocket.pg_chemicals {
    height: 320px;
    background: url(/business/files/index-title_business_chemicals_rocket_sp.jpg) no-repeat center center/cover;
  }
  .pg_title.pg_rocket.pg_chemicals::before {
    width: 234px;
    height: 103px;
    background: url(/business/files/index-title_deco_rocket_sp.png) no-repeat center center/cover;
    top: 80px;
    right: -29px;
  }
  .pg_title.pg_rocket.pg_chemicals >.cont_inner::before {
    bottom: 26px;
    font-size: 9px;
  }
  .pg_title.pg_rocket.pg_chemicals >.cont_inner::after {
    bottom: 5px;
    height: 16px;
  }
  .pg_title h1 {
    font-size: 2.4rem;
  }
  .font_large .pg_title h1 {
    letter-spacing: 0.03em;
  }
  .pg_title hgroup > p {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
  .pg_title.pg_rocket.pg_chemicals > .cont_inner {
    padding-bottom: 9px;
  }
  .pg_title.pg_rocket.pg_chemicals h1 {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.025em;
  }
  .pg_title.pg_rocket.pg_chemicals hgroup > p {
    margin-bottom: 4px;
    font-size: 1.4rem;
    line-height: 1.57;
  }
  h1 + .title_catchphrase,
  hgroup + .title_catchphrase {
    margin-top: 22px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}


.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,
  .entry_base .cont_inner_narrow {
    width: 90%;
  }
  .entry_base .cont_inner_narrow,
  .entry_base .cont_inner_ex_narrow {
    margin: 0 auto;
  }
  .entry_base .cont_inner > .cont_inner_narrow,
  .entry_base .cont_inner > .cont_inner_ex_narrow {
    width: 100%;
  }
}
.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;
  }
}
/* btn 横並び */
.btn_sidexside {
  text-align: center;
}
.btn_sidexside .btn {
  display: inline-block;
  margin: 0;
}
.btn_sidexside .btn + .btn {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .btn_sidexside .btn + .btn {
    margin: 24px 0 0;
  }
}
/*-----------------------------------------
  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;
}
/* dl */
.basic_dl {
  margin-bottom: 24px;
}
.basic_dl > dt {
  font-weight: bold;
  line-height: 1.5;
  color: #ee3224;
}
.basic_dl > dt > p {
  margin-bottom: 0;
  font-weight: inherit;
  line-height: inherit;
}
.basic_dl > dd {
  margin-top: 16px;
}
.basic_dl > dd > p {
  margin-bottom: 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 tr > .sticky_clm {
  position: sticky;
  top: 0;
  left: 0;
  border-right: none;
}
.basic_table tr > .sticky_clm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #e2e2e2;
  z-index: -1;
}
.basic_table tr > .sticky_clm + th,
.basic_table tr > .sticky_clm + td {
  border-left: none !important;
}
.basic_table .wm_v > span {
  display: inline-block;
  writing-mode: vertical-rl;
  white-space: pre;
  letter-spacing: 0.3em;
}
.basic_table .bc_white th,
.basic_table .bc_white td {
  border-color: #fff !important;
}
.basic_table .cell_bgc_lb {
  background-color: #f7fafd;
}
.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;
  overflow-wrap: anywhere;
}
.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;
}
.basic_table :is(thead, tbody) :is(th, td).pi_s {
  padding-inline: 10px;
}
.scroll_area .basic_table {
  margin-bottom: 0;
}
.basic_table .txt_s {font-size: 80%;}
.basic_table .w_5 {width: 5%;}
.basic_table .w_10 {width: 10%;}
.basic_table .w_15 {width: 15%;}
.basic_table .w_20 {width: 20%;}
.basic_table .w_25 {width: 25%;}
.basic_table .w_30 {width: 30%;}
.basic_table .w_35 {width: 35%;}
.basic_table .w_40 {width: 40%;}
.basic_table .w_45 {width: 45%;}
.basic_table .w_50 {width: 50%;}
.basic_table .w_55 {width: 55%;}
.basic_table .w_60 {width: 60%;}
.basic_table .w_65 {width: 65%;}
.basic_table .w_70 {width: 70%;}
.basic_table .w_75 {width: 75%;}
.basic_table .w_80 {width: 80%;}
.basic_table .w_85 {width: 85%;}
.basic_table .w_90 {width: 90%;}
.basic_table .w_95 {width: 95%;}

.basic_table .table_span {
  display: inline-block;
}
.basic_table .table_span + .table_span {
  margin-top: 1em;
}

.basic_table.table_ofw_any th,
.basic_table.table_ofw_any td {
  overflow-wrap: anywhere;
}

@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 .sp_w_100 {width: 100%;}
}

/*-----------------------------------------
  image
-----------------------------------------*/
figure.img_c,
figure.img_l,
figure.img_r {
  margin-bottom: 40px;
}
figure.img_l,
figure.img_r {
  width: 480px;
}
figure.medium {
  width: 360px;
}
figure.small {
  width: 280px;
}
figure.b_rad_2 > img {
  display: block;
  border-radius: 2px;
}
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: 480px;
}
.figure_mid > figure.medium {
  width: 360px;
}
.figure_mid > figure.small {
  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;
}
/* figure_mid用オプション */
.figure_mid .fas_fs {
  align-self: flex-start;
}
.clm2 > figure figcaption,
.clm3 > figure figcaption,
.clm4 > figure figcaption {
  margin-top: 12px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4286;
}

@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.medium,
  figure.img_l.medium,
  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_mid > figure.medium {
    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.gap_20,
.clm3.gap_20,
.clm4.gap_20 {
  -webkit-column-gap: 19.99px;
     -moz-column-gap: 19.99px;
          column-gap: 19.99px;
  row-gap: 20px;
}

.clm2.gap_20 > * {
  width: calc((100% - 20px) / 2);
}

.clm3.gap_20 > * {
  width: calc((100% - 40px) / 3);
}

.clm4.gap_20 {
  width: calc((100% - 60px) / 4);
}

@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 > *,
  .clm2.gap_20.sp_clm1 > *,
  .clm3.gap_20.sp_clm1 > *,
  .clm4.gap_20.sp_clm1 > * {
    width: 100%;
  }
  .sp_clm1.sp_gap_0 {
    gap: 0;
  }
  .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);
  }
}

/*-----------------------------------------
  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 34px 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;
  }
}

/* card_link */
.card_link {
  padding: 45px 40px 40px;
  border-radius: 100px;
  background-color: #fef3f4;
}
.card_link figcaption h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .card_link {
    padding: 24px 10px 46px;
    border-radius: 25px;
  }
}

/* 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.link_2 li {
  max-width: 410px;
}
.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;
}
.page_corporate_history .cont_inner:not(#inner_sub_nav) .btn_nav_list {
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
}
.btn_nav_list li {
  width: calc((100% - 30px) / 3);
}
.page_corporate_history .cont_inner:not(#inner_sub_nav) .btn_nav_list > li {
  width: 100%;
  max-width: 548px;
}
.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.5;
  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);
}
.page_corporate_history .cont_inner:not(#inner_sub_nav) .btn_nav_list > li > a {
  justify-content: center;
  min-height: 84px;
  border-radius: 50px;
}
.page_corporate_history .cont_inner:not(#inner_sub_nav) .btn_nav_list > li:first-of-type > a {
  gap: 12px;
}
.page_corporate_history .cont_inner:not(#inner_sub_nav) .btn_nav_list > li:nth-of-type(2) > a {
  gap: 4px;
}
.page_corporate_history .cont_inner:not(#inner_sub_nav) .btn_nav_list > li:first-of-type img {
  width: 64px;
}
.page_corporate_history .cont_inner:not(#inner_sub_nav) .btn_nav_list > li:nth-of-type(2) img {
  width: 92px;
}
.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;
  }
  .page_corporate_history .cont_inner:not(#inner_sub_nav) .btn_nav_list {
    flex-wrap: initial;
    gap: initial;
    justify-content: initial;
  }
  .page_corporate_history .cont_inner:not(#inner_sub_nav) .btn_nav_list > li {
    margin-right: auto;
    margin-left: auto;
  }
}

/* .scroll_wrap */
.scroll_wrap {
  margin-bottom: 35px;
}
.scroll_wrap .note {
  display: none;
  margin-bottom: 17px;
}
.scroll_wrap:has(.basic_table) + .attention {
  margin-top: -25px;
}
.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 }
  .scroll_wrap:has(.basic_table) + .attention {
    margin-top: -15px;
  }
}

/* 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(/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;
  }
}
/*-----------------------------------------
  internal_links (not btn_nav_list)
-----------------------------------------*/
.internal_links:not(.btn_nav_list) {
  display: flex;
  gap: calc(12 / 1200 * 100%);
  justify-content: center;
  position: relative;
}
.internal_links:not(.btn_nav_list)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100px;
  background-color: #fef3f4;
}
.internal_links:not(.btn_nav_list) > li {
  width: calc(392 / 1200 * 100%);
}
.internal_links:not(.btn_nav_list) > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 100px;
  padding: 12px 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;
}
.internal_links:not(.btn_nav_list) > li > a::after {
  content: "\e914";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 6px;
  font-size: 1rem;
  line-height: 1;
  font-family: "carlit";
  color: #e60009;
  transform: translateX(-50%);
  scale: 60%;
}
@media only screen and (max-width: 1200px) {
  .internal_links:not(.btn_nav_list)::before {
    left: -30px;
    width: calc(100% + 60px);
  }
}
@media only screen and (max-width: 768px) {
  .internal_links:not(.btn_nav_list) {
    flex-direction: column;
    gap: 16px;
  }
  .internal_links:not(.btn_nav_list)::before {
    top: -20px;
    left: calc(50% - 50vw);
    width: 100vw;
    height: calc(100% + 40px);
  }
  .internal_links:not(.btn_nav_list) > li {
    width: 100%;
  }
  .internal_links:not(.btn_nav_list) > li > a {
    min-height: 60px;
    font-size: 1.4rem;
  }
  .internal_links:not(.btn_nav_list) > li > a::after {
    bottom: 2px;
  }
}

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

  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);
  }
}

/* ------------------------------------
  guide page
------------------------------------ */
.pg_title.pg_guide > .cont_inner {
  align-items: flex-end;
  position: relative;
  bottom: -69px;
}
.quick_link {
  width: 100%;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 42px 48px 24px;
}
.quick_link hgroup {
  margin: 0 24px 12px;
}
.quick_link h1 {
  font-size: 4.2rem;
  color: #000;
  /* margin: 0 24px 12px; */
}
.quick_link hgroup > p {
  font-size: 1.8rem;
  color: #e60009;
}
.quick_link > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
}
.quick_link > ul > li {
  width: calc((100% - 24px) / 4);
  min-height: 92px;
  border-radius: 50px;
  box-shadow: 0 0 32px rgba(46, 50, 56, 0.08);
  position: relative;
  transition: all 0.3s ease-out;
}
.quick_link > ul > li::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  top: 0;
}
.quick_link > ul > li::after {
  font-family: 'carlit';
  content: "\e914";
  color: #e60009;
  font-size: 1.0rem;
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%) scale(0.6);
  z-index: 1;
  transition: all 0.3s ease-out;
}
.quick_link > ul > li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  border-radius: 50px;
  padding: 18px 24px 26px 92px;
  text-decoration: none;
  position: relative;
}
.quick_link > ul > li a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit';
  content: "\e911";
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #e60009;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  z-index: 1;
}
.quick_link > ul > li.movie a::before {
  content: "\e911";
}
.quick_link > ul > li.origin a::before {
  content: "\e913";
}
.quick_link > ul > li.history a::before {
  content: "\e90f";
}
.quick_link > ul > li.organizational a::before {
  content: "\e912";
}
.quick_link > ul > li.area a::before {
  content: "\e90b";
}
.quick_link > ul > li.highlights a::before {
  content: "\e90e";
}
.quick_link > ul > li.future a::before {
  content: "\e90d";
}
.quick_link > ul > li.info a::before {
  content: "\e910";
}
.font_large .quick_link > ul > li br {
  display: none;
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) .quick_link > ul > li:hover {
    box-shadow: none;
  }
  body:not(.tab_view) .quick_link > ul > li a:hover {
    opacity: 1.0;
    color: #e60009;
    background-color: #fef3f4;
  }
  body:not(.tab_view) .quick_link > ul > li a:hover::before {
    color: #fef3f4;
  }
}

@media only screen and (max-width: 1120px) {
  .quick_link > ul > li br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pg_title.pg_guide > .cont_inner {
    width: 100%;
    height: auto;
    position: relative;
    bottom: auto;
  }
  .quick_link {
    padding: 23px 5% 0;
    border-radius: 25px;
  }
  .quick_link hgroup {
    margin: 0 24px 13px;
  }
  .quick_link h1 {
    font-size: 2.4rem;
    /* margin: 0 24px 13px; */
  }
  .quick_link hgroup > p {
    font-size: 1.4rem;
  }
  .quick_link > ul {
    gap: 8px;
  }
  .quick_link > ul > li {
    width: calc((100% - 8px) / 2);
  }
  .quick_link > ul > li::before {
    border-radius: 25px;
  }
  .quick_link > ul > li::after {
    bottom: 2px;
  }
  .quick_link > ul > li a {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    padding: 42px 0 19px;
    border-radius: 25px;
  }
  .quick_link > ul > li a::before {
    content: "";
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
    top: 8px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .quick_link > ul > li br {
    display: block !important;
  }
}

/* chronology_list */
.chronology_list {
  padding: 0 60px 45px;
  position: relative;
  *zoom: 1;
}
.font_large .chronology_list {
  padding: 0 20px 45px;
}
.chronology_list::before,
.chronology_list::after {
  content: '';
  display: table;
}
.chronology_list::after {
  clear: both;
}
.chronology_list::before {
  content: "";
  width: 2px;
  height: 0;
  background-color: #e60009;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.chronology_list.active::before {
  height: calc(100% - 45px - 56px);
  animation: base_line 0.8s ease-in-out;
  transform-origin: top center;
}
@keyframes base_line {
  0% {
    scale: 1 0;
  }
  30% {
    scale: 1 0;
  }
  100% {
    scale: 1 1;
  }
}
.chronology_list > li {
  width: calc(50% - 25px);
  float: left;
  position: relative;
}
.chronology_list > li:not(:last-child) {
  margin-bottom: 30px;
}
.chronology_list > li:nth-child(2n + 1) {
  float: right;
  margin-left: 25px;
}
.chronology_list > li::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e60009;
  position: absolute;
  top: 0;
  right: -35px;
  z-index: 1;
}
.chronology_list > li:last-child::after {
  content: "";
  width: 5px;
  height: calc(100% + 20px);
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: -27px;
  margin-left: -1px;
}
.chronology_list > li:nth-child(2n):last-child::after {
  left: auto;
  right: -26px;
}
.chronology_list > li:nth-child(2n + 1)::before {
  left: -35px;
  right: auto;
}
.chronology_list > li > p {
  line-height: 2.0;
  margin-bottom: 24px;
}
.chronology_list > li > p:last-child {
  margin-bottom: 0;
}
.chronology_list > li > p > span {
  display: block;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2.0rem;
  line-height: 1.13;
  color: #e60009;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
.chronology_list > li > p > span + em {
  font-weight: bold;
}
.chronology_list > li:nth-child(2n) > p {
  text-align: right;
}
.chronology_list > li > figure img {
  max-width: 300px;
}

/* 調整 */
.chronology_list > li.f_left {
  float: left;
  margin-left: 0;
  margin-right: 25px;
}
.chronology_list > li.f_right {
  float: right;
  margin-left: 25px;
  margin-right: 0;
}
.chronology_list > li.f_left::before {
  left: auto;
  right: -35px;
}
.chronology_list > li.f_left:last-child::after {
  left: auto;
  right: -26px;
}
.chronology_list > li.f_right::before {
  left: -35px;
  right: auto;
}
.chronology_list > li.f_right:last-child::after {
  left: -26px;
  right: auto;
}
.chronology_list > li.f_left > p {
  text-align: right;
}
.chronology_list > li.f_right > p {
  text-align: left;
}

/* date_1910s */
.chronology_list.date_1910s > li:nth-child(2) {
  margin-top: 84px;
}
.chronology_list.date_1910s > li:first-child img {
  border-radius: 5px;
}
.chronology_list.date_1910s > li:nth-child(2) {
  margin-bottom: 133px;
}
.chronology_list.date_1910s > li:nth-child(2) img {
  max-width: 250px;
}
.chronology_list.date_1910s > li:nth-child(4) {
  margin-bottom: 0;
}
.chronology_list.date_1910s > li:nth-child(4) img {
  max-width: 350px;
}

/* date_1940s */
.chronology_list.date_1940s > li:nth-child(2) {
  margin-top: 84px;
  margin-bottom: 40px;
}
.chronology_list.date_1940s > li:nth-child(3) {
  margin-bottom: 50px;
}

/* date_1970s */
.chronology_list.date_1970s > li:first-child {
  margin-bottom: 60px;
}
.chronology_list.date_1970s > li:nth-child(2) {
  margin-top: 45px;
  margin-bottom: 64px;
}
.chronology_list.date_1970s > li:nth-child(6) {
  margin-bottom: 64px;
}
.chronology_list.date_1970s > li:nth-child(7) {
  margin-bottom: 64px;
}

/* date_2000s */
.chronology_list.date_2000s > li:nth-child(2) {
  margin-top: 84px;
}
.chronology_list.date_2000s > li:nth-child(3) {
  margin-bottom: 65px;
}
.chronology_list.date_2000s > li:nth-child(7) {
  margin-bottom: 178px;
}
.chronology_list.date_2000s > li:nth-child(8) {
  margin-bottom: 30px;
}

.chronology_list.carlit_history > li:nth-child(odd),
.chronology_list.jc_1910s > li:nth-child(odd),
.chronology_list.jc_1950s > li:nth-child(odd),
.chronology_list.jc_1970s > li:nth-child(odd),
.chronology_list.jc_1990s > li:nth-child(odd),
.chronology_list.jc_2010s > li:nth-child(odd),
.chronology_list.st_1990s > li:nth-child(odd),
.chronology_list.st_2010s > li:nth-child(odd) {
  clear: both;
}
/* carlit_history */
.chronology_list.carlit_history > li:nth-child(2) {
  margin-top: 74px;
}
.chronology_list.carlit_history > li:nth-child(4) {
  margin-top: 96px;
}
.chronology_list.carlit_history > li:nth-child(5) {
  margin-top: 30px;
}
.chronology_list.carlit_history > li:nth-child(6) {
  margin-top: 124px;
}
.chronology_list.carlit_history > li:nth-child(7) {
  margin-top: -18px;
}
.chronology_list.carlit_history > li:nth-child(8) {
  margin-top: 27px;
}
/* jc chronology */
/* jc_1910s */
.chronology_list.jc_1910s > li:nth-child(2) {
  margin-top: 70px;
}
.chronology_list.jc_1910s > li:nth-child(3) {
  margin-top: -18px;
}
.chronology_list.jc_1910s > li:nth-child(4) {
  margin-top: 50px;
}
.chronology_list.jc_1910s > li:nth-child(5) {
  margin-top: -18px;
}
.chronology_list.jc_1910s > li:nth-child(6) {
  margin-top: 92px;
}
.chronology_list.jc_1910s > li:nth-child(7) {
  margin-top: -60px;
}
.chronology_list.jc_1910s > li:nth-child(8) {
  margin-top: 20px;
}
.chronology_list.jc_1910s > li:nth-child(9) {
  margin-top: -100px;
}
/* jc_1950s */
.chronology_list.jc_1950s > li:nth-child(2) {
  margin-top: 70px;
}
.chronology_list.jc_1950s > li:nth-child(3) {
  margin-top: -50px;
}
.chronology_list.jc_1950s > li:nth-child(4) {
  margin-top: 10px;
}
.chronology_list.jc_1950s > li:nth-child(5) {
  margin-top: 0;
}
.chronology_list.jc_1950s > li:nth-child(6) {
  margin-top: 50px;
}
/* jc_1970s */
.chronology_list.jc_1970s > li:nth-child(2) {
  margin-top: 60px;
}
.chronology_list.jc_1970s > li:nth-child(3) {
  margin-top: -18px;
}
.chronology_list.jc_1970s > li:nth-child(4) {
  margin-top: 30px;
}
/* jc_1990s */
.chronology_list.jc_1990s > li:nth-child(2) {
  margin-top: 70px;
}
.chronology_list.jc_1990s > li:nth-child(3) {
  margin-top: -50px;
}
.chronology_list.jc_1990s > li:nth-child(4) {
  margin-top: 40px;
}
.chronology_list.jc_1990s > li:nth-child(5) {
  margin-top: -45px;
}
.chronology_list.jc_1990s > li:nth-child(6) {
  margin-top: 30px;
}
.chronology_list.jc_1990s > li:nth-child(7) {
  margin-top: -30px;
}
.chronology_list.jc_1990s > li:nth-child(8) {
  margin-top: 20px;
}
/* jc_2010s */
.chronology_list.jc_2010s > li:nth-child(2) {
  margin-top: 70px;
}
.chronology_list.jc_2010s > li:nth-child(3) {
  margin-top: -20px;
}
.chronology_list.jc_2010s > li:nth-child(4) {
  margin-top: 30px;
}
.chronology_list.jc_2010s > li:nth-child(5) {
  margin-top: -20px;
}
.chronology_list.jc_2010s > li:nth-child(6) {
  margin-top: 50px;
}
/* st_1990s */
.chronology_list.st_1990s > li:nth-child(2) {
  margin-top: 40px;
}
.chronology_list.st_1990s > li:nth-child(4) {
  margin-top: 60px;
}
/* st_2010s */
.chronology_list.st_2010s > li:nth-child(2) {
  margin-top: 40px;
}
.chronology_list.st_2010s > li:nth-child(3) {
  margin-top: -30px;
}
.chronology_list.st_2010s > li:nth-child(4) {
  margin-top: 10px;
}
.chronology_list.st_2010s > li:nth-child(5) {
  margin-top: -20px;
}
.chronology_list.st_2010s > li:nth-child(6) {
  margin-top: 20px;
}

@media only screen and (max-width: 1240px) {
  .chronology_list {
    padding: 0 0 45px;
  }
}

@media only screen and (max-width: 1050px) {
  .chronology_list.date_1940s > li:nth-child(3) {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  /* chronology_list */
  .chronology_list {
    padding: 22px 0 22px 36px !important;
  }
  .chronology_list::before {
    display: block;
    top: 22px;
    left: 11px;
  }
  .chronology_list.active::before {
    height: calc(100% - 44px) !important;
  }
  .chronology_list > li {
    width: 100%;
    float: none !important;
    margin: 0 !important;
  }
  .chronology_list > li:not(:last-child) {
    margin-bottom: 20px !important;
  }
  .chronology_list > li::before {
    top: 0 !important;
    right: auto !important;
    left: -35px !important;
  }
  .chronology_list > li:last-child::after {
    height: 100%;
    right: auto !important;
    left: -26px !important;
  }
  .chronology_list.carlit_history > li:nth-child(8)::after {
    top: 10px;
    height: calc(100% + 20px);
  }
  .chronology_list > li > p {
    text-align: left !important;
    margin-bottom: 16px;
  }
  .chronology_list > li > p > span {
    margin-bottom: 7px;
  }
  .chronology_list > li figure {
    text-align: left;
  }
}

/* .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;
  }
}

/* .highlights_graph */
.highlights_graph {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 31px;
}
.highlights_graph > li {
  width: 100%;
  max-width: 400px;
  text-align: center;
}
.highlights_graph h3 {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 22px;
  padding-bottom: 0;
  border-bottom: none;
}
.highlights_graph h3 > small {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #666;
}

#future picture + p {
  max-width: 848px;
  margin-top: -39px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .highlights_graph {
    display: block;
  }
  .highlights_graph > li {
    max-width: initial;
  }
  .highlights_graph > li:not(:last-child) {
    margin-bottom: 26px;
  }
  #future picture {
    display: block;
    width: 110%;
    margin-left: -5%;
  }
  #future picture + p {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
/* ------------------------------------
  about page
------------------------------------ */
.page_corporate_about .basic_table th {
  width: 20%;
}
.page_corporate_about table .internal_btn {
  display: inline-block;
  padding: 5px 30px 5px 20px;
  margin-left: 1.6rem;
  font-size: 1.4rem;
}
.page_corporate_about table .internal_btn::before {
  top: calc(50% - 3px);
  rotate: 90deg;
}
.page_corporate_about table .tel {
  padding-right: 1em;
}
.corporate_guide_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 680px;
  margin-right: auto;
  margin-left: auto;
}
.corporate_guide_wrap .img_corporate_guide {
  width: calc(320 / 680 * 100%);
  border: 1px solid #efefef;
}
.corporate_guide_wrap .nav_btn {
  max-width: 300px;
}
.googlemaps_wrap > iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}
@media only screen and (max-width: 768px) {
  .page_corporate_about .basic_table th {
    width: 100%;
  }
  .page_corporate_about table .tel {
    padding-right: 0;
  }
  .page_corporate_about table .internal_btn {
    margin: 10px auto 0;
  }
  .page_corporate_about table .internal_btn::before {
    top: calc(50% - 3px);
    rotate: 90deg;
  }
  .corporate_guide_wrap {
    flex-direction: column;
    width: 100%;
  }
  .corporate_guide_wrap .nav_btn {
    max-width: 390px;
  }
  .googlemaps_wrap > iframe {
    aspect-ratio: 16/9;
  }
}
/* ------------------------------------
  message page
------------------------------------ */
.page_corporate_message .message_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}
.page_corporate_message .message_wrap > figure:not(.message_signature) {
  width: calc(480 / 950 * 100%);
  border-radius: 5px;
  margin: 0 calc(44 / 950 * 100%) 25px 0;
  overflow: hidden;
}
.page_corporate_message .message_wrap > figure:not(.message_signature) + p {
  width: calc(426 / 950 * 100%);
}
.page_corporate_message .message_wrap > p {
  width: 100%;
}
.page_corporate_message .message_position {
  margin-bottom: 10px;
  text-align: right;
}
.page_corporate_message .message_signature {
  width: 100%;
  text-align: right;
}
.page_corporate_message .message_signature > img {
  max-width: 182px;
}
@media only screen and (max-width: 768px) {
  .page_corporate_message .message_wrap {
    width: 100%;
  }
  .page_corporate_message .message_wrap > figure:not(.message_signature) {
    margin: 0 auto 25px;
  }
  .page_corporate_message .message_wrap > figure,
  .page_corporate_message .message_wrap > figure:not(.message_signature),
  .page_corporate_message .message_wrap > figure:not(.message_signature) + p,
  .page_corporate_message .message_wrap > p {
    width: 100%;
  }
}
/* ------------------------------------
  philosophy page
------------------------------------ */
.pg_corporate ~ main .img_pyramid {
  position: relative;
  max-width: 672px;
  margin-inline: auto;
}
.pg_corporate ~ main .img_pyramid [href^="#sec_"] {
  display: block;
  position: absolute;
  z-index: 1;
}
.pg_corporate ~ main .img_pyramid [href="#sec_mind"] {
  width: calc(251.5 / 672 * 100%);
  top: calc(25.5 / 607.5 * 100%);
  left: 39.8%;
}
.pg_corporate ~ main .img_pyramid [href="#sec_philosophy"] {
  width: calc(239.5 / 672 * 100%);
  top: calc(116.5 / 607.5 * 100%);
  left: 44%;
}
.pg_corporate ~ main .img_pyramid [href="#sec_purpose"] {
  width: calc(310.5 / 672 * 100%);
  top: calc(205.5 / 607.5 * 100%);
  left: 40.8%;
}
.pg_corporate ~ main .img_pyramid [href="#sec_goal"] {
  width: calc(421.5 / 672 * 100%);
  top: calc(300.5 / 607.5 * 100%);
  left: 32%;
}
.pg_corporate ~ main .img_pyramid [href="#sec_values"] {
  width: calc(414.5 / 672 * 100%);
  top: calc(398.5 / 607.5 * 100%);
  left: 40.6%;
}
.pg_corporate ~ main .img_pyramid [href="#sec_slogan"] {
  width: calc(254 / 672 * 100%);
  top: calc(500.5 / 607.5 * 100%);
  left: 32.5%;
}
.pg_corporate ~ main .img_mind img {
  max-width: 552px;
}
.pg_corporate ~ main .img_philosophy img {
  max-width: 771px;
}
.pg_corporate ~ main .img_slogan img {
  max-width: 771px;
}
@media only screen and (max-width: 768px) {
  .pg_corporate ~ main .img_mind img {
    max-width: 80%;
  }
  .pg_corporate ~ main .img_philosophy img {
    max-width: 80%;
  }
  .pg_corporate ~ main .img_slogan img {
    max-width: 80%;
  }
}
/* ------------------------------------
  officer page
------------------------------------ */
.pg_corporate ~ main .officer_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.pg_corporate ~ main .officer_ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 50%;
}
.pg_corporate ~ main .officer_ul .img_officer {
  width: 200px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 0;
  overflow: hidden;
}
.pg_corporate ~ main .officer_ul > li > dl {
  width: 215px;
}
.pg_corporate ~ main .officer_ul .officer_name {
  margin-top: 10px;
  font-size: 1.8rem;
}
.pg_corporate ~ main [id="sec_executive"] table th {
  width: 28%;
  font-weight: normal;
  font-size: 1.8rem;
  background-color: transparent;
}
.pg_corporate ~ main [id="sec_executive"] table td {
  width: 72%;
}
.pg_corporate ~ main .officer_footnote_list {
  list-style: none;
  font-size: 1.4rem;
}
.pg_corporate ~ main .officer_footnote_list > li {
  counter-increment: item;
  margin-left: 2.3em;
  text-indent: -2.3em;
}
.pg_corporate ~ main .officer_footnote_list > li::before {
  content: "※";
  padding-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .pg_corporate ~ main .officer_ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .pg_corporate ~ main .officer_ul > li {
    width: 100%;
  }
  .pg_corporate ~ main .officer_ul .img_officer {
    width: 35%;
    max-width: 200px;
  }
  .pg_corporate ~ main .officer_ul > li > dl {
    width: calc(65% - 20px);
    max-width: 215px;
  }
  .pg_corporate ~ main .officer_ul .officer_post {
    font-size: 1.5rem;
  }
  .pg_corporate ~ main .officer_ul .officer_name {
    margin-top: 8px;
  }
  .pg_corporate ~ main [id="sec_executive"] table th,
  .pg_corporate ~ main [id="sec_executive"] table td {
    width: 100%;
  }
  .pg_corporate ~ main [id="sec_executive"] table th {
    padding-bottom: 5px !important;
  }
  .pg_corporate ~ main [id="sec_executive"] table td {
    padding-top: 0 !important;
  }
}
/* ------------------------------------
  organigram page
------------------------------------ */
.img_chart > img {
  max-width: 949px;
}
/* ------------------------------------
  history page
------------------------------------ */
.page_corporate_history .tab_cont {
  padding-bottom: 21px;
  margin-bottom: 40px;
}
.page_corporate_history .basic_table th {
  width: 20%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .page_corporate_history .tab_cont {
    padding-top: 21px;
  }
  .page_corporate_history .basic_table th {
    width: 100%;
    text-align: left;
  }
}
/* ------------------------------------
  group page
------------------------------------ */
.group_list > li + li {
  margin-top: 60px;
}
.group_list .tel {
  padding-right: 1em;
}
.group_list .basic_table th {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .group_list .basic_table th {
    width: 100%;
  }
  .group_list .tel {
    padding-right: 0;
  }
}

/* ------------------------------------
  office page
------------------------------------ */
.office_map_wrap {
  background: url(/corporate/files/corporate-office-map.png) no-repeat center center/contain;
  text-align: center;
  height: 668px;
  position: relative;
  left: -6%;
}
.office_map_wrap svg {
  position: relative;
  top: 30px;
  left: 5px;
}
.office_map_wrap svg .leader_line {
  fill: none;
  stroke: #ee3224;
  stroke-width: 1px;
}
.office_map_wrap svg .map_pin {
  fill: #ee3224;
  stroke: transparent;
  stroke-width: 1px;
  transition: all 0.3s ease-out;
}
.office_map_wrap svg .text_wrap rect {
  fill: #fff;
  /* filter: drop-shadow(0 0 16px rgba(55, 62, 78, 0.16)); */
  transition: all 0.3s ease-out;
}
.office_map_wrap svg .text_area {
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.3s ease-out;
}
.office_map_wrap svg .arrow {
  fill: #e60009;
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  .office_map_wrap svg a:hover {
    opacity: 1;
  }
  .office_map_wrap svg a:hover .map_pin,
  .office_map_wrap svg .gunma_all_wrap:hover .map_pin {
    fill: #fff;
    stroke: #ee3224;
  }
  .office_map_wrap svg a:hover .text_wrap rect {
    opacity: 0.9;
  }
  /* .office_map_wrap svg a:hover .text_wrap rect {
    filter: drop-shadow(0 0 4px rgba(55, 62, 78, 0.08));
  } */
  .office_map_wrap svg a:hover .text_area {
    fill: #e60009;
  }
}

@media only screen and (max-width: 1240px) {
  .office_map_wrap {
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .office_map_wrap {
    width: 110%;
    height: auto;
    left: -5%;
  }
  .office_map_wrap svg {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: scale(0.9);
  }
}


/* .office_table */
.office_table th {
  vertical-align: middle !important;
  width: 200px;
}
.office_table td {
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .cont_inner_narrow:has(.office_table) {
    width: 100%;
  }
  .office_table th {
    width: auto;
  }
}

/* .clm_wrap */
.office_table .clm_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-right: -16px;
}
.office_table .clm_wrap > span {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .office_table .clm_wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

.office_table td .btn.type_inline {
  display: inline-block;
  padding: 12px 38px 12px 28px;
  margin: 0;
}

/* .contact_address_wrap */
.contact_address_wrap .contact_tel {
  font-weight: 500;
  line-height: 1.5;
}
.contact_address_wrap .contact_tel > span:not(:last-child) {
  margin-right: 16px;
}
.contact_address_wrap .contact_tel:not(:last-child) {
  margin-bottom: 12px;
}
.contact_address_wrap strong {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 6px;
}
.contact_address_wrap .contact_tel .icon {
  font-size: 1.9rem;
  color: #EE3224;
  font-style: normal;
  vertical-align: middle;
  margin: 0 4px 0 16px;
}
.contact_address_wrap .contact_tel .icon_fax {
  font-size: 1.5rem;
}
.contact_address_wrap .contact_tel .icon:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .contact_address_wrap .contact_tel > span {
    display: block;
  }
  .contact_address_wrap .contact_tel > span:not(:last-child) {
    margin-right: 0;
  }
}

/* .office_address_wrap */
.office_access_wrap strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.office_access_wrap .office_access {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}
.office_access_wrap .office_access:not(:last-child) {
  margin-bottom: 12px;
}

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

  business

-----------------------------------------*/
/* .explanation_wrap */
.explanation_wrap {
  display: table;
  margin-bottom: 32px;
  padding: 11px 17px 13px 17px;
  border-radius: 15px;
  background-color: #faf7f7;
}
.explanation_wrap .balloon {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-right: 4px;
  padding: 7px 10px;
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: #34c7fd;
  filter: drop-shadow(0 0 2px rgba(31, 45, 56, 0.24));
  position: relative;
}
.explanation_wrap .balloon:last-of-type {
  margin-right: 14px;
}
.explanation_wrap .balloon::before,
.explanation_wrap .balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.explanation_wrap .balloon::before {
  border-width: 9px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  bottom: -9px;
}
.explanation_wrap .balloon::after {
  border-width: 5px 5.5px 0 5.5px;
  border-color: #34c7fd transparent transparent transparent;
  bottom: -5px;
}
.explanation_wrap p {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
}
.explanation_wrap .balloon.chemicals,
.explanation_list .balloon.chemicals{ background-color: #34c7fd; }
.explanation_wrap .balloon.chemicals::after { border-color: #34c7fd transparent transparent transparent; }
.explanation_wrap .balloon.bottling,
.explanation_list .balloon.bottling { background-color: #75d841; }
.explanation_wrap .balloon.bottling::after { border-color: #75d841 transparent transparent transparent; }
.explanation_wrap .balloon.metalwork,
.explanation_list .balloon.metalwork { background-color: #ffcb55; }
.explanation_wrap .balloon.metalwork::after { border-color: #ffcb55 transparent transparent transparent; }
.explanation_wrap .balloon.engineering,
.explanation_list .balloon.engineering { background-color: #f82e5d; }
.explanation_wrap .balloon.engineering::after { border-color: #f82e5d transparent transparent transparent; }


@media only screen and (max-width: 1240px) {
  .font_large .explanation_wrap .balloon {
    padding: 7px;
  }
  .font_large .explanation_wrap .balloon:last-of-type {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .explanation_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 24px;
    padding: 20px 12px;
  }
  .explanation_wrap .balloon {
    margin-bottom: 8px;
    padding: 7px 10px !important;
  }
  .explanation_wrap .balloon:last-of-type {
    margin-right: 0 !important;
  }
  .explanation_wrap p {
    width: 100%;
    margin-top: 16px;
  }
}

/* .application_clm */
.application_clm {
  display: flex;
}
.application_clm:not(:last-child) {
  margin-bottom: 32px;
}
.application_clm svg {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #efefef;
}
.application_clm svg:first-child {
  background: url(/business/files/business-application-search_bg_outside.png) no-repeat center center/cover;
}
.application_clm svg:last-child {
  background: url(/business/files/business-application-search_bg_indoors.png) no-repeat center center/cover;
}
.application_clm svg:not(:last-child) {
  margin-right: 40px;
}
.application_clm .modal_open {
  cursor: pointer;
  filter: drop-shadow(0 0 6px rgba(31, 45, 56, 0.24));
  transition: all 0.3s ease-out;
}
.application_clm path[id^="outside_border_"],
.application_clm path[id^="indoors_border_"] {
  fill: #fff;
}
.application_clm path[id^="balloon_outside_"],
.application_clm path[id^="balloon_indoors_"] {
  position: relative;
}
.application_clm text {
  font-family: 'Bodoni Moda', serif;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  fill: #fff;
  position: relative;
  transform: translate(22px, 31px);
}
.font_large .application_clm text {
  transform: translate(21px, 33px);
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) .application_clm .modal_open:hover {
    opacity: 0.6;
    filter: drop-shadow(0 0 2px rgba(31, 45, 56, 0.24));
  }
}

@media only screen and (max-width: 768px) {
  .application_clm {
    display: block;
  }
  .application_clm svg:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.bg_wrap {
  padding: 74px 8% 55px;
  border-radius: 100px;
  background-color: #fef3f4;
}
.bg_wrap:not(:last-child) {
  margin-bottom: 75px;
}

@media only screen and (max-width: 768px) {
  .bg_wrap {
    padding: 24px 22px 24px;
    border-radius: 25px;
  }
  .bg_wrap:not(:last-child) {
    margin-bottom: 44px;
  }
}

.emphasis_cont {
  margin-bottom: 59px;
  padding: 52px 8% 51px;
  border-radius: 100px;
  background: #fef3f4 url(/files/common-bg_deco_pc.png) no-repeat left center/cover;
}
.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;
}

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

/* border_emphasis_cont */
.border_emphasis_cont {
  max-width: 880px;
  padding: 38px 34px;
  margin: 0 auto;
  border: 1px solid rgba(238, 50, 36, 0.16);
  border-radius: 15px;
}
.border_emphasis_cont p {
  margin-bottom: 12px;
}
.border_emphasis_cont .title {
  font-size: 1.6rem;
  font-weight: 700;
}
.border_emphasis_cont .basic_ul > li:not(:last-child) {
  margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
  .border_emphasis_cont {
    padding: 19px 16px;
  }
}

/* title_emphasis_cont */
.title_emphasis_cont {
  display: flex;
  border: 1px solid #faf7f7;
  border-radius: 15px;
}
.title_emphasis_cont > .title {
  display: flex;
  align-items: center;
  min-width: 107px;
  font-weight: 700;
  background: #faf7f7;
  border-radius: 15px 0 0 15px;
  margin-bottom: 0;
  padding: 10px 12px;
}
.title_emphasis_cont > div {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 10px 15px;
}
.title_emphasis_cont > div p {
  font-size: 1.4rem;
  margin-bottom: 24px;
}
.title_emphasis_cont > div *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .title_emphasis_cont {
    flex-direction: column;
  }
  .title_emphasis_cont > .title {
    min-width: initial;
    border-radius: 15px 15px 0 0;
    padding: 10px 16px;
  }
  .title_emphasis_cont > div {
    padding: 10px 16px;
  }
}

/* title_clm_cont */
.border_emphasis_cont:has(.title_clm_cont) {
  padding: 24px 34px;
}
.title_clm_cont {
  display: flex;
}
.title_clm_cont > .title {
  display: flex;
  align-items: center;
  color: #ee3224;
  margin-bottom: 0;
  padding-right: 32px;
  border-right: 1px solid #e2e2e2;
}
.title_clm_cont > div {
  flex: 1;
  font-size: 1.4rem;
  padding: 10px 0 10px 30px;
}
.title_clm_cont > div p {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.title_clm_cont > div .basic_ul > li::before {
  top: 10px;
}

@media only screen and (max-width: 768px) {
  .border_emphasis_cont:has(.title_clm_cont) {
    padding: 12px 18px;
  }
  .title_clm_cont {
    flex-direction: column;
  }
  .title_clm_cont > .title {
    padding-right: 0;
    padding-bottom: 8px;
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .title_clm_cont > div {
    padding: 10px 0;
  }
}

/* bg_title_cont */
.bg_title_cont {
  color: #333;
  background: #fef2f4;
  border-radius: 15px;
  padding: 26px 34px;
}
.bg_title_cont .title {
  font-weight: 600;
  border-bottom: 2px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.bg_title_cont p:not(.title) {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.bg_title_cont *:last-child {
  margin-bottom: 0;
}

/* 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: flex-start;
  width: calc((100% - 16px) / 2);
  padding: 48px 32px ;
  border-radius: 0 75px 75px 75px;
  background-color: #f8f8f8;
}
.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:has(+ h3) {
  margin-bottom: 40px;
}
.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 {
  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 { content: "\e915"; }
/*.card_det_list .bottling h3::before { content: "\e903"; font-size: 2.8rem; left: 5px; }
.font_large .card_det_list .bottling h3::before { left: 3px; }
.card_det_list .metalwork h3::before { content: "\e906"; }
.card_det_list .engineering h3::before { content: "\e905"; font-size: 2.0rem; left: 9px; }
.font_large .card_det_list .engineering h3::before { left: 8px; }*/
.card_det_list .collect_flame_wrap {
  padding: 0;
}
.card_det_list .collect_flame_wrap .btn {
  display: block;
}
.card_det_list .collect_flame_wrap::before {
  content: none;
}
.card_det_list .btn {
  font-size: 1.4rem;
  margin-bottom: 13px;
  padding: 13px 39px 13px 26px;
}
.card_det_list .btn:not(:has(+ *)) {
  margin-bottom: 0;
}
.card_det_list .btn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.card_det_list .btn_list:has(+ *) {
  margin-bottom: 13px;
}
.card_det_list .btn_list .btn {
  flex-shrink: 0;
  margin: 0;
}
.card_det_list .note {
  text-align: center;
  margin-bottom: 0;
}
.card_det_list .note:has(+ *) {
  margin-bottom: 13px;
}

@media only screen and (max-width: 768px) {
  .card_det_list {
    display: block;
  }
  .card_det_list > 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 .collect_flame_wrap {
    margin-top: 0;
  }
  .card_det_list .btn_list {
    flex-direction: column;
    align-items: center;
  }
}

/* ------------------------------------
  accordion
------------------------------------ */
.accordion_field {
  margin-bottom: 40px;
}
/* タイトル */
.accordion_field .accordion_title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 14px 50px 14px 16px;
	cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease-out;
}
.accordion_field .accordion_title::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e60009;
  position: absolute;
  left: 0;
  bottom: 0;
}
.accordion_field .accordion_title::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(/files/ico_accordion_plus.svg) no-repeat center / cover;
}
.accordion_field .accordion_title.switch::after {
  background-image: url(/files/ico_accordion_minus.svg);
}

/* コンテンツ */
.accordion_field .details_content {
	padding-block: 30px 0;
  display: none;
	/* box-sizing: content-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
	opacity: 0;
  transition: padding 0.3s ease-out, max-height 0.3s ease-out, opacity 0.5s ease-out; */
}

/* コンテンツ（オープン時） */
.accordion_field .switch + .details_content {
  display: block;
}
/* .accordion_field .switch .details_content {
	opacity: 1;
  transition: padding 0.3s ease-out, max-height 0.3s ease-out, opacity 0.5s ease-out;
} */

/* Hover */
@media (hover: hover) and (pointer: fine) {
  .accordion_field .accordion_title:hover {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 768px) {
  .accordion_field {
    margin-bottom: 20px;
  }
}

/* ------------------------------------
  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;
}
section.field_wrap::before {
  content: none;
}
.field_wrap + .field_wrap {
  padding-top: 24px;
  border-top: 1px solid #e2e2e2;
  margin-top: 5px;
}
.field_wrap .img_nav_list li::before,
.field_wrap .img_nav_list li::after {
  content: none;
}

/* 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;
  }
  .tab_cont > .field_wrap {
    padding-top: 10px;
  }
  .field_wrap + .field_wrap {
    padding-top: 16px;
  }
  .field_wrap h4 {
    margin: 5px auto 2px;
  }
}
/* ------------------------------------
  collection flame
------------------------------------ */
.collect_flame_wrap {
  position: relative;
  padding: 45px 0;
}
.collect_flame_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1091px;
  height: 2px;
  background-color: #fff;
  translate: -50% 0;
}
.collect_flame_wrap .btn {
  max-width: 482px;
  padding: 15px 72px 15px 0;
  border-radius: 15px;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 1.4rem;
  background-color: #fff;
  background-image: url(/business/files/business-btn-collect_flame_pc.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left 2px center;
  text-align: right;
  color: #222;
}
.collect_flame_wrap .btn::before {
  color: #e60009;
}
.collect_flame_wrap .note {
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .collect_flame_wrap {
    padding: 32px 22px;
    margin-top: 32px;
  }
  .collect_flame_wrap::before {
    height: 3px;
  }
  .collect_flame_wrap .btn {
    max-width: 330px;
    padding: min(calc(44 / 390 * 100vw), 44px) 0 min(calc(20 / 390 * 100vw), 20px) min(calc(11 / 390 * 100vw), 11px);
    border-radius: min(calc(15 / 390 * 100vw), 15px);
    background-image: url(/business/files/business-btn-collect_flame_sp.png);
    background-size: calc(157 / 330 * 100%) auto;
    background-position: left top;
    text-align: left;
  }
}
/* .pg_rocket */
.pg_rocket ~ main .img_r {
  width: calc(720 / 1200 * 100%);
  max-width: 720px;
  border-radius: 5px;
  margin-bottom: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .pg_rocket ~ main .img_r {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* metal_electrodes */
figure.img_l.electrodes_img_wrap {
  width: 400px;
}
#table_metal_electrodes th,
#table_metal_electrodes td {
  padding: 9px 7px;
  text-align: center;
  vertical-align: middle;
}
#table_metal_electrodes .sticky_clm {
  border-right: none !important;
}
#table_metal_electrodes thead .sticky_clm::before {
  border-color: #fff !important;
}
#table_metal_electrodes thead th {
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  font-feature-settings: normal;
}
#table_metal_electrodes tbody th:not(.cell_bgc_lb) {
  background-color: #fff;
}
#table_metal_electrodes tbody th,
#table_metal_electrodes tbody td,
#table_metal_electrodes tbody .sticky_clm::before {
  border-color: #f6f7f5 !important;
}
@media only screen and (max-width: 768px) {
  figure.img_l.electrodes_img_wrap {
    width: 100%;
  }
}
/*-----------------------------------------

  research

-----------------------------------------*/
.pg_title.pg_research ~ main .entry_base section:first-of-type {
  margin-bottom: 30px;
}
.pg_title.pg_research ~ main .research_msgblock {
  display: block;
  position: relative;
  padding: 28px calc(149 / 1200 * 100%) 48px calc(320 / 1200 * 100%);
  border-radius: 0 100px 100px 100px;
  margin-top: 84px;
  background-color: #fef3f4;
  text-decoration: none;
}
.pg_title.pg_research ~ main .research_msgblock::before {
  content: "";
  display: block;
  position: absolute;
  top: -36px;
  left: calc(123 / 1200 * 100%);
  width: calc(142 / 1200 * 100%);
  background-image: url(/research/files/message.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1 / 1;
}
.pg_title.pg_research ~ main a.research_msgblock::after {
  content: "\e901";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: calc(72 / 1200 * 100%);
  width: 44px;
  height: 44px;
  padding-left: 2px;
  font-size: 1.0rem;
  line-height: 1.0;
  font-family: 'carlit';
  border-radius: 50%;
  background-color: #e60009;
  color: #fff;
  transform: translateY(-50%);
}
.pg_title.pg_research ~ main .research_msgblock > h3 {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.321;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  letter-spacing: 0.1em;
}
.pg_title.pg_research ~ main .research_msgblock > h3 > small {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.571;
  font-family: 'Bodoni Moda', serif;
  color: #e60009;
  letter-spacing: 0.12em;
}
.pg_title.pg_research ~ main .research_msgblock > p {
  margin-bottom: 0;
  line-height: 1.75;
  color: #333;
  letter-spacing: 0.12em;
}
.pg_title.pg_research ~ main .research_navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 45px 73px;
}
.pg_title.pg_research ~ main .research_navigation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #fef3f4;
  z-index: 1;
}
.pg_title.pg_research ~ main .research_navigation h2 {
  width: calc(113 / 1054 * 100%);
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.571;
  font-family: 'Bodoni Moda', serif;
  color: #de1b23;
  z-index: 2;
}
.pg_title.pg_research ~ main .research_navigation h2::before {
  content: none;
}
.pg_title.pg_research ~ main .research_navigation .connection_link {
  flex-wrap: nowrap;
  gap: 40px;
  position: relative;
  width: calc(860 / 1054 * 100%);
  margin: 0;
  z-index: 2;
}
.pg_title.pg_research ~ main .img_system > img {
  max-width: 543px;
}
.pg_title.pg_research ~ main .pickup_link > li {
  background-color: #fef3f4;
}
.pg_title.pg_research ~ main .pickup_link figcaption {
  background-color: transparent;
}
.pg_title.pg_research ~ main .pickup_link figcaption > p {
  margin: 11px auto 0;
  font-size: 1.4rem;
  line-height: 1.714;
  color: #333;
}
.pg_title.pg_research ~ main .research_inquiry,
.inquiry_box {
  padding-bottom: 40px;
  border: solid 1px #de1b23;
  border-radius: 25px;
}
.inquiry_box {
  background-color: #fffdfd;
}
.pg_title.pg_research ~ main .research_inquiry h2,
.inquiry_box .inquiry_head {
  width: 200px;
  padding: 0;
  border: none;
  margin: -24px auto 24px;
  font-size: 2.4rem;
  line-height: 1.9583;
  background-color: #fff;
  text-align: center;
  color: #de1b23;
}
.pg_title.pg_research ~ main .research_inquiry h2::before,
.inquiry_box .inquiry_head::before {
  content: none;
}
.pg_title.pg_research ~ main .research_inquiry .tel_wrap,
.inquiry_box .tel_wrap,
.pg_title.pg_research ~ main .research_inquiry .reception_hours,
.inquiry_box .reception_hours {
  text-align: center;
}
.pg_title.pg_research ~ main .research_inquiry .tel_wrap > dt,
.inquiry_box .tel_wrap > dt {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.45;
}
.pg_title.pg_research ~ main .research_inquiry .tel_wrap > dd,
.inquiry_box .tel_wrap > dd {
  margin-bottom: 16px;
}
.pg_title.pg_research ~ main .research_inquiry .tel_wrap > dd .tel,
.inquiry_box .tel_wrap > dd .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 330px;
  min-height: 54px;
  padding: 9px 5px;
  border-radius: 100px;
  margin-inline: auto;
  font-size: 2.4rem;
  font-family: 'Bodoni Moda', serif;
  background-color: #fef3f4;
}
.pg_title.pg_research ~ main .research_inquiry .tel_wrap > dd .tel > a[href^="tel"],
.inquiry_box .tel_wrap > dd .tel a[href^="tel"] {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}
.pg_title.pg_research ~ main .research_inquiry .tel_wrap > dd .tel::before,
.inquiry_box .tel_wrap > dd .tel::before {
  content: "\e917";
  display: block;
  width: 3.3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: 12px;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.65;
  font-family: 'carlit';
  background-color: #fff;
  color: #de1b23;
  text-align: center;
}
.pg_title.pg_research ~ main .research_inquiry .tel_wrap > dd .tel + .tel,
.inquiry_box .tel_wrap > dd .tel + .tel {
  margin-top: 8px;
}
.pg_title.pg_research ~ main .research_inquiry .reception_hours,
.inquiry_box .reception_hours {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
}
.pg_title.pg_research ~ main .research_inquiry .reception_hours > dt::after,
.inquiry_box .reception_hours > dt::after {
  content: "：";
}
@media only screen and (max-width: 1200px) {
  .pg_title.pg_research ~ main .research_msgblock {
    padding: calc(28 / 1200 * 100vw) calc(149 / 1200 * 100%) calc(48 / 1200 * 100vw) calc(369 / 1200 * 100%);
    border-radius: 0 calc(100 / 1200 * 100vw) calc(100 / 1200 * 100vw) calc(100 / 1200 * 100vw);
  }
  .pg_title.pg_research ~ main .research_msgblock::before {
    top: calc(-36 / 1200 * 100vw);
  }
  .pg_title.pg_research ~ main .research_msgblock > h3 {
    margin-bottom: calc(22 / 1200 * 100vw);
    font-size: calc(28 / 1200 * 100vw);
  }
  .pg_title.pg_research ~ main .research_msgblock > h3 > small {
    font-size: calc(14 / 1200 * 100vw);
  }
  .pg_title.pg_research ~ main .research_navigation {
    width: 100%;
    padding-inline: 30px;
    margin-inline: 0;
  }
  .pg_title.pg_research ~ main .research_navigation::before {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .pg_title.pg_research ~ main .research_msgblock {
    padding: calc(46 / 375 * 100vw) 22px;
    margin-top: calc(80 / 375 * 100vw);
    border-radius: 0 50px 50px 50px;
  }
  .pg_title.pg_research ~ main .research_msgblock::before {
    top: calc(-60 / 375 * 100vw);
    left: 50%;
    width: calc(100 / 375 * 100vw);
    transform: translateX(-50%);
  }
  .pg_title.pg_research ~ main .research_msgblock::after {
    top: auto;
    right: 22px;
    bottom: 16px;
    width: 30px;
    height: 30px;
    transform: translateY(0);
  }
  .pg_title.pg_research ~ main .research_msgblock > h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .pg_title.pg_research ~ main .research_msgblock > h3 > small {
    font-size: 1.4rem;
  }
  .pg_title.pg_research ~ main .research_navigation {
    flex-direction: column;
    width: 90%;
    padding: 24px 0;
    margin-inline: auto;
  }
  .pg_title.pg_research ~ main .research_navigation::before {
    width: 100vw;
    left: calc(50% - 50vw)
  }
  .pg_title.pg_research ~ main .research_navigation h2 {
    width: 100%;
  }
  .pg_title.pg_research ~ main .research_navigation .connection_link {
    width: 100%;
    margin-top: 20px;
  }
  .pg_title.pg_research ~ main .research_inquiry,
  .inquiry_box {
    padding-inline: 5%;
  }
  .pg_title.pg_research ~ main .research_inquiry h2,
  .inquiry_box .inquiry_head {
    margin: -20px auto 24px;
    font-size: 2rem;
  }
  .pg_title.pg_research ~ main .research_inquiry .tel_wrap > dt,
  .inquiry_box .tel_wrap > dt {
    font-size: 1.6rem;
  }
  .pg_title.pg_research ~ main .research_inquiry .reception_hours,
  .inquiry_box .reception_hours {
    display: flex;
    flex-direction: column;
  }
  .pg_title.pg_research ~ main .research_inquiry .reception_hours > dt::before,
  .inquiry_box .reception_hours > dt::before {
    content: "【";
  }
  .pg_title.pg_research ~ main .research_inquiry .reception_hours > dt::after,
  .inquiry_box .reception_hours > dt::after {
    content: "】";
  }
}
/* ------------------------------------
  research topics
------------------------------------ */
.pg_title.pg_research ~ main .topics_flex {
  display: flex;
  gap: calc(40 / 1200 * 100%);
}
.pg_title.pg_research ~ main .topics_flex + .topics_flex {
  margin-top: 32px;
}
.pg_title.pg_research ~ main .topics_flex > figure[class^="img_"] {
  width: calc(300 / 1200 * 100%);
  margin-bottom: 0;
}
.pg_title.pg_research ~ main .topics_flex > .topics_text {
  width: calc(860 / 1200 * 100%);
}
.pg_title.pg_research ~ main .topics_flex > .topics_text .basic_ul {
  margin-bottom: 40px;
}
.pg_title.pg_research ~ main .topics_flex > .topics_text .basic_ul > li {
  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;
}
.pg_title.pg_research ~ main .topics_flex > .topics_text .nav_btn {
  margin-right: 0;
  margin-left: auto;
}
.pg_title.pg_research ~ main .topics_flex figure > img {
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .pg_title.pg_research ~ main .topics_flex {
    flex-direction: column;
    gap: 32px;
  }
  .pg_title.pg_research ~ main .topics_flex > figure[class^="img_"],
  .pg_title.pg_research ~ main .topics_flex > .topics_text {
    width: 100%;
  }
  .pg_title.pg_research ~ main .topics_flex > .topics_text p:has(+ figure) {
    margin-bottom: 24px;
  }
  .pg_title.pg_research ~ main .topics_flex > .topics_text .basic_ul > li {
    font-size: 1.4rem;
  }
  .pg_title.pg_research ~ main .topics_flex > .topics_text .nav_btn {
    margin-right: auto;
  }
}

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

  sustainability

-----------------------------------------*/
.main_pickup_link {
  display: flex;
  gap: 0 32px;
  margin-bottom: 73px;
  padding-bottom: 62px;
  position: relative;
}
.main_pickup_link::before {
  content: "";
  width: 100vw;
  height: 260px;
  background-color: #fef3f4;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
}
.main_pickup_link > li {
  width: calc((100% - 64px) / 3);
  position: relative;
  z-index: 1;
}
.main_pickup_link > li.wide {
  width: 47%;
}
.main_pickup_link > li.narrow {
  width: 24%;
}
.main_pickup_link a {
  text-decoration: none;
}
.main_pickup_link figure {
  text-align: left;
}
.main_pickup_link figure > span,
.main_pickup_link figure > picture {
  display: block;
  height: 260px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 0 100px 100px 100px;
  box-shadow: 0 0 36px rgba(46, 50, 56, 0.06);
  position: relative;
}
.main_pickup_link figure > span::before,
.main_pickup_link figure > picture::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: 20px;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.main_pickup_link img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 0 100px 100px 100px;
  transition: all 0.3s ease-out;
}
.main_pickup_link figcaption {
  transition: all 0.3s ease-out;
}
.main_pickup_link figcaption h2 {
  display: block;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.main_pickup_link > li.wide figcaption h2 {
  font-size: 2.2rem;
}
.main_pickup_link > li.wide figcaption h2 > small {
  font-size: 1.2rem;
}
.main_pickup_link > li.narrow figcaption h2 {
  font-size: 1.8rem;
}
.main_pickup_link > li.narrow figcaption h2 > small {
  font-size: 1.0rem;
}
.main_pickup_link > li.contain img {
  object-fit: contain;
}
.main_pickup_link figcaption h2::before {
  content: none;
}
.main_pickup_link figcaption h2 > small {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.2rem;
  color: #e60009;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) .main_pickup_link a:hover {
    opacity: 1.0;
  }
  body:not(.tab_view) .main_pickup_link a:hover img,
  body:not(.tab_view) .main_pickup_link a:hover figcaption {
    opacity: 0.5;
  }
  body:not(.tab_view) .main_pickup_link a:hover picture::before,
  body:not(.tab_view) .main_pickup_link a:hover span::before {
    opacity: 1.0;
    background-color: #f27f83;
  }
}

@media only screen and (max-width: 768px) {
  .main_pickup_link {
    display: block;
    margin-bottom: 44px;
    padding-bottom: 29px;
  }
  .main_pickup_link::before {
    height: calc(100% - 58px);
  }
  .main_pickup_link > li {
    width: 100% !important;
  }
  .main_pickup_link > li:not(:last-child) {
    margin-bottom: 21px;
  }
  .main_pickup_link figure > span,
  .main_pickup_link figure > picture {
    height: auto;
    width: 100%;
    position: relative;
    padding-top: 39.39%;
  }
  .main_pickup_link figure > span::before,
  .main_pickup_link figure > picture::before {
    bottom: 0;
  }
  .main_pickup_link img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .main_pickup_link .contain figure img {
    object-fit: contain;
  }
  .main_pickup_link figcaption h2 {
    font-size: 1.8rem !important;
  }
  .main_pickup_link figcaption h2 > small {
    font-size: 1.0rem !important;
    margin-bottom: 2px;
  }
}

/* pickup_link */
.pickup_link {
  display: flex;
  flex-wrap: wrap;
  max-width: 896px;
  gap: 16px;
  margin: 0 auto;
}
.pickup_link:not(:last-child) {
  margin-bottom: 100px;
}
.pickup_link > li {
  width: 50%;
  max-width: 440px;
  overflow: hidden;
}
.pickup_link > li:first-child {
  border-radius: 50px 0 0 0;
}
.pickup_link > li:nth-child(2) {
  border-radius: 0 50px 0 0;
}
.pickup_link > li:nth-last-child(2) {
  border-radius: 0 0 0 50px;
}
.pickup_link > li:last-child {
  border-radius: 0 0 50px 0;
}
.pickup_link a {
  text-decoration: none;
}
.pickup_link figure > span,
.pickup_link figure > picture {
  display: block;
  position: relative;
}
.pickup_link figure > span::before,
.pickup_link figure > picture::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: 25px;
  bottom: -23px;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.pickup_link > li.img_border img { border: 3px solid #fef3f4; }
.pickup_link figcaption {
  padding: 23px 34px 25px;
  background-color: #fef3f4;
}
.pickup_link figcaption h3 {
  display: block;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.075em;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.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;
}
.pickup_link figcaption.ls_narrow h3 > small {
  letter-spacing: 0;
}
.font_large .pickup_link figcaption.ls_narrow h3 > small {
  font-size: 1.18rem;
}

@media only screen and (max-width: 768px) {
  .pickup_link {
    display: block;
  }
  .pickup_link:not(:last-child) {
    margin-bottom: 64px;
  }
  .pickup_link > li {
    width: 100%;
    max-width: initial;
  }
  .pickup_link > li:first-child {
    border-radius: 25px 25px 0 0;
  }
  .pickup_link > li:nth-child(2) {
    border-radius: 0;
  }
  .pickup_link > li:nth-last-child(2) {
    border-radius: 0;
  }
  .pickup_link > li:last-child {
    border-radius: 0 0 25px 25px;
  }
  .pickup_link > li:not(:last-child) {
    margin-bottom: 7px;
  }
  .pickup_link figure > span::before,
  .pickup_link figure > picture::before {
    width: 33px;
    height: 33px;
    right: 19px;
    bottom: -16px;
  }
  .pickup_link figcaption {
    padding: 17px;
  }
  .pickup_link figcaption h3 {
    font-size: 1.6rem;
  }
  .pickup_link figcaption h3 > small {
    font-size: 1.0rem;
    transform-origin: left;
    transform: scale(0.9);
  }
  .font_large .pickup_link figcaption.ls_narrow h3 > small {
    font-size: 1.0rem;
  }
}

/* .link_set */
.link_set {
  display: flex;
  gap: 0 15px;
  margin-bottom: 40px;
}
.link_set > li {
  width: calc((100% - 30px) / 3);
}
.link_set > li figure {
  margin-bottom: 13px;
}
.link_set > li figure > figcaption {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  margin-bottom: 8px;
  padding: 24px;
  background-color: #e60009;
  border-radius: 50px 50px 0 0;
}
.link_set > li figure > figcaption h2 {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.link_set > li.environment > figure > figcaption { background-color: #57ad47; }
.link_set > li.society > figure > figcaption { background-color: #f0833e; }
.link_set > li.governance > figure > figcaption { background-color: #7f78d0; }
.link_set > li figure img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
/* .sub_link_list  */
.link_set > li > ul {
  padding: 0 22px;
}
.sub_link_list > li {
  border-bottom: 1px solid #e2e2e2;
}
.sub_link_list > li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.25;
  color: #333;
  padding: 15px 25px 15px 0;
  text-decoration: none;
  position: relative;
}
.sub_link_list > li a::after {
  font-family: 'carlit';
  content: "\e901";
  color: #e60009;
  font-size: 1.0rem;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) scale(0.7);
}
.sub_link_list > li a[target="_blank"]::after {
  content: "\e908";
  transform: translateY(-50%) scale(1.0);
}
.link_set > li.environment .sub_link_list > li a::after { color: #57ad47; }
.link_set > li.society .sub_link_list > li a::after { color: #f0833e; }
.link_set > li.governance .sub_link_list > li a::after { color: #7f78d0; }
.sub_link_list > li a > small {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .link_set {
    display: block;
    margin-bottom: 25px;
  }
  .link_set > li {
    width: 100%;
  }
  .link_set > li:not(:last-child) {
    margin-bottom: 24px;
  }
  .link_set > li figure {
    margin-bottom: 0;
  }
  .link_set > li figure > span {
    display: block;
    width: 100%;
    padding-top: 30%;
    overflow: hidden;
    position: relative;
  }
  .link_set > li figure > span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .link_set > li figure > figcaption {
    font-size: 1.6rem;
    border-radius: 25px 25px 0 0;
    padding: 13px;
  }
  .link_set + hr {
    display: none;
  }
  .sub_link_list {
    padding: 0;
  }
  .sub_link_list > li a {
    font-size: 1.4rem;
    padding: 14px 25px 14px 0;
  }
  .sub_link_list > li a > small {
    font-size: 1.2rem;
  }
}

/* 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 tr:not(:last-child) td {
  border-bottom: 1px solid #e2e2e2;
}

@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;
  }
}

/* materiality_head  */
.materiality_head {
  margin-bottom: 26px;
}

.materiality_head>span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.materiality_head h3 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #55ae59;
  text-align: center;
  padding: 55px 0 0;
  margin-bottom: 10px;
  border-bottom: none;
  position: relative;
}

.materiality_head h3::before {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 0 15px 15px 15px;
  background-color: #55ae59;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.materiality_head h3>small {
  display: block;
  font-size: 1.6rem;
  opacity: 0.5;
}

.materiality_head p {
margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  color: #55ae59;
  text-align: center;
}

.materiality_head > figure {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.materiality_head > figure > img {
  max-width: 97px;
}

.materiality_environment .materiality_head h3 {
  color: #55ae59;
}

.materiality_environment .materiality_head h3::before {
  content: "E";
  background-color: #55ae59;
}

.materiality_environment .materiality_head p {
  color: #55ae59;
}

.materiality_society .materiality_head h3 {
  color: #f0a841;
}

.materiality_society .materiality_head h3::before {
  content: "S";
  background-color: #f0a841;
}

.materiality_society .materiality_head p {
  color: #f0a841;
}

.materiality_governance .materiality_head h3 {
  color: #1c5aa5;
}

.materiality_governance .materiality_head h3::before {
  content: "G";
  background-color: #1c5aa5;
}

.materiality_governance .materiality_head p {
  color: #1c5aa5;
}

@media only screen and (max-width: 768px) {
  .materiality_head h3 {
    min-height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 0 0 60px;
  }

  .materiality_head h3::before {
    left: 0;
    transform: translateX(0);
  }

  .materiality_head h3>small {
    display: inline-block;
    margin-right: 10px;
  }

  .materiality_head p {
    font-size: 1.6rem;
    text-align: left;
  }
}

/* materiality_cont */
.scroll_area .materiality_cont {
  position: relative;
  min-width: 3000px;
  width: 100%;
}

.materiality_cont::before,
.materiality_cont::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #55ae59;
  position: absolute;
  left: 0;
  z-index: 2;
}

.materiality_cont::before {
  top: 0;
}

.materiality_cont::after {
  bottom: 0;
}

.materiality_cont thead th {
  width: 275px;
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  padding: 20px 16px;
  background-color: #edf7ee;
  position: relative;
}

.materiality_cont thead th:not(:last-child) {
  border-right: 1px solid #fff;
}

.materiality_cont thead th:first-child {
  width: 245px;
}

.materiality_cont thead th:nth-child(8) {
  width: 80px;
}

.materiality_cont thead th:nth-child(9) {
  width: 140px;
}

.materiality_cont thead th:last-child {
  width: 120px;
}

.materiality_cont tbody th,
.materiality_cont tbody td {
  vertical-align: middle;
}
.materiality_cont tbody th {
  padding: 13px 16px;
}

.materiality_cont tbody tr:not(:last-child) th {
  border-bottom: 1px solid #e2e2e2;
}

.materiality_cont tbody td {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 13px 16px;
}

.materiality_cont tbody tr:not(:last-child) td {
  border-bottom: 1px solid #e2e2e2;
}

.materiality_cont .basic_ul>li {
  font-size: 1.4rem;
  font-weight: 500;
}

.materiality_cont .basic_ul>li::before {
  top: 11px;
}

.materiality_cont .basic_ul>li:not(:last-child) {
  margin-bottom: 2px;
}

.materiality_cont tbody td figure {
  width: 75px;
  margin: 0 auto;
}

.materiality_cont tbody td figure img:not(:last-child) {
  margin-bottom: 6px;
}

.materiality_environment .materiality_cont::before,
.materiality_environment .materiality_cont::after {
  background-color: #55ae59;
}

.materiality_environment .materiality_cont .basic_ul>li::before {
  background-color: #55ae59;
}

.materiality_environment .materiality_cont thead th {
  background-color: #edf7ee;
}

.materiality_society .materiality_cont::before,
.materiality_society .materiality_cont::after {
  background-color: #f0a841;
}

.materiality_society .materiality_cont .basic_ul>li::before {
  background-color: #f0a841;
}

.materiality_society .materiality_cont thead th {
  background-color: #fdf5ea;
}

.materiality_governance .materiality_cont::before,
.materiality_governance .materiality_cont::after {
  background-color: #1C5AA5;
}

.materiality_governance .materiality_cont .basic_ul>li::before {
  background-color: #1C5AA5;
}

.materiality_governance .materiality_cont thead th {
  background-color: #f2f8ff;
}

/*-----------------------------------------
  management index
-----------------------------------------*/
.page_sustainability_management .img_system_chart {
  max-width: 860px;
  margin-inline: auto;
}
.page_sustainability_management .flex_wrap {
  display: flex;
  justify-content: space-between;
}
.page_sustainability_management .flex_wrap > p {
  width: calc(884 / 1200 * 100%);
}
.page_sustainability_management .flex_wrap .img_sdgs {
  width: calc(272 / 1200 * 100%);
  max-width: 320px;
}
@media only screen and (max-width: 768px) {
  .page_sustainability_management .flex_wrap {
    display: block;
    justify-content: unset;
  }
  .page_sustainability_management .flex_wrap > p {
    width: 100%;
  }
  .page_sustainability_management .flex_wrap .img_sdgs {
    width: 100%;
    margin-inline: auto;
  }
}
/*-----------------------------------------
  about local
-----------------------------------------*/
.activity_map {
  display: flex;
  align-items: center;
}
.activity_map .map {
  width: 600px;
  margin-right: 40px;
  position: relative;
}
.activity_map .map > p {
  position: absolute;
  top: 10%;
  left: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.8rem;
  color: #666;
}
.activity_map .map figcaption {
  padding-top: 16px;
  color: #666;
  font-size: 1.2rem;
}
.activity_map .map .balloon {
  min-width: 44px;
  padding: 8px 10px 6px 10px;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: 'Bodoni Moda', serif;
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: #34c7fd;
  filter: drop-shadow(0 0 2px rgba(31, 45, 56, 0.24));
  position: absolute;
}
/* PIN */
/* 茨城 */
.activity_map .map .balloon.local_e_1 {top: 37.6%; left: 78.3%;}
/* 群馬 */
.activity_map .map .balloon.local_a_1 {top: 37.6%; left: 54.5%;}
.activity_map .map .balloon.local_a_2 {top: 37.6%; left: 62.1%;}
.activity_map .map .balloon.local_a_3 {top: 37.6%; left: 69.6%;}
.activity_map .map .balloon.local_c_1 {top: 28.5%; left: 54.5%;}
.activity_map .map .balloon.local_c_2 {top: 28.5%; left: 62.1%;}
.activity_map .map .balloon.local_c_3 {top: 28.5%; left: 69.6%;}
/* 長野 */
.activity_map .map .balloon.local_b_1 {top: 42.8%; left: 46.3%;}
/* 滋賀 */
.activity_map .map .balloon.local_f_1 {top: 42.8%; left: 24%;}
.activity_map .map .balloon.local_a_4 {top: 42.8%; left: 31.8%;}
/* 大阪 */
.activity_map .map .balloon.local_d_1 {top: 60.4%; left: 13.3%;}
.activity_map .map .balloon.local_d_2 {top: 60.4%; left: 20.8%;}

.activity_map .company {
  width: 300px;
}
.activity_map .company dl:not(:last-child) {
  margin-bottom: 32px;
}
.activity_map .company dl dt {
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: top;
  padding: 16px 8px;
  background: #EAF9FF;
  border-bottom: 1px solid #E2E2E2;
}
.activity_map .company dl dd {
  margin-bottom: 16px;
  font-size: 1.4rem;
}
.activity_map .balloon {
  margin-right: 8px;
  padding: 4px 8px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: #34c7fd;
  filter: drop-shadow(0 0 2px rgba(31, 45, 56, 0.24));
  position: relative;
}
.activity_map .balloon::before,
.activity_map .balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.activity_map .balloon::before {
  border-width: 9px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  bottom: -9px;
}
.activity_map .balloon::after {
  border-width: 5px 5.5px 0 5.5px;
  border-color: #34c7fd transparent transparent transparent;
  bottom: -5px;
}

/* COLOR */
.activity_map .company dl.chemicals dt {
  border-top: 1px solid #34C7FD;
  background: #EAF9FF;
}
.activity_map .company dl.bottling dt {
  border-top: 1px solid #75D841;
  background: #F1FBEB;
}
.activity_map .company dl.metalwork dt {
  border-top: 1px solid #FCCB55;
  background: #FFFAED;
}
.activity_map .company dl.engineering dt {
  border-top: 1px solid #F82E5D;
  background: #FEE9EE;
}
.activity_map .chemicals .balloon,
.activity_map .chemicals.balloon{ background-color: #34c7fd; }
.activity_map .chemicals .balloon::after,
.activity_map .chemicals.balloon::after { border-color: #34c7fd transparent transparent transparent; }
.activity_map .bottling .balloon,
.activity_map .bottling.balloon { background-color: #75d841; }
.activity_map .bottling .balloon::after,
.activity_map .bottling.balloon::after { border-color: #75d841 transparent transparent transparent; }
.activity_map .metalwork .balloon,
.activity_map .metalwork.balloon { background-color: #ffcb55; }
.activity_map .metalwork .balloon::after,
.activity_map .metalwork.balloon::after { border-color: #ffcb55 transparent transparent transparent; }
.activity_map .engineering .balloon,
.activity_map .engineering.balloon { background-color: #f82e5d; }
.activity_map .engineering .balloon::after,
.activity_map .engineering.balloon::after { border-color: #f82e5d transparent transparent transparent; }

.modal .title .prefecture {
  margin-bottom: 24px;
  padding-bottom: 16px;
  display: block;
  font-size: 2rem;
  border-bottom: 1px solid rgba(230, 0, 9, 0.5);
}

@media only screen and (max-width: 768px) {
  .activity_map {
    display: block;
  }
  .activity_map .map {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .activity_map .map > p {
    font-size: 1.2rem;
  }
  .activity_map .map .balloon {
    min-width: 6.5vw;
    padding: 1vw 0;
    font-size: 3vw;
    border-radius: 4px;
  }
  .activity_map .company {
    width: 100%;
  }
  .activity_map .company dl:not(:last-child) {
    margin-bottom: 24px;
  }
  .modal .title .prefecture {
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
  .modal figcaption p,
  .modal figcaption li {
    font-size: 1.2rem;
  }
  .modal figcaption p {
    margin-bottom: 16px;
  }
  .modal figcaption li:not(:last-child) {
    margin-bottom: 4px;
  }
  .modal .sp_none {
    display: none;
  }
}
/*-----------------------------------------
  sustainability promotion
-----------------------------------------*/
.value_creation {
  padding-top: 40px;
  border-top: 1px solid rgba(230, 0, 9, 0.5);
}
.value_creation h3 {
  margin-left: 112px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: none;
}
.value_creation h3 figure {
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  position: absolute;
  top: -.5em;
  left: -112px;
}
.value_creation h3 span {
  margin-bottom: 8px;
  display: block;
  font-size: 2.2rem;
}
.value_creation > p {
  margin-left: 112px;
}
.value_creation h3 em {
  position: relative;
  padding-left: 1em;
}
.value_creation h3 em::before {
  content: '\e918';
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  font-size: 0.8em;
  font-family: 'carlit';
  color: #e60009;
}

@media only screen and (max-width: 768px) {
  .value_creation h3 {
    margin-left: 0;
    display: block;
  }
  .value_creation h3 figure {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    position: relative;
    top: 0;
    left: 0;
  }
  .value_creation h3 figure img {
    width: 25%;
  }
  .value_creation h3 {
    font-size: 1.6rem;
    text-align: center;
  }
  .value_creation h3 span {
    font-size: 2rem;
  }
  .value_creation > p {
    margin-left: 0;
  }
}

/*-----------------------------------------
  sustainability about
-----------------------------------------*/
.pg_sustainability ~ main .sec_wrap .flex_article {
  display: flex;
  gap: calc(44 / 1000 * 100%);
}
.pg_sustainability ~ main .sec_wrap .flex_article > .flex_article_text {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .pg_sustainability ~ main .sec_wrap .cont_inner_narrow {
    width: 100%;
  }
  .pg_sustainability ~ main .sec_wrap .flex_article {
    flex-direction: column;
    gap: 0;
  }
  .pg_sustainability ~ main .sec_wrap .flex_article > .flex_article_text {
    flex: none;
    width: 100%;
  }
}

/* environment */
.flex_article .img_hydro,
.flex_article .img_gunma {
  width: calc(480 / 1000 * 100%);
}
.iso_document {
  display: flex;
  justify-content: center;
  gap: calc(88 / 1000* 100%);
}
.iso_document figure {
  width: 260px;
  margin-bottom: 0;
}
.iso_document figcaption {
  margin-bottom: 8px;
  text-align: center;
  font-weight: 500;
}
.iso_document .sp {
  display: none;
  @media only screen and (max-width: 768px) {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .flex_article .img_hydro,
  .flex_article .img_gunma {
    width: 100%;
  }
  .page_sustainability_about_environment .basic_table {
    min-width: 400px;
  }
  .iso_document {
    gap: 24px;
  }
}
/* tcfd */
.page_sustainability_about_tcfd .footnote,
.page_sustainability_about_tcfd .footnote_list {
  font-size: 1.4rem;
}
.page_sustainability_about_tcfd .footnote_s {
  font-size: 1.2rem;
}
.page_sustainability_about_tcfd .footnote,
.page_sustainability_about_tcfd .footnote_s {
  margin-left: 1.3em;
  text-indent: -1.3em;
}
.page_sustainability_about_tcfd .footnote::before,
.page_sustainability_about_tcfd .footnote_s::before {
  content: "※";
  padding-right: 0.25em;
}
.page_sustainability_about_tcfd .img_tcfd_logo {
  max-width: 235px;
}
.page_sustainability_about_tcfd .table_disclosure {
  margin-bottom: 40px;
}
.page_sustainability_about_tcfd .table_disclosure th {
  width: 20%;
}
.page_sustainability_about_tcfd .table_has_caption::before {
  content: none;
}
.page_sustainability_about_tcfd .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;
}
.page_sustainability_about_tcfd .table_has_caption caption + thead {
  position: relative;
}
.page_sustainability_about_tcfd .table_has_caption caption + thead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e60009;
  z-index: 2;
}
.page_sustainability_about_tcfd .table_impact th,
.page_sustainability_about_tcfd .table_impact td,
.page_sustainability_about_tcfd .table_impact_common th,
.page_sustainability_about_tcfd .table_impact_common td {
  padding-inline: 12px;
}
/*
.page_sustainability_about_tcfd .table_impact thead th:first-of-type,
.page_sustainability_about_tcfd .table_impact_common thead th:first-of-type {
  width: 155px;
}
.page_sustainability_about_tcfd .table_impact thead th:nth-of-type(2),
.page_sustainability_about_tcfd .table_impact_common thead th:nth-of-type(2) {
  width: 200px;
}
*/
.page_sustainability_about_tcfd .table_impact thead th:nth-of-type(n + 3),
.page_sustainability_about_tcfd .table_impact_common thead th:nth-of-type(n + 3) {
  width: 180px;
}
.page_sustainability_about_tcfd .table_impact tbody th,
.page_sustainability_about_tcfd .table_impact tbody td,
.page_sustainability_about_tcfd .table_impact_common tbody th,
.page_sustainability_about_tcfd .table_impact_common tbody td {
  vertical-align: middle;
}
.page_sustainability_about_tcfd .table_impact tbody tr:first-of-type th:nth-of-type(-n+3),
.page_sustainability_about_tcfd .table_impact_common tbody tr:first-of-type th:nth-of-type(-n+2) {
  text-align: center;
}
.page_sustainability_about_tcfd .table_impact tbody tr:first-of-type th:nth-of-type(2),
.page_sustainability_about_tcfd .table_impact tbody tr:first-of-type th:nth-of-type(3),
.page_sustainability_about_tcfd .table_impact_common tbody tr:first-of-type th:nth-of-type(2) {
  width: 50px;
}
.page_sustainability_about_tcfd .footnote_list {
  list-style: none;
}
.page_sustainability_about_tcfd .footnote_list > li {
  counter-increment: item;
  margin-left: 2.3em;
  text-indent: -2.3em;
}
.page_sustainability_about_tcfd .footnote_list > li + li {
  margin-top: 0.6em;
}
.page_sustainability_about_tcfd .footnote_list > li::before {
  content: "※"counter(item)")";
  padding-right: 0.25em;
}
.page_sustainability_about_tcfd .footnote_list.footnote_scope > li {
  margin-left: 4.4em;
  text-indent: -4.4em;
}
.page_sustainability_about_tcfd .footnote_list.footnote_scope > li::before {
  content: "Scope"counter(item)")";
}
.page_sustainability_about_tcfd .flex_article {
  align-items: flex-start;
}
.page_sustainability_about_tcfd .img_co2 > img,
.page_sustainability_about_tcfd .img_supplychain > img {
  max-width: 1000px;
}
.page_sustainability_about_tcfd .img_smoke {
  width: calc(196 / 1000 * 100%);
}
.page_sustainability_about_tcfd .img_smoke > img {
  max-width: 196px;
}
@media only screen and (max-width: 768px) {
  .page_sustainability_about_tcfd .table_disclosure th {
    width: 100%;
  }
  .page_sustainability_about_tcfd .img_smoke {
    width: 100%;
  }
}

/* procurement */
.page_sustainability_about_procurement .basic_ol h3 {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 10px;
  line-height: 3rem;
}
.page_sustainability_about_procurement .basic_ol > li:not(:last-child) {
  margin-bottom: 40px;
}

/* cyber_security */
.page_sustainability_about_cyber_security .img_system > img {
  max-width: 1121px;
}
.page_sustainability_about_cyber_security .img_roadmap figcaption {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.4rem;
}
.page_sustainability_about_cyber_security .img_roadmap > img {
  max-width: 982px;
}

/* risk_management */
.page_sustainability_about_risk_management .img_system > img {
  max-width: 420px;
}
.page_sustainability_about_risk_management .flow_cont {
  width: 100%;
}
.page_sustainability_about_risk_management .table_has_caption::before {
  content: none;
}
.page_sustainability_about_risk_management .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;
}
.page_sustainability_about_risk_management .table_has_caption caption + tbody {
  position: relative;
}
.page_sustainability_about_risk_management .table_has_caption caption + tbody::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e60009;
  z-index: 2;
}
.page_sustainability_about_risk_management .img_riskmap > img {
  max-width: 976px;
}
.page_sustainability_about_risk_management .table_circumstance th:first-of-type {
  width: 25%;
}
.page_sustainability_about_risk_management .table_circumstance th:nth-of-type(n + 2) {
  width: 37.5%;
}
.page_sustainability_about_risk_management .table_circumstance tbody th,
.page_sustainability_about_risk_management .table_circumstance tbody td {
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .page_sustainability_about_risk_management .flow_cont th {
    font-size: 1.6rem;
  }
  .page_sustainability_about_risk_management .flow_cont td {
    font-size: 1.4rem;
  }
}
/*-----------------------------------------
  commit
-----------------------------------------*/
.page_sustainability_commit .commit_position {
  margin-bottom: 10px;
  text-align: right;
}
.page_sustainability_commit .commit_signature {
  text-align: right;
}
.page_sustainability_commit .commit_signature > img {
  max-width: 182px;
}

/*-----------------------------------------
  report
-----------------------------------------*/
.page_sustainability_report .report_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 48px calc(44 / 950 * 100%);
  max-width: 950px;
  margin-inline: auto;
}
.page_sustainability_report .report_wrap > .img_cover {
  width: calc(300 / 950 * 100%);
  max-width: 300px;
  border: 1px solid #747474;
}
.page_sustainability_report .report_wrap > .dl_links_wrap {
  width: calc(606 / 950 * 100%);
}
.page_sustainability_report .report_wrap > .dl_links_wrap > .nav_btn .size{
  padding-left: 1em;
}
.page_sustainability_report .report_wrap > .dl_links_wrap ul > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: calc(100% - 20px);
  min-height: 45px;
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #e2e2e2;
  background: url(/files/ico_pdf.png) no-repeat right center / 13px auto;
  text-decoration: none;
  box-sizing: content-box;
}
.page_sustainability_report .report_wrap > .dl_links_wrap ul > li .ttl {
  flex: 1;
  font-size: 1.6rem;
  color: #333;
}
.page_sustainability_report .report_wrap > .dl_links_wrap ul > li .size {
  font-size: 1.2rem;
  color: #5c5c5c;
  text-align: right;
}
.page_sustainability_report .report_wrap > .img_banner {
  width: 100%;
}
.page_sustainability_report .report_wrap > .img_banner img {
  max-width: 320px;
}
@media only screen and (max-width: 768px) {
  .page_sustainability_report .report_wrap {
    display: block;
    flex-wrap: unset;
    align-items: unset;
    gap: unset;
  }
  .page_sustainability_report .report_wrap > .img_cover {
    width: 100%;
    margin-inline: auto;
  }
  .page_sustainability_report .report_wrap > .dl_links_wrap {
    width: 100%;
  }
  .page_sustainability_report .report_wrap > .dl_links_wrap > .btn {
    margin-left: auto;
  }
  .page_sustainability_report .report_wrap > .dl_links_wrap ul > li a {
    display: block;
    justify-content: unset;
    align-items: unset;
    padding: 14px 20px 14px 0;
    background-position: right bottom 20px;
  }
  .page_sustainability_report .report_wrap > .dl_links_wrap ul > li .ttl {
    display: block;
    flex: unset;
    font-size: 1.4rem;
  }
  .page_sustainability_report .report_wrap > .dl_links_wrap ul > li .size {
    display: block;
  }
  .page_sustainability_report .report_wrap > .img_banner {
    margin-top: 30px;
  }
}
/*-----------------------------------------'

  recruit

-----------------------------------------*/
/*-----------------------------------------
  career
-----------------------------------------*/
.page_recruit_career .basic_table th {
  width: 20%;
}
.page_recruit_career .link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px calc(72 / 1200 * 100%);
  align-items: flex-start;
  margin-bottom: 80px;
}
.page_recruit_career .link_list > li {
  width: calc(352 / 1200 * 100%);
}
.page_recruit_career .link_list > li > a {
  display: block;
  position: relative;
  padding: 6px 0 15px;
  border-bottom: 1px solid #e2e2e2;
  /* font-size: 1.6rem; */
  font-size: clamp(1.4rem, calc(0.25vw + 1.2rem), 1.6rem);
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}
.page_recruit_career .link_list > li a::after {
  font-family: 'carlit';
  content: "\e901";
  color: #e60009;
  font-size: 1.0rem;
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  transform: translateY(-50%) scale(0.7);
}
.page_recruit_career .link_list a[target="_blank"]::after {
  content: "\e908";
  transform: translateY(-55%) scale(1.0);
}
@media only screen and (max-width: 768px) {
  .page_recruit_career .basic_table th {
    width: 100%;
  }
  .page_recruit_career .link_list {
    gap: 0;
  }
  .page_recruit_career .link_list > li {
    width: 100%;
  }
  .page_recruit_career .link_list > li > a {
    padding: 14px 0;
  }
  .page_recruit_career .link_list a[target="_blank"]::after {
    transform: translateY(-25%) scale(1.0);
  }
}
/*-----------------------------------------'

  ir

-----------------------------------------*/
.news_clm {
  display: flex;
  justify-content: space-between;
}
.news_clm > section:first-child {
  width: 66%;
}
.news_clm > section:last-child {
  width: calc(34% - 55px);
}
.news_clm > section:last-child .nav_btn {
  margin-bottom: 32px;
}
/* ul */
.news_clm > section:last-child .basic_ul:not(:last-child) {
  margin-bottom: 13px;
}
.news_clm > section:last-child .basic_ul li {
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 20px;
}
.news_clm > section:last-child .basic_ul li:not(:last-child) {
  margin-bottom: 8px;
}
.news_clm > section:last-child .basic_ul li::before {
  width: 4px;
  height: 4px;
  background-color: #333;
  top: 10px;
  left: 8px;
}

@media only screen and (max-width: 768px) {
  .news_clm {
    display: block;
  }
  .news_clm > section:first-child {
    width: 100%;
    margin-bottom: 44px;
  }
  .news_clm > section:last-child {
    width: 100%;
  }
}

.dlnews_clm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.dlnews_clm h2 {
  width: 220px;
}
.dlnews_clm ul {
  width: calc(100% - 254px);
}
.dlnews_clm > .btn {
  padding: 13px 38px 13px 24px;
  position: absolute;
  top: 116px;
}
.dlnews_clm .xj-newslist li {
  border-bottom-color: #fff;
}

@media only screen and (max-width: 768px) {
  .dlnews_clm {
    display: block;
  }
  .dlnews_clm h2 {
    width: 100%;
    font-size: 1.6rem;
  }
  .dlnews_clm ul {
    width: calc(100% + 44px);
    margin-left: -22px;
  }
  .dlnews_clm > .btn {
    position: relative;
    top: 0;
  }
  .dlnews_clm .xj-newslist li {
    padding: 0 22px;
  }
  .dlnews_clm .xj-newslist li:last-child {
    border-bottom: none;
  }
  .dlnews_clm .xj-newslist li:last-child::after {
    content: "";
    width: calc(100% - 44px);
    height: 1px;
    background-color: #efefef;
    position: absolute;
    left: 22px;
    bottom: 0;
  }
}

/* .img_set_cont */
.img_set_cont figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 58px 0 24px;
  padding-right: 52px;
  z-index: 1;
}
.img_set_cont figure::before {
  content: "";
  width: 92%;
  height: calc(100% - 106px);
  border-radius: 100px;
  background: url(/files/common-bg_img_deco.png) no-repeat right center/cover;
  position: absolute;
  top: 0;
  right: 0;
}
.img_set_cont figure > img {
  width: 58%;
  margin-top: -58px;
  position: relative;
  z-index: 1;
}
.img_set_cont figcaption {
  width: calc(42% - 25px);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.9;
  padding: 100px 0;
  position: relative;
  top: -58px;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.img_set_cont figcaption > img {
  display: block;
  max-width: 423px;
  margin-bottom: 23px;
}
.img_set_cont > p {
  font-size: clamp(1.6rem, calc(0.25vw + 1.5rem), 1.8rem);
  font-weight: 700;
  max-width: 890px;
  margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
  .img_set_cont figure {
    padding-right: 30px;
  }
  .img_set_cont figure > img {
    width: 52%;
  }
  .img_set_cont figcaption {
    width: calc(48% - 25px);
  }
}

@media only screen and (max-width: 768px) {
  .img_set_cont figure {
    display: block;
    margin-top: 0;
    margin-right: -5%;
    padding-right: 0;
    padding-bottom: 85px;
  }
  .img_set_cont figure::before {
    width: 95%;
    height: calc(100vw - 10%);
    border-radius: 50%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
  .img_set_cont figure > img {
    width: 100%;
    margin-top: 0;
  }
  .img_set_cont figcaption {
    width: 95%;
    font-size: 1.4rem;
    line-height: 1.42;
    text-align: center;
    padding: 12px 0;
    top: 0;
  }
  .img_set_cont figcaption > img {
    width: 74%;
    margin: 0 auto 12px;
  }
}

/* .supple_list */
.supple_list {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.supple_list > li {
  width: 24.5%;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 16px 25px;
  border-radius: 8px;
  background-color: #ffeff0;
  transition: all 0.3s ease-out;
}
.supple_list > li:nth-child(2) {
  background-color: #fef0d7;
}
.supple_list > li:nth-child(3) {
  background-color: #fff0ea;
}
.supple_list > li:nth-child(4) {
  background-color: #eaf4fc;
}
.supple_list > li > span {
  display: block;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 16px;
}
.supple_list > li > span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border-radius: 2px;
  background-color: #da3b40;
  transform: rotate(45deg);
}
.supple_list > li:nth-child(2) > span::before {
  background-color: #f6ab00;
}
.supple_list > li:nth-child(3) > span::before {
  background-color: #f5753a;
}
.supple_list > li:nth-child(4) > span::before {
  background-color: #009edd;
}

@media only screen and (max-width: 768px) {
  .supple_list {
    display: block;
  }
  .supple_list > li {
    width: 100% !important;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    padding: 8px;
  }
  .supple_list > li:not(:last-child) {
    margin-bottom: 8px;
  }
  .supple_list > li > span {
    display: block;
    font-size: 1.6rem;
    margin: 0 0 2px;
  }
  .supple_list > li br {
    display: none;
  }
}

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

  contact

-----------------------------------------*/
.step_list {
  display: flex;
  margin-bottom: 65px;
}
.step_list > li {
  width: calc(100% / 3);
  position: relative;
  padding-bottom: 40px;
}
.step_list > li::before {
  content: "";
  width: 100%;
  height: 15px;
  background-color: #e60009;
  position: absolute;
  left: 0;
  bottom: 0;
}
.step_list > li:not(.current)::before {
  background-color: #fef3f4;
}
.step_list > li:first-child::before {
  border-radius: 2px 0 0 2px;
}
.step_list > li:last-child::before {
  border-radius: 0 2px 2px 0;
}
.step_list > li::after {
  font-family: 'carlit';
  content: "\e914";
  color: #e60009;
  font-size: 1.0rem;
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) scale(0.6);
  z-index: 1;
  transition: all 0.3s ease-out;
}
.step_list > li:not(.current)::after {
  content: none;
}
.step_list > li > p {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
}
.step_list > li:not(.current) p {
  opacity: 0.25;
}
.step_list > li > p > small {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: #e60009;
}

@media only screen and (max-width: 768px) {
  .step_list {
    margin-bottom: 45px;
  }
  .step_list > li {
    padding-bottom: 31px;
  }
  .step_list > li::before {
    height: 8px;
  }
  .step_list > li::after {
    bottom: 17px;
  }
  .step_list > li > p {
    font-size: 1.4rem;
  }
  .step_list > li > p > small {
    font-size: 1.0rem;
  }
}

/*-----------------------------------------
  A-Form
-----------------------------------------*/
.aform-header {
  display: none;
}
.aform-content dl {
  display: flex;
  color: #222;
  margin: 0;
  padding: 16px 0;
}
.aform-content dl:not(.dl_privacy-policy) {
  border-bottom: 1px solid #e2e2e2;
}
.aform-content dl dt {
  width: 278px;
  font-weight: 500;
  margin-right: 42px;
}
.aform-content dl dt > label,
.aform-content dl dt > span {
  display: block;
  margin-top: 3px;
  padding-right: 60px;
  position: relative;
}
.aform-content dl dd {
  width: calc(100% - 320px);
  margin: 0;
}
.aform-required {
  display: inline;
  font-size: 1.4rem;
  color: #fff;
  background: #e05442;
  border-radius: 5px;
  padding: 8px 10px;
  vertical-align: middle;
  position: absolute;
  top: -3px;
  right: 0;
}
.aform-content .aform-name-ul label,
.aform-content .aform-kana-ul label,
.aform-content .aform-twice-note {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.aform-content .basic_ul {
  margin-bottom: 16px;
}
.aform-content .basic_ul > li {
  font-size: 1.4rem;
  color: #222;
  text-align: left;
}
.aform-content .basic_ul > li:not(:last-child) {
  margin-bottom: 4px;
}
.aform-content .basic_ul > li::before {
  background-color: #222;
  top: 11px;
}
.aform-content .basic_ul > li a {
  font-size: 1.4rem;
}
.aform-content .basic_ul > li a.text_link[target="_blank"]::after {
  top: -1px;
}
.dl_privacy-policy dt {
  display: none;
}
.dl_privacy-policy dd {
  width: 100% !important;
}
.dl_privacy-policy .checklist_cont {
  height: 380px;
  overflow-y: scroll;
  margin: 48px 0;
  padding: 39px 50px;
  border: 1px solid #e2e2e2;
}
.dl_privacy-policy .checklist_cont .basic_ul:last-child {
  margin-bottom: 0;
}
.dl_privacy-policy p {
  font-size: 1.4rem;
  color: #222;
  margin-bottom: 16px;
}
.dl_privacy-policy p a {
  font-size: 1.4rem;
}
.dl_privacy-policy .privacy-policy {
  text-align: center;
  margin-right: 12px !important;
}
.dl_privacy-policy .privacy-policy label {
  padding-left: 61px;
  position: relative;
}
.dl_privacy-policy .privacy-policy label::before {
  content: "必須";
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 3px;
  left: 9px;
  z-index: 1;
}
.dl_privacy-policy .privacy-policy label::after {
  content: "";
  width: 49px;
  height: 29px;
  border-radius: 5px;
  padding: 4px 10px;
  background-color: #e05442;
  position: absolute;
  top: 0;
  left: 0;
}
.font_large .dl_privacy-policy .privacy-policy label::before {
  top: 2px;
  left: 8px;
}
.font_large .dl_privacy-policy .privacy-policy label::after {
  top: 0;
}
.aform-input[type="text"], .aform-text, .aform-email, .aform-password, .aform-tel, .aform-url, .aform-number, .aform-date, .aform-time, .aform-textarea, .aform-select, .aform-name, .aform-kana, .aform-zipcode, .aform-prefecture, .aform-calendar {
  font-size: 1.4rem;
  border: 2px solid #efefef;
}
.aform-checkbox, .aform-radio {
  font-size: 1.4rem;
  margin: 0 5px 2px 0 !important;
}
.aform-twice-note {
  margin-bottom: 0.5em;
}
.aform-button-area {
  padding: 0;
  background: transparent;
  text-align: center;
}
.aform-button-area input {
  opacity: 0;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 50px;
  margin: 0 6px;
  padding: 14px 40px;
  background-color: #e60009;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.aform-button-area input[disabled] {
  cursor: default;
  background-color: #efefef;
}
/* error */
.aform-error {
  font-size: 1.4rem;
  color: #ff000a;
  margin-top: 5px;
}
.aform-error.privacy-policy {
  margin-top: 16px;
}
.aform-error.privacy-policy .error {
  padding-left: 0;
}
.aform-error.privacy-policy .error::before,
.aform-error.privacy-policy .error::after {
  content: none;
}
/* confirm */
#aform-confirm-form .aform-required,
#aform-confirm-form .dl_privacy-policy {
  display: none;
}
#aform-confirm-form .dl_mail-address {
  margin-bottom: 16px;
}
#aform-confirm-form .aform-button-area {
  text-align: center;
}
#aform-confirm-form .aform-button-area input {
  opacity: 1;
}
#aform_btn_back {
  background-color: #222;
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) .aform-button-area input:not([disabled]):hover {
    opacity: 0.5 !important;
  }
}

@media only screen and (max-width: 768px) {
  .aform-content dl {
    display: block;
  }
  .aform-content dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    padding-top: 0;
  }
  .aform-content dl dt > label,
  .aform-content dl dt > span {
    margin-top: 0;
  }
  .aform-content dl dd {
    width: 100%;
  }
  .aform-required {
    margin-left: 18px;
    padding: 4px 10px;
    position: static;
  }
  .aform-content li {
    margin-bottom: 4px;
  }
  .dl_privacy-policy .checklist_cont {
    height: 350px;
    margin: 32px 0;
    padding: 27px;
  }
  .aform-input[type="text"], .aform-text, .aform-email, .aform-password, .aform-tel, .aform-url, .aform-number, .aform-date, .aform-time, .aform-textarea, .aform-select, .aform-name, .aform-kana, .aform-zipcode, .aform-prefecture, .aform-calendar {
    font-size: 1.6rem;
    width: 100%;
  }
  .aform-button-area input {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}

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

/*-----------------------------------------
  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 {
  margin-bottom: 16px;
}
.faq_item > dt > p {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
}
.faq_item > dt > p::before {
  content: 'Q';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  line-height: 3rem;
  background: url(/files/ico_faq_q.png) no-repeat center / cover;
  color: transparent;
}
.faq_item > dd > p {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
}
.faq_item > dd > p::before {
  content: 'A';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  line-height: 3rem;
  background: url(/files/ico_faq_a.png) no-repeat center / cover;
  color: transparent;
}

/* ------------------------------------
  ir management message
------------------------------------ */
.page_ir_management_message .flex_wrap {
  display: flex;
}
.page_ir_management_message .message_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.page_ir_management_message .message_wrap > p:first-of-type {
  width: calc(430 / 1000 * 100%);
  margin-top: 70px;
}
.page_ir_management_message .message_wrap > figure {
  width: calc(480 / 1000 * 100%);
  border-radius: 5px;
  overflow: hidden;
}
.page_ir_management_message .message_wrap .message_position,
.page_ir_management_message .message_wrap .message_signature {
  width: 100%;
  text-align: right;
}
.page_ir_management_message .message_wrap .message_position {
  margin-bottom: 10px;
}
.page_ir_management_message .message_wrap .message_signature {
  border-radius: 0;
}
.page_ir_management_message .message_wrap .message_signature > img {
  max-width: 182px;
}
.page_ir_management_message .performance_list {
  justify-content: space-between;
}
.page_ir_management_message .performance_list > li {
  width: calc(263.88 / 1200 * 100%);
  padding-bottom: 14px;
  border-bottom: 3px solid #e2e2e2;
}
.page_ir_management_message .performance_list dl p {
  margin-bottom: 0;
  text-align: center;
}
.page_ir_management_message .performance_list dl > dt {
  align-items: center;
  height: 65px;
  border-radius: 5px;
  background-color: #de1b23;
}
.page_ir_management_message .performance_list dl > dt > p {
  width: 100%;
  text-align: center;
  color: #fff;
}
.page_ir_management_message .performance_list dl > dd .performance_num {
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.4583;
  color: #474645;
}
.page_ir_management_message .performance_list dl > dd [class*="performance_rate"] {
  font-size: 1.6rem;
  line-height: 1.4706;
}
.page_ir_management_message .performance_list dl > dd [class*="performance_rate"]::after {
  display: inline-block;
  font-family: 'carlit';
}
.page_ir_management_message .performance_list dl > dd .performance_rate_up::after {
  content: "\e916";
  color: #de1b23;
}
.page_ir_management_message .performance_list dl > dd .performance_rate_down::after {
  content: "\e916";
  color: #de1b23;
  rotate: 90deg;
}
.page_ir_management_message .basic_table thead th {
  vertical-align: middle;
}
.page_ir_management_message .figure_flex {
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.page_ir_management_message .img_per,
.page_ir_management_message .img_roe {
  width: 100%;
}
.page_ir_management_message .img_per > img,
.page_ir_management_message .img_roe > img {
  max-width: 768px;
}
@media only screen and (max-width: 768px) {
  .page_ir_management_message .message_wrap {
    flex-wrap: wrap;
    width: 100%;
  }
  .page_ir_management_message .message_wrap > p:first-of-type,
  .page_ir_management_message .message_wrap > .message_position,
  .page_ir_management_message .message_wrap > figure,
  .page_ir_management_message .message_wrap > .message_signature {
    width: 100%;
  }
  .page_ir_management_message .message_wrap > p:first-of-type {
    margin-top: 0;
  }
  .page_ir_management_message .performance_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
  }
  .page_ir_management_message .performance_list > li {
    width: calc((100% - 8px) / 2);
  }
  .page_ir_management_message .performance_list dl > dd [class*="performance_rate"] {
    font-size: 1.4rem;
  }
}
/* ------------------------------------
  ir sitemap
------------------------------------ */
.page_ir_sitemap .entry_base h2 > a,
.page_ir_sitemap .entry_base h3 > a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.page_ir_sitemap .link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px calc(72 / 1200 * 100%);
  margin-bottom: 80px;
}
.page_ir_sitemap .link_list > li {
  width: calc(352 / 1200 * 100%);
}
.page_ir_sitemap .link_list > li > a {
  display: block;
  position: relative;
  padding: 6px 0 15px;
  border-bottom: 1px solid #e2e2e2;
  /* font-size: 1.6rem; */
  font-size: clamp(1.4rem, calc(0.25vw + 1.2rem), 1.6rem);
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}
.page_ir_sitemap .link_list > li > a::after {
  font-family: 'carlit';
  content: "\e901";
  color: #e60009;
  font-size: 1.0rem;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) scale(0.7);
}
.page_ir_sitemap .link_list > li > a[target="_blank"]::after {
  content: "\e908";
  transform: translateY(-75%) scale(1.0);
}
@media only screen and (max-width: 768px) {
  .page_ir_sitemap .link_list {
    gap: 0;
  }
  .page_ir_sitemap .link_list > li {
    width: 100%;
  }
  .page_ir_sitemap .link_list > li > a {
    padding: 14px 0;
  }
  .page_ir_sitemap .link_list > li > a[target="_blank"]::after {
    transform: translateY(-50%) scale(1.0);
  }
}
/* ------------------------------------
  ir event
------------------------------------ */
.page_ir_event h2 {
  margin-bottom: 0;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
.page_ir_event h2::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 22px);
  right: 0;
  width: 29px;
  height: 29px;
  background: url(/files/ico_accordion_plus.svg) no-repeat center / cover;
}
.page_ir_event h2.switch::after {
  background-image: url(/files/ico_accordion_minus.svg);
}
.page_ir_event .img_calendar > img {
  max-width: 900px;
}
.ir_event_list {
  display: none;
  margin-top: 32px;
}
.page_ir_event section.sec_wrap:first-of-type .ir_event_list {
  display: block;
}
.ir_event_list > li {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: content-box;
}
.ir_event_list > li .date {
  display: block;
  width: 6em;
  margin-right: 2em;
  font-size: 1.6rem;
  line-height: 1.5;
}
.ir_event_list > li .ttl {
  display: block;
  flex: 1;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .ir_event_list {
    margin-top: 17px;
  }
  .ir_event_list > li {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .ir_event_list > li .date {
    margin-right: 1em;
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: left;
  }
  .ir_event_list > li .ttl {
    font-size: 1.4rem;
  }
}
/* Hover */
@media (hover: hover) and (pointer: fine) {
  .page_ir_event h2:hover {
    opacity: 0.5;
  }
}
/* ------------------------------------
  ir stock basic_info
------------------------------------ */
.page_ir_stock_basic_info .update_date {
  margin-bottom: 20px;
}
/* ------------------------------------
  ir stock dividend
------------------------------------ */
.page_ir_stock_dividend .entry_base .cont_inner > .table_wrap {
  margin-bottom: 40px;
}
.page_ir_stock_dividend .basic_table th,
.page_ir_stock_dividend .basic_table td {
  text-align: center;
}
/* ------------------------------------
  ir stock benefit
------------------------------------ */
.img_benefit > img {
  max-width: 918px;
  height: auto;
}
/* ------------------------------------
  ir stock meeting
------------------------------------ */
.page_ir_stock_meeting .basic_table th {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .page_ir_stock_meeting .basic_table th {
    width: 100%;
  }
}
/*-----------------------------------------

  sitemap

-----------------------------------------*/
.page_sitemap .entry_base h2 > a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.page_sitemap .link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px calc(72 / 1200 * 100%);
  align-items: flex-start;
  margin-bottom: 80px;
}
.page_sitemap .link_list > li {
  width: calc(352 / 1200 * 100%);
}
.page_sitemap .link_list > li > a {
  display: block;
  position: relative;
  padding: 6px 0 15px;
  border-bottom: 1px solid #e2e2e2;
  /* font-size: 1.6rem; */
  font-size: clamp(1.4rem, calc(0.25vw + 1.2rem), 1.6rem);
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}
.page_sitemap .link_list > li a::after {
  font-family: 'carlit';
  content: "\e901";
  color: #e60009;
  font-size: 1.0rem;
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  transform: translateY(-50%) scale(0.7);
}
.page_sitemap .link_list a[target="_blank"]::after {
  content: "\e908";
  transform: translateY(-75%) scale(1.0);
}
.page_sitemap .link_list .has_grandchildren {
  border-bottom: 1px solid #e2e2e2;
}
.page_sitemap .link_list .has_grandchildren > ul + a {
  padding-top: 22px;
  border-top: 1px solid #e2e2e2;
}
.page_sitemap .link_list .has_grandchildren.sitemap_link_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: none;
}
.page_sitemap .link_list .has_grandchildren > a {
  border-bottom: none;
}
.page_sitemap .link_list .has_grandchildren > ul li {
  padding-left: 10px;
}
.page_sitemap .link_list .has_grandchildren.sitemap_link_list > a {
  width: calc(352 / 1200 * 100%);
  margin-right: calc(848 / 1200 * 100%);
}
.page_sitemap .link_list .has_grandchildren.sustainability_link_list {
  border-bottom: none;
}
.page_sitemap .link_list .has_grandchildren.sustainability_link_list > ul {
  border-top: 1px dotted #e2e2e2;
  padding: 16px 0 0;
}
.page_sitemap .link_list .has_grandchildren.sitemap_link_list > ul {
  width: 100%;
  border-top: 1px dotted #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  flex-wrap: wrap;
  gap: 16px calc(72 / 1200 * 100%);
  /* max-height: 285px; */
  padding: 16px 0;
}
.page_sitemap .link_list .has_grandchildren.sitemap_link_list > ul li {
  width: calc(352 / 1200 * 100%);
}
.page_sitemap .link_list .has_grandchildren.sitemap_link_list > ul li a {
  padding-right: 30px;
}

.page_sitemap .link_list .has_grandchildren > ul > li > a {
  display: block;
  position: relative;
  padding: 6px 0 15px;
  font-size: 1.4rem;
  line-height: 1.4285;
  color: #333;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .page_sitemap .link_list {
    gap: 0;
  }
  .page_sitemap .link_list > li {
    width: 100%;
  }
  .page_sitemap .link_list > li > a {
    padding: 14px 0;
  }
  .page_sitemap .link_list .has_grandchildren > ul + a {
    padding-top: 14px;
  }
  .page_sitemap .link_list .has_grandchildren.sitemap_link_list {
    display: block;
    border-bottom: 1px solid #e2e2e2;
  }
  .page_sitemap .link_list .has_grandchildren.sitemap_link_list > a {
    width: 100%;
    margin-right: 0;
  }
  .page_sitemap .link_list .has_grandchildren.sitemap_link_list > ul {
    width: 100%;
    border-bottom: none;
  }
  .page_sitemap .link_list .has_grandchildren.sitemap_link_list > ul + ul {
    margin-left: 0;
  }
  .page_sitemap .link_list .has_grandchildren.sustainability_link_list {
  border-bottom: 1px solid #e2e2e2;
  }
  .page_sitemap .link_list .has_grandchildren.sustainability_link_list > ul,
  .page_sitemap .link_list .has_grandchildren.sitemap_link_list > ul {
    width: 100%;
    border-top: none;
    padding: 0;
    flex-flow: column nowrap;
    gap: 0;
    max-height: none;
  }
  .page_sitemap .link_list .has_grandchildren.sitemap_link_list > ul li {
    width: 100%;
  }
  .page_sitemap .link_list > li a::after {
    transform: translateY(-20%) scale(0.7);
  }
  .page_sitemap .link_list a[target="_blank"]::after {
    transform: translateY(-55%) scale(1.0);
  }
}
/*-----------------------------------------'

  how to use

-----------------------------------------*/
.blank_icon_img::before {
  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;
}
.pdf_icon_img::before {
  display: inline-block;
  content: url(/files/ico_pdf.png);
  width: 20px;
  height: 17px;
  padding-left: 5px;
  position: relative;
  top: 1px;
  z-index: 1;
}
/*-----------------------------------------'

  404 and 500

-----------------------------------------*/
.page_404 .pg_title,
.page_500 .pg_title {
  height: auto;
  padding: 72px 0 75px;
  border-radius: 0;
  margin: 0;
  background-image: url(/files/notfound-bg.png), url(/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;
  }
}

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

  preparation（準備中）

-----------------------------------------*/
.page_preparation .pg_title {
  height: auto;
  padding: 72px 0 75px;
  border-radius: 0;
  margin: 0;
  background-image: url(/files/notfound-bg.png), url(/files/notfound-loop.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 43.778% auto;
}
.page_preparation .pg_title > .cont_inner {
  display: block;
}
.page_preparation .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_preparation .pg_title > .cont_inner h1 em {
  display: block;
  font-size: 14.2rem;
}
.page_preparation .pg_title > .cont_inner p {
  margin-top: 24px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_preparation .pg_title {
    padding: 50px 0 0;
    margin: 65px 0 38px;
    background-size: 100% auto, 43.778% auto;
  }
  .page_preparation .pg_title > .cont_inner h1 {
    font-size: 3rem;
  }
  .page_preparation .pg_title > .cont_inner h1 em {
    font-size: 7rem;
  }
}