@charset "utf-8";

:root {
  --color_primary: #6274ff; /*#ffbe00;*/
  --color_secondary: #e6e6e6;
  --color_tertiary: #84959e;
  --color_font: #000000;
  --color_background: #333333;/*#333333;*/
  --color_gray: #969696;
  --color_border: #c8c8c8;
  --color_alternate: #f0f0f0;
  --color_red: #e94829;
  --color_green: #aef869;
  --container: 1100px;
  --contents: 800px;
  --main: 720px;
  --sidebar: 340px;
  --gap_pc: 33px;
  --gap_sp: 22px;
  --header_pc: 90px;
  --header_sp: 50px;
  --logo_pc: 50px;
  --logo_sp: 35px;
  --copyright_pc: 50px;
  --copyright_sp: 30px;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: var(--color_font);
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-smoothing: antialiased;
  font-weight: 400;
  height: 100%;
  line-height: 1;
  overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  text-size-adjust: 100%;
  width: 100%;
}

::selection {
  background-color: var(--color_primary);
  color: #fff;
}

a, a:hover, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

input, select, textarea {
  border: solid 1px var(--color_alternate);
  box-sizing: border-box;
}

.overflow_visible {
  overflow: visible !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt22 {
  margin-top: 22px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt33 {
  margin-top: 33px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt44 {
  margin-top: 44px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt66 {
  margin-top: 66px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt77 {
  margin-top: 77px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt88 {
  margin-top: 88px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt99 {
  margin-top: 99px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt132 {
  margin-top: 132px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb22 {
  margin-bottom: 22px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb33 {
  margin-bottom: 33px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb44 {
  margin-bottom: 44px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb66 {
  margin-bottom: 66px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb77 {
  margin-bottom: 77px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb88 {
  margin-bottom: 88px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb99 {
  margin-bottom: 99px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb132 {
  margin-bottom: 132px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt11 {
  padding-top: 11px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt22 {
  padding-top: 22px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt33 {
  padding-top: 33px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt44 {
  padding-top: 44px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt66 {
  padding-top: 66px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt77 {
  padding-top: 77px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt88 {
  padding-top: 88px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt99 {
  padding-top: 99px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt132 {
  padding-top: 132px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb11 {
  padding-bottom: 11px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb22 {
  padding-bottom: 22px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb33 {
  padding-bottom: 33px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb44 {
  padding-bottom: 44px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb66 {
  padding-bottom: 66px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb77 {
  padding-bottom: 77px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb88 {
  padding-bottom: 88px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb99 {
  padding-bottom: 99px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb132 {
  padding-bottom: 132px !important;
}

.no_border {
  border: none !important;
}

.no_padding {
  padding: 0 !important;
}

.no_bold {
  font-weight: 400 !important;
}

.text_color {
  color: var(--color_font);
}

.text_white {
  color: #fff;
}

.text_red, .red {
  color: var(--color_red);
}

.text_bold {
  font-weight: 700;
}

.text_center {
  text-align: center;
}

.text_indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* pagenavi */

.pagenavi {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 30px 0 30px;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 50px;
}

.wp-pagenavi span {
  cursor: pointer;
  display: inline-block;
  height: 35px;
  line-height: 33px;
  margin: 0 2.75px;
  padding-top: 0;
  width: 30px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  border: solid 1px var(--color_border);
  box-sizing: border-box;
}

.wp-pagenavi span.current {
  background-color: var(--color_primary);
  border: solid 1px var(--color_primary);
  color: var(--color_font);
}

a.previouspostslink, a.nextpostslink, a.page.smaller, a.page.larger, a.first, a.last {
  background-color: #fff;
  border: solid 1px var(--color_border);
  box-sizing: border-box;
  color: var(--color_font);
  cursor: pointer;
  display: inline-block;
  height: 35px;
  line-height: 33px;
  margin: 0 2.75px;
  padding-top: 0;
  width: 30px;
  transition: all 0.2s;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
}

a.nextpostslink {
  border: solid 1px #fff;
}

a.previouspostslink {
  border: solid 1px #fff;
}

.wp-pagenavi span.current:hover, a.previouspostslink:hover, a.nextpostslink:hover, a.page.smaller:hover, a.page.larger:hover, a.first:hover, a.last:hover {
  background-color: var(--color_primary);
  border: solid 1px var(--color_primary);
  color: var(--color_font);
}

/* breadcrumbs */

.breadcrumbs {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 15.25px 0;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
  color: var(--color_font);
}

.breadcrumbs a {
  transition: all 0.2s;
  color: var(--color_tertiary);
}

.breadcrumbs a:hover {
  color: var(--color_tertiary);
}

.breadcrumbs span.active {
  color: var(--color_font);
}

.breadcrumbs .home {
  color: var(--color_tertiary);
}

/* table */

table.basic, table.basic>tbody {
  border-collapse: collapse;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 70px 0 50px 0;
  text-align: left;
}

table.basic tr {
  box-sizing: border-box;
}

table.basic tr>th {
  border-bottom: solid 4px var(--color_primary);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 160px;
  padding: 20px 0 20px 0;
  line-height: 1.5;
  font-size: 2.0rem;
  font-weight: 700;
}

table.basic.contact tr>th {
  font-size: 1.6rem;
  font-weight: 700;
}

table.basic tr>td {
  border-bottom: solid 1px var(--color_border);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 20px 0 20px 35px;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 400;
}

table.basic tr:last-child th,
table.basic tr:last-child td {
  border: none;
}

table.list_table {
  border: none;
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  text-align: left;
}

table.list_table tr>th {
  border: none !important;
  overflow: hidden;
  position: relative;
  width: max-content;
  min-width: 140px;
  padding: 0 2em 0 0;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 500;
}

table.list_table tr>td {
  border: none !important;
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 400;
}

table.sheets {
  border: none;
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  text-align: left;
}

table.sheets tr>th {
  border: none !important;
  overflow: hidden !important;
  position: relative !important;
  width: max-content !important;
  padding: 0 1em 0 0 !important;
  line-height: 2 !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  display: table-cell !important;
}

table.sheets tr>td {
  border: none !important;
  overflow: hidden !important;
  position: relative !important;
  width: auto !important;
  padding: 0 1em 0 0 !important;
  line-height: 2 !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  display: table-cell !important;
}

table.sheets tr>td:nth-child(2),
table.sheets tr>td:nth-child(3) {
  text-align: right !important;
}

/* contact form */

table.contactform, table.contactform tbody {
  border-collapse: collapse;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 32px 0;
  text-align: left;
}

table.contactform tr {
  border: none;
  box-sizing: border-box;
}

table.contactform tr th {
  border: none;
  overflow: hidden;
  position: relative;
  width: 154px;
  padding: 33px 0 0 0;
  line-height: 2;
  font-size: 1.4rem;
  font-weight: 500;
}

table.contactform tr td {
  border: none;
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 22px 0 0 0;
  line-height: 2;
  font-size: 1.4rem;
  font-weight: 400;
}

table.contactform tr td ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

table tr th a,
table tr td a {
  color: #0066b3;
  text-decoration: underline;
}

table tr th a:hover,
table tr td a:hover {
  color: #0066b3;
  text-decoration: underline;
}

textarea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.0225);
  border: solid 1px var(--color_alternate);
  box-sizing: border-box;
  padding: 0.5em 1em;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

input[type="text"], input[type="email"] {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.0225);
  border: solid 1px var(--color_alternate);
  box-sizing: border-box;
  padding: 0.25em 0.5em;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

select {
  width: auto;
  height: auto;
  padding: 0.5em 0.5em;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

input[type="submit"] {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 60px;
  border: solid 1px var(--color_primary);
  box-sizing: border-box;
  background-color: var(--color_primary);
  color: var(--color_font);
  font-size: 1.7rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}

input[type="submit"]:hover, button.submit:hover {
  border: solid 1px var(--color_background);
  background-color: var(--color_background);
  color: var(--color_primary);
}

input[type='checkbox'] {
  /* remove browser chrome */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  /*add styling */
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--color_border);
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  margin-left: 2px;
  top: 4px;
  margin-right: 3px;
}

input[type='checkbox']::before {
  content: '';
  color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  /* base64 encoded to make things easier to show 
  	normally you would use an image or a font
  */
  background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ0OCIgaGVpZ2h0PSI0NDgiIHZpZXdCb3g9IjAgMCA0NDggNDQ4Ij4KPHRpdGxlPjwvdGl0bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZD0iTTQxNy43NSAxNDEuNWMwIDYuMjUtMi41IDEyLjUtNyAxN2wtMjE1IDIxNWMtNC41IDQuNS0xMC43NSA3LTE3IDdzLTEyLjUtMi41LTE3LTdsLTEyNC41LTEyNC41Yy00LjUtNC41LTctMTAuNzUtNy0xN3MyLjUtMTIuNSA3LTE3bDM0LTM0YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsNzMuNSA3My43NSAxNjQtMTY0LjI1YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsMzQgMzRjNC41IDQuNSA3IDEwLjc1IDcgMTd6Ij48L3BhdGg+Cjwvc3ZnPgo=");
}

input[type='checkbox']:checked::before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.form-captcha input {
  width: 200px;
}

/* slick */

ul.slick-dots {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.slick-dots li {
  overflow: hidden;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  margin: 20px 6px;
}

ul.slick-dots li button {
  overflow: hidden;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--color_alternate);
  border-radius: 6px;
  box-sizing: border-box;
  border: none;
  text-indent: -100vw;
  transition: all 0.2s;
}

ul.slick-dots li.slick-active button {
  background-color: var(--color_background);
}

.wpcf7-list-item {
  margin: 0 0 0 -1px !important;
}

.wpcf7-not-valid-tip {
  color: var(--color_red) !important;
  font-size: 1.3rem !important;
  font-weight: 500 !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid var(--color_primary);
  border-top-color: var(--color_primary);
  border-top-width: 2px;
  border-right-color: var(--color_primary);
  border-right-width: 2px;
  border-bottom-color: var(--color_primary);
  border-bottom-width: 2px;
  border-left-color: var(--color_primary);
  border-left-width: 2px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: var(--color_red) !important;
  border-width: 2px !important;
  padding: 1em !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  text-align: center !important;
  line-height: 2 !important;
}

.wpcf7-response-output {
  color: var(--color_red) !important;
  padding: 1em !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  text-align: center !important;
  line-height: 2 !important;
}

.required {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--color_red);
}

/* contents */

section.single .breadcrumbs {
  margin-bottom: 70px;
  text-align: right;
  padding: 20.25px var(--gap_pc);
}

.contents {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: var(--contents);
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  clear: both;
}

.contents h1 {
  font-size: 2.8rem;
  margin-bottom: 60px;
}

.contents a {
  color: #0066b3;
  font-weight: 700;
  text-decoration: underline;
}

.contents ul {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}

.contents ol {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
  counter-reset: counter;
}

.contents ol li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
  font-weight: 500;
}

.contents ol li:before {
  counter-increment: counter;
  content: counter(counter) "．";
}

em {
  font-size: 3.0rem;
  font-weight: 700;
  font-style: normal;
}

b, strong {
  font-weight: 700;
  font-style: normal;
}

blockquote {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 1em 0 0 1.5em;
  background-color: var(--color_alternate);
  margin-bottom: 1em;
}

del {
  text-decoration: line-through;
}

.contents table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.contents table tr {
  border: solid 1px var(--color_alternate);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.contents table tr th {
  line-height: 1.8;
  padding: 0.5em 1em;
  text-align: left;
  vertical-align: top;
  width: auto;
  padding-left: 1em;
}

.contents table tr td {
  border-left: solid 1px var(--color_alternate);
  line-height: 1.8;
  padding: 0.5em 1em;
  text-align: left;
  vertical-align: top;
  width: auto;
}

.contents hr {
  width: 100%;
  height: 1px;
  overflow: hidden;
  position: relative;
  border-top: solid 1px var(--color_alternate);
  box-sizing: border-box;
  margin: 1em 0;
}

/* customize */

article, section {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

section {
  padding: 100px 0;
}

.alternate {
  background-color: var(--color_alternate);
}

.container {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: calc(var(--container) + var(--gap_pc) + var(--gap_pc));
  height: auto;
  padding: 0 var(--gap_pc);
  margin: 0 auto;
}

.container.business_container {
  max-width: var(--container);
}

.container.business_container.no_padding_right {
  max-width: 100%;
  padding: 0 0 0 calc((100% - (var(--container) - var(--gap_pc) - var(--gap_pc))) / 2);
}

.container.business_container.sub_section {
  padding-left: calc(var(--gap_pc) + var(--gap_pc));
}

.container.business_container.no_padding_right.sub_section {
  max-width: 100%;
  padding: 0 0 0 calc((100% - (var(--container) - var(--gap_pc) - var(--gap_pc) - var(--gap_pc) - var(--gap_pc))) / 2);
}

section.aboutus p a {
  color: #0066b3;
  font-weight: 700;
  text-decoration: underline;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 1em;
}

header {
  background-color: #ffffff9f;
  height: var(--header_pc);
  display: flex;
  align-items: center;
  max-width: none;
  padding-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 11;
}

header.recruit {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.home header {
  background-color: transparent;
}

header>.container {
  height: var(--header_pc);
  display: flex;
  align-items: center;
  max-width: none;
  padding: 0;
}

.area_logo_header {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 100%;
  padding-left: var(--gap_pc);
  background-color: #fff;
}

.area_logo_header .logo {
  display: block;
}

.area_logo_header .logo img {
  height: var(--logo_pc);
  vertical-align: bottom;
}

.area_logo_header .tagline {
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 0 33px;
}

.area_nav_header {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex: auto;
  min-width: 11px;
  height: 100%;
}

.list_nav_header {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin: 0 1em 0 auto;
}

.list_nav_header li {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 90px;
  line-height: 90px;
  font-size: 1.5rem;
  font-weight: 600;
  /*color: #fff;*/
  padding-top: 11px;
  padding-left: 1em;
  padding-right: 1em;
  transition: all 0.3s;
  border-bottom: solid 5px transparent;
  box-sizing: border-box;
}

.translated-ltr .list_nav_header li {
  max-width: 100px;
}

.list_nav_header li:hover, .list_nav_header li.active {
  border-bottom: solid 5px var(--color_primary);
}

.list_nav_header li>a {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list_icon_header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color_primary);
  color: var(--color_font);
  text-align: center;
  width: 120px;
  height: 100%;
}

.list_icon_header li {
  font-size: 1.5rem;
  font-weight: 600;
  float: left;
  padding: 0;
  margin-top: 25px;
}

.translated-ltr .list_icon_header li {
  padding: 0 2px;
}

ul.bogo-language-switcher li {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  float: right;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

ul.bogo-language-switcher li:nth-child(1) {
  padding-left: 3px;
}

ul.bogo-language-switcher li:nth-child(2) {
  padding-right: 9px;
}

ul.bogo-language-switcher li:nth-child(2)::after {
  content: '/';
  position: absolute;
  right: 0;
}

footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  background-color: var(--color_background);
  border-top: solid 1px var(--color_background);
  color: #fff;
}

footer .copyright {
  overflow: hidden;
  position: relative;
  width: 250px;
  height: auto;
  min-height: 250px;
  float: left;
  line-height: 1.5;
}

footer .area_nav_footer {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  float: none;
  margin-left: 250px;
  padding: 30px 50px;
}

.page_top {
  overflow: hidden;
  position: fixed;
  bottom: 80px;
  right: 35px;
  width: 10.6885px;
  height: 198.7773px;
  transition: all 1.0s;
  opacity: 0;
}

.page_top.active {
  opacity: 1;
}

footer .copyright small {
  overflow: hidden;
  position: absolute;
  left: 20px;
  bottom: 25px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}

footer .area_logo_footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .area_logo_footer img {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 40px;
}

.main_visual {
  width: 100%;
  height: 100vh;
  max-height: 1000px;
  padding: 0;
}

.main_visual span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.mask {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.mask.dark {
  background-color: rgba(0, 0, 0, 0.36);
}

.list_menu_wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 22px 70px;
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 1;
}

ul.list_menu {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: var(--container);
  height: auto;
  margin: 0 auto;
}

ul.list_menu li {
  overflow: hidden;
  position: relative;
  width: 23.5%;
  height: auto;
  margin: 0 auto;
  margin-right: 2%;
  float: left;
  text-align: center;
}

ul.list_menu a:last-child li {
  margin-right: 0;
}

ul.list_menu li img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
  margin-bottom: 5px;
}

.menu_title {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.scroll_down {
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  right: 35px;
  width: 10.688px;
  height: 235.8394px;
  z-index: 2;
}

.slogan {
  overflow: hidden;
  position: absolute;
  top: 44%;
  left: 6.6666%;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
  width: calc(100% - (var(--gap_pc) * 2));
  max-width: 804.3398px;
  height: auto;
  z-index: 0;
  padding-right: 6.6666%;
}

.section_header {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  float: left;
}

.section_title {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color_font);
}

.section_label {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color_tertiary);
  margin-bottom: 40px;
}

ul.list_category {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  float: right;
  margin-top: 15px;
}

ul.list_category li {
  overflow: hidden;
  position: relative;
  width: 150px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  border: solid 1px var(--color_border);
  box-sizing: border-box;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  transition: all 0.3s;
}

ul.list_category li a {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

ul.list_category li.active,
ul.list_category li:hover {
  border: solid 1px var(--color_primary);
  background-color: var(--color_primary);
}

ul.list_news {
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

ul.list_news li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: solid 1px var(--color_border);
  box-sizing: border-box;
  padding: 20px 75px 20px 0;
  background-image: url(../images/common/arrow_next.svg);
  background-size: 20px 20px;
  background-position: calc(100% - 30px) 50%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

ul.list_news li:hover {
  background-position: calc(100% - 20px) 50%;
}

ul.list_news li:first-child {
  border-top: solid 1px var(--color_border);
}

.category_name {
  overflow: hidden;
  position: relative;
  width: 105px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  color: var(--color_font) !important;
  font-size: 1.3rem !important;
  text-decoration: none !important;
  font-weight: 500;
  border: solid 1px var(--color_border);
  box-sizing: border-box;
  float: left;
  margin-right: 20px;
}

time {
  overflow: hidden;
  position: relative;
  width: 145px;
  height: 25px;
  line-height: 23px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
  float: left;
  margin-right: 20px;
  color: var(--color_gray);
}

.news_title {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  float: none;
  margin-left: 250px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.view_more {
  overflow: hidden;
  position: relative;
  width: 133.3111px;
  height: 12px;
}

.view_more.yellow {
  margin-top: 30px;
}

section.our_business {
  padding: 0 0 65px 0;
}

.title_our_business {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: var(--gap_pc);
  width: 100%;
  max-width: 622.5215px;
  height: auto;
  z-index: 0;
}

.title_achievement {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 621.1396px;
  height: auto;
  z-index: 0;
}

.title_greeting {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 392.7554px;
  height: auto;
  z-index: 0;
}

.title_greeting_en {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 500px;
  height: auto;
  z-index: 0;
}

.title_contact {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 367.4946px;
  height: auto;
  z-index: 0;
}

.title_group_profile {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 622.4888px;
  height: auto;
  z-index: 0;
}

.title_philosophy {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 509.9605px;
  height: auto;
  z-index: 0;
}

.title_vision {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 278.8862px;
  height: auto;
  z-index: 0;
}

.title_profile {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 302.3638px;
  height: auto;
  z-index: 0;
}

.title_group {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 271.9746px;
  height: auto;
  z-index: 0;
}

.title_group_companies {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 842.0576px;
  height: auto;
  z-index: 0;
}

.title_green_energy {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 642.6981px;
  height: auto;
  z-index: 0;
}

.title_construction_machinery {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 1139.0564px;
  height: auto;
  z-index: 0;
}

.title_it_business {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 543.9209px;
  height: auto;
  z-index: 0;
}

.title_healthcare {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 512.0479px;
  height: auto;
  z-index: 0;
}

.title_esg_sdgs {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 527.481px;
  height: auto;
  z-index: 0;
}

.title_corporate_governance {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 1071.8857px;
  height: auto;
  z-index: 0;
}

.title_co2_reduction {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 669.5439px;
  height: auto;
  z-index: 0;
}

.title_cooperation_support {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 990.8252px;
  height: auto;
  z-index: 0;
}

.title_solar_sharing {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 627.0811px;
  height: auto;
  z-index: 0;
}

.title_disclosure {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 488.0161px;
  height: auto;
  z-index: 0;
}

.title_training {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 370.8984px;
  height: auto;
  z-index: 0;
}

.title_work_environment {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 884.1609px;
  height: auto;
  z-index: 0;
}

.title_partnership {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 551.3325px;
  height: auto;
  z-index: 0;
}

.title_sdgs_list {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 235.7217px;
  height: auto;
  z-index: 0;
}

.title_topix {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 244.3521px;
  height: auto;
  z-index: 0;
}

.title_overview_of_stock {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 865.17px;
  height: auto;
  z-index: 0;
}

.title_overview_of_stock_en {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 736.412px;
  height: auto;
  z-index: 0;
}

.title_ir_calendar {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 539.3999px;
  height: auto;
  z-index: 0;
}

.title_electronic_public_notice {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 1136.4375px;
  height: auto;
  z-index: 0;
}

.title_report {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 342.5527px;
  height: auto;
  z-index: 0;
}

.title_results {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 311.4849px;
  height: auto;
  z-index: 0;
}

.title_presentation {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 602.5557px;
  height: auto;
  z-index: 0;
}

.title_wwb {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 437.3545px;
  height: auto;
  margin-bottom: 30px;
}

.title_knowledgemarket {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 593.042px;
  height: auto;
  margin-bottom: 30px;
}

.title_rbf {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 847.9043px;
  height: auto;
  margin-bottom: 30px;
}

.service_01 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 219.9307px;
  height: auto;
  margin-bottom: 30px;
}

.service_02 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 527.0789px;
  height: auto;
  margin-bottom: 30px;
}

.service_03 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 470.0156px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: -6px;
  mix-blend-mode: multiply;
}

.service_04 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 496.7266px;
  height: auto;
  margin-bottom: 10px;
  mix-blend-mode: multiply;
}

.image_our_business {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: auto;
  z-index: 1;
  float: right;
}

.column_left {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: auto;
  float: left;
  padding-top: 70px;
  padding-left: calc((100% - var(--container)) / 2);
}

section.greeting .column_left {
  padding-top: 100px;
  padding-right: 4%;
}

.column_our_business {
  padding-top: 180px;
}

h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.3;
}

h1.company_profile {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.3;
}

h3 {
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--color_tertiary);
  margin-bottom: 0.5em;
  line-height: 1.3;
}

.box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 450px;
}

.image_left {
  overflow: hidden;
  position: absolute;
  top: 70px;
  left: 0;
  width: 46%;
  height: 350px;
  object-fit: cover;
  z-index: 0;
}

.image_right {
  overflow: hidden;
  position: absolute;
  top: 70px;
  right: 0;
  width: 46%;
  height: 350px;
  object-fit: cover;
  z-index: 0;
}

.image_number {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 130px;
  z-index: 1;
}

.column_half {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: auto;
  float: left;
}

.column_half .graph {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.column_half.left {
  float: left;
}

.column_half.right {
  float: right;
  padding-left: calc(4% + var(--gap_pc));
}

.contents_right {
  float: right;
  padding: 70px 0 0 0;
}

.contents_left {
  float: left;
  padding: 70px 0 0 0;
}

ul.column_three {
  overflow: visible;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

ul.column_three li {
  float: left;
  overflow: visible;
  position: relative;
  width: 33.3333%;
  height: auto;
}

ul.column_three li.combine {
  width: 66.6666%;
}

.map_of_japan {
  top: -70px;
  overflow: visible;
  position: relative;
  width: 100%;
  height: auto;
}

.co2 {
  top: -45px;
  padding-left: 50px;
}

.view_more_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.view_more_wrapper .view_more {
  float: left;
  margin-top: 12px;
}

.heading {
  background-color: var(--color_background);
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  border: solid 1px var(--color_background);
  box-sizing: border-box;
  border-radius: 17.5px;
  padding: 0 50px;
  width: max-content;
  height: 35px;
  line-height: 32px;
  float: left;
  margin-right: 20px;
}

section.achievement {
  padding: 100px 0 60px 0;
  margin-bottom: 50px;
}

ul.list_achievement {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.list_achievement li {
  overflow: hidden;
  position: relative;
  width: 286px;
  height: 286px;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.image_achievement {
  overflow: hidden;
  position: relative;
  width: 286px;
  height: 200px;
  object-fit: cover;
}

.name_achievement {
  overflow: hidden;
  position: relative;
  width: 286px;
  height: 86px;
  padding: 12px 15px;
}

.name_achievement p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0;
}

.name_achievement span {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.slick-prev {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 123px;
  left: -30px;
  width: 20px;
  height: 40px;
  background-color: transparent;
  background-image: url(../images/common/arrow_left.svg);
  background-size: 20px 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.slick-next {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 123px;
  right: -30px;
  width: 20px;
  height: 40px;
  background-color: transparent;
  background-image: url(../images/common/arrow_right.svg);
  background-size: 20px 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

section.greeting {
  padding: 0;
  margin-bottom: 40px;
  background-color: var(--color_background);
}

.image_greeting {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.image_greeting_en {
  height: 450px;
}

section.sdgs {
  padding: 0;
  margin-bottom: 40px;
}

.sdgs_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sdgs_wrapper span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.title_sdgs {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  text-align: center;
  color: #fff;
}

.title_sdgs h2 {
  color: #fff;
  margin-bottom: 15px;
}

.title_sdgs h3 {
  color: #fff;
  margin-bottom: 0;
}

section.link {
  padding: 0;
  margin-bottom: 0;
}

section.link .column_half {
  overflow: hidden;
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  width: 50%;
}

section.link .column_half.left {
  padding-left: calc((100% - var(--container)) / 2);
}

section.link .column_half.right {
  padding-left: var(--gap_pc);
}

section.link .column_half span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.link_left {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  text-align: left;
  border-left: solid 5px #fff;
  padding-left: 20px;
}

.link_left h2 {
  color: #fff;
  margin-bottom: 15px;
}

.link_left h3 {
  color: #fff;
  margin-bottom: 0;
}

section.contact {
  padding: 100px 0;
  height: 350px;
}

.btn_contact {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 60px;
  border: solid 1px var(--color_primary);
  box-sizing: border-box;
  background-color: var(--color_primary);
  color: var(--color_font);
  font-size: 1.7rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}

.btn_contact:hover {
  border: solid 1px var(--color_background);
  background-color: var(--color_background);
  color: var(--color_primary);
}

ul.list_nav_footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  color: #fff;
  margin-bottom: 1em;
}

ul.list_nav_footer li {
  overflow: hidden;
  position: relative;
  width: 20%;
  height: auto;
  float: left;
}

.column {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 1em;
  margin-top: 1em;
}

ul.list_nav_footer li:first-child {
  width: 40%;
}

ul.list_nav_footer li:first-child .column {
  columns: 2;
}

.title_nav_footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.section_nav_footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 20px;
}

.section_nav_footer::before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  content: '─';
}

.details_nav_footer_wrapper {
  page-break-inside: avoid;
  break-inside: avoid;
}

.details_nav_footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 20px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

section.header {
  padding: 220px 0 44px 0;
}

section.header.ir_header {
  padding: 255px 0 50px 0;
  color: #fff;
}

section.header.ir_header>span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

section.header.ir_header .breadcrumbs {
  background-color: transparent;
  color: #fff;
}

section.header.ir_header .breadcrumbs .home {
  color: #fff;
}

h1 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}

h2.company_profile {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.header_company_profile {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 609.9282px;
  height: auto;
  margin-bottom: 0;
}

.header_our_business {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 500.1465px;
  height: auto;
  margin-bottom: 15px;
}

.header_esg_sdgs {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 437.7192px;
  height: auto;
  margin-bottom: 15px;
}

.header_ir_information {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 515.29px;
  height: auto;
  margin-bottom: 15px;
}

.header_contact {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 284.4268px;
  height: auto;
  margin-bottom: 15px;
}

.header_recruit {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 258.6807px;
  height: auto;
  margin-bottom: 15px;
}

.header_achievement {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 258.6807px;
  height: auto;
  margin-bottom: 15px;
}

section.aboutus {
  padding: 100px 0 70px 0;
}

section.aboutus.no_padding_top {
  padding: 0 0 70px 0;
}

section.movie_top {
  padding: 70px 0 35px 0;
}

section.archive {
  padding: 150px 0;
}

section.single {
  padding: var(--header_pc) 0 150px 0;
}

section.ir {
  padding: 50px 0;
}

.image_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.size-full {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.title_aboutus {
  width: 100%;
  max-width: 443.0381px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
}

.group_header {
  color: var(--color_font);
  margin-bottom: 20px;
}

.group_container h2 {
  margin-bottom: 70px;
}

ul.list_group {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

ul.list_group li {
  overflow: hidden;
  position: relative;
  width: 331px;
  height: auto;
  margin: 0 10px 30px 10px;
  text-align: center;
}

ul.list_group li img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 7px;
}

.group_title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}

.group_label {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.group_container {
  max-width: calc(var(--container) + var(--gap_pc) + var(--gap_pc) + 20px);
}

.group_container h2,
.group_container h3 {
  margin-left: 10px;
}

h4 {
  font-size: 7.0rem;
  font-weight: 300;
  margin: 80px 0 40px 0;
}

h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  line-height: 2;
}

h6 {
  font-size: 3.0rem;
  font-weight: 500;
  margin: 40px 0 30px 0;
  line-height: 1.5;
}

ul.list_items {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

ul.list_items li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-indent: -1em;
  margin-left: 1em;
  overflow: visible;
  position: relative;
  width: calc(100% - 1em);
  height: auto;
}

ul.list_items li::before {
  content: '●';
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

ul.list_items li p {
  display: inline;
}

ul.list_items.no_prefix li::before {
  content: '';
}

.imagee_philosophy {
  overflow: hidden;
  position: absolute;
  top: 63px;
  right: 0;
  width: 46%;
  max-width: 630px;
  height: 600px;
  z-index: -1;
}

h3.underline {
  position: relative;
  color: var(--color_font);
  width: max-content;
  padding-bottom: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
  display: inline-block;
}

h3.underline::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  max-width: 120px;
  height: 4px;
  background-color: var(--color_primary);
}

.corporate_image {
  overflow: hidden;
  position: relative;
  width: calc(100% - (100% - var(--container)) / 2);
  height: 300px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.corporate_image span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.corporate_wrapper {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  padding-left: calc(100% - var(--container));
}

.corporate_wrapper h2 {
  margin-bottom: 0;
}

.corporate_wrapper h3 {
  color: var(--color_font);
  margin-bottom: 20px;
}

.container small {
  font-size: 1.3rem;
  line-height: 2;
}

.image_governance {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 760px;
  height: auto;
  margin: 0 auto 100px auto;
  display: block;
}

.last_container {
  padding-bottom: 100px !important;
}

ul.list_movie {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.list_movie li {
  overflow: hidden;
  position: relative;
  width: 420px;
  height: auto;
  margin-right: 50px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.movie {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 10px;
}

.movie iframe {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button_download_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 30px 0;
}

button.button_download {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 60px;
  background-color: var(--color_primary);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  border: solid 1px var(--color_primary);
  box-sizing: border-box;
  background-image: url(../images/aboutus/button_download.svg);
  background-size: 32.1074px 31.3084px;
  background-position: 25px 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin: 10px 10px 0 0;
  float: left;
  transition: all 0.3s;
  cursor: pointer;
}

button.button_download:hover {
  color: var(--color_font);
}

ul.list_column {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.list_column li {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  column-count: 2;
}

ul.list_column a li {
  text-decoration: underline;
}

.location_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.map {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}

.map iframe {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.numbering {
  padding: 0;
  background-color: var(--color_background);
  width: 100%;
  height: 500px;
}

.container_numbering {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-left: calc((100% - 1500px) / 2);
}

.area_numbering {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 500px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg_numbering {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 500px;
  float: none;
  margin-left: 200px;
}

.bg_numbering span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.title_01 {
  overflow: hidden;
  position: relative;
  width: 110.5px;
  height: auto;
}

.title_02 {
  overflow: hidden;
  position: relative;
  width: 145.5781px;
  height: auto;
}

.title_03 {
  overflow: hidden;
  position: relative;
  width: 145.3994px;
  height: auto;
}

.title_04 {
  overflow: hidden;
  position: relative;
  width: 146.5586px;
  height: auto;
}

.image_business {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}

section.service {
  padding: 70px 0 110px 0;
  background: linear-gradient(#e7e7e7, #fff);
}

.title_service {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: solid 1px var(--color_border);
  box-sizing: border-box;
  margin-bottom: 40px;
}

.description_service {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: auto;
  float: left;
  padding-right: 50px;
}

.description_service.full {
  width: 100%;
  padding-right: calc((100% - var(--container)) / 2);
}

.column_service {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding-left: calc((100% - var(--container)) / 2);
  padding-bottom: 80px;
}

.image_service {
  overflow: hidden;
  position: relative;
  width: 50%;
  max-width: 650px;
  height: auto;
  float: right;
}

.image_en {
  margin-top: 92px;
}

button.button_service {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 260px;
  height: 70px;
  background-color: var(--color_primary);
  color: var(--color_font);
  border: solid 2px var(--color_primary);
  box-sizing: border-box;
  cursor: pointer;
  background-image: url(../images/business/button_window.svg);
  background-size: 30px 30px;
  background-position: calc(100% - 50px) 50%;
  background-repeat: no-repeat;
  padding-right: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  transition: all 0.3s;
  margin-top: 30px;
  float: left;
  margin-right: 30px;
}

button.button_service:hover {
  background-color: #fff;
}

button.button_service.no_icon {
  padding-right: 0;
  background-image: none;
}

.max913 {
  max-width: 913px !important;
}

.max800 {
  max-width: 800px !important;
}

.max793 {
  max-width: 793px !important;
}

.max600 {
  max-width: 600px !important;
}

.max515 {
  max-width: 515px !important;
  mix-blend-mode: multiply;
}

.max416 {
  max-width: 416px !important;
  margin: 0 auto;
  display: block;
}

ul.list_sdgs {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

ul.list_sdgs li {
  overflow: hidden;
  position: relative;
  width: 163px;
  height: 163px;
  margin: 0 20px 20px 0;
}

ul.list_sdgs li img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.sdgs_image_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 10px;
}

.sdgs_image_wrapper img {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 479.0416px;
  float: left;
  margin-right: 20px;
}

.sdgs_image_wrapper.no_margin img {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 364px;
  float: left;
  margin-right: 0;
}

ul.list_ir {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.list_ir li {
  overflow: hidden;
  position: relative;
  width: 23.5%;
  height: auto;
  float: left;
  margin-right: 2%;
}

ul.list_ir li:nth-child(4n+4) {
  margin-right: 0;
}

.ir_image_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ir_image_01 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 112.4751px;
  height: auto;
}

.ir_image_02 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 112.4654px;
  height: auto;
}

.ir_image_03 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 128.9369px;
  height: auto;
}

.ir_image_04 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 235.2991px;
  height: auto;
}

.ir_title {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  background-color: var(--color_background);
  border: solid 1px var(--color_background);
  box-sizing: border-box;
  margin-bottom: 10px;
  transition: all 0.3s;
}

ul.list_ir li:hover .ir_title {
  color: var(--color_font);
  background-color: #fff;
}

.ir_description {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
}

.movie_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 760px;
  height: auto;
  margin: 0 auto;
}

.movie {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.movie iframe {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.list_calendar {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 30px 0;
}

ul.list_calendar li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: solid 1px var(--color_border);
  box-sizing: border-box;
}

ul.list_calendar li:first-child {
  border-top: solid 1px var(--color_border);
}

.calendar_date {
  overflow: hidden;
  position: relative;
  width: 160px;
  height: auto;
  float: left;
  color: var(--color_gray);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 15px 0;
}

.calendar_title {
  overflow: hidden;
  position: relative;
  width: calc(100% - 160px);
  height: auto;
  float: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 15px 0;
}

ul.list_calendar.notice .calendar_title {
  width: calc(100% - 300px);
}

.filesize {
  overflow: visible;
  position: relative;
  width: 140px;
  background-image: url(../images/ir/icon_pdf.svg);
  background-size: 21.9088px 25px;
  background-position: 0% 55%;
  background-repeat: no-repeat;
  float: right;
  padding: 15px 0 15px 30px;
  line-height: 1.8;
  font-size: 1.3rem;
  font-weight: 500;
}

ul.list_report {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  line-height: 1.5;
}

ul.list_report li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: solid 1px var(--color_border);
  box-sizing: border-box;
}

ul.list_report li:first-child {
  border-top: solid 1px var(--color_border);
}

.report_title {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  line-height: 1.5;
  font-size: 2.7rem;
  font-weight: 400;
  margin-top: 70px;
  margin-bottom: 20px;
}

.report_name {
  overflow: hidden;
  position: relative;
  width: calc(100% - 160px);
  height: auto;
  float: left;
  background-color: var(--color_secondary);
  border-right: solid 1px var(--color_border);
  box-sizing: border-box;
  padding: 15px var(--gap_sp);
}

.report_file {
  overflow: hidden;
  position: relative;
  width: 240px;
  height: auto;
  float: none;
  background-image: url(../images/ir/icon_pdf.svg);
  background-size: 21.9088px 25px;
  background-position: 15px 50%;
  background-repeat: no-repeat;
  padding: 15px 0 15px 50px;
  vertical-align: middle;
  display: table-cell;
}

ul.year_list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 70px;
}

ul.year_list li {
  float: left;
  overflow: hidden;
  position: relative;
  width: 175px;
  height: 40px;
  text-align: center;
  margin: 0 10px 10px 0;
  font-size: 1.7rem;
  font-weight: 600;
  background-color: #fff;
  border: solid 1px var(--color_border);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.year_list li.active {
  background-color: var(--color_primary);
  border: solid 1px var(--color_primary);
  box-sizing: border-box;
}

/* menu */

.menu_trigger {
  display: none;
}

.menu_trigger {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 17px;
  right: var(--gap_sp);
  width: 22px;
  height: 16px;
  z-index: 11;
}

.menu_trigger span {
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.2s;
}

.menu_trigger span:nth-of-type(1) {
  top: 0;
}

.menu_trigger span:nth-of-type(2) {
  top: 7px;
}

.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.mobile {
  overflow: hidden;
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color_background);
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
  z-index: 10;
}

.mobile.active {
  top: 0;
  opacity: 1;
}

ul.list_nav_mobile {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: var(--header_sp);
}

ul.list_nav_mobile li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 55px;
  line-height: 53px;
  padding: 0 var(--gap_sp);
  border-bottom: solid 1px rgba(255, 255, 255, 0.09);
  transition: all 0.3s;
}

ul.list_nav_mobile li a {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 var(--gap_sp);
  width: 100%;
  height: 100%;
}

ul.list_nav_mobile li:hover {
  background-color: rgba(255, 255, 255, 0.09);
  border-bottom: solid 1px rgba(233, 176, 50, 0.82);
  color: var(--color_primary);
}

.mobile small {
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: var(--gap_sp);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
}

.copyright_sp {
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}

/*Powerplant*/

.powerplant_img_slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.powerplant_img_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.powerplant_img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.6666%;
}

.powerplant_img span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

ul.slick-dots {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.slick-dots li {
  overflow: hidden;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  margin: 20px 6px;
}

ul.slick-dots li button {
  overflow: hidden;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--color_secondary);
  border-radius: 6px;
  box-sizing: border-box;
  border: none;
  text-indent: -100vw;
  transition: all 0.2s;
}

ul.slick-dots li.slick-active button {
  background-color: #444444;
}

.powerplant_features {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

table.powerplant_tbl, table.powerplant_tbl tbody {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}

table.powerplant_tbl tr {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

table.powerplant_tbl tr th {
  cursor: pointer;
  line-height: 1.8;
  padding: 1em 1.5em;
  text-align: left;
  vertical-align: middle;
  width: 355px;
  background-color: rgba(0, 0, 0, 0.12);
  border: solid 1px #c8c8c8;
  box-sizing: border-box;
}

table.powerplant_tbl tr td {
  cursor: pointer;
  line-height: 1.8;
  padding: 1em 1.5em;
  text-align: left;
  vertical-align: middle;
  width: auto;
  border: solid 1px #c8c8c8;
  box-sizing: border-box;
}

table.powerplant_tbl tr td p {
  margin: 0 !important;
}

table.powerplant_tbl tr td br {
  display: block !important;
  content: '' !important;
  margin: 4px 0 !important;
}

table.powerplant_tbl tr td ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 0 !important;
}

table.powerplant_tbl tr td ul li {
  list-style: none;
  overflow: hidden;
  position: relative;
  width: 50%;
  float: left;
  padding: 0 1em;
  margin: 0;
  text-align: center;
}

table.powerplant_tbl tr td ul li:nth-child(2n+2) {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

ul.annotations_list {
  line-height: 1.8;
  margin-bottom: 40px;
}

ul.annotations_list li {
  font-size: 14px;
}

.back_to_powerplant {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 5px;
}

.back_to_powerplant a {
  color: #000000;
  text-decoration: underline;
}

ul.link_to_powerplant {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto 0 auto;
  padding: 0;
}

ul.link_to_powerplant li {
  list-style-type: none;
  width: 260px;
  height: 70px;
  border: solid 1px #c8c8c8;
  box-sizing: border-box;
}

ul.link_to_powerplant li:nth-child(2) {
  border-left: none;
}

.powerplant_arrow_left {
  background-image: url(/resource/img/archive/ico-prev.png);
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 40px;
  height: 70px;
  float: left;
}

.powerplant_arrow_right {
  background-image: url(/resource/img/archive/ico-next.png);
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 40px;
  height: 70px;
  float: right;
}

.powerplant_title {
  overflow: hidden;
  position: relative;
  width: calc(100% - 40px);
  height: 70px;
  float: left;
}

.powerplant_title span {
  color: #333333;
  text-align: center;
  width: calc(100% - 2em);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4em;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.3;
  padding-bottom: 1px;
}

.powerplant_title span a {
  color: #333333;
}

.region {
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  margin-top: 7px;
  margin-right: 17.5px;
  border-radius: 17.5px;
  width: auto;
  min-width: 120px;
  padding: 0 16px;
  height: 35px;
  line-height: 34px;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  background-color: #c0c0c0;
  font-size: 16px;
  font-weight: 700;
}

.region.cambodia {
  background-color: #f9c62e;
}

.region.vietnam {
  background-color: #3a9fd0;
}

.region.taiwan {
  background-color: #c9a063;
}

.region.hokkaido {
  background-color: #57b3db;
}

.region.tohoku {
  background-color: #3bb3aa;
}

.region.kanto {
  background-color: #00b900;
}

.region.chubu {
  background-color: #d9de58;
}

.region.kanto-chugoku {
  background-color: #00b900;
}

.region.chugoku {
  background-color: #ff8489;
}

.region.kyushu {
  background-color: #af8cc2;
}

.powerplant_heading {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 900px !important;
  margin: 50px auto 65px auto;
  text-align: center;
  font-size: 32px !important;
  font-weight: 400 !important;
}

.powerplant_full {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100% !important;
}

.powerplant_container {
  overflow: hidden;
  position: relative;
  max-width: 900px !important;
}

.powerplant_container.sp .powerplant_box {
  margin-top: 50px;
  padding: 0 40px;
}

.powerplant_map {
  overflow: hidden;
  position: relative;
  max-width: 900px !important;
  margin-top: 10px;
}

.powerplant_map img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.powerplant_map_left {
  overflow: hidden;
  position: absolute;
  /*
  top: 8%;
  left: 8%;
  */
  top: 0;
  left: 15px;
  width: auto;
  height: auto;
}

.powerplant_map_right {
  overflow: hidden;
  position: absolute;
  /*
  bottom: 0;
  right: 8%;
  */
  top: 8%;
  left: 45%;
  width: auto;
  height: auto;
}

.powerplant_button_sp {
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  width: 160px;
  height: 40px;
  line-height: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border: solid 3px #c8c8c8;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #323232;
  border-radius: 20px;
  transition: all 0.2s;
  margin-bottom: 20px;
}

.powerplant_map.sp a:hover {
  opacity: 1 !important;
}

.powerplant_button_sp {
  color: #ffffff !important;
}

.powerplant_button_sp#btn-cambodia {
  background-color: #f9c62e;
}

.powerplant_button_sp#btn-vietnam {
  background-color: #3a9fd0;
}

.powerplant_button_sp#btn-taiwan {
  background-color: #c9a063;
}

.powerplant_button_sp#btn-tohoku {
  background-color: #57b3db;
}

.powerplant_button_sp#btn-kanto {
  background-color: #00b900;
}

.powerplant_button_sp#btn-kanto-chugoku {
  background-color: #00b900;
}

.powerplant_button_sp#btn-chugoku {
  background-color: #ff5057;
}

.powerplant_button_sp#btn-kyushu {
  background-color: #601986;
}

.powerplant_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.powerplant_box {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}

.powerplant_space {
  overflow: hidden;
  position: relative;
  width: 80%;
  height: 740px;
  background-image: url(/resource/img/powerplant/powerplant_btn.svg);
  background-size: contain;
  background-position: 100% 0;
  background-repeat: no-repeat;
  float: right;
}

.powerplant_button_wrapper {
  overflow: hidden;
  position: relative;
  width: 80%;
  height: 740px;
  margin-left: 20%;
}

/*
.powerplant_button_left {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  float: left;
}

.powerplant_button_right {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  float: right;
  margin-top: 390px;
}
*/

.powerplant_button_left {
  overflow: hidden;
  position: absolute;
  top: 453px;
  left: 0;
  width: auto;
  height: auto;
  float: left;
}

.powerplant_button_right {
  overflow: hidden;
  position: absolute;
  bottom: 81px;
  right: 0;
  float: right;
}

.powerplant_button {
  cursor: pointer;
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  width: 160px;
  height: 40px;
  line-height: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border: solid 3px #c8c8c8;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #323232;
  border-radius: 20px;
  transition: all 0.2s;
  margin-bottom: 20px;
}

.powerplant_button_wrapper a:hover {
  opacity: 1 !important;
}

.map_wrapper a:hover {
  opacity: 1 !important;
}

.powerplant_button:hover {
  color: #ffffff !important;
}

.powerplant_button#btn-cambodia:hover {
  background-color: #f9c62e;
}

.powerplant_button#btn-vietnam:hover {
  /*background-color: #3a9fd0;*/
  background-color: #13ae67;
}

.powerplant_button#btn-taiwan:hover {
  background-color: #c9a063;
}

.powerplant_button#btn-tohoku:hover {
  background-color: #57b3db;
}

.powerplant_button#btn-kanto:hover {
  background-color: #00b900;
}

.powerplant_button#btn-kanto-chugoku:hover {
  background-color: #00b900;
}

.powerplant_button#btn-chugoku:hover {
  background-color: #ff5057;
}

.powerplant_button#btn-kyushu:hover {
  background-color: #601986;
}

.powerplant_button#btn-cambodia.active {
  background-color: #f9c62e;
  color: #ffffff;
}

.powerplant_button#btn-vietnam.active {
  /*background-color: #3a9fd0;*/
  background-color: #13ae67;
  color: #ffffff;
}

.powerplant_button#btn-taiwan.active {
  background-color: #c9a063;
  color: #ffffff;
}

.powerplant_button#btn-tohoku.active {
  background-color: #57b3db;
  color: #ffffff;
}

.powerplant_button#btn-kanto.active {
  background-color: #00b900;
  color: #ffffff;
}

.powerplant_button#btn-kanto-chugoku.active {
  background-color: #00b900;
  color: #ffffff;
}

.powerplant_button#btn-chugoku.active {
  background-color: #ff5057;
  color: #ffffff;
}

.powerplant_button#btn-kyushu.active {
  background-color: #601986;
  color: #ffffff;
}

ul.powerplant_half {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 15px;
}

ul.powerplant_half li {
  overflow: hidden;
  position: relative;
  width: 50%;
  float: left;
  padding-right: 2.5%;
}

ul.powerplant_half li:nth-child(2n+2) {
  float: left;
  padding-left: 2.5%;
  padding-right: 0;
}

ul.powerplant_half li img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.no_padding {
  padding: 0 !important;
}

.text_center {
  text-align: center !important;
}

.img_powerplant_01 {
  width: 52% !important;
}

.img_powerplant_02 {
  width: 48% !important;
}

.img_powerplant_01.en {
  width: 57.5% !important;
}

.img_powerplant_02.en {
  width: 42.5% !important;
}

.img_powerplant_03 {
  width: 100% !important;
}

.img_powerplant_04 {
  width: 70% !important;
}

.img_powerplant_05 {
  width: 100% !important;
  margin-bottom: 40px;
  padding: 0 30px !important;
  margin-top: 40px;
}

.img_powerplant_06 {
  width: 100% !important;
}

.powerplant_box ul.powerplant_half {
  margin-bottom: 30px;
}

.img_powerplant_07 {
  width: 49.5% !important;
  height: 0 !important;
  padding: 28.125% 0 0 0 !important;
  margin: 1% 0.5% 0 0 !important;
  object-fit: cover !important;
}

.img_powerplant_08 {
  width: 49.5% !important;
  height: 0 !important;
  padding: 28.125% 0 0 0 !important;
  margin: 1% 0 0 0.5% !important;
  object-fit: cover !important;
}

.img_powerplant_09 {
  width: 49.5% !important;
  height: 0 !important;
  padding: 28.125% 0 0 0 !important;
  margin: 1% 0.5% 0 0 !important;
  object-fit: cover !important;
}

.img_powerplant_10 {
  width: 49.5% !important;
  height: 0 !important;
  padding: 28.125% 0 0 0 !important;
  margin: 1% 0 0 0.5% !important;
  object-fit: cover !important;
}

.img_powerplant_07 span, .img_powerplant_08 span, .img_powerplant_09 span, .img_powerplant_10 span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

ul.powerplant_list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0;
  text-align: center;
}

ul.powerplant_list li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 50px 0 40px 0;
  text-align: center;
  background-color: var(--color_secondary);
}

ul.powerplant_list li:nth-child(2n+2) {
  background-color: #ffffff;
}

ul.powerplant_list li h2 {
  margin-bottom: 20px;
}

ul.powerplant_list li a:hover {
  opacity: 1 !important;
}

.powerplant_panel_area {
  overflow: hidden;
  position: relative;
  width: calc(100% - 40px);
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.powerplant_panel {
  overflow: hidden;
  position: relative;
  width: 280px;
  height: 280px;
  background-color: #ffffff;
  border: solid 1px #c8c8c8;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 10px;
}

.powerplant_panel_img {
  background-color: #f6f6f6;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
}

.powerplant_panel_img span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(1.05);
  transition: all 0.5s;
}

.powerplant_panel:hover .powerplant_panel_img span {
  filter: brightness(82%);
  transform: scale(1);
}

.powerpoint_panel_title {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 86px;
  padding: 0.4em 1em;
  text-align: left;
}

.powerpoint_panel_title_inner {
  width: calc(100% - 2em);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.powerpoint_panel_title h3 {
  overflow: hidden;
  position: relative;
  color: #323232 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  max-height: 3em;
  transition: all 0.5s;
}

ul.powerplant_list li a:hover h3 {
  color: #337ab7 !important;
}

.powerpoint_panel_title p {
  overflow: hidden;
  position: relative;
  color: #323232 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  margin: 0 0 1em 0 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  max-height: 1.5em;
}

#powerplant_bg_base {
  overflow: hidden;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 1645px;
  background-image: url(/resource/img/powerplant/bg-default.jpg);
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

/*
#powerplant_bg {
  overflow: hidden;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 1645px;
  background-image: url(/resource/img/powerplant/bg-default.jpg);
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
*/

.gradient {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(white, rgba(211, 237, 251, 0.5));
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.container-fluid.powerplant_full {
  padding: 0;
}

.map_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.map_base {
  overflow: hidden;
  position: relative;
  width: 900px;
  height: 714px;
  margin-bottom: 0 !important;
}

.map_front {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  height: 714px;
  margin-bottom: 0 !important;
  pointer-events: none;
}

#color_tohoku {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 648.221px;
  top: 191.281px;
  width: 104.0691px;
  height: 227.921px;
  margin-bottom: 0 !important;
  transition: all 0.2s;
  opacity: 0;
}

#color_kanto {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 618.479px;
  top: 403.453px;
  width: 97.0562px;
  height: 107.9562px;
  margin-bottom: 0 !important;
  transition: all 0.2s;
  opacity: 0;
}

#color_chugoku {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 317.43px;
  top: 473.954px;
  width: 145.7337px;
  height: 81.2427px;
  margin-bottom: 0 !important;
  transition: all 0.2s;
  opacity: 0;
}

#color_kyushu {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 263.738px;
  top: 545.22px;
  width: 99.2526px;
  height: 140.0639px;
  margin-bottom: 0 !important;
  transition: all 0.2s;
  opacity: 0;
}

#color_taiwan {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 376.9061px;
  top: 68.4002px;
  width: 37.4777px;
  height: 72.4053px;
  margin-bottom: 0 !important;
  transition: all 0.2s;
  opacity: 0;
}

#color_vietnam {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 3.6326px;
  top: 111.9132px;
  width: 149.798px;
  height: 309.9051px;
  margin-bottom: 0 !important;
  transition: all 0.2s;
  opacity: 0;
}

#color_cambodia {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 12.3962px;
  top: 295.3698px;
  width: 100.267px;
  height: 89.9731px;
  margin-bottom: 0 !important;
  transition: all 0.2s;
  opacity: 0;
}

.map_japan {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.map_world {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.gradient {
  background: linear-gradient(white, rgba(211, 237, 251, 0.5));
}

ul.powerplant_list li h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.contents h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.03em;
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}

#google_translate_element {
  float: right;
}

.btn_website {
  cursor: pointer;
  width: auto;
  height: 25px;
  line-height: 23px;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 1em;
  border: solid 1px #c8c8c8;
  box-sizing: border-box;
  transition: all 0.3s;
  vertical-align: baseline;
  position: relative;
  top: -3px;
  margin-left: 20px;
}

.btn_website:hover {
  background-color: var(--color_primary);
}

.it_movies_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height auto;
  margin-top: 50px;
  cursor: pointer;
}

.it_movies {
  overflow: hidden;
  position: relative;
  width: auto;
  height auto;
  margin: 0 20px 5px 0;
  float: left;
}

.it_movies img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height auto;
}

.heading_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 177px;
}

.heading_area h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
  margin-top: 100px;
}

.heading_bar_base {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom: solid 5px var(--color_background);
  box-sizing: border-box;
  z-index: 0;
}

.heading_bar {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((100% - var(--container)) / 2);
  height: 5px;
  border-bottom: solid 5px var(--color_primary);
  box-sizing: border-box;
  z-index: 1;
}

.energy_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.energy_heading_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 11px;
}

.energy_bar_base {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: solid 3px var(--color_background);
  box-sizing: border-box;
  z-index: 0;
}

.energy_bar {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  border-bottom: solid 3px var(--color_primary);
  box-sizing: border-box;
  z-index: 1;
}

.energy_title {
  line-height: 1.5;
  font-size: 3.0rem;
  font-weight: 700;
}

.energy_slogan {
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}

.energy_box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 22px;
  padding: 33px 0;
}

.energy_box_title {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.energy_box_description {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.energy_box_image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.energy_background {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  object-position: 0% 0%;
}

.energy_background.overflow {
  top: -120px;
  width: 100%;
  height: calc(100% + 120px);
}

.energy_box_title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.energy_box_title p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.red {
  color: #d50e19 !important;
}

.green {
  color: #8fc31f !important;
}

.energy_box_description {
  font-weight: 700;
}

.energy_box_description p {
  font-weight: 700;
}

.energy_container {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: var(--container);
  height: auto;
}

.width190 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 190px;
  height: auto;
}

.width340 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 340px;
  height: auto;
}

.width440 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 440px;
  height: auto;
}

.width480 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 480px;
  height: auto;
}

.width490 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 490px;
  height: auto;
}

.width600 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
}

.width640 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 640px;
  height: auto;
}

.height300 {
  height: auto;
  min-height: 166px;
}

.size-full {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.no_margin {
  margin: 0 !important;
}

.visible {
  overflow: visible !important;
}

.z-index {
  z-index: 3 !important;
}

.left {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  float: left;
}

.right {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  float: right;
}

.button {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: auto;
  height: 60px;
  text-align: center;
  padding: 0 90px 0 60px;
  background-color: var(--color_primary);
  color: var(--color_font);
  font-size: 1.8rem;
  font-weight: 700;
  transition: all 0.2s;
  background-image: url(../images/common/new_window.svg);
  background-size: 30px 30px;
  background-position: calc(100% - 50px) 49%;
  background-repeat: no-repeat;
}

.button:hover {
  background-color: var(--color_font);
  color: var(--color_primary);
  background-image: url(../images/common/new_window_hover.svg);
  background-size: 30px 30px;
  background-position: calc(100% - 50px) 49%;
  background-repeat: no-repeat;
}

ul.energy_box_list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.energy_box_list li {
  float: left;
  overflow: hidden;
  position: relative;
  width: 49%;
  height: auto;
  margin-right: 2%;
  margin-top: 11px;
}

ul.energy_box_list li:nth-child(2n+2) {
  margin-right: 0;
}

.energy_box_thumbnail {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
  margin-bottom: 5.5px;
}

ul.logo_list {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  margin-top: 0;
}

ul.logo_list li {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  float: left;
  text-align: center;
  margin-right: 33px;
}

ul.logo_list li img {
  overflow: hidden;
  position: relative;
  width: auto;
  max-width: 300px;
  height: 100px;
  object-fit: contain;
  object-position: 50% 50%;
  margin-bottom: 0;
}

ul.logo_list li a {
  cursor: pointer;
  color: #0075ba;
  font-weight: 500;
  text-decoration: underline;
}

ul.logo_list li p {
  margin-bottom: 0;
}

ul.it_box_title {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}

ul.it_box_title li {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  margin-right: 33px;
}

.it_box_logo {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 150px;
  height: 100%;
  max-height: 50px;
}

.normal {
  font-weight: 400 !important;
}

.normal p {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.medium p {
  font-weight: 500 !important;
}

table.table, table.table>tbody {
  border-collapse: collapse;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 22px 0;
  text-align: left;
}

table.table tr {
  box-sizing: border-box;
}

table.table tr>th {
  border: solid 1px var(--color_border);
  box-sizing: border-box;
  background-color: var(--color_primary);
  overflow: hidden;
  position: relative;
  width: 225px;
  padding: 11px 22px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  z-index: -1;
}

table.table tr>td {
  border: solid 1px var(--color_border);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 11px 22px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}

.border_bottom {
  border-bottom: solid 4px var(--color_border);
  box-sizing: border-box;
}

.border_bottom:last-child {
  border-bottom: none;
}

.healthcare_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.healthcare_background {
  overflow: hidden;
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.megamenu {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s;
  opacity: 0;
  pointer-events: none;
}

.megamenu.active {
  opacity: 1;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}

.megamenu_TOP {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s;
  opacity: 0;
  pointer-events: none;
}

.megamenu_TOP.active {
  opacity: 1;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}

.megamenu_Bus {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s;
  opacity: 0;
  pointer-events: none;
}

.megamenu_Bus.active {
  opacity: 1;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}

.megamenu_IR {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s;
  opacity: 0;
  pointer-events: none;
}

.megamenu_IR.active {
  opacity: 1;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}

.megamenu_Rec {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s;
  opacity: 0;
  pointer-events: none;
}

.megamenu_Rec.active {
  opacity: 1;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}

.megamenu_Csr {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s;
  opacity: 0;
  pointer-events: none;
}

.megamenu_Csr.active {
  opacity: 1;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}

.megamenu_ullist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 300px; /* 任意の高さを設定 */
}
/*
.megamenu_Bus {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s;
  opacity: 0;
  pointer-events: none;
}

.megamenu_Bus.active {
  opacity: 1;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}
*/

.megamenu_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: calc(100% - var(--gap_pc) - var(--gap_pc));
  height: auto;
  padding: 44px 33px;
  background-color: #FFF;
  border-radius: 22px;
  margin: var(--header_pc) auto 0 auto;
  pointer-events: auto !important;
}


.megamenu_area_All{
  padding: 20px;
  padding-top: 40px;
}

ul.megamenu_list_All {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

ul.megamenu_list_All li {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  padding-left: 10px;
  padding-right: 33px;
  font-size: 19px;
}

ul.megamenu_list_All li:first-child {
  border-right: solid 1px var(--color_border);
  box-sizing: border-box;
  padding-right: 66px;
  margin-right: 15px;
  white-space: nowrap;
  font-size: 20px;
}

ul.megamenu_list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

ul.megamenu_list li {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  padding-left: 33px;
  padding-right: 33px;
}

ul.megamenu_list li:first-child {
  border-right: solid 1px var(--color_border);
  box-sizing: border-box;
  padding-right: 66px;
  margin-right: 33px;
  white-space: nowrap;
}


.megamenu_title {
  font-size: 2.2rem;
  font-weight: 700;
}

.megamenu_underline {
  font-size: 2.0rem;
  font-weight: 700;
  width: max-content;
  border-bottom: solid 3px var(--color_primary);
  box-sizing: border-box;
  padding-bottom: 5.5px;
  margin-bottom: 11px;
}

.megamenu_items_area {
  break-inside: avoid;
}

.megamenu_items {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  column-count: 2;
}

.megamenu_heading {
  width: max-content;
  height: auto;
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 11px;
  margin-bottom: 11px;
  line-height: 1.5;
}

.megamenu_All_heading {
  width: max-content;
  height: auto;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 11px;
  line-height: 1.5;
}

.megamenu_item {
  width: max-content;
  max-width: 250px;
  height: auto;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  word-wrap: break-word;
  margin-bottom: 2px;
  text-decoration: underline;
}

ul#year li a {
  pointer-events: none;
}

.footer_addreses {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: var(--gap_sp);
}

.footer_addreses p {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.footer_addreses p.small {
  overflow: hidden;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  font-size: 1.2rem;
  color: #DDA0DD;
  margin: 11px 0 0 0;
}

.notfound {
  font-size: 7.0rem;
  font-weight: 700;
  line-height: 1.5;
}

section.recruit {
  padding: 100px 0 70px 0;
}

section.recruit.recruit_entry {
  padding: 50px 0;
}

section.recruit h3 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color_font);
  margin-bottom: 1em;
}

section.recruit h5 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color_font);
  margin-bottom: 1em;
}

.recruit_main_visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #c0c0c0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recruit_main_visual span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoomout forwards 20s ease;
}

.begreen {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 452.7646px;
  height: auto;
  margin: 3em auto 0 auto;
}

section.recruit_heading {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 500px;
  margin-top: 0px;   /*-200を変更20240305*/
  padding-top: 100px;
  padding-bottom: 0px;
}

section.recruit_heading .polygon {
  background-color: var(--color_primary);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0,
      100% 100%,
      100% 100%,
      0 100%);
  z-index: -1;
}

section.recruit_heading h2 {
  margin-bottom: 2em;
}

section.recruit_heading h3 {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color_font);
  margin-bottom: 1em;
}

.recruit_business_key_visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 650px;
  background-color: #c0c0c0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recruit_business_key_visual span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@keyframes zoomout {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1.0);
  }
}

.recruit_slogan_white {
  overflow: hidden;
  position: relative;
  width: calc(100% - 300px);
  max-width: 695.7646px;
  height: auto;
  margin-top: var(--header_pc);
  margin-left: var(--gap_pc);
}

.area_anchor {
  overflow: hidden;
  position: fixed;
  top: calc(50% - var(--header_pc));
  right: 0;
  width: 250px;
  height: auto;
  padding: var(--gap_sp) 0 var(--gap_sp) var(--gap_pc);
  background-color: rgba(255, 255, 255, 0.64);
  transition: all 0.2s;
  z-index: 3;
}

.link_anchor {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  line-height: 2;
  margin: 6px 0;
  padding-bottom: 3px;
}

.link_anchor p {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0;
}

.line_anchor {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 3px;
  background-color: var(--color_primary);
  opacity: 0;
  transition: all 0.2s;
}

.area_anchor:hover {
  background-color: rgba(255, 255, 255, 0.82);
}

.link_anchor:hover .line_anchor {
  left: 0;
  opacity: 1;
}

.link_entry {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 66px;
  background-color: var(--color_primary);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: all 0.2s;
}


.link_entry p {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0;
}

.link_entry:hover {
  background-color: var(--color_font);
}

.link_entry:hover p {
  color: var(--color_primary);
}

.title_recruit_message {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 406.0298px;
  height: auto;
  z-index: 0;
}

.title_recruit_business {
  overflow: hidden;
  position: absolute;
  top: 235px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 421.1035px;
  height: auto;
  z-index: 0;
}

.title_recruit_culture {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 335.5918px;
  height: auto;
  z-index: 0;
}

.title_recruit_entry {
  overflow: hidden;
  position: absolute;
  top: 130px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 248.2159px;
  height: auto;
  z-index: 0;
}

.title_recruitment {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 585.3228px;
  height: auto;
  z-index: 0;
}

.recruit_heading_container {
  padding-top: 200px;
}

.area_business {
  overflow: hidden;
  position: absolute;
  top: calc(50% - 125px);
  left: 0;
  width: auto;
  max-width: 520px;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.64);
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.area_business.rightpanel {
  left: auto;
  right: 0;
}

.title_recruit_number {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 143.998px;
  margin-left: var(--gap_pc);
}

.recruit_card {
  overflow: hidden;
  position: relative;
  width: auto;
  max-width: 250px;
  height: auto;
  margin: 0 var(--gap_pc);
}

.recruit_card p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}

.recruit_card p:first-child {
  font-weight: 500;
}

.recruit_card h4 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2;
  margin: 0;
}

.column_service.odd {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding-left: calc((100% - var(--container)) / 2);
  padding-bottom: 80px;
}

.column_service.odd .description_service {
  overflow: hidden;
  position: relative;
  width: 60%;
  height: auto;
  float: left;
  padding-right: 50px;
}

.column_service.odd .description_service p {
  margin-bottom: 3em;
}

.column_service.odd .image_service {
  overflow: hidden;
  position: relative;
  width: 40%;
  max-width: 650px;
  height: auto;
  float: right;
  z-index: 1;
}

.column_service.even {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: calc((100% - var(--container)) / 2);
  padding-bottom: 80px;
}

.column_service.even .description_service {
  overflow: hidden;
  position: relative;
  width: 60%;
  height: auto;
  float: right;
  padding-left: 50px;
  padding-right: 0;
}

.column_service.even .description_service p {
  margin-bottom: 3em;
}

.column_service.even .image_service {
  overflow: hidden;
  position: relative;
  width: 40%;
  max-width: 650px;
  height: auto;
  float: left;
  z-index: 1;
}

.column_service.full {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding-left: calc((100% - var(--container)) / 2);
  padding-right: calc((100% - var(--container)) / 2);
  padding-bottom: 0;
  margin-bottom: 0;
}

.column_service.full .description_service {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  float: none;
  padding-left: 0;
}

.column_service.full .description_service p {
  margin-bottom: 3em;
}

section.insertion {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #FFF;
  color: #FFF;
  padding: 50px 0;
}

section.insertion h2 {
  color: #FFF;
  margin: 0;
}

section.recruit_sdgs {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #FFF;
}

section.recruit_sdgs h3 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color_font);
  margin-bottom: 1em;
}

ul.list_images {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 33px;
  margin-bottom: 110px;
}

ul.list_images li {
  overflow: hidden;
  position: relative;
  width: 48%;
  height: auto;
  margin-right: 4%;
  margin-bottom: 11px;
  float: left;
  text-align: center;
}

ul.list_images li:nth-child(2n+2) {
  margin-right: 0;
}

ul.list_images li img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
}

ul.list_images li p {
  margin-bottom: 0;
}

ul.list_recruit_sdgs {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 33px;
  margin-bottom: 33px;
}

ul.list_recruit_sdgs li {
  overflow: hidden;
  position: relative;
  width: 12.571428%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  text-align: center;
}

ul.list_recruit_sdgs li:nth-child(7n+7) {
  margin-right: 0;
}

ul.list_recruit_sdgs li img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}

button.btn_readmore {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 250px;
  height: 55px;
  text-align: center;
  border: 1px solid #969696;
  box-sizing: border-box;
  background-color: #FFF;
  color: var(--color_font);
  font-size: 1.8rem;
  font-weight: 700;
  transition: all 0.2s;
}

button.btn_readmore:hover {
  background-color: var(--color_font);
  color: #FFF;
}

table.tbl_recruitment, table.tbl_recruitment>tbody {
  border-collapse: collapse;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 70px 0 50px 0;
  text-align: left;
}

table.tbl_recruitment tr {
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
}

table.tbl_recruitment tr>th {
  overflow: hidden;
  position: relative;
  width: 140px;
  padding: 1em 0;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background-color: var(--color_secondary);
  z-index: -1;
  vertical-align: middle;
}

table.tbl_recruitment tr>td {
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 1em 2em;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}

section.recruit_heading_entry {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 300px;
  padding: 0;
  margin-top: -100px;
}

section.recruit_heading_entry .polygon {
  background-color: var(--color_primary);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0,
      100% 100%,
      100% 100%,
      0 100%);
  z-index: -1;
}

section.recruit_heading_midcareer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 300px;
  padding: 0;
  margin-top: -100px;
}

section.recruit_heading_midcareer .polygon {
  background-color: var(--color_primary);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0,
      100% 100%,
      100% 100%,
      0 100%);
  z-index: -1;
}

.recruit_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 450px;
}

.show_more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: linear-gradient(180deg,
      rgb(255, 255, 255, 0) 33%,
      rgb(255, 255, 255, 1) 100%);
  cursor: pointer;
  transition: bottom 0.2s;
  z-index: 2;
}

.show_more.active {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  text-align: center;
  background: none;
  cursor: pointer;
  transition: bottom 0.2s;
}

.btn_show_more {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - var(--gap_pc) - var(--gap_pc));
  max-width: var(--container);
  height: 55px;
  border: 1px solid #969696;
  box-sizing: border-box;
  background-color: #FFF;
  background-image: url(../images/recruit/icon_plus.svg);
  background-size: 25px 25px;
  background-position: calc(50% + 5em) 50%;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 53px;
  font-size: 1.8rem;
  font-weight: 700;
  transition: all 0.2s;
}

.btn_show_more:hover {
  opacity: 0.5;
}

.show_more.active .btn_show_more {
  background-image: url(../images/recruit/icon_minus.svg);
}

section.recruit_sdgs .column_service.odd {
  padding-left: 0;
  padding-bottom: 0;
}

section.recruit_sdgs .image_service {
  max-width: 440px !important;
}

section.recruit_entry .column_service.full {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1166px) {
  .column_left {
    padding-left: var(--gap_pc);
  }

  section.link .column_half.left {
    padding-left: var(--gap_pc);
  }

  .corporate_wrapper {
    padding-left: var(--gap_pc);
  }

  .column_service {
    padding-left: var(--gap_pc);
  }
}

@media screen and (max-width: 1146px) {
  ul.list_nav_footer li:first-child .column {
    columns: 1;
  }

  ul.list_nav_footer li:first-child {
    width: 80%;/*25*/
  }

  ul.list_nav_footer li {
    overflow: hidden;
    position: relative;
    width: 25%;
    height: auto;
    float: left;
  }

  footer .copyright {
    overflow: hidden;
    position: relative;
    width: 185px;
    height: auto;
    min-height: 250px;
    float: left;
  }

  footer .copyright small {
    overflow: hidden;
    position: absolute;
    left: 22px;
    bottom: 15px;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
  }

  footer .area_logo_footer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  footer .area_logo_footer img {
    overflow: hidden;
    position: relative;
    width: auto;
    height: 30px;
    margin-top: -5px;
  }

  footer .area_nav_footer {
    overflow: hidden;
    position: relative;
    width: auto;
    height: auto;
    float: none;
    margin-left: 185px;
    padding: 30px 30px;
  }
}

@media screen and (max-width: 1166px) {
  .column_service.odd {
    padding-left: var(--gap_pc);
  }

  .column_service.even {
    padding-right: var(--gap_pc);
  }

  .column_service.full {
    padding-left: var(--gap_pc);
    padding-right: var(--gap_pc);
  }


}

@media screen and (max-width: 1123px) {

  header .list_nav_header,
  header .list_icon_header {
    display: none;
  }

  .menu_trigger {
    display: block;
  }

  header>.container {
    height: var(--header_sp);
  }

  .area_logo_header {
    max-width: 185px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .area_logo_header .logo img {
    height: var(--logo_sp);
    margin-top: -5px;
  }

  section.header.ir_header {
    padding: 150px 0 30px 0;
    color: #fff;
  }


}

@media screen and (max-width: 1100px) {
  .container.business_container.no_padding_right {
    max-width: 100%;
    padding: 0 var(--gap_pc);
  }

  .container.business_container.no_padding_right.sub_section {
    max-width: 100%;
    padding: 0 0 0 66px;
  }
}

@media screen and (max-width: 1023px) {
  section.recruit .description_service {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    padding-right: var(--gap_pc);
  }

  .image_service {
    overflow: hidden;
    position: absolute;
    width: auto;
    max-width: 50%;
    height: 100%;
    float: none;
    top: 0;
    right: 0;
    z-index: -1;
    max-height: 750px;
    object-fit: cover;
  }

  section.recruit_heading {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    margin-top: 0px; /*-200を変更20240305*/
    padding-top: 100px;
    padding-bottom: 0;
  }

  .area_business {
    overflow: hidden;
    position: absolute;
    top: auto;
    left: 0;
    width: auto;
    max-width: 520px;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.64);
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
  }

  .recruit_business_key_visual.leftpanel span {
    background-position: 60% 50%;
  }

  .recruit_business_key_visual.rightpanel span {
    background-position: 20% 50%;
  }
}

@media screen and (max-width: 1000px) {
  .view1000 {
    display: none;
  }

  footer .copyright {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 50px;
    float: none;
  }

  footer .area_nav_footer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    margin-left: auto;
    padding: 30px var(--gap_sp) 0 var(--gap_sp);
  }

  .copyright_sp {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .menu_title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 859px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  #powerplant_bg_base, #powerplant_bg {
    display: none;
  }

  .img_powerplant_04 {
    width: 100% !important;
    padding: 0 15% !important;
  }

  table.powerplant_tbl tr th {
    width: auto;
  }

  .powerplant_heading {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 900px !important;
    margin: 50px auto 40px auto;
    text-align: center;
    font-size: 24px !important;
    font-weight: 400 !important;
  }

  ul.powerplant_list li {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 0 40px 0;
    text-align: center;
    background-color: var(--color_secondary);
  }

  ul.powerplant_list h2 {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  section.numbering {
    padding: 0;
    background-color: var(--color_background);
    width: 100%;
    height: 350px;
  }

  .area_numbering {
    overflow: hidden;
    position: relative;
    width: 150px;
    height: 350px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bg_numbering {
    overflow: hidden;
    position: relative;
    width: auto;
    height: 350px;
    float: none;
    margin-left: 150px;
  }

  .title_01 {
    overflow: hidden;
    position: relative;
    width: 80px;
    height: auto;
  }

  .title_02 {
    overflow: hidden;
    position: relative;
    width: 80px;
    height: auto;
  }

  .title_03 {
    overflow: hidden;
    position: relative;
    width: 80px;
    height: auto;
  }

  .title_04 {
    overflow: hidden;
    position: relative;
    width: 80px;
    height: auto;
  }

  .heading_area {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 120px;
  }

  .heading_area.en {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
  }

  .heading_bar_base {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-bottom: solid 5px var(--color_background);
    box-sizing: border-box;
    z-index: 0;
  }

  .heading_bar {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 5px;
    border-bottom: solid 5px var(--color_primary);
    box-sizing: border-box;
    z-index: 1;
  }

  .title_green_energy {
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: var(--gap_sp);
    width: auto;
    max-width: 642.6981px;
    height: 80px;
    z-index: 0;
  }

  .title_construction_machinery {
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: var(--gap_sp);
    width: auto;
    max-width: 1139.0564px;
    height: 80px;
    z-index: 0;
  }

  .title_it_business {
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: var(--gap_sp);
    width: auto;
    max-width: 543.9209px;
    height: 61px;
    z-index: 0;
  }

  .title_healthcare {
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: var(--gap_sp);
    width: auto;
    max-width: 512.0479px;
    height: 61px;
    z-index: 0;
  }

  .heading_area h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
    margin-top: 65px;
  }

  h6 {
    font-size: 2.5rem;
    font-weight: 500;
    margin: 40px 0 30px 0;
    line-height: 1.5;
  }

  .container.business_container.no_padding_right {
    max-width: 100%;
    padding: 0 var(--gap_sp);
  }

  .energy_area {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
  }

  .energy_heading_area {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 11px;
  }

  .energy_title {
    line-height: 1.5;
    font-size: 2.2rem;
    font-weight: 700;
  }

  .container.business_container.sub_section {
    padding-left: 44px;
  }

  .container.business_container.no_padding_right.sub_section {
    max-width: 100%;
    padding: 0 0 0 44px;
  }

  .width490 {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 290px;
    height: auto;
  }

  .left {
    overflow: hidden;
    position: relative;
    width: calc(100% - 120px);
    height: auto;
    float: left;
  }

  .width190 {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 120px;
    height: auto;
  }

  .energy_box_title {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 22px;
  }

  .energy_container {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-right: var(--gap_sp);
  }

  .energy_box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 11px;
    padding: 33px 0 11px 0;
  }

  .width340 {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 180px;
    height: auto;
  }

  .wrapper.mb22 {
    margin-bottom: 0 !important;
  }

  .wrapper.mb33 {
    margin-bottom: 0 !important;
  }

  .wrapper.mb55 {
    margin-bottom: 22px !important;
  }

  ul.logo_list li {
    overflow: hidden;
    position: relative;
    width: auto;
    height: auto;
    float: left;
    text-align: left;
    margin-right: 22px;
  }

  em {
    font-size: 2.2rem;
    font-weight: 700;
    font-style: normal;
  }

  .energy_slogan {
    line-height: 1.5;
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 22px;
    letter-spacing: 0.04em;
  }

  .energy_box_title p {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 0 !important;
  }

  .button {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: auto;
    height: 50px;
    text-align: center;
    padding: 0 55px 0 35px;
    background-color: var(--color_primary);
    color: var(--color_font);
    font-size: 1.6rem;
    font-weight: 700;
    transition: all 0.2s;
    background-image: url(../images/common/new_window.svg);
    background-size: 20px 20px;
    background-position: calc(100% - 30px) 49%;
    background-repeat: no-repeat;
  }

  .button:hover {
    background-color: var(--color_font);
    color: var(--color_primary);
    background-image: url(../images/common/new_window_hover.svg);
    background-size: 20px 20px;
    background-position: calc(100% - 30px) 49%;
    background-repeat: no-repeat;
  }

  ul.energy_box_list li p {
    font-size: 1.2rem;
  }

  .energy_background {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -44px;
    width: calc(100% + 44px);
    height: 100%;
    object-fit: cover;
    z-index: -1;
    object-position: 50% 50%;
  }

  .energy_box_title p {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 0 !important;
  }

  .energy_background.overflow {
    top: -94px;
    width: calc(100% + 44px);
    height: calc(100% + 94px);
  }

  table.table tr>th {
    border: solid 1px var(--color_border);
    box-sizing: border-box;
    background-color: var(--color_primary);
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 11px 22px;
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    z-index: -1;
    display: block;
  }

  table.table tr>td {
    border: solid 1px var(--color_border);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 11px 22px;
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    display: block;
  }


  /*
  .title_green_energy {
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: var(--gap_sp);
    width: calc(100% - var(--gap_sp) - var(--gap_sp));
    max-width: 642.6981px;
    height: auto;
    z-index: 0;
  }
  */

  .container {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: calc(var(--container) + var(--gap_sp) + var(--gap_sp));
    height: auto;
    padding: 0 var(--gap_sp);
    margin: 0 auto;
    
  }

  .slogan {
    overflow: hidden;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: calc(100% - (var(--gap_sp) * 2));
    height: auto;
    z-index: 0;
    padding-right: 0;
  }

  .scroll_down {
    display: none;
  }

  .list_menu_wrapper {
    padding: 22px 0 11px 0;
  }

  ul.list_menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  ul.list_menu a:last-child li {
    margin-right: 11px;
  }

  ul.list_menu li {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: 0 11px 11px 11px;
    text-align: center;
  }

  .menu_title {
    font-size: 1.2rem;
  }

  section {
    padding: 50px 0;
  }

  .section_title {
    font-size: 4.0rem;
  }

  .section_label {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  ul.list_category {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 200px;
    height: auto;
    float: right;
    margin-top: 5px;
  }

  ul.list_category li {
    width: 90px;
    height: 30px;
    line-height: 28px;
    font-size: 1.2rem;
  }

  .category_name {
    overflow: hidden;
    position: relative;
    width: 75px;
    height: 20px;
    line-height: 17px;
    text-align: center;
    font-size: 1.0rem !important;
    font-weight: 500;
    border: solid 1px var(--color_border);
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
    display: block;
    margin-bottom: 8px;
  }

  time {
    overflow: hidden;
    position: relative;
    width: 145px;
    height: 20px;
    line-height: 18px;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    float: left;
    margin-right: 20px;
    color: var(--color_gray);
  }

  .news_title {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
  }

  ul.list_news li {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: solid 1px var(--color_border);
    box-sizing: border-box;
    padding: 15px 0 12px 0;
    background-image: none;
    background-size: 20px 20px;
    background-position: calc(100% - 30px) 50%;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }

  ul.list_news {
    clear: both;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .title_our_business {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 622.5215px;
    height: auto;
    z-index: 0;
    padding: 0 var(--gap_sp);
    margin-bottom: 30px;
  }

  .column_left {
    width: 100%;
    float: none;
    padding: 0 var(--gap_sp);
  }

  h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1em;
  }

  p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 1em;
  }

  .image_our_business {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: auto;
    z-index: 1;
    float: none;
    display: block;
  }

  .image_left {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 200px;
    object-fit: cover;
    z-index: 0;
    margin-bottom: 30px;
  }

  .column_number {
    overflow: hidden !important;
    position: relative !important;
    width: 110px !important;
    height: auto !important;
    float: left !important;
  }

  .contents_right {
    padding: 0 !important;
    width: auto !important;
    margin-left: 110px !important;
    float: none !important;
    margin-bottom: 30px !important;
  }

  .image_number {
    overflow: hidden;
    position: relative;
    width: auto;
    height: 85px;
    z-index: 1;
  }

  h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color_tertiary);
    margin-bottom: 0.5em;
  }

  .image_right {
    overflow: hidden;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 200px;
    object-fit: cover;
    z-index: 0;
    margin-bottom: 30px;
  }

  .column_number.right {
    float: left;
    padding-left: 0;
    width: 110px;
  }

  .contents_left {
    padding: 0;
    width: auto !important;
    float: none !important;
    margin-left: 110px;
    margin-bottom: 30px;
  }

  section.our_business {
    padding: 0 0 30px 0;
  }

  section.achievement {
    padding: 30px 0;
    margin-bottom: 25px;
  }

  .title_achievement {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 621.1396px;
    height: auto;
    z-index: 0;
    padding: 0 var(--gap_sp);
    margin-bottom: 30px;
  }

  ul.column_three {
    overflow: visible;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  ul.column_three li {
    float: none;
    overflow: visible;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
  }

  .map_of_japan {
    top: -35px;
    overflow: visible;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .heading {
    background-color: var(--color_background);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    border: solid 1px var(--color_background);
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0 50px;
    width: max-content;
    height: 30px;
    line-height: 26px;
    float: left;
    margin-right: 20px;
  }

  .view_more_wrapper .view_more {
    float: left;
    margin-top: 10px;
  }

  .column_half {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 20px;
  }

  ul.column_three li.combine {
    width: 100%;
  }

  .graph {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .co2 {
    top: 0;
    padding-left: 0;
  }

  ul.list_achievement li {
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 200px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 10px;
  }

  .image_achievement {
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 140px;
    object-fit: cover;
  }

  .name_achievement {
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 60px;
    padding: 5px 10px;
  }

  .name_achievement p {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0;
  }

  .name_achievement span {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
  }

  section.greeting {
    padding: 30px 0 0 0;
    margin-bottom: 20px;
    background-color: var(--color_background);
  }

  .title_greeting {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 392.7554px;
    height: auto;
    z-index: 0;
    padding: 0 var(--gap_sp);
    margin-bottom: 10px;
  }

  section.greeting .column_left {
    width: 100%;
    float: none;
    padding: 0 var(--gap_sp) 50px var(--gap_sp);
  }

  section.greeting .column_half {
    margin-bottom: 0;
  }

  .image_greeting {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 50% 0%;
  }

  section.sdgs {
    padding: 0;
    margin-bottom: 20px;
  }

  section.sdgs .container {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }

  .sdgs_wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.link .column_half {
    overflow: hidden;
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
  }

  section.link .column_half.left {
    padding-left: var(--gap_sp);
  }

  section.link .column_half.right {
    padding-left: var(--gap_sp);
  }

  .link_left {
    overflow: hidden;
    position: relative;
    width: max-content;
    height: auto;
    text-align: left;
    border-left: solid 5px #fff;
    padding-left: 15px;
  }

  .title_contact {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 367.4946px;
    height: auto;
    z-index: 0;
    padding: 0 var(--gap_sp);
    margin-bottom: 30px;
  }

  .btn_contact {
    overflow: hidden;
    position: relative;
    bottom: auto;
    right: auto;
    width: 250px;
    height: 50px;
    border: solid 1px var(--color_primary);
    box-sizing: border-box;
    background-color: var(--color_primary);
    color: var(--color_font);
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin: 0 auto;
  }

  section.contact {
    padding: 30px 0;
    height: auto;
  }

  .page_top {
    display: none;
  }

  ul.list_nav_footer li:first-child {
    width: 50%;
  }

  ul.list_nav_footer li {
    overflow: hidden;
    position: relative;
    width: 50%;
    height: auto;
    float: left;
    margin-bottom: 1em;
  }

  .title_nav_footer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .section_nav_footer::before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8;
    content: '─';
  }

  .section_nav_footer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8;
    padding-left: 20px;
  }

  .details_nav_footer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2;
    padding-left: 20px;
    text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-color: rgba(255, 255, 255, 0.5);
  }

  section.header {
    padding: 100px 0 0 0;
  }

  h1 {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .breadcrumbs {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding: 11.8px 0;
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: left;
    color: var(--color_font);
  }

  section.aboutus {
    padding: 30px 0;
  }

  .title_greeting {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 392.7554px;
    height: auto;
    z-index: 0;
    padding: 0 var(--gap_sp);
    margin-bottom: 10px;
  }

  .title_aboutus {
    width: 100%;
    max-width: 443.0381px;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit- transform: none;
    margin-top: 30px;
  }

  .image_wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .title_group_profile {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 622.4888px;
    height: auto;
    z-index: 0;
    padding: 0 var(--gap_sp);
    margin-bottom: 10px;
  }

  .group_container h2, .group_container h3 {
    margin-left: 0;
  }

  .group_container h2 {
    margin-bottom: 35px;
  }

  .group_container h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
  }

  ul.list_group {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    flex-wrap: wrap;
  }

  ul.list_group li {
    overflow: hidden;
    position: relative;
    width: 48%;
    height: auto;
    margin: 0;
    text-align: center;
    float: left;
    margin-right: 4%;
    margin-bottom: 11px;
  }

  ul.list_group li:nth-child(2n+2) {
    margin-right: 0;
  }

  .group_title {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .group_label {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  ul.list_group li img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 2px;
  }

  .title_philosophy {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 509.9605px;
    height: auto;
    z-index: 0;
    padding: 0 var(--gap_sp);
    margin-bottom: 10px;
  }

  h4 {
    font-size: 4.0rem;
    font-weight: 300;
    margin: 20px 0 30px 0;
    line-height: 1.3;
  }

  ul.list_items li {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    text-indent: -1em;
    margin-left: 1em;
    overflow: visible;
    position: relative;
    width: calc(100% - 1em);
    height: auto;
  }

  .imagee_philosophy {
    overflow: hidden;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 0;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .title_vision {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 278.8862px;
    height: auto;
    z-index: 0;
    padding: 0 var(--gap_sp);
    margin-bottom: 30px;
  }

  h3.underline {
    position: relative;
    color: var(--color_font);
    width: max-content;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 1.6rem;
  }

  h5 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 2;
  }

  .corporate_image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    align-items: center;
    margin-bottom: 20px;
  }

  .corporate_image span {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 30px;
  }

  .corporate_wrapper {
    padding: 0 var(--gap_sp);
  }

  .image_governance {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 50px auto;
    display: block;
  }

  .last_container {
    padding-bottom: 70px !important;
  }

  h2.company_profile {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
  }

  h1.company_profile {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 50px;
  }

  .title_profile {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 302.3638px;
    height: auto;
    z-index: 0;
    padding: 0 var(--gap_sp);
    margin-bottom: 30px;
  }

  table.basic, table.basic>tbody {
    border-collapse: collapse;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin: 35px 0 0 0;
    text-align: left;
  }

  table.basic tr>th {
    border-bottom: solid 4px var(--color_primary);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 120px;
    padding: 15px 0 15px 0;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 700;
  }

  table.basic tr>td {
    border-bottom: solid 1px var(--color_border);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 15px 0 15px 1em;
    line-height: 2;
    font-size: 1.4rem;
    font-weight: 400;
  }

  table.list_table tr>th {
    border: none !important;
    overflow: hidden;
    position: relative;
    width: max-content;
    min-width: 120px;
    padding: 0 2em 0 0;
    line-height: 2;
    font-size: 1.4rem;
    font-weight: 500;
  }

  table.list_table tr>td {
    border: none !important;
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 0;
    line-height: 2;
    font-size: 1.4rem;
    font-weight: 400;
  }

  .title_group {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 271.9746px;
    height: auto;
    z-index: 0;
    padding: 0 var(--gap_sp);
    margin-bottom: 10px;
  }

  .map {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
  }

  ul.list_movie li {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .movie {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
  }

  .title_topix {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 244.3521px;
    height: auto;
    z-index: 0;
    padding: 0 var(--gap_sp);
    margin-bottom: 10px;
  }

  ul.list_ir {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  ul.list_ir li {
    overflow: hidden;
    position: relative;
    width: calc(50% - 10px);
    min-width: 200px;
    float: none;
    margin-right: 0;
    margin: 0 5px;
  }

  .ir_image_wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ir_image_01 {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 60px;
    height: auto;
  }

  .ir_image_02 {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 60px;
    height: auto;
  }

  .ir_image_03 {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 70px;
    height: auto;
  }

  .ir_image_04 {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 130px;
    height: auto;
  }



  
  .ir_title {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    background-color: var(--color_background);
    margin-bottom: 10px;
  }




  .ir_description {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.8;
  }

  .title_overview_of_stock {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 865.17px;
    height: auto;
    z-index: 0;
    padding: 0 var(--gap_sp);
    margin-bottom: 30px;
  }

  table.sheets tr>th {
    border: none !important;
    overflow: hidden !important;
    position: relative !important;
    width: max-content !important;
    padding: 0 1em 0 0 !important;
    line-height: 2 !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    display: table-cell !important;
  }

  table.sheets tr>td {
    border: none !important;
    overflow: hidden !important;
    position: relative !important;
    width: auto !important;
    padding: 0 1em 0 0 !important;
    line-height: 2 !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    display: table-cell !important;
  }

  .title_ir_calendar {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 539.3999px;
    height: auto;
    z-index: 0;
    padding: 0 var(--gap_sp);
    margin-bottom: 30px;
  }

  section#calendar .size-full.mt30 {
    margin-top: 0 !important;
  }

  .calendar_date {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: auto;
    float: left;
    color: var(--color_gray);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .calendar_title {
    overflow: hidden;
    position: relative;
    width: auto;
    height: auto;
    float: none;
    margin-left: 120px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .container small {
    font-size: 1.2rem;
    line-height: 2;
  }

  .title_report {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 311.4849px;
    height: auto;
    z-index: 0;
    padding: 0 var(--gap_sp);
    margin-bottom: 10px;
  }

  ul.year_list {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .report_title {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    line-height: 1.5;
    font-size: 2.0rem;
    font-weight: 400;
    margin-bottom: 1em;
  }

  .report_name {
    overflow: hidden;
    position: relative;
    width: calc(100% - 120px);
    height: auto;
    float: left;
    background-color: var(--color_secondary);
    border-right: solid 1px var(--color_border);
    box-sizing: border-box;
    padding: 15px var(--gap_sp);
    font-size: 1.4rem;
  }

  .report_file {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: auto;
    float: none;
    background-image: url(../images/ir/icon_pdf.svg);
    background-size: 21.9088px 25px;
    background-position: 15px 50%;
    background-repeat: no-repeat;
    padding: 15px 0 15px 50px;
    font-size: 1.4rem !important;
    vertical-align: middle;
    display: table-cell;
  }

  input[type="submit"] {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 50px;
    border: solid 1px var(--color_primary);
    box-sizing: border-box;
    background-color: var(--color_primary);
    color: var(--color_font);
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
  }

  .column_service {
    padding-left: var(--gap_sp);
  }

  .area_anchor {
    display: none;
  }

  .recruit_slogan_white {
    width: calc(100% - var(--gap_sp) - var(--gap_sp));
    max-width: 452.7646px;
    margin-top: var(--header_sp);
    margin-left: auto;
    margin-right: auto;
  }

  .link_entry {
    width: 200px;
    height: 55px;
  }

  .link_entry p {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0;
  }

  section.recruit h3 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color_font);
    margin-bottom: 1em;
  }

  .title_recruit_message {
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: var(--gap_sp);
    width: auto;
    max-width: calc(100% - var(--gap_sp) - var(--gap_sp));
    height: 110px;
    z-index: 0;
  }

  section.recruit_heading .polygon {
    background-color: var(--color_primary);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 150vh 100%, 100% 100%, 0 100%);
    z-index: -1;
  }



  .title_recruit_business {
    overflow: hidden;
    position: absolute;
    top: 88px;
    left: var(--gap_sp);
    width: auto;
    max-width: calc(100% - var(--gap_sp) - var(--gap_sp));
    height: 90px;
    z-index: 0;
  }

  section.recruit_heading h2 {
    margin-bottom: 1em;
  }

  section.recruit_heading h3 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color_font);
    margin-bottom: 1em;
  }

  .area_business {
    overflow: hidden;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.64);
    color: #FFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 0;
  }

  .title_recruit_number {
    overflow: hidden;
    position: relative;
    width: auto;
    height: 90px;
    margin-left: var(--gap_pc);
  }

  .recruit_business_key_visual {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #c0c0c0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .recruit_card {
    overflow: hidden;
    position: relative;
    width: auto;
    max-width: max-content !important;
    height: auto;
    margin: 0 var(--gap_pc);
  }

  .recruit_card p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    margin: 0;
  }

  .recruit_card h4 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2;
    margin: 0;
  }

  section.recruit {
    padding: 100px 0 50px 0;
  }

  .column_service.odd {
    padding-left: var(--gap_sp);
    padding-right: var(--gap_sp);
    margin-top: 0 !important;
    padding-bottom: 50px;
  }

  .column_service.even {
    padding-left: var(--gap_sp);
    padding-right: var(--gap_sp);
    margin-top: 0 !important;
    padding-bottom: 50px;
  }

  .column_service.full {
    padding-left: var(--gap_sp);
    padding-right: var(--gap_sp);
    margin-top: 0 !important;
    padding-bottom: 0;
  }

  section.recruit h5 {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color_font);
    margin-bottom: 1em;
  }

  .column_service.odd .description_service {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    padding-right: 0;
  }

  .column_service.odd .image_service {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    float: none;
  }

  .column_service.even .description_service {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  .column_service.even .image_service {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    float: none;
  }

  .btn_show_more {
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - var(--gap_sp) - var(--gap_sp));
    max-width: var(--container);
    height: 44px;
    border: 1px solid #969696;
    box-sizing: border-box;
    background-color: #FFF;
    background-image: url(../images/recruit/icon_plus.svg);
    background-size: 25px 25px;
    background-position: calc(50% + 5em) 50%;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 42px;
    font-size: 1.6rem;
    font-weight: 700;
    transition: all 0.2s;
  }

  section.insertion {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: var(--color_background);
    color: #FFF;
    padding: 40px 0;
  }

  .title_recruit_culture {
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: var(--gap_sp);
    width: auto;
    max-width: 335.5918px;
    height: 90px;
    z-index: 0;
  }

  .recruit_wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 450px;
    padding-bottom: 30px;
  }

  section.recruit_sdgs .column_service.odd {
    margin-bottom: 33px !important;
  }

  ul.list_images {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 33px;
    margin-bottom: 55px;
  }

  ul.list_images li {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 11px;
    float: none;
    text-align: center;
  }

  ul.list_recruit_sdgs {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 33px;
    margin-bottom: 33px;
  }

  ul.list_recruit_sdgs li:nth-child(7n+7) {
    margin-right: 2%;
  }

  ul.list_recruit_sdgs li {
    overflow: hidden;
    position: relative;
    width: 18.4%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    text-align: center;
  }

  ul.list_recruit_sdgs li:nth-child(5n+5) {
    margin-right: 0;
  }

  button.btn_readmore {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 44px;
    text-align: center;
    border: 1px solid #969696;
    box-sizing: border-box;
    background-color: #FFF;
    color: var(--color_font);
    font-size: 1.6rem;
    font-weight: 700;
    transition: all 0.2s;
  }

  .title_recruitment {
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: var(--gap_sp);
    width: auto;
    max-width: 585.3228px;
    height: 90px;
    z-index: 0;
  }

  table.tbl_recruitment, table.tbl_recruitment>tbody {
    border-collapse: collapse;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin: 50px 0 50px 0;
    text-align: left;
  }

  section.recruit_heading_entry {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: -50px;
    padding-top: 133px;
    padding-bottom: 0;
  }

  section.recruit_heading_entry .polygon {
    background-color: var(--color_primary);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 150vh 100%, 100% 100%, 0 100%);
    z-index: -1;
  }

  section.recruit_heading_midcareer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: -50px;
    padding-top: 133px;
    padding-bottom: 0;
  }

  section.recruit_heading_midcareer .polygon {
    background-color: var(--color_primary);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 150vh 100%, 100% 100%, 0 100%);
    z-index: -1;
  }

  .title_recruit_entry {
    overflow: hidden;
    position: absolute;
    top: 88px;
    left: var(--gap_sp);
    width: auto;
    max-width: calc(100% - var(--gap_sp) - var(--gap_sp));
    height: 90px;
    z-index: 0;
  }

  .description_service {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    padding-right: 0;
  }

  .description_service.gap {
    width: 100%;
    padding: 0 var(--gap_sp);
  }

  .column_service.gap {
    padding: 0 var(--gap_sp);
  }

  .title_greeting_en {
    overflow: hidden;
    position: relative;
    top: 35px;
    left: var(--gap_sp);
    width: calc(100% - var(--gap_sp) * 2);
    max-width: 500px;
    height: auto;
    z-index: 0;
    margin-bottom: -4em;
  }

  .title_en {
    overflow: hidden;
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    padding: 0 var(--gap_sp);
    margin-bottom: -4em;
  }

  .space_1em {
    margin-bottom: -1em !important;
  }

  .space_2em {
    margin-bottom: -2em !important;
  }

  .header_our_business.en,
  .header_esg_sdgs.en {
    margin-bottom: 0 !important;
  }

  .title_profile.en {
    margin-top: 30px;
  }

  .heading_en {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 0 var(--gap_sp);
    margin-top: 35px;
    margin-bottom: 10px;
  }

  .heading_en.uppercase {
    margin-bottom: 20px;
  }

  .no_title {
    display: none;
  }

  .image_en {
    margin-top: 0;
  }
}

@media screen and (max-width: 599px) {
  ul.energy_box_list li {
    float: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 11px;
  }
}

@media screen and (max-width: 499px) {
  table.basic tr>th {
    border-bottom: solid 4px var(--color_primary);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: max-content;
    padding: 0 0 5px 0;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
  }

  table.basic tr>td {
    border-bottom: solid 1px var(--color_border);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 12px 0 15px 0;
    line-height: 2;
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
  }

  table.list_table tr>th {
    border: none !important;
    overflow: hidden;
    position: relative;
    width: 100% !important;
    min-width: 120px;
    padding: 0 !important;
    line-height: 2;
    font-size: 1.4rem;
    font-weight: 500;
  }

  table.list_table tr>td {
    border: none !important;
    overflow: hidden;
    position: relative;
    width: 100% !important;
    padding: 0;
    line-height: 2;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }

  .powerplant_map_right {
    top: auto;
    left: auto;
    bottom: 22%;
    right: 10%;
  }

  table.tbl_recruitment tr>th {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 1em 1em;
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
    background-color: var(--color_secondary);
    z-index: -1;
    vertical-align: middle;
    display: block;
  }

  table.tbl_recruitment tr>td {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 1.5em 1em;
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    display: block;
  }
}

@media screen and (max-width: 399px) {
  ul.list_nav_footer li:first-child {
    width: 100%;
  }

  ul.list_nav_footer li {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 1em;
  }

  .powerplant_panel {
    width: 250px;
    height: 250px;
  }

  .powerplant_panel_img {
    height: 170px;
  }
}


@media screen and (max-width: 382px) {
  ul.list_category {
    margin-top: 8px;
  }

  ul.list_category li {
    margin-top: 5px;
  }

  ul.list_category {
    max-width: 100px;
  }
}

@media screen and (max-width: 343px) {
  ul.list_menu li {
    max-width: 138px;
  }
}


/* 投資家情報:メール案内遷移　CSS */

.ir_button_title_mailnavi {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--color_primary);
  box-sizing: border-box;
  background-color: var(--color_primary);
  color: var(--color_font);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.ir_button_title_mailnavi:hover {
  border: solid 1px var(--color_background);
  background-color: var(--color_background);
  color: var(--color_primary);
}

.ir_button_description_mailnavi {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 90px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
}

.title_ir_mailnavi {
  overflow: hidden;
  position: relative;
  top: 35px;
  width: 100%;
  max-width: 700.4946px;
  height: auto;
  z-index: 0;
  padding: 0 var(--gap_sp);
  margin-bottom: 30px;
}

section.ir_mailnavi {
  padding: 30px 0;
  padding-top: 0px;
  
}

.column_half_mailnavi {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  float: none;
  margin-bottom: 20px;
}

.column_half_mailnavi_L {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: auto;
  float: none;
  margin-bottom: 20px;
}

.column_half_mailnavi_R {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: auto;
  float: none;
  margin-bottom: 20px;
}

/* 投資家情報：メール案内遷移　CSS　ここまで */


/* メールページCSS */

.title_ir_mail_button {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  background-color: var(--color_background);
  border: solid 1px var(--color_background);
  margin-bottom: 10px;
  transition: all 0.3s;
}

ul.list_ir_mail li:hover .title_ir_mail_button {
  color: var(--color_font);
  background-color: #fff;
}


ul.list_ir_mail {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

ul.list_ir_mail li {
  overflow: hidden;
  position: relative;
  width: calc(50% - 10px);
  min-width: 200px;
  float: none;
  margin-right: 0;
  margin: 0 5px;
}

.title_ir_mail_service {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 610.3521px;
  height: auto;
  z-index: 0;
}

.mail_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0%;
}

article, section {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.ir_mail_box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 22px;
  padding: 0px 0;
}

ul.list_ir_mail li:hover .ir_button_title_mailnavi {
  color: var(--color_primary);
  background-color: var(--color_background);
}

section.ir_mail_button {
  padding-top: 20px;
}



.ir_mail_service_heading_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 11px;
}

.ir_mail_service_bar_base {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: solid 3px var(--color_background);
  box-sizing: border-box;
  z-index: 0;
}

.ir_mail_service_bar {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  border-bottom: solid 3px var(--color_primary);
  box-sizing: border-box;
  z-index: 1;
}

.ir_mail_service_title {
  line-height: 1.5;
  font-size: 3.0rem;
  font-weight: 700;
}

.ir_mail_service_slogan {
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}

.ir_mail_service_box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 22px;
  padding: 33px 0;
}

.ir_mail_service_box_title {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.ir_mail_service_box_description {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.ir_mail_service_box_image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.ir_mail_service_background {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  object-position: 0% 0%;
}

.ir_mail_service_background.overflow {
  top: -120px;
  width: 100%;
  height: calc(100% + 120px);
}

.ir_mail_service_box_title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.ir_mail_service_box_title p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.ir_mail_service_box_description {
  font-weight: 700;
}

.ir_mail_service_box_description p {
  font-weight: 700;
}

.ir_mail_service_container {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: var(--container);
  height: auto;
}

ul.ir_mail_service_box_list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.ir_mail_service_box_list li {
  float: left;
  overflow: hidden;
  position: relative;
  width: 49%;
  height: auto;
  margin-right: 2%;
  margin-top: 11px;
}

ul.ir_mail_service_box_list li:nth-child(2n+2) {
  margin-right: 0;
}

.ir_mail_service_box_thumbnail {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
  margin-bottom: 5.5px;
}


.container.mail_container.no_padding_right.sub_section {
  max-width: 100%;
  
}
/* メールページCSS ここまで*/


/* 20240305採用ページ*/
/* 20240305採用ページ-社長メッセージ*/
.title_recruit_MessagefromPresident {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 90%;
  max-width: 1106.0298px;
  height: auto;
  z-index: 0;
}

@media screen and (max-width: 1023px) {
  .image_service_president {
      overflow: hidden;
      position: absolute;
      width: auto;
      max-width: 50%;
      height: 100%;
      float: none;
      top: 0;
      right: 0;
      z-index: -1;
      max-height: 750px;
      object-fit: cover;
  }
} 

.image_service_president {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 650px;
  height: auto;
}

@media screen and (max-width: 1514px) {
  section.recruit .description_service_president {
    overflow: hidden;
    position: relative;
    width: 90%;
    height: auto;
    float: none;
    padding-right: var(--gap_pc);
  }
}


@media screen and (max-width: 800px) {
  section.recruit .description_service_president {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    padding-right: var(--gap_pc);
  }
}

.description_service_president {
overflow: hidden;
position: relative;
width: 50%;
height: auto;
float: left;
padding-right: 50px;
}

/* 20240305採用ページ-社長メッセージここまで*/

/* 20240305採用ページ-新卒採用の日程ここから*/
.title_recruit_RecruitmentSchedule {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_pc);
  width: 90%;
  max-width: 1106.0298px;
  height: auto;
  z-index: 0;
}

@media screen and (max-width: 1514px) {
  section.recruit .description_service_recruitment_schedule {
    overflow: hidden;
    position: relative;
    width: 90%;
    height: auto;
    float: none;
    padding-right: var(--gap_pc);
  }
}

@media screen and (max-width: 800px) {
  section.recruit .description_service_recruitment_schedule {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    padding-right: var(--gap_pc);
  }
}

.description_service_recruitment_schedule {
overflow: hidden;
position: relative;
width: 50%;
height: auto;
float: right;
padding-right: 50px;
}


/* 20240305採用ページ-新卒採用の日程ここまで*/
.column_service {
  padding-bottom: 0px;
}

.title_recruit_person {
  overflow: hidden;
  position: absolute;
  top: 235px;
  left: var(--gap_pc);
  width: 100%;
  max-width: 421.1035px;
  height: auto;
  z-index: 0;
}


.area_person {
  overflow: hidden;
  position: absolute;
  top: calc(50% - 125px);
  left: 0;
  width: auto;
  max-width: 520px;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.64);
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.area_person.rightpanel {
  left: auto;
  right: 0;
}

@media screen and (max-width: 1023px) {
  
  .area_person {
    overflow: hidden;
    position: absolute;
    top: auto;
    left: 0;
    width: auto;
    max-width: 520px;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.64);
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
  }

  .recruit_person_key_visual.leftpanel span {
    background-position: 60% 50%;
  }

  .recruit_person_key_visual.rightpanel span {
    background-position: 20% 50%;
  }

  .recruit_person_key_visual.leftpanel_new span {
    background-position: 95% 50%;
  }

}

@media screen and (max-width: 768px) {
  .area_person {
    overflow: hidden;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.64);
    color: #FFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 0;
  }

  .area_person_new {
    overflow: hidden;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.64);
    color: #FFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 0;
  }
}

.recruit_person_key_visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 650px;
  background-color: #c0c0c0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recruit_person_key_visual span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.recruit_person_key_visual_new span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 300%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .recruit_person_key_visual {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #c0c0c0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.recruit_person_heading {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 300px;
  margin-top: 50px;
  padding-top: 500px;
  padding: 0px 0;
}


.container_recruit_person {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-left: 3%

}

section.recruit_heading {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  padding-top: 150px;
  padding-bottom: 100px;
}

section.recruit_heading_new {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  padding-top: 130px;
  padding-bottom: 0px;
}

section.recruit_heading_mid {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  padding-top: 318px;
  padding-bottom: 0px;
}

@media screen and (max-width: 1370px){
  section.recruit_heading_person {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0px; /*-100を変更20240305*/
    padding-top: 150px;
    padding-bottom: 0;
  }
  .container_recruit_person {
      overflow: hidden;
      position: relative;
      width: 100%;
      max-width: calc(var(--container) + var(--gap_sp) + var(--gap_sp));
      height: auto;
      padding: 0 var(--gap_sp);
      margin: 0 auto;
  }
  section.recruit_heading {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0px; /*-100を変更20240305*/
    padding-top: 150px;
    padding-bottom: 0;
  }
  .title_recruit_person {
    overflow: hidden;
    position: absolute;
    top: 88px;
    left: var(--gap_sp);
    width: auto;
    max-width: calc(100% - var(--gap_sp) - var(--gap_sp));
    height: 90px;
    z-index: 0;
  }
  section.recruit_heading h3 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color_font);
    margin-bottom: 1em;
  }
  section.recruit_heading h2 {
    margin-bottom: 1em;
  }
  .container_recruit_person_ {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: calc(var(--container) + var(--gap_sp) + var(--gap_sp));
    height: auto;
    padding: 0 var(--gap_sp);
    margin: 0 auto;
  }
  section.recruit_heading .polygon {
    background-color: var(--color_primary);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 200vh 100%, 100% 100%, 0 100%);
    z-index: -1;
}
}

.title_recruit_business {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: var(--gap_sp);
  width: auto;
  max-width: 585.5918px;
  height: 90px;
  z-index: 0;
}

/*20240514サイトポリシー*/
.header_policy {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 230.4268px;
  height: auto;
  margin-bottom: 15px;
}

/* 黄色のオブジェクト　採用ページ追加途中
 section.recruit_message .polygon {
  background-color: var(--color_primary);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  z-index: -1;
}
*/

.title_electronic_public_disclosure {
  overflow: hidden;
  position: absolute;
  top: 2px;
  left: var(--gap_pc);
  width: 80%;
  max-width: 564.4375px;
  height: auto;
  z-index: 0;
}