@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Urbanist:wght@300;500;600;700&display=swap");
/* Reset
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main, article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --ja-font: "Noto Sans JP", sans-serif;
  --en-font: "Urbanist", sans-serif;
  --color--main: #ED6C00;
  --color--dk-gy: #333;
  --color--gy: #666;
  --color--rd: #AB0828;
  --color--gr: #00ADA9;
  --color--pl: #6479BD;
  --color--br: #0064A0;
  --color--yl: #FFB100;
  --color--dk-or: #DE3500;
  --bg-color: #F4F4F4;
  --border-color: #D5D5D5;
  --base-font-color: var(--color--dk-gy);
  --link-color: var(--color--rd);
  --link-hover-color: var(--color--rd);
}

:root {
  --break-point: 1023px;
}

@media screen and (min-width: 1024px) {
  :root {
    --header-height: 79px;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --header-height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --base-font-size: 1.7rem;
    --content-width: min(68cqw,900px);
    --margin--l: 6cqw;
    --margin--xl: 10cqw;
    --content-padding: calc((100cqw - var(--content-width)) / 2);
    --content-padding--l: calc((100cqw - var(--content-width) - var(--margin--l) * 2) / 2);
    --content-padding--xl: calc((100cqw - var(--content-width) - var(--margin--xl) * 2) / 2);
    --section-margin: 150px;
    --child-section-margin: 70px;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --base-font-size: 1.4rem;
    --content-width: 86cqw;
    --margin--l: 0%;
    --margin--xl: 0%;
    --content-padding: calc((100cqw - var(--content-width)) / 2);
    --content-padding--l: calc((100cqw - var(--content-width)) / 2);
    --content-padding--xl: calc((100cqw - var(--content-width)) / 2);
    --section-margin: 70px;
    --child-section-margin: 40px;
  }
}
.contents {
  width: var(--content-width);
  margin-inline: auto;
}

.top-content {
  width: calc(var(--content-width) + var(--margin--xl) * 2);
  margin-inline: auto;
}

.purpose-slogan, .top, .home-section-grid--2col, .tab-list {
  margin-inline: calc(50% - 50cqw);
}

.purpose-image-wrapper--01, .home-consumer-image-wrapper {
  margin-inline: 0 calc(50% - 50cqw);
}

.purpose-image-wrapper--02, .home-business-image-wrapper, .home-corporate-image-wrapper {
  margin-inline: calc(50% - 50cqw) 0;
}

.carbonneutral-slogan, .home-consumer-header-text,
.home-business-header-text, .contents-index {
  margin-inline: calc(var(--margin--l) * -1);
}

.home-consumer .contents-index,
.home-business .contents-index, .home-corporate-text {
  margin-inline: calc(var(--margin--xl) * -1);
}

.purpose, .overseas-business-item, .home-consumer-header,
.home-business-header, .home-corporate {
  margin-inline: calc(50% - 50cqw);
  padding-inline: calc(50cqw - 50%);
}

.overseas-map, .page-header, .support-index {
  margin-inline: calc(50% - 50cqw);
  padding-inline: calc(50cqw - 50% - var(--margin--l));
}

.home-news, .home-charge, .page-index, .related-link {
  margin-inline: calc(50% - 50cqw);
  padding-inline: calc(50cqw - 50% - var(--margin--xl));
}

/* Fonts
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
:lang(ja) {
  font-family: var(--ja-font);
}

:lang(en) {
  font-family: var(--en-font);
  font-weight: 500;
  letter-spacing: 0;
  /*font-variant-ligatures: none;*/
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2.3;
  font-size: var(--base-font-size);
  font-weight: 400;
  color: var(--base-font-color);
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 1023px) {
  body {
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

/* common
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  background: #FFF;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, ul, ol, dl {
  margin-block: 0 30px;
}

h1, h2, h3, h4, h5 {
  line-height: 1.5;
  margin-block: 0 30px;
  font-weight: bold;
  font-size: 3rem;
}

li {
  margin-inline: 2.2em 0;
}

ul:not([class]), ol:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em 0;
}
ul:not([class]) ul, ul:not([class]) ol, ol:not([class]) ul, ol:not([class]) ol {
  margin-block: 0.5em;
}

ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}
ul.no-style {
  list-style: none;
}
ul.no-style > li {
  margin-inline: 0;
}

ol {
  list-style: decimal;
}
ol:not([class]) ol {
  counter-reset: number-child-list;
  margin-block: 0.5em;
}
ol:not([class]) ol > li {
  counter-increment: number-child-list;
  list-style: none;
  margin-left: 2.5em;
}
ol:not([class]) ol > li::before {
  content: "(" counter(number-child-list) ")";
  width: 2.5em;
  display: inline-block;
  margin-left: -2.5em;
}
ol.parentheses {
  counter-reset: parentheses-list;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em 0;
}
ol.parentheses > li {
  counter-increment: parentheses-list;
  -webkit-margin-start: 2.5em;
          margin-inline-start: 2.5em;
  list-style: none;
}
ol.parentheses > li::before {
  content: "(" counter(parentheses-list) ")";
  width: 2.5em;
  display: inline-block;
  -webkit-margin-start: -2.5em;
          margin-inline-start: -2.5em;
}
ol.parentheses ol {
  list-style: katakana;
  margin-block: 0.5em;
}

.hidden {
  display: none;
}

table {
  width: 100%;
  margin-block: 60px;
  padding-block: 20px;
  border-collapse: collapse;
  line-height: 1.8;
}
table th, table td {
  padding: 30px;
  text-align: left;
}
table th p, table th ul, table th ol, table th dl, table td p, table td ul, table td ol, table td dl {
  margin-block: 0 20px;
}
table th :not(input):not(select):not(textarea):not(span):last-child, table td :not(input):not(select):not(textarea):not(span):last-child {
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}
table th {
  width: 30%;
  font-weight: 700;
  letter-spacing: 0.15em;
}
table tbody tr.combine > td {
  border-top: none;
  border-bottom-style: dashed;
}
table tbody tr:last-child > th, table tbody tr:last-child > td {
  border-bottom: none;
}
table tbody th[rowspan] ~ td {
  border-bottom-style: dashed;
}
table thead th {
  width: auto;
  text-align: center;
  border-top: none;
}
table tfoot th,
table tfoot td {
  border-bottom: none;
}
table caption {
  font-weight: bold;
  text-align: left;
}

hr {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border: none;
  vertical-align: bottom;
  pointer-events: none;
}

i {
  font-style: normal;
}

em {
  font-style: normal;
  font-weight: 700;
}

strong {
  font-weight: 700;
  color: var(--color--rd);
}

sup {
  vertical-align: top;
  line-height: 1.8;
  font-size: max(40%, 1.1rem);
}

sub {
  vertical-align: baseline;
  line-height: 1.8;
  font-size: max(40%, 1.1rem);
}

ins {
  color: #C00;
}

a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: var(--base-font-color);
  text-decoration: none;
}
@media (hover: hover) {
  a:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--link-hover-color);
  }
  a:where(:any-link, :enabled, summary):hover {
    color: var(--link-hover-color);
  }
}
a:hover span {
  cursor: pointer;
}
a.inactive, .inactive a {
  cursor: default;
  pointer-events: none;
}
a:not([class]) {
  text-decoration: underline;
  color: var(--link-color);
}
@media (hover: hover) {
  a:not([class]):where(:-moz-any-link, :enabled, summary):hover {
    color: var(--link-hover-color);
  }
  a:not([class]):where(:any-link, :enabled, summary):hover {
    color: var(--link-hover-color);
  }
}
@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    color: var(--base-font-color);
    text-decoration: none;
    pointer-events: none;
  }
}

input,
select,
textarea,
button {
  font-family: var(--ja-font);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  background: transparent;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: var(--base-font-size);
  font-weight: 500;
  line-height: 1.8;
  overflow: visible;
}

@media screen and (max-width: 1023px) {
  input, textarea {
    font-size: 1.6rem;
  }
}

select,
input[type=submit],
button {
  cursor: pointer;
}

figcaption {
  text-align: left;
}

.italic {
  font-style: italic;
}

.note {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #666;
}

.flow-root {
  display: flow-root;
}

.float-clear {
  clear: both;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  p, ul, ol, dl {
    margin-block: 0 20px;
  }
  h1, h2, h3, h4, h5 {
    margin-block: 0 20px;
    font-size: 1.8rem;
  }
  table {
    margin-block: 40px;
    padding: 0;
  }
  table th, table td {
    padding: 15px 5px;
    font-size: 1.3rem;
    width: auto;
  }
  .note {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .mob-only {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
  .mob-only {
    display: block;
  }
  br.mob-only {
    display: inline;
  }
}
.wrapper {
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 2;
  container-type: inline-size;
}

.contents {
  display: flow-root;
  position: relative;
  padding-top: var(--header-height);
}

.page-header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: clamp(400px, 30vw, 600px);
  margin-block: 0 var(--section-margin);
}
.page-header:not(:has(.hero)) {
  background-color: var(--bg-color);
  border-radius: 20px;
  height: clamp(300px, 25vw, 500px);
}
.page-header:not(:has(.hero)) .page-title-en {
  color: var(--base-font-color);
}
.page-header--index {
  padding-block: 0 70px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.page-header .page-title {
  position: relative;
  z-index: 3;
  margin: auto 0;
}
.page-header .page-title-en {
  display: block;
  font-size: 9rem;
  font-weight: 600;
  line-height: 1.05em;
  color: #FFF;
  margin: 0;
}
.page-header .page-title-en .addition {
  display: inline-block;
  vertical-align: baseline;
  font-weight: 300;
  font-size: 6rem;
}
.page-header .page-title-ja {
  display: block;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--color--main);
  margin: 0;
}
.page-header .topic-path {
  position: relative;
  z-index: 3;
  margin-block: -30px 50px;
}
.page-header .topic-path-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color--dk-gy);
  border-radius: 20px;
  margin: 0;
  line-height: 1.6;
  font-size: 1.3rem;
  padding: 0.6em 1.5em 0.6em 12px;
}
.page-header .topic-path-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color--main);
  list-style: none;
  margin: 0;
}
.page-header .topic-path-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  margin-inline: 0 13px;
  color: #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-header .topic-path-item:first-child .topic-path-link {
  gap: 0 10px;
}
.page-header .topic-path-item:first-child .topic-path-link::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border-radius: 50%;
}
.page-header .topic-path-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}
@media (hover: hover) {
  .page-header .topic-path-link:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  .page-header .topic-path-link:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
    opacity: 0.8;
  }
}
.page-header .hero {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
}
.page-header .hero-image {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-header .hero::before, .page-header .hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}
.page-header .hero::after {
  inset: 0 50% 0 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: overlay;
}
@media screen and (max-width: 1023px) {
  .page-header {
    height: clamp(300px, 35vw, 400px);
  }
  .page-header:not(:has(.hero)) {
    height: clamp(250px, 30vw, 300px);
  }
  .page-header--index {
    padding-block: 0 50px;
  }
  .page-header .page-title-en {
    font-size: max(4.8rem, 6vw);
    margin-bottom: 3px;
  }
  .page-header .page-title-en .addition {
    font-size: 3rem;
  }
  .page-header .page-title-ja {
    font-size: 2rem;
  }
  .page-header .topic-path {
    margin-block: -20px 30px;
  }
  .page-header .topic-path-list {
    font-size: 1rem;
    padding: 0.7em 1.2em 0.7em 10px;
    border-radius: 15px;
  }
  .page-header .topic-path-item:not(:first-child)::before {
    width: 4px;
    height: 4px;
    margin-inline: 0 10px;
  }
  .page-header .topic-path-item:first-child .topic-path-link {
    gap: 0 10px;
  }
  .page-header .topic-path-item:first-child .topic-path-link::before {
    width: 6px;
    height: 6px;
  }
}

.page-index {
  position: relative;
  background-color: var(--bg-color);
  margin-block: calc(var(--section-margin) * -1 - 20px) var(--section-margin);
  padding-block: 30px 50px;
}
.page-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  margin: 0;
}
.page-index-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  list-style: none;
  margin: 0;
}
.page-index-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  height: 100px;
  border-bottom: 1px solid var(--color--main);
  font-size: 2rem;
  font-weight: 500;
}
.page-index-link .arrow-s-icon {
  margin-left: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (hover: hover) {
  .page-index-link:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
  .page-index-link:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
}
.page-index::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 -1px;
  background-color: #FFF;
  border-radius: 20px 20px 0 0;
  height: 20px;
}
@media screen and (max-width: 1023px) {
  .page-index {
    padding-block: 20px 40px;
  }
  .page-index-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .page-index-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    list-style: none;
    margin: 0;
  }
  .page-index-link {
    gap: 0 10px;
    height: 60px;
    font-size: 1.5rem;
  }
}

.section, .home-section {
  margin-block: 0 150px;
}
.section:last-child, .home-section:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.section-heading, .home-section-heading {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  margin-block: 0 70px;
  letter-spacing: 0.1em;
}
.section-heading::before, .home-section-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  right: 100%;
  margin-inline: 20px;
  background: url(../images/icn_section-heading.svg) no-repeat;
  background-size: 10px auto;
  width: 10px;
  height: 28px;
}
.section .child-section, .home-section .child-section {
  margin: 0 auto var(--child-section-margin);
}
.section-child-heading {
  font-size: 2.4rem;
  margin-block: 70px 30px;
  color: var(--color--main);
  font-weight: 500;
}
.section-child-heading:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.section-child-heading .addition {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--base-font-color);
}
.section-child-2-heading {
  font-size: 1.6rem;
}
.section .without-bullets li, .home-section .without-bullets li {
  list-style: none;
  margin: 15px 0;
}
.section .without-bullets .arrow-s-icon, .home-section .without-bullets .arrow-s-icon {
  margin-left: 10px;
  vertical-align: middle;
}
.section .without-bullets .arrow-s-icon::before, .home-section .without-bullets .arrow-s-icon::before {
  -webkit-mask-size: 15px auto;
          mask-size: 15px auto;
}
@media screen and (max-width: 1023px) {
  .section, .home-section {
    margin-block: 0 70px;
  }
  .section-heading, .home-section-heading {
    font-size: 2rem;
    margin-block: 0 40px;
  }
  .section-heading::before, .home-section-heading::before {
    top: 0.2em;
    margin-inline: 7px;
    background-size: contain;
    width: 8px;
    height: 22px;
  }
  .section-child-heading {
    font-size: 1.7rem;
    margin-block: 30px 20px;
  }
  .section-child-2-heading {
    font-size: 1.6rem;
  }
}

.image,
.chart {
  max-width: 100%;
  height: auto;
}
.image-wrapper,
.chart-wrapper {
  text-align: center;
  margin-block: 50px;
}
.image-wrapper:first-child,
.chart-wrapper:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.image-wrapper:last-child,
.chart-wrapper:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.image-caption,
.chart-caption {
  position: relative;
  margin-block: 1em 0;
  padding-inline: 20px 0;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}
.image-caption:first-child,
.chart-caption:first-child {
  margin-block: 0 1em;
}
.image-caption::before,
.chart-caption::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--color--main);
  border-radius: 50%;
}
.image-box,
.chart-box {
  background-color: var(--bg-color);
  border-radius: 20px;
  padding: 60px;
  margin-block: 50px;
}
@media screen and (max-width: 1023px) {
  .image-wrapper,
  .chart-wrapper {
    margin-block: 30px;
  }
  .image-caption,
  .chart-caption {
    padding-inline: 15px 0;
    font-size: 1.4rem;
  }
  .image-caption::before,
  .chart-caption::before {
    top: 0.7em;
    width: 7px;
    height: 7px;
  }
  .image-box,
  .chart-box {
    margin-block: 30px;
    padding: 20px;
  }
}

.chart-box {
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .chart-box {
    padding: 10px;
  }
}

.thumbnail {
  max-width: none;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.thumbnail-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
@media (hover: hover) {
  a:where(:-moz-any-link, :enabled, summary):hover .thumbnail {
    transform: scale(1.05);
  }
  a:where(:any-link, :enabled, summary):hover .thumbnail {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.flex-item :last-child {
  margin-bottom: 0;
}
.flex-item--half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 60px) / 2);
}
.flex-item--left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.flex-item--right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.flex-item--image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 45%;
}
.flex-item--image .image-wrapper {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .flex-item--half {
    width: auto;
  }
  .flex-item--left {
    margin-right: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .flex-item--right {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .flex-item--image {
    max-width: none;
  }
  .flex-item--image .image-wrapper {
    margin-block: 30px;
  }
  .flex-item--image .image-wrapper:first-child {
    margin-top: 0;
  }
  .flex-item--image .image-wrapper:last-child {
    margin-bottom: 0;
  }
}

.box {
  background-color: var(--bg-color);
  border-radius: 20px;
  padding: 60px;
  margin-block: 60px;
}
.box > *:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media screen and (max-width: 1023px) {
  .box {
    padding: 20px;
    margin-block: 30px;
  }
}

.contents-index {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 40px;
}
.contents-index--3col {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.page-header--index + .contents-index {
  position: relative;
  z-index: 2;
  margin-block: calc(var(--section-margin) * -1 - 70px) 0;
}
.contents-index .thumbnail-wrapper {
  margin-inline: -10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
.contents-index-item {
  padding-inline: 10px;
}
@media (hover: hover) {
  .contents-index-link:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
  .contents-index-link:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
}
.contents-index-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  padding-block: 10px;
  margin-block: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid var(--color--main);
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
}
.contents-index-title .arrow-s-icon {
  margin-inline: auto 0;
}
.contents-index-title .note {
  display: inline-block;
}
.contents-index-description {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .contents-index {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
  }
  .page-header--index + .contents-index {
    margin-block: calc(var(--section-margin) * -1 - 50px) 0;
  }
  .contents-index-title {
    min-height: 80px;
    font-size: 1.8rem;
    margin-block: 0 15px;
  }
}

.page-header + .tab {
  position: relative;
  z-index: 2;
  margin-block: calc(var(--section-margin) * -1) 0;
}
.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--bg-color);
  border-radius: 20px 20px 0 0;
  margin-block: 100px;
}
.tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  list-style: none;
  margin: 0;
}
.tab-item:first-child .tab-link::before {
  border-radius: 0 20px 0 0;
}
.tab-item:last-child .tab-link::before {
  border-radius: 20px 0 0 0;
}
.tab-link {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 180px;
  border-radius: 20px 20px 0 0;
}
.tab-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px 20px 0 0;
  z-index: -1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.tab-link.is-current::before {
  inset: -20px 0 0;
  background-color: #FFF;
}
.tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.tab-label-en {
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--base-font-color);
}
.tab-label-ja {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--color--main);
}
@media screen and (max-width: 1023px) {
  .tab-list {
    margin-block: 50px;
  }
  .tab-link {
    min-height: 100px;
  }
  .tab-label-en {
    font-size: 2rem;
  }
  .tab-label-ja {
    font-size: 1.6rem;
  }
}

.related-link {
  background-color: var(--color--main);
  border-radius: 20px 20px 0 0;
  margin-bottom: calc(var(--section-margin) * -1);
  padding-block: 70px;
}
.related-link-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 20px;
  text-align: center;
}
.related-link-heading-en {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
}
.related-link-heading-ja {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
}
.related-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
  margin: 0;
}
.related-link-item {
  width: calc((100% - 30px) / 2);
  list-style: none;
  margin: 0;
}
.related-link-item:first-child:last-child {
  width: var(--content-width);
  margin: 0 auto;
}
.related-link-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  height: 180px;
  background: #FFF;
  border-radius: 10px;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.related-link-link .arrow-icon, .related-link-link .arrow-s-icon, .related-link-link .arrow-icon--inv {
  margin-left: auto;
}
@media (hover: hover) {
  .related-link-link:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
  .related-link-link:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
}
@media screen and (max-width: 1023px) {
  .related-link {
    padding-block: 40px;
  }
  .related-link-heading {
    gap: 15px;
  }
  .related-link-heading-en {
    font-size: 2.6rem;
  }
  .related-link-heading-ja {
    font-size: 1.5rem;
  }
  .related-link-list {
    gap: 0 20px;
  }
  .related-link-item {
    width: 100%;
  }
  .related-link-item:first-child:last-child {
    width: 100%;
  }
  .related-link-link {
    gap: 0 10px;
    font-size: 1.6rem;
    padding: 20px;
    height: 100px;
  }
}

.link-group {
  background-color: var(--bg-color);
  border-radius: 20px;
  padding: 60px;
  margin-block: 60px;
}
.link-group:has(.link-group-title) {
  -webkit-margin-before: 90px;
          margin-block-start: 90px;
}
.link-group-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--color--main);
  background-color: var(--bg-color);
  margin-inline: -60px 0;
  margin-block: -100px 0;
  padding: 20px 40px;
  min-height: 60px;
  min-width: 200px;
  border-radius: 10px 10px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.link-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0;
}
.link-group-list--2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.link-group-list--3col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1280px) {
  .link-group-list--3col {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.link-group-item {
  list-style: none;
  margin: 0;
}
.link-group-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  height: 100%;
  min-height: 150px;
  background: #FFF;
  border-radius: 10px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--border-color);
}
.link-group-link .arrow-icon, .link-group-link .arrow-s-icon, .link-group-link .arrow-icon--inv {
  margin-left: auto;
}
@media (hover: hover) {
  .link-group-link:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
  .link-group-link:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
}
.link-group-list--2col .link-group-link {
  padding: 30px;
}
.link-group-list--3col .link-group-link {
  padding: 30px;
}
.link-group-label {
  position: relative;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-inline: 24px 0;
}
.link-group-label::before {
  position: absolute;
  inset: 0.7em auto auto 0;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--color--main);
  border-radius: 50%;
  -webkit-transform: translate(0, -0.1em);
          transform: translate(0, -0.1em);
}
.link-group-label .addition {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
}
.link-group-label-detail {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  margin-block: 0.7em 0;
}
.link-group-label:has(wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1023px) {
  .link-group {
    padding: 20px;
    margin-block: 30px;
  }
  .link-group:has(.link-group-title) {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
  .link-group-title {
    font-size: 1.8rem;
    margin-inline: -20px 0;
    margin-block: -60px 0;
    padding: 10px 20px;
    min-height: 40px;
    min-width: 100px;
  }
  .link-group-list {
    gap: 10px;
  }
  .link-group-list--2col, .link-group-list--3col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .link-group-item {
    list-style: none;
    margin: 0;
  }
  .link-group-link {
    gap: 0 10px;
    min-height: 100px;
    font-size: 1.5rem;
    padding: 20px !important;
  }
  .link-group-label {
    padding-inline: 15px 0;
  }
  .link-group-label::before {
    width: 7px;
    height: 7px;
  }
  .link-group-label .addition {
    font-size: 1.3rem;
  }
  .link-group-label-detail {
    font-size: 1.1rem;
  }
}

.large-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-block: 60px;
}
.large-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid var(--border-color);
  min-height: 110px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
}
.large-list-item:first-child {
  border-top: 1px solid var(--border-color);
}
.large-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  width: 100%;
  min-height: 110px;
}
.large-list-link .arrow-icon, .large-list-link .arrow-s-icon, .large-list-link .arrow-icon--inv {
  margin-left: auto;
}
.large-list-link[href*=".pdf"] .arrow-s-icon {
  content: "";
  background-image: url(/assets/images/icn_pdf.svg);
  background-size: contain;
  background-color: transparent !important;
  border-radius: 0;
}
.large-list-link[href*=".pdf"] .arrow-s-icon::before {
  display: none;
}
@media (hover: hover) {
  .large-list-link:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
  .large-list-link:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
}
.large-list-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 15px;
  padding-block: 20px;
}
.large-list-label::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--color--main);
  border-radius: 50%;
  -webkit-transform: translate(0, -0.1em);
          transform: translate(0, -0.1em);
}
@media screen and (max-width: 1023px) {
  .large-list {
    margin-block: 30px;
  }
  .large-list-item {
    font-size: 1.5rem;
    min-height: 80px;
  }
  .large-list-link {
    gap: 0 10px;
    min-height: 80px;
  }
  .large-list-label {
    gap: 0 10px;
    padding-block: 10px;
  }
  .large-list-label::before {
    width: 7px;
    height: 7px;
  }
}

.arrow-icon, .arrow-s-icon, .arrow-icon--inv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bg-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.arrow-icon::before, .arrow-s-icon::before, .arrow-icon--inv::before {
  content: "";
  width: 17px;
  height: 17px;
  background-color: var(--color--main);
  -webkit-mask-image: url(../images/icn_arrow.svg);
          mask-image: url(../images/icn_arrow.svg);
  -webkit-mask-size: 17px auto;
          mask-size: 17px auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 45%;
          mask-position: 50% 45%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
a[target=_blank] .arrow-icon::before, a[target=_blank] .arrow-s-icon::before, a[target=_blank] .arrow-icon--inv::before {
  -webkit-mask-image: url(../images/icn_arrow_ext.svg);
          mask-image: url(../images/icn_arrow_ext.svg);
  -webkit-mask-size: 14px auto;
          mask-size: 14px auto;
}

@media screen and (max-width: 1023px) {
  .arrow-icon, .arrow-s-icon, .arrow-icon--inv {
    width: 36px;
    height: 36px;
  }
}
.arrow-icon--line {
  border: 1px solid;
  color: var(--border-color);
  background-color: transparent;
}
.arrow-icon--inv {
  background-color: var(--color--main);
}
.arrow-icon--inv::before {
  background-color: #FFF;
}
@media (hover: hover) {
  a:where(:-moz-any-link, :enabled, summary):hover .arrow-icon, a:where(:-moz-any-link, :enabled, summary):hover .arrow-s-icon, a:where(:-moz-any-link, :enabled, summary):hover .arrow-icon--inv {
    background-color: var(--color--main) !important;
    color: var(--color--main);
  }
  a:where(:any-link, :enabled, summary):hover .arrow-icon, a:where(:any-link, :enabled, summary):hover .arrow-s-icon, a:where(:any-link, :enabled, summary):hover .arrow-icon--inv {
    background-color: var(--color--main) !important;
    color: var(--color--main);
  }
  a:where(:-moz-any-link, :enabled, summary):hover .arrow-icon::before, a:where(:-moz-any-link, :enabled, summary):hover .arrow-s-icon::before, a:where(:-moz-any-link, :enabled, summary):hover .arrow-icon--inv::before {
    background-color: #FFF;
  }
  a:where(:any-link, :enabled, summary):hover .arrow-icon::before, a:where(:any-link, :enabled, summary):hover .arrow-s-icon::before, a:where(:any-link, :enabled, summary):hover .arrow-icon--inv::before {
    background-color: #FFF;
  }
  a:where(:-moz-any-link, :enabled, summary):hover .arrow-icon--inv {
    background-color: #FFF !important;
  }
  a:where(:any-link, :enabled, summary):hover .arrow-icon--inv {
    background-color: #FFF !important;
  }
  a:where(:-moz-any-link, :enabled, summary):hover .arrow-icon--inv::before {
    background-color: var(--color--main);
  }
  a:where(:any-link, :enabled, summary):hover .arrow-icon--inv::before {
    background-color: var(--color--main);
  }
}

.arrow-s-icon {
  width: 30px;
  height: 30px;
  background-color: var(--bg-color);
}
.arrow-s-icon::before {
  background-color: var(--color--main);
  -webkit-mask-image: url(../images/icn_arrow_s.svg);
          mask-image: url(../images/icn_arrow_s.svg);
  -webkit-mask-size: 11px auto;
          mask-size: 11px auto;
}
a[target=_blank] .arrow-s-icon::before {
  -webkit-mask-image: url(../images/icn_arrow_s_ext.svg);
          mask-image: url(../images/icn_arrow_s_ext.svg);
  -webkit-mask-size: 11px auto;
          mask-size: 11px auto;
}

@media screen and (max-width: 1023px) {
  .arrow-s-icon {
    width: 22px;
    height: 22px;
  }
}

.toggle-button {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-indent: 100%;
  overflow: hidden;
}
.toggle-button::before {
  position: absolute;
  inset: 100%;
  content: "Open";
}
.toggle-button .toggle-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin: 0 0 0 auto;
}
.toggle-button .toggle-icon::before, .toggle-button .toggle-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-top: 1px solid var(--color--main);
  width: 20px;
  height: 1px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.toggle-button .toggle-icon::after {
  rotate: 90deg;
}
@media screen and (max-width: 1023px) {
  .toggle-button .toggle-icon {
    width: 36px;
    height: 36px;
  }
}
.accordion.is-opened .toggle-button::before {
  content: "Close";
}
.accordion.is-opened .toggle-button .toggle-icon::before {
  rotate: 90deg;
  opacity: 0;
}
.accordion.is-opened .toggle-button .toggle-icon::after {
  rotate: 180deg;
}

.basic-button, .contact-buttons button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  padding: 10px 15px 10px 30px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5em;
  min-height: 80px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  border: 1px solid var(--border-color);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.basic-button-wrapper, .contact-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
}
.basic-button-wrapper:first-child, .contact-buttons:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.basic-button-wrapper:last-child, .contact-buttons:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.basic-button--narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  width: auto !important;
}
.basic-button:disabled, .contact-buttons button:disabled {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.basic-button:disabled .arrow-icon, .contact-buttons button:disabled .arrow-icon, .basic-button:disabled .arrow-icon--inv, .contact-buttons button:disabled .arrow-icon--inv, .basic-button:disabled .arrow-s-icon, .contact-buttons button:disabled .arrow-s-icon {
  opacity: 0.3;
}
.basic-button-label {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
          flex: 2 2 auto;
}
.basic-button .arrow-icon, .contact-buttons button .arrow-icon, .basic-button .arrow-icon--inv, .contact-buttons button .arrow-icon--inv, .basic-button .arrow-s-icon, .contact-buttons button .arrow-s-icon {
  margin: 0 0 0 auto;
}
@media (hover: hover) {
  .basic-button:where(:-moz-any-link, :enabled, summary):hover, .contact-buttons button:where(:-moz-any-link, :enabled, summary):hover {
    background: var(--color--main);
    color: #FFF;
    border-color: var(--color--main);
  }
  .basic-button:where(:any-link, :enabled, summary):hover, .contact-buttons button:where(:any-link, :enabled, summary):hover {
    background: var(--color--main);
    color: #FFF;
    border-color: var(--color--main);
  }
  .basic-button:where(:-moz-any-link, :enabled, summary):hover .arrow-icon, .contact-buttons button:where(:-moz-any-link, :enabled, summary):hover .arrow-icon, .basic-button:where(:-moz-any-link, :enabled, summary):hover .arrow-icon--inv, .contact-buttons button:where(:-moz-any-link, :enabled, summary):hover .arrow-icon--inv, .basic-button:where(:-moz-any-link, :enabled, summary):hover .arrow-s-icon, .contact-buttons button:where(:-moz-any-link, :enabled, summary):hover .arrow-s-icon {
    background-color: #FFF !important;
  }
  .basic-button:where(:any-link, :enabled, summary):hover .arrow-icon, .contact-buttons button:where(:any-link, :enabled, summary):hover .arrow-icon, .basic-button:where(:any-link, :enabled, summary):hover .arrow-icon--inv, .contact-buttons button:where(:any-link, :enabled, summary):hover .arrow-icon--inv, .basic-button:where(:any-link, :enabled, summary):hover .arrow-s-icon, .contact-buttons button:where(:any-link, :enabled, summary):hover .arrow-s-icon {
    background-color: #FFF !important;
  }
  .basic-button:where(:-moz-any-link, :enabled, summary):hover .arrow-icon::before, .contact-buttons button:where(:-moz-any-link, :enabled, summary):hover .arrow-icon::before, .basic-button:where(:-moz-any-link, :enabled, summary):hover .arrow-icon--inv::before, .contact-buttons button:where(:-moz-any-link, :enabled, summary):hover .arrow-icon--inv::before, .basic-button:where(:-moz-any-link, :enabled, summary):hover .arrow-s-icon::before, .contact-buttons button:where(:-moz-any-link, :enabled, summary):hover .arrow-s-icon::before {
    background-color: var(--color--main);
  }
  .basic-button:where(:any-link, :enabled, summary):hover .arrow-icon::before, .contact-buttons button:where(:any-link, :enabled, summary):hover .arrow-icon::before, .basic-button:where(:any-link, :enabled, summary):hover .arrow-icon--inv::before, .contact-buttons button:where(:any-link, :enabled, summary):hover .arrow-icon--inv::before, .basic-button:where(:any-link, :enabled, summary):hover .arrow-s-icon::before, .contact-buttons button:where(:any-link, :enabled, summary):hover .arrow-s-icon::before {
    background-color: var(--color--main);
  }
}
@media screen and (max-width: 1023px) {
  .basic-button, .contact-buttons button {
    min-height: 60px;
    padding: 8px 12px 8px 20px;
  }
}

.more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  padding: 10px 15px 10px 30px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5em;
  width: 360px;
  min-height: 80px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  border: 1px solid var(--border-color);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.more-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px auto 0;
}
.more-button--narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  width: auto !important;
}
.more-button:disabled {
  display: none;
}
.more-button-label {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
          flex: 2 2 auto;
}
.more-button .arrow-icon, .more-button .arrow-icon--inv, .more-button .arrow-s-icon {
  margin: 0 0 0 auto;
}
@media (hover: hover) {
  .more-button:where(:-moz-any-link, :enabled, summary):hover {
    background: var(--color--main);
    color: #FFF;
    border-color: var(--color--main);
  }
  .more-button:where(:any-link, :enabled, summary):hover {
    background: var(--color--main);
    color: #FFF;
    border-color: var(--color--main);
  }
  .more-button:where(:-moz-any-link, :enabled, summary):hover .arrow-icon, .more-button:where(:-moz-any-link, :enabled, summary):hover .arrow-icon--inv, .more-button:where(:-moz-any-link, :enabled, summary):hover .arrow-s-icon {
    background-color: #FFF;
  }
  .more-button:where(:any-link, :enabled, summary):hover .arrow-icon, .more-button:where(:any-link, :enabled, summary):hover .arrow-icon--inv, .more-button:where(:any-link, :enabled, summary):hover .arrow-s-icon {
    background-color: #FFF;
  }
}
@media screen and (max-width: 1023px) {
  .more-button {
    width: min(100%, 250px);
    min-height: 60px;
    padding: 8px 12px 8px 20px;
  }
  .more-button-wrapper {
    margin: 50px auto 0;
  }
}

.basic-table {
  display: block;
  padding: 0;
}
.basic-table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.basic-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 30px;
}
.basic-table th, .basic-table td {
  display: block;
  padding: 20px;
  text-align: left;
  line-height: 1.8;
  border-top: 1px solid var(--border-color);
}
.basic-table th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color--main);
  letter-spacing: 0.15em;
}
.basic-table td {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
          flex: 2 2 auto;
}
@media screen and (max-width: 1023px) {
  .basic-table tbody {
    gap: 30px 0;
  }
  .basic-table tr {
    border-top: 1px solid var(--border-color);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .basic-table th, .basic-table td {
    padding: 0;
    text-align: left;
    line-height: 1.8;
    border-top: none;
  }
  .basic-table th {
    width: 100%;
    font-size: 1.3rem;
  }
  .basic-table td {
    -webkit-box-flex: 2;
        -ms-flex: 2 2 auto;
            flex: 2 2 auto;
  }
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  width: 100%;
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0;
  padding-block: 40px;
  line-height: 1.8;
}
.news-item:not(:first-child) {
  border-top: 1px solid var(--border-color);
}
.news-item:first-child {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.news-item:last-child {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.news-item .arrow-s-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-inline: auto 0;
}
.news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.news-link[href*=".pdf"] .arrow-s-icon {
  content: "";
  background-image: url(/assets/images/icn_pdf.svg);
  background-size: contain;
  background-color: transparent !important;
  border-radius: 0;
}
.news-link[href*=".pdf"] .arrow-s-icon::before {
  display: none;
}
.news-item-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(20%, 200px);
  gap: 10px;
}
.news-date {
  font-family: var(--en-font);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--base-font-color);
}
.news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  width: 100%;
}
.news-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
  border: 1px solid var(--color--gr);
  border-radius: 30px;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 3px 15px 3px 10px;
  color: var(--base-font-color);
}
.news-tag::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: var(--color--gr);
}
@media screen and (max-width: 1023px) {
  .news-item {
    padding-block: 20px;
    line-height: 1.8;
  }
  .news-item-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: auto;
  }
  .news-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 0;
  }
  .news-date {
    font-size: 1.3rem;
  }
  .news-title {
    gap: 0 10px;
  }
  .news-tag {
    gap: 0 5px;
    font-size: 1.1rem;
    padding: 3px 10px 3px 8px;
  }
  .news-tag::before {
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
}

.modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.modal-mode body {
  overflow: hidden !important;
}
.modal.is-opened {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  z-index: 2;
  border-radius: 10px;
  background: #FFF;
}
.modal-section {
  width: min(88%, 1200px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.modal-section > *:last-child {
  margin-bottom: 0;
}
.modal.video-modal .modal-inner {
  background: transparent;
  padding: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  inset: 0;
  margin: auto;
  aspect-ratio: 16/9;
  width: min(80%, 800px);
  height: auto;
}
.modal.video-modal .modal-section {
  width: 100%;
  margin: auto;
}
.modal.video-modal .modal-section .video {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.modal-heading {
  font-size: 1.8rem;
  margin: 0 0 30px;
}
.modal-heading:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .modal-inner {
    top: 73px;
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
  .modal-heading {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
  .modal-heading:not(:first-child) {
    margin-top: 30px;
  }
  .modal.video-modal .modal-inner {
    width: auto;
    max-height: min(80%, 100% - 100px);
    inset: 0 5%;
  }
}

.close-button {
  position: fixed;
  z-index: 3;
  top: 45px;
  right: 60px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.close-button-label {
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.close-button .close-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.close-button .close-icon::before, .close-button .close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 1px solid #000;
  width: 45px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.video-modal .close-button .close-icon::before, .video-modal .close-button .close-icon::after {
  border-top-color: #FFF;
}

.close-button .close-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .close-button {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .close-button .close-icon::before, .close-button .close-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-top-width: 1px;
    width: 32px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    border-top-color: #FFF;
  }
  .close-button .close-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

.ordered-description-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0 1fr;
  grid-template-columns: auto 1fr;
  counter-reset: list;
  gap: 0.5em 0;
}
.ordered-description-list > div {
  display: -ms-grid;
  display: grid;
  grid-column: 1/-1;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  counter-increment: list;
  gap: 0 0.2em;
}
.ordered-description-list > div::before {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
  content: counter(list) ". ";
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -ms-grid-column-align: start;
      justify-self: start;
  white-space: nowrap;
}
.ordered-description-list > div dt {
  -ms-grid-column: 2;
  grid-column: 2;
}
.ordered-description-list > div dd {
  -ms-grid-column: 2;
  grid-column: 2;
}

.support-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  background: var(--bg-color);
  border-radius: 20px 20px 0 0;
  margin-block: var(--section-margin) calc(var(--section-margin) * -1) !important;
  padding-block: var(--section-margin);
}
.support-index .link-group {
  padding: 0;
  margin-block: 0;
}
.support-index .link-group-title {
  margin-inline: 0;
  margin-block: 0 30px;
  padding: 0;
  min-height: 0;
  min-width: 0;
}
@media screen and (max-width: 1023px) {
  .support-index {
    gap: 40px;
  }
  .support-index .link-group-title {
    margin-block: 0 20px;
  }
}

.faq-icon,
.login-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 56px;
  height: 56px;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .faq-icon,
  .login-icon {
    width: 36px;
    height: 36px;
  }
}

.faq-icon {
  background-image: url(/assets/images/icn_faq.svg);
}

.login-icon {
  background-image: url(/assets/images/icn_login.svg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  padding: 0 30px;
  background: #FFF;
}
@media screen and (max-width: 1023px) {
  .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 15px;
  }
}
.header .site-title {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 auto 0 0;
}
.header .site-title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.header .site-title-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header .site-title-logo-image {
  height: 36px;
  width: auto;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .header .site-title-logo-image {
    height: 20px;
  }
}

.nav {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
          flex: 2 2 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.nav-inner {
  height: 100%;
}
.nav-button {
  display: none;
}
.nav-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 0 0 auto;
}
.nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  line-height: 1.5;
}
.nav-item .toggle-button {
  display: none;
}
@media (hover: hover) {
  .nav-link:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
  .nav-link:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
}
.nav-link[href="/news/"], .nav-link[href="/contact/"] {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(13vw, 146px);
  height: 67px;
  padding: 0;
  border: 1px solid var(--color--gy);
  border-radius: 67px;
  margin: 0 0 0 min(1vw, 15px);
}
@media (hover: hover) {
  .nav-link[href="/news/"]:where(:-moz-any-link, :enabled, summary):hover, .nav-link[href="/contact/"]:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
    border-color: var(--color--main);
  }
  .nav-link[href="/news/"]:where(:any-link, :enabled, summary):hover, .nav-link[href="/contact/"]:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
    border-color: var(--color--main);
  }
}
.nav-link[href="/contact/"] {
  background: var(--color--gy);
  color: #FFF;
  margin: 0 0 0 5px;
}
@media (hover: hover) {
  .nav-link[href="/contact/"]:where(:-moz-any-link, :enabled, summary):hover {
    color: #FFF;
    background: var(--color--main);
  }
  .nav-link[href="/contact/"]:where(:any-link, :enabled, summary):hover {
    color: #FFF;
    background: var(--color--main);
  }
}
.nav-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 min(1vw, 15px);
  letter-spacing: min(0.08vw, 0.1em);
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .nav-item:hover .nav-child-list {
    visibility: visible;
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
.nav-item:has(.nav-child-list)::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: var(--header-height) 0 0;
  pointer-events: none;
  -webkit-transition: 0.2s 0.2s ease;
  transition: 0.2s 0.2s ease;
}
.nav-item:has(.nav-child-list):hover::before {
  background: rgba(0, 0, 0, 0.16);
}
.nav-item:has(.nav-child-list) .nav-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 67px;
  margin-top: 6px;
  padding-bottom: 6px;
  -webkit-transition: color 0.2s ease, opacity 0.2s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.2s ease, opacity 0.2s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.nav-item:has(.nav-child-list) .nav-label::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: var(--bg-color);
  border-radius: 20px 20px 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.nav-item:has(.nav-child-list):hover .nav-label {
  color: var(--color--main);
}
.nav-item:has(.nav-child-list):hover .nav-label::before {
  opacity: 1;
}
.nav-child-list {
  background: var(--bg-color);
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .nav-child-list {
    position: absolute;
    inset: 100% 0 auto;
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    visibility: hidden;
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    height: auto !important;
    -webkit-transition: visibility 0.2s 0.2s ease, opacity 0.2s 0.2s ease, clip-path 0.2s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: visibility 0.2s 0.2s ease, opacity 0.2s 0.2s ease, clip-path 0.2s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    padding: 30px calc((100vw - (var(--content-width) + var(--margin--l) * 2)) / 2) 50px;
    gap: 30px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-label:hover + .nav-child-list {
    visibility: visible;
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
.nav-child-item {
  list-style: none;
  margin: 0;
}
.nav-child-item .nav-child-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 10px;
}
@media (hover: hover) {
  .nav-child-item .nav-child-link:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
  .nav-child-item .nav-child-link:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
}
.nav-child-item .nav-child-link .arrow-s-icon {
  margin: 0 0 0 auto;
  background-color: #FFF;
}
.nav-child-item--index {
  grid-column: 1/-1;
  font-size: 2.2rem;
  font-weight: 500;
}
.nav-child-item--index .nav-child-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 14px 14px 30px;
  margin: 0 0 0 -30px;
  border: 1px solid var(--border-color);
  color: var(--color--main);
}
@media (hover: hover) {
  .nav-child-item--index .nav-child-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #FFF;
    background: var(--color--main);
    border: 1px solid var(--color--main);
  }
  .nav-child-item--index .nav-child-link:where(:any-link, :enabled, summary):hover {
    color: #FFF;
    background: var(--color--main);
    border: 1px solid var(--color--main);
  }
  .nav-child-item--index .nav-child-link:where(:-moz-any-link, :enabled, summary):hover .arrow-icon {
    background-color: #FFF;
  }
  .nav-child-item--index .nav-child-link:where(:any-link, :enabled, summary):hover .arrow-icon {
    background-color: #FFF;
  }
  .nav-child-item--index .nav-child-link:where(:-moz-any-link, :enabled, summary):hover .arrow-icon::before {
    background-color: var(--color--main);
  }
  .nav-child-item--index .nav-child-link:where(:any-link, :enabled, summary):hover .arrow-icon::before {
    background-color: var(--color--main);
  }
}
@media screen and (max-width: 1023px) {
  .nav-mode body {
    overflow: hidden !important;
  }
  .nav-button {
    display: block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 0 auto;
  }
  .nav-button::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    height: 1px;
    border-top: 1px solid;
    color: var(--base-font-color);
    width: 25px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .nav-button-inner {
    position: absolute;
    inset: 0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .nav-button-inner::before, .nav-button-inner::after {
    content: "";
    position: absolute;
    inset: -8px 0 0;
    margin: auto;
    border-top: 1px solid;
    height: 1px;
    color: var(--base-font-color);
    width: 25px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .nav-button-inner::after {
    inset: 8px 0 0;
  }
  .nav-mode .nav-button::before {
    opacity: 0;
  }
  .nav-mode .nav-button-inner::before, .nav-mode .nav-button-inner::after {
    rotate: 45deg;
    inset: 0;
  }
  .nav-mode .nav-button-inner::after {
    rotate: -45deg;
  }
  .nav::before {
    content: "";
    position: fixed;
    z-index: 2;
    inset: var(--header-height) 0 0;
    background: rgba(0, 0, 0, 0.16);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .nav.is-opened::before {
    visibility: visible;
    opacity: 1;
  }
  .nav-inner {
    visibility: hidden;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 4;
    inset: var(--header-height) 0 0;
    padding: 0;
    height: auto;
    -webkit-transition: visibility 0.4s ease, clip-path 0.4s ease;
    transition: visibility 0.4s ease, clip-path 0.4s ease;
    overflow: auto;
    pointer-events: none;
    background: #FFF;
    clip-path: inset(0 0 100% 0);
    container-type: inline-size;
  }
  .nav.is-opened .nav-inner {
    visibility: visible;
    pointer-events: initial;
    clip-path: inset(0 0 0 0);
  }
  .nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: var(--content-width);
    height: auto;
    margin: 20px auto;
  }
  .nav-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .nav-link[href="/news/"], .nav-link[href="/contact/"] {
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 20px 0 0;
  }
  .nav-link[href="/contact/"] {
    margin: 10px 0 0;
  }
  .nav-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 0;
    cursor: default;
  }
  .nav-item:has(.nav-child-list)::before {
    display: none;
  }
  .nav-item:has(.nav-child-list) .nav-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0;
    color: var(--base-font-color) !important;
  }
  .nav-item:has(.nav-child-list) .nav-label::before {
    display: none;
  }
  .nav-item:has(.nav-child-list) .nav-label .toggle-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-child-list {
    position: relative;
    inset: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    opacity: 1;
    margin-inline: calc(50% - 50cqw);
    padding-inline: calc(50cqw - 50%);
    overflow: hidden;
  }
  .nav-child-item {
    list-style: none;
    margin: 0;
  }
  .nav-child-item .nav-child-link {
    gap: 0 10px;
    padding-inline: 6px;
  }
  .nav-child-item .nav-child-link .arrow-s-icon {
    background-color: #FFF;
  }
  .nav-child-item--index {
    font-size: 1.8rem;
  }
  .nav-child-item--index .nav-child-link {
    gap: 0 10px;
    width: auto;
    height: auto;
    padding: 6px 6px 6px 20px;
    margin: 0;
  }
  .nav-child-item--index .nav-child-link .arrow-icon {
    margin-left: auto;
  }
  .nav-child-item:first-child {
    margin-top: 20px;
  }
  .nav-child-item:last-child {
    margin-bottom: 30px;
  }
}

.footer-lower .eneos-group-link::after, .footer-nav-child-link[target=_blank]::after, a[target=_blank] .footer-nav-label::after {
  content: "";
  display: inline-block;
  background-color: var(--color--main);
  width: 14px;
  height: 14px;
  -webkit-mask-image: url(../images/icn_arrow_ext.svg);
          mask-image: url(../images/icn_arrow_ext.svg);
  -webkit-mask-size: 11px auto;
          mask-size: 11px auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  margin-inline: 5px 0;
  vertical-align: middle;
}

.footer {
  position: relative;
  container-type: inline-size;
}
.footer-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: var(--section-margin) 0 0;
  padding-block: var(--section-margin);
  background-color: var(--color--dk-gy);
  padding-inline: var(--content-padding--xl);
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
  line-height: 1.6;
}
.footer-nav .site-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer-nav .site-title-logo-image {
  width: auto;
  height: 24px;
}
.footer-nav-list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  gap: 50px;
  margin-bottom: -50px;
}
.footer-nav-item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  list-style: none;
  margin: 0 0 30px;
}
.footer-nav-item:has([href="/corporate/"]) {
  -webkit-column-break-after: always;
     -moz-column-break-after: always;
          break-after: always;
}
.footer-nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 10px;
  color: #FFF;
}
@media (hover: hover) {
  .footer-nav-link:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
  .footer-nav-link:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
}
.footer-nav-link::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--color--main);
  -webkit-transform: translate(0, -0.1em);
          transform: translate(0, -0.1em);
}
.footer-nav-label {
  font-size: 1.7rem;
  font-weight: 500;
}
.footer-nav-child-list {
  margin: 20px 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
.footer-nav-child-item {
  list-style: none;
  margin: 0;
}
.footer-nav-child-link {
  display: inline-block;
  color: #CCC;
  font-size: 1.3rem;
}
@media (hover: hover) {
  .footer-nav-child-link:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
  .footer-nav-child-link:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
}
@media screen and (max-width: 1280px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer-nav {
    width: 100%;
    gap: 30px 0;
  }
  .footer-nav .site-title-logo-image {
    height: 16px;
  }
  .footer-nav-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
    gap: 20px;
    margin-bottom: 0;
  }
  .footer-nav-item {
    margin: 0;
  }
  .footer-nav-link {
    gap: 0 10px;
  }
  .footer-nav-label {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .footer-nav-child-list {
    display: none;
    margin: 15px 0 0 16px;
    gap: 10px 0;
  }
  .footer-nav-child-link {
    font-size: 1.2rem;
  }
}
.footer-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  background-color: #000;
  padding: 0 50px 50px;
}
.footer-lower .utility-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
  width: 100%;
  margin: 0 -50px 30px;
  padding: 30px 50px;
  border-bottom: 1px solid var(--color--gy);
}
.footer-lower .utility-nav-item {
  list-style: none;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.6;
}
.footer-lower .utility-nav-link {
  color: #FFF;
}
@media (hover: hover) {
  .footer-lower .utility-nav-link:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  .footer-lower .utility-nav-link:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
    opacity: 0.8;
  }
}
.footer-lower .eneos-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  line-height: 1;
  margin-inline: 0 auto;
}
.footer-lower .eneos-group-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer-lower .eneos-group-label-image {
  height: 23px;
  width: auto;
}
.footer-lower .eneos-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 40px;
  margin: 0;
  padding-inline: 25px 0;
  border-left: 1px solid #1a1a1a;
}
.footer-lower .eneos-group-item {
  list-style: none;
  margin: 0;
}
.footer-lower .eneos-group-item:first-child {
  width: 100%;
}
.footer-lower .eneos-group-item-image {
  height: 16px;
  width: auto;
}
.footer-lower .eneos-group-item-image--descender {
  margin-bottom: -5px;
  height: 21px;
}
.footer-lower .eneos-group-link::after {
  background-color: #FFF;
}
.footer-lower .copyright {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #CBCBCB;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1023px) {
  .footer-lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
    padding: 0 23px 40px;
  }
  .footer-lower .utility-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
    gap: 20px 30px;
    margin: 0 -23px;
    padding: 30px 23px;
  }
  .footer-lower .utility-nav-item {
    list-style: none;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .footer-lower .utility-nav-link {
    color: #FFF;
  }
}
@media screen and (max-width: 1023px) and (hover: hover) {
  .footer-lower .utility-nav-link:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  .footer-lower .utility-nav-link:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
    opacity: 0.8;
  }
}
@media screen and (max-width: 1023px) {
  .footer-lower .eneos-group {
    width: auto;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .footer-lower .eneos-group-label-image {
    width: auto;
    height: 13px;
  }
  .footer-lower .eneos-group-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding-inline: 0;
    border: none;
  }
  .footer-lower .eneos-group-item {
    list-style: none;
    margin: 0;
  }
  .footer-lower .eneos-group-item:first-child {
    width: auto;
  }
  .footer-lower .eneos-group-item-image {
    width: auto;
    height: 10px;
  }
  .footer-lower .eneos-group-item-image--descender {
    height: 13px;
    margin-bottom: -3px;
  }
  .footer-lower .copyright {
    font-size: 1rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .footer .pagetop-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute !important;
    right: 30px;
    top: auto !important;
    bottom: 0 !important;
    height: 100px;
  }
  .footer .pagetop-button-icon {
    -webkit-transform: none;
            transform: none;
  }
}

.top {
  position: relative;
  margin-block: 0 var(--section-margin);
}
.top-slogan {
  position: absolute;
  z-index: 2;
  inset: 0 100px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11rem;
  line-height: 1;
  height: 1.2em;
  margin: auto 0;
  white-space: nowrap;
  color: #000;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, #000 80%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #000), to(transparent));
          mask-image: linear-gradient(90deg, #000 80%, transparent 100%);
  mix-blend-mode: screen;
  pointer-events: none;
}
.top-slogan-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-animation: loop-slider 70s infinite linear 1s both;
          animation: loop-slider 70s infinite linear 1s both;
  padding-right: 1em;
  background-color: var(--color--main);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
}
@-webkit-keyframes loop-slider {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slider {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.top-slider {
  border-radius: 20px;
}
.top-slider-item::before, .top-slider-item::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}
.top-slider-item::after {
  inset: 0 50% 0 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: overlay;
}
.top-slider .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.top-slider .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.top-slider .top-image {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-slider-indicator {
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 100px;
  height: 100px;
}
.top-slider-indicator .circle {
  display: block;
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #FFF;
  border-radius: 50%;
  overflow: hidden;
}
.top-slider-indicator .circle svg {
  width: 100%;
  height: 100%;
  fill: #FFF;
}
.top-slider-indicator .circle-inner {
  stroke: var(--color--main);
  stroke-width: 10px;
  stroke-dasharray: 201.056px;
  stroke-dashoffset: 201.056px;
}
.top-slider-indicator .current {
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-family: var(--en-font);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.top-slider .swiper-slide[class*=-active] .top-image {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top-slider .swiper-slide[class*=-active] .top-slider-indicator .circle-inner {
  -webkit-animation: circle linear both;
          animation: circle linear both;
}
.modal-mode .top-slider .swiper-slide[class*=-active] .top-slider-indicator .circle-inner {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes circle {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes circle {
  100% {
    stroke-dashoffset: 0;
  }
}
.top-image {
  width: 100%;
  max-height: min(90vh - var(--header-height), 800px);
  -o-object-fit: cover;
     object-fit: cover;
}
.top-content {
  position: absolute;
  z-index: 3;
  inset: auto 0 50px;
  margin: 0 auto;
}
.top-text {
  font-size: 3rem;
  line-height: 1.5;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  min-height: 100px;
  width: 300px;
  border-radius: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 25px 14px 30px;
  margin: 0;
  background-color: var(--color--main);
  color: #FFF;
}
.top-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.top-button-label {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
          flex: 2 2 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.top-button-label .more {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.top-button .arrow-icon--inv {
  margin-left: auto;
  border: 1px solid #FFF;
  background-color: var(--color--main);
}
.top-button .arrow-icon--inv::before {
  background-color: #FFF !important;
}
@media (hover: hover) {
  .top-button:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
    background: #FFF;
  }
  .top-button:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
    background: #FFF;
  }
  .top-button:where(:-moz-any-link, :enabled, summary):hover .arrow-icon--inv {
    border-color: #FFF;
    background-color: var(--color--main) !important;
  }
  .top-button:where(:any-link, :enabled, summary):hover .arrow-icon--inv {
    border-color: #FFF;
    background-color: var(--color--main) !important;
  }
}
.top .scroll-text {
  position: absolute;
  z-index: 3;
  inset: 0 30px 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: auto 0 auto auto;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #FFF;
}
.top .scroll-text .scroll-line {
  position: relative;
  display: block;
  width: 3px;
  height: 60px;
  overflow: hidden;
  border-radius: 3px;
}
.top .scroll-text .scroll-line::before, .top .scroll-text .scroll-line::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: 0 auto;
  width: 1px;
  height: 100%;
  background: #FFF;
}
.top .scroll-text .scroll-line::after {
  z-index: 2;
  height: 20px;
  width: 3px;
  border-radius: 3px;
  background: var(--color--main);
  -webkit-animation: scrollLine 2s linear 0s normal infinite both;
          animation: scrollLine 2s linear 0s normal infinite both;
}
@-webkit-keyframes scrollLine {
  0% {
    inset: -20px 0 0;
  }
  100% {
    inset: 100% 0 0;
  }
}
@keyframes scrollLine {
  0% {
    inset: -20px 0 0;
  }
  100% {
    inset: 100% 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .top-slogan {
    inset: 0 50px 0 0;
    font-size: min(15vw, 11rem);
  }
  .top-slider-item::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    inset: 50% 0 0;
  }
  .top-slider .top-image {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .top-slider-indicator {
    width: 60px;
    height: 60px;
  }
  .top-slider-indicator .circle {
    width: 60px;
    height: 60px;
  }
  .top-slider-indicator .circle-inner {
    stroke-width: 10px;
  }
  .top-slider-indicator .current {
    font-size: 1.5rem;
  }
  .top-image {
    max-height: none;
    height: clamp(400px, 100vh - var(--header-height) - 100px, 800px);
  }
  .top-content {
    position: absolute;
    z-index: 3;
    inset: auto 0 40px;
    margin: 0 auto;
  }
  .top-text {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .top-button {
    gap: 0 10px;
    min-height: 60px;
    width: 200px;
    padding: 8px 12px 8px 30px;
  }
  .top-button-wrapper {
    gap: 10px;
  }
  .top-button-label {
    font-size: 1.4rem;
  }
  .top-button-label .more {
    font-size: 1.1rem;
  }
  .top .scroll-text {
    inset: 0 10px 0 auto;
    gap: 10px;
    font-size: 1rem;
  }
  .top .scroll-text .scroll-line {
    height: 40px;
  }
  .top .scroll-text .scroll-line::after {
    height: 15px;
  }
}

.home-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em 0;
}
.home-section-heading::before {
  display: none;
}
.home-section-heading-en {
  display: block;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.home-section-heading-ja {
  display: block;
  color: var(--color--main);
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 0;
}
.home-section-child-heading {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .home-section-heading-en {
    font-size: max(4.8rem, 6vw);
  }
  .home-section-child-heading {
    font-size: 1.8rem;
  }
  .home-section-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-section-grid--2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
  .home-section-grid--2col {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.home-important-info-heading {
  text-align: center;
}

.important-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}
.important-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-block: 40px;
  line-height: 1.8;
  border-top: 1px solid var(--border-color);
}
.important-info-item:last-child {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.important-info-item .attention-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: url(/assets/images/icn_attention.svg) no-repeat center center;
  background-size: contain;
  width: 33px;
  height: 33px;
}
.important-info-item .arrow-s-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-inline: auto 0;
}
.important-info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  width: 100%;
}
.important-info-link[href*=".pdf"] .arrow-s-icon {
  content: "";
  background-image: url(/assets/images/icn_pdf.svg);
  background-size: contain;
  background-color: transparent !important;
  border-radius: 0;
}
.important-info-link[href*=".pdf"] .arrow-s-icon::before {
  display: none;
}
@media screen and (max-width: 1023px) {
  .important-info-item {
    padding-block: 20px;
  }
  .important-info-item .attention-icon {
    width: 30px;
    height: 30px;
  }
  .important-info-link {
    gap: 0 10px;
  }
}

.home-consumer-header,
.home-business-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
  background-color: var(--bg-color);
  border-radius: 20px 20px 0 0;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.home-consumer-header-text,
.home-business-header-text {
  padding-block: 200px 60px;
}
.home-consumer-header-text :last-child,
.home-business-header-text :last-child {
  margin-bottom: 0;
}
.home-consumer-image,
.home-business-image {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-consumer-image-wrapper,
.home-business-image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: min(40cqw, 600px);
  min-height: 690px;
  margin-block: 100px 0;
}
.home-consumer .contents-index,
.home-business .contents-index {
  position: relative;
  z-index: 2;
  margin-block: -40px 60px;
}
@media screen and (max-width: 1023px) {
  .home-consumer-header,
  .home-business-header {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 0 50px;
  }
  .home-consumer-header-text,
  .home-business-header-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-block: 0 50px;
  }
  .home-consumer-image,
  .home-business-image {
    border-radius: 20px !important;
  }
  .home-consumer-image-wrapper,
  .home-business-image-wrapper {
    width: auto;
    height: min(65vw, 350px);
    min-height: 0;
    margin-block: 0 40px !important;
    margin-inline: calc(50% - 50cqw);
  }
  .home-consumer .contents-index,
  .home-business .contents-index {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-block: -20px 30px;
  }
  .home-consumer .contents-index .thumbnail,
  .home-business .contents-index .thumbnail {
    aspect-ratio: 620/250;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.home-consumer-header-text {
  margin-right: 0;
}
.home-consumer-image {
  border-radius: 20px 0 0 20px;
}
.home-business-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home-business-header-text {
  margin-left: 0;
}
.home-business-image {
  border-radius: 0 20px 20px 0;
}
.home-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid var(--border-color);
  padding-block: var(--section-margin);
  margin-block: 0;
  gap: 0 40px;
}
.home-news-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 45%;
}
.home-news-header .more-button-wrapper {
  margin-block: 30px;
}
.home-news-header .more-button-label {
  font-weight: 700;
}
.home-news-heading {
  margin-block: 0 30px;
}
.home-news-heading .home-section-heading-en {
  font-size: min(6vw, 8rem);
}
.home-news .news-list {
  margin-block: 0;
}
.home-news .news-item-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: auto;
}
.home-news .news-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px 0;
}
@media screen and (max-width: 1023px) {
  .home-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-news-header {
    width: auto;
    margin-block: 0 40px;
  }
  .home-news-header .more-button-wrapper {
    margin-block: 20px;
  }
  .home-news-heading {
    margin-block: 0 20px;
  }
  .home-news-heading .home-section-heading-en {
    font-size: max(4.8rem, 6vw);
  }
}

.home-corporate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  border-top: 1px solid var(--border-color);
  padding-block: 35px 0;
}
.home-corporate-image {
  border-radius: 0 10px 10px 0;
}
.home-corporate-image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50cqw - 35px);
}
.home-corporate-text {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.home-corporate-heading {
  gap: 30px 0;
}
.home-corporate-heading-en {
  position: relative;
  font-size: 2rem;
}
.home-corporate-heading-en::before {
  content: "";
  position: absolute;
  inset: 0.3em calc(100% + 10px) auto auto;
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--color--main);
  border-radius: 50%;
}
.home-corporate-index {
  display: -ms-grid;
  display: grid;
  gap: 30px 50px;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
.home-corporate-index-item {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  line-height: 1.8;
  font-weight: 500;
}
.home-corporate-index-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0 10px;
}
.home-corporate-index-link .arrow-s-icon {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media screen and (max-width: 1023px) {
  .home-corporate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    padding-block: 35px 0;
  }
  .home-corporate-image {
    border-radius: 0 20px 20px 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-corporate-image-wrapper {
    height: min(65vw, 350px);
    width: auto;
    margin-block: 0;
  }
  .home-corporate-text {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  .home-corporate-heading {
    gap: 30px 0;
  }
  .home-corporate-heading-en {
    font-size: 1.6rem;
  }
  .home-corporate-heading-en::before {
    inset: 0.3em calc(100% + 8px) auto auto;
    width: 7px;
    height: 7px;
  }
  .home-corporate-index {
    display: -ms-grid;
    display: grid;
    gap: 20px 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
  }
  .home-corporate-index-item {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    line-height: 1.8;
    font-weight: 500;
  }
  .home-corporate-index-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: first baseline;
        -ms-flex-align: first baseline;
            align-items: first baseline;
    gap: 0 10px;
  }
  .home-corporate-index-link .arrow-s-icon {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}

.home-ir,
.home-recruit {
  border-top: 1px solid var(--border-color);
  padding: 35px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.home-ir .thumbnail,
.home-recruit .thumbnail {
  border-radius: 10px;
}
.home-ir .thumbnail-wrapper,
.home-recruit .thumbnail-wrapper {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.home-ir:not(:first-of-type),
.home-recruit:not(:first-of-type) {
  border-left: 1px solid var(--border-color);
}
.home-ir-link,
.home-recruit-link {
  display: block;
  min-height: 150px;
}
.home-ir-heading,
.home-recruit-heading {
  gap: 30px 0;
  margin-block: 0;
  padding-inline: 30px;
}
.home-ir-heading-en,
.home-recruit-heading-en {
  position: relative;
  font-size: 2rem;
  color: var(--base-font-color);
}
.home-ir-heading-en::before,
.home-recruit-heading-en::before {
  content: "";
  position: absolute;
  inset: 0.3em calc(100% + 10px) auto auto;
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--color--main);
  border-radius: 50%;
}
.home-ir-heading-ja,
.home-recruit-heading-ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 10px;
}
.home-ir-heading-ja .arrow-s-icon,
.home-recruit-heading-ja .arrow-s-icon {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media screen and (max-width: 1023px) {
  .home-ir,
  .home-recruit {
    padding: 35px var(--content-padding--l) 0;
  }
  .home-ir-heading,
  .home-recruit-heading {
    padding-inline: 20px;
  }
  .home-ir-heading-en,
  .home-recruit-heading-en {
    font-size: 1.6rem;
  }
  .home-ir-heading-en::before,
  .home-recruit-heading-en::before {
    inset: 0.3em calc(100% + 8px) auto auto;
    width: 7px;
    height: 7px;
  }
}

.home-charge {
  background-color: var(--color--main);
  border-radius: 20px 20px 0 0;
  margin-bottom: calc(var(--section-margin) * -1) !important;
  padding-block: 70px;
}
.home-charge-index {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  margin: 0;
}
.home-charge-index-item {
  list-style: none;
  margin: 0;
}
.home-charge-index-item:first-child:last-child {
  width: var(--content-width);
  margin: 0 auto;
}
.home-charge-index-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  min-height: 120px;
  background: #FFF;
  border-radius: 10px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-charge-index-link .arrow-icon {
  margin-left: auto;
}
@media (hover: hover) {
  .home-charge-index-link:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
  .home-charge-index-link:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
}
@media screen and (max-width: 1023px) {
  .home-charge {
    padding-block: 40px;
  }
  .home-charge-heading {
    gap: 15px;
  }
  .home-charge-heading-en {
    font-size: 2.6rem;
  }
  .home-charge-heading-ja {
    font-size: 1.5rem;
  }
  .home-charge-index {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .home-charge-index-link {
    gap: 0 10px;
    font-size: 1.6rem;
    padding: 10px 20px;
    min-height: 80px;
  }
}

.news-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-block: 0 60px;
  margin-block: 0 40px;
  border-bottom: 1px solid var(--border-color);
}
.news-filter select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--border-color);
  padding-inline: 25px 50px;
  border-radius: 30px;
  font-weight: 700;
  background: url(/assets/images/icn_select.svg) no-repeat;
  background-size: 20px auto;
  background-position: calc(100% - 20px) calc(50% + 2px);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.news-filter select:active {
  color: var(--color--main);
  border-color: var(--color--main);
}
@media (hover: hover) {
  .news-filter select:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
  .news-filter select:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
}
@media screen and (max-width: 1023px) {
  .news-filter {
    gap: 10px;
    padding-block: 0 30px;
    margin-block: 0 20px;
  }
  .news-filter select {
    height: 40px;
    padding-inline: 15px 40px;
    background-size: 16px auto;
    background-position: calc(100% - 15px) calc(50% + 1px);
  }
}

.news-article .news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  margin-block: 0 100px;
}
.news-article .news-title {
  display: block;
  position: relative;
  width: 100%;
  font-size: 3rem;
  font-weight: 500;
  border-top: 1px solid var(--border-color);
  padding-block: 20px 0;
  margin-block: 0;
}
.news-article .news-title--s {
  font-size: 2.6rem;
}
.news-article .news-title::before {
  content: "";
  position: absolute;
  inset: -1px 0 0;
  display: block;
  width: 85px;
  border-top: 1px solid var(--color--main);
}
.news-article h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-block: 50px;
}
.news-article h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-block: 50px;
}
.news-article ol li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  margin-left: 3.5em;
}
.news-article ol li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em;
  width: 3em;
  text-align: right;
  position: absolute;
  inset: 0 auto auto 0;
}
.news-article figure {
  margin-block: 50px;
}
.news-article figure figcaption {
  margin-block: 20px;
}
.news-article table {
  border: 1px solid var(--border-color);
  line-height: 1.8;
}
.news-article table th,
.news-article table td {
  border: 1px solid var(--border-color);
  padding: 10px;
  width: auto;
}
.news-article table th.wid--5em,
.news-article table td.wid--5em {
  width: 5em;
}
.news-article table th {
  background-color: var(--bg-color);
  text-align: center;
  vertical-align: middle;
}
.news-article a {
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .news-article .news-header {
    gap: 15px;
    margin-block: 0 50px;
  }
  .news-article .news-title {
    font-size: 2.2rem;
    font-weight: 500;
    padding-block: 20px 0;
  }
  .news-article .news-title::before {
    width: 70px;
  }
  .news-article h2 {
    font-size: 1.8rem;
    margin-block: 40px;
  }
  .news-article h3 {
    font-size: 1.5rem;
    margin-block: 40px;
  }
  .news-article figure {
    margin-block: 40px;
  }
  .news-article figure figcaption {
    margin-block: 10px;
  }
}

.message > p {
  font-size: 1.9rem;
}
.message-heading {
  font-size: 3rem;
  font-weight: 500;
}
.message-president {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  background-color: var(--bg-color);
  border-radius: 10px;
  overflow: hidden;
  margin-block: var(--child-section-margin);
}
.message-president-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 30px;
}
.message-president-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.message-president-description {
  line-height: 1.8;
  margin: 0;
  font-size: 1.5rem;
}
.message-president-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  margin-block: 20px 0;
  gap: 20px;
}
.message-president-name::before {
  content: "";
  display: block;
  width: 50px;
  border-top: 2px solid var(--color--main);
}
@media screen and (max-width: 1023px) {
  .message > p {
    font-size: 1.5rem;
  }
  .message-heading {
    font-size: 2.2rem;
  }
  .message-president {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .message-president-description {
    font-size: 1.4rem;
  }
  .message-president-name {
    font-size: 1.8rem;
  }
}

.carbonneutral-slogan {
  position: relative;
  z-index: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: calc(var(--section-margin) * -1 - 3.5em);
  margin-left: auto;
  font-size: 2.6rem;
  line-height: 2;
  font-weight: 500;
}
.carbonneutral-slogan-inner {
  display: inline-block;
  line-height: 1.6;
  color: #FFF;
  background-color: var(--color--main);
  border-radius: 10px;
  padding: 0 0.5em 0.1em;
}
@media screen and (max-width: 1220px) {
  .carbonneutral-slogan {
    margin-top: calc(var(--section-margin) * -1 - 0.8em);
  }
}
@media screen and (max-width: 1023px) {
  .carbonneutral-slogan {
    margin: calc(var(--section-margin) * -1 - 0.8em) 0 50px 0;
    font-size: 1.7rem;
  }
  .carbonneutral-slogan-inner {
    border-radius: 5px;
  }
}

.overview-map {
  width: 100%;
  height: 400px;
}
.overview-map-wrapper {
  margin: 20px 0;
}

.history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.history-year {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
  color: var(--color--main);
  font-weight: 700;
  font-size: 1.5rem;
}
.history-year::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 25px;
  bottom: -80px;
  border-right: 1px solid var(--color--main);
}
.history-year-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  gap: 0.1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bg-color);
  border-radius: 10px;
}
.history-year-label::before {
  content: "";
  position: absolute;
  inset: 0 20px 0 auto;
  margin: auto 0;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: var(--color--main);
}
.history-year-label .number {
  font-family: var(--en-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.history-item:last-child .history-year::before {
  bottom: -40px;
  border-right-style: dashed;
}
.history-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.8;
  min-height: 80px;
}
.history-description :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .history-list {
    gap: 20px;
  }
  .history-item {
    gap: 10px;
  }
  .history-year {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    font-size: 1.3rem;
  }
  .history-year::before {
    top: 25px;
    right: 19px;
    bottom: -45px;
  }
  .history-year-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
  }
  .history-year-label::before {
    inset: 0 15px 0 auto;
    width: 9px;
    height: 9px;
  }
  .history-year-label .number {
    font-size: 2rem;
  }
  .history-item:last-child .history-year::before {
    bottom: -20px;
  }
  .history-description {
    min-height: 50px;
    font-size: 1.3rem;
  }
}

.purpose {
  background-color: var(--bg-color);
  border-radius: 0 0 20px 20px;
  -webkit-margin-before: calc(var(--section-margin) * -1 - 20px);
          margin-block-start: calc(var(--section-margin) * -1 - 20px);
  padding-block: 60px;
}
.purpose-slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12rem;
  line-height: 1;
  height: 1.2em;
  white-space: nowrap;
  margin-block: 0 40px;
  -webkit-text-stroke: 1px var(--color--main);
  -webkit-text-fill-color: transparent;
}
.purpose-slogan-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-animation: loop-slider 70s infinite linear 1s both;
          animation: loop-slider 70s infinite linear 1s both;
  padding-right: 1em;
}
@keyframes loop-slider {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.purpose-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  border-radius: 20px;
  padding-block: 60px;
}
.purpose-image {
  width: 100%;
  border-radius: 10px;
}
.purpose-image-wrapper {
  position: absolute;
}
.purpose-image-wrapper--01 {
  inset: 15% 0 auto auto;
  width: calc(var(--content-padding) + 60px);
  text-align: left;
}
.purpose-image-wrapper--01 .purpose-image {
  max-width: 450px;
}
.purpose-image-wrapper--02 {
  inset: auto auto 0 0;
  width: calc(var(--content-padding) + 80px);
  -webkit-transform: translate(0, 60%) !important;
          transform: translate(0, 60%) !important;
  text-align: right;
}
.purpose-image-wrapper--02 .purpose-image {
  max-width: 500px;
}
.purpose-image-wrapper--03 {
  position: relative;
  width: 80%;
  margin-block: -30px 0;
  margin-inline: auto calc(var(--margin--l) * -1);
}
.purpose-image-wrapper--03 .purpose-image {
  border-radius: 10px;
}
.purpose-heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 3.8rem;
  font-weight: 500;
  width: 10em;
  margin-inline: calc(var(--margin--l) * -1) 0;
}
.purpose-heading::before {
  display: block;
  content: "";
  width: 120px;
  border-top: 4px solid var(--color--main);
  margin-block: 0 0.5em;
}
.purpose-heading-en {
  display: inline-block;
  font-size: 3rem;
  color: var(--color--main);
  line-height: 1.2;
  margin-block: 0.5em 0;
}
.purpose-body {
  font-size: 2rem;
  font-weight: 500;
  padding-inline: 0 60px;
  margin-block: 30px;
}
.purpose-body > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .purpose {
    padding-block: 40px;
  }
  .purpose-slogan {
    font-size: 6rem;
    margin-block: 0 20px;
    -webkit-text-stroke-width: 0.7px;
  }
  .purpose-inner {
    padding-block: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .purpose-image-wrapper--01 {
    inset: 100px 0 auto auto;
    width: 45%;
    text-align: left;
  }
  .purpose-image-wrapper--02 {
    position: relative;
    width: 70%;
    -webkit-transform: none !important;
            transform: none !important;
    text-align: right;
    -webkit-margin-after: -70px;
            margin-block-end: -70px;
  }
  .purpose-image-wrapper--02 .purpose-image {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .purpose-image-wrapper--03 {
    width: 90%;
    margin-block: -30px 0;
    margin-inline: auto calc(50% - 50cqw);
  }
  .purpose-image-wrapper--03 .purpose-image {
    height: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .purpose-heading {
    position: relative;
    z-index: 2;
    font-size: 2.4rem;
    width: auto;
    margin-inline: -3cqw 0;
  }
  .purpose-heading::before {
    width: 100px;
    border-top-width: 3px;
  }
  .purpose-heading-en {
    font-size: 2rem;
  }
  .purpose-body {
    font-size: 1.6rem;
    padding-inline: 20px;
    margin-block: 30px;
  }
  .purpose-body br {
    display: none;
  }
}

.concept-movie-heading {
  font-size: 8rem;
  line-height: 1;
}
.concept-movie-subheading {
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1.2;
  color: var(--color--main);
}
@media screen and (max-width: 1023px) {
  .concept-movie-heading {
    font-size: 4rem;
  }
  .concept-movie-subheading {
    font-size: 2rem;
  }
}

.power-source-capacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: 50px -30px;
  /* &-digit {
  } */
}
.power-source-capacity-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 50px 10px 0;
  margin-inline: 0 30px;
  border-right: 1px solid var(--border-color);
}
.power-source-capacity-in-operation {
  font-size: 2.4rem;
  line-height: 1.5;
  color: var(--color--main);
}
.power-source-capacity-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: var(--color--main);
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
}
.power-source-capacity-number {
  font-size: 8rem;
  line-height: 1;
}
.power-source-capacity-unit {
  font-size: 4rem;
  line-height: 1.2;
}
.power-source-capacity-addition {
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .power-source-capacity {
    margin-block: 30px -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .power-source-capacity-title {
    font-size: 1.8rem;
    padding: 0 0 10px;
    margin-inline: 0;
    margin-block: 0 10px;
    border-bottom: 1px solid var(--border-color);
    border-right: none;
  }
  .power-source-capacity-in-operation {
    font-size: 1.8rem;
  }
  .power-source-capacity-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 2.6rem;
  }
  .power-source-capacity-number {
    font-size: 5rem;
  }
  .power-source-capacity-digit {
    font-size: 2.6rem;
  }
  .power-source-capacity-unit {
    font-size: 2.8rem;
  }
  .power-source-capacity-addition {
    font-size: 1.4rem;
  }
}
.power-source-facility-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}
.power-source-facility-item .image-wrapper {
  margin-block: 0 10px;
}
.power-source-facility-name {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-block: 0 20px;
  padding-inline: 20px 0;
}
.power-source-facility-name:first-child {
  margin-block: 0 1em;
}
.power-source-facility-name::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--color--main);
  border-radius: 50%;
}
.power-source-facility-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-block: 0;
  line-height: 1.8;
}
.power-source-facility-description-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color--main);
}
.power-source-facility-description-detail {
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .power-source-facility-name {
    padding-inline: 15px 0;
    font-size: 1.5rem;
  }
  .power-source-facility-name::before {
    top: 0.7em;
    width: 7px;
    height: 7px;
  }
  .power-source-facility-description {
    gap: 5px;
  }
  .power-source-facility-description-title {
    font-size: 1.3rem;
  }
  .power-source-facility-description-detail {
    font-size: 1.4rem;
  }
}

.graph-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 20px;
}
.graph-list .section-child-heading {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media screen and (max-width: 1023px) {
  .graph-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.chart-legend {
  background: #FFF;
  border-radius: 10px;
  font-weight: 500;
  padding: 30px;
  margin: 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px 20px;
}
.chart-legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 10px;
  list-style: none;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}
.chart-legend-label {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.chart-legend + .chart-wrapper {
  margin: 60px 40px 40px;
}
.chart-color {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 13px;
}
.chart-color--rd {
  background-color: var(--color--rd);
}
.chart-color--dk-or {
  background-color: var(--color--dk-or);
}
.chart-color--or {
  background-color: var(--color--main);
}
.chart-color--yl {
  background-color: var(--color--yl);
}
.chart-color--gr {
  background-color: var(--color--gr);
}
.chart-color--br {
  background-color: var(--color--br);
}
.chart-color--pl {
  background-color: var(--color--pl);
}
.chart-color--gy {
  background-color: #DBDBDB;
}
@media screen and (max-width: 1023px) {
  .chart-legend {
    padding: 20px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px 15px;
  }
  .chart-legend + .chart-wrapper {
    margin: 40px 20px 20px;
  }
  .chart-legend-item {
    font-size: 1.2rem;
  }
  .chart-color {
    width: 10px;
    height: 10px;
  }
}

.overseas-map-item:nth-child(4)::before, .overseas-map-item:nth-child(2)::before {
  inset: auto 0 calc(100% + 5px);
}
.overseas-map-item:nth-child(4) .overseas-map-link, .overseas-map-item:nth-child(2) .overseas-map-link {
  bottom: 60px;
}

.overseas-map-item:nth-child(5)::before, .overseas-map-item:nth-child(3)::before, .overseas-map-item:nth-child(1)::before {
  inset: calc(100% + 5px) 0 auto;
}
.overseas-map-item:nth-child(5) .overseas-map-link, .overseas-map-item:nth-child(3) .overseas-map-link, .overseas-map-item:nth-child(1) .overseas-map-link {
  top: 60px;
}

.overseas-map {
  background-color: var(--bg-color);
  border-radius: 20px;
  margin-block: var(--child-section-margin);
  padding-block: 60px;
}
.overseas-map-image {
  max-width: none;
  width: 100%;
  height: auto;
}
.overseas-map-inner {
  position: relative;
  text-align: center;
}
.overseas-map-list {
  margin: 0;
  counter-reset: overseas-map-list 0;
}
.overseas-map-item {
  margin: 0;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  counter-increment: overseas-map-list;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.overseas-map-item::before {
  content: "";
  position: absolute;
  border-left: 1px solid var(--color--main);
  width: 0;
  height: 45px;
  margin: auto;
}
.overseas-map-item::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  clip-path: circle(50% at 50% 50%);
  background-color: var(--color--main);
}
.overseas-map-item:nth-child(1) {
  left: 76%;
  top: 43%;
}
.overseas-map-item:nth-child(2) {
  left: 81.5%;
  top: 30.5%;
}
.overseas-map-item:nth-child(3) {
  left: 44.5%;
  top: 78%;
}
.overseas-map-item:nth-child(4) {
  left: 35%;
  top: 36%;
}
.overseas-map-item:nth-child(4)::after {
  visibility: hidden;
}
.overseas-map-item:nth-child(5) {
  left: 33.7%;
  top: 54.5%;
}
.overseas-map-item:nth-child(5) .overseas-map-link {
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
}
.overseas-map-link {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  border: 1px solid var(--color--main);
  background-color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  height: 46px;
  border-radius: 23px;
  padding-inline: 10px 8px;
}
.overseas-map-link::before {
  content: counter(overseas-map-list);
  display: inline-block;
  width: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  font-family: var(--en-font);
  color: var(--color--main);
}
.overseas-map-link .arrow-s-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (hover: hover) {
  .overseas-map-link:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
  .overseas-map-link:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
}
@media screen and (max-width: 1023px) {
  .overseas-map {
    padding-block: 40px;
  }
  .overseas-map-item::before {
    display: none;
  }
  .overseas-map-item::after {
    width: 18px;
    height: 18px;
  }
  .overseas-map-item:nth-child(4)::after {
    visibility: visible;
  }
  .overseas-map-link {
    z-index: 3;
    display: block;
    inset: 0;
    top: auto !important;
    bottom: auto !important;
    left: auto;
    background-color: transparent;
    -webkit-transform: none !important;
            transform: none !important;
    border: none;
    text-indent: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-inline: 0;
  }
  .overseas-map-link::before {
    position: absolute;
    inset: 0;
    color: #FFF;
    text-indent: 0;
    font-size: 1.2rem;
    width: 100%;
    height: 100%;
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
  .overseas-map-link .arrow-s-icon {
    display: none;
  }
}
.overseas-business {
  margin-block: calc(var(--child-section-margin) * -1);
  counter-reset: overseas-business-list 0;
}
.overseas-business-item {
  padding-block: 100px;
  counter-increment: overseas-business-list;
}
.overseas-business-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.overseas-business-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.overseas-business-title::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: counter(overseas-business-list);
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  font-family: var(--en-font);
  color: #FFF;
  background-color: var(--color--main);
  border-radius: 23px;
}
.overseas-business-title::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto 0 60px;
  width: 15px;
  height: 0;
  margin: auto 0;
  border-top: 1px solid var(--color--main);
}
.overseas-business-overview {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  background-color: var(--bg-color);
  border-radius: 20px;
  overflow: hidden;
  margin-block: var(--child-section-margin);
  min-height: 350px;
}
.overseas-business-overview .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.overseas-business-overview .image-wrapper {
  margin: 0;
}
.overseas-business-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  margin: 0;
}
.overseas-business-description-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 5px;
}
.overseas-business-description-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color--main);
  width: 8em;
}
.overseas-business-description-title::after {
  content: "：";
  margin-inline: auto 0;
}
.overseas-business-description-detail {
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .overseas-business-item {
    padding-block: 50px;
  }
  .overseas-business-title {
    gap: 25px;
    font-size: 1.8rem;
  }
  .overseas-business-title::before {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
    border-radius: 18px;
  }
  .overseas-business-title::after {
    inset: 0 auto 0 40px;
    width: 15px;
    height: 0;
  }
  .overseas-business-overview {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .overseas-business-description {
    padding: 30px;
  }
  .overseas-business-description-title {
    font-size: 1.3rem;
    width: 8em;
  }
  .overseas-business-description-detail {
    font-size: 1.4rem;
  }
}

.electricity-icon,
.gas-icon {
  display: block;
  width: 56px;
  height: 56px;
  background: url(/assets/images/icn_electricity.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .electricity-icon,
  .gas-icon {
    width: 36px;
    height: 36px;
  }
}

.gas-icon {
  background-image: url(/assets/images/icn_gas.svg);
}

.contact-step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-after: var(--child-section-margin);
          margin-block-end: var(--child-section-margin);
}
.contact-step::before {
  content: "";
  position: absolute;
  inset: 0 15%;
  height: 0;
  margin: auto 0;
  border-top: 1px solid var(--border-color);
}
.contact-step-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(25%, 200px);
  height: 100px;
  padding: 0 50px;
  font-size: 2rem;
  font-weight: 500;
  border: 1px solid var(--border-color);
  border-radius: 50px;
  background: #FFF;
}
.contact-step-item .num {
  position: absolute;
  inset: auto auto auto 30px;
  font-family: var(--en-font);
  font-size: 3rem;
  font-weight: 600;
  color: var(--color--main);
}
.contact-step-item.is-current {
  border-color: var(--color--main);
  background: var(--color--main);
  color: #FFF;
}
.contact-step-item.is-current .num {
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .contact-step-item {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: min(30%, 200px);
    height: 60px;
    padding: 0 15px 0 35px;
    font-size: 1.4rem;
  }
  .contact-step-item .num {
    inset: auto auto auto 15px;
    font-size: 2rem;
  }
  .contact-step-item.is-current {
    border-color: var(--color--main);
    background: var(--color--main);
    color: #FFF;
  }
  .contact-step-item.is-current .num {
    color: #FFF;
  }
}

.required-mark {
  color: var(--color--main);
}

.contact-message-thanks {
  color: var(--color--main);
  font-size: 3rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .contact-message-thanks {
    font-size: 1.8rem;
  }
}

.contact-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px 0;
  margin-block: var(--child-section-margin);
}
.contact-form > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 14em 30px auto;
  grid-template-columns: 14em auto;
  gap: 30px;
}
.contact-form dt, .contact-form dd {
  border-top: 1px solid var(--border-color);
  padding: 20px;
  line-height: 1.8;
  min-width: 0;
}
.contact-form dt {
  font-size: 1.6rem;
  font-weight: 500;
  padding-block: calc(20px + 0.5em);
}
.contact-form dt.required::after {
  content: "※";
  color: var(--color--main);
}
.contact-form--confirm dt {
  padding-block: 20px;
}
.contact-form dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contact-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.contact-form .form-row--narrow input[type=text], .contact-form .form-row--narrow input[type=tel] {
  max-width: 90px;
}
.contact-form input[type=text], .contact-form [type=tel], .contact-form textarea {
  border-radius: 10px;
  padding: 0.5em 0.7em;
  background-color: var(--bg-color);
  width: 100%;
}
.contact-form [id^=require_], .contact-form #comparison_email_confirmation {
  color: var(--color--main);
  display: none;
}
@media screen and (max-width: 1023px) {
  .contact-form {
    gap: 20px 0;
  }
  .contact-form > div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-form dt, .contact-form dd {
    padding: 10px;
  }
  .contact-form dt {
    font-size: 1.4rem;
    padding-block: 10px 0;
  }
  .contact-form dd {
    border-top: none;
    gap: 10px;
  }
  .contact-form .form-row {
    gap: 10px;
  }
  .contact-form .form-row--narrow input[type=text], .contact-form .form-row--narrow input[type=tel] {
    max-width: 70px;
  }
  .contact-form input[type=text], .contact-form [type=tel], .contact-form textarea {
    border-radius: 5px;
  }
}

.contact-consent-check {
  text-align: center;
}
.contact-consent-check [for$=consent] {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-consent-check [for$=consent]::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  border: 1px solid #999;
  border-radius: 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.contact-consent-check [for$=consent]::after {
  content: "";
  position: absolute;
  inset: auto auto auto 10px;
  width: 10px;
  height: 15px;
  border: 2px solid #FFF;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-margin-before: -5px;
          margin-block-start: -5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.contact-consent-check :checked + [for$=consent]::before {
  border-color: var(--color--main);
  background-color: var(--color--main);
}
.contact-consent-check :checked + [for$=consent]::after {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .contact-consent-check [for$=consent]::before {
    width: 25px;
    height: 25px;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
    border-radius: 8px;
  }
  .contact-consent-check [for$=consent]::after {
    inset: auto auto auto 8px;
    width: 8px;
    height: 12px;
    -webkit-margin-before: -4px;
            margin-block-start: -4px;
  }
  .contact-consent-check :checked + [for$=consent]::before {
    border-color: var(--color--main);
    background-color: var(--color--main);
  }
  .contact-consent-check :checked + [for$=consent]::after {
    visibility: visible;
    opacity: 1;
  }
}

.contact-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.contact-buttons button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 60px) auto;
  grid-template-columns: calc(100% - 60px) auto;
  width: 350px;
  text-align: center;
}
.contact-buttons button.cancel-button .arrow-icon {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 1023px) {
  .contact-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .contact-buttons button {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100% - 45px) auto;
    grid-template-columns: calc(100% - 45px) auto;
    width: clamp(180px, 40%, 300px);
    text-align: center;
  }
}

.renewable-table th, .renewable-table td {
  border-bottom: 1px solid var(--border-color) !important;
  padding: 20px;
  text-align: center;
}
.renewable-table th:not(:first-child), .renewable-table td:not(:first-child) {
  border-left: 1px solid var(--border-color) !important;
}
.renewable-table thead th {
  background-color: var(--bg-color);
  border-radius: 10px 10px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .renewable-table th, .renewable-table td {
    padding: 10px;
  }
  .renewable-table td {
    font-size: 1.2rem;
  }
}

.fuelcost {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-block: 60px;
}
.fuelcost-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px auto;
  grid-template-columns: 150px auto;
}
.fuelcost-year {
  -ms-grid-column: 1;
  grid-column: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: var(--color--main);
  padding: 20px;
  min-height: 180px;
  border-top: 1px solid var(--border-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fuelcost-year-number {
  font-family: var(--en-font);
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0;
}
.fuelcost-year::after {
  content: "";
  position: absolute;
  inset: 20px 0 20px auto;
  border-right: 1px solid var(--color--main);
}
.fuelcost-info {
  -ms-grid-column: 2;
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--border-color);
  padding-inline: 20px;
}
.fuelcost-info-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
  margin-block: 0;
}
.fuelcost-info-item {
  margin: 0;
  list-style: none;
}
.fuelcost-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 24px;
  grid-template-columns: auto 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--border-color);
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 1.5;
  text-align: center;
}
.fuelcost-link::after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
  background-image: url(/assets/images/icn_pdf.svg);
  background-size: contain;
  background-color: transparent !important;
  border-radius: 0;
  width: 24px;
  height: 24px;
  margin-inline: auto 0;
}
.fuelcost-link::after::before {
  display: none;
}
@media (hover: hover) {
  .fuelcost-link:where(:-moz-any-link, :enabled, summary):hover {
    border-color: var(--color--main);
    background-color: var(--color--main);
    color: #FFF;
  }
  .fuelcost-link:where(:any-link, :enabled, summary):hover {
    border-color: var(--color--main);
    background-color: var(--color--main);
    color: #FFF;
  }
}
@media screen and (max-width: 1023px) {
  .fuelcost {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-block: 30px;
  }
  .fuelcost-year {
    grid-column: 1/-1;
    min-height: 0;
    padding-inline: 0;
    padding-block: 20px 10px;
  }
  .fuelcost-year-number {
    font-size: 2.5rem;
  }
  .fuelcost-year::after {
    display: none;
  }
  .fuelcost-info {
    grid-column: 1/-1;
    padding: 20px 0;
    border-top-color: var(--color--main);
  }
  .fuelcost-link {
    font-size: 1.5rem;
  }
  .fuelcost-link::after {
    width: 22px;
    height: 22px;
  }
}

.sitemap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  line-height: 1.6;
}
.sitemap-item {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
          flex: 2 2 auto;
  list-style: none;
  margin: 0;
}
.sitemap-item--full {
  grid-column: 1/-1;
}
.sitemap-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 10px 20px;
  min-height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sitemap-link .arrow-icon {
  margin-inline: auto 0;
}
@media (hover: hover) {
  .sitemap-link:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
  .sitemap-link:where(:any-link, :enabled, summary):hover {
    color: var(--color--main);
  }
}
.sitemap-child {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin-block: 10px 0;
  padding: 20px;
  gap: 20px 60px;
}
.sitemap-child-item {
  list-style: none;
  margin-inline: 0;
}
.sitemap-child-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.sitemap-child-link .arrow-s-icon {
  margin-inline: auto 0;
}
@media screen and (max-width: 1023px) {
  .sitemap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .sitemap-link {
    font-size: 1.6rem;
    padding: 10px 15px;
    min-height: 60px;
  }
  .sitemap-child {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 10px 15px;
    gap: 15px 0px;
  }
}

.browser-recommended {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
  .browser-recommended {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
/*# sourceMappingURL=style.css.map */