<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,200..300,0,0");
/*-------------------------------------

color

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

sp

-------------------------------------*/
.sp {
  display: none;
}

@media (max-width: 736px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*-------------------------------------

fonts

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

other

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

extend

-------------------------------------*/
body.vision main article &gt; section, .top .special, .top .about, .top .research, .top .bnrArea, #contentHeader, #gFooter, #gHeader {
  min-width: 1100px;
}
@media (max-width: 736px) {
  body.vision main article &gt; section, .top .special, .top .about, .top .research, .top .bnrArea, #contentHeader, #gFooter, #gHeader {
    min-width: 100%;
  }
}

.wide-s {
  width: 900px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 736px) {
  .wide-s {
    width: 100%;
  }
}

.wide-base {
  width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 736px) {
  .wide-base {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.phoHeader, .wide-l {
  max-width: 1800px;
  min-width: 1100px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 736px) {
  .phoHeader, .wide-l {
    width: 100%;
    min-width: 0;
  }
}

.research-index .researchIndex li a::after, .top .special .flex &gt; div a::after, .top .about .flex &gt; div a::after, .top .research .researchList .researchItem a::after, .parts-btn-return a::before, #gHeader #gNav .contentsNav li &gt; div ul li a::before {
  font-family: "Material Symbols Outlined";
  content: "\ea50";
}

.top .research .researchList .researchItem a[target=_blank]::after, .link-inline[target=_blank]::after, #gFooter #siteNav &gt; ul li ul li a[target=_blank]::after, #gFooter .subFooter .utility li a[target=_blank]::after, #gFooter .subFooter .group .groupList &gt; ul li a[target=_blank]::after, #gHeader #gNav .contentsNav li a[target=_blank]::after {
  font-family: "Material Symbols Outlined";
  content: "\e89e";
}

#gFooter #siteNav &gt; ul li ul li a[target=_blank]::after, #gFooter .subFooter .utility li a[target=_blank]::after, #gFooter .subFooter .group .groupList &gt; ul li a[target=_blank]::after, #gHeader #gNav .contentsNav li a[target=_blank]::after {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.2em;
}

.news-index .newsCard a, .top section.news .newsSlide .swiper-wrapper .newsCard a {
  display: block;
}
.news-index .newsCard a .pho, .top section.news .newsSlide .swiper-wrapper .newsCard a .pho {
  border-radius: 5px;
  overflow: hidden;
}
.news-index .newsCard a .pho img, .top section.news .newsSlide .swiper-wrapper .newsCard a .pho img {
  width: 100%;
}
.news-index .newsCard a .txt .category, .top section.news .newsSlide .swiper-wrapper .newsCard a .txt .category {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ED6C00;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 100vw;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: -3px;
  position: relative;
}
@media (max-width: 736px) {
  .news-index .newsCard a .txt .category, .top section.news .newsSlide .swiper-wrapper .newsCard a .txt .category {
    margin-bottom: 10px;
  }
}
.news-index .newsCard a .txt .title, .top section.news .newsSlide .swiper-wrapper .newsCard a .txt .title {
  line-height: 1.6;
  text-align: left;
}
.news-index .newsCard a .txt .date, .top section.news .newsSlide .swiper-wrapper .newsCard a .txt .date {
  font-family: "Barlow", sans-serif;
  color: #101010;
  opacity: 0.4;
  font-size: 14px;
}

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

reset

-------------------------------------*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  -webkit-font-smoothing: antialiased;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements &amp; buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #101010;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  line-height: 1.6;
}

img {
  max-width: 100%;
  vertical-align: top;
}

p {
  text-align: justify;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.en {
  font-family: "Barlow", sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
}

.jp {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.icon {
  font-family: "Material Symbols Outlined";
}

body.is-en {
  font-family: Arial, sans-serif;
}
body.is-en * {
  letter-spacing: 0 !important;
}
body.is-en p {
  text-align: left;
}

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

	parts

-------------------------------------*/
.note {
  font-size: 13px;
}
@media (max-width: 736px) {
  .note {
    font-size: 11px;
  }
}
.note.taL {
  text-align: left;
  display: inline-block;
}
.note.taC {
  text-align: center;
  display: inline-block;
}
.note.taR {
  text-align: right;
  display: inline-block;
}

.br-end {
  display: block;
}

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

	layout

-------------------------------------*/
[class^=wide-] {
  margin-left: auto;
  margin-right: auto;
}

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

	animation

-------------------------------------*/
.slideIn {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: clip-path 1s cubic-bezier(0.22, 1, 0.36, 1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.slideIn.is-show {
  clip-path: inset(0 -5% 0 0);
  opacity: 1;
}

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

	swiper

-------------------------------------*/
.pager {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 0;
  translate: 0 100%;
  line-height: 1;
}
.pager span {
  display: inline-block;
  font-size: 26px;
  padding: 5px 10px;
  cursor: pointer;
}
.pager span.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

@media (max-width: 736px) {
  .pager {
    display: none;
  }
}
#gHeader {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#101010), to(rgba(16, 16, 16, 0)));
  background: linear-gradient(#101010 0%, rgba(16, 16, 16, 0) 100%);
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#gHeader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101010;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
#gHeader.is-scroll {
  padding: 0 20px;
  height: 100px;
}
#gHeader.is-scroll::before {
  opacity: 1;
}
#gHeader .logo {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#gHeader .logo img {
  vertical-align: middle;
}
#gHeader #gNav .subNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
#gHeader #gNav .subNav .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gHeader #gNav .subNav .language li &gt; * {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
}
#gHeader #gNav .subNav .language li:first-child &gt; * {
  border-radius: 11px 0 0 11px;
  padding: 0 9px 0 11px;
}
#gHeader #gNav .subNav .language li:last-child &gt; * {
  border-radius: 0 11px 11px 0;
  padding: 0 10px 0 8px;
}
#gHeader #gNav .subNav .language li &gt; span {
  background: #fff;
  color: #101010;
}
#gHeader #gNav .subNav .subNavLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#gHeader #gNav .subNav .subNavLink li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
#gHeader #gNav .subNav .subNavLink li a::before {
  font-family: "Material Symbols Outlined";
  line-height: 1;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#gHeader #gNav .subNav .subNavLink li a.contact::before {
  content: "\e158";
}
#gHeader #gNav .subNav .subNavLink li a.news::before {
  content: "\eb81";
}
#gHeader #gNav .subNav .subNavLink li a.corporate::before {
  content: "\e894";
}
#gHeader #gNav .subNav .subNavLink li a span {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#gHeader #gNav .contentsNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
#gHeader #gNav .contentsNav li {
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  padding: 5px 0;
  cursor: default;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#gHeader #gNav .contentsNav li:hover {
  color: #ED6C00;
}
#gHeader #gNav .contentsNav li &gt; div {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgba(33, 33, 33, 0.9);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: 0 0 10px rgba(16, 16, 16, 0.4);
          box-shadow: 0 0 10px rgba(16, 16, 16, 0.4);
}
#gHeader #gNav .contentsNav li &gt; div ul {
  padding: 20px;
}
#gHeader #gNav .contentsNav li &gt; div ul li a {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 14px;
  line-height: 2;
}
#gHeader #gNav .contentsNav li &gt; div ul li a::before {
  font-weight: normal;
  display: inline-block;
  color: #ED6C00;
  vertical-align: middle;
  margin-right: 0.3em;
}
#gHeader #gNav .contentsNav li &gt; div ul li a:hover {
  color: #ED6C00;
}

@media (max-width: 736px) {
  #gHeader {
    height: 50px;
    background: #101010;
    padding: 0 15px;
  }
  #gHeader::before {
    display: none;
  }
  #gHeader.is-scroll {
    padding: 0 15px;
    height: 50px;
  }
  #gHeader .logo {
    width: 160px;
  }
  #gHeader #gNav .subNav {
    margin-right: 35px;
    gap: 10px;
  }
  #gHeader #gNav .subNav .language li &gt; * {
    font-size: 10px;
    line-height: 20px;
  }
  #gHeader #gNav .subNav .language li:first-child &gt; * {
    padding: 0 5px 0 8px;
  }
  #gHeader #gNav .subNav .language li:last-child &gt; * {
    padding: 0 8px 0 5px;
  }
  #gHeader #gNav .subNav .subNavLink {
    gap: 5px;
  }
  #gHeader #gNav .subNav .subNavLink li a {
    background: #444;
  }
  #gHeader #gNav .subNav .subNavLink li a::before {
    font-size: 18px;
    color: #fff;
  }
  #gHeader #gNav .contentsNav {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background: #101010;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    translate: 0 -10px;
    overflow: scroll;
    height: calc(100% - 50px);
  }
  #gHeader #gNav .contentsNav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    translate: 0 0;
  }
  #gHeader #gNav .contentsNav li {
    padding: 15px 20px;
    border-top: 1px solid #333;
  }
  #gHeader #gNav .contentsNav li &gt; div {
    position: static;
    background: none;
    translate: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #gHeader #gNav .contentsNav li &gt; div ul {
    padding: 5px 15px 0;
  }
  #gHeader #gNav .contentsNav li &gt; div ul li {
    border: none;
    padding: 0;
  }
  #gHeader #gNav .contentsNav li &gt; div ul li a {
    font-weight: normal;
    word-break: break-all;
    white-space: normal;
  }
  #gHeader #menuBtn {
    display: none;
  }
  #gHeader .menu {
    top: 0;
    right: 0;
    -webkit-transition: all 0.27s;
    transition: all 0.27s;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
  }
  #gHeader .menu_part {
    width: 24px;
    height: 2px;
    position: absolute;
    background: #fff;
    right: 0;
    margin: auto;
    left: 0;
    border-radius: 2px;
    -webkit-transition: all 0.27s cubic-bezier(0.6, 0.1, 0, 0.9);
    transition: all 0.27s cubic-bezier(0.6, 0.1, 0, 0.9);
    width: 24;
    top: calc(50% - 3.5px - 2px);
  }
  #gHeader .menu_part:nth-of-type(1) {
    top: calc(50% - 3.5px - 2px);
    width: 24px;
  }
  #gHeader .menu_part:nth-of-type(2) {
    top: calc(50% - 3.5px + 3px);
    width: 24px;
  }
  #gHeader .menu_part:nth-of-type(3) {
    top: calc(50% - 3.5px + 8px);
    width: 24px;
  }
  #gHeader input#menuBtn:checked + label .menu {
    -webkit-transform: scale(1.02) rotate(0deg);
            transform: scale(1.02) rotate(0deg);
  }
  #gHeader input#menuBtn:checked + label .menu .menu_part:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 24px !important;
    top: calc(50% - 1.5px) !important;
  }
  #gHeader input#menuBtn:checked + label .menu .menu_part:nth-of-type(2) {
    left: 13px !important;
    opacity: 0;
  }
  #gHeader input#menuBtn:checked + label .menu .menu_part:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 24px !important;
    top: calc(50% - 1.5px) !important;
  }
}
#gFooter {
  margin-top: 150px;
}
#gFooter #siteNav {
  background: #212121;
  color: #fff;
  border-top: 1px solid #ED6C00;
  padding: 80px 60px 140px;
  position: relative;
  overflow: hidden;
}
#gFooter #siteNav &gt; ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
#gFooter #siteNav &gt; ul li {
  color: #ED6C00;
  font-size: 11px;
}
#gFooter #siteNav &gt; ul li .en {
  font-size: 20px;
  display: block;
  line-height: 1.2;
}
#gFooter #siteNav &gt; ul li ul {
  margin-top: 30px;
}
#gFooter #siteNav &gt; ul li ul li a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding: 2px 0;
}
#gFooter #siteNav &gt; ul li ul li a:hover {
  color: #ED6C00;
}
#gFooter .subFooter {
  background: #101010;
  color: #fff;
}
#gFooter .subFooter .utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  padding: 20px 0;
}
#gFooter .subFooter .group {
  border-top: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 50px 10px;
}
#gFooter .subFooter .group &gt; p {
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1;
}
#gFooter .subFooter .group .groupList {
  border-left: 1px solid #1a1a1a;
  padding-left: 25px;
  margin-left: 25px;
}
#gFooter .subFooter .group .groupList &gt; ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 38px;
}
#gFooter .subFooter .group .groupList &gt; ul + ul {
  margin-top: 15px;
}
#gFooter .subFooter .group .groupList &gt; ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
#gFooter .subFooter .copyright {
  font-size: 11px;
  text-align: right;
  padding: 0 50px 20px;
  color: #cdcdcd;
}

@media (max-width: 736px) {
  #gFooter {
    margin-top: 60px;
  }
  #gFooter #siteNav {
    display: none;
  }
  #gFooter .subFooter .utility {
    padding: 10px 0;
    font-size: 12px;
  }
  #gFooter .subFooter .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  #gFooter .subFooter .group &gt; p {
    margin-bottom: 10px;
  }
  #gFooter .subFooter .group .groupList {
    border: none;
    padding-left: 0;
    margin-left: 0;
  }
  #gFooter .subFooter .group .groupList &gt; ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gFooter .subFooter .group .groupList &gt; ul + ul {
    margin-top: 10px;
  }
  #gFooter .subFooter .group .groupList &gt; ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gFooter .subFooter .copyright {
    text-align: center;
  }
}
/**
 * Swiper 11.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 9, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical &gt; .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal &gt; .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical &gt; .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode &gt; .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered &gt; .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal &gt; .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical &gt; .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled &gt; .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical &gt; .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal &gt; .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical &gt; .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled &gt; .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal &gt; .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical &gt; .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid &gt; .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column &gt; .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

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

	contentHeader

-------------------------------------*/
#contentHeader {
  background: #101010;
  padding: 220px 50px 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: -20px;
  z-index: -1;
}
#contentHeader .pageTitle {
  display: block;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#contentHeader .pageTitle .en {
  font-size: 30px;
  color: #ED6C00;
  margin-right: 1em;
}
#contentHeader .description {
  font-size: 14px;
}
#contentHeader::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  translate: -50% 0;
  width: 1100px;
  height: 100px;
  background: #fff;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 736px) {
  #contentHeader {
    padding: 100px 20px 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
  }
  #contentHeader .pageTitle {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  #contentHeader .pageTitle .en {
    font-size: 18px;
    display: block;
  }
  #contentHeader .description {
    font-size: 12px;
  }
  #contentHeader::before {
    display: none;
  }
}
/*-------------------------------------

	phoHeader

-------------------------------------*/
.phoHeader {
  margin-top: -100px;
  margin-bottom: 100px;
  min-height: 480px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #333;
}
.phoHeader::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-backdrop-filter: brightness(70%) blur(10px);
          backdrop-filter: brightness(70%) blur(10px);
}
.phoHeader.no-duplicat::after {
  display: none;
}
.phoHeader .txt {
  position: relative;
  z-index: 2;
  padding: 0 50px;
}
.phoHeader .txt h1, .phoHeader .txt h2 {
  font-size: clamp(30px, 2.5vw, 50px);
  color: #fff;
}
.phoHeader .pho {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: -50px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.phoHeader .mainVis {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.phoHeader .mainVis img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

@media (max-width: 736px) {
  .phoHeader {
    margin-top: -20px;
    margin-bottom: 50px;
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .phoHeader::after {
    border-radius: 0;
  }
  .phoHeader .txt {
    padding: 20px 20px 0 20px;
  }
  .phoHeader .txt h1, .phoHeader .txt h2 {
    font-size: 6vw;
  }
  .phoHeader .pho {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    width: 100%;
  }
  .phoHeader .mainVis {
    border-radius: 0;
  }
}
.parts-header {
  position: relative;
  margin-bottom: 80px;
}
.parts-header .category {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ED6C00;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 100vw;
  font-weight: bold;
  margin-left: -3px;
  position: relative;
}
.parts-header .category#news_field {
  background: #fff;
  color: #ED6C00;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ED6C00;
          box-shadow: inset 0px 0px 0px 1px #ED6C00;
}
.parts-header .date {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  opacity: 0.4;
  padding: 8px 15px;
  vertical-align: middle;
}
.parts-header h1 {
  font-size: 30px;
  margin-top: 0.2em;
}
@media (max-width: 736px) {
  .parts-header {
    margin-bottom: 60px;
  }
  .parts-header h1 {
    font-size: 25px;
  }
}
.parts-h2 {
  font-size: 25px;
  color: #ED6C00;
  margin: 80px 0 40px;
}
@media (max-width: 736px) {
  .parts-h2 {
    font-size: 20px;
    margin: 60px 0 30px;
  }
}
.parts-h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 80px 0 30px;
}
@media (max-width: 736px) {
  .parts-h3 {
    font-size: 20px;
    margin: 60px 0 30px;
  }
}
.parts-h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 20px;
}
.parts-subTitle {
  font-size: 18px !important;
  border: 1px solid #101010;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
}
@media (max-width: 736px) {
  .parts-subTitle {
    font-size: 16px !important;
  }
}
.parts-p {
  margin: 20px 0;
}
.parts-ul, .parts-ul-note, .parts-ol, .parts-ol-note {
  margin-top: 40px;
  margin-bottom: 40px;
}
.parts-ul &gt; li, .parts-ul-note &gt; li, .parts-ol &gt; li, .parts-ol-note &gt; li {
  position: relative;
  line-height: 1.5;
}
.parts-ul &gt; li + li, .parts-ul-note &gt; li + li, .parts-ol &gt; li + li, .parts-ol-note &gt; li + li {
  margin-top: 0.8em;
}
.parts-ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.parts-ul-note {
  margin-left: 1.5em;
}
.parts-ul-note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.5em;
}
.parts-ol {
  margin-left: 1.5em;
  list-style-type: decimal;
}
.parts-ol li {
  padding-left: 1em;
}
.parts-ol li::marker {
  font-weight: bold;
}
.parts-ol-note {
  margin-left: 1.5em;
}
.parts-ol-note:has(li .num) {
  margin-left: 3em;
}
.parts-ol-note:has(li .num) .num {
  position: absolute;
  top: 0;
  left: -3em;
}
.parts-ol-note:has(li .disc, li .arrow) {
  margin-left: 1.5em;
}
.parts-ol-note:has(li .disc, li .arrow) .num {
  left: -1.5em;
}
.parts-ol-note:has(li .disc, li .arrow) .disc {
  scale: 0.6;
}
.parts-ol-note:has(li .disc, li .arrow) .arrow {
  font-weight: bold;
  color: #227FDD;
}
.parts-table table {
  border-top: 1px solid #101010;
  border-bottom: 1px solid #101010;
  line-height: 1.6;
  margin: 20px 0;
}
.parts-table table colgroup col.w-020 {
  width: 20%;
}
.parts-table table colgroup col.w-030 {
  width: 30%;
}
.parts-table table colgroup col.w-040 {
  width: 40%;
}
.parts-table table colgroup col.w-050 {
  width: 50%;
}
.parts-table table colgroup col.w-060 {
  width: 60%;
}
.parts-table table colgroup col.w-070 {
  width: 70%;
}
.parts-table table colgroup col.w-080 {
  width: 80%;
}
.parts-table table tr:not(:last-child) {
  border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}
.parts-table table th, .parts-table table td {
  padding: 20px;
}
.parts-table table th,
.parts-table table td.th-style {
  background: #eee;
  font-weight: bold;
}
.parts-table table .td-bg {
  background: #eee;
}
@media (max-width: 736px) {
  .parts-table {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    overflow: scroll;
  }
  .parts-table table {
    width: 200%;
    margin: 0 20px;
  }
  .parts-table table th, .parts-table table td {
    padding: 10px;
  }
}
.parts-table.horizontal-table table th,
.parts-table.horizontal-table table td.th-style {
  text-align: center;
  border-bottom: 1px solid #101010;
  background-color: #ddd;
}
.parts-table.horizontal-table table td:not(:last-child) {
  border-right: 1px solid rgba(16, 16, 16, 0.1);
}
.parts-figure img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.parts-figure figcaption {
  margin-top: 0.5em;
  line-height: 1.6;
}
.parts-figure figcaption.taC {
  text-align: center;
}
.parts-figure figcaption.taR {
  text-align: right;
}
.parts-layout-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.parts-layout-row:has(&gt; :nth-child(1):last-child) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.parts-layout-row:has(&gt; :nth-child(2):last-child) &gt; * {
  width: calc(50% - 15px);
}
.parts-layout-row:has(&gt; :nth-child(3):last-child) &gt; * {
  width: calc((100% - 60px) / 3);
}
.parts-layout-row.w060 {
  width: 60%;
  margin-inline: auto;
}
@media (max-width: 736px) {
  .parts-layout-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
  }
  .parts-layout-row:has(&gt; :nth-child(2):last-child) &gt; *, .parts-layout-row:has(&gt; :nth-child(3):last-child) &gt; * {
    width: calc(50% - 10px);
  }
  .parts-layout-row.w060 {
    width: 100%;
  }
  .parts-layout-row [data-sp="100"] {
    width: 100% !important;
  }
}
.parts-related {
  margin-top: 40px;
}
.parts-related::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(16, 16, 16, 0.2);
}
.parts-related .asideTitle {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.parts-related .newsList {
  width: 100%;
}
.parts-related .newsList tr th, .parts-related .newsList tr td {
  padding: 8px 0;
}
.parts-related .newsList tr th {
  font-weight: normal;
  width: 20%;
}
.parts-related .linkList li + li {
  margin-top: 1em;
}
.parts-related .linkList.ludricant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.parts-related .linkList.ludricant li {
  margin-top: 0;
}
.parts-related .linkList + .linkList {
  margin-top: 10px;
}
@media (max-width: 736px) {
  .parts-related {
    margin-top: 20px;
  }
  .parts-related .asideTitle {
    font-size: 20px;
    margin-top: 20px;
  }
  .parts-related .newsList tr th, .parts-related .newsList tr td {
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 0;
  }
  .parts-related .newsList tr td {
    padding-bottom: 1.5em;
  }
  .parts-related .linkList {
    font-size: 14px;
  }
}
.parts-video {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16/9;
  margin: 20px 0 10px;
}
.parts-video iframe {
  width: 100% !important;
  height: 100% !important;
}
.parts-btn-return a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3em auto 0;
}
.parts-btn-return a::before {
  rotate: 180deg;
  translate: 0 15%;
  font-size: 120%;
  color: #ED6C00;
  display: inline-block;
  padding-left: 0.3em;
  line-height: 1;
}

.link-inline {
  color: #227FDD;
  text-decoration: underline;
}
.link-inline:hover {
  text-decoration: none;
}
.link-inline[target=_blank]::after {
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: -0.1em;
}
.link-inline[href$=".pdf"]::after {
  content: url(/english/rd/assets/images/ico_pdf.svg);
}
@media (max-width: 736px) {
  .link-inline {
    word-break: break-all;
  }
}

.note-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.note-flex span {
  word-break: keep-all;
  white-space: nowrap;
}

.oneDay table th {
  font-size: 20px;
  width: 25%;
  padding-right: 10px;
}
@media (max-width: 736px) {
  .oneDay table th {
    font-size: 16px;
  }
}
.oneDay table td {
  padding-bottom: 20px;
}
.oneDay table td h3 {
  margin-top: 0 !important;
  font-size: 20px;
}

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

PC

-------------------------------------*/
.top {
  background: #101010;
}
.top section &gt; h2 {
  line-height: 1;
}
.top .mainVisSlide {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.top .mainVisSlide .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .mainVisSlide .swiper-wrapper .swiper-slide .copy {
  font-size: 1.2vw;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 1vw;
  bottom: 30vh;
  letter-spacing: 0.3em;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transition: -webkit-filter 1s 1s;
  transition: -webkit-filter 1s 1s;
  transition: filter 1s 1s;
  transition: filter 1s 1s, -webkit-filter 1s 1s;
}
.top .mainVisSlide .swiper-wrapper .swiper-slide.swiper-slide-active .copy {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.top .mainVis {
  width: 100%;
  height: 100%;
  position: relative;
}
.top .mainVis h1 {
  color: #ED6C00;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.3em;
  position: absolute;
  left: 5vw;
  bottom: 30vh;
}
.top .mainVis h1 .en {
  display: block;
  font-size: 7.5vw;
  line-height: 0.9;
  letter-spacing: 0;
  margin-bottom: 0.1em;
}
.top section.news {
  min-width: calc(1100px - 5vw);
  margin: -25vh 0 0 5vw;
  padding: 40px 0 50px;
  background: rgba(160, 66, 16, 0.5);
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 0 0 15px rgba(255, 221, 196, 0.5);
          box-shadow: 0 0 15px rgba(255, 221, 196, 0.5);
  overflow: hidden;
  position: relative;
}
.top section.news .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 60px 40px 60px;
}
.top section.news .head h2 {
  font-size: 30px;
  color: #fff;
}
.top section.news .head .all a {
  display: block;
  background: #fff;
  color: #101010;
  line-height: 1;
  padding: 7px 15px;
  border-radius: 100vw;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #fff;
}
.top section.news .head .all a:hover {
  background: transparent;
  color: #fff;
}
.top section.news .newsSlide {
  overflow: visible;
  padding: 0 60px;
}
.top section.news .newsSlide .swiper-wrapper .newsCard {
  position: relative;
  width: clamp(300px, 35%, 500px);
}
.top section.news .newsSlide .swiper-wrapper .newsCard a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.top section.news .newsSlide .swiper-wrapper .newsCard a .pho {
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.top section.news .newsSlide .swiper-wrapper .newsCard a .pho img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top section.news .newsSlide .swiper-wrapper .newsCard a .txt {
  color: #fff;
}
.top section.news .newsSlide .swiper-wrapper .newsCard a .txt .title {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.top section.news .newsSlide .swiper-wrapper .newsCard a .txt .date {
  color: #fff;
}
.top .mainContent {
  margin-top: 130px;
  color: #fff;
}
.top .mainContent h2 {
  font-size: 18px;
  color: #ED6C00;
  font-weight: bold;
  margin-bottom: 40px;
}
.top .mainContent h2 .en {
  font-size: 80px;
  display: block;
  margin-bottom: 0.1em;
}
.top .mainContent .lead {
  font-size: 14px;
}
.top .special {
  padding: 0 10vw;
}
.top .special .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
}
.top .special .flex &gt; div {
  width: 35%;
}
.top .special .flex &gt; div a {
  display: block;
  position: relative;
}
.top .special .flex &gt; div a::after {
  color: #ED6C00;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 110px;
  font-weight: 200;
  line-height: 0.6;
}
.top .special .flex &gt; div a .pho {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.top .special .flex &gt; div a .pho img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top .special .flex &gt; div a:hover {
  color: #ED6C00;
}
.top .special .flex &gt; div a:hover .pho img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top .special .flex &gt; div a p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  padding-right: 80px;
  line-height: 1.4;
}
.top .about {
  padding-left: 10vw;
}
.top .about .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: -12vw;
}
.top .about .flex &gt; div a {
  display: block;
  position: relative;
}
.top .about .flex &gt; div a::after {
  color: #ED6C00;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 110px;
  font-weight: 200;
  line-height: 0.6;
}
.top .about .flex &gt; div a .pho {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.top .about .flex &gt; div a .pho img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top .about .flex &gt; div a:hover {
  color: #ED6C00;
}
.top .about .flex &gt; div a:hover .pho img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top .about .flex &gt; div a p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.top .about .flex &gt; div:last-child a .pho {
  border-radius: 5px 0 0 5px;
}
.top .research {
  margin-bottom: 80px;
}
.top .research h2, .top .research .lead {
  margin-left: 10vw;
}
.top .research .researchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
  margin-top: 40px;
}
.top .research .researchList .researchItem {
  width: calc(50% - 10px);
}
.top .research .researchList .researchItem:nth-child(1), .top .research .researchList .researchItem:nth-child(2n+1) {
  translate: 0 -50%;
}
.top .research .researchList .researchItem a {
  display: block;
  position: relative;
}
.top .research .researchList .researchItem a::after {
  color: #ED6C00;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -45%;
  font-size: 80px;
  font-weight: 200;
}
.top .research .researchList .researchItem a[target=_blank]::after {
  font-size: 60px;
  right: 10px;
}
.top .research .researchList .researchItem a .pho {
  display: block;
  overflow: hidden;
}
.top .research .researchList .researchItem a .pho img {
  opacity: 0.6;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  scale: 1.05;
}
.top .research .researchList .researchItem a .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 100px 10px 40px;
}
.top .research .researchList .researchItem a .txt h3 {
  font-size: 25px;
  font-weight: bold;
}
.top .research .researchList .researchItem a .txt p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0.5em;
  opacity: 0;
  height: 0;
}
.top .archives a {
  background: #212121;
  border: 1px solid #ED6C00;
  gap: 30px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  color: #fff;
  margin-top: 80px;
  margin-bottom: 80px;
}
.top .archives a:hover {
  background: #333;
}
.top .archives a h2 {
  color: #ED6C00;
  margin-bottom: 0.5em;
}
.top .archives a h2 .en {
  display: block;
  font-size: 30px;
  line-height: 1;
}
.top .archives a p {
  font-size: 14px;
}
.top .archives a .img {
  width: 65%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.top .bnrArea {
  overflow: hidden;
  padding-bottom: 40px;
}
.top .bnrArea .bnrSlide {
  overflow: visible;
}

.top.is-en .mainVisSlide .swiper-wrapper .swiper-slide .copy {
  bottom: 10vh;
}
.top.is-en .mainVis h1 {
  bottom: 10vh;
}
.top.is-en .about .flex &gt; div a p {
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.top.is-en .about .flex &gt; div:last-child a p {
  font-size: 25px;
}

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

SP

-------------------------------------*/
@media (max-width: 736px) {
  .top .mainVisSlide .swiper-wrapper .swiper-slide .copy {
    font-size: 3.5vw;
    bottom: auto;
    top: 60px;
    letter-spacing: 0.2em;
  }
  .top .mainVis h1 {
    font-size: 3.8vw;
    letter-spacing: 0.2em;
    bottom: 28vh;
  }
  .top .mainVis h1 .en {
    font-size: 17vw;
  }
  .top section.news {
    min-width: 0;
    margin: -25vh 0 0 5vw;
    padding: 20px 0 30px;
  }
  .top section.news .head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 20px 20px 20px;
  }
  .top section.news .head h2 {
    font-size: 25px;
  }
  .top section.news .newsSlide {
    padding: 0 20px;
  }
  .top section.news .newsSlide .swiper-wrapper .newsCard {
    width: 85%;
  }
  .top section.news .newsSlide .swiper-wrapper .newsCard a {
    gap: 15px;
  }
  .top section.news .newsSlide .swiper-wrapper .newsCard a .pho {
    width: 115px;
  }
  .top section.news .newsSlide .swiper-wrapper .newsCard a .pho img {
    width: 115px;
    height: 115px;
  }
  .top section.news .newsSlide .swiper-wrapper .newsCard a .txt .title {
    -webkit-line-clamp: 2;
  }
  .top .mainContent {
    margin-top: 80px;
  }
  .top .mainContent h2 {
    margin-bottom: 20px;
  }
  .top .mainContent h2 .en {
    font-size: 12vw;
  }
  .top .mainContent .lead {
    margin-bottom: 40px;
  }
  .top .special {
    padding: 0 5vw;
  }
  .top .special .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 0;
  }
  .top .special .flex &gt; div {
    width: 100%;
  }
  .top .special .flex &gt; div a::after {
    right: -15px;
    font-size: 80px;
  }
  .top .special .flex &gt; div a p {
    font-size: 16px;
    margin-top: 10px;
    padding-right: 40px;
  }
  .top .about {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .top .about .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px;
    margin-top: 0;
  }
  .top .about .flex &gt; div {
    width: calc(50% - 10px);
  }
  .top .about .flex &gt; div a::after {
    right: -15px;
    font-size: 80px;
  }
  .top .about .flex &gt; div a p {
    font-size: 16px;
    margin-top: 10px;
  }
  .top .about .flex &gt; div:last-child {
    width: 100%;
  }
  .top .about .flex &gt; div:last-child a .pho {
    border-radius: 5px;
  }
  .top .research h2, .top .research .lead {
    margin-left: 5vw;
  }
  .top .research .researchList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .top .research .researchList .researchItem {
    width: 100%;
  }
  .top .research .researchList .researchItem:nth-child(1), .top .research .researchList .researchItem:nth-child(2n+1) {
    translate: 0;
  }
  .top .research .researchList .researchItem a::after {
    font-size: 50px;
  }
  .top .research .researchList .researchItem a[target=_blank]::after {
    font-size: 40px;
    right: 5px;
  }
  .top .research .researchList .researchItem a .pho img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top .research .researchList .researchItem a .txt {
    padding: 10px 50px 10px 20px;
  }
  .top .research .researchList .researchItem a .txt h3 {
    font-size: 20px;
  }
  .top .research .researchList .researchItem a .txt p {
    font-size: 12px;
    opacity: 1 !important;
    height: auto !important;
    font-weight: normal;
  }
  .top .archives a {
    gap: 20px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .top .archives a .img {
    width: 100%;
  }
  .top .bnrArea {
    padding-bottom: 0;
  }
  .top.is-en .mainVis h1 {
    bottom: 10vh;
  }
  .top.is-en .about .flex &gt; div a p {
    font-size: 13px;
    margin-top: 10px;
  }
  .top.is-en .about .flex &gt; div:last-child a p {
    font-size: 18px;
  }
  .top.is-en .bnrArea {
    margin-top: 80px;
  }
}
/*-------------------------------------

news-index

-------------------------------------*/
.news-index .newsCard.is-hide {
  display: none;
}
.news-index .newsCard a:hover {
  color: #ED6C00;
}
.news-index main .pickup {
  margin-bottom: 100px;
}
.news-index main .pickup h2 {
  font-size: 30px;
  color: #ED6C00;
  margin-bottom: 20px;
}
.news-index main .pickup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.news-index main .pickup ul .newsCard {
  width: 100%;
}
.news-index main .pickup ul .newsCard a {
  height: 100%;
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.news-index main .pickup ul .newsCard a .pho {
  display: block;
  aspect-ratio: 1.6/1;
  border-radius: 5px 5px 0 0;
}
.news-index main .pickup ul .newsCard a .pho img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-index main .pickup ul .newsCard a .txt {
  padding: 0 20px 40px;
  margin-top: -13px;
}
.news-index main .pickup ul .newsCard a .txt .date {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.news-index main .newsList .filterArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.news-index main .newsList .filterArea select {
  border: 1px solid #101010;
  border-radius: 100vw;
  padding: 13px 50px 13px 25px;
  position: relative;
  background-image: url(/english/rd/assets/images/ico_select.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  font-weight: bold;
}
.news-index main .newsList .filterArea select#select-year {
  color: #fff;
  background-color: #101010;
  background-image: url(/english/rd/assets/images/ico_select_white.svg);
}
.news-index main .newsList .filterArea .old {
  margin-left: auto;
}
.news-index main .newsList ul .newsCard:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}
.news-index main .newsList ul .newsCard a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-index main .newsList ul .newsCard a .pho {
  width: 260px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 736px) {
  .news-index main .pickup {
    margin-bottom: 40px;
  }
  .news-index main .pickup ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }
  .news-index main .newsList .filterArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-index main .newsList .filterArea select {
    padding: 10px 40px 10px 20px;
    width: 30%;
    font-size: 14px;
    width: calc(50% - 5px);
  }
  .news-index main .newsList .filterArea select#select-year {
    width: 100%;
  }
  .news-index main .newsList .filterArea .old {
    margin-right: auto;
  }
  .news-index main .newsList ul .newsCard a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news-index main .newsList ul .newsCard a .pho {
    width: 120px;
  }
  .news-index main .newsList ul .newsCard a .pho img {
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*-------------------------------------

news-article

-------------------------------------*/
.news-article main article .h-margin {
  margin: 80px 0 30px;
}
@media (max-width: 736px) {
  .news-article main article .h-margin {
    margin: 50px 0 20px;
  }
}
.news-article main article .parts-h2 {
  margin: 0;
}
@media (max-width: 736px) {
  .news-article main article .parts-h2 {
    margin: 0;
  }
}
.news-article main article .parts-h3 {
  margin: 0;
}
@media (max-width: 736px) {
  .news-article main article .parts-h3 {
    margin: 0;
  }
}
.news-article main article .parts-h4 {
  margin: 0;
}
.news-article main article .parts-figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

research-index

-------------------------------------*/
.research-index .researchIndex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
  margin-top: 60px;
}
.research-index .researchIndex li {
  width: calc(50% - 15px);
  border-bottom: 1px solid #ED6C00;
}
.research-index .researchIndex li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 120px;
  padding: 0 60px 0 20px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
}
.research-index .researchIndex li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 45px;
  color: #ED6C00;
  font-weight: 200;
  line-height: 1;
  translate: 0 -50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.research-index .researchIndex li a:hover {
  color: #ED6C00;
}
.research-index .researchIndex li a:hover::after {
  right: -5px;
}
.research-index .researchIndex li a.off {
  opacity: 0.2;
  pointer-events: none;
}
.research-index .parts-related::before {
  display: none;
}

@media (max-width: 736px) {
  .research-index .researchIndex {
    margin-top: 40px;
  }
  .research-index .researchIndex li {
    width: 100%;
  }
  .research-index .researchIndex li a {
    height: auto;
    min-height: 100px;
    padding: 10px 50px 10px 0;
  }
  .research-index .researchIndex li a::after {
    font-size: 35px;
    color: #ED6C00;
    font-weight: 200;
    line-height: 1;
    translate: 0 -50%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
/*-------------------------------------

research-article

-------------------------------------*/
.research-article main .phoHeader {
  min-height: 200px;
}
.research-article main .phoHeader .pho {
  width: 0;
  height: 0;
  overflow: hidden;
}
.research-article main section + section {
  margin-top: 50px;
}
.research-article main section:last-child {
  margin-bottom: 50px;
}
.research-article main section h2 {
  font-size: 25px;
  font-weight: bold;
  color: #ED6C00;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  margin-bottom: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.research-article main section h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
}
.research-article main section p em {
  font-style: normal;
  font-weight: bold;
}
.research-article main section p strong {
  color: #C70025;
}
.research-article main section p + p {
  margin-top: 1em;
}
.research-article main section .parts-figure {
  margin: 20px auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.research-article main section .parts-figure.w020 {
  width: 20%;
}
.research-article main section .parts-figure.w030 {
  width: 30%;
}
.research-article main section .parts-figure.w040 {
  width: 40%;
}
.research-article main section .parts-figure.w050 {
  width: 50%;
}
.research-article main section .parts-figure.w060 {
  width: 60%;
}
.research-article main section .parts-figure.w070 {
  width: 70%;
}
.research-article main section .parts-figure.w080 {
  width: 80%;
}
.research-article main section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.research-article main section .flex.phoL {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.research-article main section .flex figure {
  width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}
.research-article main section .flex + * {
  margin-top: 20px;
}
.research-article main section * + .flex {
  margin-top: 20px;
}

@media (max-width: 736px) {
  .research-article main .phoHeader {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .research-article main section:last-child {
    margin-bottom: 50px;
  }
  .research-article main section h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .research-article main section h3 {
    font-size: 18px;
  }
  .research-article main section .parts-figure {
    margin: 20px auto;
  }
  .research-article main section .parts-figure.w020 {
    width: 100%;
  }
  .research-article main section .parts-figure.w030 {
    width: 100%;
  }
  .research-article main section .parts-figure.w040 {
    width: 100%;
  }
  .research-article main section .parts-figure.w055 {
    width: 100%;
  }
  .research-article main section .parts-figure.w060 {
    width: 100%;
  }
  .research-article main section .parts-figure.w070 {
    width: 100%;
  }
  .research-article main section .parts-figure.w080 {
    width: 100%;
  }
  .research-article main section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .research-article main section .flex.phoL {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .research-article main section .flex.phoT {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .research-article main section .flex.phoT .parts-figure {
    margin-bottom: 0;
  }
  .research-article main section .flex figure {
    width: 100%;
  }
  .research-article main section .flex figure img {
    display: block;
    margin: 0 auto;
  }
  .research-article main section .flex figure img[data-sp="100"] {
    width: 100%;
  }
  .research-article main section .flex figure img[data-sp="60"] {
    width: 60%;
  }
  .research-article main section .flex figure img[data-sp="40"] {
    width: 40%;
  }
}
/*-------------------------------------

vision

-------------------------------------*/
body.vision main article .phoHeader .txt .name {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
  line-height: 1.4;
}
body.vision main article .phoHeader .txt .name span {
  font-weight: bold;
  font-size: 16px;
}
body.vision main article &gt; section {
  padding-top: 100px;
  position: relative;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
body.vision main article &gt; section .chapter {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #ED6C00;
  line-height: 1;
  margin-bottom: -0.2em;
}
body.vision main article &gt; section .chapter .num {
  font-size: 200%;
}
body.vision main article &gt; section h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ED6C00;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  padding: 15px 30px;
  margin: 0 auto 80px;
}
body.vision main article &gt; section p {
  margin-bottom: 50px;
}
body.vision main article &gt; section p.txtWhite {
  color: #fff;
}
body.vision main article &gt; section .pho {
  display: block;
  overflow: hidden;
}
body.vision main article &gt; section .pho.wide {
  width: max(90%, 1080px);
}
body.vision main article &gt; section .pho.wide.left {
  border-radius: 0 10px 0 0;
}
body.vision main article &gt; section .pho.wide.right {
  border-radius: 10px 0 0 10px;
  margin-left: auto;
  width: max(80%, 980px);
}
body.vision main article &gt; section .pho.wide.right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: max(88%, 1080px);
  height: 90%;
  background: #555;
  z-index: -1;
  border-radius: 0 0 0 10px;
}
body.vision main article &gt; section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
body.vision main article &gt; section .flex .pho {
  width: 55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
body.vision main article &gt; section .flex.phoR {
  margin-left: calc(50% - 430px);
  padding-bottom: 100px;
}
body.vision main article &gt; section .flex.phoR::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: max(90%, 1080px);
  height: 100%;
  background: #555;
  z-index: -1;
  border-radius: 0 0 10px 0;
}
body.vision main article &gt; section .flex.phoR .pho {
  border-radius: 10px 0 0 10px;
}
body.vision main article &gt; section .flex.phoL {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: calc(50% - 430px);
}
body.vision main article &gt; section .flex.phoL .pho {
  border-radius: 0 10px 10px 0;
}

@media (max-width: 736px) {
  body.vision main article .phoHeader .txt .name {
    font-size: 16px;
    margin-top: 15px;
  }
  body.vision main article .phoHeader .txt .name span {
    font-size: 12px;
  }
  body.vision main article &gt; section {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.vision main article &gt; section h3 {
    font-size: 25px;
    line-height: 1.2;
    padding: 10px 15px;
    margin: 0 auto 40px;
  }
  body.vision main article &gt; section p {
    margin-bottom: 20px;
  }
  body.vision main article &gt; section .pho {
    border-radius: 0 !important;
  }
  body.vision main article &gt; section .pho.wide {
    width: calc(100% + 40px) !important;
    margin: 0 -20px !important;
  }
  body.vision main article &gt; section .pho.wide.right {
    width: 100%;
  }
  body.vision main article &gt; section .pho.wide.right::before {
    width: 100%;
    height: 100%;
  }
  body.vision main article &gt; section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  body.vision main article &gt; section .flex .pho {
    width: 100%;
    padding-bottom: 20px;
  }
  body.vision main article &gt; section .flex.phoR {
    margin-left: 0;
    padding-bottom: 20px;
  }
  body.vision main article &gt; section .flex.phoR::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  body.vision main article &gt; section .flex.phoL {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
}
/*-------------------------------------

about

-------------------------------------*/
body.about .sectionTitle {
  margin-bottom: 80px;
}
body.about .sectionTitle h2 {
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ED6C00;
}
body.about main &gt; section + section {
  margin-top: 120px;
}
body.about main &gt; section h3 {
  font-size: 20px;
  font-weight: bold;
  background: #101010;
  color: #fff;
  padding: 15px 20px;
  margin: 80px 0 40px;
}
body.about main &gt; section h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 0;
}
body.about main &gt; section table.history {
  width: 100%;
}
body.about main &gt; section table.history th, body.about main &gt; section table.history td {
  padding: 0.6em 0;
}
body.about main &gt; section table.history th {
  color: #ED6C00;
  word-break: keep-all;
  white-space: nowrap;
  position: relative;
  padding-right: 50px;
}
body.about main &gt; section table.history th::after {
  content: "";
  position: absolute;
  top: 1.2em;
  right: 25px;
  display: block;
  width: 1px;
  height: 100%;
  background: #ED6C00;
}
body.about main &gt; section table.history th::before {
  content: "";
  position: absolute;
  top: 1.2em;
  right: 21px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ED6C00;
}
body.about main &gt; section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
body.about main &gt; section .flex figure {
  margin-bottom: 10px;
  max-width: 550px;
}
body.about main &gt; section .flex .link-inline {
  display: block;
  text-align: right;
}

@media (max-width: 736px) {
  body.about .sectionTitle {
    margin-bottom: 40px;
  }
  body.about .sectionTitle h2 {
    padding-bottom: 15px;
  }
  body.about .sectionTitle .pho {
    display: block;
    overflow: hidden;
  }
  body.about .sectionTitle .pho img {
    max-width: 9999px;
    width: 150%;
    margin: 0 -25%;
  }
  body.about main &gt; section + section {
    margin-top: 80px;
  }
  body.about main &gt; section h3 {
    font-size: 18px;
    padding: 10px 15px;
    margin: 40px 0 20px;
  }
  body.about main &gt; section h4 {
    margin: 30px 0 0;
  }
  body.about main &gt; section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.about main &gt; section .flex figure {
    margin-bottom: 5px;
  }
  body.about main &gt; section table.history {
    font-size: 14px;
    line-height: 1.4;
  }
  body.about main &gt; section table.history th {
    white-space: wrap;
  }
}</pre></body></html>